01M293DKKXYHK3NYA7F9Z8G8PR: 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: 01M293E6ZRTRH6BKEVPKS8Q1ZX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T20:45:27.870Zjob assigned to worker 01M293EA3M3Y2S76PRZC559MYY [factory aws, i-01a5e26eba4c8c327] (queued for 47 s)
 
22026-09-11T20:45:34.925Zstarting task 0: "setup"
32026-09-11T20:45:34.934Z++ uname -s
42026-09-11T20:45:34.937Z+ kern=SunOS
52026-09-11T20:45:34.938Z+ build_user=build
62026-09-11T20:45:34.938Z+ build_uid=12345
72026-09-11T20:45:34.938Z+ work_dir=/work
82026-09-11T20:45:34.938Z+ input_dir=/input
92026-09-11T20:45:34.938Z+ [[ 0 == 12345 ]]
102026-09-11T20:45:34.938Z+ case "$kern" in
112026-09-11T20:45:34.938Z+ groupadd -g 12345 build
122026-09-11T20:45:34.938Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T20:45:36.940Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T20:45:37.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T20:45:37.071Z+ home_fs=zfs
162026-09-11T20:45:37.071Z+ [[ zfs == autofs ]]
172026-09-11T20:45:37.071Z+ mkdir -p /home/build
182026-09-11T20:45:37.071Z+ chown build:build /home/build /work
192026-09-11T20:45:39.073Z+ chmod 0700 /home/build /work
202026-09-11T20:45:39.077Zprocess exited: duration 4153 ms, exit code 0
 
212026-09-11T20:45:39.083Zstarting task 1: "rust-toolchain"
222026-09-11T20:45:39.140Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T20:45:39.140Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-11T20:45:39.140Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-11T20:45:39.141Z * rust toolchain channel = "1.98.1"
262026-09-11T20:45:39.141Z * rust toolchain profile = "default"
272026-09-11T20:45:39.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T20:45:39.141Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T20:45:39.141Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T20:45:39.179Zinfo: downloading installer
312026-09-11T20:45:40.467Zinfo: profile set to default
322026-09-11T20:45:40.467Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T20:45:40.471Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T20:45:40.604Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T20:45:40.608Zinfo: downloading 6 components
362026-09-11T20:45:56.350Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T20:45:56.350Z
382026-09-11T20:45:56.376Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T20:45:56.377Z
402026-09-11T20:45:56.380Z
412026-09-11T20:45:56.380ZRust is installed now. Great!
422026-09-11T20:45:56.380Z
432026-09-11T20:45:56.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T20:45:56.380Zenvironment variable. This has not been done automatically.
452026-09-11T20:45:56.380Z
462026-09-11T20:45:56.380ZTo configure your current shell, you need to source
472026-09-11T20:45:56.380Zthe corresponding env file under $HOME/.cargo.
482026-09-11T20:45:56.380Z
492026-09-11T20:45:56.380ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T20:45:56.380Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T20:45:56.380Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T20:45:56.380ZCC_x86_64-unknown-illumos = None
532026-09-11T20:45:56.380Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T20:45:56.380ZCC_x86_64_unknown_illumos = None
552026-09-11T20:45:56.380Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T20:45:56.380ZHOST_CC = None
572026-09-11T20:45:56.380Zcargo:rerun-if-env-changed=CC
582026-09-11T20:45:56.380ZCC = None
592026-09-11T20:45:56.380Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T20:45:56.553Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T20:45:56.553ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T20:45:56.553Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T20:45:56.553ZCFLAGS = None
642026-09-11T20:45:56.553Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T20:45:56.553ZHOST_CFLAGS = None
662026-09-11T20:45:56.553Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T20:45:56.553ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T20:45:56.553Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T20:45:56.553ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T20:45:56.658Z+ rustup --version
712026-09-11T20:45:56.662Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T20:45:56.665Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T20:45:56.683Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T20:45:56.686Z+ cargo --version
752026-09-11T20:45:56.693Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T20:45:56.696Z+ rustc --version
772026-09-11T20:45:56.715Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T20:45:56.718Zprocess exited: duration 17634 ms, exit code 0
 
792026-09-11T20:45:56.725Zstarting task 2: "authentication"
802026-09-11T20:45:56.738ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
812026-09-11T20:46:02.801Zprocess exited: duration 6074 ms, exit code 0
 
822026-09-11T20:46:02.807Zstarting task 3: "clone repository"
832026-09-11T20:46:02.812Z+ mkdir -p /work/oxidecomputer/omicron
842026-09-11T20:46:02.815Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-09-11T20:46:02.848ZCloning into '/work/oxidecomputer/omicron'...
862026-09-11T20:46:23.974Z+ cd /work/oxidecomputer/omicron
872026-09-11T20:46:23.974Z+ git fetch origin b3dab2e6b2527d48ca30d307d649f126ae511329
882026-09-11T20:46:24.344ZFrom https://github.com/oxidecomputer/omicron
892026-09-11T20:46:24.344Z * branch b3dab2e6b2527d48ca30d307d649f126ae511329 -> FETCH_HEAD
902026-09-11T20:46:24.359Z+ [[ -n ben/multiple-eips-in-blueprint-zone-types ]]
912026-09-11T20:46:24.362Z++ git branch --show-current
922026-09-11T20:46:24.365Z+ current=main
932026-09-11T20:46:24.365Z+ [[ main != ben/multiple-eips-in-blueprint-zone-types ]]
942026-09-11T20:46:24.365Z+ git branch -f ben/multiple-eips-in-blueprint-zone-types b3dab2e6b2527d48ca30d307d649f126ae511329
952026-09-11T20:46:24.368Z+ git checkout -f ben/multiple-eips-in-blueprint-zone-types
962026-09-11T20:46:24.626ZSwitched to branch 'ben/multiple-eips-in-blueprint-zone-types'
972026-09-11T20:46:24.629Z+ git reset --hard b3dab2e6b2527d48ca30d307d649f126ae511329
982026-09-11T20:46:24.654ZHEAD is now at b3dab2e6b Merge remote-tracking branch 'origin/main' into ben/multiple-eips-in-blueprint-zone-types
992026-09-11T20:46:24.658Zprocess exited: duration 21848 ms, exit code 0
 
1002026-09-11T20:46:24.663Zstarting task 4: "build"
1012026-09-11T20:46:24.668Z+ source .github/buildomat/ci-env.sh
1022026-09-11T20:46:24.671Z++ export CARGO_TERM_COLOR=always
1032026-09-11T20:46:24.671Z++ CARGO_TERM_COLOR=always
1042026-09-11T20:46:24.671Z+++ uname -s
1052026-09-11T20:46:24.671Z++ [[ SunOS == \S\u\n\O\S ]]
1062026-09-11T20:46:24.671Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1072026-09-11T20:46:24.673Z+ cargo --version
1082026-09-11T20:46:24.681Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1092026-09-11T20:46:24.684Z+ rustc --version
1102026-09-11T20:46:24.703Zrustc 1.98.1 (48a229cea 2026-09-01)
1112026-09-11T20:46:24.706Z+ cargo tree --locked
1122026-09-11T20:46:24.876Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1132026-09-11T20:46:25.218Z Updating crates.io index
1142026-09-11T20:46:25.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152026-09-11T20:46:25.511Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1162026-09-11T20:46:25.932Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1172026-09-11T20:46:26.202Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-09-11T20:46:27.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1192026-09-11T20:46:28.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-09-11T20:46:30.230Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-09-11T20:46:31.291Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-09-11T20:46:31.614Z Updating git repository `https://github.com/oxidecomputer/lldp`
1232026-09-11T20:46:32.004Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-09-11T20:46:33.479Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-09-11T20:46:33.840Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-09-11T20:46:34.251Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1272026-09-11T20:46:34.846Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282026-09-11T20:46:35.124Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292026-09-11T20:46:35.421Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302026-09-11T20:46:35.754Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1312026-09-11T20:46:36.045Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322026-09-11T20:46:36.422Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1332026-09-11T20:46:36.821Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1342026-09-11T20:46:37.329Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1352026-09-11T20:46:37.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-09-11T20:46:38.244Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1372026-09-11T20:46:38.585Z Updating git repository `https://github.com/oxidecomputer/erebor`
1382026-09-11T20:46:39.157Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-09-11T20:46:39.737Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-09-11T20:46:40.026Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1412026-09-11T20:46:40.479Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1422026-09-11T20:46:41.145Z Updating git repository `https://github.com/oxidecomputer/ispf`
1432026-09-11T20:46:41.415Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-09-11T20:46:41.748Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-11T20:46:42.143Z Updating git repository `https://github.com/oxidecomputer/tough`
1462026-09-11T20:46:42.738Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1472026-09-11T20:46:43.390Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1482026-09-11T20:46:43.915Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1492026-09-11T20:46:44.230Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1502026-09-11T20:46:44.584Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1512026-09-11T20:46:44.923Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1522026-09-11T20:46:45.224Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-09-11T20:46:45.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-09-11T20:46:45.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-09-11T20:46:46.123Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1562026-09-11T20:46:46.568Z Updating git repository `https://github.com/illumos/smf-rs`
1572026-09-11T20:46:49.421Z Downloading crates ...
1582026-09-11T20:46:49.478Z Downloaded colorchoice v1.0.4
1592026-09-11T20:46:49.482Z Downloaded critical-section v1.2.0
1602026-09-11T20:46:49.482Z Downloaded const-oid v0.10.2
1612026-09-11T20:46:49.487Z Downloaded clang-sys v1.8.1
1622026-09-11T20:46:49.490Z Downloaded console v0.16.2
1632026-09-11T20:46:49.493Z Downloaded diesel_table_macro_syntax v0.3.0
1642026-09-11T20:46:49.493Z Downloaded cipher v0.5.2
1652026-09-11T20:46:49.496Z Downloaded addr2line v0.25.1
1662026-09-11T20:46:49.499Z Downloaded cpufeatures v0.2.17
1672026-09-11T20:46:49.501Z Downloaded crc v3.4.0
1682026-09-11T20:46:49.502Z Downloaded clap_lex v1.0.0
1692026-09-11T20:46:49.502Z Downloaded crc-catalog v2.4.0
1702026-09-11T20:46:49.504Z Downloaded console v0.15.11
1712026-09-11T20:46:49.508Z Downloaded convert_case v0.4.0
1722026-09-11T20:46:49.511Z Downloaded crc8 v0.1.1
1732026-09-11T20:46:49.511Z Downloaded darling_core v0.13.4
1742026-09-11T20:46:49.514Z Downloaded darling_macro v0.13.4
1752026-09-11T20:46:49.514Z Downloaded hex-literal v1.1.0
1762026-09-11T20:46:49.514Z Downloaded const_format_proc_macros v0.2.34
1772026-09-11T20:46:49.517Z Downloaded const-oid v0.9.6
1782026-09-11T20:46:49.517Z Downloaded cobs v0.3.0
1792026-09-11T20:46:49.517Z Downloaded crucible-workspace-hack v0.1.0
1802026-09-11T20:46:49.520Z Downloaded hash32 v0.2.1
1812026-09-11T20:46:49.520Z Downloaded heck v0.5.0
1822026-09-11T20:46:49.520Z Downloaded darling_macro v0.20.11
1832026-09-11T20:46:49.520Z Downloaded http-body v1.0.1
1842026-09-11T20:46:49.523Z Downloaded hubpack v0.1.2
1852026-09-11T20:46:49.523Z Downloaded ident_case v1.0.1
1862026-09-11T20:46:49.527Z Downloaded crunchy v0.2.4
1872026-09-11T20:46:49.531Z Downloaded constant_time_eq v0.4.2
1882026-09-11T20:46:49.533Z Downloaded group v0.14.0
1892026-09-11T20:46:49.536Z Downloaded ctr v0.10.1
1902026-09-11T20:46:49.539Z Downloaded daft v0.1.8
1912026-09-11T20:46:49.539Z Downloaded group v0.13.0
1922026-09-11T20:46:49.539Z Downloaded goblin v0.8.2
1932026-09-11T20:46:49.542Z Downloaded guppy-workspace-hack v0.1.0
1942026-09-11T20:46:49.542Z Downloaded indent_write v2.2.0
1952026-09-11T20:46:49.545Z Downloaded http-range v0.1.5
1962026-09-11T20:46:49.545Z Downloaded curve25519-dalek-derive v0.1.1
1972026-09-11T20:46:49.545Z Downloaded darling_macro v0.23.0
1982026-09-11T20:46:49.545Z Downloaded defmt v0.3.100
1992026-09-11T20:46:49.545Z Downloaded hex-literal v0.4.1
2002026-09-11T20:46:49.548Z Downloaded crypto-common v0.1.7
2012026-09-11T20:46:49.548Z Downloaded cstr-argument v0.1.2
2022026-09-11T20:46:49.548Z Downloaded derive_builder_macro v0.20.2
2032026-09-11T20:46:49.548Z Downloaded hostname v0.4.2
2042026-09-11T20:46:49.548Z Downloaded home v0.5.12
2052026-09-11T20:46:49.551Z Downloaded hostname v0.3.1
2062026-09-11T20:46:49.553Z Downloaded constant_time_eq v0.3.1
2072026-09-11T20:46:49.553Z Downloaded hex v0.4.3
2082026-09-11T20:46:49.553Z Downloaded httpdate v1.0.3
2092026-09-11T20:46:49.556Z Downloaded debug-ignore v1.0.5
2102026-09-11T20:46:49.559Z Downloaded cpubits v0.1.1
2112026-09-11T20:46:49.559Z Downloaded crossbeam-deque v0.8.6
2122026-09-11T20:46:49.559Z Downloaded ctutils v0.4.2
2132026-09-11T20:46:49.562Z Downloaded headers-core v0.3.0
2142026-09-11T20:46:49.562Z Downloaded heck v0.4.1
2152026-09-11T20:46:49.562Z Downloaded is_ci v1.2.0
2162026-09-11T20:46:49.571Z Downloaded compression-core v0.4.31
2172026-09-11T20:46:49.574Z Downloaded crypto-common v0.2.2
2182026-09-11T20:46:49.574Z Downloaded darling_macro v0.21.3
2192026-09-11T20:46:49.579Z Downloaded httptest v0.16.4
2202026-09-11T20:46:49.582Z Downloaded hyper-tls v0.6.0
2212026-09-11T20:46:49.586Z Downloaded idna_adapter v1.2.1
2222026-09-11T20:46:49.589Z Downloaded data-encoding v2.10.0
2232026-09-11T20:46:49.589Z Downloaded corncobs v0.1.4
2242026-09-11T20:46:49.589Z Downloaded inout v0.2.2
2252026-09-11T20:46:49.592Z Downloaded cmake v0.1.57
2262026-09-11T20:46:49.592Z Downloaded defmt v1.0.1
2272026-09-11T20:46:49.595Z Downloaded internet-checksum v0.2.1
2282026-09-11T20:46:49.595Z Downloaded is-terminal v0.4.17
2292026-09-11T20:46:49.595Z Downloaded hash32 v0.3.1
2302026-09-11T20:46:49.595Z Downloaded clap v4.6.1
2312026-09-11T20:46:49.599Z Downloaded cpufeatures v0.3.0
2322026-09-11T20:46:49.602Z Downloaded approx v0.5.1
2332026-09-11T20:46:49.602Z Downloaded instant v0.1.13
2342026-09-11T20:46:49.602Z Downloaded assert_matches v1.5.0
2352026-09-11T20:46:49.604Z Downloaded async-object-pool v0.2.0
2362026-09-11T20:46:49.604Z Downloaded indoc v1.0.9
2372026-09-11T20:46:49.605Z Downloaded atomic-waker v1.1.2
2382026-09-11T20:46:49.607Z Downloaded bit-set v0.5.3
2392026-09-11T20:46:49.607Z Downloaded hubpack_derive v0.1.1
2402026-09-11T20:46:49.607Z Downloaded bit-set v0.8.0
2412026-09-11T20:46:49.607Z Downloaded inout v0.1.4
2422026-09-11T20:46:49.610Z Downloaded convert_case v0.10.0
2432026-09-11T20:46:49.610Z Downloaded darling v0.13.4
2442026-09-11T20:46:49.613Z Downloaded deranged v0.5.8
2452026-09-11T20:46:49.613Z Downloaded csv-core v0.1.13
2462026-09-11T20:46:49.613Z Downloaded instability v0.3.11
2472026-09-11T20:46:49.616Z Downloaded der_derive v0.7.3
2482026-09-11T20:46:49.618Z Downloaded concurrent-queue v2.5.0
2492026-09-11T20:46:49.618Z Downloaded illumos-nvpair-sys v0.2.0
2502026-09-11T20:46:49.622Z Downloaded is_terminal_polyfill v1.70.2
2512026-09-11T20:46:49.625Z Downloaded illumos-nvpair v0.3.0
2522026-09-11T20:46:49.625Z Downloaded cfg_aliases v0.2.1
2532026-09-11T20:46:49.625Z Downloaded openssl-macros v0.1.1
2542026-09-11T20:46:49.625Z Downloaded oxide-generation-macros v0.2.0
2552026-09-11T20:46:49.628Z Downloaded path-slash v0.2.1
2562026-09-11T20:46:49.628Z Downloaded cookie v0.18.1
2572026-09-11T20:46:49.628Z Downloaded derive_builder v0.20.2
2582026-09-11T20:46:49.631Z Downloaded colored v2.2.0
2592026-09-11T20:46:49.636Z Downloaded crc32fast v1.5.0
2602026-09-11T20:46:49.636Z Downloaded cmov v0.5.4
2612026-09-11T20:46:49.636Z Downloaded derive-ex v0.1.8
2622026-09-11T20:46:49.638Z Downloaded des v0.9.0
2632026-09-11T20:46:49.638Z Downloaded diesel-dtrace v0.5.0
2642026-09-11T20:46:49.638Z Downloaded defmt-parser v1.0.0
2652026-09-11T20:46:49.638Z Downloaded compression-codecs v0.4.37
2662026-09-11T20:46:49.641Z Downloaded criterion-plot v0.6.0
2672026-09-11T20:46:49.644Z Downloaded derive_builder_core v0.20.2
2682026-09-11T20:46:49.644Z Downloaded daft-derive v0.1.8
2692026-09-11T20:46:49.647Z Downloaded defmt-macros v1.0.1
2702026-09-11T20:46:49.647Z Downloaded http-body-util v0.1.3
2712026-09-11T20:46:49.650Z Downloaded block-padding v0.4.2
2722026-09-11T20:46:49.650Z Downloaded anstyle v1.0.14
2732026-09-11T20:46:49.650Z Downloaded cargo-platform v0.3.2
2742026-09-11T20:46:49.650Z Downloaded ciborium-io v0.2.2
2752026-09-11T20:46:49.650Z Downloaded crc-any v2.5.0
2762026-09-11T20:46:49.653Z Downloaded path-slash v0.1.5
2772026-09-11T20:46:49.653Z Downloaded hmac v0.13.0
2782026-09-11T20:46:49.656Z Downloaded delegate v0.13.5
2792026-09-11T20:46:49.660Z Downloaded async-trait v0.1.89
2802026-09-11T20:46:49.663Z Downloaded proc-macro-crate v1.3.1
2812026-09-11T20:46:49.663Z Downloaded proc-macro-crate v3.4.0
2822026-09-11T20:46:49.668Z Downloaded cookie_store v0.22.1
2832026-09-11T20:46:49.671Z Downloaded crossbeam-epoch v0.9.18
2842026-09-11T20:46:49.674Z Downloaded packed_struct_codegen v0.10.1
2852026-09-11T20:46:49.674Z Downloaded datatest-stable v0.3.3
2862026-09-11T20:46:49.677Z Downloaded plain v0.2.3
2872026-09-11T20:46:49.677Z Downloaded buf-list v1.1.2
2882026-09-11T20:46:49.680Z Downloaded bytecount v0.6.9
2892026-09-11T20:46:49.680Z Downloaded camino-tempfile-ext v0.3.3
2902026-09-11T20:46:49.680Z Downloaded recursive v0.1.1
2912026-09-11T20:46:49.683Z Downloaded highway v1.3.0
2922026-09-11T20:46:49.685Z Downloaded derive_more v0.99.20
2932026-09-11T20:46:49.688Z Downloaded oorandom v11.1.5
2942026-09-11T20:46:49.688Z Downloaded oxide-generation v0.1.3
2952026-09-11T20:46:49.688Z Downloaded clap_derive v4.6.1
2962026-09-11T20:46:49.691Z Downloaded hyper-staticfile v0.10.1
2972026-09-11T20:46:49.691Z Downloaded colored v3.1.1
2982026-09-11T20:46:49.695Z Downloaded darling v0.23.0
2992026-09-11T20:46:49.698Z Downloaded ingot v0.2.1
3002026-09-11T20:46:49.698Z Downloaded ipnet v2.12.0
3012026-09-11T20:46:49.701Z Downloaded serde_spanned v0.6.9
3022026-09-11T20:46:49.701Z Downloaded serde_repr v0.1.20
3032026-09-11T20:46:49.701Z Downloaded impl-trait-for-tuples v0.2.3
3042026-09-11T20:46:49.704Z Downloaded indoc v2.0.7
3052026-09-11T20:46:49.706Z Downloaded crossbeam-utils v0.8.21
3062026-09-11T20:46:49.707Z Downloaded pem-rfc7468 v0.7.0
3072026-09-11T20:46:49.709Z Downloaded phc v0.6.1
3082026-09-11T20:46:49.709Z Downloaded polyval v0.7.1
3092026-09-11T20:46:49.712Z Downloaded predicates-core v1.0.10
3102026-09-11T20:46:49.712Z Downloaded arrayvec v0.7.6
3112026-09-11T20:46:49.715Z Downloaded backon v1.6.0
3122026-09-11T20:46:49.715Z Downloaded humantime v2.3.0
3132026-09-11T20:46:49.718Z Downloaded ipnetwork v0.21.1
3142026-09-11T20:46:49.721Z Downloaded smawk v0.3.2
3152026-09-11T20:46:49.724Z Downloaded hmac v0.12.1
3162026-09-11T20:46:49.727Z Downloaded bitflags v2.11.0
3172026-09-11T20:46:49.729Z Downloaded darling v0.20.11
3182026-09-11T20:46:49.732Z Downloaded darling v0.21.3
3192026-09-11T20:46:49.735Z Downloaded ciborium-ll v0.2.2
3202026-09-11T20:46:49.735Z Downloaded slog-bunyan v2.5.0
3212026-09-11T20:46:49.740Z Downloaded sha1 v0.10.6
3222026-09-11T20:46:49.743Z Downloaded swrite v0.1.0
3232026-09-11T20:46:49.743Z Downloaded supports-color v3.0.2
3242026-09-11T20:46:49.743Z Downloaded supports-unicode v3.0.0
3252026-09-11T20:46:49.746Z Downloaded take_mut v0.2.2
3262026-09-11T20:46:49.746Z Downloaded testing_table v0.3.0
3272026-09-11T20:46:49.746Z Downloaded tagptr v0.2.0
3282026-09-11T20:46:49.746Z Downloaded tokio-macros v2.7.0
3292026-09-11T20:46:49.750Z Downloaded indexmap v1.9.3
3302026-09-11T20:46:49.756Z Downloaded rust-argon2 v2.1.0
3312026-09-11T20:46:49.759Z Downloaded signal-hook-tokio v0.3.1
3322026-09-11T20:46:49.759Z Downloaded rustls-pemfile v2.2.0
3332026-09-11T20:46:49.768Z Downloaded pin-project-internal v1.1.11
3342026-09-11T20:46:49.802Z Downloaded pkg-config v0.3.32
3352026-09-11T20:46:49.802Z Downloaded ppv-lite86 v0.2.21
3362026-09-11T20:46:49.802Z Downloaded progenitor v0.13.0
3372026-09-11T20:46:49.802Z Downloaded tap v1.0.1
3382026-09-11T20:46:49.802Z Downloaded terminal_size v0.4.3
3392026-09-11T20:46:49.802Z Downloaded unicode-linebreak v0.1.5
3402026-09-11T20:46:49.802Z Downloaded half v1.8.3
3412026-09-11T20:46:49.802Z Downloaded iana-time-zone v0.1.65
3422026-09-11T20:46:49.802Z Downloaded anyhow v1.0.104
3432026-09-11T20:46:49.802Z Downloaded shlex v1.3.0
3442026-09-11T20:46:49.802Z Downloaded universal-hash v0.5.1
3452026-09-11T20:46:49.802Z Downloaded unit-prefix v0.5.2
3462026-09-11T20:46:49.802Z Downloaded ingot-types v0.2.0
3472026-09-11T20:46:49.802Z Downloaded usdt v0.6.0
3482026-09-11T20:46:49.803Z Downloaded derive-where v1.6.0
3492026-09-11T20:46:49.803Z Downloaded slog-dtrace v0.3.0
3502026-09-11T20:46:49.803Z Downloaded hybrid-array v0.4.13
3512026-09-11T20:46:49.806Z Downloaded hyper-rustls v0.27.7
3522026-09-11T20:46:49.806Z Downloaded rand_core v0.9.5
3532026-09-11T20:46:49.806Z Downloaded rand_seeder v0.4.0
3542026-09-11T20:46:49.806Z Downloaded const_format v0.2.35
3552026-09-11T20:46:49.806Z Downloaded unicode-truncate v1.1.0
3562026-09-11T20:46:49.809Z Downloaded ssh-cipher v0.3.0
3572026-09-11T20:46:49.809Z Downloaded stringmetrics v2.2.2
3582026-09-11T20:46:49.811Z Downloaded supports-unicode v2.1.0
3592026-09-11T20:46:49.811Z Downloaded ssh-encoding v0.3.0
3602026-09-11T20:46:49.811Z Downloaded string_cache v0.8.9
3612026-09-11T20:46:49.814Z Downloaded httparse v1.10.1
3622026-09-11T20:46:49.814Z Downloaded half v2.7.1
3632026-09-11T20:46:49.817Z Downloaded crypto-bigint v0.5.5
3642026-09-11T20:46:49.821Z Downloaded cancel-safe-futures v0.1.5
3652026-09-11T20:46:49.824Z Downloaded stringprep v0.1.5
3662026-09-11T20:46:49.824Z Downloaded compact_str v0.8.1
3672026-09-11T20:46:49.824Z Downloaded hickory-client v0.25.2
3682026-09-11T20:46:49.827Z Downloaded darling_core v0.20.11
3692026-09-11T20:46:49.830Z Downloaded darling_core v0.23.0
3702026-09-11T20:46:49.832Z Downloaded rustc-demangle v0.1.27
3712026-09-11T20:46:49.832Z Downloaded schemars_derive v0.8.22
3722026-09-11T20:46:49.832Z Downloaded secrecy v0.8.0
3732026-09-11T20:46:49.835Z Downloaded utf-8 v0.7.6
3742026-09-11T20:46:49.835Z Downloaded thread_local v1.1.9
3752026-09-11T20:46:49.835Z Downloaded tiny-keccak v2.0.2
3762026-09-11T20:46:49.838Z Downloaded downcast-rs v2.0.2
3772026-09-11T20:46:49.838Z Downloaded void v1.0.2
3782026-09-11T20:46:49.838Z Downloaded waitgroup v0.1.2
3792026-09-11T20:46:49.838Z Downloaded xattr v1.6.1
3802026-09-11T20:46:49.841Z Downloaded icu_locale_core v2.1.1
3812026-09-11T20:46:49.844Z Downloaded headers v0.4.1
3822026-09-11T20:46:49.847Z Downloaded ingot-macros v0.2.0
3832026-09-11T20:46:49.847Z Downloaded dtrace-parser v0.3.0
3842026-09-11T20:46:49.847Z Downloaded endian-type v0.1.2
3852026-09-11T20:46:49.847Z Downloaded fnv v1.0.7
3862026-09-11T20:46:49.849Z Downloaded slab v0.4.12
3872026-09-11T20:46:49.849Z Downloaded fd-lock v4.0.4
3882026-09-11T20:46:49.850Z Downloaded digest-io v0.1.0
3892026-09-11T20:46:49.853Z Downloaded dirs-next v2.0.0
3902026-09-11T20:46:49.853Z Downloaded toml_writer v1.1.1+spec-1.1.0
3912026-09-11T20:46:49.853Z Downloaded password-hash v0.5.0
3922026-09-11T20:46:49.855Z Downloaded pest_derive v2.8.6
3932026-09-11T20:46:49.855Z Downloaded postcard v1.1.3
3942026-09-11T20:46:49.860Z Downloaded allocator-api2 v0.2.21
3952026-09-11T20:46:49.863Z Downloaded smallvec v1.15.1
3962026-09-11T20:46:49.865Z Downloaded thiserror-no-std v2.0.2
3972026-09-11T20:46:49.865Z Downloaded tls_codec v0.4.2
3982026-09-11T20:46:49.868Z Downloaded embedded-io v0.4.0
3992026-09-11T20:46:49.868Z Downloaded equivalent v1.0.2
4002026-09-11T20:46:49.868Z Downloaded uzers v0.12.2
4012026-09-11T20:46:49.871Z Downloaded funty v2.0.0
4022026-09-11T20:46:49.871Z Downloaded futures-task v0.3.32
4032026-09-11T20:46:49.871Z Downloaded spin v0.9.8
4042026-09-11T20:46:49.871Z Downloaded icu_provider v2.1.1
4052026-09-11T20:46:49.874Z Downloaded ignore v0.4.25
4062026-09-11T20:46:49.874Z Downloaded darling_core v0.21.3
4072026-09-11T20:46:49.877Z Downloaded icu_properties v2.1.2
4082026-09-11T20:46:49.880Z Downloaded libscf-sys v1.2.0
4092026-09-11T20:46:49.882Z Downloaded diesel_derives v2.3.7
4102026-09-11T20:46:49.885Z Downloaded generic-array v0.14.7
4112026-09-11T20:46:49.885Z Downloaded jiff-static v0.2.34
4122026-09-11T20:46:49.885Z Downloaded salsa20 v0.11.0
4132026-09-11T20:46:49.890Z Downloaded heapless v0.8.0
4142026-09-11T20:46:49.893Z Downloaded managed v0.8.0
4152026-09-11T20:46:49.896Z Downloaded md5 v0.8.0
4162026-09-11T20:46:49.899Z Downloaded crossbeam-channel v0.5.15
4172026-09-11T20:46:49.899Z Downloaded ed25519 v2.2.3
4182026-09-11T20:46:49.902Z Downloaded serde_cbor v0.11.2
4192026-09-11T20:46:49.905Z Downloaded tokio-stream v0.1.18
4202026-09-11T20:46:49.908Z Downloaded lalrpop-util v0.19.12
4212026-09-11T20:46:49.911Z Downloaded nonempty v0.12.0
4222026-09-11T20:46:49.911Z Downloaded heapless v0.7.17
4232026-09-11T20:46:49.914Z Downloaded num-iter v0.1.45
4242026-09-11T20:46:49.914Z Downloaded hickory-resolver v0.24.4
4252026-09-11T20:46:49.917Z Downloaded fallible-iterator v0.2.0
4262026-09-11T20:46:49.917Z Downloaded ff v0.13.1
4272026-09-11T20:46:49.917Z Downloaded ff v0.14.0
4282026-09-11T20:46:49.920Z Downloaded foldhash v0.1.5
4292026-09-11T20:46:49.920Z Downloaded tracing-attributes v0.1.31
4302026-09-11T20:46:49.920Z Downloaded twox-hash v2.1.2
4312026-09-11T20:46:49.923Z Downloaded signature v2.2.0
4322026-09-11T20:46:49.923Z Downloaded lru-slab v0.1.2
4332026-09-11T20:46:49.923Z Downloaded base64 v0.22.1
4342026-09-11T20:46:49.930Z Downloaded hickory-server v0.25.2
4352026-09-11T20:46:49.930Z Downloaded prettyplease v0.2.37
4362026-09-11T20:46:49.932Z Downloaded oso v0.27.3
4372026-09-11T20:46:49.932Z Downloaded papergrid v0.11.0
4382026-09-11T20:46:49.935Z Downloaded proc-macro2 v1.0.106
4392026-09-11T20:46:49.938Z Downloaded array-init v0.0.4
4402026-09-11T20:46:49.938Z Downloaded async-stream-impl v0.3.6
4412026-09-11T20:46:49.938Z Downloaded atomicwrites v0.4.4
4422026-09-11T20:46:49.938Z Downloaded backtrace v0.3.76
4432026-09-11T20:46:49.941Z Downloaded block-buffer v0.10.4
4442026-09-11T20:46:49.943Z Downloaded thiserror v2.0.18
4452026-09-11T20:46:49.946Z Downloaded anstyle-query v1.1.5
4462026-09-11T20:46:49.946Z Downloaded icu_normalizer_data v2.1.1
4472026-09-11T20:46:49.949Z Downloaded socket2 v0.6.3
4482026-09-11T20:46:49.949Z Downloaded zerocopy v0.6.6
4492026-09-11T20:46:49.951Z Downloaded zerovec-derive v0.11.2
4502026-09-11T20:46:49.951Z Downloaded opaque-debug v0.3.1
4512026-09-11T20:46:49.952Z Downloaded der v0.7.10
4522026-09-11T20:46:49.956Z Downloaded derive_more-impl v2.1.1
4532026-09-11T20:46:49.959Z Downloaded form_urlencoded v1.2.2
4542026-09-11T20:46:49.959Z Downloaded bcrypt-pbkdf v0.11.0
4552026-09-11T20:46:49.959Z Downloaded diff v0.1.13
4562026-09-11T20:46:49.961Z Downloaded lock_api v0.4.14
4572026-09-11T20:46:49.962Z Downloaded phf_shared v0.11.3
4582026-09-11T20:46:49.962Z Downloaded predicates-tree v1.0.13
4592026-09-11T20:46:49.965Z Downloaded scuffle v0.1.0
4602026-09-11T20:46:49.965Z Downloaded criterion v0.7.0
4612026-09-11T20:46:49.968Z Downloaded hickory-resolver v0.25.2
4622026-09-11T20:46:49.971Z Downloaded futures-executor v0.3.32
4632026-09-11T20:46:49.973Z Downloaded crossterm v0.28.1
4642026-09-11T20:46:49.976Z Downloaded ecdsa v0.17.0
4652026-09-11T20:46:49.976Z Downloaded newtype-uuid v1.3.2
4662026-09-11T20:46:49.979Z Downloaded env_logger v0.11.11
4672026-09-11T20:46:49.979Z Downloaded git-stub-vcs v0.1.0
4682026-09-11T20:46:49.982Z Downloaded rand_pcg v0.10.2
4692026-09-11T20:46:49.982Z Downloaded toml v0.7.8
4702026-09-11T20:46:49.982Z Downloaded icu_collections v2.1.1
4712026-09-11T20:46:49.985Z Downloaded num-rational v0.4.2
4722026-09-11T20:46:49.988Z Downloaded ron v0.8.1
4732026-09-11T20:46:49.991Z Downloaded quinn v0.11.11
4742026-09-11T20:46:49.993Z Downloaded git-stub v1.0.0
4752026-09-11T20:46:49.993Z Downloaded anstream v0.6.21
4762026-09-11T20:46:49.993Z Downloaded uuid v1.23.4
4772026-09-11T20:46:49.996Z Downloaded base16ct v1.0.0
4782026-09-11T20:46:49.996Z Downloaded whoami v2.1.0
4792026-09-11T20:46:49.999Z Downloaded byteorder v1.5.0
4802026-09-11T20:46:49.999Z Downloaded percent-encoding v2.3.2
4812026-09-11T20:46:49.999Z Downloaded progenitor-macro v0.13.0
4822026-09-11T20:46:50.002Z Downloaded rtoolbox v0.0.3
4832026-09-11T20:46:50.002Z Downloaded rustc-hash v2.1.1
4842026-09-11T20:46:50.002Z Downloaded derive_more v2.1.1
4852026-09-11T20:46:50.008Z Downloaded plotters-backend v0.3.7
4862026-09-11T20:46:50.011Z Downloaded libefi-sys v0.1.0
4872026-09-11T20:46:50.011Z Downloaded miette-derive v7.6.0
4882026-09-11T20:46:50.011Z Downloaded module-lattice v0.2.3
4892026-09-11T20:46:50.011Z Downloaded openssl-probe v0.2.1
4902026-09-11T20:46:50.014Z Downloaded serde_regex v1.1.0
4912026-09-11T20:46:50.014Z Downloaded serde_spanned v1.1.1
4922026-09-11T20:46:50.014Z Downloaded shell-words v1.1.1
4932026-09-11T20:46:50.014Z Downloaded papergrid v0.18.0
4942026-09-11T20:46:50.017Z Downloaded dropshot-api-manager-types v0.8.0
4952026-09-11T20:46:50.017Z Downloaded owo-colors v4.3.0
4962026-09-11T20:46:50.019Z Downloaded ref-cast v1.0.25
4972026-09-11T20:46:50.022Z Downloaded serde_plain v1.0.2
4982026-09-11T20:46:50.025Z Downloaded strsim v0.11.1
4992026-09-11T20:46:50.028Z Downloaded serde v1.0.228
5002026-09-11T20:46:50.031Z Downloaded indicatif v0.18.4
5012026-09-11T20:46:50.034Z Downloaded icu_normalizer v2.1.1
5022026-09-11T20:46:50.037Z Downloaded primefield v0.14.0
5032026-09-11T20:46:50.037Z Downloaded toml_edit v0.22.27
5042026-09-11T20:46:50.040Z Downloaded primeorder v0.13.6
5052026-09-11T20:46:50.040Z Downloaded progenitor-client v0.13.0
5062026-09-11T20:46:50.040Z Downloaded rand_chacha v0.9.0
5072026-09-11T20:46:50.040Z Downloaded termtree v0.5.1
5082026-09-11T20:46:50.044Z Downloaded bcs v0.1.6
5092026-09-11T20:46:50.044Z Downloaded cargo_metadata v0.23.1
5102026-09-11T20:46:50.044Z Downloaded thread-id v4.2.2
5112026-09-11T20:46:50.047Z Downloaded camino-tempfile v1.4.1
5122026-09-11T20:46:50.047Z Downloaded chacha20 v0.9.1
5132026-09-11T20:46:50.047Z Downloaded serde_bytes v0.11.19
5142026-09-11T20:46:50.047Z Downloaded qorb v0.4.1
5152026-09-11T20:46:50.050Z Downloaded sqlparser_derive v0.5.0
5162026-09-11T20:46:50.053Z Downloaded sponge-cursor v0.1.0
5172026-09-11T20:46:50.053Z Downloaded tabled_derive v0.7.0
5182026-09-11T20:46:50.058Z Downloaded peg v0.8.5
5192026-09-11T20:46:50.061Z Downloaded trybuild v1.0.116
5202026-09-11T20:46:50.064Z Downloaded zip v0.6.6
5212026-09-11T20:46:50.069Z Downloaded untrusted v0.7.1
5222026-09-11T20:46:50.072Z Downloaded usdt-attr-macro v0.5.0
5232026-09-11T20:46:50.072Z Downloaded utf8_iter v1.0.4
5242026-09-11T20:46:50.072Z Downloaded xshell-macros v0.2.7
5252026-09-11T20:46:50.072Z Downloaded serde_path_to_error v0.1.20
5262026-09-11T20:46:50.072Z Downloaded schemars v1.2.1
5272026-09-11T20:46:50.080Z Downloaded paste v1.0.15
5282026-09-11T20:46:50.082Z Downloaded slog-scope v4.4.1
5292026-09-11T20:46:50.082Z Downloaded pem-rfc7468 v1.0.0
5302026-09-11T20:46:50.085Z Downloaded pkcs8 v0.10.2
5312026-09-11T20:46:50.085Z Downloaded usdt-attr-macro v0.6.0
5322026-09-11T20:46:50.085Z Downloaded zerofrom v0.1.6
5332026-09-11T20:46:50.088Z Downloaded zopfli v0.8.3
5342026-09-11T20:46:50.088Z Downloaded mime v0.3.17
5352026-09-11T20:46:50.088Z Downloaded ml-kem v0.3.2
5362026-09-11T20:46:50.091Z Downloaded der v0.8.0
5372026-09-11T20:46:50.094Z Downloaded memmap2 v0.9.10
5382026-09-11T20:46:50.096Z Downloaded strum_macros v0.26.4
5392026-09-11T20:46:50.096Z Downloaded quinn-udp v0.5.14
5402026-09-11T20:46:50.096Z Downloaded strum_macros v0.27.2
5412026-09-11T20:46:50.099Z Downloaded hashbrown v0.13.2
5422026-09-11T20:46:50.102Z Downloaded thiserror v1.0.69
5432026-09-11T20:46:50.104Z Downloaded toml_datetime v0.6.11
5442026-09-11T20:46:50.104Z Downloaded time-macros v0.2.27
5452026-09-11T20:46:50.104Z Downloaded resolv-conf v0.7.6
5462026-09-11T20:46:50.107Z Downloaded yoke-derive v0.8.1
5472026-09-11T20:46:50.107Z Downloaded argon2 v0.6.0-rc.8
5482026-09-11T20:46:50.107Z Downloaded unicode_categories v0.1.1
5492026-09-11T20:46:50.110Z Downloaded tokio-native-tls v0.3.1
5502026-09-11T20:46:50.110Z Downloaded dsl_auto_type v0.2.0
5512026-09-11T20:46:50.113Z Downloaded foreign-types-shared v0.3.1
5522026-09-11T20:46:50.116Z Downloaded float-cmp v0.10.0
5532026-09-11T20:46:50.116Z Downloaded crossterm v0.29.0
5542026-09-11T20:46:50.119Z Downloaded rustversion v1.0.22
5552026-09-11T20:46:50.122Z Downloaded sec1 v0.7.3
5562026-09-11T20:46:50.125Z Downloaded internal-russh-num-bigint v0.5.0
5572026-09-11T20:46:50.127Z Downloaded camino v1.2.5
5582026-09-11T20:46:50.131Z Downloaded parking_lot_core v0.8.6
5592026-09-11T20:46:50.131Z Downloaded scroll v0.13.0
5602026-09-11T20:46:50.135Z Downloaded parking_lot v0.12.5
5612026-09-11T20:46:50.135Z Downloaded kem v0.3.0
5622026-09-11T20:46:50.135Z Downloaded kstat-rs v0.2.5
5632026-09-11T20:46:50.135Z Downloaded maybe-uninit v2.0.0
5642026-09-11T20:46:50.135Z Downloaded smf v0.2.3
5652026-09-11T20:46:50.138Z Downloaded fastrand v2.3.0
5662026-09-11T20:46:50.138Z Downloaded fixedbitset v0.4.2
5672026-09-11T20:46:50.138Z Downloaded float-ord v0.3.2
5682026-09-11T20:46:50.138Z Downloaded fxhash v0.2.1
5692026-09-11T20:46:50.138Z Downloaded semver v1.0.28
5702026-09-11T20:46:50.141Z Downloaded steno v0.4.1
5712026-09-11T20:46:50.141Z Downloaded knus v3.4.0
5722026-09-11T20:46:50.143Z Downloaded generic-array v1.4.3
5732026-09-11T20:46:50.146Z Downloaded hyper-util v0.1.20
5742026-09-11T20:46:50.149Z Downloaded hashbrown v0.12.3
5752026-09-11T20:46:50.152Z Downloaded rustls-webpki v0.103.13
5762026-09-11T20:46:50.152Z Downloaded num_threads v0.1.7
5772026-09-11T20:46:50.155Z Downloaded pkcs8 v0.11.0
5782026-09-11T20:46:50.155Z Downloaded digest v0.10.7
5792026-09-11T20:46:50.158Z Downloaded linked-hash-map v0.5.6
5802026-09-11T20:46:50.158Z Downloaded http v1.4.2
5812026-09-11T20:46:50.158Z Downloaded zmij v1.0.21
5822026-09-11T20:46:50.161Z Downloaded either v1.15.0
5832026-09-11T20:46:50.164Z Downloaded tokio-tungstenite v0.21.0
5842026-09-11T20:46:50.166Z Downloaded clap_builder v4.6.0
5852026-09-11T20:46:50.169Z Downloaded num v0.4.3
5862026-09-11T20:46:50.169Z Downloaded typed-path v0.9.3
5872026-09-11T20:46:50.172Z Downloaded typed-path v0.12.3
5882026-09-11T20:46:50.176Z Downloaded guppy v0.17.25
5892026-09-11T20:46:50.180Z Downloaded bb8 v0.8.6
5902026-09-11T20:46:50.183Z Downloaded vergen-gitcl v1.0.8
5912026-09-11T20:46:50.184Z Downloaded pathdiff v0.2.3
5922026-09-11T20:46:50.187Z Downloaded ecdsa v0.16.9
5932026-09-11T20:46:50.187Z Downloaded phf_shared v0.13.1
5942026-09-11T20:46:50.190Z Downloaded glob v0.3.3
5952026-09-11T20:46:50.195Z Downloaded itertools v0.10.5
5962026-09-11T20:46:50.199Z Downloaded precomputed-hash v0.1.1
5972026-09-11T20:46:50.202Z Downloaded rand v0.10.1
5982026-09-11T20:46:50.205Z Downloaded ciborium v0.2.2
5992026-09-11T20:46:50.208Z Downloaded indexmap v2.14.0
6002026-09-11T20:46:50.210Z Downloaded md-5 v0.11.0
6012026-09-11T20:46:50.211Z Downloaded target-spec v3.5.7
6022026-09-11T20:46:50.211Z Downloaded phf_shared v0.12.1
6032026-09-11T20:46:50.213Z Downloaded oxide-update-engine-types v0.1.2
6042026-09-11T20:46:50.213Z Downloaded proc-macro-error-attr2 v2.0.0
6052026-09-11T20:46:50.213Z Downloaded term v1.2.1
6062026-09-11T20:46:50.216Z Downloaded whoami v1.6.1
6072026-09-11T20:46:50.221Z Downloaded progenitor-impl v0.14.0
6082026-09-11T20:46:50.224Z Downloaded libsw v3.5.0
6092026-09-11T20:46:50.226Z Downloaded pin-project v1.1.11
6102026-09-11T20:46:50.231Z Downloaded scopeguard v1.2.0
6112026-09-11T20:46:50.234Z Downloaded digest v0.11.3
6122026-09-11T20:46:50.234Z Downloaded hashbrown v0.14.5
6132026-09-11T20:46:50.237Z Downloaded hashbrown v0.16.1
6142026-09-11T20:46:50.239Z Downloaded native-tls v0.2.18
6152026-09-11T20:46:50.242Z Downloaded newtype-uuid-macros v0.1.0
6162026-09-11T20:46:50.242Z Downloaded num_enum v0.5.11
6172026-09-11T20:46:50.245Z Downloaded anstyle-parse v0.2.7
6182026-09-11T20:46:50.245Z Downloaded signal-hook-mio v0.2.5
6192026-09-11T20:46:50.248Z Downloaded aes v0.9.1
6202026-09-11T20:46:50.248Z Downloaded signature v3.0.0
6212026-09-11T20:46:50.251Z Downloaded serde_with v1.14.0
6222026-09-11T20:46:50.253Z Downloaded tinyvec v1.10.0
6232026-09-11T20:46:50.253Z Downloaded futures-channel v0.3.32
6242026-09-11T20:46:50.256Z Downloaded bit-vec v0.6.3
6252026-09-11T20:46:50.256Z Downloaded owo-colors v3.5.0
6262026-09-11T20:46:50.259Z Downloaded path-tree v0.8.3
6272026-09-11T20:46:50.259Z Downloaded serde-big-array v0.5.1
6282026-09-11T20:46:50.259Z Downloaded argon2 v0.5.3
6292026-09-11T20:46:50.259Z Downloaded assert_cmd v2.1.2
6302026-09-11T20:46:50.262Z Downloaded cipher v0.4.4
6312026-09-11T20:46:50.262Z Downloaded oxnet v0.1.6
6322026-09-11T20:46:50.264Z Downloaded strsim v0.10.0
6332026-09-11T20:46:50.267Z Downloaded strum v0.27.2
6342026-09-11T20:46:50.267Z Downloaded subtle v2.6.1
6352026-09-11T20:46:50.270Z Downloaded thiserror-impl-no-std v2.0.2
6362026-09-11T20:46:50.270Z Downloaded typify v0.6.2
6372026-09-11T20:46:50.273Z Downloaded schemars v0.8.22
6382026-09-11T20:46:50.278Z Downloaded ucd-trie v0.1.7
6392026-09-11T20:46:50.281Z Downloaded chumsky v0.9.3
6402026-09-11T20:46:50.281Z Downloaded similar v2.7.0
6412026-09-11T20:46:50.284Z Downloaded tracing-core v0.1.36
6422026-09-11T20:46:50.286Z Downloaded litemap v0.8.1
6432026-09-11T20:46:50.289Z Downloaded tokio-test v0.4.5
6442026-09-11T20:46:50.289Z Downloaded tower-service v0.3.3
6452026-09-11T20:46:50.289Z Downloaded toml_write v0.1.2
6462026-09-11T20:46:50.289Z Downloaded iri-string v0.7.10
6472026-09-11T20:46:50.294Z Downloaded snafu v0.8.9
6482026-09-11T20:46:50.296Z Downloaded vte v0.14.1
6492026-09-11T20:46:50.299Z Downloaded progenitor-extras v0.2.0
6502026-09-11T20:46:50.299Z Downloaded x509-cert v0.2.5
6512026-09-11T20:46:50.302Z Downloaded trait-variant v0.1.2
6522026-09-11T20:46:50.305Z Downloaded version_check v0.9.5
6532026-09-11T20:46:50.305Z Downloaded typify-macro v0.6.2
6542026-09-11T20:46:50.305Z Downloaded drift v0.2.0
6552026-09-11T20:46:50.310Z Downloaded unicode-xid v0.2.6
6562026-09-11T20:46:50.313Z Downloaded usdt-macro v0.5.0
6572026-09-11T20:46:50.313Z Downloaded elliptic-curve v0.14.1
6582026-09-11T20:46:50.316Z Downloaded elliptic-curve v0.13.8
6592026-09-11T20:46:50.316Z Downloaded ahash v0.8.12
6602026-09-11T20:46:50.319Z Downloaded zeroize_derive v1.5.0
6612026-09-11T20:46:50.319Z Downloaded document-features v0.2.12
6622026-09-11T20:46:50.319Z Downloaded rusty-fork v0.3.1
6632026-09-11T20:46:50.322Z Downloaded serde_tokenstream v0.3.0
6642026-09-11T20:46:50.322Z Downloaded serdect v0.4.3
6652026-09-11T20:46:50.324Z Downloaded base64ct v1.8.3
6662026-09-11T20:46:50.324Z Downloaded want v0.3.1
6672026-09-11T20:46:50.325Z Downloaded futures v0.3.32
6682026-09-11T20:46:50.328Z Downloaded bzip2 v0.6.1
6692026-09-11T20:46:50.328Z Downloaded difflib v0.4.0
6702026-09-11T20:46:50.328Z Downloaded embedded-io v0.6.1
6712026-09-11T20:46:50.331Z Downloaded cbc v0.2.1
6722026-09-11T20:46:50.331Z Downloaded serde-hex v0.1.0
6732026-09-11T20:46:50.331Z Downloaded smallvec v0.6.14
6742026-09-11T20:46:50.334Z Downloaded rayon-core v1.13.0
6752026-09-11T20:46:50.334Z Downloaded termcolor v1.4.1
6762026-09-11T20:46:50.334Z Downloaded flagset v0.4.7
6772026-09-11T20:46:50.337Z Downloaded rsa v0.9.10
6782026-09-11T20:46:50.340Z Downloaded async-bb8-diesel v0.2.1
6792026-09-11T20:46:50.340Z Downloaded event-listener v5.4.1
6802026-09-11T20:46:50.343Z Downloaded samael v0.0.19
6812026-09-11T20:46:50.346Z Downloaded escape8259 v0.5.3
6822026-09-11T20:46:50.346Z Downloaded litrs v1.0.0
6832026-09-11T20:46:50.349Z Downloaded postgres-protocol v0.6.12
6842026-09-11T20:46:50.349Z Downloaded tinystr v0.8.2
6852026-09-11T20:46:50.349Z Downloaded foreign-types v0.3.2
6862026-09-11T20:46:50.349Z Downloaded futures-macro v0.3.32
6872026-09-11T20:46:50.352Z Downloaded poly1305 v0.8.0
6882026-09-11T20:46:50.352Z Downloaded futures-io v0.3.32
6892026-09-11T20:46:50.352Z Downloaded itertools v0.13.0
6902026-09-11T20:46:50.355Z Downloaded maplit v1.0.2
6912026-09-11T20:46:50.358Z Downloaded multimap v0.10.1
6922026-09-11T20:46:50.358Z Downloaded slog v2.8.2
6932026-09-11T20:46:50.359Z Downloaded tokio-tungstenite v0.23.1
6942026-09-11T20:46:50.361Z Downloaded lru v0.12.5
6952026-09-11T20:46:50.364Z Downloaded ghash v0.6.0
6962026-09-11T20:46:50.367Z Downloaded nodrop v0.1.14
6972026-09-11T20:46:50.367Z Downloaded normalize-line-endings v0.3.0
6982026-09-11T20:46:50.367Z Downloaded newline-converter v0.3.0
6992026-09-11T20:46:50.372Z Downloaded hashbrown v0.17.0
7002026-09-11T20:46:50.375Z Downloaded serde_json v1.0.151
7012026-09-11T20:46:50.379Z Downloaded tokio-util v0.7.18
7022026-09-11T20:46:50.384Z Downloaded itertools v0.15.0
7032026-09-11T20:46:50.388Z Downloaded bitfield-struct v0.6.2
7042026-09-11T20:46:50.391Z Downloaded adler2 v2.0.1
7052026-09-11T20:46:50.391Z Downloaded nom v7.1.3
7062026-09-11T20:46:50.393Z Downloaded hkdf v0.13.0
7072026-09-11T20:46:50.396Z Downloaded hyper v1.10.1
7082026-09-11T20:46:50.399Z Downloaded proc-macro-error-attr v1.0.4
7092026-09-11T20:46:50.407Z Downloaded cfg-if v1.0.4
7102026-09-11T20:46:50.413Z Downloaded rayon v1.11.0
7112026-09-11T20:46:50.418Z Downloaded signal-hook-registry v1.4.8
7122026-09-11T20:46:50.422Z Downloaded quick-error v1.2.3
7132026-09-11T20:46:50.422Z Downloaded scroll_derive v0.12.1
7142026-09-11T20:46:50.422Z Downloaded scroll_derive v0.13.1
7152026-09-11T20:46:50.422Z Downloaded crypto-primes v0.7.2
7162026-09-11T20:46:50.425Z Downloaded zerotrie v0.2.3
7172026-09-11T20:46:50.425Z Downloaded linear-map v1.2.0
7182026-09-11T20:46:50.425Z Downloaded salty v0.3.0
7192026-09-11T20:46:50.429Z Downloaded libxml v0.3.3
7202026-09-11T20:46:50.432Z Downloaded p521 v0.14.0
7212026-09-11T20:46:50.435Z Downloaded progenitor-macro v0.14.0
7222026-09-11T20:46:50.435Z Downloaded radium v0.7.0
7232026-09-11T20:46:50.435Z Downloaded async-compression v0.4.41
7242026-09-11T20:46:50.439Z Downloaded rand_xorshift v0.4.0
7252026-09-11T20:46:50.442Z Downloaded icu_properties_data v2.1.2
7262026-09-11T20:46:50.446Z Downloaded rustc_version v0.4.1
7272026-09-11T20:46:50.449Z Downloaded sigpipe v0.1.3
7282026-09-11T20:46:50.449Z Downloaded stable_deref_trait v1.2.1
7292026-09-11T20:46:50.449Z Downloaded sync-ptr v0.1.4
7302026-09-11T20:46:50.449Z Downloaded idna v1.1.0
7312026-09-11T20:46:50.452Z Downloaded libloading v0.8.9
7322026-09-11T20:46:50.454Z Downloaded sync_wrapper v1.0.2
7332026-09-11T20:46:50.455Z Downloaded vergen v9.1.0
7342026-09-11T20:46:50.455Z Downloaded slog-envlogger v2.2.0
7352026-09-11T20:46:50.457Z Downloaded cassowary v0.3.0
7362026-09-11T20:46:50.457Z Downloaded getrandom v0.4.3
7372026-09-11T20:46:50.460Z Downloaded hkdf v0.12.4
7382026-09-11T20:46:50.460Z Downloaded itertools v0.14.0
7392026-09-11T20:46:50.464Z Downloaded hashbrown v0.15.5
7402026-09-11T20:46:50.467Z Downloaded progenitor-impl v0.13.0
7412026-09-11T20:46:50.470Z Downloaded enum_dispatch v0.3.13
7422026-09-11T20:46:50.473Z Downloaded rstest v0.25.0
7432026-09-11T20:46:50.475Z Downloaded oxide-update-engine-display v0.1.2
7442026-09-11T20:46:50.475Z Downloaded try-lock v0.2.5
7452026-09-11T20:46:50.475Z Downloaded wnaf v0.14.0
7462026-09-11T20:46:50.478Z Downloaded supports-color v2.1.0
7472026-09-11T20:46:50.478Z Downloaded dunce v1.0.5
7482026-09-11T20:46:50.478Z Downloaded env_filter v2.0.0
7492026-09-11T20:46:50.478Z Downloaded universal-hash v0.6.1
7502026-09-11T20:46:50.479Z Downloaded usdt-macro v0.6.0
7512026-09-11T20:46:50.479Z Downloaded zerofrom-derive v0.1.6
7522026-09-11T20:46:50.481Z Downloaded packed_struct v0.10.1
7532026-09-11T20:46:50.481Z Downloaded zerocopy v0.7.35
7542026-09-11T20:46:50.490Z Downloaded h2 v0.4.15
7552026-09-11T20:46:50.495Z Downloaded anes v0.1.6
7562026-09-11T20:46:50.497Z Downloaded fs-err v2.11.0
7572026-09-11T20:46:50.497Z Downloaded memchr v2.8.0
7582026-09-11T20:46:50.500Z Downloaded yasna v0.5.2
7592026-09-11T20:46:50.503Z Downloaded autocfg v1.5.0
7602026-09-11T20:46:50.503Z Downloaded bitflags v1.3.2
7612026-09-11T20:46:50.506Z Downloaded pretty_assertions v1.4.1
7622026-09-11T20:46:50.506Z Downloaded zone v0.3.1
7632026-09-11T20:46:50.508Z Downloaded dof v0.3.0
7642026-09-11T20:46:50.508Z Downloaded partial-io v0.5.4
7652026-09-11T20:46:50.508Z Downloaded sqlformat v0.3.5
7662026-09-11T20:46:50.511Z Downloaded linkme-impl v0.3.35
7672026-09-11T20:46:50.511Z Downloaded unicode-ident v1.0.24
7682026-09-11T20:46:50.514Z Downloaded nom v8.0.0
7692026-09-11T20:46:50.517Z Downloaded base64 v0.21.7
7702026-09-11T20:46:50.519Z Downloaded signal-hook v0.3.18
7712026-09-11T20:46:50.519Z Downloaded tokio-dtrace v0.1.1
7722026-09-11T20:46:50.522Z Downloaded miette-derive v5.10.0
7732026-09-11T20:46:50.522Z Downloaded new_debug_unreachable v1.0.6
7742026-09-11T20:46:50.522Z Downloaded nibble_vec v0.1.0
7752026-09-11T20:46:50.522Z Downloaded p256 v0.14.0
7762026-09-11T20:46:50.525Z Downloaded newtype_derive v0.1.6
7772026-09-11T20:46:50.525Z Downloaded async-stream v0.3.6
7782026-09-11T20:46:50.528Z Downloaded once_cell v1.21.3
7792026-09-11T20:46:50.528Z Downloaded globwalk v0.9.1
7802026-09-11T20:46:50.528Z Downloaded bumpalo v3.20.2
7812026-09-11T20:46:50.531Z Downloaded toml_edit v0.19.15
7822026-09-11T20:46:50.538Z Downloaded tower-http v0.6.8
7832026-09-11T20:46:50.543Z Downloaded textwrap v0.15.2
7842026-09-11T20:46:50.546Z Downloaded globset v0.4.18
7852026-09-11T20:46:50.546Z Downloaded scrypt v0.12.0
7862026-09-11T20:46:50.546Z Downloaded slog-async v2.8.0
7872026-09-11T20:46:50.549Z Downloaded tui-tree-widget v0.23.1
7882026-09-11T20:46:50.549Z Downloaded writeable v0.6.2
7892026-09-11T20:46:50.549Z Downloaded dyn-clone v1.0.20
7902026-09-11T20:46:50.552Z Downloaded macaddr v1.0.1
7912026-09-11T20:46:50.552Z Downloaded cc v1.2.56
7922026-09-11T20:46:50.554Z Downloaded regex v1.12.3
7932026-09-11T20:46:50.557Z Downloaded pkcs1 v0.7.5
7942026-09-11T20:46:50.557Z Downloaded rand_distr v0.5.1
7952026-09-11T20:46:50.560Z Downloaded thiserror-impl v1.0.69
7962026-09-11T20:46:50.560Z Downloaded fixedbitset v0.5.7
7972026-09-11T20:46:50.560Z Downloaded semver v0.1.20
7982026-09-11T20:46:50.563Z Downloaded keccak v0.2.0
7992026-09-11T20:46:50.563Z Downloaded oso-derive v0.27.3
8002026-09-11T20:46:50.563Z Downloaded async-lock v3.4.2
8012026-09-11T20:46:50.563Z Downloaded rcgen v0.12.1
8022026-09-11T20:46:50.565Z Downloaded sha2 v0.11.0
8032026-09-11T20:46:50.568Z Downloaded synstructure v0.13.2
8042026-09-11T20:46:50.568Z Downloaded dropshot_endpoint v0.17.1
8052026-09-11T20:46:50.571Z Downloaded cfg-expr v0.20.6
8062026-09-11T20:46:50.573Z Downloaded plotters-svg v0.3.7
8072026-09-11T20:46:50.573Z Downloaded ascii-canvas v3.0.0
8082026-09-11T20:46:50.573Z Downloaded schemars v0.9.0
8092026-09-11T20:46:50.579Z Downloaded potential_utf v0.1.4
8102026-09-11T20:46:50.582Z Downloaded recursive-proc-macro-impl v0.1.1
8112026-09-11T20:46:50.582Z Downloaded ref-cast-impl v1.0.25
8122026-09-11T20:46:50.582Z Downloaded supports-hyperlinks v2.1.0
8132026-09-11T20:46:50.582Z Downloaded tinyvec_macros v0.1.1
8142026-09-11T20:46:50.582Z Downloaded omicron-zone-package v0.12.3
8152026-09-11T20:46:50.585Z Downloaded toml_parser v1.1.2+spec-1.1.0
8162026-09-11T20:46:50.585Z Downloaded num_enum_derive v0.7.6
8172026-09-11T20:46:50.585Z Downloaded postgres-types v0.2.14
8182026-09-11T20:46:50.588Z Downloaded bit-vec v0.8.0
8192026-09-11T20:46:50.590Z Downloaded p384 v0.14.0
8202026-09-11T20:46:50.590Z Downloaded tar v0.4.46
8212026-09-11T20:46:50.593Z Downloaded fs_extra v1.3.0
8222026-09-11T20:46:50.596Z Downloaded winnow v0.7.14
8232026-09-11T20:46:50.600Z Downloaded foreign-types v0.5.0
8242026-09-11T20:46:50.603Z Downloaded bitvec v1.0.1
8252026-09-11T20:46:50.608Z Downloaded pem v3.0.6
8262026-09-11T20:46:50.611Z Downloaded supports-hyperlinks v3.2.0
8272026-09-11T20:46:50.611Z Downloaded tabwriter v1.4.1
8282026-09-11T20:46:50.611Z Downloaded itertools v0.12.1
8292026-09-11T20:46:50.614Z Downloaded relative-path v1.9.3
8302026-09-11T20:46:50.617Z Downloaded primeorder v0.14.0
8312026-09-11T20:46:50.617Z Downloaded similar-asserts v1.7.0
8322026-09-11T20:46:50.617Z Downloaded proc-macro-error v1.0.4
8332026-09-11T20:46:50.619Z Downloaded rand_core v0.6.4
8342026-09-11T20:46:50.619Z Downloaded untrusted v0.9.0
8352026-09-11T20:46:50.620Z Downloaded keccak v0.1.6
8362026-09-11T20:46:50.622Z Downloaded utf8parse v0.2.2
8372026-09-11T20:46:50.622Z Downloaded rand v0.9.2
8382026-09-11T20:46:50.625Z Downloaded jiff-core v0.1.0
8392026-09-11T20:46:50.625Z Downloaded num-traits v0.2.19
8402026-09-11T20:46:50.627Z Downloaded vsss-rs v3.3.4
8412026-09-11T20:46:50.627Z Downloaded url v2.5.8
8422026-09-11T20:46:50.630Z Downloaded siphasher v1.0.2
8432026-09-11T20:46:50.630Z Downloaded spki v0.7.3
8442026-09-11T20:46:50.630Z Downloaded bs58 v0.5.1
8452026-09-11T20:46:50.633Z Downloaded byte-wrapper v0.1.0
8462026-09-11T20:46:50.636Z Downloaded dirs-sys-next v0.1.2
8472026-09-11T20:46:50.639Z Downloaded foreign-types-macros v0.2.3
8482026-09-11T20:46:50.642Z Downloaded castaway v0.2.4
8492026-09-11T20:46:50.645Z Downloaded progenitor-client v0.14.0
8502026-09-11T20:46:50.645Z Downloaded rfc6979 v0.6.0
8512026-09-11T20:46:50.650Z Downloaded password-hash v0.6.1
8522026-09-11T20:46:50.653Z Downloaded quote v1.0.45
8532026-09-11T20:46:50.656Z Downloaded blake2 v0.11.0-rc.6
8542026-09-11T20:46:50.656Z Downloaded parking_lot_core v0.9.12
8552026-09-11T20:46:50.659Z Downloaded rustc_version v0.1.7
8562026-09-11T20:46:50.659Z Downloaded sapling-renderdag v0.1.0
8572026-09-11T20:46:50.659Z Downloaded bitfield-macros v0.19.4
8582026-09-11T20:46:50.659Z Downloaded sha1 v0.11.0
8592026-09-11T20:46:50.662Z Downloaded cfg_aliases v0.1.1
8602026-09-11T20:46:50.662Z Downloaded scroll v0.12.0
8612026-09-11T20:46:50.664Z Downloaded serde_tokenstream v0.2.3
8622026-09-11T20:46:50.664Z Downloaded p384 v0.13.1
8632026-09-11T20:46:50.668Z Downloaded prefix-trie v0.7.0
8642026-09-11T20:46:50.668Z Downloaded wyz v0.5.1
8652026-09-11T20:46:50.671Z Downloaded erased-serde v0.3.31
8662026-09-11T20:46:50.671Z Downloaded filetime v0.2.27
8672026-09-11T20:46:50.671Z Downloaded tough v0.22.0
8682026-09-11T20:46:50.674Z Downloaded pest_generator v2.8.6
8692026-09-11T20:46:50.677Z Downloaded knuffel-derive v3.2.0
8702026-09-11T20:46:50.680Z Downloaded mime_guess v2.0.5
8712026-09-11T20:46:50.680Z Downloaded seq-macro v0.3.6
8722026-09-11T20:46:50.683Z Downloaded usdt v0.5.0
8732026-09-11T20:46:50.684Z Downloaded spki v0.8.0
8742026-09-11T20:46:50.690Z Downloaded ryu v1.0.23
8752026-09-11T20:46:50.693Z Downloaded serde_with_macros v3.21.0
8762026-09-11T20:46:50.693Z Downloaded miette v5.10.0
8772026-09-11T20:46:50.696Z Downloaded tls_codec_derive v0.4.2
8782026-09-11T20:46:50.699Z Downloaded serde_urlencoded v0.7.1
8792026-09-11T20:46:50.699Z Downloaded aead v0.6.1
8802026-09-11T20:46:50.699Z Downloaded anstream v1.0.0
8812026-09-11T20:46:50.702Z Downloaded structmeta-derive v0.3.0
8822026-09-11T20:46:50.702Z Downloaded petname v2.0.2
8832026-09-11T20:46:50.704Z Downloaded itoa v1.0.17
8842026-09-11T20:46:50.707Z Downloaded topological-sort v0.2.2
8852026-09-11T20:46:50.707Z Downloaded iddqd v0.4.2
8862026-09-11T20:46:50.710Z Downloaded peg-macros v0.8.5
8872026-09-11T20:46:50.713Z Downloaded assert-json-diff v2.0.2
8882026-09-11T20:46:50.713Z Downloaded backtrace-ext v0.2.1
8892026-09-11T20:46:50.713Z Downloaded cexpr v0.6.0
8902026-09-11T20:46:50.713Z Downloaded unsafe-libyaml v0.2.11
8912026-09-11T20:46:50.716Z Downloaded base16ct v0.2.0
8922026-09-11T20:46:50.719Z Downloaded chacha20 v0.10.0
8932026-09-11T20:46:50.722Z Downloaded parking_lot v0.11.2
8942026-09-11T20:46:50.722Z Downloaded dof v0.4.0
8952026-09-11T20:46:50.725Z Downloaded pest v2.8.6
8962026-09-11T20:46:50.728Z Downloaded futures-sink v0.3.32
8972026-09-11T20:46:50.728Z Downloaded cast v0.3.0
8982026-09-11T20:46:50.728Z Downloaded quinn-proto v0.11.16
8992026-09-11T20:46:50.731Z Downloaded num_enum_derive v0.5.11
9002026-09-11T20:46:50.734Z Downloaded rsa v0.10.0-rc.18
9012026-09-11T20:46:50.736Z Downloaded russh-util v0.52.0
9022026-09-11T20:46:50.737Z Downloaded scheduled-thread-pool v0.2.7
9032026-09-11T20:46:50.737Z Downloaded slog-stdlog v4.1.1
9042026-09-11T20:46:50.737Z Downloaded num-bigint v0.4.6
9052026-09-11T20:46:50.739Z Downloaded lzss v0.8.2
9062026-09-11T20:46:50.742Z Downloaded num-integer v0.1.46
9072026-09-11T20:46:50.742Z Downloaded nested v0.1.1
9082026-09-11T20:46:50.745Z Downloaded usdt-impl v0.5.0
9092026-09-11T20:46:50.745Z Downloaded xshell v0.2.7
9102026-09-11T20:46:50.748Z Downloaded zstd v0.13.3
9112026-09-11T20:46:50.748Z Downloaded terminal_size v0.1.17
9122026-09-11T20:46:50.748Z Downloaded aes-gcm v0.11.0
9132026-09-11T20:46:50.750Z Downloaded time-core v0.1.8
9142026-09-11T20:46:50.754Z Downloaded ena v0.14.4
9152026-09-11T20:46:50.790Z Downloaded getrandom v0.2.17
9162026-09-11T20:46:50.791Z Downloaded parking v2.2.1
9172026-09-11T20:46:50.791Z Downloaded phf v0.13.1
9182026-09-11T20:46:50.791Z Downloaded predicates v3.1.4
9192026-09-11T20:46:50.791Z Downloaded r2d2 v0.8.10
9202026-09-11T20:46:50.791Z Downloaded structmeta v0.3.0
9212026-09-11T20:46:50.791Z Downloaded serde_yaml v0.9.34+deprecated
9222026-09-11T20:46:50.791Z Downloaded socket2 v0.5.10
9232026-09-11T20:46:50.791Z Downloaded strip-ansi-escapes v0.2.1
9242026-09-11T20:46:50.791Z Downloaded jobserver v0.1.34
9252026-09-11T20:46:50.791Z Downloaded libtest-mimic v0.8.1
9262026-09-11T20:46:50.791Z Downloaded linkme v0.3.35
9272026-09-11T20:46:50.791Z Downloaded num-derive v0.4.2
9282026-09-11T20:46:50.791Z Downloaded fatfs v0.3.6
9292026-09-11T20:46:50.791Z Downloaded aead v0.5.2
9302026-09-11T20:46:50.791Z Downloaded poly1305 v0.9.0
9312026-09-11T20:46:50.791Z Downloaded openssl-probe v0.1.6
9322026-09-11T20:46:50.791Z Downloaded parse-display v0.10.0
9332026-09-11T20:46:50.791Z Downloaded psl-types v2.0.11
9342026-09-11T20:46:50.791Z Downloaded support-bundle-viewer v0.1.2
9352026-09-11T20:46:50.791Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9362026-09-11T20:46:50.791Z Downloaded pbkdf2 v0.13.0
9372026-09-11T20:46:50.791Z Downloaded futures-core v0.3.32
9382026-09-11T20:46:50.791Z Downloaded snafu-derive v0.8.9
9392026-09-11T20:46:50.795Z Downloaded sec1 v0.8.1
9402026-09-11T20:46:50.795Z Downloaded memmap v0.7.0
9412026-09-11T20:46:50.795Z Downloaded arc-swap v1.8.2
9422026-09-11T20:46:50.795Z Downloaded plotters v0.3.7
9432026-09-11T20:46:50.798Z Downloaded russh-cryptovec v0.62.0
9442026-09-11T20:46:50.801Z Downloaded unarray v0.1.4
9452026-09-11T20:46:50.801Z Downloaded zone_cfg_derive v0.3.1
9462026-09-11T20:46:50.801Z Downloaded toml v1.1.2+spec-1.1.0
9472026-09-11T20:46:50.804Z Downloaded zerocopy-derive v0.7.35
9482026-09-11T20:46:50.807Z Downloaded event-listener-strategy v0.5.4
9492026-09-11T20:46:50.807Z Downloaded anstyle-parse v1.0.0
9502026-09-11T20:46:50.807Z Downloaded flate2 v1.1.9
9512026-09-11T20:46:50.810Z Downloaded thiserror-impl v2.0.18
9522026-09-11T20:46:50.812Z Downloaded rustyline v14.0.0
9532026-09-11T20:46:50.815Z Downloaded tinytemplate v1.2.1
9542026-09-11T20:46:50.815Z Downloaded foreign-types-shared v0.1.1
9552026-09-11T20:46:50.815Z Downloaded rustls-platform-verifier v0.6.2
9562026-09-11T20:46:50.818Z Downloaded blake2 v0.10.6
9572026-09-11T20:46:50.821Z Downloaded goblin v0.10.5
9582026-09-11T20:46:50.824Z Downloaded vergen-lib v0.1.6
9592026-09-11T20:46:50.827Z Downloaded strum v0.26.3
9602026-09-11T20:46:50.827Z Downloaded zstd-safe v7.2.4
9612026-09-11T20:46:50.830Z Downloaded progenitor v0.14.0
9622026-09-11T20:46:50.832Z Downloaded unicode-normalization v0.1.25
9632026-09-11T20:46:50.833Z Downloaded miette v7.6.0
9642026-09-11T20:46:50.836Z Downloaded num_enum v0.7.6
9652026-09-11T20:46:50.839Z Downloaded crypto-bigint v0.7.5
9662026-09-11T20:46:50.847Z Downloaded sha2 v0.10.9
9672026-09-11T20:46:50.849Z Downloaded slog-term v2.9.2
9682026-09-11T20:46:50.849Z Downloaded memoffset v0.9.1
9692026-09-11T20:46:50.852Z Downloaded async-recursion v1.1.1
9702026-09-11T20:46:50.852Z Downloaded olpc-cjson v0.1.4
9712026-09-11T20:46:50.852Z Downloaded tungstenite v0.23.0
9722026-09-11T20:46:50.855Z Downloaded secrecy v0.10.3
9732026-09-11T20:46:50.855Z Downloaded same-file v1.0.6
9742026-09-11T20:46:50.855Z Downloaded rstest_macros v0.25.0
9752026-09-11T20:46:50.858Z Downloaded ssh-key v0.7.0-rc.11
9762026-09-11T20:46:50.861Z Downloaded target-triple v1.0.0
9772026-09-11T20:46:50.864Z Downloaded target-lexicon v0.13.3
9782026-09-11T20:46:50.864Z Downloaded term v0.7.0
9792026-09-11T20:46:50.867Z Downloaded errno v0.3.14
9802026-09-11T20:46:50.867Z Downloaded knus-derive v3.4.0
9812026-09-11T20:46:50.867Z Downloaded lazy_static v1.5.0
9822026-09-11T20:46:50.870Z Downloaded wait-timeout v0.2.1
9832026-09-11T20:46:50.870Z Downloaded unicode-bidi v0.3.18
9842026-09-11T20:46:50.874Z Downloaded textwrap v0.16.2
9852026-09-11T20:46:50.877Z Downloaded knuffel v3.2.0
9862026-09-11T20:46:50.877Z Downloaded miniz_oxide v0.8.9
9872026-09-11T20:46:50.880Z Downloaded port-file v0.1.0
9882026-09-11T20:46:50.882Z Downloaded vergen-git2 v9.1.0
9892026-09-11T20:46:50.882Z Downloaded foldhash v0.2.0
9902026-09-11T20:46:50.882Z Downloaded fs-err v3.3.0
9912026-09-11T20:46:50.885Z Downloaded rfc6979 v0.4.0
9922026-09-11T20:46:50.885Z Downloaded powerfmt v0.2.0
9932026-09-11T20:46:50.885Z Downloaded pretty-hex v0.4.1
9942026-09-11T20:46:50.888Z Downloaded arrayref v0.3.9
9952026-09-11T20:46:50.888Z Downloaded yoke v0.8.1
9962026-09-11T20:46:50.891Z Downloaded phf v0.12.1
9972026-09-11T20:46:50.891Z Downloaded psm v0.1.30
9982026-09-11T20:46:50.894Z Downloaded rand_core v0.10.0
9992026-09-11T20:46:50.896Z Downloaded zerocopy-derive v0.8.55
10002026-09-11T20:46:50.899Z Downloaded reqwest v0.13.2
10012026-09-11T20:46:50.903Z Downloaded rustls-native-certs v0.8.3
10022026-09-11T20:46:50.906Z Downloaded slog-json v2.6.1
10032026-09-11T20:46:50.906Z Downloaded lru-cache v0.1.2
10042026-09-11T20:46:50.906Z Downloaded thread-id v5.1.0
10052026-09-11T20:46:50.909Z Downloaded tower-layer v0.3.3
10062026-09-11T20:46:50.909Z Downloaded gethostname v0.5.0
10072026-09-11T20:46:50.909Z Downloaded nu-ansi-term v0.50.3
10082026-09-11T20:46:50.911Z Downloaded enum-as-inner v0.6.1
10092026-09-11T20:46:50.914Z Downloaded proptest v1.11.0
10102026-09-11T20:46:50.917Z Downloaded zeroize v1.9.0
10112026-09-11T20:46:50.920Z Downloaded find-msvc-tools v0.1.9
10122026-09-11T20:46:50.920Z Downloaded pin-project-lite v0.2.17
10132026-09-11T20:46:50.923Z Downloaded dtrace-parser v0.2.0
10142026-09-11T20:46:50.923Z Downloaded num-conv v0.2.0
10152026-09-11T20:46:50.923Z Downloaded display-error-chain v0.2.2
10162026-09-11T20:46:50.926Z Downloaded blake3 v1.8.5
10172026-09-11T20:46:50.928Z Downloaded match_cfg v0.1.0
10182026-09-11T20:46:50.928Z Downloaded block-buffer v0.12.1
10192026-09-11T20:46:50.931Z Downloaded bitfield v0.19.4
10202026-09-11T20:46:50.931Z Downloaded peg-runtime v0.8.5
10212026-09-11T20:46:50.931Z Downloaded multer v3.1.0
10222026-09-11T20:46:50.934Z Downloaded ed25519 v3.0.0
10232026-09-11T20:46:50.937Z Downloaded atty v0.2.14
10242026-09-11T20:46:50.944Z Downloaded curve25519-dalek v4.1.3
10252026-09-11T20:46:50.948Z Downloaded minimal-lexical v0.2.1
10262026-09-11T20:46:50.954Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10272026-09-11T20:46:50.956Z Downloaded oxide-update-engine v0.1.2
10282026-09-11T20:46:50.957Z Downloaded static_assertions v1.1.0
10292026-09-11T20:46:50.957Z Downloaded oxide-tokio-rt v0.1.4
10302026-09-11T20:46:50.957Z Downloaded proc-macro-error2 v2.0.1
10312026-09-11T20:46:50.957Z Downloaded chrono v0.4.45
10322026-09-11T20:46:50.960Z Downloaded displaydoc v0.2.5
10332026-09-11T20:46:50.962Z Downloaded num-complex v0.4.6
10342026-09-11T20:46:50.962Z Downloaded blake2b_simd v1.0.4
10352026-09-11T20:46:50.965Z Downloaded rpassword v7.5.4
10362026-09-11T20:46:50.965Z Downloaded russh v0.62.4
10372026-09-11T20:46:50.969Z Downloaded walkdir v2.5.0
10382026-09-11T20:46:50.972Z Downloaded vergen-lib v9.1.0
10392026-09-11T20:46:50.972Z Downloaded parse-size v1.1.0
10402026-09-11T20:46:50.972Z Downloaded termios v0.3.3
10412026-09-11T20:46:50.975Z Downloaded usdt-impl v0.6.0
10422026-09-11T20:46:50.978Z Downloaded zerovec v0.11.5
10432026-09-11T20:46:50.983Z Downloaded backoff v0.4.0
10442026-09-11T20:46:50.986Z Downloaded rand_chacha v0.3.1
10452026-09-11T20:46:50.986Z Downloaded tokio-rustls v0.26.4
10462026-09-11T20:46:50.989Z Downloaded toml v0.8.23
10472026-09-11T20:46:50.989Z Downloaded futures-timer v3.0.3
10482026-09-11T20:46:50.992Z Downloaded ed25519-dalek v3.0.0
10492026-09-11T20:46:50.992Z Downloaded expectorate v1.2.0
10502026-09-11T20:46:50.998Z Downloaded yansi v1.0.1
10512026-09-11T20:46:51.001Z Downloaded flume v0.11.1
10522026-09-11T20:46:51.004Z Downloaded nanorand v0.7.0
10532026-09-11T20:46:51.004Z Downloaded sha3 v0.12.0
10542026-09-11T20:46:51.007Z Downloaded blowfish v0.10.0
10552026-09-11T20:46:51.007Z Downloaded quick-xml v0.37.5
10562026-09-11T20:46:51.010Z Downloaded pkcs1 v0.8.0-rc.4
10572026-09-11T20:46:51.013Z Downloaded strum_macros v0.24.3
10582026-09-11T20:46:51.013Z Downloaded bytes v1.11.1
10592026-09-11T20:46:51.017Z Downloaded test-strategy v0.4.5
10602026-09-11T20:46:51.017Z Downloaded toml_edit v0.23.10+spec-1.0.0
10612026-09-11T20:46:51.020Z Downloaded serde_derive_internals v0.29.1
10622026-09-11T20:46:51.020Z Downloaded typenum v1.20.1
10632026-09-11T20:46:51.023Z Downloaded unicode-properties v0.1.4
10642026-09-11T20:46:51.023Z Downloaded simd-adler32 v0.3.8
10652026-09-11T20:46:51.023Z Downloaded unicase v2.9.0
10662026-09-11T20:46:51.024Z Downloaded pest_meta v2.8.6
10672026-09-11T20:46:51.026Z Downloaded zerocopy v0.8.55
10682026-09-11T20:46:51.036Z Downloaded parse-display-derive v0.10.0
10692026-09-11T20:46:51.039Z Downloaded tempfile v3.27.0
10702026-09-11T20:46:51.039Z Downloaded serde_with_macros v1.5.2
10712026-09-11T20:46:51.039Z Downloaded reedline v0.40.0
10722026-09-11T20:46:51.042Z Downloaded libsw-core v0.3.2
10732026-09-11T20:46:51.045Z Downloaded stacker v0.1.23
10742026-09-11T20:46:51.045Z Downloaded chacha20poly1305 v0.10.1
10752026-09-11T20:46:51.048Z Downloaded rustls-pki-types v1.14.0
10762026-09-11T20:46:51.048Z Downloaded bzip2 v0.4.4
10772026-09-11T20:46:51.050Z Downloaded winnow v1.0.3
10782026-09-11T20:46:51.054Z Downloaded zlib-rs v0.6.2
10792026-09-11T20:46:51.058Z Downloaded openssl-sys v0.9.117
10802026-09-11T20:46:51.064Z Downloaded tokio-postgres v0.7.18
10812026-09-11T20:46:51.067Z Downloaded serde_derive v1.0.228
10822026-09-11T20:46:51.070Z Downloaded mio v1.2.0
10832026-09-11T20:46:51.072Z Downloaded log v0.4.33
10842026-09-11T20:46:51.075Z Downloaded serde_core v1.0.228
10852026-09-11T20:46:51.078Z Downloaded fancy-regex v0.14.0
10862026-09-11T20:46:51.080Z Downloaded syn v1.0.109
10872026-09-11T20:46:51.086Z Downloaded curve25519-dalek v5.0.0
10882026-09-11T20:46:51.091Z Downloaded subprocess v0.2.15
10892026-09-11T20:46:51.094Z Downloaded ed25519-dalek v2.2.0
10902026-09-11T20:46:51.103Z Downloaded dropshot-api-manager v0.8.0
10912026-09-11T20:46:51.106Z Downloaded publicsuffix v2.3.0
10922026-09-11T20:46:51.109Z Downloaded moka v0.12.13
10932026-09-11T20:46:51.112Z Downloaded libbz2-rs-sys v0.2.2
10942026-09-11T20:46:51.126Z Downloaded tabled v0.15.0
10952026-09-11T20:46:51.136Z Downloaded futures-util v0.3.32
10962026-09-11T20:46:51.143Z Downloaded pkcs5 v0.8.1
10972026-09-11T20:46:51.146Z Downloaded regress v0.10.5
10982026-09-11T20:46:51.150Z Downloaded tungstenite v0.21.0
10992026-09-11T20:46:51.153Z Downloaded getrandom v0.3.4
11002026-09-11T20:46:51.156Z Downloaded winnow v0.5.40
11012026-09-11T20:46:51.159Z Downloaded regex-syntax v0.8.10
11022026-09-11T20:46:51.163Z Downloaded bindgen v0.71.1
11032026-09-11T20:46:51.168Z Downloaded winnow v0.6.26
11042026-09-11T20:46:51.172Z Downloaded ar_archive_writer v0.5.1
11052026-09-11T20:46:51.174Z Downloaded rand v0.8.6
11062026-09-11T20:46:51.179Z Downloaded num-bigint-dig v0.8.6
11072026-09-11T20:46:51.182Z Downloaded syn v2.0.117
11082026-09-11T20:46:51.196Z Downloaded libm v0.2.16
11092026-09-11T20:46:51.204Z Downloaded unicode-segmentation v1.12.0
11102026-09-11T20:46:51.211Z Downloaded openssl v0.10.80
11112026-09-11T20:46:51.217Z Downloaded nix v0.27.1
11122026-09-11T20:46:51.223Z Downloaded radix_trie v0.2.1
11132026-09-11T20:46:51.226Z Downloaded object v0.30.4
11142026-09-11T20:46:51.231Z Downloaded tower v0.5.3
11152026-09-11T20:46:51.235Z Downloaded smoltcp v0.9.1
11162026-09-11T20:46:51.241Z Downloaded polar-core v0.27.3
11172026-09-11T20:46:51.246Z Downloaded portable-atomic v1.13.1
11182026-09-11T20:46:51.250Z Downloaded aho-corasick v1.1.4
11192026-09-11T20:46:51.253Z Downloaded diesel v2.3.7
11202026-09-11T20:46:51.266Z Downloaded regress v0.11.1
11212026-09-11T20:46:51.271Z Downloaded nix v0.31.2
11222026-09-11T20:46:51.278Z Downloaded zip v4.6.1
11232026-09-11T20:46:51.280Z Downloaded rustls v0.23.41
11242026-09-11T20:46:51.287Z Downloaded unicode-width v0.2.0
11252026-09-11T20:46:51.292Z Downloaded reqwest v0.12.28
11262026-09-11T20:46:51.311Z Downloaded hickory-proto v0.24.4
11272026-09-11T20:46:51.320Z Downloaded aws-lc-rs v1.16.3
11282026-09-11T20:46:51.325Z Downloaded git2 v0.20.4
11292026-09-11T20:46:51.333Z Downloaded time v0.3.47
11302026-09-11T20:46:51.361Z Downloaded zip v8.6.0
11312026-09-11T20:46:51.371Z Downloaded rawzip v0.4.4
11322026-09-11T20:46:51.376Z Downloaded rustix v0.38.44
11332026-09-11T20:46:51.389Z Downloaded lalrpop v0.19.12
11342026-09-11T20:46:51.395Z Downloaded vcpkg v0.2.15
11352026-09-11T20:46:51.417Z Downloaded tracing v0.1.44
11362026-09-11T20:46:51.430Z Downloaded gimli v0.32.3
11372026-09-11T20:46:51.435Z Downloaded tabled v0.21.0
11382026-09-11T20:46:51.444Z Downloaded smoltcp v0.11.0
11392026-09-11T20:46:51.451Z Downloaded object v0.37.3
11402026-09-11T20:46:51.457Z Downloaded dropshot v0.17.1
11412026-09-11T20:46:51.470Z Downloaded sqlparser v0.61.0
11422026-09-11T20:46:51.489Z Downloaded syn v3.0.3
11432026-09-11T20:46:51.495Z Downloaded hickory-proto v0.25.2
11442026-09-11T20:46:51.504Z Downloaded bzip2-sys v0.1.13+1.0.8
11452026-09-11T20:46:51.511Z Downloaded serde_with v3.21.0
11462026-09-11T20:46:51.518Z Downloaded regex-syntax v0.6.29
11472026-09-11T20:46:51.521Z Downloaded sha3 v0.11.0
11482026-09-11T20:46:51.527Z Downloaded openapiv3 v2.2.0
11492026-09-11T20:46:51.530Z Downloaded bstr v1.12.1
11502026-09-11T20:46:51.535Z Downloaded unicode-width v0.1.14
11512026-09-11T20:46:51.539Z Downloaded sled v0.34.7
11522026-09-11T20:46:51.544Z Downloaded nix v0.28.0
11532026-09-11T20:46:51.551Z Downloaded regex-automata v0.4.14
11542026-09-11T20:46:51.560Z Downloaded rustix v1.1.4
11552026-09-11T20:46:51.574Z Downloaded object v0.39.1
11562026-09-11T20:46:51.579Z Downloaded petgraph v0.8.3
11572026-09-11T20:46:51.594Z Downloaded petgraph v0.6.5
11582026-09-11T20:46:51.604Z Downloaded sha3 v0.10.8
11592026-09-11T20:46:51.607Z Downloaded csv v1.4.0
11602026-09-11T20:46:51.619Z Downloaded libz-sys v1.1.24
11612026-09-11T20:46:51.631Z Downloaded libc v0.2.185
11622026-09-11T20:46:51.651Z Downloaded tokio v1.52.1
11632026-09-11T20:46:51.674Z Downloaded typify-impl v0.6.2
11642026-09-11T20:46:51.682Z Downloaded zerocopy-derive v0.6.6
11652026-09-11T20:46:51.688Z Downloaded ratatui v0.29.0
11662026-09-11T20:46:51.699Z Downloaded jiff v0.2.34
11672026-09-11T20:46:51.720Z Downloaded chrono-tz v0.10.4
11682026-09-11T20:46:51.731Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11692026-09-11T20:46:51.911Z Downloaded encoding_rs v0.8.35
11702026-09-11T20:46:51.924Z Downloaded ring v0.17.14
11712026-09-11T20:46:51.949Z Downloaded httpmock v0.8.3
11722026-09-11T20:46:51.961Z Downloaded libgit2-sys v0.18.3+1.9.2
11732026-09-11T20:46:52.084Z Downloaded aws-lc-sys v0.40.0
11742026-09-11T20:46:52.496Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11752026-09-11T20:46:54.634Z Startup: Refreshing catalog 'helios' ... Done
11762026-09-11T20:46:55.118Z Startup: Caching catalogs ... Done
11772026-09-11T20:46:57.783ZPlanning: Solver setup ... Done (2.532s)
11782026-09-11T20:46:57.856ZPlanning: Running solver ... Done (0.073s)
11792026-09-11T20:46:57.913ZPlanning: Finding local manifests ... Done (0.003s)
11802026-09-11T20:46:57.925ZPlanning: Fetching manifests: 0/2 0% complete
11812026-09-11T20:46:57.940ZPlanning: Fetching manifests: 2/2 100% complete
11822026-09-11T20:46:57.955ZPlanning: Package planning ... Done (0.013s)
11832026-09-11T20:46:57.959ZPlanning: Merging actions ... Done (0.001s)
11842026-09-11T20:46:58.140ZPlanning: Checking for conflicting actions ... Done (0.164s)
11852026-09-11T20:46:58.148ZPlanning: Consolidating action changes ... Done (0.001s)
11862026-09-11T20:46:59.049ZPlanning: Evaluating mediators ... Done (0.876s)
11872026-09-11T20:46:59.090ZPlanning: Planning completed in 3.84 seconds
11882026-09-11T20:46:59.090Z Packages to install: 2
11892026-09-11T20:46:59.090Z Estimated space available: 155.73 GB
11902026-09-11T20:46:59.091ZEstimated space to be consumed: 87.89 MB
11912026-09-11T20:46:59.091Z Create boot environment: No
11922026-09-11T20:46:59.091ZCreate backup boot environment: No
11932026-09-11T20:46:59.091Z Rebuild boot archive: No
11942026-09-11T20:46:59.091Z
11952026-09-11T20:46:59.091ZChanged packages:
11962026-09-11T20:46:59.091Zhelios
11972026-09-11T20:46:59.091Z developer/build-essential
11982026-09-11T20:46:59.091Z None -> 11-3.0
11992026-09-11T20:46:59.091Z library/libxmlsec1
12002026-09-11T20:46:59.091Z None -> 1.2.35-3.0
12012026-09-11T20:46:59.136Z
12022026-09-11T20:46:59.136ZDownload: 0/214 items 0.0/1.3MB 0% complete
12032026-09-11T20:46:59.171ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
12042026-09-11T20:46:59.236Z Actions: 1/268 actions (Installing new actions)
12052026-09-11T20:46:59.270Z Actions: Completed 268 actions in 0.04 seconds.
12062026-09-11T20:46:59.320ZFinalize: Updating package state database ... Done (0.034s)
12072026-09-11T20:46:59.320ZFinalize: Updating package cache ... Done (0.000s)
12082026-09-11T20:46:59.408ZFinalize: Updating image state ... Done (0.101s)
12092026-09-11T20:47:02.163ZFinalize: Creating fast lookup database ... Done (2.716s)
12102026-09-11T20:47:02.237ZFinalize: Reading search index ... Done (0.012s)
12112026-09-11T20:47:02.241ZFinalize: Updating search index ... Done (0.000s)
12122026-09-11T20:47:02.335ZFinalize: Updating package cache ... Done (0.000s)
12132026-09-11T20:47:02.713ZPlanning: Evaluating mediator changes ... Done
12142026-09-11T20:47:02.818ZPlanning: Checking for conflicting actions ... Done
12152026-09-11T20:47:02.821ZPlanning: Consolidating action changes ... Done
12162026-09-11T20:47:02.978ZPlanning: Evaluating mediators ... Done
12172026-09-11T20:47:02.981ZPlanning: Planning completed in 0.27 seconds
12182026-09-11T20:47:03.001Z Mediators to change: 2
12192026-09-11T20:47:03.001Z Create boot environment: No
12202026-09-11T20:47:03.001ZCreate backup boot environment: No
12212026-09-11T20:47:03.054ZFinalize: Updating package state database ... Done
12222026-09-11T20:47:03.054ZFinalize: Updating package cache ... Done
12232026-09-11T20:47:03.116ZFinalize: Updating image state ... Done
12242026-09-11T20:47:05.059ZFinalize: Creating fast lookup database ... Done
12252026-09-11T20:47:05.120ZFinalize: Reading search index ... Done
12262026-09-11T20:47:05.123ZFinalize: Updating search index ... Done
12272026-09-11T20:47:05.217ZFinalize: Updating package cache ... Done
12282026-09-11T20:47:05.501ZPlanning: Evaluating mediator changes ... Done
12292026-09-11T20:47:05.610ZPlanning: Checking for conflicting actions ... Done
12302026-09-11T20:47:05.613ZPlanning: Consolidating action changes ... Done
12312026-09-11T20:47:05.768ZPlanning: Evaluating mediators ... Done
12322026-09-11T20:47:05.771ZPlanning: Planning completed in 0.27 seconds
12332026-09-11T20:47:05.793Z Mediators to change: 1
12342026-09-11T20:47:05.793Z Create boot environment: No
12352026-09-11T20:47:05.793ZCreate backup boot environment: No
12362026-09-11T20:47:05.849ZFinalize: Updating package state database ... Done
12372026-09-11T20:47:05.849ZFinalize: Updating package cache ... Done
12382026-09-11T20:47:05.908ZFinalize: Updating image state ... Done
12392026-09-11T20:47:07.864ZFinalize: Creating fast lookup database ... Done
12402026-09-11T20:47:07.944ZFinalize: Reading search index ... Done
12412026-09-11T20:47:07.952ZFinalize: Updating search index ... Done
12422026-09-11T20:47:08.014ZFinalize: Updating package cache ... Done
12432026-09-11T20:47:08.325ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12442026-09-11T20:47:08.325Zapache system 2.4 system
12452026-09-11T20:47:08.325Zclang system 15 system
12462026-09-11T20:47:08.325Zcsh system system illumos
12472026-09-11T20:47:08.325Zctags system system illumos
12482026-09-11T20:47:08.326Zfile vendor vendor darwinsys
12492026-09-11T20:47:08.326Zfile system system illumos
12502026-09-11T20:47:08.326Zgcc vendor 14 vendor
12512026-09-11T20:47:08.326Zgcc system 13 system
12522026-09-11T20:47:08.326Zgcc system 10 system
12532026-09-11T20:47:08.326Zgo system 1.25 system
12542026-09-11T20:47:08.326Zllvm system 15 system
12552026-09-11T20:47:08.326Zmariadb system 11.4 system
12562026-09-11T20:47:08.326Zmta vendor vendor dma
12572026-09-11T20:47:08.326Zopenjdk system 17 system
12582026-09-11T20:47:08.326Zopenjdk system 11 system
12592026-09-11T20:47:08.326Zopenssl vendor 3 vendor
12602026-09-11T20:47:08.326Zperl system 5.40 system
12612026-09-11T20:47:08.326Zpostgresql system 18 system
12622026-09-11T20:47:08.326Zpostgresql system 17 system
12632026-09-11T20:47:08.326Zpython vendor 3 vendor
12642026-09-11T20:47:08.326Zpython system 2 system
12652026-09-11T20:47:08.326Zpython3 vendor 3.13 vendor
12662026-09-11T20:47:08.326Zruby system 3.4 system
12672026-09-11T20:47:08.326Zruby system 3.0 system
12682026-09-11T20:47:08.326Zwords vendor vendor american-english
12692026-09-11T20:47:08.326Zwords system system australian-english
12702026-09-11T20:47:08.326Zwords system system british-english
12712026-09-11T20:47:08.326Zwords system system canadian-english
12722026-09-11T20:47:08.326Zwords system system french
12732026-09-11T20:47:08.326Zwords system system italian
12742026-09-11T20:47:08.326Zwords system system ngerman
12752026-09-11T20:47:08.326Zwords system system ogerman
12762026-09-11T20:47:08.326Zwords system system spanish
12772026-09-11T20:47:08.574ZPUBLISHER TYPE STATUS P LOCATION
12782026-09-11T20:47:08.574Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12792026-09-11T20:47:09.100ZFMRI IFO
12802026-09-11T20:47:09.100Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12812026-09-11T20:47:09.100Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12822026-09-11T20:47:09.100Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12832026-09-11T20:47:09.100Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12842026-09-11T20:47:09.100Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12852026-09-11T20:47:09.101Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12862026-09-11T20:47:09.101Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12872026-09-11T20:47:09.101Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12882026-09-11T20:47:09.101Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12892026-09-11T20:47:09.721Z Downloading crates ...
12902026-09-11T20:47:09.781Z Downloaded cargo_toml v0.21.0
12912026-09-11T20:47:09.813Z Compiling proc-macro2 v1.0.106
12922026-09-11T20:47:09.813Z Compiling unicode-ident v1.0.24
12932026-09-11T20:47:09.813Z Compiling quote v1.0.45
12942026-09-11T20:47:09.820Z Compiling serde_core v1.0.228
12952026-09-11T20:47:09.820Z Compiling libc v0.2.185
12962026-09-11T20:47:09.820Z Compiling version_check v0.9.5
12972026-09-11T20:47:09.821Z Compiling memchr v2.8.0
12982026-09-11T20:47:09.821Z Compiling serde v1.0.228
12992026-09-11T20:47:09.821Z Compiling zmij v1.0.21
13002026-09-11T20:47:09.821Z Compiling itoa v1.0.17
13012026-09-11T20:47:09.821Z Compiling ucd-trie v0.1.7
13022026-09-11T20:47:09.821Z Compiling thiserror v1.0.69
13032026-09-11T20:47:09.821Z Compiling byteorder v1.5.0
13042026-09-11T20:47:09.895Z Compiling rustix v1.1.4
13052026-09-11T20:47:10.086Z Compiling serde_json v1.0.151
13062026-09-11T20:47:10.197Z Compiling bitflags v2.11.0
13072026-09-11T20:47:10.296Z Compiling syn v1.0.109
13082026-09-11T20:47:10.309Z Compiling proc-macro-error-attr v1.0.4
13092026-09-11T20:47:10.460Z Compiling pest v2.8.6
13102026-09-11T20:47:10.529Z Compiling usdt-impl v0.5.0
13112026-09-11T20:47:10.546Z Compiling camino v1.2.5
13122026-09-11T20:47:10.578Z Compiling proc-macro-error v1.0.4
13132026-09-11T20:47:10.586Z Compiling plain v0.2.3
13142026-09-11T20:47:10.621Z Compiling log v0.4.33
13152026-09-11T20:47:10.689Z Compiling getrandom v0.4.3
13162026-09-11T20:47:10.695Z Compiling equivalent v1.0.2
13172026-09-11T20:47:10.706Z Compiling utf8parse v0.2.2
13182026-09-11T20:47:10.735Z Compiling hashbrown v0.17.0
13192026-09-11T20:47:10.783Z Compiling is_terminal_polyfill v1.70.2
13202026-09-11T20:47:10.840Z Compiling thiserror v2.0.18
13212026-09-11T20:47:10.901Z Compiling anstyle-parse v1.0.0
13222026-09-11T20:47:10.911Z Compiling cfg-if v1.0.4
13232026-09-11T20:47:10.920Z Compiling anstyle-query v1.1.5
13242026-09-11T20:47:10.930Z Compiling colorchoice v1.0.4
13252026-09-11T20:47:10.967Z Compiling winnow v0.7.14
13262026-09-11T20:47:10.992Z Compiling toml_write v0.1.2
13272026-09-11T20:47:10.996Z Compiling anstyle v1.0.14
13282026-09-11T20:47:11.050Z Compiling pretty-hex v0.4.1
13292026-09-11T20:47:11.061Z Compiling autocfg v1.5.0
13302026-09-11T20:47:11.081Z Compiling errno v0.3.14
13312026-09-11T20:47:11.081Z Compiling thread-id v4.2.2
13322026-09-11T20:47:11.147Z Compiling bytecount v0.6.9
13332026-09-11T20:47:11.186Z Compiling anstream v1.0.0
13342026-09-11T20:47:11.195Z Compiling strsim v0.11.1
13352026-09-11T20:47:11.209Z Compiling fastrand v2.3.0
13362026-09-11T20:47:11.256Z Compiling heck v0.5.0
13372026-09-11T20:47:11.293Z Compiling once_cell v1.21.3
13382026-09-11T20:47:11.307Z Compiling fnv v1.0.7
13392026-09-11T20:47:11.394Z Compiling indexmap v2.14.0
13402026-09-11T20:47:11.415Z Compiling syn v2.0.117
13412026-09-11T20:47:11.495Z Compiling heck v0.4.1
13422026-09-11T20:47:11.499Z Compiling fs-err v3.3.0
13432026-09-11T20:47:11.510Z Compiling unicode-width v0.1.14
13442026-09-11T20:47:11.514Z Compiling clap_lex v1.0.0
13452026-09-11T20:47:11.521Z Compiling anyhow v1.0.104
13462026-09-11T20:47:11.576Z Compiling pest_meta v2.8.6
13472026-09-11T20:47:11.585Z Compiling memmap v0.7.0
13482026-09-11T20:47:11.716Z Compiling unicode-linebreak v0.1.5
13492026-09-11T20:47:11.755Z Compiling papergrid v0.11.0
13502026-09-11T20:47:11.777Z Compiling unicode-width v0.2.0
13512026-09-11T20:47:11.787Z Compiling smawk v0.3.2
13522026-09-11T20:47:11.807Z Compiling swrite v0.1.0
13532026-09-11T20:47:12.080Z Compiling terminal_size v0.4.3
13542026-09-11T20:47:12.080Z Compiling tempfile v3.27.0
13552026-09-11T20:47:12.175Z Compiling clap_builder v4.6.0
13562026-09-11T20:47:12.175Z Compiling textwrap v0.16.2
13572026-09-11T20:47:12.367Z Compiling cargo-platform v0.3.2
13582026-09-11T20:47:12.424Z Compiling semver v1.0.28
13592026-09-11T20:47:12.537Z Compiling camino-tempfile v1.4.1
13602026-09-11T20:47:12.886Z Compiling tabled_derive v0.7.0
13612026-09-11T20:47:13.550Z Compiling tabled v0.15.0
13622026-09-11T20:47:13.570Z Compiling pest_generator v2.8.6
13632026-09-11T20:47:14.077Z Compiling serde_derive v1.0.228
13642026-09-11T20:47:14.078Z Compiling thiserror-impl v1.0.69
13652026-09-11T20:47:14.081Z Compiling zerocopy-derive v0.7.35
13662026-09-11T20:47:14.081Z Compiling scroll_derive v0.12.1
13672026-09-11T20:47:14.081Z Compiling thiserror-impl v2.0.18
13682026-09-11T20:47:14.081Z Compiling clap_derive v4.6.1
13692026-09-11T20:47:14.125Z Compiling pest_derive v2.8.6
13702026-09-11T20:47:14.708Z Compiling scroll v0.12.0
13712026-09-11T20:47:14.781Z Compiling zerocopy v0.7.35
13722026-09-11T20:47:14.917Z Compiling goblin v0.8.2
13732026-09-11T20:47:15.114Z Compiling dtrace-parser v0.2.0
13742026-09-11T20:47:15.391Z Compiling clap v4.6.1
13752026-09-11T20:47:16.429Z Compiling serde_spanned v0.6.9
13762026-09-11T20:47:16.429Z Compiling toml_datetime v0.6.11
13772026-09-11T20:47:16.429Z Compiling cargo_metadata v0.23.1
13782026-09-11T20:47:16.439Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13792026-09-11T20:47:16.439Z Compiling macaddr v1.0.1
13802026-09-11T20:47:16.439Z Compiling dof v0.3.0
13812026-09-11T20:47:16.439Z Compiling serde_tokenstream v0.2.3
13822026-09-11T20:47:16.625Z Compiling toml_edit v0.22.27
13832026-09-11T20:47:17.126Z Compiling usdt-attr-macro v0.5.0
13842026-09-11T20:47:17.129Z Compiling usdt-macro v0.5.0
13852026-09-11T20:47:17.744Z Compiling usdt v0.5.0
13862026-09-11T20:47:17.877Z Compiling toml v0.8.23
13872026-09-11T20:47:18.194Z Compiling cargo_toml v0.21.0
13882026-09-11T20:47:19.499Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13892026-09-11T20:47:21.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
13902026-09-11T20:47:21.593Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13912026-09-11T20:47:22.364Z Compiling serde_core v1.0.228
13922026-09-11T20:47:22.364Z Compiling libc v0.2.185
13932026-09-11T20:47:22.364Z Compiling serde v1.0.228
13942026-09-11T20:47:22.368Z Compiling log v0.4.33
13952026-09-11T20:47:22.368Z Compiling smallvec v1.15.1
13962026-09-11T20:47:22.368Z Compiling subtle v2.6.1
13972026-09-11T20:47:22.368Z Compiling find-msvc-tools v0.1.9
13982026-09-11T20:47:22.368Z Compiling shlex v1.3.0
13992026-09-11T20:47:22.368Z Compiling typenum v1.20.1
14002026-09-11T20:47:22.368Z Compiling scopeguard v1.2.0
14012026-09-11T20:47:22.488Z Compiling stable_deref_trait v1.2.1
14022026-09-11T20:47:22.490Z Compiling portable-atomic v1.13.1
14032026-09-11T20:47:22.491Z Compiling getrandom v0.4.3
14042026-09-11T20:47:22.518Z Compiling rand_core v0.10.0
14052026-09-11T20:47:22.540Z Compiling syn v2.0.117
14062026-09-11T20:47:22.543Z Compiling serde_json v1.0.151
14072026-09-11T20:47:22.604Z Compiling zerocopy v0.8.55
14082026-09-11T20:47:22.690Z Compiling critical-section v1.2.0
14092026-09-11T20:47:22.725Z Compiling libm v0.2.16
14102026-09-11T20:47:22.747Z Compiling num-traits v0.2.19
14112026-09-11T20:47:22.762Z Compiling lock_api v0.4.14
14122026-09-11T20:47:22.777Z Compiling pkg-config v0.3.32
14132026-09-11T20:47:22.780Z Compiling parking_lot_core v0.9.12
14142026-09-11T20:47:22.819Z Compiling pin-project-lite v0.2.17
14152026-09-11T20:47:22.835Z Compiling writeable v0.6.2
14162026-09-11T20:47:22.850Z Compiling litemap v0.8.1
14172026-09-11T20:47:22.930Z Compiling percent-encoding v2.3.2
14182026-09-11T20:47:23.037Z Compiling futures-core v0.3.32
14192026-09-11T20:47:23.040Z Compiling foldhash v0.2.0
14202026-09-11T20:47:23.079Z Compiling icu_properties_data v2.1.2
14212026-09-11T20:47:23.082Z Compiling icu_normalizer_data v2.1.1
14222026-09-11T20:47:23.094Z Compiling generic-array v0.14.7
14232026-09-11T20:47:23.151Z Compiling const-oid v0.9.6
14242026-09-11T20:47:23.154Z Compiling rustix v1.1.4
14252026-09-11T20:47:23.195Z Compiling hashbrown v0.17.0
14262026-09-11T20:47:23.210Z Compiling futures-sink v0.3.32
14272026-09-11T20:47:23.239Z Compiling futures-task v0.3.32
14282026-09-11T20:47:23.276Z Compiling futures-io v0.3.32
14292026-09-11T20:47:23.353Z Compiling futures-channel v0.3.32
14302026-09-11T20:47:23.369Z Compiling errno v0.3.14
14312026-09-11T20:47:23.385Z Compiling jobserver v0.1.34
14322026-09-11T20:47:23.431Z Compiling getrandom v0.2.17
14332026-09-11T20:47:23.447Z Compiling mio v1.2.0
14342026-09-11T20:47:23.512Z Compiling signal-hook-registry v1.4.8
14352026-09-11T20:47:23.537Z Compiling socket2 v0.6.3
14362026-09-11T20:47:23.565Z Compiling utf8_iter v1.0.4
14372026-09-11T20:47:23.578Z Compiling rand_core v0.6.4
14382026-09-11T20:47:23.598Z Compiling cc v1.2.56
14392026-09-11T20:47:23.677Z Compiling once_cell v1.21.3
14402026-09-11T20:47:23.718Z Compiling parking_lot v0.12.5
14412026-09-11T20:47:23.748Z Compiling slab v0.4.12
14422026-09-11T20:47:23.764Z Compiling form_urlencoded v1.2.2
14432026-09-11T20:47:23.794Z Compiling cmov v0.5.4
14442026-09-11T20:47:23.817Z Compiling getrandom v0.3.4
14452026-09-11T20:47:23.831Z Compiling rustversion v1.0.22
14462026-09-11T20:47:23.896Z Compiling base64ct v1.8.3
14472026-09-11T20:47:23.913Z Compiling iana-time-zone v0.1.65
14482026-09-11T20:47:23.945Z Compiling regex-syntax v0.8.10
14492026-09-11T20:47:23.958Z Compiling fs_extra v1.3.0
14502026-09-11T20:47:23.972Z Compiling dunce v1.0.5
14512026-09-11T20:47:23.972Z Compiling ident_case v1.0.1
14522026-09-11T20:47:23.975Z Compiling flagset v0.4.7
14532026-09-11T20:47:24.011Z Compiling ctutils v0.4.2
14542026-09-11T20:47:24.026Z Compiling syn v1.0.109
14552026-09-11T20:47:24.109Z Compiling base64 v0.22.1
14562026-09-11T20:47:24.130Z Compiling pem-rfc7468 v0.7.0
14572026-09-11T20:47:24.145Z Compiling vcpkg v0.2.15
14582026-09-11T20:47:24.149Z Compiling tracing-core v0.1.36
14592026-09-11T20:47:24.199Z Compiling schemars v0.8.22
14602026-09-11T20:47:24.240Z Compiling crc32fast v1.5.0
14612026-09-11T20:47:24.262Z Compiling aws-lc-rs v1.16.3
14622026-09-11T20:47:24.375Z Compiling cmake v0.1.57
14632026-09-11T20:47:24.440Z Compiling dyn-clone v1.0.20
14642026-09-11T20:47:24.472Z Compiling spin v0.9.8
14652026-09-11T20:47:24.502Z Compiling tinyvec_macros v0.1.1
14662026-09-11T20:47:24.579Z Compiling httparse v1.10.1
14672026-09-11T20:47:24.593Z Compiling openssl-probe v0.2.1
14682026-09-11T20:47:24.609Z Compiling tinyvec v1.10.0
14692026-09-11T20:47:24.712Z Compiling rand_core v0.9.5
14702026-09-11T20:47:24.727Z Compiling aho-corasick v1.1.4
14712026-09-11T20:47:24.747Z Compiling bitflags v2.11.0
14722026-09-11T20:47:24.781Z Compiling semver v1.0.28
14732026-09-11T20:47:24.796Z Compiling indexmap v2.14.0
14742026-09-11T20:47:24.820Z Compiling uuid v1.23.4
14752026-09-11T20:47:24.889Z Compiling try-lock v0.2.5
14762026-09-11T20:47:24.909Z Compiling tower-layer v0.3.3
14772026-09-11T20:47:24.976Z Compiling tower-service v0.3.3
14782026-09-11T20:47:24.998Z Compiling atomic-waker v1.1.2
14792026-09-11T20:47:25.013Z Compiling rustc_version v0.4.1
14802026-09-11T20:47:25.016Z Compiling radium v0.7.0
14812026-09-11T20:47:25.016Z Compiling simd-adler32 v0.3.8
14822026-09-11T20:47:25.082Z Compiling untrusted v0.7.1
14832026-09-11T20:47:25.097Z Compiling unicode-segmentation v1.12.0
14842026-09-11T20:47:25.139Z Compiling want v0.3.1
14852026-09-11T20:47:25.223Z Compiling adler2 v2.0.1
14862026-09-11T20:47:25.236Z Compiling aws-lc-sys v0.40.0
14872026-09-11T20:47:25.302Z Compiling openssl-sys v0.9.117
14882026-09-11T20:47:25.317Z Compiling rustls v0.23.41
14892026-09-11T20:47:25.355Z Compiling openssl v0.10.80
14902026-09-11T20:47:25.368Z Compiling tap v1.0.1
14912026-09-11T20:47:25.372Z Compiling maybe-uninit v2.0.0
14922026-09-11T20:47:25.446Z Compiling foreign-types-shared v0.1.1
14932026-09-11T20:47:25.461Z Compiling synstructure v0.13.2
14942026-09-11T20:47:25.494Z Compiling serde_derive_internals v0.29.1
14952026-09-11T20:47:25.509Z Compiling pest_generator v2.8.6
14962026-09-11T20:47:25.524Z Compiling darling_core v0.20.11
14972026-09-11T20:47:25.538Z Compiling cpufeatures v0.2.17
14982026-09-11T20:47:25.550Z Compiling regex-automata v0.4.14
14992026-09-11T20:47:25.618Z Compiling untrusted v0.9.0
15002026-09-11T20:47:25.635Z Compiling const-oid v0.10.2
15012026-09-11T20:47:25.681Z Compiling httpdate v1.0.3
15022026-09-11T20:47:25.831Z Compiling tempfile v3.27.0
15032026-09-11T20:47:25.880Z Compiling terminal_size v0.4.3
15042026-09-11T20:47:25.937Z Compiling foreign-types v0.3.2
15052026-09-11T20:47:25.952Z Compiling wyz v0.5.1
15062026-09-11T20:47:26.052Z Compiling miniz_oxide v0.8.9
15072026-09-11T20:47:26.105Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15082026-09-11T20:47:26.109Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-09-11T20:47:26.172Z Compiling unicode-normalization v0.1.25
15102026-09-11T20:47:26.221Z Compiling num-integer v0.1.46
15112026-09-11T20:47:26.259Z Compiling socket2 v0.5.10
15122026-09-11T20:47:26.262Z Compiling wait-timeout v0.2.1
15132026-09-11T20:47:26.333Z Compiling ahash v0.8.12
15142026-09-11T20:47:26.466Z Compiling time-core v0.1.8
15152026-09-11T20:47:26.482Z Compiling num-conv v0.2.0
15162026-09-11T20:47:26.498Z Compiling funty v2.0.0
15172026-09-11T20:47:26.498Z Compiling bit-vec v0.8.0
15182026-09-11T20:47:26.566Z Compiling cpufeatures v0.3.0
15192026-09-11T20:47:26.581Z Compiling native-tls v0.2.18
15202026-09-11T20:47:26.597Z Compiling powerfmt v0.2.0
15212026-09-11T20:47:26.601Z Compiling num-bigint-dig v0.8.6
15222026-09-11T20:47:26.631Z Compiling quick-error v1.2.3
15232026-09-11T20:47:26.634Z Compiling packed_struct v0.10.1
15242026-09-11T20:47:26.660Z Compiling time-macros v0.2.27
15252026-09-11T20:47:26.726Z Compiling rusty-fork v0.3.1
15262026-09-11T20:47:26.755Z Compiling bit-set v0.8.0
15272026-09-11T20:47:26.769Z Compiling deranged v0.5.8
15282026-09-11T20:47:26.826Z Compiling bitvec v1.0.1
15292026-09-11T20:47:26.874Z Compiling clap_builder v4.6.0
15302026-09-11T20:47:26.888Z Compiling num-iter v0.1.45
15312026-09-11T20:47:26.962Z Compiling rand_xorshift v0.4.0
15322026-09-11T20:47:27.017Z Compiling lazy_static v1.5.0
15332026-09-11T20:47:27.030Z Compiling sync_wrapper v1.0.2
15342026-09-11T20:47:27.057Z Compiling indexmap v1.9.3
15352026-09-11T20:47:27.102Z Compiling usdt-impl v0.6.0
15362026-09-11T20:47:27.122Z Compiling unarray v0.1.4
15372026-09-11T20:47:27.145Z Compiling siphasher v1.0.2
15382026-09-11T20:47:27.159Z Compiling paste v1.0.15
15392026-09-11T20:47:27.239Z Compiling serde_derive v1.0.228
15402026-09-11T20:47:27.254Z Compiling zeroize_derive v1.5.0
15412026-09-11T20:47:27.282Z Compiling zerofrom-derive v0.1.6
15422026-09-11T20:47:27.341Z Compiling yoke-derive v0.8.1
15432026-09-11T20:47:27.357Z Compiling zerovec-derive v0.11.2
15442026-09-11T20:47:27.471Z Compiling zerocopy-derive v0.8.55
15452026-09-11T20:47:27.675Z Compiling displaydoc v0.2.5
15462026-09-11T20:47:27.771Z Compiling tokio-macros v2.7.0
15472026-09-11T20:47:27.785Z Compiling futures-macro v0.3.32
15482026-09-11T20:47:27.880Z Compiling thiserror-impl v2.0.18
15492026-09-11T20:47:27.946Z Compiling der_derive v0.7.3
15502026-09-11T20:47:28.327Z Compiling tracing-attributes v0.1.31
15512026-09-11T20:47:28.495Z Compiling schemars_derive v0.8.22
15522026-09-11T20:47:28.551Z Compiling pest_derive v2.8.6
15532026-09-11T20:47:28.596Z Compiling scroll_derive v0.13.1
15542026-09-11T20:47:28.617Z Compiling darling_macro v0.20.11
15552026-09-11T20:47:28.629Z Compiling openssl-macros v0.1.1
15562026-09-11T20:47:28.710Z Compiling futures-util v0.3.32
15572026-09-11T20:47:28.793Z Compiling zerofrom v0.1.6
15582026-09-11T20:47:28.936Z Compiling yoke v0.8.1
15592026-09-11T20:47:29.025Z Compiling thiserror-impl v1.0.69
15602026-09-11T20:47:29.058Z Compiling packed_struct_codegen v0.10.1
15612026-09-11T20:47:29.139Z Compiling zerovec v0.11.5
15622026-09-11T20:47:29.153Z Compiling zerotrie v0.2.3
15632026-09-11T20:47:29.338Z Compiling thiserror v2.0.18
15642026-09-11T20:47:29.458Z Compiling darling v0.20.11
15652026-09-11T20:47:29.473Z Compiling scroll v0.13.0
15662026-09-11T20:47:29.488Z Compiling bitfield-macros v0.19.4
15672026-09-11T20:47:29.552Z Compiling zerocopy-derive v0.6.6
15682026-09-11T20:47:29.674Z Compiling tinystr v0.8.2
15692026-09-11T20:47:29.733Z Compiling potential_utf v0.1.4
15702026-09-11T20:47:29.763Z Compiling tracing v0.1.44
15712026-09-11T20:47:29.777Z Compiling goblin v0.10.5
15722026-09-11T20:47:29.821Z Compiling clap_derive v4.6.1
15732026-09-11T20:47:29.896Z Compiling icu_locale_core v2.1.1
15742026-09-11T20:47:29.918Z Compiling icu_collections v2.1.1
15752026-09-11T20:47:30.027Z Compiling crossbeam-utils v0.8.21
15762026-09-11T20:47:30.055Z Compiling num_threads v0.1.7
15772026-09-11T20:47:30.176Z Compiling crc-catalog v2.4.0
15782026-09-11T20:47:30.218Z Compiling nodrop v0.1.14
15792026-09-11T20:47:30.254Z Compiling object v0.37.3
15802026-09-11T20:47:30.290Z Compiling crc v3.4.0
15812026-09-11T20:47:30.324Z Compiling array-init v0.0.4
15822026-09-11T20:47:30.375Z Compiling thiserror v1.0.69
15832026-09-11T20:47:30.425Z Compiling bitfield v0.19.4
15842026-09-11T20:47:30.443Z Compiling time v0.3.47
15852026-09-11T20:47:30.469Z Compiling zerocopy v0.6.6
15862026-09-11T20:47:30.494Z Compiling derive_builder_core v0.20.2
15872026-09-11T20:47:30.511Z Compiling dtrace-parser v0.3.0
15882026-09-11T20:47:30.574Z Compiling icu_provider v2.1.1
15892026-09-11T20:47:30.821Z Compiling icu_properties v2.1.2
15902026-09-11T20:47:30.824Z Compiling icu_normalizer v2.1.1
15912026-09-11T20:47:30.852Z Compiling zeroize v1.9.0
15922026-09-11T20:47:30.855Z Compiling bytes v1.11.1
15932026-09-11T20:47:30.890Z Compiling chrono v0.4.45
15942026-09-11T20:47:30.926Z Compiling ipnet v2.12.0
15952026-09-11T20:47:31.092Z Compiling hybrid-array v0.4.13
15962026-09-11T20:47:31.154Z Compiling der v0.7.10
15972026-09-11T20:47:31.361Z Compiling tokio v1.52.1
15982026-09-11T20:47:31.397Z Compiling http v1.4.2
15992026-09-11T20:47:31.442Z Compiling rustls-pki-types v1.14.0
16002026-09-11T20:47:31.495Z Compiling hex v0.4.3
16012026-09-11T20:47:31.630Z Compiling block-buffer v0.10.4
16022026-09-11T20:47:31.644Z Compiling crypto-common v0.1.7
16032026-09-11T20:47:31.775Z Compiling idna_adapter v1.2.1
16042026-09-11T20:47:31.805Z Compiling digest v0.10.7
16052026-09-11T20:47:31.823Z Compiling crypto-common v0.2.2
16062026-09-11T20:47:31.881Z Compiling block-buffer v0.12.1
16072026-09-11T20:47:31.908Z Compiling idna v1.1.0
16082026-09-11T20:47:31.930Z Compiling block-padding v0.4.2
16092026-09-11T20:47:31.944Z Compiling serde_spanned v0.6.9
16102026-09-11T20:47:32.023Z Compiling ppv-lite86 v0.2.21
16112026-09-11T20:47:32.075Z Compiling spki v0.7.3
16122026-09-11T20:47:32.102Z Compiling http-body v1.0.1
16132026-09-11T20:47:32.116Z Compiling inout v0.2.2
16142026-09-11T20:47:32.131Z Compiling signature v2.2.0
16152026-09-11T20:47:32.187Z Compiling sha2 v0.10.9
16162026-09-11T20:47:32.223Z Compiling url v2.5.8
16172026-09-11T20:47:32.268Z Compiling pkcs8 v0.10.2
16182026-09-11T20:47:32.272Z Compiling toml_datetime v0.6.11
16192026-09-11T20:47:32.301Z Compiling http-body-util v0.1.3
16202026-09-11T20:47:32.315Z Compiling rand_chacha v0.9.0
16212026-09-11T20:47:32.332Z Compiling rand_chacha v0.3.1
16222026-09-11T20:47:32.362Z Compiling clap v4.6.1
16232026-09-11T20:47:32.455Z Compiling pkcs1 v0.7.5
16242026-09-11T20:47:32.558Z Compiling rand v0.9.2
16252026-09-11T20:47:32.561Z Compiling digest v0.11.3
16262026-09-11T20:47:32.561Z Compiling rand v0.8.6
16272026-09-11T20:47:32.603Z Compiling cipher v0.5.2
16282026-09-11T20:47:32.606Z Compiling dof v0.4.0
16292026-09-11T20:47:32.870Z Compiling chacha20 v0.10.0
16302026-09-11T20:47:32.945Z Compiling scroll_derive v0.12.1
16312026-09-11T20:47:33.075Z Compiling structmeta-derive v0.3.0
16322026-09-11T20:47:33.092Z Compiling smallvec v0.6.14
16332026-09-11T20:47:33.163Z Compiling darling_core v0.23.0
16342026-09-11T20:47:33.334Z Compiling proptest v1.11.0
16352026-09-11T20:47:33.393Z Compiling heapless v0.7.17
16362026-09-11T20:47:33.489Z Compiling slog v2.8.2
16372026-09-11T20:47:33.559Z Compiling ipnetwork v0.21.1
16382026-09-11T20:47:33.653Z Compiling thread-id v5.1.0
16392026-09-11T20:47:33.678Z Compiling env_filter v2.0.0
16402026-09-11T20:47:33.694Z Compiling syn v3.0.3
16412026-09-11T20:47:33.720Z Compiling cookie v0.18.1
16422026-09-11T20:47:33.751Z Compiling anyhow v1.0.104
16432026-09-11T20:47:33.765Z Compiling gimli v0.32.3
16442026-09-11T20:47:33.876Z Compiling signal-hook v0.3.18
16452026-09-11T20:47:33.948Z Compiling base64 v0.21.7
16462026-09-11T20:47:33.972Z Compiling iri-string v0.7.10
16472026-09-11T20:47:33.996Z Compiling unicode-bidi v0.3.18
16482026-09-11T20:47:34.090Z Compiling winnow v0.5.40
16492026-09-11T20:47:34.090Z Compiling allocator-api2 v0.2.21
16502026-09-11T20:47:34.118Z Compiling zstd-safe v7.2.4
16512026-09-11T20:47:34.133Z Compiling hashbrown v0.12.3
16522026-09-11T20:47:34.160Z Compiling ryu v1.0.23
16532026-09-11T20:47:34.214Z Compiling unicode-properties v0.1.4
16542026-09-11T20:47:34.284Z Compiling structmeta v0.3.0
16552026-09-11T20:47:34.355Z Compiling rsa v0.9.10
16562026-09-11T20:47:34.390Z Compiling stringprep v0.1.5
16572026-09-11T20:47:34.438Z Compiling serde_urlencoded v0.7.1
16582026-09-11T20:47:34.452Z Compiling ron v0.8.1
16592026-09-11T20:47:34.633Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16602026-09-11T20:47:34.759Z Compiling env_logger v0.11.11
16612026-09-11T20:47:34.783Z Compiling oxnet v0.1.6
16622026-09-11T20:47:35.026Z Compiling scroll v0.12.0
16632026-09-11T20:47:35.182Z Compiling serde-hex v0.1.0
16642026-09-11T20:47:35.239Z Compiling tokio-util v0.7.18
16652026-09-11T20:47:35.311Z Compiling tower v0.5.3
16662026-09-11T20:47:35.424Z Compiling toml_edit v0.19.15
16672026-09-11T20:47:35.553Z Compiling addr2line v0.25.1
16682026-09-11T20:47:35.576Z Compiling tokio-native-tls v0.3.1
16692026-09-11T20:47:35.591Z Compiling rand v0.10.1
16702026-09-11T20:47:35.763Z Compiling darling_macro v0.23.0
16712026-09-11T20:47:35.776Z Compiling tower-http v0.6.8
16722026-09-11T20:47:35.779Z Compiling camino v1.2.5
16732026-09-11T20:47:35.822Z Compiling newtype-uuid v1.3.2
16742026-09-11T20:47:35.911Z Compiling md-5 v0.11.0
16752026-09-11T20:47:36.174Z Compiling h2 v0.4.15
16762026-09-11T20:47:36.191Z Compiling hmac v0.13.0
16772026-09-11T20:47:36.204Z Compiling sha2 v0.11.0
16782026-09-11T20:47:36.241Z Compiling hashbrown v0.13.2
16792026-09-11T20:47:36.283Z Compiling x509-cert v0.2.5
16802026-09-11T20:47:36.303Z Compiling rustls-native-certs v0.8.3
16812026-09-11T20:47:36.391Z Compiling derive_builder_macro v0.20.2
16822026-09-11T20:47:36.418Z Compiling serde_tokenstream v0.2.3
16832026-09-11T20:47:36.614Z Compiling erased-serde v0.3.31
16842026-09-11T20:47:36.747Z Compiling bzip2 v0.4.4
16852026-09-11T20:47:36.898Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16862026-09-11T20:47:37.102Z Compiling hubpack_derive v0.1.1
16872026-09-11T20:47:37.116Z Compiling bstr v1.12.1
16882026-09-11T20:47:37.231Z Compiling zerocopy-derive v0.7.35
16892026-09-11T20:47:37.252Z Compiling daft-derive v0.1.8
16902026-09-11T20:47:37.309Z Compiling pin-project-internal v1.1.11
16912026-09-11T20:47:37.492Z Compiling async-trait v0.1.89
16922026-09-11T20:47:37.495Z Compiling heck v0.4.1
16932026-09-11T20:47:37.599Z Compiling curve25519-dalek v4.1.3
16942026-09-11T20:47:37.747Z Compiling vergen-lib v9.1.0
16952026-09-11T20:47:37.779Z Compiling hash32 v0.2.1
16962026-09-11T20:47:37.922Z Compiling memoffset v0.9.1
16972026-09-11T20:47:37.974Z Compiling encoding_rs v0.8.35
16982026-09-11T20:47:38.028Z Compiling smoltcp v0.9.1
16992026-09-11T20:47:38.042Z Compiling psl-types v2.0.11
17002026-09-11T20:47:38.045Z Compiling owo-colors v4.3.0
17012026-09-11T20:47:38.074Z Compiling rustc-demangle v0.1.27
17022026-09-11T20:47:38.160Z Compiling libbz2-rs-sys v0.2.2
17032026-09-11T20:47:38.178Z Compiling bumpalo v3.20.2
17042026-09-11T20:47:38.193Z Compiling rustix v0.38.44
17052026-09-11T20:47:38.208Z Compiling zlib-rs v0.6.2
17062026-09-11T20:47:38.413Z Compiling mime v0.3.17
17072026-09-11T20:47:38.416Z Compiling litrs v1.0.0
17082026-09-11T20:47:38.450Z Compiling fallible-iterator v0.2.0
17092026-09-11T20:47:38.501Z Compiling ref-cast v1.0.25
17102026-09-11T20:47:38.533Z Compiling cfg_aliases v0.2.1
17112026-09-11T20:47:38.588Z Compiling crc-any v2.5.0
17122026-09-11T20:47:38.628Z Compiling nix v0.31.2
17132026-09-11T20:47:38.698Z Compiling bzip2 v0.6.1
17142026-09-11T20:47:38.712Z Compiling pin-project v1.1.11
17152026-09-11T20:47:38.784Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17162026-09-11T20:47:38.829Z Compiling postgres-protocol v0.6.12
17172026-09-11T20:47:38.885Z Compiling zopfli v0.8.3
17182026-09-11T20:47:38.925Z Compiling publicsuffix v2.3.0
17192026-09-11T20:47:38.928Z Compiling zerocopy v0.7.35
17202026-09-11T20:47:38.958Z Compiling document-features v0.2.12
17212026-09-11T20:47:39.023Z Compiling daft v0.1.8
17222026-09-11T20:47:39.116Z Compiling snafu-derive v0.8.9
17232026-09-11T20:47:39.130Z Compiling hubpack v0.1.2
17242026-09-11T20:47:39.339Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17252026-09-11T20:47:39.369Z Compiling hyper v1.10.1
17262026-09-11T20:47:39.418Z Compiling zip v0.6.6
17272026-09-11T20:47:39.519Z Compiling backtrace v0.3.76
17282026-09-11T20:47:39.573Z Compiling derive_builder v0.20.2
17292026-09-11T20:47:39.589Z Compiling toml v0.7.8
17302026-09-11T20:47:39.592Z Compiling object v0.30.4
17312026-09-11T20:47:39.618Z Compiling darling v0.23.0
17322026-09-11T20:47:39.642Z Compiling goblin v0.8.2
17332026-09-11T20:47:39.946Z Compiling derive-ex v0.1.8
17342026-09-11T20:47:40.004Z Compiling hmac v0.12.1
17352026-09-11T20:47:40.152Z Compiling futures-executor v0.3.32
17362026-09-11T20:47:40.167Z Compiling regex v1.12.3
17372026-09-11T20:47:40.187Z Compiling phf_shared v0.13.1
17382026-09-11T20:47:40.216Z Compiling ref-cast-impl v1.0.25
17392026-09-11T20:47:40.279Z Compiling strum_macros v0.27.2
17402026-09-11T20:47:40.433Z Compiling curve25519-dalek-derive v0.1.1
17412026-09-11T20:47:40.449Z Compiling convert_case v0.10.0
17422026-09-11T20:47:40.453Z Compiling vergen v9.1.0
17432026-09-11T20:47:40.614Z Compiling hyper-util v0.1.20
17442026-09-11T20:47:40.690Z Compiling cargo-platform v0.3.2
17452026-09-11T20:47:40.721Z Compiling ff v0.13.1
17462026-09-11T20:47:40.771Z Compiling fs-err v3.3.0
17472026-09-11T20:47:40.802Z Compiling foldhash v0.1.5
17482026-09-11T20:47:40.873Z Compiling path-slash v0.1.5
17492026-09-11T20:47:40.976Z Compiling is_ci v1.2.0
17502026-09-11T20:47:40.996Z Compiling jiff-core v0.1.0
17512026-09-11T20:47:41.015Z Compiling bitflags v1.3.2
17522026-09-11T20:47:41.031Z Compiling managed v0.8.0
17532026-09-11T20:47:41.047Z Compiling same-file v1.0.6
17542026-09-11T20:47:41.106Z Compiling flate2 v1.1.9
17552026-09-11T20:47:41.128Z Compiling base16ct v0.2.0
17562026-09-11T20:47:41.142Z Compiling snafu v0.8.9
17572026-09-11T20:47:41.264Z Compiling sec1 v0.7.3
17582026-09-11T20:47:41.314Z Compiling walkdir v2.5.0
17592026-09-11T20:47:41.446Z Compiling supports-color v3.0.2
17602026-09-11T20:47:41.539Z Compiling textwrap v0.16.2
17612026-09-11T20:47:41.568Z Compiling hashbrown v0.15.5
17622026-09-11T20:47:41.642Z Compiling cargo_metadata v0.23.1
17632026-09-11T20:47:41.657Z Compiling group v0.13.0
17642026-09-11T20:47:41.691Z Compiling test-strategy v0.4.5
17652026-09-11T20:47:41.791Z Compiling jiff v0.2.34
17662026-09-11T20:47:41.849Z Compiling dof v0.3.0
17672026-09-11T20:47:42.011Z Compiling hyper-tls v0.6.0
17682026-09-11T20:47:42.033Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17692026-09-11T20:47:42.102Z Compiling derive_more-impl v2.1.1
17702026-09-11T20:47:42.162Z Compiling phf v0.13.1
17712026-09-11T20:47:42.265Z Compiling reqwest v0.12.28
17722026-09-11T20:47:42.288Z Compiling strum v0.27.2
17732026-09-11T20:47:42.338Z Compiling futures v0.3.32
17742026-09-11T20:47:42.392Z Compiling hkdf v0.12.4
17752026-09-11T20:47:42.432Z Compiling signal-hook-mio v0.2.5
17762026-09-11T20:47:42.446Z Compiling cookie_store v0.22.1
17772026-09-11T20:47:42.571Z Compiling backtrace-ext v0.2.1
17782026-09-11T20:47:42.584Z Compiling zstd v0.13.3
17792026-09-11T20:47:42.599Z Compiling serde_with_macros v3.21.0
17802026-09-11T20:47:42.753Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
17812026-09-11T20:47:42.864Z Compiling postgres-types v0.2.14
17822026-09-11T20:47:43.125Z Compiling globset v0.4.18
17832026-09-11T20:47:43.155Z Compiling usdt-macro v0.6.0
17842026-09-11T20:47:43.173Z Compiling usdt-attr-macro v0.6.0
17852026-09-11T20:47:43.257Z Compiling hashbrown v0.16.1
17862026-09-11T20:47:43.356Z Compiling byte-wrapper v0.1.0
17872026-09-11T20:47:43.456Z Compiling ed25519 v2.2.3
17882026-09-11T20:47:43.515Z Compiling crypto-bigint v0.5.5
17892026-09-11T20:47:43.711Z Compiling serde_plain v1.0.2
17902026-09-11T20:47:43.827Z Compiling olpc-cjson v0.1.4
17912026-09-11T20:47:43.863Z Compiling serde-big-array v0.5.1
17922026-09-11T20:47:43.878Z Compiling dtrace-parser v0.2.0
17932026-09-11T20:47:43.896Z Compiling phf_shared v0.11.3
17942026-09-11T20:47:43.932Z Compiling async-recursion v1.1.1
17952026-09-11T20:47:43.984Z Compiling miette-derive v7.6.0
17962026-09-11T20:47:44.004Z Compiling enum-as-inner v0.6.1
17972026-09-11T20:47:44.023Z Compiling serde_repr v0.1.20
17982026-09-11T20:47:44.070Z Compiling strum_macros v0.26.4
17992026-09-11T20:47:44.104Z Compiling float-cmp v0.10.0
18002026-09-11T20:47:44.176Z Compiling pem v3.0.6
18012026-09-11T20:47:44.266Z Compiling thread-id v4.2.2
18022026-09-11T20:47:44.281Z Compiling memmap2 v0.9.10
18032026-09-11T20:47:44.364Z Compiling typed-path v0.12.3
18042026-09-11T20:47:44.406Z Compiling fixedbitset v0.4.2
18052026-09-11T20:47:44.537Z Compiling keccak v0.1.6
18062026-09-11T20:47:44.553Z Compiling predicates-core v1.0.10
18072026-09-11T20:47:44.577Z Compiling new_debug_unreachable v1.0.6
18082026-09-11T20:47:44.593Z Compiling either v1.15.0
18092026-09-11T20:47:44.620Z Compiling typed-path v0.9.3
18102026-09-11T20:47:44.658Z Compiling winnow v1.0.3
18112026-09-11T20:47:44.739Z Compiling difflib v0.4.0
18122026-09-11T20:47:44.739Z Compiling supports-unicode v3.0.0
18132026-09-11T20:47:44.739Z Compiling precomputed-hash v0.1.1
18142026-09-11T20:47:44.755Z Compiling whoami v2.1.0
18152026-09-11T20:47:44.794Z Compiling data-encoding v2.10.0
18162026-09-11T20:47:44.813Z Compiling static_assertions v1.1.0
18172026-09-11T20:47:44.831Z Compiling normalize-line-endings v0.3.0
18182026-09-11T20:47:44.898Z Compiling fixedbitset v0.5.7
18192026-09-11T20:47:44.933Z Compiling supports-hyperlinks v3.2.0
18202026-09-11T20:47:45.107Z Compiling petgraph v0.8.3
18212026-09-11T20:47:45.150Z Compiling hickory-proto v0.25.2
18222026-09-11T20:47:45.219Z Compiling zip v8.6.0
18232026-09-11T20:47:45.222Z Compiling miette v7.6.0
18242026-09-11T20:47:45.252Z Compiling tokio-postgres v0.7.18
18252026-09-11T20:47:45.298Z Compiling predicates v3.1.4
18262026-09-11T20:47:45.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18272026-09-11T20:47:45.507Z Compiling itertools v0.13.0
18282026-09-11T20:47:45.524Z Compiling string_cache v0.8.9
18292026-09-11T20:47:45.691Z Compiling toml_parser v1.1.2+spec-1.1.0
18302026-09-11T20:47:45.749Z Compiling toml_edit v0.22.27
18312026-09-11T20:47:45.767Z Compiling sha3 v0.10.8
18322026-09-11T20:47:45.855Z Compiling petgraph v0.6.5
18332026-09-11T20:47:45.914Z Compiling strum v0.26.3
18342026-09-11T20:47:45.963Z Compiling elliptic-curve v0.13.8
18352026-09-11T20:47:46.055Z Compiling usdt v0.6.0
18362026-09-11T20:47:46.158Z Compiling usdt-impl v0.5.0
18372026-09-11T20:47:46.242Z Compiling zip v4.6.1
18382026-09-11T20:47:46.312Z Compiling crossterm v0.28.1
18392026-09-11T20:47:46.332Z Compiling serde_with v3.21.0
18402026-09-11T20:47:46.353Z Compiling iddqd v0.4.2
18412026-09-11T20:47:46.378Z Compiling ed25519-dalek v2.2.0
18422026-09-11T20:47:46.420Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18432026-09-11T20:47:46.774Z Compiling derive_more v2.1.1
18442026-09-11T20:47:47.099Z Compiling similar v2.7.0
18452026-09-11T20:47:47.211Z Compiling crossbeam-epoch v0.9.18
18462026-09-11T20:47:47.315Z Compiling tokio-stream v0.1.18
18472026-09-11T20:47:47.358Z Compiling buf-list v1.1.2
18482026-09-11T20:47:47.383Z Compiling openapiv3 v2.2.0
18492026-09-11T20:47:47.571Z Compiling lalrpop-util v0.19.12
18502026-09-11T20:47:47.604Z Compiling peg-runtime v0.8.5
18512026-09-11T20:47:47.636Z Compiling thread_local v1.1.9
18522026-09-11T20:47:47.651Z Compiling slog-async v2.8.0
18532026-09-11T20:47:47.679Z Compiling crossbeam-channel v0.5.15
18542026-09-11T20:47:47.782Z Compiling is-terminal v0.4.17
18552026-09-11T20:47:47.805Z Compiling filetime v0.2.27
18562026-09-11T20:47:47.855Z Compiling xattr v1.6.1
18572026-09-11T20:47:47.890Z Compiling term v1.2.1
18582026-09-11T20:47:47.905Z Compiling take_mut v0.2.2
18592026-09-11T20:47:47.918Z Compiling camino-tempfile v1.4.1
18602026-09-11T20:47:48.036Z Compiling tar v0.4.46
18612026-09-11T20:47:48.279Z Compiling slog-term v2.9.2
18622026-09-11T20:48:05.410Z Compiling rustls-webpki v0.103.13
18632026-09-11T20:48:08.107Z Compiling tokio-rustls v0.26.4
18642026-09-11T20:48:08.107Z Compiling rustls-platform-verifier v0.6.2
18652026-09-11T20:48:08.107Z Compiling tough v0.22.0
18662026-09-11T20:48:08.310Z Compiling hyper-rustls v0.27.7
18672026-09-11T20:48:08.504Z Compiling reqwest v0.13.2
18682026-09-11T20:48:10.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18692026-09-11T20:48:10.939Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18702026-09-11T20:48:13.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
18712026-09-11T20:48:13.987Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18722026-09-11T20:48:14.038ZSep 11 20:48:12.831 INFO Starting download, target: Clickhouse
18732026-09-11T20:48:14.038ZSep 11 20:48:12.831 INFO Starting download, target: Console
18742026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Starting download, target: Cockroach
18752026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Starting download, target: DendriteStub
18762026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Starting download, target: MaghemiteMgd
18772026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Starting download, target: MaghemiteDdmd
18782026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Starting download, target: TransceiverControl
18792026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18802026-09-11T20:48:14.042ZSep 11 20:48:12.831 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18812026-09-11T20:48:14.042ZSep 11 20:48:12.832 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18822026-09-11T20:48:14.042ZSep 11 20:48:12.832 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18832026-09-11T20:48:14.042ZSep 11 20:48:12.832 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18842026-09-11T20:48:14.042ZSep 11 20:48:12.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18852026-09-11T20:48:14.042ZSep 11 20:48:12.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18862026-09-11T20:48:15.110ZSep 11 20:48:13.902 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18872026-09-11T20:48:15.289ZSep 11 20:48:14.080 INFO Download complete, target: TransceiverControl
18882026-09-11T20:48:16.096ZSep 11 20:48:14.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18892026-09-11T20:48:16.299ZSep 11 20:48:15.091 INFO Download complete, target: Console
18902026-09-11T20:48:16.359ZSep 11 20:48:15.148 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18912026-09-11T20:48:16.427ZSep 11 20:48:15.218 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18922026-09-11T20:48:16.666ZSep 11 20:48:15.447 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18932026-09-11T20:48:16.715ZSep 11 20:48:15.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18942026-09-11T20:48:17.137ZSep 11 20:48:15.930 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18952026-09-11T20:48:17.138ZSep 11 20:48:15.930 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18962026-09-11T20:48:17.905ZSep 11 20:48:16.698 INFO Download complete, target: MaghemiteDdmd
18972026-09-11T20:48:18.638ZSep 11 20:48:17.430 INFO Download complete, target: DendriteStub
18982026-09-11T20:48:18.874ZSep 11 20:48:17.667 INFO Download complete, target: MaghemiteMgd
18992026-09-11T20:48:21.050ZSep 11 20:48:19.830 INFO Checking that binary works, target: Cockroach
19002026-09-11T20:48:21.162ZSep 11 20:48:19.954 INFO Download complete, target: Cockroach
19012026-09-11T20:48:22.197ZSep 11 20:48:20.985 INFO Checking that binary works, target: Clickhouse
19022026-09-11T20:48:22.278ZSep 11 20:48:21.069 INFO Download complete, target: Clickhouse
19032026-09-11T20:48:22.284ZAll prerequisites installed successfully
19042026-09-11T20:48:22.288Z
19052026-09-11T20:48:22.288Zreal 1:29.781722480
19062026-09-11T20:48:22.288Zuser 7:21.193857537
19072026-09-11T20:48:22.288Zsys 1:47.482628572
19082026-09-11T20:48:22.288Ztrap 0.253496936
19092026-09-11T20:48:22.288Ztflt 0.739378702
19102026-09-11T20:48:22.288Zdflt 1.343910300
19112026-09-11T20:48:22.289Zkflt 0.025589822
19122026-09-11T20:48:22.289Zlock 27:27.865820084
19132026-09-11T20:48:22.289Zslp 20:13.244624321
19142026-09-11T20:48:22.289Zlat 28.056493894
19152026-09-11T20:48:22.289Zstop 2:59.458685880
19162026-09-11T20:48:22.289Z+ source ./tools/include/force-git-over-https.sh
19172026-09-11T20:48:22.289Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19182026-09-11T20:48:22.289Z++ (( i = 0 ))
19192026-09-11T20:48:22.290Z++ (( i < 5 ))
19202026-09-11T20:48:22.290Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19212026-09-11T20:48:22.290Z++ (( i++ ))
19222026-09-11T20:48:22.290Z++ (( i < 5 ))
19232026-09-11T20:48:22.290Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19242026-09-11T20:48:22.295Z++ (( i++ ))
19252026-09-11T20:48:22.295Z++ (( i < 5 ))
19262026-09-11T20:48:22.296Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19272026-09-11T20:48:22.296Z++ (( i++ ))
19282026-09-11T20:48:22.296Z++ (( i < 5 ))
19292026-09-11T20:48:22.296Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19302026-09-11T20:48:22.301Z++ (( i++ ))
19312026-09-11T20:48:22.301Z++ (( i < 5 ))
19322026-09-11T20:48:22.301Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19332026-09-11T20:48:22.301Z++ (( i++ ))
19342026-09-11T20:48:22.301Z++ (( i < 5 ))
19352026-09-11T20:48:22.301Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19362026-09-11T20:48:22.301Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19372026-09-11T20:48:22.301Z+ rc=0
19382026-09-11T20:48:22.302Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19392026-09-11T20:48:30.891Z+ case $rc in
19402026-09-11T20:48:30.892Z+ pfexec zfs create -p rpool/images/build/host
19412026-09-11T20:48:31.061Z+ pfexec zfs create -p rpool/images/build/recovery
19422026-09-11T20:48:31.129Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19432026-09-11T20:48:31.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19442026-09-11T20:48:31.597Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19452026-09-11T20:48:32.447Z Compiling proc-macro2 v1.0.106
19462026-09-11T20:48:32.447Z Compiling quote v1.0.45
19472026-09-11T20:48:32.450Z Compiling unicode-ident v1.0.24
19482026-09-11T20:48:32.450Z Compiling serde_core v1.0.228
19492026-09-11T20:48:32.450Z Compiling libc v0.2.185
19502026-09-11T20:48:32.450Z Compiling serde v1.0.228
19512026-09-11T20:48:32.450Z Compiling cfg-if v1.0.4
19522026-09-11T20:48:32.582Z Compiling shlex v1.3.0
19532026-09-11T20:48:32.592Z Compiling find-msvc-tools v0.1.9
19542026-09-11T20:48:32.596Z Compiling autocfg v1.5.0
19552026-09-11T20:48:32.616Z Compiling version_check v0.9.5
19562026-09-11T20:48:32.629Z Compiling getrandom v0.4.3
19572026-09-11T20:48:32.632Z Compiling memchr v2.8.0
19582026-09-11T20:48:32.632Z Compiling portable-atomic v1.13.1
19592026-09-11T20:48:32.687Z Compiling zmij v1.0.21
19602026-09-11T20:48:32.848Z Compiling serde_json v1.0.151
19612026-09-11T20:48:32.851Z Compiling zerocopy v0.8.55
19622026-09-11T20:48:32.938Z Compiling libm v0.2.16
19632026-09-11T20:48:33.034Z Compiling parking_lot_core v0.9.12
19642026-09-11T20:48:33.038Z Compiling pkg-config v0.3.32
19652026-09-11T20:48:33.038Z Compiling icu_properties_data v2.1.2
19662026-09-11T20:48:33.049Z Compiling icu_normalizer_data v2.1.1
19672026-09-11T20:48:33.090Z Compiling num-traits v0.2.19
19682026-09-11T20:48:33.093Z Compiling smallvec v1.15.1
19692026-09-11T20:48:33.120Z Compiling log v0.4.33
19702026-09-11T20:48:33.238Z Compiling rustix v1.1.4
19712026-09-11T20:48:33.339Z Compiling generic-array v0.14.7
19722026-09-11T20:48:33.339Z Compiling itoa v1.0.17
19732026-09-11T20:48:33.345Z Compiling subtle v2.6.1
19742026-09-11T20:48:33.364Z Compiling getrandom v0.3.4
19752026-09-11T20:48:33.504Z Compiling typenum v1.20.1
19762026-09-11T20:48:33.519Z Compiling scopeguard v1.2.0
19772026-09-11T20:48:33.537Z Compiling stable_deref_trait v1.2.1
19782026-09-11T20:48:33.540Z Compiling rand_core v0.10.0
19792026-09-11T20:48:33.585Z Compiling critical-section v1.2.0
19802026-09-11T20:48:33.616Z Compiling lock_api v0.4.14
19812026-09-11T20:48:33.662Z Compiling thiserror v2.0.18
19822026-09-11T20:48:33.703Z Compiling jobserver v0.1.34
19832026-09-11T20:48:33.719Z Compiling errno v0.3.14
19842026-09-11T20:48:33.909Z Compiling cc v1.2.56
19852026-09-11T20:48:33.974Z Compiling fs_extra v1.3.0
19862026-09-11T20:48:33.991Z Compiling syn v2.0.117
19872026-09-11T20:48:34.015Z Compiling dunce v1.0.5
19882026-09-11T20:48:34.030Z Compiling heck v0.5.0
19892026-09-11T20:48:34.077Z Compiling percent-encoding v2.3.2
19902026-09-11T20:48:34.093Z Compiling writeable v0.6.2
19912026-09-11T20:48:34.110Z Compiling litemap v0.8.1
19922026-09-11T20:48:34.261Z Compiling once_cell v1.21.3
19932026-09-11T20:48:34.322Z Compiling schemars v0.8.22
19942026-09-11T20:48:34.322Z Compiling equivalent v1.0.2
19952026-09-11T20:48:34.371Z Compiling foldhash v0.2.0
19962026-09-11T20:48:34.389Z Compiling pin-project-lite v0.2.17
19972026-09-11T20:48:34.453Z Compiling getrandom v0.2.17
19982026-09-11T20:48:34.534Z Compiling crc32fast v1.5.0
19992026-09-11T20:48:34.537Z Compiling signal-hook-registry v1.4.8
20002026-09-11T20:48:34.565Z Compiling rustversion v1.0.22
20012026-09-11T20:48:34.610Z Compiling aws-lc-rs v1.16.3
20022026-09-11T20:48:34.612Z Compiling syn v1.0.109
20032026-09-11T20:48:34.640Z Compiling cmake v0.1.57
20042026-09-11T20:48:34.644Z Compiling rand_core v0.6.4
20052026-09-11T20:48:34.713Z Compiling bitflags v2.11.0
20062026-09-11T20:48:34.806Z Compiling semver v1.0.28
20072026-09-11T20:48:34.928Z Compiling futures-core v0.3.32
20082026-09-11T20:48:34.958Z Compiling parking_lot v0.12.5
20092026-09-11T20:48:35.021Z Compiling hashbrown v0.17.0
20102026-09-11T20:48:35.037Z Compiling mio v1.2.0
20112026-09-11T20:48:35.102Z Compiling utf8_iter v1.0.4
20122026-09-11T20:48:35.117Z Compiling const-oid v0.9.6
20132026-09-11T20:48:35.220Z Compiling aws-lc-sys v0.40.0
20142026-09-11T20:48:35.257Z Compiling form_urlencoded v1.2.2
20152026-09-11T20:48:35.519Z Compiling vcpkg v0.2.15
20162026-09-11T20:48:35.551Z Compiling fnv v1.0.7
20172026-09-11T20:48:35.587Z Compiling strsim v0.11.1
20182026-09-11T20:48:35.678Z Compiling indexmap v2.14.0
20192026-09-11T20:48:35.716Z Compiling byteorder v1.5.0
20202026-09-11T20:48:35.934Z Compiling socket2 v0.6.3
20212026-09-11T20:48:36.067Z Compiling httparse v1.10.1
20222026-09-11T20:48:36.109Z Compiling radium v0.7.0
20232026-09-11T20:48:36.139Z Compiling openssl-sys v0.9.117
20242026-09-11T20:48:36.164Z Compiling futures-sink v0.3.32
20252026-09-11T20:48:36.290Z Compiling futures-channel v0.3.32
20262026-09-11T20:48:36.461Z Compiling slab v0.4.12
20272026-09-11T20:48:36.461Z Compiling futures-task v0.3.32
20282026-09-11T20:48:36.492Z Compiling iana-time-zone v0.1.65
20292026-09-11T20:48:36.509Z Compiling thiserror v1.0.69
20302026-09-11T20:48:36.513Z Compiling futures-io v0.3.32
20312026-09-11T20:48:36.540Z Compiling base64 v0.22.1
20322026-09-11T20:48:36.591Z Compiling maybe-uninit v2.0.0
20332026-09-11T20:48:36.688Z Compiling rustls v0.23.41
20342026-09-11T20:48:36.719Z Compiling rustc_version v0.4.1
20352026-09-11T20:48:36.790Z Compiling synstructure v0.13.2
20362026-09-11T20:48:36.802Z Compiling serde_derive_internals v0.29.1
20372026-09-11T20:48:36.928Z Compiling bzip2-sys v0.1.13+1.0.8
20382026-09-11T20:48:36.961Z Compiling uuid v1.23.4
20392026-09-11T20:48:36.965Z Compiling ahash v0.8.12
20402026-09-11T20:48:36.965Z Compiling base64ct v1.8.3
20412026-09-11T20:48:36.993Z Compiling num-bigint-dig v0.8.6
20422026-09-11T20:48:37.028Z Compiling ident_case v1.0.1
20432026-09-11T20:48:37.062Z Compiling packed_struct v0.10.1
20442026-09-11T20:48:37.065Z Compiling regex-syntax v0.8.10
20452026-09-11T20:48:37.094Z Compiling cmov v0.5.4
20462026-09-11T20:48:37.117Z Compiling ucd-trie v0.1.7
20472026-09-11T20:48:37.270Z Compiling pem-rfc7468 v0.7.0
20482026-09-11T20:48:37.292Z Compiling ctutils v0.4.2
20492026-09-11T20:48:37.310Z Compiling pest v2.8.6
20502026-09-11T20:48:37.357Z Compiling fastrand v2.3.0
20512026-09-11T20:48:37.420Z Compiling dyn-clone v1.0.20
20522026-09-11T20:48:37.437Z Compiling openssl v0.10.80
20532026-09-11T20:48:37.483Z Compiling flagset v0.4.7
20542026-09-11T20:48:37.591Z Compiling tempfile v3.27.0
20552026-09-11T20:48:37.629Z Compiling indexmap v1.9.3
20562026-09-11T20:48:37.711Z Compiling unicode-segmentation v1.12.0
20572026-09-11T20:48:37.714Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20582026-09-11T20:48:37.790Z Compiling paste v1.0.15
20592026-09-11T20:48:37.805Z Compiling native-tls v0.2.18
20602026-09-11T20:48:37.925Z Compiling rand_core v0.9.5
20612026-09-11T20:48:38.018Z Compiling syn v3.0.3
20622026-09-11T20:48:38.067Z Compiling serde_derive v1.0.228
20632026-09-11T20:48:38.107Z Compiling zeroize_derive v1.5.0
20642026-09-11T20:48:38.123Z Compiling zerofrom-derive v0.1.6
20652026-09-11T20:48:38.126Z Compiling yoke-derive v0.8.1
20662026-09-11T20:48:38.156Z Compiling zerovec-derive v0.11.2
20672026-09-11T20:48:38.176Z Compiling zerocopy-derive v0.8.55
20682026-09-11T20:48:38.189Z Compiling displaydoc v0.2.5
20692026-09-11T20:48:38.204Z Compiling tokio-macros v2.7.0
20702026-09-11T20:48:38.266Z Compiling futures-macro v0.3.32
20712026-09-11T20:48:38.439Z Compiling der_derive v0.7.3
20722026-09-11T20:48:38.650Z Compiling thiserror-impl v2.0.18
20732026-09-11T20:48:38.737Z Compiling schemars_derive v0.8.22
20742026-09-11T20:48:38.797Z Compiling tracing-attributes v0.1.31
20752026-09-11T20:48:38.952Z Compiling thiserror-impl v1.0.69
20762026-09-11T20:48:38.969Z Compiling clap_derive v4.6.1
20772026-09-11T20:48:39.131Z Compiling futures-util v0.3.32
20782026-09-11T20:48:39.311Z Compiling packed_struct_codegen v0.10.1
20792026-09-11T20:48:39.348Z Compiling zerofrom v0.1.6
20802026-09-11T20:48:39.501Z Compiling yoke v0.8.1
20812026-09-11T20:48:39.722Z Compiling zerovec v0.11.5
20822026-09-11T20:48:39.761Z Compiling zerotrie v0.2.3
20832026-09-11T20:48:40.102Z Compiling pest_meta v2.8.6
20842026-09-11T20:48:40.142Z Compiling bitfield-macros v0.19.4
20852026-09-11T20:48:40.179Z Compiling zerocopy-derive v0.6.6
20862026-09-11T20:48:40.321Z Compiling tinystr v0.8.2
20872026-09-11T20:48:40.337Z Compiling potential_utf v0.1.4
20882026-09-11T20:48:40.486Z Compiling icu_collections v2.1.1
20892026-09-11T20:48:40.535Z Compiling icu_locale_core v2.1.1
20902026-09-11T20:48:40.662Z Compiling openssl-macros v0.1.1
20912026-09-11T20:48:40.822Z Compiling pest_generator v2.8.6
20922026-09-11T20:48:41.060Z Compiling scroll_derive v0.13.1
20932026-09-11T20:48:41.077Z Compiling camino v1.2.5
20942026-09-11T20:48:41.171Z Compiling crossbeam-utils v0.8.21
20952026-09-11T20:48:41.187Z Compiling utf8parse v0.2.2
20962026-09-11T20:48:41.299Z Compiling icu_provider v2.1.1
20972026-09-11T20:48:41.439Z Compiling zeroize v1.9.0
20982026-09-11T20:48:41.492Z Compiling bytes v1.11.1
20992026-09-11T20:48:41.568Z Compiling icu_normalizer v2.1.1
21002026-09-11T20:48:41.584Z Compiling icu_properties v2.1.2
21012026-09-11T20:48:41.674Z Compiling chrono v0.4.45
21022026-09-11T20:48:41.697Z Compiling hybrid-array v0.4.13
21032026-09-11T20:48:41.786Z Compiling der v0.7.10
21042026-09-11T20:48:41.990Z Compiling hex v0.4.3
21052026-09-11T20:48:42.117Z Compiling tokio v1.52.1
21062026-09-11T20:48:42.205Z Compiling crypto-common v0.1.7
21072026-09-11T20:48:42.221Z Compiling block-buffer v0.10.4
21082026-09-11T20:48:42.380Z Compiling digest v0.10.7
21092026-09-11T20:48:42.415Z Compiling pest_derive v2.8.6
21102026-09-11T20:48:42.501Z Compiling idna_adapter v1.2.1
21112026-09-11T20:48:42.536Z Compiling anstyle v1.0.14
21122026-09-11T20:48:42.642Z Compiling idna v1.1.0
21132026-09-11T20:48:42.669Z Compiling http v1.4.2
21142026-09-11T20:48:42.808Z Compiling ppv-lite86 v0.2.21
21152026-09-11T20:48:42.823Z Compiling spki v0.7.3
21162026-09-11T20:48:43.021Z Compiling url v2.5.8
21172026-09-11T20:48:43.098Z Compiling pkcs8 v0.10.2
21182026-09-11T20:48:43.115Z Compiling rustls-pki-types v1.14.0
21192026-09-11T20:48:43.158Z Compiling anstyle-parse v1.0.0
21202026-09-11T20:48:43.510Z Compiling daft-derive v0.1.8
21212026-09-11T20:48:43.719Z Compiling terminal_size v0.4.3
21222026-09-11T20:48:43.752Z Compiling spin v0.9.8
21232026-09-11T20:48:43.773Z Compiling time-core v0.1.8
21242026-09-11T20:48:43.790Z Compiling colorchoice v1.0.4
21252026-09-11T20:48:43.845Z Compiling is_terminal_polyfill v1.70.2
21262026-09-11T20:48:43.875Z Compiling num-conv v0.2.0
21272026-09-11T20:48:43.899Z Compiling anstyle-query v1.1.5
21282026-09-11T20:48:43.940Z Compiling tinyvec_macros v0.1.1
21292026-09-11T20:48:43.956Z Compiling rand_chacha v0.9.0
21302026-09-11T20:48:43.974Z Compiling crypto-common v0.2.2
21312026-09-11T20:48:43.992Z Compiling block-buffer v0.12.1
21322026-09-11T20:48:44.010Z Compiling tinyvec v1.10.0
21332026-09-11T20:48:44.026Z Compiling anstream v1.0.0
21342026-09-11T20:48:44.030Z Compiling time-macros v0.2.27
21352026-09-11T20:48:44.053Z Compiling structmeta-derive v0.3.0
21362026-09-11T20:48:44.199Z Compiling async-trait v0.1.89
21372026-09-11T20:48:44.233Z Compiling tracing-core v0.1.36
21382026-09-11T20:48:44.436Z Compiling cpufeatures v0.2.17
21392026-09-11T20:48:44.454Z Compiling untrusted v0.7.1
21402026-09-11T20:48:44.470Z Compiling object v0.37.3
21412026-09-11T20:48:44.528Z Compiling plain v0.2.3
21422026-09-11T20:48:44.558Z Compiling rand v0.9.2
21432026-09-11T20:48:44.594Z Compiling tracing v0.1.44
21442026-09-11T20:48:44.733Z Compiling http-body v1.0.1
21452026-09-11T20:48:44.932Z Compiling toml_datetime v0.6.11
21462026-09-11T20:48:44.960Z Compiling serde_spanned v0.6.9
21472026-09-11T20:48:45.038Z Compiling pin-project-internal v1.1.11
21482026-09-11T20:48:45.096Z Compiling slog v2.8.2
21492026-09-11T20:48:45.114Z Compiling structmeta v0.3.0
21502026-09-11T20:48:45.181Z Compiling wait-timeout v0.2.1
21512026-09-11T20:48:45.199Z Compiling cookie v0.18.1
21522026-09-11T20:48:45.229Z Compiling simd-adler32 v0.3.8
21532026-09-11T20:48:45.246Z Compiling bit-vec v0.8.0
21542026-09-11T20:48:45.278Z Compiling openssl-probe v0.2.1
21552026-09-11T20:48:45.336Z Compiling tap v1.0.1
21562026-09-11T20:48:45.353Z Compiling untrusted v0.9.0
21572026-09-11T20:48:45.496Z Compiling quick-error v1.2.3
21582026-09-11T20:48:45.496Z Compiling zstd-safe v7.2.4
21592026-09-11T20:48:45.526Z Compiling clap_lex v1.0.0
21602026-09-11T20:48:45.557Z Compiling bit-set v0.8.0
21612026-09-11T20:48:45.571Z Compiling wyz v0.5.1
21622026-09-11T20:48:45.599Z Compiling rusty-fork v0.3.1
21632026-09-11T20:48:45.619Z Compiling derive-ex v0.1.8
21642026-09-11T20:48:45.756Z Compiling clap_builder v4.6.0
21652026-09-11T20:48:45.822Z Compiling sha2 v0.10.9
21662026-09-11T20:48:45.836Z Compiling unicode-normalization v0.1.25
21672026-09-11T20:48:45.839Z Compiling rand_chacha v0.3.1
21682026-09-11T20:48:45.885Z Compiling signature v2.2.0
21692026-09-11T20:48:46.002Z Compiling tokio-util v0.7.18
21702026-09-11T20:48:46.024Z Compiling rand_xorshift v0.4.0
21712026-09-11T20:48:46.041Z Compiling scroll_derive v0.12.1
21722026-09-11T20:48:46.066Z Compiling heck v0.4.1
21732026-09-11T20:48:46.167Z Compiling heapless v0.7.17
21742026-09-11T20:48:46.345Z Compiling num-integer v0.1.46
21752026-09-11T20:48:46.370Z Compiling aho-corasick v1.1.4
21762026-09-11T20:48:46.421Z Compiling pretty-hex v0.4.1
21772026-09-11T20:48:46.584Z Compiling rustix v0.38.44
21782026-09-11T20:48:46.613Z Compiling signal-hook v0.3.18
21792026-09-11T20:48:46.714Z Compiling try-lock v0.2.5
21802026-09-11T20:48:46.773Z Compiling usdt-impl v0.6.0
21812026-09-11T20:48:46.868Z Compiling atomic-waker v1.1.2
21822026-09-11T20:48:47.036Z Compiling tower-service v0.3.3
21832026-09-11T20:48:47.051Z Compiling tower-layer v0.3.3
21842026-09-11T20:48:47.054Z Compiling anyhow v1.0.104
21852026-09-11T20:48:47.116Z Compiling adler2 v2.0.1
21862026-09-11T20:48:47.186Z Compiling funty v2.0.0
21872026-09-11T20:48:47.226Z Compiling unarray v0.1.4
21882026-09-11T20:48:47.264Z Compiling test-strategy v0.4.5
21892026-09-11T20:48:47.286Z Compiling h2 v0.4.15
21902026-09-11T20:48:47.302Z Compiling miniz_oxide v0.8.9
21912026-09-11T20:48:47.357Z Compiling regex-automata v0.4.14
21922026-09-11T20:48:47.373Z Compiling proptest v1.11.0
21932026-09-11T20:48:47.602Z Compiling bitvec v1.0.1
21942026-09-11T20:48:47.778Z Compiling clap v4.6.1
21952026-09-11T20:48:47.794Z Compiling want v0.3.1
21962026-09-11T20:48:47.957Z Compiling num-iter v0.1.45
21972026-09-11T20:48:48.094Z Compiling snafu-derive v0.8.9
21982026-09-11T20:48:48.291Z Compiling rand v0.8.6
21992026-09-11T20:48:48.369Z Compiling ipnetwork v0.21.1
22002026-09-11T20:48:48.620Z Compiling lazy_static v1.5.0
22012026-09-11T20:48:48.739Z Compiling block-padding v0.4.2
22022026-09-11T20:48:48.752Z Compiling scroll v0.13.0
22032026-09-11T20:48:48.878Z Compiling ipnet v2.12.0
22042026-09-11T20:48:49.062Z Compiling strum_macros v0.26.4
22052026-09-11T20:48:49.200Z Compiling darling_core v0.20.11
22062026-09-11T20:48:49.329Z Compiling darling_core v0.23.0
22072026-09-11T20:48:49.447Z Compiling cpufeatures v0.3.0
22082026-09-11T20:48:49.532Z Compiling crc-catalog v2.4.0
22092026-09-11T20:48:49.638Z Compiling const-oid v0.10.2
22102026-09-11T20:48:49.785Z Compiling httpdate v1.0.3
22112026-09-11T20:48:50.014Z Compiling winnow v0.5.40
22122026-09-11T20:48:50.168Z Compiling foreign-types-shared v0.1.1
22132026-09-11T20:48:50.226Z Compiling nodrop v0.1.14
22142026-09-11T20:48:50.271Z Compiling foreign-types v0.3.2
22152026-09-11T20:48:50.331Z Compiling array-init v0.0.4
22162026-09-11T20:48:50.567Z Compiling digest v0.11.3
22172026-09-11T20:48:50.726Z Compiling newtype-uuid v1.3.2
22182026-09-11T20:48:50.808Z Compiling crc v3.4.0
22192026-09-11T20:48:50.944Z Compiling hyper v1.10.1
22202026-09-11T20:48:51.162Z Compiling darling_macro v0.20.11
22212026-09-11T20:48:51.390Z Compiling goblin v0.10.5
22222026-09-11T20:48:51.405Z Compiling inout v0.2.2
22232026-09-11T20:48:51.507Z Compiling darling_macro v0.23.0
22242026-09-11T20:48:51.620Z Compiling toml_edit v0.19.15
22252026-09-11T20:48:51.694Z Compiling oxnet v0.1.6
22262026-09-11T20:48:51.772Z Compiling smallvec v0.6.14
22272026-09-11T20:48:52.253Z Compiling pkcs1 v0.7.5
22282026-09-11T20:48:52.537Z Compiling zerocopy v0.6.6
22292026-09-11T20:48:52.540Z Compiling bitfield v0.19.4
22302026-09-11T20:48:52.573Z Compiling hubpack_derive v0.1.1
22312026-09-11T20:48:52.576Z Compiling zerocopy-derive v0.7.35
22322026-09-11T20:48:52.693Z Compiling curve25519-dalek v4.1.3
22332026-09-11T20:48:52.837Z Compiling socket2 v0.5.10
22342026-09-11T20:48:52.977Z Compiling env_filter v2.0.0
22352026-09-11T20:48:53.002Z Compiling memoffset v0.9.1
22362026-09-11T20:48:53.106Z Compiling ref-cast v1.0.25
22372026-09-11T20:48:53.140Z Compiling litrs v1.0.0
22382026-09-11T20:48:53.156Z Compiling owo-colors v4.3.0
22392026-09-11T20:48:53.173Z Compiling base64 v0.21.7
22402026-09-11T20:48:53.241Z Compiling smoltcp v0.9.1
22412026-09-11T20:48:53.259Z Compiling hashbrown v0.12.3
22422026-09-11T20:48:53.503Z Compiling ron v0.8.1
22432026-09-11T20:48:53.607Z Compiling toml v0.7.8
22442026-09-11T20:48:53.624Z Compiling document-features v0.2.12
22452026-09-11T20:48:53.674Z Compiling env_logger v0.11.11
22462026-09-11T20:48:53.679Z Compiling hyper-util v0.1.20
22472026-09-11T20:48:54.002Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-09-11T20:48:54.032Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22492026-09-11T20:48:54.216Z Compiling dof v0.4.0
22502026-09-11T20:48:54.300Z Compiling rsa v0.9.10
22512026-09-11T20:48:54.813Z Compiling bzip2 v0.4.4
22522026-09-11T20:48:54.874Z Compiling daft v0.1.8
22532026-09-11T20:48:54.900Z Compiling darling v0.23.0
22542026-09-11T20:48:54.933Z Compiling serde-hex v0.1.0
22552026-09-11T20:48:54.999Z Compiling darling v0.20.11
22562026-09-11T20:48:55.040Z Compiling cipher v0.5.2
22572026-09-11T20:48:55.093Z Compiling hashbrown v0.13.2
22582026-09-11T20:48:55.348Z Compiling x509-cert v0.2.5
22592026-09-11T20:48:55.370Z Compiling dtrace-parser v0.3.0
22602026-09-11T20:48:55.618Z Compiling async-recursion v1.1.1
22612026-09-11T20:48:55.762Z Compiling sync_wrapper v1.0.2
22622026-09-11T20:48:55.805Z Compiling thread-id v5.1.0
22632026-09-11T20:48:55.886Z Compiling powerfmt v0.2.0
22642026-09-11T20:48:55.903Z Compiling crc-any v2.5.0
22652026-09-11T20:48:56.086Z Compiling siphasher v1.0.2
22662026-09-11T20:48:56.130Z Compiling cfg_aliases v0.2.1
22672026-09-11T20:48:56.216Z Compiling nix v0.31.2
22682026-09-11T20:48:56.238Z Compiling deranged v0.5.8
22692026-09-11T20:48:56.377Z Compiling tower v0.5.3
22702026-09-11T20:48:56.934Z Compiling object v0.30.4
22712026-09-11T20:48:57.182Z Compiling chacha20 v0.10.0
22722026-09-11T20:48:57.299Z Compiling derive_builder_core v0.20.2
22732026-09-11T20:48:57.354Z Compiling serde_with_macros v3.21.0
22742026-09-11T20:48:57.448Z Compiling zip v0.6.6
22752026-09-11T20:48:57.511Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22762026-09-11T20:48:57.527Z Compiling bstr v1.12.1
22772026-09-11T20:48:57.750Z Compiling http-body-util v0.1.3
22782026-09-11T20:48:58.086Z Compiling futures-executor v0.3.32
22792026-09-11T20:48:58.096Z Compiling serde_tokenstream v0.2.3
22802026-09-11T20:48:58.105Z Compiling erased-serde v0.3.31
22812026-09-11T20:48:58.311Z Compiling curve25519-dalek-derive v0.1.1
22822026-09-11T20:48:58.399Z Compiling strum_macros v0.27.2
22832026-09-11T20:48:58.416Z Compiling ref-cast-impl v1.0.25
22842026-09-11T20:48:58.469Z Compiling usdt-impl v0.5.0
22852026-09-11T20:48:58.540Z Compiling fs-err v3.3.0
22862026-09-11T20:48:58.652Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22872026-09-11T20:48:58.715Z Compiling gimli v0.32.3
22882026-09-11T20:48:58.731Z Compiling iri-string v0.7.10
22892026-09-11T20:48:58.779Z Compiling ryu v1.0.23
22902026-09-11T20:48:58.989Z Compiling num_threads v0.1.7
22912026-09-11T20:48:59.112Z Compiling same-file v1.0.6
22922026-09-11T20:48:59.170Z Compiling zlib-rs v0.6.2
22932026-09-11T20:48:59.401Z Compiling unicode-bidi v0.3.18
22942026-09-11T20:48:59.644Z Compiling unicode-properties v0.1.4
22952026-09-11T20:48:59.864Z Compiling allocator-api2 v0.2.21
22962026-09-11T20:48:59.881Z Compiling path-slash v0.1.5
22972026-09-11T20:49:00.118Z Compiling tower-http v0.6.8
22982026-09-11T20:49:00.263Z Compiling stringprep v0.1.5
22992026-09-11T20:49:00.571Z Compiling addr2line v0.25.1
23002026-09-11T20:49:00.617Z Compiling time v0.3.47
23012026-09-11T20:49:00.635Z Compiling serde_urlencoded v0.7.1
23022026-09-11T20:49:00.840Z Compiling walkdir v2.5.0
23032026-09-11T20:49:01.323Z Compiling flate2 v1.1.9
23042026-09-11T20:49:01.673Z Compiling futures v0.3.32
23052026-09-11T20:49:01.780Z Compiling derive_builder_macro v0.20.2
23062026-09-11T20:49:01.972Z Compiling rand v0.10.1
23072026-09-11T20:49:02.208Z Compiling tokio-native-tls v0.3.1
23082026-09-11T20:49:02.260Z Compiling sha2 v0.11.0
23092026-09-11T20:49:02.306Z Compiling md-5 v0.11.0
23102026-09-11T20:49:02.401Z Compiling hmac v0.13.0
23112026-09-11T20:49:02.418Z Compiling strum v0.26.3
23122026-09-11T20:49:02.551Z Compiling scroll v0.12.0
23132026-09-11T20:49:02.589Z Compiling pin-project v1.1.11
23142026-09-11T20:49:02.612Z Compiling rustls-native-certs v0.8.3
23152026-09-11T20:49:02.721Z Compiling convert_case v0.10.0
23162026-09-11T20:49:02.741Z Compiling hash32 v0.2.1
23172026-09-11T20:49:02.758Z Compiling vergen-lib v9.1.0
23182026-09-11T20:49:02.833Z Compiling encoding_rs v0.8.35
23192026-09-11T20:49:03.010Z Compiling libbz2-rs-sys v0.2.2
23202026-09-11T20:49:03.022Z Compiling psl-types v2.0.11
23212026-09-11T20:49:03.037Z Compiling mime v0.3.17
23222026-09-11T20:49:03.157Z Compiling jiff-core v0.1.0
23232026-09-11T20:49:03.215Z Compiling rustc-demangle v0.1.27
23242026-09-11T20:49:03.296Z Compiling bumpalo v3.20.2
23252026-09-11T20:49:03.542Z Compiling fallible-iterator v0.2.0
23262026-09-11T20:49:03.568Z Compiling zopfli v0.8.3
23272026-09-11T20:49:03.584Z Compiling bzip2 v0.6.1
23282026-09-11T20:49:03.600Z Compiling publicsuffix v2.3.0
23292026-09-11T20:49:03.615Z Compiling derive_more-impl v2.1.1
23302026-09-11T20:49:03.800Z Compiling goblin v0.8.2
23312026-09-11T20:49:03.871Z Compiling postgres-protocol v0.6.12
23322026-09-11T20:49:04.108Z Compiling jiff v0.2.34
23332026-09-11T20:49:04.289Z Compiling backtrace v0.3.76
23342026-09-11T20:49:04.491Z Compiling snafu v0.8.9
23352026-09-11T20:49:04.818Z Compiling hyper-tls v0.6.0
23362026-09-11T20:49:04.834Z Compiling derive_builder v0.20.2
23372026-09-11T20:49:05.196Z Compiling usdt-attr-macro v0.6.0
23382026-09-11T20:49:05.212Z Compiling usdt-macro v0.6.0
23392026-09-11T20:49:05.215Z Compiling globset v0.4.18
23402026-09-11T20:49:05.244Z Compiling phf_shared v0.13.1
23412026-09-11T20:49:05.348Z Compiling crossbeam-epoch v0.9.18
23422026-09-11T20:49:05.398Z Compiling zerocopy v0.7.35
23432026-09-11T20:49:05.472Z Compiling hubpack v0.1.2
23442026-09-11T20:49:05.586Z Compiling regex v1.12.3
23452026-09-11T20:49:05.826Z Compiling hmac v0.12.1
23462026-09-11T20:49:05.989Z Compiling serde_plain v1.0.2
23472026-09-11T20:49:06.006Z Compiling enum-as-inner v0.6.1
23482026-09-11T20:49:06.009Z Compiling serde_repr v0.1.20
23492026-09-11T20:49:06.009Z Compiling miette-derive v7.6.0
23502026-09-11T20:49:06.051Z Compiling pem v3.0.6
23512026-09-11T20:49:06.205Z Compiling ff v0.13.1
23522026-09-11T20:49:06.264Z Compiling vergen v9.1.0
23532026-09-11T20:49:06.268Z Compiling cargo-platform v0.3.2
23542026-09-11T20:49:06.296Z Compiling filetime v0.2.27
23552026-09-11T20:49:06.360Z Compiling bitflags v1.3.2
23562026-09-11T20:49:06.520Z Compiling smawk v0.3.2
23572026-09-11T20:49:06.583Z Compiling foldhash v0.1.5
23582026-09-11T20:49:06.604Z Compiling base16ct v0.2.0
23592026-09-11T20:49:06.714Z Compiling unicode-linebreak v0.1.5
23602026-09-11T20:49:06.763Z Compiling typed-path v0.9.3
23612026-09-11T20:49:06.819Z Compiling xattr v1.6.1
23622026-09-11T20:49:06.916Z Compiling is_ci v1.2.0
23632026-09-11T20:49:06.931Z Compiling managed v0.8.0
23642026-09-11T20:49:06.976Z Compiling unicode-width v0.2.0
23652026-09-11T20:49:07.009Z Compiling tar v0.4.46
23662026-09-11T20:49:07.051Z Compiling supports-color v3.0.2
23672026-09-11T20:49:07.067Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23682026-09-11T20:49:07.231Z Compiling textwrap v0.16.2
23692026-09-11T20:49:07.650Z Compiling sec1 v0.7.3
23702026-09-11T20:49:07.650Z Compiling hashbrown v0.15.5
23712026-09-11T20:49:07.950Z Compiling cargo_metadata v0.23.1
23722026-09-11T20:49:07.985Z Compiling group v0.13.0
23732026-09-11T20:49:08.175Z Compiling dof v0.3.0
23742026-09-11T20:49:08.237Z Compiling hkdf v0.12.4
23752026-09-11T20:49:08.606Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
23762026-09-11T20:49:08.887Z Compiling phf v0.13.1
23772026-09-11T20:49:08.939Z Compiling zstd v0.13.3
23782026-09-11T20:49:09.180Z Compiling reqwest v0.12.28
23792026-09-11T20:49:09.213Z Compiling signal-hook-mio v0.2.5
23802026-09-11T20:49:09.312Z Compiling backtrace-ext v0.2.1
23812026-09-11T20:49:09.342Z Compiling cookie_store v0.22.1
23822026-09-11T20:49:09.457Z Compiling postgres-types v0.2.14
23832026-09-11T20:49:09.563Z Compiling strum v0.27.2
23842026-09-11T20:49:09.653Z Compiling hashbrown v0.16.1
23852026-09-11T20:49:09.917Z Compiling phf_shared v0.11.3
23862026-09-11T20:49:09.932Z Compiling dtrace-parser v0.2.0
23872026-09-11T20:49:09.950Z Compiling byte-wrapper v0.1.0
23882026-09-11T20:49:09.950Z Compiling ed25519 v2.2.3
23892026-09-11T20:49:09.982Z Compiling olpc-cjson v0.1.4
23902026-09-11T20:49:10.313Z Compiling crypto-bigint v0.5.5
23912026-09-11T20:49:10.531Z Compiling serde-big-array v0.5.1
23922026-09-11T20:49:10.553Z Compiling float-cmp v0.10.0
23932026-09-11T20:49:10.623Z Compiling memmap2 v0.9.10
23942026-09-11T20:49:10.690Z Compiling thread-id v4.2.2
23952026-09-11T20:49:10.717Z Compiling winnow v1.0.3
23962026-09-11T20:49:10.786Z Compiling predicates-core v1.0.10
23972026-09-11T20:49:10.802Z Compiling toml_write v0.1.2
23982026-09-11T20:49:10.840Z Compiling unicode-width v0.1.14
23992026-09-11T20:49:10.874Z Compiling keccak v0.1.6
24002026-09-11T20:49:10.907Z Compiling supports-unicode v3.0.0
24012026-09-11T20:49:10.967Z Compiling supports-hyperlinks v3.2.0
24022026-09-11T20:49:11.016Z Compiling precomputed-hash v0.1.1
24032026-09-11T20:49:11.058Z Compiling static_assertions v1.1.0
24042026-09-11T20:49:11.097Z Compiling fixedbitset v0.4.2
24052026-09-11T20:49:11.125Z Compiling either v1.15.0
24062026-09-11T20:49:11.145Z Compiling winnow v0.7.14
24072026-09-11T20:49:11.164Z Compiling difflib v0.4.0
24082026-09-11T20:49:11.167Z Compiling data-encoding v2.10.0
24092026-09-11T20:49:11.311Z Compiling normalize-line-endings v0.3.0
24102026-09-11T20:49:11.358Z Compiling fixedbitset v0.5.7
24112026-09-11T20:49:11.426Z Compiling whoami v2.1.0
24122026-09-11T20:49:11.457Z Compiling rayon-core v1.13.0
24132026-09-11T20:49:11.659Z Compiling new_debug_unreachable v1.0.6
24142026-09-11T20:49:11.719Z Compiling typed-path v0.12.3
24152026-09-11T20:49:11.735Z Compiling string_cache v0.8.9
24162026-09-11T20:49:11.774Z Compiling toml_parser v1.1.2+spec-1.1.0
24172026-09-11T20:49:11.792Z Compiling tokio-postgres v0.7.18
24182026-09-11T20:49:11.807Z Compiling petgraph v0.8.3
24192026-09-11T20:49:11.970Z Compiling hickory-proto v0.25.2
24202026-09-11T20:49:12.245Z Compiling predicates v3.1.4
24212026-09-11T20:49:12.293Z Compiling itertools v0.13.0
24222026-09-11T20:49:12.359Z Compiling elliptic-curve v0.13.8
24232026-09-11T20:49:12.635Z Compiling zip v8.6.0
24242026-09-11T20:49:12.727Z Compiling toml_edit v0.22.27
24252026-09-11T20:49:12.774Z Compiling petgraph v0.6.5
24262026-09-11T20:49:13.528Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
24272026-09-11T20:49:13.609Z Compiling miette v7.6.0
24282026-09-11T20:49:13.688Z Compiling sha3 v0.10.8
24292026-09-11T20:49:13.720Z Compiling usdt v0.6.0
24302026-09-11T20:49:14.189Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24312026-09-11T20:49:14.511Z Compiling iddqd v0.4.2
24322026-09-11T20:49:14.595Z Compiling ed25519-dalek v2.2.0
24332026-09-11T20:49:14.819Z Compiling zip v4.6.1
24342026-09-11T20:49:15.065Z Compiling crossterm v0.28.1
24352026-09-11T20:49:15.728Z Compiling derive_more v2.1.1
24362026-09-11T20:49:15.882Z Compiling similar v2.7.0
24372026-09-11T20:49:16.166Z Compiling serde_with v3.21.0
24382026-09-11T20:49:16.640Z Compiling tokio-stream v0.1.18
24392026-09-11T20:49:16.715Z Compiling buf-list v1.1.2
24402026-09-11T20:49:16.746Z Compiling half v2.7.1
24412026-09-11T20:49:16.936Z Compiling openapiv3 v2.2.0
24422026-09-11T20:49:17.086Z Compiling lalrpop-util v0.19.12
24432026-09-11T20:49:17.133Z Compiling peg-runtime v0.8.5
24442026-09-11T20:49:17.291Z Compiling ciborium-io v0.2.2
24452026-09-11T20:49:17.508Z Compiling ciborium-ll v0.2.2
24462026-09-11T20:49:18.590Z Compiling crossbeam-deque v0.8.6
24472026-09-11T20:49:18.919Z Compiling camino-tempfile v1.4.1
24482026-09-11T20:49:19.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-09-11T20:49:19.332Z Compiling blake3 v1.8.5
24502026-09-11T20:49:19.441Z Compiling fs-err v2.11.0
24512026-09-11T20:49:21.609Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24522026-09-11T20:49:22.497Z Compiling ciborium v0.2.2
24532026-09-11T20:49:22.638Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24542026-09-11T20:49:22.858Z Compiling thread_local v1.1.9
24552026-09-11T20:49:23.087Z Compiling constant_time_eq v0.4.2
24562026-09-11T20:49:23.102Z Compiling arrayref v0.3.9
24572026-09-11T20:49:23.144Z Compiling slog-async v2.8.0
24582026-09-11T20:49:23.165Z Compiling arrayvec v0.7.6
24592026-09-11T20:49:23.204Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24602026-09-11T20:49:23.236Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24612026-09-11T20:49:23.492Z Compiling toml v0.8.23
24622026-09-11T20:49:23.495Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24632026-09-11T20:49:23.531Z Compiling atomicwrites v0.4.4
24642026-09-11T20:49:23.568Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24652026-09-11T20:49:23.571Z Compiling crossbeam-channel v0.5.15
24662026-09-11T20:49:23.600Z Compiling digest-io v0.1.0
24672026-09-11T20:49:23.752Z Compiling serde_path_to_error v0.1.20
24682026-09-11T20:49:23.789Z Compiling is-terminal v0.4.17
24692026-09-11T20:49:23.838Z Compiling topological-sort v0.2.2
24702026-09-11T20:49:23.903Z Compiling term v1.2.1
24712026-09-11T20:49:23.985Z Compiling parse-size v1.1.0
24722026-09-11T20:49:24.015Z Compiling take_mut v0.2.2
24732026-09-11T20:49:24.084Z Compiling rawzip v0.4.4
24742026-09-11T20:49:24.148Z Compiling indent_write v2.2.0
24752026-09-11T20:49:24.163Z Compiling debug-ignore v1.0.5
24762026-09-11T20:49:24.194Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24772026-09-11T20:49:24.237Z Compiling slog-term v2.9.2
24782026-09-11T20:49:24.285Z Compiling shell-words v1.1.1
24792026-09-11T20:49:27.385Z Compiling rustls-webpki v0.103.13
24802026-09-11T20:49:30.109Z Compiling tokio-rustls v0.26.4
24812026-09-11T20:49:30.110Z Compiling rustls-platform-verifier v0.6.2
24822026-09-11T20:49:30.110Z Compiling tough v0.22.0
24832026-09-11T20:49:30.311Z Compiling hyper-rustls v0.27.7
24842026-09-11T20:49:30.502Z Compiling reqwest v0.13.2
24852026-09-11T20:49:31.959Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24862026-09-11T20:49:32.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872026-09-11T20:49:34.003Z Compiling omicron-zone-package v0.12.3
24882026-09-11T20:49:34.224Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24892026-09-11T20:49:34.730Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24902026-09-11T20:49:34.754Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-09-11T20:49:37.227Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24922026-09-11T20:49:56.573Z Finished `release` profile [optimized] target(s) in 1m 24s
24932026-09-11T20:49:56.705Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24942026-09-11T20:49:56.767ZSep 11 20:49:55.553 DEBG changing working directory to /work/oxidecomputer/omicron
24952026-09-11T20:49:56.858ZSep 11 20:49:55.650 DEBG running: git rev-parse HEAD
24962026-09-11T20:49:56.862ZSep 11 20:49:55.652 DEBG process exited with exit status: 0 (2.4535ms)
24972026-09-11T20:49:56.863ZSep 11 20:49:55.652 INFO version: 23.0.0-0.ci+gitb3dab2e6b25
24982026-09-11T20:49:56.870ZSep 11 20:49:55.661 INFO cloning helios to /work/oxidecomputer/helios
24992026-09-11T20:49:56.870ZSep 11 20:49:55.661 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25002026-09-11T20:49:56.874ZCloning into '/work/oxidecomputer/helios'...
25012026-09-11T20:49:57.468ZSep 11 20:49:56.260 DEBG process exited with exit status: 0 (598.956559ms)
25022026-09-11T20:49:57.468ZSep 11 20:49:56.260 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25032026-09-11T20:49:57.471ZSep 11 20:49:56.262 DEBG process exited with exit status: 0 (2.53537ms)
25042026-09-11T20:49:57.471ZSep 11 20:49:56.262 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25052026-09-11T20:49:57.852ZSep 11 20:49:56.644 DEBG process exited with exit status: 0 (381.685529ms)
25062026-09-11T20:49:57.852ZSep 11 20:49:56.644 DEBG running: zfs list rpool/images/build/host
25072026-09-11T20:49:57.856ZNAME USED AVAIL REFER MOUNTPOINT
25082026-09-11T20:49:57.856Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25092026-09-11T20:49:57.859ZSep 11 20:49:56.649 DEBG process exited with exit status: 0 (4.77332ms)
25102026-09-11T20:49:57.859ZSep 11 20:49:56.649 DEBG running: zfs list rpool/images/build/recovery
25112026-09-11T20:49:57.862ZNAME USED AVAIL REFER MOUNTPOINT
25122026-09-11T20:49:57.862Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25132026-09-11T20:49:57.862ZSep 11 20:49:56.653 DEBG process exited with exit status: 0 (3.94429ms)
25142026-09-11T20:49:57.862ZSep 11 20:49:56.653 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
25152026-09-11T20:49:57.873ZSep 11 20:49:56.665 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 2026091100.0.0; the console needs a client regen and tools/console_version needs a bump
25162026-09-11T20:49:57.876ZSep 11 20:49:56.666 INFO [hubris-staging] running task
25172026-09-11T20:49:57.876ZSep 11 20:49:56.666 INFO [hubris-production] running task
25182026-09-11T20:49:57.876ZSep 11 20:49:56.666 INFO [incorp-manifest] running task
25192026-09-11T20:49:57.876ZSep 11 20:49:56.666 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25202026-09-11T20:49:57.876ZSep 11 20:49:56.667 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25212026-09-11T20:49:57.876ZSep 11 20:49:56.667 INFO [incorp-create] running: pkgrepo create /work/incorporation
25222026-09-11T20:49:57.876ZSep 11 20:49:56.668 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
25232026-09-11T20:49:57.917Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25242026-09-11T20:49:57.983Z[ omicron-package] Blocking waiting for file lock on package cache
25252026-09-11T20:49:58.108ZSep 11 20:49:56.900 INFO [incorp-create] process exited with exit status: 0 (233.438059ms)
25262026-09-11T20:49:58.111ZSep 11 20:49:56.901 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25272026-09-11T20:49:58.341ZSep 11 20:49:57.133 INFO [incorp-publisher] process exited with exit status: 0 (232.57341ms)
25282026-09-11T20:49:58.674Z[ omicron-package] Blocking waiting for file lock on package cache
25292026-09-11T20:49:58.972ZSep 11 20:49:57.764 INFO [hubris-production] task succeeded (1.098511328s)
25302026-09-11T20:49:59.887Z[ omicron-package] Compiling macaddr v1.0.1
25312026-09-11T20:49:59.887Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25322026-09-11T20:49:59.887Z[ omicron-package] Compiling itertools v0.15.0
25332026-09-11T20:49:59.890Z[ omicron-package] Compiling secrecy v0.10.3
25342026-09-11T20:49:59.890Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352026-09-11T20:49:59.890Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25362026-09-11T20:49:59.890Z[ omicron-package] Compiling heapless v0.8.0
25372026-09-11T20:49:59.890Z[ omicron-package] Compiling hash32 v0.3.1
25382026-09-11T20:49:59.890Z[ omicron-package] Compiling inout v0.1.4
25392026-09-11T20:49:59.890Z[ omicron-package] Compiling multer v3.1.0
25402026-09-11T20:49:59.890Z[ omicron-package] Compiling smoltcp v0.11.0
25412026-09-11T20:49:59.890Z[ omicron-package] Compiling match_cfg v0.1.0
25422026-09-11T20:49:59.890Z[ omicron-package] Compiling compression-core v0.4.31
25432026-09-11T20:49:59.890Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25442026-09-11T20:49:59.890Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25452026-09-11T20:49:59.890Z[ omicron-package] Compiling slog-json v2.6.1
25462026-09-11T20:50:00.305ZSep 11 20:49:59.096 DEBG process exited with exit status: 0 (2.430152555s)
25472026-09-11T20:50:00.308ZSep 11 20:49:59.097 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25482026-09-11T20:50:00.321Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25492026-09-11T20:50:00.762Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25502026-09-11T20:50:00.885Z[ omicron-package] Compiling hostname v0.3.1
25512026-09-11T20:50:00.888Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25522026-09-11T20:50:00.953Z[ omicron-package] Compiling compression-codecs v0.4.37
25532026-09-11T20:50:00.974Z[ omicron-package] Compiling cobs v0.3.0
25542026-09-11T20:50:00.977Z[ omicron-package] Compiling cipher v0.4.4
25552026-09-11T20:50:00.977Z[ omicron-package] Compiling universal-hash v0.5.1
25562026-09-11T20:50:00.977Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25572026-09-11T20:50:01.084Z[ omicron-package] Compiling async-stream-impl v0.3.6
25582026-09-11T20:50:01.198Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25592026-09-11T20:50:01.275Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25602026-09-11T20:50:01.278Z[ omicron-package] Compiling serde_spanned v1.1.1
25612026-09-11T20:50:01.318Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25622026-09-11T20:50:01.374Z[ omicron-package] Compiling dropshot v0.17.1
25632026-09-11T20:50:01.418Z[ omicron-package] Compiling convert_case v0.4.0
25642026-09-11T20:50:01.459Z[ omicron-package] Compiling opaque-debug v0.3.1
25652026-09-11T20:50:01.609Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25662026-09-11T20:50:01.612Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25672026-09-11T20:50:01.612Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25682026-09-11T20:50:01.703Z[ omicron-package] Compiling chacha20 v0.9.1
25692026-09-11T20:50:01.733Z[ omicron-package] Compiling poly1305 v0.8.0
25702026-09-11T20:50:01.956Z[ omicron-package] Compiling derive_more v0.99.20
25712026-09-11T20:50:01.956Z[ omicron-package] Compiling async-stream v0.3.6
25722026-09-11T20:50:02.369Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25732026-09-11T20:50:02.374Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25742026-09-11T20:50:02.375Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25752026-09-11T20:50:02.375Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25762026-09-11T20:50:02.375Z[ omicron-package] Compiling async-compression v0.4.41
25772026-09-11T20:50:02.375Z[ omicron-package] Compiling postcard v1.1.3
25782026-09-11T20:50:02.375Z[ omicron-package] Compiling slog-bunyan v2.5.0
25792026-09-11T20:50:02.375Z[ omicron-package] Compiling num_enum_derive v0.7.6
25802026-09-11T20:50:02.387Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25812026-09-11T20:50:02.420Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25822026-09-11T20:50:02.505Z[ omicron-package] Compiling ingot-macros v0.2.0
25832026-09-11T20:50:02.530Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25842026-09-11T20:50:02.571Z[ omicron-package] Compiling progenitor-client v0.14.0
25852026-09-11T20:50:02.668Z[ omicron-package] Compiling oxide-generation v0.1.3
25862026-09-11T20:50:02.712Z[ omicron-package] Compiling sha1 v0.11.0
25872026-09-11T20:50:02.715Z[ omicron-package] Compiling parse-display-derive v0.10.0
25882026-09-11T20:50:02.715Z[ omicron-package] Compiling waitgroup v0.1.2
25892026-09-11T20:50:02.800Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25902026-09-11T20:50:02.889Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25912026-09-11T20:50:02.949Z[ omicron-package] Compiling backon v1.6.0
25922026-09-11T20:50:03.132Z[ omicron-package] Compiling password-hash v0.5.0
25932026-09-11T20:50:03.241Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25942026-09-11T20:50:03.308Z[ omicron-package] Compiling blake2 v0.10.6
25952026-09-11T20:50:03.308Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-09-11T20:50:03.342Z[ omicron-package] Compiling aead v0.5.2
25972026-09-11T20:50:03.344Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25982026-09-11T20:50:03.359Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25992026-09-11T20:50:03.362Z[ omicron-package] Compiling hostname v0.4.2
26002026-09-11T20:50:03.369ZSep 11 20:50:02.161 DEBG process exited with exit status: 0 (3.064698724s)
26012026-09-11T20:50:03.372ZSep 11 20:50:02.162 INFO [incorp-manifest] task succeeded (5.496366059s)
26022026-09-11T20:50:03.372ZSep 11 20:50:02.162 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26032026-09-11T20:50:03.411Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26042026-09-11T20:50:03.516Z[ omicron-package] Compiling proc-macro-error v1.0.4
26052026-09-11T20:50:03.520Z[ omicron-package] Compiling instant v0.1.13
26062026-09-11T20:50:03.602Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26072026-09-11T20:50:03.615ZSep 11 20:50:02.405 INFO [incorp-fmt] process exited with exit status: 0 (242.4681ms)
26082026-09-11T20:50:03.618ZSep 11 20:50:02.405 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26092026-09-11T20:50:03.656Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26102026-09-11T20:50:03.768Z[ omicron-package] Compiling backoff v0.4.0
26112026-09-11T20:50:03.798Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26122026-09-11T20:50:03.830Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26132026-09-11T20:50:03.834Z[ omicron-package] Compiling argon2 v0.5.3
26142026-09-11T20:50:03.915Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T205002Z
26152026-09-11T20:50:03.915Z[ incorp-pkgsend] PUBLISHED
26162026-09-11T20:50:03.957Z[ omicron-package] Compiling num_enum v0.7.6
26172026-09-11T20:50:03.973ZSep 11 20:50:02.765 INFO [incorp-pkgsend] process exited with exit status: 0 (360.181269ms)
26182026-09-11T20:50:03.977ZSep 11 20:50:02.765 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26192026-09-11T20:50:04.040Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-09-11T20:50:04.064Z[ omicron-package] Compiling num_enum_derive v0.5.11
26212026-09-11T20:50:04.067Z[ omicron-package] Compiling progenitor-extras v0.2.0
26222026-09-11T20:50:04.110Z[ omicron-package] Compiling foreign-types v0.5.0
26232026-09-11T20:50:04.171Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26242026-09-11T20:50:04.224Z[ omicron-package] Compiling vsss-rs v3.3.4
26252026-09-11T20:50:04.230Z[ helios-incorp] Retrieving packages for publisher helios ...
26262026-09-11T20:50:04.237Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26272026-09-11T20:50:04.259Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26282026-09-11T20:50:04.259Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26292026-09-11T20:50:04.259Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26302026-09-11T20:50:04.268Z[ helios-incorp]
26312026-09-11T20:50:04.268Z[ helios-incorp] Archiving packages ...
26322026-09-11T20:50:04.268Z[ helios-incorp] Packages to add: 1
26332026-09-11T20:50:04.268Z[ helios-incorp] Files to retrieve: 0
26342026-09-11T20:50:04.268Z[ helios-incorp] Estimated transfer size: 0.00 B
26352026-09-11T20:50:04.268Z[ helios-incorp]
26362026-09-11T20:50:04.268Z[ helios-incorp] Packages to archive:
26372026-09-11T20:50:04.268Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260911T205002Z
26382026-09-11T20:50:04.268Z[ helios-incorp]
26392026-09-11T20:50:04.268Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26402026-09-11T20:50:04.271Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26412026-09-11T20:50:04.282Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26422026-09-11T20:50:04.332ZSep 11 20:50:03.124 INFO [helios-incorp] process exited with exit status: 0 (358.294929ms)
26432026-09-11T20:50:04.376Z[ omicron-package] Compiling regress v0.10.5
26442026-09-11T20:50:04.445Z[ omicron-package] Compiling parse-display v0.10.0
26452026-09-11T20:50:04.481Z[ omicron-package] Compiling itertools v0.14.0
26462026-09-11T20:50:04.560Z[ omicron-package] Compiling tabwriter v1.4.1
26472026-09-11T20:50:04.619Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26482026-09-11T20:50:04.694Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26492026-09-11T20:50:04.755Z[ omicron-package] Compiling cstr-argument v0.1.2
26502026-09-11T20:50:04.793Z[ omicron-package] Compiling humantime v2.3.0
26512026-09-11T20:50:04.796Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26522026-09-11T20:50:04.945Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532026-09-11T20:50:05.120Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26542026-09-11T20:50:05.148Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26552026-09-11T20:50:05.231Z[ omicron-package] Compiling num_enum v0.5.11
26562026-09-11T20:50:05.250Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26572026-09-11T20:50:05.269Z[ omicron-package] Compiling rayon v1.11.0
26582026-09-11T20:50:05.321Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26592026-09-11T20:50:05.324Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26602026-09-11T20:50:05.324Z[ omicron-package] Compiling libefi-sys v0.1.0
26612026-09-11T20:50:05.397Z[ omicron-package] Compiling colored v3.1.1
26622026-09-11T20:50:05.419Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26632026-09-11T20:50:05.486Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26642026-09-11T20:50:05.508Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26652026-09-11T20:50:05.591Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26662026-09-11T20:50:05.595Z[ omicron-package] Compiling ingot-types v0.2.0
26672026-09-11T20:50:05.717Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26682026-09-11T20:50:05.960Z[ omicron-package] Compiling itertools v0.12.1
26692026-09-11T20:50:05.960Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26702026-09-11T20:50:06.033Z[ omicron-package] Compiling usdt-macro v0.5.0
26712026-09-11T20:50:06.033Z[ omicron-package] Compiling num-derive v0.4.2
26722026-09-11T20:50:06.119Z[ omicron-package] Compiling bitfield-struct v0.6.2
26732026-09-11T20:50:06.119Z[ omicron-package] Compiling memmap v0.7.0
26742026-09-11T20:50:06.230Z[ omicron-package] Compiling ingot v0.2.1
26752026-09-11T20:50:06.276Z[ omicron-package] Compiling sigpipe v0.1.3
26762026-09-11T20:50:06.279Z[ omicron-package] Compiling glob v0.3.3
26772026-09-11T20:50:06.468Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26782026-09-11T20:50:06.509Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26792026-09-11T20:50:06.642Z[ omicron-package] Compiling swrite v0.1.0
26802026-09-11T20:50:06.968Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26812026-09-11T20:50:06.968Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26822026-09-11T20:50:06.971Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26832026-09-11T20:50:06.971Z[ omicron-package] Compiling usdt v0.5.0
26842026-09-11T20:50:07.178Z[ omicron-package] Compiling smf v0.2.3
26852026-09-11T20:50:07.243Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26862026-09-11T20:50:07.279Z[ omicron-package] Compiling whoami v1.6.1
26872026-09-11T20:50:07.368Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26882026-09-11T20:50:07.404Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26892026-09-11T20:50:07.404Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26902026-09-11T20:50:07.511Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26912026-09-11T20:50:07.628Z[ omicron-package] Compiling zone v0.3.1
26922026-09-11T20:50:07.653Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26932026-09-11T20:50:07.714Z[ omicron-package] Compiling gethostname v0.5.0
26942026-09-11T20:50:07.750Z[ omicron-package] Compiling console v0.16.2
26952026-09-11T20:50:07.754Z[ omicron-package] Compiling unit-prefix v0.5.2
26962026-09-11T20:50:07.849Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26972026-09-11T20:50:08.209Z[ omicron-package] Compiling indicatif v0.18.4
26982026-09-11T20:50:08.663Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26992026-09-11T20:50:08.832Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27002026-09-11T20:50:09.935Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27012026-09-11T20:50:11.090Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27022026-09-11T20:50:12.196Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27032026-09-11T20:50:12.337Z[ helios-setup] Sep 11 20:50:11.128 INFO helios repository root is: /work/oxidecomputer/helios
27042026-09-11T20:50:12.340Z[ helios-setup] Sep 11 20:50:11.130 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27052026-09-11T20:50:12.340Z[ helios-setup] Sep 11 20:50:11.130 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
27062026-09-11T20:50:12.340Z[ helios-setup] Sep 11 20:50:11.130 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-09-11T20:50:12.340Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-09-11T20:50:13.106Z[ helios-setup] Sep 11 20:50:11.897 INFO clone ok!, project: dmar-report
27092026-09-11T20:50:13.109Z[ helios-setup] Sep 11 20:50:11.897 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
27102026-09-11T20:50:13.109Z[ helios-setup] Sep 11 20:50:11.897 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27112026-09-11T20:50:13.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27122026-09-11T20:50:14.414ZSep 11 20:50:13.206 INFO [hubris-staging] task succeeded (16.539986037s)
27132026-09-11T20:50:19.406Z[ helios-setup] Sep 11 20:50:18.198 INFO clone ok!, project: amd-firmware
27142026-09-11T20:50:19.406Z[ helios-setup] Sep 11 20:50:18.198 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27152026-09-11T20:50:19.407Z[ helios-setup] Sep 11 20:50:18.198 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
27162026-09-11T20:50:19.411Z[ helios-setup] Sep 11 20:50:18.198 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27172026-09-11T20:50:19.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27182026-09-11T20:50:19.943Z[ helios-setup] Sep 11 20:50:18.735 INFO clone ok!, project: bootserver
27192026-09-11T20:50:19.943Z[ helios-setup] Sep 11 20:50:18.735 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27202026-09-11T20:50:19.943Z[ helios-setup] Sep 11 20:50:18.735 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
27212026-09-11T20:50:19.946Z[ helios-setup] Sep 11 20:50:18.735 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
27222026-09-11T20:50:19.947Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27232026-09-11T20:50:20.776Z[ helios-setup] Sep 11 20:50:19.568 INFO clone ok!, project: amd-host-image-builder
27242026-09-11T20:50:20.780Z[ helios-setup] Sep 11 20:50:19.568 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
27252026-09-11T20:50:20.780Z[ helios-setup] Sep 11 20:50:19.568 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27262026-09-11T20:50:20.780Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27272026-09-11T20:50:21.329Z[ helios-setup] Sep 11 20:50:20.121 INFO clone ok!, project: pinprick
27282026-09-11T20:50:21.332Z[ helios-setup] Sep 11 20:50:20.121 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
27292026-09-11T20:50:21.333Z[ helios-setup] Sep 11 20:50:20.121 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27302026-09-11T20:50:21.333Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27312026-09-11T20:50:21.886Z[ helios-setup] Sep 11 20:50:20.677 INFO clone ok!, project: phbl
27322026-09-11T20:50:21.886Z[ helios-setup] Sep 11 20:50:20.678 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
27332026-09-11T20:50:21.890Z[ helios-setup] Sep 11 20:50:20.678 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27342026-09-11T20:50:21.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27352026-09-11T20:50:22.094Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27362026-09-11T20:50:23.013Z[ helios-setup] Sep 11 20:50:21.805 INFO clone ok!, project: image-builder
27372026-09-11T20:50:23.017Z[ helios-setup] Sep 11 20:50:21.805 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
27382026-09-11T20:50:23.017Z[ helios-setup] Sep 11 20:50:21.805 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27392026-09-11T20:50:23.017Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27402026-09-11T20:50:23.896Z[ helios-setup] Sep 11 20:50:22.686 INFO clone ok!, project: chelsio-t6-roms
27412026-09-11T20:50:23.899Z[ helios-setup] Sep 11 20:50:22.686 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
27422026-09-11T20:50:23.899Z[ helios-setup] Sep 11 20:50:22.686 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27432026-09-11T20:50:23.900Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27442026-09-11T20:50:24.916Z[ helios-setup] Sep 11 20:50:23.706 INFO clone ok!, project: pilot
27452026-09-11T20:50:24.920Z[ helios-setup] Sep 11 20:50:23.706 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27462026-09-11T20:50:25.126Z[ helios-setup] Sep 11 20:50:23.917 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27472026-09-11T20:50:25.208Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27482026-09-11T20:50:25.361Z[ helios-setup] Sep 11 20:50:24.151 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27492026-09-11T20:50:25.361Z[ helios-setup] Sep 11 20:50:24.151 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27502026-09-11T20:50:25.606Z[ helios-setup] Sep 11 20:50:24.398 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27512026-09-11T20:50:25.838Z[ helios-setup] Sep 11 20:50:24.628 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27522026-09-11T20:50:25.838Z[ helios-setup] Sep 11 20:50:24.628 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27532026-09-11T20:50:26.054Z[ helios-setup] Sep 11 20:50:24.845 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27542026-09-11T20:50:26.220Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27552026-09-11T20:50:26.278Z[ helios-setup] Sep 11 20:50:25.070 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27562026-09-11T20:50:26.278Z[ helios-setup] Sep 11 20:50:25.070 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27572026-09-11T20:50:26.278Z[ helios-setup] Sep 11 20:50:25.070 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27582026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO ok!
27592026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27602026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27612026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO ok!
27622026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27632026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27642026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO ok!
27652026-09-11T20:50:26.282Z[ helios-setup] Sep 11 20:50:25.070 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27662026-09-11T20:50:26.285Z[ helios-setup] Sep 11 20:50:25.077 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
27672026-09-11T20:50:26.285Z[ helios-setup] Sep 11 20:50:25.077 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27682026-09-11T20:50:26.289Z[ helios-setup] Sep 11 20:50:25.077 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27692026-09-11T20:50:26.399Z[ helios-setup] Sep 11 20:50:25.190 INFO E| Updating crates.io index
27702026-09-11T20:50:26.480Z[ helios-setup] Sep 11 20:50:25.272 INFO E| Downloading crates ...
27712026-09-11T20:50:26.518Z[ helios-setup] Sep 11 20:50:25.310 INFO E| Downloaded autocfg v1.4.0
27722026-09-11T20:50:26.526Z[ helios-setup] Sep 11 20:50:25.318 INFO E| Downloaded anyhow v1.0.98
27732026-09-11T20:50:26.533Z[ helios-setup] Sep 11 20:50:25.325 INFO E| Downloaded bitflags v2.9.1
27742026-09-11T20:50:26.545Z[ helios-setup] Sep 11 20:50:25.336 INFO E| Downloaded itoa v1.0.15
27752026-09-11T20:50:26.549Z[ helios-setup] Sep 11 20:50:25.339 INFO E| Downloaded time-core v0.1.4
27762026-09-11T20:50:26.552Z[ helios-setup] Sep 11 20:50:25.341 INFO E| Downloaded errno v0.3.12
27772026-09-11T20:50:26.562Z[ helios-setup] Sep 11 20:50:25.354 INFO E| Downloaded serde_with_macros v3.12.0
27782026-09-11T20:50:26.566Z[ helios-setup] Sep 11 20:50:25.355 INFO E| Downloaded thiserror v2.0.12
27792026-09-11T20:50:26.569Z[ helios-setup] Sep 11 20:50:25.359 INFO E| Downloaded deranged v0.4.0
27802026-09-11T20:50:26.572Z[ helios-setup] Sep 11 20:50:25.361 INFO E| Downloaded thiserror-impl v2.0.12
27812026-09-11T20:50:26.575Z[ helios-setup] Sep 11 20:50:25.364 INFO E| Downloaded quote v1.0.40
27822026-09-11T20:50:26.575Z[ helios-setup] Sep 11 20:50:25.365 INFO E| Downloaded tempfile v3.20.0
27832026-09-11T20:50:26.583Z[ helios-setup] Sep 11 20:50:25.375 INFO E| Downloaded iana-time-zone v0.1.63
27842026-09-11T20:50:26.586Z[ helios-setup] Sep 11 20:50:25.377 INFO E| Downloaded unicode-ident v1.0.18
27852026-09-11T20:50:26.590Z[ helios-setup] Sep 11 20:50:25.382 INFO E| Downloaded ryu v1.0.20
27862026-09-11T20:50:26.608Z[ helios-setup] Sep 11 20:50:25.399 INFO E| Downloaded serde_derive v1.0.219
27872026-09-11T20:50:26.611Z[ helios-setup] Sep 11 20:50:25.401 INFO E| Downloaded getrandom v0.3.3
27882026-09-11T20:50:26.613Z[ helios-setup] Sep 11 20:50:25.403 INFO E| Downloaded time-macros v0.2.22
27892026-09-11T20:50:26.616Z[ helios-setup] Sep 11 20:50:25.406 INFO E| Downloaded indexmap v2.9.0
27902026-09-11T20:50:26.625Z[ helios-setup] Sep 11 20:50:25.416 INFO E| Downloaded memchr v2.7.4
27912026-09-11T20:50:26.630Z[ helios-setup] Sep 11 20:50:25.421 INFO E| Downloaded proc-macro2 v1.0.95
27922026-09-11T20:50:26.633Z[ helios-setup] Sep 11 20:50:25.423 INFO E| Downloaded serde v1.0.219
27932026-09-11T20:50:26.652Z[ helios-setup] Sep 11 20:50:25.444 INFO E| Downloaded time v0.3.41
27942026-09-11T20:50:26.660Z[ helios-setup] Sep 11 20:50:25.451 INFO E| Downloaded serde_with v3.12.0
27952026-09-11T20:50:26.667Z[ helios-setup] Sep 11 20:50:25.459 INFO E| Downloaded hashbrown v0.15.3
27962026-09-11T20:50:26.671Z[ helios-setup] Sep 11 20:50:25.462 INFO E| Downloaded serde_json v1.0.140
27972026-09-11T20:50:26.686Z[ helios-setup] Sep 11 20:50:25.477 INFO E| Downloaded chrono v0.4.41
27982026-09-11T20:50:26.697Z[ helios-setup] Sep 11 20:50:25.489 INFO E| Downloaded syn v2.0.101
27992026-09-11T20:50:26.711Z[ helios-setup] Sep 11 20:50:25.503 INFO E| Downloaded rustix v1.0.7
28002026-09-11T20:50:26.737Z[ helios-setup] Sep 11 20:50:25.528 INFO E| Downloaded libc v0.2.172
28012026-09-11T20:50:26.781Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling proc-macro2 v1.0.95
28022026-09-11T20:50:26.781Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling unicode-ident v1.0.18
28032026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling libc v0.2.172
28042026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling ident_case v1.0.1
28052026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling strsim v0.11.1
28062026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling fnv v1.0.7
28072026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling serde v1.0.219
28082026-09-11T20:50:26.786Z[ helios-setup] Sep 11 20:50:25.573 INFO E| Compiling rustix v1.0.7
28092026-09-11T20:50:26.796Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling getrandom v0.3.3
28102026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling bitflags v2.9.1
28112026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling cfg-if v1.0.0
28122026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling thiserror v2.0.12
28132026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling serde_json v1.0.140
28142026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling anyhow v1.0.98
28152026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.588 INFO E| Compiling memchr v2.7.4
28162026-09-11T20:50:26.799Z[ helios-setup] Sep 11 20:50:25.589 INFO E| Compiling fastrand v2.3.0
28172026-09-11T20:50:26.917Z[ helios-setup] Sep 11 20:50:25.708 INFO E| Compiling itoa v1.0.15
28182026-09-11T20:50:26.925Z[ helios-setup] Sep 11 20:50:25.717 INFO E| Compiling ryu v1.0.20
28192026-09-11T20:50:26.935Z[ helios-setup] Sep 11 20:50:25.726 INFO E| Compiling once_cell v1.21.3
28202026-09-11T20:50:26.949Z[ helios-setup] Sep 11 20:50:25.740 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28212026-09-11T20:50:27.472Z[ helios-setup] Sep 11 20:50:26.264 INFO E| Compiling errno v0.3.12
28222026-09-11T20:50:27.685Z[ helios-setup] Sep 11 20:50:26.476 INFO E| Compiling quote v1.0.40
28232026-09-11T20:50:27.829Z[ helios-setup] Sep 11 20:50:26.621 INFO E| Compiling syn v2.0.101
28242026-09-11T20:50:28.219Z[ helios-setup] Sep 11 20:50:27.011 INFO E| Compiling tempfile v3.20.0
28252026-09-11T20:50:29.804Z[ helios-setup] Sep 11 20:50:28.596 INFO E| Compiling darling_core v0.20.11
28262026-09-11T20:50:30.197Z[ helios-setup] Sep 11 20:50:28.988 INFO E| Compiling serde_derive v1.0.219
28272026-09-11T20:50:30.197Z[ helios-setup] Sep 11 20:50:28.988 INFO E| Compiling thiserror-impl v2.0.12
28282026-09-11T20:50:31.015Z[ helios-setup] Sep 11 20:50:29.807 INFO E| Compiling darling_macro v0.20.11
28292026-09-11T20:50:31.699Z[ helios-setup] Sep 11 20:50:30.490 INFO E| Compiling darling v0.20.11
28302026-09-11T20:50:31.771Z[ helios-setup] Sep 11 20:50:30.562 INFO E| Compiling serde_with_macros v3.12.0
28312026-09-11T20:50:35.125Z[ helios-setup] Sep 11 20:50:33.916 INFO E| Compiling serde_with v3.12.0
28322026-09-11T20:50:38.728Z[ helios-setup] Sep 11 20:50:37.518 INFO E| Finished `release` profile [optimized] target(s) in 12.43s
28332026-09-11T20:50:38.753Z[ helios-setup] Sep 11 20:50:37.544 INFO building project "dmar-report" ok (12 seconds)
28342026-09-11T20:50:38.753Z[ helios-setup] Sep 11 20:50:37.544 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28352026-09-11T20:50:38.759Z[ helios-setup] Sep 11 20:50:37.551 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
28362026-09-11T20:50:38.759Z[ helios-setup] Sep 11 20:50:37.551 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28372026-09-11T20:50:38.762Z[ helios-setup] Sep 11 20:50:37.551 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28382026-09-11T20:50:38.831Z[ helios-setup] Sep 11 20:50:37.623 INFO E| Downloading crates ...
28392026-09-11T20:50:38.871Z[ helios-setup] Sep 11 20:50:37.662 INFO E| Downloaded generic-array v0.14.6
28402026-09-11T20:50:38.876Z[ helios-setup] Sep 11 20:50:37.668 INFO E| Downloaded digest v0.10.3
28412026-09-11T20:50:38.880Z[ helios-setup] Sep 11 20:50:37.671 INFO E| Downloaded cpufeatures v0.2.5
28422026-09-11T20:50:38.883Z[ helios-setup] Sep 11 20:50:37.675 INFO E| Downloaded block-buffer v0.10.3
28432026-09-11T20:50:38.886Z[ helios-setup] Sep 11 20:50:37.675 INFO E| Downloaded unicode-width v0.1.10
28442026-09-11T20:50:38.889Z[ helios-setup] Sep 11 20:50:37.679 INFO E| Downloaded anyhow v1.0.62
28452026-09-11T20:50:38.893Z[ helios-setup] Sep 11 20:50:37.685 INFO E| Downloaded typenum v1.15.0
28462026-09-11T20:50:38.896Z[ helios-setup] Sep 11 20:50:37.686 INFO E| Downloaded miniz_oxide v0.6.2
28472026-09-11T20:50:38.896Z[ helios-setup] Sep 11 20:50:37.687 INFO E| Downloaded bytes v1.2.1
28482026-09-11T20:50:38.899Z[ helios-setup] Sep 11 20:50:37.689 INFO E| Downloaded sha2 v0.10.5
28492026-09-11T20:50:38.899Z[ helios-setup] Sep 11 20:50:37.690 INFO E| Downloaded flate2 v1.0.25
28502026-09-11T20:50:38.932Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling typenum v1.15.0
28512026-09-11T20:50:38.932Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling version_check v0.9.4
28522026-09-11T20:50:38.935Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling cfg-if v1.0.0
28532026-09-11T20:50:38.935Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling crc32fast v1.3.2
28542026-09-11T20:50:38.935Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling adler v1.0.2
28552026-09-11T20:50:38.935Z[ helios-setup] Sep 11 20:50:37.724 INFO E| Compiling anyhow v1.0.62
28562026-09-11T20:50:38.940Z[ helios-setup] Sep 11 20:50:37.732 INFO E| Compiling unicode-width v0.1.10
28572026-09-11T20:50:38.943Z[ helios-setup] Sep 11 20:50:37.732 INFO E| Compiling cpufeatures v0.2.5
28582026-09-11T20:50:38.943Z[ helios-setup] Sep 11 20:50:37.732 INFO E| Compiling bitflags v1.3.2
28592026-09-11T20:50:38.943Z[ helios-setup] Sep 11 20:50:37.732 INFO E| Compiling bytes v1.2.1
28602026-09-11T20:50:39.019Z[ helios-setup] Sep 11 20:50:37.810 INFO E| Compiling getopts v0.2.21
28612026-09-11T20:50:39.023Z[ helios-setup] Sep 11 20:50:37.814 INFO E| Compiling miniz_oxide v0.6.2
28622026-09-11T20:50:39.076Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.19s
28632026-09-11T20:50:39.167Z[ helios-setup] Sep 11 20:50:37.959 INFO E| Compiling generic-array v0.14.6
28642026-09-11T20:50:39.344Z[ omicron-package]
28652026-09-11T20:50:39.344Z[ omicron-package] real 41.374254277
28662026-09-11T20:50:39.344Z[ omicron-package] user 4:00.772674049
28672026-09-11T20:50:39.344Z[ omicron-package] sys 29.256647775
28682026-09-11T20:50:39.347Z[ omicron-package] trap 0.337200794
28692026-09-11T20:50:39.347Z[ omicron-package] tflt 0.340088226
28702026-09-11T20:50:39.347Z[ omicron-package] dflt 2.524445870
28712026-09-11T20:50:39.347Z[ omicron-package] kflt 0.000454811
28722026-09-11T20:50:39.347Z[ omicron-package] lock 8:20.923045494
28732026-09-11T20:50:39.347Z[ omicron-package] slp 4:31.246047918
28742026-09-11T20:50:39.347Z[ omicron-package] lat 50.563197487
28752026-09-11T20:50:39.347Z[ omicron-package] stop 1:43.413852201
28762026-09-11T20:50:39.347ZSep 11 20:50:38.136 INFO [omicron-package] process exited with exit status: 0 (41.467847837s)
28772026-09-11T20:50:39.347ZSep 11 20:50:38.136 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28782026-09-11T20:50:39.347ZSep 11 20:50:38.137 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28792026-09-11T20:50:39.352Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28802026-09-11T20:50:39.352Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28812026-09-11T20:50:39.355Z[ recovery-target] Created new build target 'recovery' and set it as active
28822026-09-11T20:50:39.355Z[ host-target] Created new build target 'host' and set it as active
28832026-09-11T20:50:39.358ZSep 11 20:50:38.147 INFO [recovery-target] process exited with exit status: 0 (10.71411ms)
28842026-09-11T20:50:39.358ZSep 11 20:50:38.147 INFO [host-target] process exited with exit status: 0 (11.11027ms)
28852026-09-11T20:50:39.358ZSep 11 20:50:38.147 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28862026-09-11T20:50:39.362Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28872026-09-11T20:50:39.401Z[ helios-setup] Sep 11 20:50:38.192 INFO E| Compiling flate2 v1.0.25
28882026-09-11T20:50:40.241Z[ helios-setup] Sep 11 20:50:39.033 INFO E| Compiling block-buffer v0.10.3
28892026-09-11T20:50:40.242Z[ helios-setup] Sep 11 20:50:39.033 INFO E| Compiling crypto-common v0.1.6
28902026-09-11T20:50:40.332Z[ helios-setup] Sep 11 20:50:39.123 INFO E| Compiling digest v0.10.3
28912026-09-11T20:50:40.468Z[ helios-setup] Sep 11 20:50:39.259 INFO E| Compiling sha2 v0.10.5
28922026-09-11T20:50:40.653Z[ helios-setup] Sep 11 20:50:39.444 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28932026-09-11T20:50:40.919Z[ host-package] Compiling cfg-if v1.0.4
28942026-09-11T20:50:41.140Z[ host-package] Compiling serde_core v1.0.228
28952026-09-11T20:50:41.140Z[ host-package] Compiling libc v0.2.185
28962026-09-11T20:50:41.144Z[ host-package] Compiling memchr v2.8.0
28972026-09-11T20:50:41.208Z[ host-package] Compiling smallvec v1.15.1
28982026-09-11T20:50:41.244Z[ host-package] Compiling stable_deref_trait v1.2.1
28992026-09-11T20:50:41.271Z[ host-package] Compiling libm v0.2.16
29002026-09-11T20:50:41.275Z[ host-package] Compiling scopeguard v1.2.0
29012026-09-11T20:50:41.318Z[ host-package] Compiling rand_core v0.10.0
29022026-09-11T20:50:41.318Z[ host-package] Compiling zerofrom v0.1.6
29032026-09-11T20:50:41.362Z[ host-package] Compiling percent-encoding v2.3.2
29042026-09-11T20:50:41.389Z[ host-package] Compiling writeable v0.6.2
29052026-09-11T20:50:41.393Z[ host-package] Compiling litemap v0.8.1
29062026-09-11T20:50:41.436Z[ host-package] Compiling lock_api v0.4.14
29072026-09-11T20:50:41.436Z[ host-package] Compiling yoke v0.8.1
29082026-09-11T20:50:41.489Z[ host-package] Compiling icu_normalizer_data v2.1.1
29092026-09-11T20:50:41.489Z[ host-package] Compiling icu_properties_data v2.1.2
29102026-09-11T20:50:41.537Z[ host-package] Compiling utf8_iter v1.0.4
29112026-09-11T20:50:41.537Z[ host-package] Compiling form_urlencoded v1.2.2
29122026-09-11T20:50:41.592Z[ host-package] Compiling iana-time-zone v0.1.65
29132026-09-11T20:50:41.620Z[ host-package] Compiling errno v0.3.14
29142026-09-11T20:50:41.620Z[ host-package] Compiling getrandom v0.4.3
29152026-09-11T20:50:41.623Z[ host-package] Compiling parking_lot_core v0.9.12
29162026-09-11T20:50:41.695Z[ host-package] Compiling zerovec v0.11.5
29172026-09-11T20:50:41.695Z[ host-package] Compiling zerotrie v0.2.3
29182026-09-11T20:50:41.695Z[ host-package] Compiling zerocopy v0.8.55
29192026-09-11T20:50:41.767Z[ host-package] Compiling signal-hook-registry v1.4.8
29202026-09-11T20:50:41.796Z[ host-package] Compiling mio v1.2.0
29212026-09-11T20:50:41.827Z[ host-package] Compiling socket2 v0.6.3
29222026-09-11T20:50:41.864Z[ host-package] Compiling thiserror v2.0.18
29232026-09-11T20:50:41.907Z[ host-package] Compiling parking_lot v0.12.5
29242026-09-11T20:50:42.058Z[ host-package] Compiling getrandom v0.2.17
29252026-09-11T20:50:42.167Z[ host-package] Compiling num-traits v0.2.19
29262026-09-11T20:50:42.167Z[ host-package] Compiling futures-util v0.3.32
29272026-09-11T20:50:42.170Z[ host-package] Compiling base64 v0.22.1
29282026-09-11T20:50:42.170Z[ host-package] Compiling getrandom v0.3.4
29292026-09-11T20:50:42.173Z[ host-package] Compiling time v0.3.47
29302026-09-11T20:50:42.280Z[ host-package] Compiling tinystr v0.8.2
29312026-09-11T20:50:42.280Z[ host-package] Compiling potential_utf v0.1.4
29322026-09-11T20:50:42.338Z[ host-package] Compiling rand_core v0.6.4
29332026-09-11T20:50:42.412Z[ host-package] Compiling aho-corasick v1.1.4
29342026-09-11T20:50:42.457Z[ host-package] Compiling rand_core v0.9.5
29352026-09-11T20:50:42.492Z[ host-package] Compiling icu_collections v2.1.1
29362026-09-11T20:50:42.538Z[ host-package] Compiling spin v0.9.8
29372026-09-11T20:50:42.547Z[ helios-setup] Sep 11 20:50:41.339 INFO E| Finished `release` profile [optimized] target(s) in 3.78s
29382026-09-11T20:50:42.559Z[ helios-setup] Sep 11 20:50:41.351 INFO building project "bootserver" ok (3 seconds)
29392026-09-11T20:50:42.559Z[ helios-setup] Sep 11 20:50:41.351 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29402026-09-11T20:50:42.563Z[ host-package] Compiling socket2 v0.5.10
29412026-09-11T20:50:42.563Z[ host-package] Compiling icu_locale_core v2.1.1
29422026-09-11T20:50:42.600Z[ helios-setup] Sep 11 20:50:41.388 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')"
29432026-09-11T20:50:42.601Z[ helios-setup] Sep 11 20:50:41.389 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29442026-09-11T20:50:42.601Z[ helios-setup] Sep 11 20:50:41.389 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29452026-09-11T20:50:42.627Z[ host-package] Compiling crc32fast v1.5.0
29462026-09-11T20:50:42.627Z[ host-package] Compiling pest v2.8.6
29472026-09-11T20:50:42.708Z[ host-package] Compiling encoding_rs v0.8.35
29482026-09-11T20:50:42.761Z[ helios-setup] Sep 11 20:50:41.551 INFO E| Updating crates.io index
29492026-09-11T20:50:42.764Z[ helios-setup] Sep 11 20:50:41.551 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29502026-09-11T20:50:42.778Z[ host-package] Compiling simd-adler32 v0.3.8
29512026-09-11T20:50:42.816Z[ host-package] Compiling adler2 v2.0.1
29522026-09-11T20:50:42.841Z[ host-package] Compiling lazy_static v1.5.0
29532026-09-11T20:50:42.947Z[ host-package] Compiling wait-timeout v0.2.1
29542026-09-11T20:50:42.971Z[ host-package] Compiling miniz_oxide v0.8.9
29552026-09-11T20:50:43.016Z[ host-package] Compiling serde v1.0.228
29562026-09-11T20:50:43.046Z[ host-package] Compiling bitflags v2.11.0
29572026-09-11T20:50:43.163Z[ host-package] Compiling serde_json v1.0.151
29582026-09-11T20:50:43.204Z[ host-package] Compiling uuid v1.23.4
29592026-09-11T20:50:43.228Z[ host-package] Compiling semver v1.0.28
29602026-09-11T20:50:43.254Z[ host-package] Compiling indexmap v2.14.0
29612026-09-11T20:50:43.292Z[ helios-setup] Sep 11 20:50:42.084 INFO E| From https://github.com/oxidecomputer/amd-apcb
29622026-09-11T20:50:43.292Z[ helios-setup] Sep 11 20:50:42.084 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29632026-09-11T20:50:43.307Z[ helios-setup] Sep 11 20:50:42.098 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29642026-09-11T20:50:43.327Z[ host-package] Compiling icu_provider v2.1.1
29652026-09-11T20:50:43.402Z[ host-package] Compiling rustix v1.1.4
29662026-09-11T20:50:43.498Z[ host-package] Compiling regex-automata v0.4.14
29672026-09-11T20:50:43.663Z[ helios-setup] Sep 11 20:50:42.454 INFO E| From https://github.com/oxidecomputer/amd-efs
29682026-09-11T20:50:43.663Z[ helios-setup] Sep 11 20:50:42.454 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29692026-09-11T20:50:43.680Z[ host-package] Compiling bytes v1.11.1
29702026-09-11T20:50:43.726Z[ host-package] Compiling zeroize v1.9.0
29712026-09-11T20:50:43.794Z[ host-package] Compiling icu_properties v2.1.2
29722026-09-11T20:50:43.874Z[ host-package] Compiling icu_normalizer v2.1.1
29732026-09-11T20:50:43.896Z[ helios-setup] Sep 11 20:50:42.687 INFO E| Downloading crates ...
29742026-09-11T20:50:43.955Z[ helios-setup] Sep 11 20:50:42.746 INFO E| Downloaded parse_int v0.9.0
29752026-09-11T20:50:43.962Z[ helios-setup] Sep 11 20:50:42.753 INFO E| Downloaded unic-ucd-version v0.9.0
29762026-09-11T20:50:43.976Z[ helios-setup] Sep 11 20:50:42.767 INFO E| Downloaded four-cc v0.4.0
29772026-09-11T20:50:43.976Z[ helios-setup] Sep 11 20:50:42.767 INFO E| Downloaded unic-char-range v0.9.0
29782026-09-11T20:50:43.976Z[ helios-setup] Sep 11 20:50:42.767 INFO E| Downloaded unic-common v0.9.0
29792026-09-11T20:50:43.979Z[ helios-setup] Sep 11 20:50:42.767 INFO E| Downloaded strsim v0.8.0
29802026-09-11T20:50:43.979Z[ helios-setup] Sep 11 20:50:42.767 INFO E| Downloaded dyn-clone v1.0.19
29812026-09-11T20:50:43.980Z[ helios-setup] Sep 11 20:50:42.768 INFO E| Downloaded fletcher v1.0.0
29822026-09-11T20:50:43.983Z[ helios-setup] Sep 11 20:50:42.772 INFO E| Downloaded unic-char-property v0.9.0
29832026-09-11T20:50:43.983Z[ helios-setup] Sep 11 20:50:42.773 INFO E| Downloaded modular-bitfield-impl v0.13.1
29842026-09-11T20:50:43.992Z[ host-package] Compiling chrono v0.4.45
29852026-09-11T20:50:44.007Z[ helios-setup] Sep 11 20:50:42.799 INFO E| Downloaded heck v0.3.3
29862026-09-11T20:50:44.011Z[ helios-setup] Sep 11 20:50:42.800 INFO E| Downloaded pest_generator v2.8.0
29872026-09-11T20:50:44.011Z[ helios-setup] Sep 11 20:50:42.800 INFO E| Downloaded strum_macros v0.27.1
29882026-09-11T20:50:44.014Z[ helios-setup] Sep 11 20:50:42.802 INFO E| Downloaded vec_map v0.8.2
29892026-09-11T20:50:44.014Z[ helios-setup] Sep 11 20:50:42.803 INFO E| Downloaded strum v0.27.1
29902026-09-11T20:50:44.014Z[ helios-setup] Sep 11 20:50:42.803 INFO E| Downloaded unic-ucd-ident v0.9.0
29912026-09-11T20:50:44.014Z[ helios-setup] Sep 11 20:50:42.805 INFO E| Downloaded bytesize v2.0.1
29922026-09-11T20:50:44.018Z[ helios-setup] Sep 11 20:50:42.806 INFO E| Downloaded modular-bitfield-impl v0.11.2
29932026-09-11T20:50:44.018Z[ helios-setup] Sep 11 20:50:42.806 INFO E| Downloaded rustversion v1.0.20
29942026-09-11T20:50:44.018Z[ helios-setup] Sep 11 20:50:42.808 INFO E| Downloaded textwrap v0.11.0
29952026-09-11T20:50:44.018Z[ helios-setup] Sep 11 20:50:42.809 INFO E| Downloaded ansi_term v0.12.1
29962026-09-11T20:50:44.021Z[ helios-setup] Sep 11 20:50:42.810 INFO E| Downloaded modular-bitfield v0.11.2
29972026-09-11T20:50:44.024Z[ helios-setup] Sep 11 20:50:42.815 INFO E| Downloaded structopt-derive v0.4.18
29982026-09-11T20:50:44.027Z[ helios-setup] Sep 11 20:50:42.816 INFO E| Downloaded pest_derive v2.8.0
29992026-09-11T20:50:44.027Z[ helios-setup] Sep 11 20:50:42.818 INFO E| Downloaded pest_meta v2.8.0
30002026-09-11T20:50:44.030Z[ helios-setup] Sep 11 20:50:42.819 INFO E| Downloaded structopt v0.3.26
30012026-09-11T20:50:44.033Z[ helios-setup] Sep 11 20:50:42.823 INFO E| Downloaded log v0.4.27
30022026-09-11T20:50:44.033Z[ helios-setup] Sep 11 20:50:42.825 INFO E| Downloaded modular-bitfield v0.13.1
30032026-09-11T20:50:44.038Z[ helios-setup] Sep 11 20:50:42.830 INFO E| Downloaded typenum v1.18.0
30042026-09-11T20:50:44.041Z[ helios-setup] Sep 11 20:50:42.832 INFO E| Downloaded zerocopy-derive v0.8.25
30052026-09-11T20:50:44.064Z[ helios-setup] Sep 11 20:50:42.855 INFO E| Downloaded pest v2.8.0
30062026-09-11T20:50:44.068Z[ helios-setup] Sep 11 20:50:42.858 INFO E| Downloaded goblin v0.9.3
30072026-09-11T20:50:44.072Z[ helios-setup] Sep 11 20:50:42.862 INFO E| Downloaded clap v2.34.0
30082026-09-11T20:50:44.075Z[ helios-setup] Sep 11 20:50:42.865 INFO E| Downloaded zerocopy v0.8.25
30092026-09-11T20:50:44.138Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling proc-macro2 v1.0.95
30102026-09-11T20:50:44.138Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling unicode-ident v1.0.18
30112026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling memchr v2.7.4
30122026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling autocfg v1.4.0
30132026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling thiserror v2.0.12
30142026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling syn v1.0.109
30152026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling serde v1.0.219
30162026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling version_check v0.9.5
30172026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling serde_json v1.0.140
30182026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling itoa v1.0.15
30192026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling ryu v1.0.20
30202026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling schemars v0.8.22
30212026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling rustversion v1.0.20
30222026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling static_assertions v1.1.0
30232026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling dyn-clone v1.0.19
30242026-09-11T20:50:44.142Z[ helios-setup] Sep 11 20:50:42.929 INFO E| Compiling ucd-trie v0.1.7
30252026-09-11T20:50:44.150Z[ host-package] Compiling generic-array v0.14.7
30262026-09-11T20:50:44.262Z[ host-package] Compiling erased-serde v0.3.31
30272026-09-11T20:50:44.328Z[ helios-setup] Sep 11 20:50:43.119 INFO E| Compiling libc v0.2.172
30282026-09-11T20:50:44.466Z[ host-package] Compiling tokio v1.52.1
30292026-09-11T20:50:44.479Z[ helios-setup] Sep 11 20:50:43.270 INFO E| Compiling paste v1.0.15
30302026-09-11T20:50:44.543Z[ helios-setup] Sep 11 20:50:43.333 INFO E| Compiling zerocopy v0.8.25
30312026-09-11T20:50:44.551Z[ host-package] Compiling http v1.4.2
30322026-09-11T20:50:44.695Z[ helios-setup] Sep 11 20:50:43.486 INFO E| Compiling once_cell v1.21.3
30332026-09-11T20:50:44.703Z[ helios-setup] Sep 11 20:50:43.494 INFO E| Compiling unicode-width v0.1.14
30342026-09-11T20:50:44.752Z[ host-package] Compiling terminal_size v0.4.3
30352026-09-11T20:50:44.876Z[ helios-setup] Sep 11 20:50:43.667 INFO E| Compiling proc-macro-error-attr v1.0.4
30362026-09-11T20:50:45.063Z[ helios-setup] Sep 11 20:50:43.855 INFO E| Compiling proc-macro-error v1.0.4
30372026-09-11T20:50:45.100Z[ helios-setup] Sep 11 20:50:43.884 INFO E| Compiling heck v0.5.0
30382026-09-11T20:50:45.122Z[ helios-setup] Sep 11 20:50:43.913 INFO E| Compiling unicode-segmentation v1.12.0
30392026-09-11T20:50:45.153Z[ helios-setup] Sep 11 20:50:43.944 INFO E| Compiling textwrap v0.11.0
30402026-09-11T20:50:45.196Z[ host-package] Compiling idna_adapter v1.2.1
30412026-09-11T20:50:45.200Z[ helios-setup] Sep 11 20:50:43.991 INFO E| Compiling unic-common v0.9.0
30422026-09-11T20:50:45.243Z[ helios-setup] Sep 11 20:50:44.033 INFO E| Compiling num-traits v0.2.19
30432026-09-11T20:50:45.292Z[ host-package] Compiling crypto-common v0.1.7
30442026-09-11T20:50:45.331Z[ helios-setup] Sep 11 20:50:44.122 INFO E| Compiling memoffset v0.9.1
30452026-09-11T20:50:45.347Z[ host-package] Compiling block-buffer v0.10.4
30462026-09-11T20:50:45.350Z[ host-package] Compiling rustls-pki-types v1.14.0
30472026-09-11T20:50:45.397Z[ helios-setup] Sep 11 20:50:44.189 INFO E| Compiling strum v0.27.1
30482026-09-11T20:50:45.440Z[ host-package] Compiling ipnet v2.12.0
30492026-09-11T20:50:45.440Z[ host-package] Compiling clap_builder v4.6.0
30502026-09-11T20:50:45.505Z[ helios-setup] Sep 11 20:50:44.296 INFO E| Compiling ansi_term v0.12.1
30512026-09-11T20:50:45.534Z[ helios-setup] Sep 11 20:50:44.325 INFO E| Compiling unic-char-range v0.9.0
30522026-09-11T20:50:45.538Z[ helios-setup] Sep 11 20:50:44.330 INFO E| Compiling strsim v0.8.0
30532026-09-11T20:50:45.547Z[ helios-setup] Sep 11 20:50:44.339 INFO E| Compiling vec_map v0.8.2
30542026-09-11T20:50:45.552Z[ helios-setup] Sep 11 20:50:44.344 INFO E| Compiling bitflags v1.3.2
30552026-09-11T20:50:45.634Z[ helios-setup] Sep 11 20:50:44.425 INFO E| Compiling fletcher v1.0.0
30562026-09-11T20:50:45.641Z[ host-package] Compiling idna v1.1.0
30572026-09-11T20:50:45.646Z[ helios-setup] Sep 11 20:50:44.438 INFO E| Compiling atty v0.2.14
30582026-09-11T20:50:45.719Z[ helios-setup] Sep 11 20:50:44.510 INFO E| Compiling byteorder v1.5.0
30592026-09-11T20:50:45.758Z[ helios-setup] Sep 11 20:50:44.550 INFO E| Compiling heck v0.3.3
30602026-09-11T20:50:45.758Z[ helios-setup] Sep 11 20:50:44.550 INFO E| Compiling clap v2.34.0
30612026-09-11T20:50:45.769Z[ helios-setup] Sep 11 20:50:44.560 INFO E| Compiling unic-char-property v0.9.0
30622026-09-11T20:50:45.807Z[ helios-setup] Sep 11 20:50:44.598 INFO E| Compiling unic-ucd-version v0.9.0
30632026-09-11T20:50:45.844Z[ host-package] Compiling ppv-lite86 v0.2.21
30642026-09-11T20:50:45.880Z[ helios-setup] Sep 11 20:50:44.672 INFO E| Compiling lazy_static v1.5.0
30652026-09-11T20:50:45.917Z[ helios-setup] Sep 11 20:50:44.708 INFO E| Compiling log v0.4.27
30662026-09-11T20:50:45.926Z[ helios-setup] Sep 11 20:50:44.717 INFO E| Compiling plain v0.2.3
30672026-09-11T20:50:45.940Z[ host-package] Compiling slog v2.8.2
30682026-09-11T20:50:45.946Z[ host-package] Compiling aws-lc-rs v1.16.3
30692026-09-11T20:50:45.958Z[ helios-setup] Sep 11 20:50:44.750 INFO E| Compiling unic-ucd-ident v0.9.0
30702026-09-11T20:50:45.982Z[ helios-setup] Sep 11 20:50:44.768 INFO E| Compiling bytesize v2.0.1
30712026-09-11T20:50:46.127Z[ helios-setup] Sep 11 20:50:44.918 INFO E| Compiling quote v1.0.40
30722026-09-11T20:50:46.183Z[ host-package] Compiling http-body v1.0.1
30732026-09-11T20:50:46.183Z[ host-package] Compiling tempfile v3.27.0
30742026-09-11T20:50:46.183Z[ host-package] Compiling der v0.7.10
30752026-09-11T20:50:46.186Z[ host-package] Compiling digest v0.10.7
30762026-09-11T20:50:46.186Z[ host-package] Compiling hybrid-array v0.4.13
30772026-09-11T20:50:46.342Z[ helios-setup] Sep 11 20:50:45.133 INFO E| Compiling syn v2.0.101
30782026-09-11T20:50:46.487Z[ host-package] Compiling url v2.5.8
30792026-09-11T20:50:46.493Z[ host-package] Compiling rand_chacha v0.9.0
30802026-09-11T20:50:46.644Z[ host-package] Compiling rand_chacha v0.3.1
30812026-09-11T20:50:46.708Z[ helios-setup] Sep 11 20:50:45.498 INFO E| Compiling parse_int v0.9.0
30822026-09-11T20:50:46.749Z[ host-package] Compiling http-body-util v0.1.3
30832026-09-11T20:50:46.842Z[ host-package] Compiling serde_urlencoded v0.7.1
30842026-09-11T20:50:46.842Z[ host-package] Compiling hex v0.4.3
30852026-09-11T20:50:47.032Z[ host-package] Compiling rand v0.8.6
30862026-09-11T20:50:47.139Z[ host-package] Compiling rand v0.9.2
30872026-09-11T20:50:47.267Z[ host-package] Compiling schemars v0.8.22
30882026-09-11T20:50:47.315Z[ host-package] Compiling crypto-common v0.2.2
30892026-09-11T20:50:47.320Z[ host-package] Compiling block-buffer v0.12.1
30902026-09-11T20:50:47.392Z[ host-package] Compiling hubpack v0.1.2
30912026-09-11T20:50:47.400Z[ host-package] Compiling rustls-native-certs v0.8.3
30922026-09-11T20:50:47.400Z[ host-package] Compiling futures-executor v0.3.32
30932026-09-11T20:50:47.575Z[ host-package] Compiling rustls-webpki v0.103.13
30942026-09-11T20:50:47.692Z[ host-package] Compiling spki v0.7.3
30952026-09-11T20:50:47.911Z[ host-package] Compiling regex v1.12.3
30962026-09-11T20:50:48.047Z[ host-package] Compiling clap v4.6.1
30972026-09-11T20:50:48.087Z[ host-package] Compiling pkcs8 v0.10.2
30982026-09-11T20:50:48.180Z[ host-package] Compiling futures v0.3.32
30992026-09-11T20:50:48.248Z[ host-package] Compiling publicsuffix v2.3.0
31002026-09-11T20:50:48.327Z[ host-package] Compiling rustls v0.23.41
31012026-09-11T20:50:48.405Z[ host-package] Compiling openapiv3 v2.2.0
31022026-09-11T20:50:48.409Z[ host-package] Compiling cookie v0.18.1
31032026-09-11T20:50:48.566Z[ host-package] Compiling ipnetwork v0.21.1
31042026-09-11T20:50:48.691Z[ host-package] Compiling signature v2.2.0
31052026-09-11T20:50:48.761Z[ host-package] Compiling digest v0.11.3
31062026-09-11T20:50:48.830Z[ host-package] Compiling rusty-fork v0.3.1
31072026-09-11T20:50:48.833Z[ host-package] Compiling rand_xorshift v0.4.0
31082026-09-11T20:50:48.913Z[ host-package] Compiling sha2 v0.10.9
31092026-09-11T20:50:48.925Z[ helios-setup] Sep 11 20:50:47.716 INFO E| Compiling modular-bitfield-impl v0.11.2
31102026-09-11T20:50:48.925Z[ helios-setup] Sep 11 20:50:47.716 INFO E| Compiling structopt-derive v0.4.18
31112026-09-11T20:50:48.999Z[ host-package] Compiling oxnet v0.1.6
31122026-09-11T20:50:49.062Z[ helios-setup] Sep 11 20:50:47.853 INFO E| Compiling serde_derive_internals v0.29.1
31132026-09-11T20:50:49.079Z[ host-package] Compiling cookie_store v0.22.1
31142026-09-11T20:50:49.122Z[ host-package] Compiling zlib-rs v0.6.2
31152026-09-11T20:50:49.376Z[ host-package] Compiling proptest v1.11.0
31162026-09-11T20:50:49.380Z[ host-package] Compiling camino v1.2.5
31172026-09-11T20:50:49.478Z[ host-package] Compiling dof v0.4.0
31182026-09-11T20:50:49.589Z[ host-package] Compiling dtrace-parser v0.3.0
31192026-09-11T20:50:49.589Z[ host-package] Compiling num-integer v0.1.46
31202026-09-11T20:50:49.739Z[ host-package] Compiling thread-id v5.1.0
31212026-09-11T20:50:49.856Z[ host-package] Compiling data-encoding v2.10.0
31222026-09-11T20:50:49.954Z[ host-package] Compiling x509-cert v0.2.5
31232026-09-11T20:50:50.051Z[ host-package] Compiling memmap2 v0.9.10
31242026-09-11T20:50:50.084Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling thiserror-impl v2.0.12
31252026-09-11T20:50:50.084Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling serde_derive v1.0.219
31262026-09-11T20:50:50.084Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling schemars_derive v0.8.22
31272026-09-11T20:50:50.084Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling zerocopy-derive v0.8.25
31282026-09-11T20:50:50.085Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling modular-bitfield-impl v0.13.1
31292026-09-11T20:50:50.085Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling num-derive v0.4.2
31302026-09-11T20:50:50.085Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling scroll_derive v0.12.1
31312026-09-11T20:50:50.085Z[ helios-setup] Sep 11 20:50:48.862 INFO E| Compiling strum_macros v0.27.1
31322026-09-11T20:50:50.262Z[ host-package] Compiling num-iter v0.1.45
31332026-09-11T20:50:50.436Z[ host-package] Compiling packed_struct v0.10.1
31342026-09-11T20:50:50.436Z[ host-package] Compiling rustix v0.38.44
31352026-09-11T20:50:50.565Z[ helios-setup] Sep 11 20:50:49.356 INFO E| Compiling structopt v0.3.26
31362026-09-11T20:50:50.646Z[ host-package] Compiling tokio-util v0.7.18
31372026-09-11T20:50:50.732Z[ host-package] Compiling tower v0.5.3
31382026-09-11T20:50:50.732Z[ host-package] Compiling usdt-impl v0.6.0
31392026-09-11T20:50:50.906Z[ helios-setup] Sep 11 20:50:49.697 INFO E| Compiling modular-bitfield v0.11.2
31402026-09-11T20:50:51.029Z[ host-package] Compiling hmac v0.12.1
31412026-09-11T20:50:51.459Z[ host-package] Compiling num-bigint-dig v0.8.6
31422026-09-11T20:50:51.519Z[ host-package] Compiling dof v0.3.0
31432026-09-11T20:50:51.754Z[ host-package] Compiling tower-http v0.6.8
31442026-09-11T20:50:51.822Z[ helios-setup] Sep 11 20:50:50.614 INFO E| Compiling scroll v0.12.0
31452026-09-11T20:50:51.854Z[ host-package] Compiling h2 v0.4.15
31462026-09-11T20:50:51.923Z[ host-package] Compiling usdt v0.6.0
31472026-09-11T20:50:52.076Z[ helios-setup] Sep 11 20:50:50.862 INFO E| Compiling modular-bitfield v0.13.1
31482026-09-11T20:50:52.085Z[ helios-setup] Sep 11 20:50:50.877 INFO E| Compiling goblin v0.9.3
31492026-09-11T20:50:52.156Z[ helios-setup] Sep 11 20:50:50.947 INFO E| Compiling pest v2.8.0
31502026-09-11T20:50:52.644Z[ host-package] Compiling flate2 v1.1.9
31512026-09-11T20:50:52.676Z[ host-package] Compiling newtype-uuid v1.3.2
31522026-09-11T20:50:52.747Z[ host-package] Compiling pkcs1 v0.7.5
31532026-09-11T20:50:52.889Z[ host-package] Compiling bstr v1.12.1
31542026-09-11T20:50:53.087Z[ host-package] Compiling daft v0.1.8
31552026-09-11T20:50:53.181Z[ host-package] Compiling block-padding v0.4.2
31562026-09-11T20:50:53.349Z[ host-package] Compiling tokio-rustls v0.26.4
31572026-09-11T20:50:53.391Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31582026-09-11T20:50:53.458Z[ host-package] Compiling dtrace-parser v0.2.0
31592026-09-11T20:50:53.494Z[ host-package] Compiling toml_datetime v0.6.11
31602026-09-11T20:50:53.525Z[ helios-setup] Sep 11 20:50:52.314 INFO E| Compiling pest_meta v2.8.0
31612026-09-11T20:50:53.640Z[ host-package] Compiling serde_spanned v0.6.9
31622026-09-11T20:50:53.643Z[ host-package] Compiling ff v0.13.1
31632026-09-11T20:50:53.775Z[ host-package] Compiling thread-id v4.2.2
31642026-09-11T20:50:53.881Z[ host-package] Compiling sec1 v0.7.3
31652026-09-11T20:50:53.885Z[ host-package] Compiling signal-hook v0.3.18
31662026-09-11T20:50:53.978Z[ host-package] Compiling nix v0.31.2
31672026-09-11T20:50:53.978Z[ host-package] Compiling inout v0.2.2
31682026-09-11T20:50:54.036Z[ host-package] Compiling rsa v0.9.10
31692026-09-11T20:50:54.058Z[ host-package] Compiling serde-hex v0.1.0
31702026-09-11T20:50:54.062Z[ host-package] Compiling hkdf v0.12.4
31712026-09-11T20:50:54.062Z[ host-package] Compiling ron v0.8.1
31722026-09-11T20:50:54.116Z[ helios-setup] Sep 11 20:50:52.907 INFO E| Compiling pest_generator v2.8.0
31732026-09-11T20:50:54.303Z[ host-package] Compiling usdt-impl v0.5.0
31742026-09-11T20:50:54.306Z[ host-package] Compiling group v0.13.0
31752026-09-11T20:50:54.306Z[ host-package] Compiling serde_with v3.21.0
31762026-09-11T20:50:54.330Z[ host-package] Compiling crypto-bigint v0.5.5
31772026-09-11T20:50:54.535Z[ host-package] Compiling foreign-types-shared v0.1.1
31782026-09-11T20:50:54.589Z[ host-package] Compiling cipher v0.5.2
31792026-09-11T20:50:54.703Z[ host-package] Compiling foreign-types v0.3.2
31802026-09-11T20:50:54.761Z[ host-package] Compiling openssl-sys v0.9.117
31812026-09-11T20:50:54.830Z[ host-package] Compiling ahash v0.8.12
31822026-09-11T20:50:54.879Z[ host-package] Compiling signal-hook-mio v0.2.5
31832026-09-11T20:50:54.910Z[ helios-setup] Sep 11 20:50:53.701 INFO E| Compiling pest_derive v2.8.0
31842026-09-11T20:50:54.964Z[ host-package] Compiling globset v0.4.18
31852026-09-11T20:50:55.084Z[ host-package] Compiling chacha20 v0.10.0
31862026-09-11T20:50:55.180Z[ host-package] Compiling zopfli v0.8.3
31872026-09-11T20:50:55.295Z[ host-package] Compiling openssl v0.10.80
31882026-09-11T20:50:55.299Z[ host-package] Compiling toml_edit v0.19.15
31892026-09-11T20:50:55.378Z[ host-package] Compiling sha3 v0.10.8
31902026-09-11T20:50:55.444Z[ host-package] Compiling curve25519-dalek v4.1.3
31912026-09-11T20:50:55.504Z[ host-package] Compiling hashbrown v0.13.2
31922026-09-11T20:50:55.630Z[ host-package] Compiling elliptic-curve v0.13.8
31932026-09-11T20:50:55.991Z[ host-package] Compiling rand v0.10.1
31942026-09-11T20:50:56.158Z[ host-package] Compiling bzip2 v0.4.4
31952026-09-11T20:50:56.196Z[ helios-setup] Sep 11 20:50:54.987 INFO E| Compiling json5 v0.4.1
31962026-09-11T20:50:56.277Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31972026-09-11T20:50:56.320Z[ host-package] Compiling hyper v1.10.1
31982026-09-11T20:50:56.369Z[ host-package] Compiling jiff v0.2.34
31992026-09-11T20:50:56.421Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32002026-09-11T20:50:56.493Z[ host-package] Compiling zip v0.6.6
32012026-09-11T20:50:56.537Z[ host-package] Compiling object v0.30.4
32022026-09-11T20:50:56.590Z[ host-package] Compiling crossterm v0.28.1
32032026-09-11T20:50:56.707Z[ host-package] Compiling sha2 v0.11.0
32042026-09-11T20:50:56.807Z[ host-package] Compiling ed25519 v2.2.3
32052026-09-11T20:50:56.959Z[ host-package] Compiling serde-big-array v0.5.1
32062026-09-11T20:50:57.092Z[ host-package] Compiling pem v3.0.6
32072026-09-11T20:50:57.119Z[ host-package] Compiling petgraph v0.8.3
32082026-09-11T20:50:57.222Z[ host-package] Compiling toml v0.7.8
32092026-09-11T20:50:57.302Z[ host-package] Compiling ed25519-dalek v2.2.0
32102026-09-11T20:50:57.401Z[ host-package] Compiling object v0.37.3
32112026-09-11T20:50:57.509Z[ host-package] Compiling heapless v0.7.17
32122026-09-11T20:50:57.688Z[ host-package] Compiling hmac v0.13.0
32132026-09-11T20:50:57.790Z[ host-package] Compiling md-5 v0.11.0
32142026-09-11T20:50:57.810Z[ helios-setup] Sep 11 20:50:56.601 INFO E| Compiling four-cc v0.4.0
32152026-09-11T20:50:57.810Z[ helios-setup] Sep 11 20:50:56.601 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32162026-09-11T20:50:57.904Z[ host-package] Compiling byte-wrapper v0.1.0
32172026-09-11T20:50:57.927Z[ helios-setup] Sep 11 20:50:56.718 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32182026-09-11T20:50:57.972Z[ host-package] Compiling hyper-util v0.1.20
32192026-09-11T20:50:58.167Z[ host-package] Compiling serde_plain v1.0.2
32202026-09-11T20:50:58.267Z[ host-package] Compiling native-tls v0.2.18
32212026-09-11T20:50:58.401Z[ host-package] Compiling toml_edit v0.22.27
32222026-09-11T20:50:58.554Z[ host-package] Compiling tokio-native-tls v0.3.1
32232026-09-11T20:50:58.589Z[ host-package] Compiling zip v8.6.0
32242026-09-11T20:50:58.643Z[ host-package] Compiling postgres-protocol v0.6.12
32252026-09-11T20:50:58.796Z[ host-package] Compiling smoltcp v0.9.1
32262026-09-11T20:50:58.915Z[ host-package] Compiling hickory-proto v0.25.2
32272026-09-11T20:50:59.110Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
32282026-09-11T20:50:59.352Z[ host-package] Compiling float-cmp v0.10.0
32292026-09-11T20:50:59.421Z[ host-package] Compiling textwrap v0.16.2
32302026-09-11T20:50:59.585Z[ host-package] Compiling predicates v3.1.4
32312026-09-11T20:50:59.622Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
32322026-09-11T20:50:59.664Z[ host-package] Compiling zip v4.6.1
32332026-09-11T20:50:59.846Z[ host-package] Compiling petgraph v0.6.5
32342026-09-11T20:51:00.289Z[ host-package] Compiling hyper-rustls v0.27.7
32352026-09-11T20:51:00.540Z[ host-package] Compiling hyper-tls v0.6.0
32362026-09-11T20:51:00.602Z[ host-package] Compiling string_cache v0.8.9
32372026-09-11T20:51:00.716Z[ host-package] Compiling reqwest v0.13.2
32382026-09-11T20:51:00.833Z[ host-package] Compiling backtrace v0.3.76
32392026-09-11T20:51:00.890Z[ host-package] Compiling reqwest v0.12.28
32402026-09-11T20:51:00.955Z[ host-package] Compiling postgres-types v0.2.14
32412026-09-11T20:51:01.023Z[ host-package] Compiling iddqd v0.4.2
32422026-09-11T20:51:01.049Z[ host-package] Compiling similar v2.7.0
32432026-09-11T20:51:01.106Z[ host-package] Compiling olpc-cjson v0.1.4
32442026-09-11T20:51:01.260Z[ host-package] Compiling tokio-stream v0.1.18
32452026-09-11T20:51:01.322Z[ host-package] Compiling fs-err v3.3.0
32462026-09-11T20:51:01.413Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32472026-09-11T20:51:01.822Z[ host-package] Compiling backtrace-ext v0.2.1
32482026-09-11T20:51:01.874Z[ host-package] Compiling tokio-postgres v0.7.18
32492026-09-11T20:51:02.051Z[ host-package] Compiling buf-list v1.1.2
32502026-09-11T20:51:02.115Z[ host-package] Compiling thread_local v1.1.9
32512026-09-11T20:51:02.240Z[ host-package] Compiling miette v7.6.0
32522026-09-11T20:51:02.471Z[ host-package] Compiling is-terminal v0.4.17
32532026-09-11T20:51:02.512Z[ host-package] Compiling slog-async v2.8.0
32542026-09-11T20:51:02.600Z[ host-package] Compiling tough v0.22.0
32552026-09-11T20:51:02.653Z[ host-package] Compiling slog-term v2.9.2
32562026-09-11T20:51:02.716Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32572026-09-11T20:51:02.767Z[ host-package] Compiling hostname v0.3.1
32582026-09-11T20:51:02.972Z[ host-package] Compiling slog-json v2.6.1
32592026-09-11T20:51:03.028Z[ host-package] Compiling serde_spanned v1.1.1
32602026-09-11T20:51:03.253Z[ host-package] Compiling slog-bunyan v2.5.0
32612026-09-11T20:51:03.320Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32622026-09-11T20:51:03.343Z[ host-package] Compiling compression-codecs v0.4.37
32632026-09-11T20:51:03.382Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32642026-09-11T20:51:03.480Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32652026-09-11T20:51:03.508Z[ host-package] Compiling multer v3.1.0
32662026-09-11T20:51:03.512Z[ host-package] Compiling progenitor-client v0.14.0
32672026-09-11T20:51:03.701Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32682026-09-11T20:51:03.731Z[ host-package] Compiling async-compression v0.4.41
32692026-09-11T20:51:03.824Z[ host-package] Compiling sha1 v0.11.0
32702026-09-11T20:51:04.178Z[ host-package] Compiling rustls-pemfile v2.2.0
32712026-09-11T20:51:04.217Z[ host-package] Compiling serde_path_to_error v0.1.20
32722026-09-11T20:51:04.244Z[ host-package] Compiling hostname v0.4.2
32732026-09-11T20:51:04.307Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32742026-09-11T20:51:04.311Z[ host-package] Compiling atomicwrites v0.4.4
32752026-09-11T20:51:04.470Z[ host-package] Compiling macaddr v1.0.1
32762026-09-11T20:51:04.499Z[ host-package] Compiling instant v0.1.13
32772026-09-11T20:51:04.531Z[ host-package] Compiling oxide-generation v0.1.3
32782026-09-11T20:51:04.560Z[ host-package] Compiling regress v0.10.5
32792026-09-11T20:51:04.646Z[ host-package] Compiling backoff v0.4.0
32802026-09-11T20:51:04.650Z[ host-package] Compiling progenitor-extras v0.2.0
32812026-09-11T20:51:04.705Z[ host-package] Compiling dropshot v0.17.1
32822026-09-11T20:51:04.709Z[ host-package] Compiling parse-display v0.10.0
32832026-09-11T20:51:04.731Z[ host-package] Compiling half v2.7.1
32842026-09-11T20:51:04.757Z[ host-package] Compiling heck v0.5.0
32852026-09-11T20:51:04.906Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32862026-09-11T20:51:04.985Z[ host-package] Compiling regress v0.11.1
32872026-09-11T20:51:05.249Z[ host-package] Compiling ciborium-ll v0.2.2
32882026-09-11T20:51:05.275Z[ host-package] Compiling secrecy v0.10.3
32892026-09-11T20:51:05.282Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32902026-09-11T20:51:05.489Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32912026-09-11T20:51:05.524Z[ host-package] Compiling ciborium v0.2.2
32922026-09-11T20:51:05.528Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32932026-09-11T20:51:05.572Z[ host-package] Compiling inout v0.1.4
32942026-09-11T20:51:05.637Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32952026-09-11T20:51:05.790Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32962026-09-11T20:51:05.795Z[ host-package] Compiling cipher v0.4.4
32972026-09-11T20:51:05.896Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32982026-09-11T20:51:06.027Z[ host-package] Compiling universal-hash v0.5.1
32992026-09-11T20:51:06.205Z[ host-package] Compiling unsafe-libyaml v0.2.11
33002026-09-11T20:51:06.236Z[ host-package] Compiling poly1305 v0.8.0
33012026-09-11T20:51:06.263Z[ host-package] Compiling chacha20 v0.9.1
33022026-09-11T20:51:06.316Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33032026-09-11T20:51:06.349Z[ host-package] Compiling blake2 v0.10.6
33042026-09-11T20:51:06.371Z[ host-package] Compiling aead v0.5.2
33052026-09-11T20:51:06.527Z[ host-package] Compiling password-hash v0.5.0
33062026-09-11T20:51:06.560Z[ host-package] Compiling vsss-rs v3.3.4
33072026-09-11T20:51:06.615Z[ host-package] Compiling typify-impl v0.6.2
33082026-09-11T20:51:06.652Z[ host-package] Compiling chacha20poly1305 v0.10.1
33092026-09-11T20:51:06.778Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
33102026-09-11T20:51:06.854Z[ host-package] Compiling argon2 v0.5.3
33112026-09-11T20:51:06.963Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33122026-09-11T20:51:06.990Z[ host-package] Compiling camino-tempfile v1.4.1
33132026-09-11T20:51:07.145Z[ host-package] Compiling heapless v0.8.0
33142026-09-11T20:51:07.194Z[ host-package] Compiling ingot-types v0.2.0
33152026-09-11T20:51:07.253Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33162026-09-11T20:51:07.462Z[ host-package] Compiling cobs v0.3.0
33172026-09-11T20:51:07.536Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33182026-09-11T20:51:07.674Z[ host-package] Compiling smoltcp v0.11.0
33192026-09-11T20:51:07.714Z[ host-package] Compiling postcard v1.1.3
33202026-09-11T20:51:07.754Z[ host-package] Compiling ingot v0.2.1
33212026-09-11T20:51:07.777Z[ host-package] Compiling cstr-argument v0.1.2
33222026-09-11T20:51:07.975Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33232026-09-11T20:51:08.050Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33242026-09-11T20:51:08.128Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33252026-09-11T20:51:08.171Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33262026-09-11T20:51:08.178Z[ host-package] Compiling sigpipe v0.1.3
33272026-09-11T20:51:08.237Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33282026-09-11T20:51:08.322Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33292026-09-11T20:51:08.446Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33302026-09-11T20:51:08.518Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33312026-09-11T20:51:08.692Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33322026-09-11T20:51:08.736Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33332026-09-11T20:51:08.814Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33342026-09-11T20:51:08.912Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33352026-09-11T20:51:08.941Z[ host-package] Compiling memmap v0.7.0
33362026-09-11T20:51:08.941Z[ host-package] Compiling zone v0.3.1
33372026-09-11T20:51:09.103Z[ host-package] Compiling usdt v0.5.0
33382026-09-11T20:51:09.148Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33392026-09-11T20:51:09.212Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33402026-09-11T20:51:09.462Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33412026-09-11T20:51:09.644Z[ host-package] Compiling derive-where v1.6.0
33422026-09-11T20:51:09.681Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33432026-09-11T20:51:09.803Z[ host-package] Compiling bytecount v0.6.9
33442026-09-11T20:51:09.925Z[ host-package] Compiling toml v0.8.23
33452026-09-11T20:51:09.973Z[ host-package] Compiling tokio-dtrace v0.1.1
33462026-09-11T20:51:10.016Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33472026-09-11T20:51:10.094Z[ host-package] Compiling prettyplease v0.2.37
33482026-09-11T20:51:10.174Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33492026-09-11T20:51:10.215Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33502026-09-11T20:51:10.262Z[ host-package] Compiling newline-converter v0.3.0
33512026-09-11T20:51:10.286Z[ host-package] Compiling gethostname v0.5.0
33522026-09-11T20:51:10.316Z[ host-package] Compiling console v0.15.11
33532026-09-11T20:51:10.359Z[ host-package] Compiling typify-macro v0.6.2
33542026-09-11T20:51:10.404Z[ host-package] Compiling slog-dtrace v0.3.0
33552026-09-11T20:51:10.469Z[ host-package] Compiling cancel-safe-futures v0.1.5
33562026-09-11T20:51:10.562Z[ host-package] Compiling num-rational v0.4.2
33572026-09-11T20:51:10.713Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-09-11T20:51:10.767Z[ host-package] Compiling expectorate v1.2.0
33592026-09-11T20:51:10.928Z[ host-package] Compiling num-complex v0.4.6
33602026-09-11T20:51:11.023Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33612026-09-11T20:51:11.104Z[ host-package] Compiling compression-core v0.4.31
33622026-09-11T20:51:11.244Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-09-11T20:51:11.273Z[ host-package] Compiling resolv-conf v0.7.6
33642026-09-11T20:51:11.304Z[ host-package] Compiling match_cfg v0.1.0
33652026-09-11T20:51:11.369Z[ host-package] Compiling num v0.4.3
33662026-09-11T20:51:11.538Z[ host-package] Compiling crossbeam-channel v0.5.15
33672026-09-11T20:51:11.639Z[ host-package] Compiling term v1.2.1
33682026-09-11T20:51:11.693Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
33692026-09-11T20:51:11.792Z[ host-package] Compiling take_mut v0.2.2
33702026-09-11T20:51:11.816Z[ host-package] Compiling linear-map v1.2.0
33712026-09-11T20:51:11.836Z[ helios-setup] Sep 11 20:51:10.626 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33722026-09-11T20:51:11.863Z[ host-package] Compiling float-ord v0.3.2
33732026-09-11T20:51:12.103Z[ host-package] Compiling typify v0.6.2
33742026-09-11T20:51:12.246Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33752026-09-11T20:51:12.300Z[ host-package] Compiling progenitor-impl v0.14.0
33762026-09-11T20:51:12.389Z[ host-package] Compiling oxide-update-engine v0.1.2
33772026-09-11T20:51:12.495Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33782026-09-11T20:51:12.656Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33792026-09-11T20:51:13.039Z[ host-package] Compiling async-stream v0.3.6
33802026-09-11T20:51:13.349Z[ host-package] Compiling waitgroup v0.1.2
33812026-09-11T20:51:13.583Z[ host-package] Compiling backon v1.6.0
33822026-09-11T20:51:13.730Z[ host-package] Compiling minimal-lexical v0.2.1
33832026-09-11T20:51:13.733Z[ host-package] Compiling linked-hash-map v0.5.6
33842026-09-11T20:51:13.810Z[ host-package] Compiling debug-ignore v1.0.5
33852026-09-11T20:51:13.988Z[ host-package] Compiling nom v7.1.3
33862026-09-11T20:51:14.154Z[ host-package] Compiling lru-cache v0.1.2
33872026-09-11T20:51:14.262Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33882026-09-11T20:51:14.692Z[ host-package] Compiling itertools v0.14.0
33892026-09-11T20:51:14.834Z[ host-package] Compiling progenitor-macro v0.14.0
33902026-09-11T20:51:15.007Z[ helios-setup] Sep 11 20:51:13.798 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33912026-09-11T20:51:15.075Z[ host-package] Compiling unicode-xid v0.2.6
33922026-09-11T20:51:15.146Z[ host-package] Compiling humantime v2.3.0
33932026-09-11T20:51:15.228Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33942026-09-11T20:51:15.273Z[ host-package] Compiling hickory-proto v0.24.4
33952026-09-11T20:51:15.401Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33962026-09-11T20:51:15.437Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33972026-09-11T20:51:15.487Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33982026-09-11T20:51:16.034Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33992026-09-11T20:51:16.389Z[ host-package] Compiling papergrid v0.11.0
34002026-09-11T20:51:16.448Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34012026-09-11T20:51:16.508Z[ host-package] Compiling tabled_derive v0.7.0
34022026-09-11T20:51:16.611Z[ host-package] Compiling termtree v0.5.1
34032026-09-11T20:51:16.750Z[ host-package] Compiling crossterm v0.29.0
34042026-09-11T20:51:16.864Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34052026-09-11T20:51:16.889Z[ host-package] Compiling phf_shared v0.12.1
34062026-09-11T20:51:16.933Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34072026-09-11T20:51:17.185Z[ host-package] Compiling csv-core v0.1.13
34082026-09-11T20:51:17.557Z[ host-package] Compiling vte v0.14.1
34092026-09-11T20:51:17.604Z[ host-package] Compiling tabled v0.15.0
34102026-09-11T20:51:17.608Z[ host-package] Compiling highway v1.3.0
34112026-09-11T20:51:17.814Z[ host-package] Compiling chrono-tz v0.10.4
34122026-09-11T20:51:17.942Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34132026-09-11T20:51:18.112Z[ host-package] Compiling hickory-resolver v0.24.4
34142026-09-11T20:51:18.318Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34152026-09-11T20:51:18.370Z[ host-package] Compiling csv v1.4.0
34162026-09-11T20:51:18.695Z[ host-package] Compiling phf v0.12.1
34172026-09-11T20:51:18.947Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34182026-09-11T20:51:18.978Z[ host-package] Compiling const_format_proc_macros v0.2.34
34192026-09-11T20:51:19.135Z[ host-package] Compiling fd-lock v4.0.4
34202026-09-11T20:51:19.188Z[ host-package] Compiling peg-macros v0.8.5
34212026-09-11T20:51:19.314Z[ host-package] Compiling progenitor v0.14.0
34222026-09-11T20:51:19.350Z[ host-package] Compiling nu-ansi-term v0.50.3
34232026-09-11T20:51:19.505Z[ host-package] Compiling qorb v0.4.1
34242026-09-11T20:51:19.542Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34252026-09-11T20:51:19.714Z[ host-package] Compiling reedline v0.40.0
34262026-09-11T20:51:19.844Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34272026-09-11T20:51:19.882Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34282026-09-11T20:51:19.916Z[ host-package] Compiling bcs v0.1.6
34292026-09-11T20:51:19.920Z[ host-package] Compiling const_format v0.2.35
34302026-09-11T20:51:20.316Z[ host-package] Compiling nom v8.0.0
34312026-09-11T20:51:20.395Z[ host-package] Compiling semver v0.1.20
34322026-09-11T20:51:20.457Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34332026-09-11T20:51:20.753Z[ host-package] Compiling peg v0.8.5
34342026-09-11T20:51:20.881Z[ host-package] Compiling rustc_version v0.1.7
34352026-09-11T20:51:21.225Z[ host-package] Compiling newtype_derive v0.1.6
34362026-09-11T20:51:21.419Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34372026-09-11T20:51:21.813Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34382026-09-11T20:51:21.865Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34392026-09-11T20:51:21.945Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34402026-09-11T20:51:22.077Z[ host-package] Compiling sha1 v0.10.6
34412026-09-11T20:51:22.137Z[ host-package] Compiling utf-8 v0.7.6
34422026-09-11T20:51:22.313Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34432026-09-11T20:51:22.425Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34442026-09-11T20:51:22.524Z[ host-package] Compiling tagptr v0.2.0
34452026-09-11T20:51:22.524Z[ host-package] Compiling steno v0.4.1
34462026-09-11T20:51:22.524Z[ host-package] Compiling tungstenite v0.21.0
34472026-09-11T20:51:22.534Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34482026-09-11T20:51:22.600Z[ host-package] Compiling darling_core v0.21.3
34492026-09-11T20:51:22.655Z[ host-package] Compiling display-error-chain v0.2.2
34502026-09-11T20:51:22.742Z[ host-package] Compiling moka v0.12.13
34512026-09-11T20:51:22.939Z[ host-package] Compiling vergen-lib v0.1.6
34522026-09-11T20:51:22.974Z[ host-package] Compiling diesel_derives v2.3.7
34532026-09-11T20:51:23.212Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34542026-09-11T20:51:23.272Z[ host-package] Compiling tokio-tungstenite v0.21.0
34552026-09-11T20:51:23.394Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34562026-09-11T20:51:23.579Z[ host-package] Compiling vergen-gitcl v1.0.8
34572026-09-11T20:51:23.703Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34582026-09-11T20:51:23.848Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34592026-09-11T20:51:23.906Z[ host-package] Compiling dirs-sys-next v0.1.2
34602026-09-11T20:51:23.974Z[ host-package] Compiling crunchy v0.2.4
34612026-09-11T20:51:23.997Z[ host-package] Compiling glob v0.3.3
34622026-09-11T20:51:24.052Z[ host-package] Compiling hickory-resolver v0.25.2
34632026-09-11T20:51:24.132Z[ host-package] Compiling maplit v1.0.2
34642026-09-11T20:51:24.157Z[ host-package] Compiling dirs-next v2.0.0
34652026-09-11T20:51:24.222Z[ host-package] Compiling r2d2 v0.8.10
34662026-09-11T20:51:24.255Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34672026-09-11T20:51:24.345Z[ host-package] Compiling libscf-sys v1.2.0
34682026-09-11T20:51:24.400Z[ host-package] Compiling downcast-rs v2.0.2
34692026-09-11T20:51:24.406Z[ host-package] Compiling clang-sys v1.8.1
34702026-09-11T20:51:24.529Z[ host-package] Compiling tiny-keccak v2.0.2
34712026-09-11T20:51:24.554Z[ host-package] Compiling xshell-macros v0.2.7
34722026-09-11T20:51:24.685Z[ host-package] Compiling term v0.7.0
34732026-09-11T20:51:24.766Z[ host-package] Compiling papergrid v0.18.0
34742026-09-11T20:51:24.893Z[ host-package] Compiling bit-vec v0.6.3
34752026-09-11T20:51:24.942Z[ host-package] Compiling darling_macro v0.21.3
34762026-09-11T20:51:25.004Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34772026-09-11T20:51:25.030Z[ host-package] Compiling xshell v0.2.7
34782026-09-11T20:51:25.035Z[ host-package] Compiling ascii-canvas v3.0.0
34792026-09-11T20:51:25.101Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34802026-09-11T20:51:25.165Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34812026-09-11T20:51:25.184Z[ host-package] Compiling bit-set v0.5.3
34822026-09-11T20:51:25.210Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34832026-09-11T20:51:25.234Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34842026-09-11T20:51:25.340Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34852026-09-11T20:51:25.411Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34862026-09-11T20:51:25.538Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34872026-09-11T20:51:25.597Z[ host-package] Compiling darling v0.21.3
34882026-09-11T20:51:25.726Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34892026-09-11T20:51:25.810Z[ host-package] Compiling dsl_auto_type v0.2.0
34902026-09-11T20:51:25.855Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34912026-09-11T20:51:25.897Z[ host-package] Compiling itertools v0.15.0
34922026-09-11T20:51:26.007Z[ host-package] Compiling tabled v0.21.0
34932026-09-11T20:51:26.117Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34942026-09-11T20:51:26.283Z[ host-package] Compiling itertools v0.10.5
34952026-09-11T20:51:26.362Z[ host-package] Compiling ena v0.14.4
34962026-09-11T20:51:26.653Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34972026-09-11T20:51:26.969Z[ helios-setup] Sep 11 20:51:25.758 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.33s
34982026-09-11T20:51:26.984Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34992026-09-11T20:51:27.002Z[ helios-setup] Sep 11 20:51:25.793 INFO building project "amd-host-image-builder" ok (44 seconds)
35002026-09-11T20:51:27.002Z[ helios-setup] Sep 11 20:51:25.793 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35012026-09-11T20:51:27.010Z[ helios-setup] Sep 11 20:51:25.801 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
35022026-09-11T20:51:27.010Z[ helios-setup] Sep 11 20:51:25.801 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35032026-09-11T20:51:27.010Z[ helios-setup] Sep 11 20:51:25.801 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35042026-09-11T20:51:27.191Z[ helios-setup] Sep 11 20:51:25.982 INFO E| Downloading crates ...
35052026-09-11T20:51:27.233Z[ helios-setup] Sep 11 20:51:26.023 INFO E| Downloaded adler2 v2.0.0
35062026-09-11T20:51:27.241Z[ helios-setup] Sep 11 20:51:26.032 INFO E| Downloaded miniz_oxide v0.8.8
35072026-09-11T20:51:27.287Z[ helios-setup] Sep 11 20:51:26.077 INFO E| Compiling adler2 v2.0.0
35082026-09-11T20:51:27.293Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35092026-09-11T20:51:27.327Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35102026-09-11T20:51:27.377Z[ helios-setup] Sep 11 20:51:26.167 INFO E| Compiling miniz_oxide v0.8.8
35112026-09-11T20:51:27.654Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35122026-09-11T20:51:27.682Z[ host-package] Compiling libloading v0.8.9
35132026-09-11T20:51:27.750Z[ host-package] Compiling regex-syntax v0.6.29
35142026-09-11T20:51:27.990Z[ host-package] Compiling unicase v2.9.0
35152026-09-11T20:51:28.043Z[ host-package] Compiling bindgen v0.71.1
35162026-09-11T20:51:28.087Z[ host-package] Compiling diff v0.1.13
35172026-09-11T20:51:28.429Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35182026-09-11T20:51:28.483Z[ helios-setup] Sep 11 20:51:27.274 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35192026-09-11T20:51:28.584Z[ host-package] Compiling cexpr v0.6.0
35202026-09-11T20:51:28.742Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35212026-09-11T20:51:29.000Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35222026-09-11T20:51:29.104Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35232026-09-11T20:51:29.157Z[ helios-setup] Sep 11 20:51:27.946 INFO E| Finished `release` profile [optimized] target(s) in 2.13s
35242026-09-11T20:51:29.165Z[ helios-setup] Sep 11 20:51:27.956 INFO building project "pinprick" ok (2 seconds)
35252026-09-11T20:51:29.165Z[ helios-setup] Sep 11 20:51:27.956 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35262026-09-11T20:51:29.262Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35272026-09-11T20:51:29.446Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35282026-09-11T20:51:29.546Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35292026-09-11T20:51:29.744Z[ host-package] Compiling lalrpop v0.19.12
35302026-09-11T20:51:30.697Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35312026-09-11T20:51:30.842Z[ host-package] Compiling rustc-hash v2.1.1
35322026-09-11T20:51:31.056Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35332026-09-11T20:51:31.470Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35342026-09-11T20:51:31.543Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35352026-09-11T20:51:31.653Z[ host-package] Compiling diesel v2.3.7
35362026-09-11T20:51:31.911Z[ host-package] Compiling headers-core v0.3.0
35372026-09-11T20:51:32.111Z[ host-package] Compiling libxml v0.3.3
35382026-09-11T20:51:32.136Z[ host-package] Compiling crc8 v0.1.1
35392026-09-11T20:51:32.193Z[ host-package] Compiling headers v0.4.1
35402026-09-11T20:51:32.283Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35412026-09-11T20:51:32.465Z[ host-package] Compiling strum_macros v0.24.3
35422026-09-11T20:51:32.557Z[ host-package] Compiling indoc v1.0.9
35432026-09-11T20:51:32.875Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35442026-09-11T20:51:32.905Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35452026-09-11T20:51:33.087Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35462026-09-11T20:51:33.193Z[ host-package] Compiling quick-xml v0.37.5
35472026-09-11T20:51:33.541Z[ host-package] Compiling derive_builder v0.20.2
35482026-09-11T20:51:33.614Z[ host-package] Compiling oso-derive v0.27.3
35492026-09-11T20:51:33.758Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35502026-09-11T20:51:33.870Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35512026-09-11T20:51:33.922Z[ host-package] Compiling openssl-probe v0.1.6
35522026-09-11T20:51:33.972Z[ host-package] Compiling object v0.39.1
35532026-09-11T20:51:34.190Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35542026-09-11T20:51:34.248Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35552026-09-11T20:51:34.278Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35562026-09-11T20:51:34.458Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35572026-09-11T20:51:34.495Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35582026-09-11T20:51:34.835Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
35592026-09-11T20:51:35.070Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35602026-09-11T20:51:35.274Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35612026-09-11T20:51:35.351Z[ host-package] Compiling bb8 v0.8.6
35622026-09-11T20:51:35.452Z[ host-package] Compiling filetime v0.2.27
35632026-09-11T20:51:35.713Z[ host-package] Compiling trait-variant v0.1.2
35642026-09-11T20:51:35.764Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35652026-09-11T20:51:35.817Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35662026-09-11T20:51:35.940Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35672026-09-11T20:51:36.198Z[ host-package] Compiling half v1.8.3
35682026-09-11T20:51:36.292Z[ host-package] Compiling path-slash v0.2.1
35692026-09-11T20:51:36.428Z[ host-package] Compiling tar v0.4.46
35702026-09-11T20:51:36.472Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35712026-09-11T20:51:36.489Z[ host-package] Compiling samael v0.0.19
35722026-09-11T20:51:36.587Z[ host-package] Compiling serde_cbor v0.11.2
35732026-09-11T20:51:36.657Z[ host-package] Compiling proc-macro-error2 v2.0.1
35742026-09-11T20:51:36.861Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35752026-09-11T20:51:37.029Z[ host-package] Compiling rfc6979 v0.4.0
35762026-09-11T20:51:37.165Z[ host-package] Compiling hashbrown v0.14.5
35772026-09-11T20:51:37.225Z[ host-package] Compiling salty v0.3.0
35782026-09-11T20:51:37.284Z[ host-package] Compiling ecdsa v0.16.9
35792026-09-11T20:51:37.458Z[ host-package] Compiling knus-derive v3.4.0
35802026-09-11T20:51:37.837Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35812026-09-11T20:51:37.940Z[ host-package] Compiling chumsky v0.9.3
35822026-09-11T20:51:37.966Z[ host-package] Compiling primeorder v0.13.6
35832026-09-11T20:51:38.080Z[ host-package] Compiling polar-core v0.27.3
35842026-09-11T20:51:38.138Z[ host-package] Compiling nonempty v0.12.0
35852026-09-11T20:51:38.286Z[ host-package] Compiling p384 v0.13.1
35862026-09-11T20:51:38.421Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35872026-09-11T20:51:38.925Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35882026-09-11T20:51:38.980Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35892026-09-11T20:51:39.314Z[ host-package] Compiling knus v3.4.0
35902026-09-11T20:51:39.340Z[ host-package] Compiling fxhash v0.2.1
35912026-09-11T20:51:39.516Z[ host-package] Compiling libz-sys v1.1.24
35922026-09-11T20:51:39.543Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35932026-09-11T20:51:39.864Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
35942026-09-11T20:51:39.925Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35952026-09-11T20:51:40.164Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35962026-09-11T20:51:40.307Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35972026-09-11T20:51:40.334Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35982026-09-11T20:51:40.361Z[ host-package] Compiling kstat-rs v0.2.5
35992026-09-11T20:51:40.893Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36002026-09-11T20:51:41.083Z[ host-package] Compiling mime_guess v2.0.5
36012026-09-11T20:51:41.723Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
36022026-09-11T20:51:42.228Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36032026-09-11T20:51:42.265Z[ host-package] Compiling nanorand v0.7.0
36042026-09-11T20:51:42.531Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36052026-09-11T20:51:42.682Z[ host-package] Compiling parking_lot_core v0.8.6
36062026-09-11T20:51:43.013Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36072026-09-11T20:51:43.166Z[ host-package] Compiling flume v0.11.1
36082026-09-11T20:51:43.464Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36092026-09-11T20:51:43.684Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36102026-09-11T20:51:43.768Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36112026-09-11T20:51:43.898Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36122026-09-11T20:51:44.317Z[ host-package] Compiling git-stub v1.0.0
36132026-09-11T20:51:44.342Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36142026-09-11T20:51:44.406Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36152026-09-11T20:51:44.616Z[ host-package] Compiling strsim v0.10.0
36162026-09-11T20:51:44.669Z[ host-package] Compiling instability v0.3.11
36172026-09-11T20:51:44.767Z[ host-package] Compiling http-range v0.1.5
36182026-09-11T20:51:44.860Z[ host-package] Compiling corncobs v0.1.4
36192026-09-11T20:51:44.909Z[ host-package] Compiling darling_core v0.13.4
36202026-09-11T20:51:45.508Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36212026-09-11T20:51:45.532Z[ host-package] Compiling git-stub-vcs v0.1.0
36222026-09-11T20:51:45.532Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36232026-09-11T20:51:45.672Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36242026-09-11T20:51:45.689Z[ host-package] Compiling progenitor-impl v0.13.0
36252026-09-11T20:51:45.800Z[ host-package] Compiling ignore v0.4.25
36262026-09-11T20:51:45.912Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36272026-09-11T20:51:45.943Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36282026-09-11T20:51:46.163Z[ host-package] Compiling secrecy v0.8.0
36292026-09-11T20:51:46.416Z[ host-package] Compiling anstyle-parse v0.2.7
36302026-09-11T20:51:46.673Z[ host-package] Compiling castaway v0.2.4
36312026-09-11T20:51:46.693Z[ host-package] Compiling vergen-git2 v9.1.0
36322026-09-11T20:51:46.828Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36332026-09-11T20:51:46.989Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36342026-09-11T20:51:47.150Z[ host-package] Compiling indoc v2.0.7
36352026-09-11T20:51:47.364Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36362026-09-11T20:51:48.017Z[ host-package] Compiling progenitor-macro v0.13.0
36372026-09-11T20:51:48.046Z[ host-package] Compiling oso v0.27.3
36382026-09-11T20:51:48.559Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36392026-09-11T20:51:48.628Z[ host-package] Compiling compact_str v0.8.1
36402026-09-11T20:51:48.870Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36412026-09-11T20:51:52.696Z[ host-package] Compiling darling_macro v0.13.4
36422026-09-11T20:51:52.753Z[ host-package] Compiling anstream v0.6.21
36432026-09-11T20:51:52.753Z[ host-package] Compiling globwalk v0.9.1
36442026-09-11T20:51:52.753Z[ helios-setup] Sep 11 20:51:48.663 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')"
36452026-09-11T20:51:52.753Z[ helios-setup] Sep 11 20:51:48.663 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36462026-09-11T20:51:52.753Z[ helios-setup] Sep 11 20:51:48.670 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
36472026-09-11T20:51:52.753Z[ helios-setup] Sep 11 20:51:48.670 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36482026-09-11T20:51:52.755Z[ helios-setup] Sep 11 20:51:48.670 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36492026-09-11T20:51:52.755Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36502026-09-11T20:51:52.773Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36512026-09-11T20:51:52.773Z[ host-package] Compiling parking_lot v0.11.2
36522026-09-11T20:51:52.773Z[ helios-setup] Sep 11 20:51:48.778 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36532026-09-11T20:51:52.773Z[ host-package] Compiling hyper-staticfile v0.10.1
36542026-09-11T20:51:52.773Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36552026-09-11T20:51:52.773Z[ helios-setup] Sep 11 20:51:49.090 INFO E| From https://github.com/jclulow/rust-jmclib
36562026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.090 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36572026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.101 INFO E| Updating crates.io index
36582026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.152 INFO E| Downloading crates ...
36592026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.200 INFO E| Downloaded once_cell v1.18.0
36602026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.206 INFO E| Downloaded anyhow v1.0.72
36612026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.212 INFO E| Downloaded digest v0.9.0
36622026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.213 INFO E| Downloaded fastrand v2.0.0
36632026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.214 INFO E| Downloaded cpufeatures v0.2.9
36642026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.215 INFO E| Downloaded itoa v1.0.9
36652026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.218 INFO E| Downloaded opaque-debug v0.3.0
36662026-09-11T20:51:52.774Z[ helios-setup] Sep 11 20:51:49.221 INFO E| Downloaded block-buffer v0.9.0
36672026-09-11T20:51:52.775Z[ helios-setup] Sep 11 20:51:49.222 INFO E| Downloaded errno v0.3.1
36682026-09-11T20:51:52.775Z[ helios-setup] Sep 11 20:51:49.223 INFO E| Downloaded libdevinfo-sys v1.0.0
36692026-09-11T20:51:52.775Z[ helios-setup] Sep 11 20:51:49.236 INFO E| Downloaded glob v0.3.1
36702026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.237 INFO E| Downloaded sha-1 v0.9.8
36712026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.245 INFO E| Downloaded quote v1.0.31
36722026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.247 INFO E| Downloaded walkdir v2.3.3
36732026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.250 INFO E| Downloaded tempfile v3.7.0
36742026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.255 INFO E| Downloaded typenum v1.16.0
36752026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.257 INFO E| Downloaded md-5 v0.9.1
36762026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.258 INFO E| Downloaded proc-macro2 v1.0.66
36772026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.259 INFO E| Downloaded ryu v1.0.15
36782026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.262 INFO E| Downloaded uuid v0.8.2
36792026-09-11T20:51:52.776Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36802026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.265 INFO E| Downloaded bitflags v2.3.3
36812026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.266 INFO E| Downloaded unicode-ident v1.0.11
36822026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.268 INFO E| Downloaded getrandom v0.2.10
36832026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.270 INFO E| Downloaded toml v0.5.11
36842026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.272 INFO E| Downloaded serde_derive v1.0.193
36852026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.273 INFO E| Downloaded serde v1.0.193
36862026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.295 INFO E| Downloaded serde_json v1.0.103
36872026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.317 INFO E| Downloaded syn v2.0.32
36882026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.325 INFO E| Downloaded rustix v0.38.4
36892026-09-11T20:51:52.776Z[ helios-setup] Sep 11 20:51:49.350 INFO E| Downloaded libc v0.2.147
36902026-09-11T20:51:52.777Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36912026-09-11T20:51:52.777Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36922026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling libc v0.2.147
36932026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling proc-macro2 v1.0.66
36942026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling unicode-ident v1.0.11
36952026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling cfg-if v1.0.0
36962026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling version_check v0.9.4
36972026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling typenum v1.16.0
36982026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling serde v1.0.193
36992026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling rustix v0.38.4
37002026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling slog v2.7.0
37012026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling powerfmt v0.2.0
37022026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling time-core v0.1.2
37032026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling num-conv v0.1.0
37042026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling itoa v1.0.9
37052026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling bitflags v2.3.3
37062026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling once_cell v1.18.0
37072026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:49.415 INFO E| Compiling num_threads v0.1.6
37082026-09-11T20:51:52.777Z[ host-package] Compiling predicates-tree v1.0.13
37092026-09-11T20:51:52.777Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37102026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.085 INFO E| Compiling anyhow v1.0.72
37112026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.159 INFO E| Compiling serde_json v1.0.103
37122026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.248 INFO E| Compiling opaque-debug v0.3.0
37132026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.329 INFO E| Compiling fastrand v2.0.0
37142026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.334 INFO E| Compiling unicode-width v0.1.10
37152026-09-11T20:51:52.777Z[ helios-setup] Sep 11 20:51:50.361 INFO E| Compiling ryu v1.0.15
37162026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.437 INFO E| Compiling deranged v0.3.11
37172026-09-11T20:51:52.778Z[ host-package] Compiling diesel-dtrace v0.5.0
37182026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.492 INFO E| Compiling thread_local v1.1.7
37192026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.503 INFO E| Compiling time-macros v0.2.18
37202026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.617 INFO E| Compiling generic-array v0.14.7
37212026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.718 INFO E| Compiling cpufeatures v0.2.9
37222026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.743 INFO E| Compiling same-file v1.0.6
37232026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.782 INFO E| Compiling getopts v0.2.21
37242026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.797 INFO E| Compiling glob v0.3.1
37252026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.823 INFO E| Compiling libdevinfo-sys v1.0.0
37262026-09-11T20:51:52.778Z[ host-package] Compiling async-bb8-diesel v0.2.1
37272026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:50.963 INFO E| Compiling quote v1.0.31
37282026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:51.094 INFO E| Compiling walkdir v2.3.3
37292026-09-11T20:51:52.778Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
37302026-09-11T20:51:52.778Z[ host-package] Compiling progenitor-client v0.13.0
37312026-09-11T20:51:52.778Z[ helios-setup] Sep 11 20:51:51.422 INFO E| Compiling syn v2.0.32
37322026-09-11T20:51:52.833Z[ helios-setup] Sep 11 20:51:51.624 INFO E| Compiling dirs-sys-next v0.1.2
37332026-09-11T20:51:52.833Z[ helios-setup] Sep 11 20:51:51.624 INFO E| Compiling errno v0.3.1
37342026-09-11T20:51:52.833Z[ helios-setup] Sep 11 20:51:51.624 INFO E| Compiling atty v0.2.14
37352026-09-11T20:51:52.836Z[ helios-setup] Sep 11 20:51:51.624 INFO E| Compiling getrandom v0.2.10
37362026-09-11T20:51:52.937Z[ host-package] Compiling unicode-truncate v1.1.0
37372026-09-11T20:51:53.050Z[ host-package] Compiling lru v0.12.5
37382026-09-11T20:51:53.098Z[ helios-setup] Sep 11 20:51:51.888 INFO E| Compiling dirs-next v2.0.0
37392026-09-11T20:51:53.178Z[ helios-setup] Sep 11 20:51:51.968 INFO E| Compiling term v0.7.0
37402026-09-11T20:51:53.268Z[ host-package] Compiling digest-io v0.1.0
37412026-09-11T20:51:53.328Z[ host-package] Compiling prefix-trie v0.7.0
37422026-09-11T20:51:53.467Z[ host-package] Compiling rand_seeder v0.4.0
37432026-09-11T20:51:53.499Z[ helios-setup] Sep 11 20:51:52.289 INFO E| Compiling digest v0.9.0
37442026-09-11T20:51:53.499Z[ helios-setup] Sep 11 20:51:52.289 INFO E| Compiling block-buffer v0.9.0
37452026-09-11T20:51:53.523Z[ host-package] Compiling cassowary v0.3.0
37462026-09-11T20:51:53.594Z[ helios-setup] Sep 11 20:51:52.384 INFO E| Compiling tempfile v3.7.0
37472026-09-11T20:51:53.611Z[ helios-setup] Sep 11 20:51:52.402 INFO E| Compiling md-5 v0.9.1
37482026-09-11T20:51:53.612Z[ helios-setup] Sep 11 20:51:52.402 INFO E| Compiling sha-1 v0.9.8
37492026-09-11T20:51:53.822Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37502026-09-11T20:51:53.851Z[ helios-setup] Sep 11 20:51:52.641 INFO E| Compiling time v0.3.36
37512026-09-11T20:51:53.871Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37522026-09-11T20:51:53.936Z[ host-package] Compiling progenitor v0.13.0
37532026-09-11T20:51:54.045Z[ host-package] Compiling ratatui v0.29.0
37542026-09-11T20:51:54.153Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37552026-09-11T20:51:54.219Z[ host-package] Compiling hickory-server v0.25.2
37562026-09-11T20:51:54.281Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37572026-09-11T20:51:54.383Z[ host-package] Compiling sled v0.34.7
37582026-09-11T20:51:54.601Z[ host-package] Compiling darling v0.13.4
37592026-09-11T20:51:54.733Z[ helios-setup] Sep 11 20:51:53.524 INFO E| Compiling slog-term v2.9.0
37602026-09-11T20:51:55.183Z[ helios-setup] Sep 11 20:51:53.953 INFO E| Compiling serde_derive v1.0.193
37612026-09-11T20:51:56.738Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37622026-09-11T20:51:57.097Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37632026-09-11T20:51:57.551Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37642026-09-11T20:51:58.042Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37652026-09-11T20:51:58.317Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37662026-09-11T20:51:58.516Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37672026-09-11T20:51:59.390Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
37682026-09-11T20:51:59.414Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37692026-09-11T20:51:59.581Z[ host-package] Compiling serde_with_macros v1.5.2
37702026-09-11T20:51:59.618Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37712026-09-11T20:51:59.776Z[ helios-setup] Sep 11 20:51:58.567 INFO E| Compiling toml v0.5.11
37722026-09-11T20:51:59.777Z[ helios-setup] Sep 11 20:51:58.567 INFO E| Compiling uuid v0.8.2
37732026-09-11T20:51:59.991Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37742026-09-11T20:52:00.379Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37752026-09-11T20:52:00.553Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37762026-09-11T20:52:00.584Z[ helios-setup] Sep 11 20:51:59.375 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37772026-09-11T20:52:00.597Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37782026-09-11T20:52:00.700Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37792026-09-11T20:52:00.874Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37802026-09-11T20:52:00.941Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37812026-09-11T20:52:00.998Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37822026-09-11T20:52:01.060Z[ host-package] Compiling arc-swap v1.8.2
37832026-09-11T20:52:01.198Z[ host-package] Compiling void v1.0.2
37842026-09-11T20:52:01.351Z[ host-package] Compiling slog-scope v4.4.1
37852026-09-11T20:52:01.352Z[ host-package] Compiling lzss v0.8.2
37862026-09-11T20:52:01.394Z[ helios-setup] Sep 11 20:52:00.184 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37872026-09-11T20:52:01.422Z[ host-package] Compiling serde_with v1.14.0
37882026-09-11T20:52:01.474Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
37892026-09-11T20:52:01.474Z[ host-package] Compiling scuffle v0.1.0
37902026-09-11T20:52:01.523Z[ host-package] Compiling tungstenite v0.23.0
37912026-09-11T20:52:01.573Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37922026-09-11T20:52:01.598Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37932026-09-11T20:52:01.622Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37942026-09-11T20:52:01.646Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-09-11T20:52:01.726Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37962026-09-11T20:52:01.895Z[ host-package] Compiling libsw-core v0.3.2
37972026-09-11T20:52:01.921Z[ host-package] Compiling nix v0.27.1
37982026-09-11T20:52:02.015Z[ host-package] Compiling twox-hash v2.1.2
37992026-09-11T20:52:02.110Z[ host-package] Compiling serde_bytes v0.11.19
38002026-09-11T20:52:02.198Z[ host-package] Compiling atty v0.2.14
38012026-09-11T20:52:02.348Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38022026-09-11T20:52:02.445Z[ host-package] Compiling tokio-tungstenite v0.23.1
38032026-09-11T20:52:02.506Z[ host-package] Compiling libsw v3.5.0
38042026-09-11T20:52:02.635Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38052026-09-11T20:52:02.690Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
38062026-09-11T20:52:02.739Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
38072026-09-11T20:52:02.880Z[ host-package] Compiling slog-stdlog v4.1.1
38082026-09-11T20:52:02.883Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38092026-09-11T20:52:02.927Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38102026-09-11T20:52:02.949Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38112026-09-11T20:52:03.051Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38122026-09-11T20:52:03.232Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38132026-09-11T20:52:03.383Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38142026-09-11T20:52:03.620Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-09-11T20:52:03.898Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38162026-09-11T20:52:04.099Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38172026-09-11T20:52:04.188Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38182026-09-11T20:52:04.281Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-09-11T20:52:04.323Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38202026-09-11T20:52:05.196Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38212026-09-11T20:52:05.742Z[ helios-setup] Sep 11 20:52:04.532 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.84s
38222026-09-11T20:52:05.768Z[ helios-setup] Sep 11 20:52:04.557 INFO building project "image-builder" ok (15 seconds)
38232026-09-11T20:52:05.768Z[ helios-setup] Sep 11 20:52:04.557 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
38242026-09-11T20:52:05.775Z[ helios-setup] Sep 11 20:52:04.565 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
38252026-09-11T20:52:05.775Z[ helios-setup] Sep 11 20:52:04.565 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
38262026-09-11T20:52:05.778Z[ helios-setup] Sep 11 20:52:04.565 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
38272026-09-11T20:52:05.897Z[ helios-setup] Sep 11 20:52:04.687 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
38282026-09-11T20:52:06.228Z[ helios-setup] Sep 11 20:52:05.018 INFO E| From https://github.com/jclulow/hiercmd
38292026-09-11T20:52:06.228Z[ helios-setup] Sep 11 20:52:05.018 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
38302026-09-11T20:52:06.241Z[ helios-setup] Sep 11 20:52:05.031 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
38312026-09-11T20:52:06.587Z[ helios-setup] Sep 11 20:52:05.377 INFO E| From https://github.com/oxidecomputer/network-interface
38322026-09-11T20:52:06.587Z[ helios-setup] Sep 11 20:52:05.377 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38332026-09-11T20:52:06.601Z[ helios-setup] Sep 11 20:52:05.390 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38342026-09-11T20:52:06.936Z[ helios-setup] Sep 11 20:52:05.726 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38352026-09-11T20:52:06.936Z[ helios-setup] Sep 11 20:52:05.726 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38362026-09-11T20:52:06.953Z[ helios-setup] Sep 11 20:52:05.743 INFO E| Updating crates.io index
38372026-09-11T20:52:07.013Z[ helios-setup] Sep 11 20:52:05.803 INFO E| Downloading crates ...
38382026-09-11T20:52:07.065Z[ helios-setup] Sep 11 20:52:05.855 INFO E| Downloaded base64ct v1.8.0
38392026-09-11T20:52:07.075Z[ helios-setup] Sep 11 20:52:05.865 INFO E| Downloaded futures-core v0.3.31
38402026-09-11T20:52:07.078Z[ helios-setup] Sep 11 20:52:05.868 INFO E| Downloaded clap_builder v4.5.51
38412026-09-11T20:52:07.084Z[ helios-setup] Sep 11 20:52:05.875 INFO E| Downloaded crc v3.3.0
38422026-09-11T20:52:07.088Z[ helios-setup] Sep 11 20:52:05.876 INFO E| Downloaded bitfield-macros v0.19.3
38432026-09-11T20:52:07.093Z[ helios-setup] Sep 11 20:52:05.883 INFO E| Downloaded num_enum_derive v0.7.5
38442026-09-11T20:52:07.099Z[ helios-setup] Sep 11 20:52:05.890 INFO E| Downloaded signal-hook-registry v1.4.6
38452026-09-11T20:52:07.103Z[ helios-setup] Sep 11 20:52:05.891 INFO E| Downloaded slab v0.4.11
38462026-09-11T20:52:07.112Z[ helios-setup] Sep 11 20:52:05.902 INFO E| Downloaded libdevinfo-sys v1.1.0
38472026-09-11T20:52:07.115Z[ helios-setup] Sep 11 20:52:05.905 INFO E| Downloaded futures-task v0.3.31
38482026-09-11T20:52:07.115Z[ helios-setup] Sep 11 20:52:05.905 INFO E| Downloaded futures-sink v0.3.31
38492026-09-11T20:52:07.118Z[ helios-setup] Sep 11 20:52:05.908 INFO E| Downloaded futures-io v0.3.31
38502026-09-11T20:52:07.122Z[ helios-setup] Sep 11 20:52:05.913 INFO E| Downloaded clap_derive v4.5.49
38512026-09-11T20:52:07.126Z[ helios-setup] Sep 11 20:52:05.915 INFO E| Downloaded term v1.2.0
38522026-09-11T20:52:07.130Z[ helios-setup] Sep 11 20:52:05.921 INFO E| Downloaded devinfo v0.1.0
38532026-09-11T20:52:07.138Z[ helios-setup] Sep 11 20:52:05.928 INFO E| Downloaded simd-adler32 v0.3.7
38542026-09-11T20:52:07.145Z[ helios-setup] Sep 11 20:52:05.936 INFO E| Downloaded futures-channel v0.3.31
38552026-09-11T20:52:07.149Z[ helios-setup] Sep 11 20:52:05.937 INFO E| Downloaded toml_writer v1.0.4
38562026-09-11T20:52:07.149Z[ helios-setup] Sep 11 20:52:05.938 INFO E| Downloaded getopts v0.2.24
38572026-09-11T20:52:07.155Z[ helios-setup] Sep 11 20:52:05.945 INFO E| Downloaded pin-utils v0.1.0
38582026-09-11T20:52:07.159Z[ helios-setup] Sep 11 20:52:05.946 INFO E| Downloaded serde_spanned v1.0.3
38592026-09-11T20:52:07.159Z[ helios-setup] Sep 11 20:52:05.947 INFO E| Downloaded clap v4.5.51
38602026-09-11T20:52:07.162Z[ helios-setup] Sep 11 20:52:05.953 INFO E| Downloaded uuid v1.18.1
38612026-09-11T20:52:07.165Z[ helios-setup] Sep 11 20:52:05.955 INFO E| Downloaded thiserror v2.0.17
38622026-09-11T20:52:07.169Z[ helios-setup] Sep 11 20:52:05.958 INFO E| Downloaded toml v0.9.8
38632026-09-11T20:52:07.172Z[ helios-setup] Sep 11 20:52:05.961 INFO E| Downloaded anstyle-query v1.1.4
38642026-09-11T20:52:07.180Z[ helios-setup] Sep 11 20:52:05.970 INFO E| Downloaded clap_lex v0.7.6
38652026-09-11T20:52:07.183Z[ helios-setup] Sep 11 20:52:05.971 INFO E| Downloaded flate2 v1.1.5
38662026-09-11T20:52:07.186Z[ helios-setup] Sep 11 20:52:05.974 INFO E| Downloaded futures-macro v0.3.31
38672026-09-11T20:52:07.186Z[ helios-setup] Sep 11 20:52:05.975 INFO E| Downloaded zeroize_derive v1.4.2
38682026-09-11T20:52:07.186Z[ helios-setup] Sep 11 20:52:05.975 INFO E| Downloaded env_filter v0.1.4
38692026-09-11T20:52:07.202Z[ helios-setup] Sep 11 20:52:05.992 INFO E| Downloaded pin-project-lite v0.2.16
38702026-09-11T20:52:07.205Z[ helios-setup] Sep 11 20:52:05.996 INFO E| Downloaded quote v1.0.41
38712026-09-11T20:52:07.208Z[ helios-setup] Sep 11 20:52:05.997 INFO E| Downloaded env_logger v0.11.8
38722026-09-11T20:52:07.208Z[ helios-setup] Sep 11 20:52:05.999 INFO E| Downloaded toml_datetime v0.7.3
38732026-09-11T20:52:07.212Z[ helios-setup] Sep 11 20:52:05.999 INFO E| Downloaded find-msvc-tools v0.1.4
38742026-09-11T20:52:07.212Z[ helios-setup] Sep 11 20:52:06.000 INFO E| Downloaded thiserror-impl v2.0.17
38752026-09-11T20:52:07.218Z[ helios-setup] Sep 11 20:52:06.001 INFO E| Downloaded time-core v0.1.6
38762026-09-11T20:52:07.218Z[ helios-setup] Sep 11 20:52:06.002 INFO E| Downloaded zeroize v1.8.2
38772026-09-11T20:52:07.218Z[ helios-setup] Sep 11 20:52:06.003 INFO E| Downloaded tokio-macros v2.6.0
38782026-09-11T20:52:07.224Z[ helios-setup] Sep 11 20:52:06.014 INFO E| Downloaded generic-array v0.14.9
38792026-09-11T20:52:07.257Z[ helios-setup] Sep 11 20:52:06.047 INFO E| Downloaded deranged v0.5.5
38802026-09-11T20:52:07.260Z[ helios-setup] Sep 11 20:52:06.048 INFO E| Downloaded futures-executor v0.3.31
38812026-09-11T20:52:07.263Z[ helios-setup] Sep 11 20:52:06.048 INFO E| Downloaded bitfield v0.19.3
38822026-09-11T20:52:07.263Z[ helios-setup] Sep 11 20:52:06.049 INFO E| Downloaded getrandom v0.2.16
38832026-09-11T20:52:07.263Z[ helios-setup] Sep 11 20:52:06.051 INFO E| Downloaded num_enum v0.7.5
38842026-09-11T20:52:07.267Z[ helios-setup] Sep 11 20:52:06.054 INFO E| Downloaded time-macros v0.2.24
38852026-09-11T20:52:07.267Z[ helios-setup] Sep 11 20:52:06.056 INFO E| Downloaded futures v0.3.31
38862026-09-11T20:52:07.270Z[ helios-setup] Sep 11 20:52:06.059 INFO E| Downloaded proc-macro2 v1.0.103
38872026-09-11T20:52:07.273Z[ helios-setup] Sep 11 20:52:06.061 INFO E| Downloaded iana-time-zone v0.1.64
38882026-09-11T20:52:07.273Z[ helios-setup] Sep 11 20:52:06.063 INFO E| Downloaded rand v0.8.5
38892026-09-11T20:52:07.276Z[ helios-setup] Sep 11 20:52:06.065 INFO E| Downloaded anstyle v1.0.13
38902026-09-11T20:52:07.277Z[ helios-setup] Sep 11 20:52:06.066 INFO E| Downloaded toml_parser v1.0.4
38912026-09-11T20:52:07.280Z[ helios-setup] Sep 11 20:52:06.068 INFO E| Downloaded bytes v1.10.1
38922026-09-11T20:52:07.287Z[ helios-setup] Sep 11 20:52:06.077 INFO E| Downloaded socket2 v0.6.1
38932026-09-11T20:52:07.290Z[ helios-setup] Sep 11 20:52:06.078 INFO E| Downloaded log v0.4.28
38942026-09-11T20:52:07.290Z[ helios-setup] Sep 11 20:52:06.080 INFO E| Downloaded mio v1.1.0
38952026-09-11T20:52:07.293Z[ helios-setup] Sep 11 20:52:06.083 INFO E| Downloaded anyhow v1.0.100
38962026-09-11T20:52:07.296Z[ helios-setup] Sep 11 20:52:06.085 INFO E| Downloaded bitflags v2.10.0
38972026-09-11T20:52:07.299Z[ helios-setup] Sep 11 20:52:06.088 INFO E| Downloaded memchr v2.7.6
38982026-09-11T20:52:07.303Z[ helios-setup] Sep 11 20:52:06.091 INFO E| Downloaded unicode-ident v1.0.22
38992026-09-11T20:52:07.303Z[ helios-setup] Sep 11 20:52:06.092 INFO E| Downloaded rsa v0.9.8
39002026-09-11T20:52:07.306Z[ helios-setup] Sep 11 20:52:06.095 INFO E| Downloaded toml_edit v0.23.7
39012026-09-11T20:52:07.309Z[ helios-setup] Sep 11 20:52:06.097 INFO E| Downloaded typenum v1.19.0
39022026-09-11T20:52:07.309Z[ helios-setup] Sep 11 20:52:06.099 INFO E| Downloaded cc v1.2.44
39032026-09-11T20:52:07.313Z[ helios-setup] Sep 11 20:52:06.101 INFO E| Downloaded zerocopy-derive v0.8.27
39042026-09-11T20:52:07.316Z[ helios-setup] Sep 11 20:52:06.104 INFO E| Downloaded hashbrown v0.16.0
39052026-09-11T20:52:07.316Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39062026-09-11T20:52:07.325Z[ helios-setup] Sep 11 20:52:06.109 INFO E| Downloaded time v0.3.44
39072026-09-11T20:52:07.326Z[ helios-setup] Sep 11 20:52:06.114 INFO E| Downloaded indexmap v2.12.0
39082026-09-11T20:52:07.331Z[ helios-setup] Sep 11 20:52:06.117 INFO E| Downloaded libm v0.2.15
39092026-09-11T20:52:07.334Z[ helios-setup] Sep 11 20:52:06.124 INFO E| Downloaded iddqd v0.3.14
39102026-09-11T20:52:07.337Z[ helios-setup] Sep 11 20:52:06.128 INFO E| Downloaded num-bigint-dig v0.8.4
39112026-09-11T20:52:07.343Z[ helios-setup] Sep 11 20:52:06.133 INFO E| Downloaded serde_json v1.0.145
39122026-09-11T20:52:07.349Z[ helios-setup] Sep 11 20:52:06.140 INFO E| Downloaded futures-util v0.3.31
39132026-09-11T20:52:07.358Z[ helios-setup] Sep 11 20:52:06.148 INFO E| Downloaded winnow v0.7.13
39142026-09-11T20:52:07.392Z[ helios-setup] Sep 11 20:52:06.182 INFO E| Downloaded chrono v0.4.42
39152026-09-11T20:52:07.398Z[ helios-setup] Sep 11 20:52:06.188 INFO E| Downloaded zerocopy v0.8.27
39162026-09-11T20:52:07.413Z[ helios-setup] Sep 11 20:52:06.203 INFO E| Downloaded syn v2.0.108
39172026-09-11T20:52:07.420Z[ helios-setup] Sep 11 20:52:06.210 INFO E| Downloaded unicode-width v0.2.2
39182026-09-11T20:52:07.423Z[ helios-setup] Sep 11 20:52:06.213 INFO E| Downloaded rustix v1.1.2
39192026-09-11T20:52:07.459Z[ helios-setup] Sep 11 20:52:06.249 INFO E| Downloaded libc v0.2.177
39202026-09-11T20:52:07.477Z[ helios-setup] Sep 11 20:52:06.265 INFO E| Downloaded tokio v1.48.0
39212026-09-11T20:52:07.577Z[ helios-setup] Sep 11 20:52:06.367 INFO E| Compiling proc-macro2 v1.0.103
39222026-09-11T20:52:07.577Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling unicode-ident v1.0.22
39232026-09-11T20:52:07.578Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling quote v1.0.41
39242026-09-11T20:52:07.578Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling libc v0.2.177
39252026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling serde_core v1.0.228
39262026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling cfg-if v1.0.4
39272026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling serde v1.0.228
39282026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling version_check v0.9.5
39292026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling autocfg v1.5.0
39302026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling typenum v1.19.0
39312026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling const-oid v0.9.6
39322026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling libm v0.2.15
39332026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling zerocopy v0.8.27
39342026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling rustversion v1.0.22
39352026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling zeroize v1.8.2
39362026-09-11T20:52:07.581Z[ helios-setup] Sep 11 20:52:06.368 INFO E| Compiling base64ct v1.8.0
39372026-09-11T20:52:08.275Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39382026-09-11T20:52:08.291Z[ helios-setup] Sep 11 20:52:07.075 INFO E| Compiling smallvec v1.15.1
39392026-09-11T20:52:08.442Z[ helios-setup] Sep 11 20:52:07.232 INFO E| Compiling byteorder v1.5.0
39402026-09-11T20:52:08.506Z[ helios-setup] Sep 11 20:52:07.297 INFO E| Compiling crc32fast v1.5.0
39412026-09-11T20:52:08.525Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
39422026-09-11T20:52:08.939Z[ helios-setup] Sep 11 20:52:07.729 INFO E| Compiling pem-rfc7468 v0.7.0
39432026-09-11T20:52:08.955Z[ helios-setup] Sep 11 20:52:07.745 INFO E| Compiling utf8parse v0.2.2
39442026-09-11T20:52:08.996Z[ helios-setup] Sep 11 20:52:07.786 INFO E| Compiling generic-array v0.14.9
39452026-09-11T20:52:08.996Z[ helios-setup] Sep 11 20:52:07.786 INFO E| Compiling num-traits v0.2.19
39462026-09-11T20:52:09.165Z[ helios-setup] Sep 11 20:52:07.955 INFO E| Compiling flagset v0.4.7
39472026-09-11T20:52:09.264Z[ helios-setup] Sep 11 20:52:08.047 INFO E| Compiling equivalent v1.0.2
39482026-09-11T20:52:09.347Z[ helios-setup] Sep 11 20:52:08.137 INFO E| Compiling memchr v2.7.6
39492026-09-11T20:52:09.347Z[ helios-setup] Sep 11 20:52:08.137 INFO E| Compiling hashbrown v0.16.0
39502026-09-11T20:52:09.390Z[ helios-setup] Sep 11 20:52:08.179 INFO E| Compiling winnow v0.7.13
39512026-09-11T20:52:09.404Z[ helios-setup] Sep 11 20:52:08.194 INFO E| Compiling rustix v1.1.2
39522026-09-11T20:52:09.463Z[ helios-setup] Sep 11 20:52:08.254 INFO E| Compiling anyhow v1.0.100
39532026-09-11T20:52:09.511Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39542026-09-11T20:52:09.693Z[ helios-setup] Sep 11 20:52:08.483 INFO E| Compiling anstyle-parse v0.2.7
39552026-09-11T20:52:09.696Z[ helios-setup] Sep 11 20:52:08.483 INFO E| Compiling cpufeatures v0.2.17
39562026-09-11T20:52:09.738Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39572026-09-11T20:52:09.787Z[ helios-setup] Sep 11 20:52:08.577 INFO E| Compiling shlex v1.3.0
39582026-09-11T20:52:09.952Z[ helios-setup] Sep 11 20:52:08.742 INFO E| Compiling getrandom v0.2.16
39592026-09-11T20:52:10.132Z[ helios-setup] Sep 11 20:52:08.922 INFO E| Compiling rand_core v0.6.4
39602026-09-11T20:52:10.199Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39612026-09-11T20:52:10.234Z[ helios-setup] Sep 11 20:52:09.024 INFO E| Compiling errno v0.3.14
39622026-09-11T20:52:10.280Z[ helios-setup] Sep 11 20:52:09.070 INFO E| Compiling anstyle-query v1.1.4
39632026-09-11T20:52:10.378Z[ helios-setup] Sep 11 20:52:09.168 INFO E| Compiling syn v2.0.108
39642026-09-11T20:52:10.381Z[ helios-setup] Sep 11 20:52:09.168 INFO E| Compiling is_terminal_polyfill v1.70.2
39652026-09-11T20:52:10.381Z[ helios-setup] Sep 11 20:52:09.168 INFO E| Compiling toml_datetime v0.7.3
39662026-09-11T20:52:10.440Z[ helios-setup] Sep 11 20:52:09.230 INFO E| Compiling syn v1.0.109
39672026-09-11T20:52:10.453Z[ helios-setup] Sep 11 20:52:09.243 INFO E| Compiling allocator-api2 v0.2.21
39682026-09-11T20:52:10.503Z[ helios-setup] Sep 11 20:52:09.293 INFO E| Compiling radium v0.7.0
39692026-09-11T20:52:10.513Z[ helios-setup] Sep 11 20:52:09.303 INFO E| Compiling find-msvc-tools v0.1.4
39702026-09-11T20:52:10.725Z[ helios-setup] Sep 11 20:52:09.515 INFO E| Compiling indexmap v2.12.0
39712026-09-11T20:52:10.733Z[ helios-setup] Sep 11 20:52:09.524 INFO E| Compiling colorchoice v1.0.4
39722026-09-11T20:52:10.746Z[ helios-setup] Sep 11 20:52:09.534 INFO E| Compiling anstyle v1.0.13
39732026-09-11T20:52:10.934Z[ helios-setup] Sep 11 20:52:09.724 INFO E| Compiling cc v1.2.44
39742026-09-11T20:52:10.958Z[ helios-setup] Sep 11 20:52:09.748 INFO E| Compiling slog v2.8.2
39752026-09-11T20:52:11.025Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39762026-09-11T20:52:11.119Z[ helios-setup] Sep 11 20:52:09.909 INFO E| Compiling anstream v0.6.21
39772026-09-11T20:52:11.392Z[ helios-setup] Sep 11 20:52:10.182 INFO E| Compiling futures-core v0.3.31
39782026-09-11T20:52:11.399Z[ helios-setup] Sep 11 20:52:10.188 INFO E| Compiling parking_lot_core v0.9.12
39792026-09-11T20:52:11.460Z[ helios-setup] Sep 11 20:52:10.246 INFO E| Compiling tap v1.0.1
39802026-09-11T20:52:11.464Z[ host-package] Compiling git2 v0.20.4
39812026-09-11T20:52:11.522Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39822026-09-11T20:52:11.535Z[ helios-setup] Sep 11 20:52:10.325 INFO E| Compiling pkg-config v0.3.32
39832026-09-11T20:52:11.602Z[ helios-setup] Sep 11 20:52:10.392 INFO E| Compiling futures-sink v0.3.31
39842026-09-11T20:52:11.735Z[ helios-setup] Sep 11 20:52:10.525 INFO E| Compiling unicode-width v0.2.2
39852026-09-11T20:52:11.846Z[ helios-setup] Sep 11 20:52:10.590 INFO E| Compiling pin-project-lite v0.2.16
39862026-09-11T20:52:11.894Z[ helios-setup] Sep 11 20:52:10.684 INFO E| Compiling toml_parser v1.0.4
39872026-09-11T20:52:11.959Z[ helios-setup] Sep 11 20:52:10.749 INFO E| Compiling maybe-uninit v2.0.0
39882026-09-11T20:52:12.052Z[ helios-setup] Sep 11 20:52:10.842 INFO E| Compiling futures-channel v0.3.31
39892026-09-11T20:52:12.065Z[ helios-setup] Sep 11 20:52:10.855 INFO E| Compiling wyz v0.5.1
39902026-09-11T20:52:12.311Z[ helios-setup] Sep 11 20:52:11.102 INFO E| Compiling block-buffer v0.10.4
39912026-09-11T20:52:12.392Z[ helios-setup] Sep 11 20:52:11.182 INFO E| Compiling crypto-common v0.1.6
39922026-09-11T20:52:12.414Z[ helios-setup] Sep 11 20:52:11.198 INFO E| Compiling getopts v0.2.24
39932026-09-11T20:52:12.452Z[ helios-setup] Sep 11 20:52:11.242 INFO E| Compiling ahash v0.8.12
39942026-09-11T20:52:12.503Z[ helios-setup] Sep 11 20:52:11.292 INFO E| Compiling slab v0.4.11
39952026-09-11T20:52:12.519Z[ helios-setup] Sep 11 20:52:11.309 INFO E| Compiling digest v0.10.7
39962026-09-11T20:52:12.529Z[ helios-setup] Sep 11 20:52:11.319 INFO E| Compiling num-integer v0.1.46
39972026-09-11T20:52:12.633Z[ helios-setup] Sep 11 20:52:11.423 INFO E| Compiling time-core v0.1.6
39982026-09-11T20:52:12.640Z[ helios-setup] Sep 11 20:52:11.430 INFO E| Compiling num-conv v0.1.0
39992026-09-11T20:52:12.720Z[ helios-setup] Sep 11 20:52:11.510 INFO E| Compiling toml_edit v0.23.7
40002026-09-11T20:52:12.731Z[ helios-setup] Sep 11 20:52:11.521 INFO E| Compiling bitflags v2.10.0
40012026-09-11T20:52:12.927Z[ helios-setup] Sep 11 20:52:11.717 INFO E| Compiling sha2 v0.10.9
40022026-09-11T20:52:12.961Z[ helios-setup] Sep 11 20:52:11.752 INFO E| Compiling clap_lex v0.7.6
40032026-09-11T20:52:12.961Z[ helios-setup] Sep 11 20:52:11.752 INFO E| Compiling futures-io v0.3.31
40042026-09-11T20:52:13.178Z[ helios-setup] Sep 11 20:52:11.968 INFO E| Compiling heck v0.5.0
40052026-09-11T20:52:13.199Z[ helios-setup] Sep 11 20:52:11.989 INFO E| Compiling futures-task v0.3.31
40062026-09-11T20:52:13.233Z[ helios-setup] Sep 11 20:52:12.022 INFO E| Compiling packed_struct v0.10.1
40072026-09-11T20:52:13.299Z[ helios-setup] Sep 11 20:52:12.089 INFO E| Compiling spin v0.9.8
40082026-09-11T20:52:13.369Z[ helios-setup] Sep 11 20:52:12.159 INFO E| Compiling strsim v0.11.1
40092026-09-11T20:52:13.381Z[ helios-setup] Sep 11 20:52:12.172 INFO E| Compiling pin-utils v0.1.0
40102026-09-11T20:52:13.434Z[ helios-setup] Sep 11 20:52:12.224 INFO E| Compiling itoa v1.0.15
40112026-09-11T20:52:13.468Z[ helios-setup] Sep 11 20:52:12.258 INFO E| Compiling num-bigint-dig v0.8.4
40122026-09-11T20:52:13.520Z[ helios-setup] Sep 11 20:52:12.310 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
40132026-09-11T20:52:13.549Z[ helios-setup] Sep 11 20:52:12.338 INFO E| Compiling thiserror v1.0.69
40142026-09-11T20:52:13.616Z[ helios-setup] Sep 11 20:52:12.406 INFO E| Compiling bytes v1.10.1
40152026-09-11T20:52:13.729Z[ helios-setup] Sep 11 20:52:12.518 INFO E| Compiling scopeguard v1.2.0
40162026-09-11T20:52:13.774Z[ helios-setup] Sep 11 20:52:12.564 INFO E| Compiling powerfmt v0.2.0
40172026-09-11T20:52:13.835Z[ helios-setup] Sep 11 20:52:12.625 INFO E| Compiling funty v2.0.0
40182026-09-11T20:52:13.864Z[ helios-setup] Sep 11 20:52:12.654 INFO E| Compiling getrandom v0.3.4
40192026-09-11T20:52:13.888Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40202026-09-11T20:52:13.892Z[ helios-setup] Sep 11 20:52:12.682 INFO E| Compiling lock_api v0.4.14
40212026-09-11T20:52:14.006Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40222026-09-11T20:52:14.039Z[ helios-setup] Sep 11 20:52:12.822 INFO E| Compiling terminal_size v0.4.3
40232026-09-11T20:52:14.131Z[ helios-setup] Sep 11 20:52:12.922 INFO E| Compiling proc-macro-crate v3.4.0
40242026-09-11T20:52:14.218Z[ helios-setup] Sep 11 20:52:13.007 INFO E| Compiling clap_builder v4.5.51
40252026-09-11T20:52:14.362Z[ helios-setup] Sep 11 20:52:13.152 INFO E| Compiling deranged v0.5.5
40262026-09-11T20:52:14.406Z[ helios-setup] Sep 11 20:52:13.196 INFO E| Compiling lazy_static v1.5.0
40272026-09-11T20:52:14.635Z[ helios-setup] Sep 11 20:52:13.425 INFO E| Compiling num-iter v0.1.45
40282026-09-11T20:52:14.645Z[ helios-setup] Sep 11 20:52:13.435 INFO E| Compiling time-macros v0.2.24
40292026-09-11T20:52:14.724Z[ helios-setup] Sep 11 20:52:13.515 INFO E| Compiling indexmap v1.9.3
40302026-09-11T20:52:14.833Z[ helios-setup] Sep 11 20:52:13.623 INFO E| Compiling crc-catalog v2.4.0
40312026-09-11T20:52:14.842Z[ helios-setup] Sep 11 20:52:13.632 INFO E| Compiling simd-adler32 v0.3.7
40322026-09-11T20:52:15.014Z[ helios-setup] Sep 11 20:52:13.804 INFO E| Compiling thiserror v2.0.17
40332026-09-11T20:52:15.064Z[ helios-setup] Sep 11 20:52:13.855 INFO E| Compiling iana-time-zone v0.1.64
40342026-09-11T20:52:15.165Z[ helios-setup] Sep 11 20:52:13.955 INFO E| Compiling bitvec v1.0.1
40352026-09-11T20:52:15.311Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40362026-09-11T20:52:15.316Z[ helios-setup] Sep 11 20:52:14.105 INFO E| Compiling log v0.4.28
40372026-09-11T20:52:15.333Z[ helios-setup] Sep 11 20:52:14.123 INFO E| Compiling once_cell v1.21.3
40382026-09-11T20:52:15.466Z[ helios-setup] Sep 11 20:52:14.256 INFO E| Compiling nodrop v0.1.14
40392026-09-11T20:52:15.599Z[ helios-setup] Sep 11 20:52:14.389 INFO E| Compiling serde_json v1.0.145
40402026-09-11T20:52:15.701Z[ helios-setup] Sep 11 20:52:14.491 INFO E| Compiling adler2 v2.0.1
40412026-09-11T20:52:16.059Z[ helios-setup] Sep 11 20:52:14.849 INFO E| Compiling miniz_oxide v0.8.9
40422026-09-11T20:52:16.135Z[ helios-setup] Sep 11 20:52:14.925 INFO E| Compiling env_filter v0.1.4
40432026-09-11T20:52:16.162Z[ helios-setup] Sep 11 20:52:14.951 INFO E| Compiling array-init v0.0.4
40442026-09-11T20:52:16.312Z[ helios-setup] Sep 11 20:52:15.102 INFO E| Compiling chrono v0.4.42
40452026-09-11T20:52:16.372Z[ helios-setup] Sep 11 20:52:15.162 INFO E| Compiling parking_lot v0.12.5
40462026-09-11T20:52:16.419Z[ helios-setup] Sep 11 20:52:15.209 INFO E| Compiling crc v3.3.0
40472026-09-11T20:52:16.697Z[ helios-setup] Sep 11 20:52:15.487 INFO E| Compiling smallvec v0.6.14
40482026-09-11T20:52:16.720Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40492026-09-11T20:52:16.772Z[ helios-setup] Sep 11 20:52:15.562 INFO E| Compiling signature v2.2.0
40502026-09-11T20:52:16.824Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40512026-09-11T20:52:17.011Z[ helios-setup] Sep 11 20:52:15.800 INFO E| Compiling serde_spanned v1.0.3
40522026-09-11T20:52:17.121Z[ helios-setup] Sep 11 20:52:15.912 INFO E| Compiling time v0.3.44
40532026-09-11T20:52:17.223Z[ helios-setup] Sep 11 20:52:16.013 INFO E| Compiling socket2 v0.6.1
40542026-09-11T20:52:17.229Z[ helios-setup] Sep 11 20:52:16.019 INFO E| Compiling signal-hook-registry v1.4.6
40552026-09-11T20:52:17.368Z[ helios-setup] Sep 11 20:52:16.158 INFO E| Compiling is-terminal v0.4.17
40562026-09-11T20:52:17.463Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40572026-09-11T20:52:17.503Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40582026-09-11T20:52:17.749Z[ helios-setup] Sep 11 20:52:16.539 INFO E| Compiling mio v1.1.0
40592026-09-11T20:52:17.878Z[ helios-setup] Sep 11 20:52:16.669 INFO E| Compiling thread_local v1.1.9
40602026-09-11T20:52:18.014Z[ helios-setup] Sep 11 20:52:16.804 INFO E| Compiling serde_derive v1.0.228
40612026-09-11T20:52:18.237Z[ helios-setup] Sep 11 20:52:17.027 INFO E| Compiling zerocopy-derive v0.8.27
40622026-09-11T20:52:18.242Z[ helios-setup] Sep 11 20:52:17.027 INFO E| Compiling der_derive v0.7.3
40632026-09-11T20:52:18.378Z[ helios-setup] Sep 11 20:52:17.168 INFO E| Compiling futures-macro v0.3.31
40642026-09-11T20:52:18.610Z[ helios-setup] Sep 11 20:52:17.400 INFO E| Compiling packed_struct_codegen v0.10.1
40652026-09-11T20:52:18.674Z[ helios-setup] Sep 11 20:52:17.464 INFO E| Compiling clap_derive v4.5.49
40662026-09-11T20:52:18.690Z[ helios-setup] Sep 11 20:52:17.480 INFO E| Compiling thiserror-impl v1.0.69
40672026-09-11T20:52:18.971Z[ helios-setup] Sep 11 20:52:17.761 INFO E| Compiling zerocopy-derive v0.6.6
40682026-09-11T20:52:19.029Z[ helios-setup] Sep 11 20:52:17.819 INFO E| Compiling bitfield-macros v0.19.3
40692026-09-11T20:52:19.099Z[ helios-setup] Sep 11 20:52:17.889 INFO E| Compiling num_enum_derive v0.7.5
40702026-09-11T20:52:19.347Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40712026-09-11T20:52:19.381Z[ helios-setup] Sep 11 20:52:18.171 INFO E| Compiling tokio-macros v2.6.0
40722026-09-11T20:52:19.490Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40732026-09-11T20:52:19.632Z[ helios-setup] Sep 11 20:52:18.422 INFO E| Compiling thiserror-impl v2.0.17
40742026-09-11T20:52:20.081Z[ helios-setup] Sep 11 20:52:18.871 INFO E| Compiling futures-util v0.3.31
40752026-09-11T20:52:20.314Z[ host-package] Compiling signal-hook-tokio v0.3.1
40762026-09-11T20:52:20.391Z[ helios-setup] Sep 11 20:52:19.181 INFO E| Compiling der v0.7.10
40772026-09-11T20:52:20.596Z[ host-package] Compiling fatfs v0.3.6
40782026-09-11T20:52:20.796Z[ helios-setup] Sep 11 20:52:19.581 INFO E| Compiling bitfield v0.19.3
40792026-09-11T20:52:20.859Z[ host-package] Compiling yasna v0.5.2
40802026-09-11T20:52:21.009Z[ helios-setup] Sep 11 20:52:19.787 INFO E| Compiling subtle v2.6.1
40812026-09-11T20:52:21.078Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40822026-09-11T20:52:21.111Z[ helios-setup] Sep 11 20:52:19.846 INFO E| Compiling term v1.2.0
40832026-09-11T20:52:21.202Z[ host-package] Compiling console v0.16.2
40842026-09-11T20:52:21.220Z[ helios-setup] Sep 11 20:52:20.005 INFO E| Compiling ryu v1.0.20
40852026-09-11T20:52:21.329Z[ helios-setup] Sep 11 20:52:20.108 INFO E| Compiling libdevinfo-sys v1.1.0
40862026-09-11T20:52:21.467Z[ helios-setup] Sep 11 20:52:20.252 INFO E| Compiling base64 v0.21.7
40872026-09-11T20:52:21.530Z[ helios-setup] Sep 11 20:52:20.309 INFO E| Compiling winnow v0.5.40
40882026-09-11T20:52:21.584Z[ helios-setup] Sep 11 20:52:20.362 INFO E| Compiling toml_writer v1.0.4
40892026-09-11T20:52:21.709Z[ helios-setup] Sep 11 20:52:20.497 INFO E| Compiling num_enum v0.7.5
40902026-09-11T20:52:21.769Z[ helios-setup] Sep 11 20:52:20.552 INFO E| Compiling zerocopy v0.6.6
40912026-09-11T20:52:21.928Z[ helios-setup] Sep 11 20:52:20.702 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40922026-09-11T20:52:22.002Z[ helios-setup] Sep 11 20:52:20.786 INFO E| Compiling hashbrown v0.12.3
40932026-09-11T20:52:22.057Z[ helios-setup] Sep 11 20:52:20.837 INFO E| Compiling devinfo v0.1.0
40942026-09-11T20:52:22.342Z[ helios-setup] Sep 11 20:52:21.130 INFO E| Compiling spki v0.7.3
40952026-09-11T20:52:22.459Z[ helios-setup] Sep 11 20:52:21.249 INFO E| Compiling clap v4.5.51
40962026-09-11T20:52:22.469Z[ helios-setup] Sep 11 20:52:21.258 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40972026-09-11T20:52:22.501Z[ helios-setup] Sep 11 20:52:21.286 INFO E| Compiling toml v0.9.8
40982026-09-11T20:52:22.561Z[ helios-setup] Sep 11 20:52:21.350 INFO E| Compiling tokio v1.48.0
40992026-09-11T20:52:22.618Z[ helios-setup] Sep 11 20:52:21.403 INFO E| Compiling bzip2 v0.4.4
41002026-09-11T20:52:22.681Z[ helios-setup] Sep 11 20:52:21.467 INFO E| Compiling uuid v1.18.1
41012026-09-11T20:52:22.838Z[ helios-setup] Sep 11 20:52:21.621 INFO E| Compiling pkcs8 v0.10.2
41022026-09-11T20:52:22.914Z[ host-package] Compiling assert_matches v1.5.0
41032026-09-11T20:52:23.073Z[ helios-setup] Sep 11 20:52:21.837 INFO E| Compiling x509-cert v0.2.5
41042026-09-11T20:52:23.087Z[ helios-setup] Sep 11 20:52:21.844 INFO E| Compiling flate2 v1.1.5
41052026-09-11T20:52:23.098Z[ host-package] Compiling seq-macro v0.3.6
41062026-09-11T20:52:23.230Z[ helios-setup] Sep 11 20:52:22.011 INFO E| Compiling pkcs1 v0.7.5
41072026-09-11T20:52:23.247Z[ host-package] Compiling indicatif v0.18.4
41082026-09-11T20:52:24.003Z[ helios-setup] Sep 11 20:52:22.793 INFO E| Compiling env_logger v0.11.8
41092026-09-11T20:52:24.078Z[ helios-setup] Sep 11 20:52:22.859 INFO E| Compiling rustc-hash v2.1.1
41102026-09-11T20:52:24.152Z[ helios-setup] Sep 11 20:52:22.941 INFO E| Compiling crc-any v2.5.0
41112026-09-11T20:52:24.221Z[ helios-setup] Sep 11 20:52:23.011 INFO E| Compiling bitflags v1.3.2
41122026-09-11T20:52:24.257Z[ helios-setup] Sep 11 20:52:23.041 INFO E| Compiling foldhash v0.2.0
41132026-09-11T20:52:24.320Z[ helios-setup] Sep 11 20:52:23.110 INFO E| Compiling hex v0.4.3
41142026-09-11T20:52:24.358Z[ helios-setup] Sep 11 20:52:23.145 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41152026-09-11T20:52:24.509Z[ host-package] Compiling rcgen v0.12.1
41162026-09-11T20:52:24.828Z[ helios-setup] Sep 11 20:52:23.617 INFO E| Compiling ppv-lite86 v0.2.21
41172026-09-11T20:52:25.080Z[ helios-setup] Sep 11 20:52:23.864 INFO E| Compiling iddqd v0.3.14
41182026-09-11T20:52:25.088Z[ helios-setup] Sep 11 20:52:23.871 INFO E| Compiling zip v0.6.6
41192026-09-11T20:52:25.279Z[ helios-setup] Sep 11 20:52:24.063 INFO E| Compiling hashbrown v0.13.2
41202026-09-11T20:52:25.548Z[ helios-setup] Sep 11 20:52:24.337 INFO E| Compiling rand_chacha v0.3.1
41212026-09-11T20:52:25.649Z[ helios-setup] Sep 11 20:52:24.439 INFO E| Compiling erased-serde v0.3.31
41222026-09-11T20:52:25.724Z[ helios-setup] Sep 11 20:52:24.513 INFO E| Compiling toml_datetime v0.6.11
41232026-09-11T20:52:25.935Z[ helios-setup] Sep 11 20:52:24.725 INFO E| Compiling serde_spanned v0.6.9
41242026-09-11T20:52:26.110Z[ helios-setup] Sep 11 20:52:24.900 INFO E| Compiling futures-executor v0.3.31
41252026-09-11T20:52:26.266Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41262026-09-11T20:52:26.360Z[ helios-setup] Sep 11 20:52:25.150 INFO E| Compiling rand v0.8.5
41272026-09-11T20:52:26.382Z[ helios-setup] Sep 11 20:52:25.172 INFO E| Compiling toml_edit v0.19.15
41282026-09-11T20:52:26.484Z[ helios-setup] Sep 11 20:52:25.274 INFO E| Compiling futures v0.3.31
41292026-09-11T20:52:26.589Z[ helios-setup] Sep 11 20:52:25.379 INFO E| Compiling serde-hex v0.1.0
41302026-09-11T20:52:26.593Z[ helios-setup] Sep 11 20:52:25.380 INFO E| Compiling ron v0.8.1
41312026-09-11T20:52:26.624Z[ helios-setup] Sep 11 20:52:25.414 INFO E| Compiling object v0.30.4
41322026-09-11T20:52:26.728Z[ helios-setup] Sep 11 20:52:25.518 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41332026-09-11T20:52:26.795Z[ helios-setup] Sep 11 20:52:25.585 INFO E| Compiling path-slash v0.1.5
41342026-09-11T20:52:26.842Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41352026-09-11T20:52:27.529Z[ host-package] Compiling slog-envlogger v2.2.0
41362026-09-11T20:52:27.814Z[ helios-setup] Sep 11 20:52:26.604 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41372026-09-11T20:52:28.432Z[ helios-setup] Sep 11 20:52:27.222 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41382026-09-11T20:52:28.532Z[ helios-setup] Sep 11 20:52:27.322 INFO E| Compiling slog-term v2.9.2
41392026-09-11T20:52:28.801Z[ host-package] Compiling oxide-update-engine-display v0.1.2
41402026-09-11T20:52:29.514Z[ helios-setup] Sep 11 20:52:28.304 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41412026-09-11T20:52:29.552Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41422026-09-11T20:52:29.889Z[ helios-setup] Sep 11 20:52:28.679 INFO E| Compiling toml v0.7.8
41432026-09-11T20:52:29.907Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41442026-09-11T20:52:30.056Z[ helios-setup] Sep 11 20:52:28.846 INFO E| Compiling rsa v0.9.8
41452026-09-11T20:52:30.104Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41462026-09-11T20:52:30.495Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
41472026-09-11T20:52:30.815Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41482026-09-11T20:52:30.962Z[ host-package] Compiling port-file v0.1.0
41492026-09-11T20:52:31.328Z[ host-package] Compiling subprocess v0.2.15
41502026-09-11T20:52:31.394Z[ host-package] Compiling rtoolbox v0.0.3
41512026-09-11T20:52:32.044Z[ helios-setup] Sep 11 20:52:30.834 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41522026-09-11T20:52:32.265Z[ helios-setup] Sep 11 20:52:31.049 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41532026-09-11T20:52:32.270Z[ host-package] Compiling rpassword v7.5.4
41542026-09-11T20:52:32.296Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41552026-09-11T20:52:33.094Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41562026-09-11T20:52:33.523Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41572026-09-11T20:52:33.988Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41582026-09-11T20:52:34.137Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41592026-09-11T20:52:35.634Z[ host-package] Compiling tui-tree-widget v0.23.1
41602026-09-11T20:52:35.877Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41612026-09-11T20:52:36.104Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41622026-09-11T20:52:36.266Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41632026-09-11T20:52:37.811Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41642026-09-11T20:52:38.027Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41652026-09-11T20:52:38.195Z[ helios-setup] Sep 11 20:52:36.985 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41662026-09-11T20:52:38.312Z[ host-package] Compiling uzers v0.12.2
41672026-09-11T20:52:38.479Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41682026-09-11T20:52:38.872Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41692026-09-11T20:52:38.939Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41702026-09-11T20:52:39.015Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41712026-09-11T20:52:39.482Z[ host-package] Compiling support-bundle-viewer v0.1.2
41722026-09-11T20:52:39.590Z[ helios-setup] Sep 11 20:52:38.380 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
41732026-09-11T20:52:39.903Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41742026-09-11T20:52:39.969Z[ host-package] Compiling multimap v0.10.1
41752026-09-11T20:52:42.080Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41762026-09-11T20:52:43.842Z[ helios-setup] Sep 11 20:52:42.632 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
41772026-09-11T20:52:51.166Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41782026-09-11T20:52:55.366Z[ helios-setup] Sep 11 20:52:54.155 INFO E| Finished `release` profile [optimized] target(s) in 49.57s
41792026-09-11T20:52:55.369Z[ helios-setup] Sep 11 20:52:54.158 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41802026-09-11T20:52:55.369Z[ helios-setup] Sep 11 20:52:54.158 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-09-11T20:52:55.424Z[ helios-setup] Sep 11 20:52:54.213 INFO building project "pilot" ok (49 seconds)
41822026-09-11T20:52:55.427Z[ helios-setup] rm -f helios-build
41832026-09-11T20:52:55.427Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41842026-09-11T20:52:55.431Z[ helios-setup]
41852026-09-11T20:52:55.431Z[ helios-setup] Setup complete! ./helios-build is now available.
41862026-09-11T20:52:55.434Z[ helios-setup]
41872026-09-11T20:52:55.434Z[ helios-setup]
41882026-09-11T20:52:55.434Z[ helios-setup] real 2:57.553166885
41892026-09-11T20:52:55.434Z[ helios-setup] user 7:07.364524643
41902026-09-11T20:52:55.434Z[ helios-setup] sys 1:21.543549820
41912026-09-11T20:52:55.435Z[ helios-setup] trap 0.593130678
41922026-09-11T20:52:55.435Z[ helios-setup] tflt 2.223277186
41932026-09-11T20:52:55.435Z[ helios-setup] dflt 7.590115127
41942026-09-11T20:52:55.435Z[ helios-setup] kflt 0.017530053
41952026-09-11T20:52:55.435Z[ helios-setup] lock 57:33.655063765
41962026-09-11T20:52:55.435Z[ helios-setup] slp 37:18.800174139
41972026-09-11T20:52:55.435Z[ helios-setup] lat 6:58.367962959
41982026-09-11T20:52:55.435Z[ helios-setup] stop 1:32.118438984
41992026-09-11T20:52:55.435ZSep 11 20:52:54.223 INFO [helios-setup] process exited with exit status: 0 (177.556357315s)
42002026-09-11T20:52:55.435ZSep 11 20:52:54.223 INFO [helios-record] running task
42012026-09-11T20:52:55.435ZSep 11 20:52:54.223 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42022026-09-11T20:52:55.438ZSep 11 20:52:54.228 DEBG process exited with exit status: 0 (4.57026ms)
42032026-09-11T20:52:55.439ZSep 11 20:52:54.228 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42042026-09-11T20:52:55.443ZSep 11 20:52:54.232 DEBG process exited with exit status: 0 (4.5918ms)
42052026-09-11T20:52:55.446ZSep 11 20:52:54.233 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
42062026-09-11T20:52:55.450ZSep 11 20:52:54.236 DEBG process exited with exit status: 0 (3.71528ms)
42072026-09-11T20:52:55.450ZSep 11 20:52:54.236 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42082026-09-11T20:52:55.450ZSep 11 20:52:54.240 DEBG process exited with exit status: 0 (3.5391ms)
42092026-09-11T20:52:55.450ZSep 11 20:52:54.240 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42102026-09-11T20:52:55.454ZSep 11 20:52:54.243 DEBG process exited with exit status: 0 (3.33453ms)
42112026-09-11T20:52:55.454ZSep 11 20:52:54.243 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42122026-09-11T20:52:55.457ZSep 11 20:52:54.247 DEBG process exited with exit status: 0 (3.35447ms)
42132026-09-11T20:52:55.457ZSep 11 20:52:54.247 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42142026-09-11T20:52:55.460ZSep 11 20:52:54.250 DEBG process exited with exit status: 0 (3.42669ms)
42152026-09-11T20:52:55.460ZSep 11 20:52:54.250 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
42162026-09-11T20:52:55.463ZSep 11 20:52:54.253 DEBG process exited with exit status: 0 (3.21948ms)
42172026-09-11T20:52:55.463ZSep 11 20:52:54.253 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42182026-09-11T20:52:55.467ZSep 11 20:52:54.257 DEBG process exited with exit status: 0 (3.61599ms)
42192026-09-11T20:52:55.470ZSep 11 20:52:54.257 INFO [helios-record] task succeeded (34.17144ms)
42202026-09-11T20:53:04.495Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42212026-09-11T20:53:29.107Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42222026-09-11T21:01:31.108Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 51s
42232026-09-11T21:01:31.111Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42242026-09-11T21:01:31.112Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42252026-09-11T21:02:07.850ZSep 11 21:02:06.625 INFO [host-package] process exited with exit status: 0 (688.477193083s)
42262026-09-11T21:02:07.851ZSep 11 21:02:06.625 INFO [host-libraries] running task
42272026-09-11T21:02:07.851ZSep 11 21:02:06.625 INFO [host-stamp] running task
42282026-09-11T21:02:07.860ZSep 11 21:02:06.627 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+gitb3dab2e6b25
42292026-09-11T21:02:07.860ZSep 11 21:02:06.628 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+gitb3dab2e6b25
42302026-09-11T21:02:07.860ZSep 11 21:02:06.628 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+gitb3dab2e6b25
42312026-09-11T21:02:07.860ZSep 11 21:02:06.628 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+gitb3dab2e6b25
42322026-09-11T21:02:07.860ZSep 11 21:02:06.629 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+gitb3dab2e6b25
42332026-09-11T21:02:07.860ZSep 11 21:02:06.629 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+gitb3dab2e6b25
42342026-09-11T21:02:07.860ZSep 11 21:02:06.629 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+gitb3dab2e6b25
42352026-09-11T21:02:07.860ZSep 11 21:02:06.629 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+gitb3dab2e6b25
42362026-09-11T21:02:07.860Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42372026-09-11T21:02:07.860Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42382026-09-11T21:02:07.860Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42392026-09-11T21:02:07.860Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42402026-09-11T21:02:07.860Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42412026-09-11T21:02:07.860Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42422026-09-11T21:02:07.860Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42432026-09-11T21:02:07.860Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42442026-09-11T21:02:07.861Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42452026-09-11T21:02:07.861ZSep 11 21:02:06.638 INFO [stamp-overlay] process exited with exit status: 0 (9.28011ms)
42462026-09-11T21:02:07.866Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42472026-09-11T21:02:07.866ZSep 11 21:02:06.644 INFO [stamp-oxlog] process exited with exit status: 0 (14.64126ms)
42482026-09-11T21:02:07.905Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42492026-09-11T21:02:07.909ZSep 11 21:02:06.687 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.4184ms)
42502026-09-11T21:02:07.912Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42512026-09-11T21:02:07.915ZSep 11 21:02:06.699 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.64466ms)
42522026-09-11T21:02:08.064Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42532026-09-11T21:02:08.067ZSep 11 21:02:06.850 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (222.245399ms)
42542026-09-11T21:02:08.113Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42552026-09-11T21:02:08.116ZSep 11 21:02:06.896 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (268.373469ms)
42562026-09-11T21:02:08.393Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42572026-09-11T21:02:08.404ZSep 11 21:02:07.177 INFO [stamp-propolis-server] process exited with exit status: 0 (548.966649ms)
42582026-09-11T21:02:08.661ZSep 11 21:02:07.443 INFO [host-libraries] task succeeded (817.931849ms)
42592026-09-11T21:02:08.665ZSep 11 21:02:07.443 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42602026-09-11T21:02:08.669Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42612026-09-11T21:02:09.673Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42622026-09-11T21:02:09.796Z[recovery-package] Compiling regress v0.11.1
42632026-09-11T21:02:09.842Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42642026-09-11T21:02:09.849Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42652026-09-11T21:02:09.882Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42662026-09-11T21:02:09.931Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42672026-09-11T21:02:09.944Z[recovery-package] Compiling slog-scope v4.4.1
42682026-09-11T21:02:09.963Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42692026-09-11T21:02:10.068Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42702026-09-11T21:02:10.090Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42712026-09-11T21:02:10.106Z[recovery-package] Compiling slog-stdlog v4.1.1
42722026-09-11T21:02:10.247Z[recovery-package] Compiling slog-envlogger v2.2.0
42732026-09-11T21:02:10.330Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42742026-09-11T21:02:10.837Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42752026-09-11T21:02:10.978Z[recovery-package] Compiling oxide-update-engine v0.1.2
42762026-09-11T21:02:11.408Z[recovery-package] Compiling typify-impl v0.6.2
42772026-09-11T21:02:12.685Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42782026-09-11T21:02:12.692ZSep 11 21:02:11.471 INFO [stamp-switch-asic] process exited with exit status: 0 (4.84246436s)
42792026-09-11T21:02:12.692ZSep 11 21:02:11.471 INFO [host-stamp] task succeeded (4.84664667s)
42802026-09-11T21:02:12.692ZSep 11 21:02:11.471 INFO [host-proto] running task
42812026-09-11T21:02:13.057ZSep 11 21:02:11.840 INFO [host-proto] task succeeded (368.811509ms)
42822026-09-11T21:02:13.057ZSep 11 21:02:11.840 INFO [host-profile] running task
42832026-09-11T21:02:13.060ZSep 11 21:02:11.840 INFO [host-profile] task succeeded (163.52µs)
42842026-09-11T21:02:13.060ZSep 11 21:02:11.840 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/.tmpAiB8Pk/proto/host/root -N 'ci b3dab2e/${os_short_commit} 2026-09-11 20:49' -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/'
42852026-09-11T21:02:13.063Z[ host-image] Sep 11 21:02:11.846 INFO Checking files for board 'cosmo-mbist'
42862026-09-11T21:02:13.063Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42872026-09-11T21:02:13.063Z[ host-image] Sep 11 21:02:11.847 INFO Checking files for board 'cosmo'
42882026-09-11T21:02:13.064Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42892026-09-11T21:02:13.064Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42902026-09-11T21:02:13.064Z[ host-image] Sep 11 21:02:11.847 INFO Checking files for board 'gimlet'
42912026-09-11T21:02:13.064Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42922026-09-11T21:02:13.067Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42932026-09-11T21:02:13.067Z[ host-image] Sep 11 21:02:11.847 INFO Checking files for board 'cosmo-mbist-noaggr'
42942026-09-11T21:02:13.067Z[ host-image] Sep 11 21:02:11.847 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42952026-09-11T21:02:13.074Z[ host-image] Sep 11 21:02:11.856 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAiB8Pk/proto/host/root"
42962026-09-11T21:02:13.079Z[ host-image] Sep 11 21:02:11.856 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42972026-09-11T21:02:13.079Z[ host-image] Sep 11 21:02:11.856 INFO image builder template: ramdisk-01-os...
42982026-09-11T21:02:13.079Z[ host-image] Sep 11 21:02:11.856 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/.tmpAiB8Pk/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
42992026-09-11T21:02:13.086Z[ host-image] Sep 11 21:02:11.869 INFO O| Sep 11 21:02:11.869 INFO CREATE DATASET: rpool/images/build/host/output
43002026-09-11T21:02:13.175Z[recovery-package] Compiling typify v0.6.2
43012026-09-11T21:02:13.260Z[recovery-package] Compiling progenitor-impl v0.14.0
43022026-09-11T21:02:14.594Z[ host-image] Sep 11 21:02:13.377 INFO O| Sep 11 21:02:13.377 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43032026-09-11T21:02:14.598Z[ host-image] Sep 11 21:02:13.380 INFO O| Sep 11 21:02:13.380 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43042026-09-11T21:02:14.627Z[recovery-package] Compiling progenitor v0.14.0
43052026-09-11T21:02:14.745Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43062026-09-11T21:02:14.745Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43072026-09-11T21:02:14.759Z[ host-image] Sep 11 21:02:13.542 INFO O| Sep 11 21:02:13.542 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43082026-09-11T21:02:14.805Z[ host-image] Sep 11 21:02:13.582 INFO O| Sep 11 21:02:13.582 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43092026-09-11T21:02:14.805Z[ host-image] Sep 11 21:02:13.582 INFO O| Sep 11 21:02:13.582 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43102026-09-11T21:02:14.805Z[ host-image] Sep 11 21:02:13.582 INFO O| Sep 11 21:02:13.582 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43112026-09-11T21:02:14.805Z[ host-image] Sep 11 21:02:13.582 INFO O| Sep 11 21:02:13.582 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43122026-09-11T21:02:14.812Z[ host-image] Sep 11 21:02:13.588 INFO O| Sep 11 21:02:13.588 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43132026-09-11T21:02:14.968Z[ host-image] Sep 11 21:02:13.744 INFO O| Sep 11 21:02:13.744 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43142026-09-11T21:02:14.974Z[ host-image] Sep 11 21:02:13.751 INFO O| Sep 11 21:02:13.751 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
43152026-09-11T21:02:15.265Z[ host-image] Sep 11 21:02:14.043 INFO O| Sep 11 21:02:14.043 INFO O| Caching catalogs ... Done
43162026-09-11T21:02:15.287Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43172026-09-11T21:02:15.338Z[ host-image] Sep 11 21:02:14.121 INFO O| Sep 11 21:02:14.121 INFO STEP 0 (pkg_image_create) COMPLETE
43182026-09-11T21:02:15.338Z[ host-image] Sep 11 21:02:14.121 INFO O| Sep 11 21:02:14.121 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43192026-09-11T21:02:15.346Z[ host-image] Sep 11 21:02:14.129 INFO O| Sep 11 21:02:14.129 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"]
43202026-09-11T21:02:15.617Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO STEP 1 (pkg_set_publisher) COMPLETE
43212026-09-11T21:02:15.617Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43222026-09-11T21:02:15.619Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO skip step because feature "publisher_1_name" is not enabled
43232026-09-11T21:02:15.627Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43242026-09-11T21:02:15.627Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO skip step because feature "publisher_2_name" is not enabled
43252026-09-11T21:02:15.627Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-09-11T21:02:15.628Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO skip step because feature "publisher_3_name" is not enabled
43272026-09-11T21:02:15.628Z[ host-image] Sep 11 21:02:14.400 INFO O| Sep 11 21:02:14.400 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43282026-09-11T21:02:15.888Z[ host-image] Sep 11 21:02:14.671 INFO O| Sep 11 21:02:14.671 INFO variant opensolaris.zone is already global
43292026-09-11T21:02:15.888Z[ host-image] Sep 11 21:02:14.671 INFO O| Sep 11 21:02:14.671 INFO STEP 5 (pkg_change_variant) COMPLETE
43302026-09-11T21:02:15.891Z[ host-image] Sep 11 21:02:14.671 INFO O| Sep 11 21:02:14.671 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43312026-09-11T21:02:16.129Z[ host-image] Sep 11 21:02:14.912 INFO O| Sep 11 21:02:14.912 INFO variant opensolaris.imagetype is full; changing to partial
43322026-09-11T21:02:16.129Z[ host-image] Sep 11 21:02:14.912 INFO O| Sep 11 21:02:14.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43332026-09-11T21:02:17.934Z[ host-image] Sep 11 21:02:16.717 INFO O| Sep 11 21:02:16.717 INFO O| Startup: Refreshing catalog 'helios' ... Done
43342026-09-11T21:02:18.385Z[ host-image] Sep 11 21:02:17.168 INFO O| Sep 11 21:02:17.167 INFO O| Startup: Caching catalogs ... Done
43352026-09-11T21:02:18.401Z[ host-image] Sep 11 21:02:17.183 INFO O| Sep 11 21:02:17.183 INFO O| Planning: Planning completed in 0.00 seconds
43362026-09-11T21:02:18.404Z[ host-image] Sep 11 21:02:17.184 INFO O| Sep 11 21:02:17.184 INFO O| Planning: Consolidating action changes ... Done
43372026-09-11T21:02:18.404Z[ host-image] Sep 11 21:02:17.184 INFO O| Sep 11 21:02:17.184 INFO O| Planning: Evaluating mediators ... Done
43382026-09-11T21:02:18.404Z[ host-image] Sep 11 21:02:17.184 INFO O| Sep 11 21:02:17.184 INFO O| Planning: Planning completed in 0.00 seconds
43392026-09-11T21:02:18.408Z[ host-image] Sep 11 21:02:17.184 INFO O| Sep 11 21:02:17.184 INFO O| Variants/Facets to change: 1
43402026-09-11T21:02:18.412Z[ host-image] Sep 11 21:02:17.192 INFO O| Sep 11 21:02:17.192 INFO O| Finalize: Updating package state database ... Done
43412026-09-11T21:02:18.412Z[ host-image] Sep 11 21:02:17.193 INFO O| Sep 11 21:02:17.192 INFO O| Finalize: Updating package cache ... Done
43422026-09-11T21:02:18.496Z[ host-image] Sep 11 21:02:17.273 INFO O| Sep 11 21:02:17.273 INFO O| Finalize: Updating image state ... Done
43432026-09-11T21:02:18.504Z[ host-image] Sep 11 21:02:17.285 INFO O| Sep 11 21:02:17.285 INFO O| Finalize: Creating fast lookup database ... Done
43442026-09-11T21:02:18.509Z[ host-image] Sep 11 21:02:17.286 INFO O| Sep 11 21:02:17.286 INFO O| Finalize: Reading search index ... Done
43452026-09-11T21:02:18.509Z[ host-image] Sep 11 21:02:17.286 INFO O| Sep 11 21:02:17.286 INFO O| Finalize: Updating search index ... Done
43462026-09-11T21:02:18.509Z[ host-image] Sep 11 21:02:17.286 INFO O| Sep 11 21:02:17.286 INFO O| Finalize: Updating package cache ... Done
43472026-09-11T21:02:18.705Z[ host-image] Sep 11 21:02:17.488 INFO O| Sep 11 21:02:17.487 INFO STEP 6 (pkg_change_variant) COMPLETE
43482026-09-11T21:02:18.705Z[ host-image] Sep 11 21:02:17.488 INFO O| Sep 11 21:02:17.487 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43492026-09-11T21:02:18.706Z[ host-image] Sep 11 21:02:17.488 INFO O| Sep 11 21:02:17.488 INFO skip step because feature "debug_variant" is not enabled
43502026-09-11T21:02:18.711Z[ host-image] Sep 11 21:02:17.488 INFO O| Sep 11 21:02:17.488 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43512026-09-11T21:02:18.945Z[ host-image] Sep 11 21:02:17.727 INFO O| Sep 11 21:02:17.726 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43522026-09-11T21:02:21.583Z[ host-image] Sep 11 21:02:19.529 INFO O| Sep 11 21:02:19.529 INFO O| Startup: Refreshing catalog 'helios' ... Done
43532026-09-11T21:02:21.583Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43542026-09-11T21:02:21.583Z[ host-image] Sep 11 21:02:19.973 INFO O| Sep 11 21:02:19.973 INFO O| Startup: Caching catalogs ... Done
43552026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:19.989 INFO O| Sep 11 21:02:19.989 INFO O| Planning: Planning completed in 0.00 seconds
43562026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:19.989 INFO O| Sep 11 21:02:19.989 INFO O| Planning: Consolidating action changes ... Done
43572026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:19.989 INFO O| Sep 11 21:02:19.989 INFO O| Planning: Evaluating mediators ... Done
43582026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:19.990 INFO O| Sep 11 21:02:19.990 INFO O| Planning: Planning completed in 0.00 seconds
43592026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:19.990 INFO O| Sep 11 21:02:19.990 INFO O| Variants/Facets to change: 1
43602026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.000 INFO O| Sep 11 21:02:20.000 INFO O| Finalize: Updating package state database ... Done
43612026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.000 INFO O| Sep 11 21:02:20.000 INFO O| Finalize: Updating package cache ... Done
43622026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.075 INFO O| Sep 11 21:02:20.075 INFO O| Finalize: Updating image state ... Done
43632026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.091 INFO O| Sep 11 21:02:20.091 INFO O| Finalize: Creating fast lookup database ... Done
43642026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.092 INFO O| Sep 11 21:02:20.092 INFO O| Finalize: Reading search index ... Done
43652026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.092 INFO O| Sep 11 21:02:20.092 INFO O| Finalize: Updating search index ... Done
43662026-09-11T21:02:21.584Z[ host-image] Sep 11 21:02:20.092 INFO O| Sep 11 21:02:20.092 INFO O| Finalize: Updating package cache ... Done
43672026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO STEP 8 (pkg_change_facet) COMPLETE
43682026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43692026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO skip step because feature "recovery" is not enabled
43702026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43712026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO skip step because feature "recovery" is not enabled
43722026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.356 INFO O| Sep 11 21:02:20.356 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43732026-09-11T21:02:21.614Z[ host-image] Sep 11 21:02:20.364 INFO O| Sep 11 21:02:20.364 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"]
43742026-09-11T21:02:22.083Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43752026-09-11T21:02:22.086Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43762026-09-11T21:02:23.556Z[ host-image] Sep 11 21:02:22.339 INFO O| Sep 11 21:02:22.338 INFO O| Startup: Refreshing catalog 'helios' ... Done
43772026-09-11T21:02:24.043Z[ host-image] Sep 11 21:02:22.796 INFO O| Sep 11 21:02:22.796 INFO O| Startup: Caching catalogs ... Done
43782026-09-11T21:02:24.337Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43792026-09-11T21:02:24.337Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43802026-09-11T21:02:25.389Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43812026-09-11T21:02:25.976Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43822026-09-11T21:02:26.710Z[ host-image] Sep 11 21:02:25.493 INFO O| Sep 11 21:02:25.493 INFO O| Planning: Solver setup ... Done
43832026-09-11T21:02:27.022Z[ host-image] Sep 11 21:02:25.797 INFO O| Sep 11 21:02:25.797 INFO O| Planning: Running solver ... Done
43842026-09-11T21:02:27.067Z[ host-image] Sep 11 21:02:25.850 INFO O| Sep 11 21:02:25.850 INFO O| Planning: Finding local manifests ... Done
43852026-09-11T21:02:27.089Z[ host-image] Sep 11 21:02:25.868 INFO O| Sep 11 21:02:25.868 INFO O| Planning: Fetching manifests: 0/130 0% complete
43862026-09-11T21:02:33.138Z[ host-image] Sep 11 21:02:27.573 INFO O| Sep 11 21:02:27.573 INFO O| Planning: Fetching manifests: 130/130 100% complete
43872026-09-11T21:02:33.231Z[ host-image] Sep 11 21:02:28.033 INFO O| Sep 11 21:02:28.033 INFO O| Planning: Package planning ... Done
43882026-09-11T21:02:33.231Z[ host-image] Sep 11 21:02:28.341 INFO O| Sep 11 21:02:28.341 INFO O| Planning: Merging actions ... Done
43892026-09-11T21:02:33.231Z[ host-image] Sep 11 21:02:28.439 INFO O| Sep 11 21:02:28.439 INFO O| Planning: Checking for conflicting actions ... Done
43902026-09-11T21:02:33.232Z[ host-image] Sep 11 21:02:28.537 INFO O| Sep 11 21:02:28.537 INFO O| Planning: Consolidating action changes ... Done
43912026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:28.857 INFO O| Sep 11 21:02:28.857 INFO O| Planning: Evaluating mediators ... Done
43922026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:30.267 INFO O| Sep 11 21:02:30.267 INFO O| Planning: Planning completed in 7.46 seconds
43932026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:30.269 INFO O| Sep 11 21:02:30.269 INFO O| Packages to install: 130
43942026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:30.269 INFO O| Sep 11 21:02:30.269 INFO O| Mediators to change: 5
43952026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:30.269 INFO O| Sep 11 21:02:30.269 INFO O| Services to change: 6
43962026-09-11T21:02:33.266Z[ host-image] Sep 11 21:02:30.298 INFO O| Sep 11 21:02:30.298 INFO O| Download: 0/23895 items 0.0/223.1MB 0% complete
43972026-09-11T21:02:36.528Z[ host-image] Sep 11 21:02:35.311 INFO O| Sep 11 21:02:35.311 INFO O| Download: 13608/23895 items 119.9/223.1MB 53% complete (24.1M/s)
43982026-09-11T21:02:40.774Z[ host-image] Sep 11 21:02:39.555 INFO O| Sep 11 21:02:39.555 INFO O| Download: Completed 223.11 MB in 9.26 seconds (24.0M/s)
43992026-09-11T21:02:41.989Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.19s
44002026-09-11T21:02:42.118Z[ host-image] Sep 11 21:02:40.893 INFO O| Sep 11 21:02:40.893 INFO O| Actions: 1/54210 actions (Installing new actions)
44012026-09-11T21:02:47.112Z[ host-image] Sep 11 21:02:45.893 INFO O| Sep 11 21:02:45.893 INFO O| Actions: 26932/54210 actions (Installing new actions)
44022026-09-11T21:02:48.685Z[ host-image] Sep 11 21:02:47.467 INFO O| Sep 11 21:02:47.467 INFO O| Actions: Completed 54210 actions in 6.57 seconds.
44032026-09-11T21:02:48.761Z[ host-image] Sep 11 21:02:47.544 INFO O| Sep 11 21:02:47.544 INFO O| Finalize: Updating package state database ... Done
44042026-09-11T21:02:48.762Z[ host-image] Sep 11 21:02:47.544 INFO O| Sep 11 21:02:47.544 INFO O| Finalize: Updating package cache ... Done
44052026-09-11T21:02:48.900Z[ host-image] Sep 11 21:02:47.683 INFO O| Sep 11 21:02:47.683 INFO O| Finalize: Updating image state ... Done
44062026-09-11T21:02:49.655Z[ host-image] Sep 11 21:02:48.437 INFO O| Sep 11 21:02:48.437 INFO O| Finalize: Creating fast lookup database ... Done
44072026-09-11T21:02:49.674Z[ host-image] Sep 11 21:02:48.457 INFO O| Sep 11 21:02:48.457 INFO O| Finalize: Reading search index ... Done
44082026-09-11T21:02:52.035Z[ host-image] Sep 11 21:02:50.817 INFO O| Sep 11 21:02:50.817 INFO O| Finalize: Building new search index ... Done
44092026-09-11T21:02:52.388Z[ host-image] Sep 11 21:02:51.171 INFO O| Sep 11 21:02:51.171 INFO O| Finalize: Updating package cache ... Done
44102026-09-11T21:02:52.637Z[ host-image] Sep 11 21:02:51.420 INFO O| Sep 11 21:02:51.420 INFO STEP 11 (pkg_install) COMPLETE
44112026-09-11T21:02:52.638Z[ host-image] Sep 11 21:02:51.420 INFO O| Sep 11 21:02:51.420 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-09-11T21:02:52.644Z[ host-image] Sep 11 21:02:51.427 INFO O| Sep 11 21:02:51.427 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"]
44132026-09-11T21:02:54.475Z[ host-image] Sep 11 21:02:53.257 INFO O| Sep 11 21:02:53.257 INFO O| Startup: Refreshing catalog 'helios' ... Done
44142026-09-11T21:02:54.925Z[ host-image] Sep 11 21:02:53.708 INFO O| Sep 11 21:02:53.707 INFO O| Startup: Caching catalogs ... Done
44152026-09-11T21:02:55.510Z[ host-image] Sep 11 21:02:54.293 INFO O| Sep 11 21:02:54.293 INFO O| Planning: Solver setup ... Done
44162026-09-11T21:02:55.518Z[ host-image] Sep 11 21:02:54.300 INFO O| Sep 11 21:02:54.300 INFO O| Planning: Running solver ... Done
44172026-09-11T21:02:55.539Z[ host-image] Sep 11 21:02:54.321 INFO O| Sep 11 21:02:54.321 INFO O| Planning: Finding local manifests ... Done
44182026-09-11T21:02:55.553Z[ host-image] Sep 11 21:02:54.335 INFO O| Sep 11 21:02:54.335 INFO O| Planning: Fetching manifests: 0/6 0% complete
44192026-09-11T21:02:55.588Z[ host-image] Sep 11 21:02:54.371 INFO O| Sep 11 21:02:54.371 INFO O| Planning: Fetching manifests: 6/6 100% complete
44202026-09-11T21:02:55.604Z[ host-image] Sep 11 21:02:54.387 INFO O| Sep 11 21:02:54.387 INFO O| Planning: Package planning ... Done
44212026-09-11T21:02:55.607Z[ host-image] Sep 11 21:02:54.388 INFO O| Sep 11 21:02:54.388 INFO O| Planning: Merging actions ... Done
44222026-09-11T21:02:55.655Z[ host-image] Sep 11 21:02:54.437 INFO O| Sep 11 21:02:54.437 INFO O| Planning: Checking for conflicting actions ... Done
44232026-09-11T21:02:55.659Z[ host-image] Sep 11 21:02:54.438 INFO O| Sep 11 21:02:54.438 INFO O| Planning: Consolidating action changes ... Done
44242026-09-11T21:02:55.775Z[ host-image] Sep 11 21:02:54.558 INFO O| Sep 11 21:02:54.558 INFO O| Planning: Evaluating mediators ... Done
44252026-09-11T21:02:55.778Z[ host-image] Sep 11 21:02:54.559 INFO O| Sep 11 21:02:54.559 INFO O| Planning: Planning completed in 0.83 seconds
44262026-09-11T21:02:55.779Z[ host-image] Sep 11 21:02:54.559 INFO O| Sep 11 21:02:54.559 INFO O| Packages to install: 6
44272026-09-11T21:02:55.779Z[ host-image] Sep 11 21:02:54.559 INFO O| Sep 11 21:02:54.559 INFO O| Services to change: 2
44282026-09-11T21:02:55.786Z[ host-image] Sep 11 21:02:54.568 INFO O| Sep 11 21:02:54.568 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
44292026-09-11T21:02:55.895Z[ host-image] Sep 11 21:02:54.678 INFO O| Sep 11 21:02:54.678 INFO O| Download: Completed 1.76 MB in 0.11 seconds (16.0M/s)
44302026-09-11T21:02:55.911Z[ host-image] Sep 11 21:02:54.694 INFO O| Sep 11 21:02:54.694 INFO O| Actions: 1/391 actions (Installing new actions)
44312026-09-11T21:02:56.024Z[ host-image] Sep 11 21:02:54.806 INFO O| Sep 11 21:02:54.806 INFO O| Actions: Completed 391 actions in 0.11 seconds.
44322026-09-11T21:02:56.064Z[ host-image] Sep 11 21:02:54.846 INFO O| Sep 11 21:02:54.846 INFO O| Finalize: Updating package state database ... Done
44332026-09-11T21:02:56.066Z[ host-image] Sep 11 21:02:54.846 INFO O| Sep 11 21:02:54.846 INFO O| Finalize: Updating package cache ... Done
44342026-09-11T21:02:56.165Z[ host-image] Sep 11 21:02:54.948 INFO O| Sep 11 21:02:54.948 INFO O| Finalize: Updating image state ... Done
44352026-09-11T21:02:56.901Z[ host-image] Sep 11 21:02:55.683 INFO O| Sep 11 21:02:55.683 INFO O| Finalize: Creating fast lookup database ... Done
44362026-09-11T21:02:56.922Z[ host-image] Sep 11 21:02:55.704 INFO O| Sep 11 21:02:55.704 INFO O| Finalize: Reading search index ... Done
44372026-09-11T21:02:56.925Z[ host-image] Sep 11 21:02:55.705 INFO O| Sep 11 21:02:55.704 INFO O| Finalize: Updating search index ... Done
44382026-09-11T21:02:56.935Z[ host-image] Sep 11 21:02:55.718 INFO O| Sep 11 21:02:55.718 INFO O| Finalize: Updating package cache ... Done
44392026-09-11T21:02:57.144Z[ host-image] Sep 11 21:02:55.926 INFO O| Sep 11 21:02:55.926 INFO STEP 12 (pkg_install) COMPLETE
44402026-09-11T21:02:57.144Z[ host-image] Sep 11 21:02:55.926 INFO O| Sep 11 21:02:55.926 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44412026-09-11T21:02:57.150Z[ host-image] Sep 11 21:02:55.933 INFO O| Sep 11 21:02:55.933 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44422026-09-11T21:02:58.987Z[ host-image] Sep 11 21:02:57.769 INFO O| Sep 11 21:02:57.769 INFO O| Startup: Refreshing catalog 'helios' ... Done
44432026-09-11T21:02:59.436Z[ host-image] Sep 11 21:02:58.218 INFO O| Sep 11 21:02:58.218 INFO O| Startup: Caching catalogs ... Done
44442026-09-11T21:02:59.975Z[ host-image] Sep 11 21:02:58.758 INFO O| Sep 11 21:02:58.757 INFO O| Planning: Solver setup ... Done
44452026-09-11T21:02:59.979Z[ host-image] Sep 11 21:02:58.762 INFO O| Sep 11 21:02:58.762 INFO O| Planning: Running solver ... Done
44462026-09-11T21:02:59.992Z[ host-image] Sep 11 21:02:58.774 INFO O| Sep 11 21:02:58.774 INFO O| Planning: Finding local manifests ... Done
44472026-09-11T21:03:00.003Z[ host-image] Sep 11 21:02:58.786 INFO O| Sep 11 21:02:58.786 INFO O| Planning: Fetching manifests: 0/6 0% complete
44482026-09-11T21:03:00.056Z[ host-image] Sep 11 21:02:58.839 INFO O| Sep 11 21:02:58.839 INFO O| Planning: Fetching manifests: 6/6 100% complete
44492026-09-11T21:03:00.081Z[ host-image] Sep 11 21:02:58.861 INFO O| Sep 11 21:02:58.861 INFO O| Planning: Package planning ... Done
44502026-09-11T21:03:00.086Z[ host-image] Sep 11 21:02:58.869 INFO O| Sep 11 21:02:58.869 INFO O| Planning: Merging actions ... Done
44512026-09-11T21:03:00.135Z[ host-image] Sep 11 21:02:58.917 INFO O| Sep 11 21:02:58.917 INFO O| Planning: Checking for conflicting actions ... Done
44522026-09-11T21:03:00.138Z[ host-image] Sep 11 21:02:58.920 INFO O| Sep 11 21:02:58.920 INFO O| Planning: Consolidating action changes ... Done
44532026-09-11T21:03:00.257Z[ host-image] Sep 11 21:02:59.040 INFO O| Sep 11 21:02:59.039 INFO O| Planning: Evaluating mediators ... Done
44542026-09-11T21:03:00.261Z[ host-image] Sep 11 21:02:59.042 INFO O| Sep 11 21:02:59.042 INFO O| Planning: Planning completed in 0.81 seconds
44552026-09-11T21:03:00.261Z[ host-image] Sep 11 21:02:59.042 INFO O| Sep 11 21:02:59.042 INFO O| Packages to install: 6
44562026-09-11T21:03:00.261Z[ host-image] Sep 11 21:02:59.042 INFO O| Sep 11 21:02:59.042 INFO O| Mediators to change: 1
44572026-09-11T21:03:00.261Z[ host-image] Sep 11 21:02:59.042 INFO O| Sep 11 21:02:59.042 INFO O| Services to change: 1
44582026-09-11T21:03:00.269Z[ host-image] Sep 11 21:02:59.052 INFO O| Sep 11 21:02:59.052 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44592026-09-11T21:03:00.560Z[ host-image] Sep 11 21:02:59.343 INFO O| Sep 11 21:02:59.343 INFO O| Download: Completed 7.84 MB in 0.29 seconds (26.9M/s)
44602026-09-11T21:03:00.590Z[ host-image] Sep 11 21:02:59.373 INFO O| Sep 11 21:02:59.373 INFO O| Actions: 1/1366 actions (Installing new actions)
44612026-09-11T21:03:00.802Z[ host-image] Sep 11 21:02:59.584 INFO O| Sep 11 21:02:59.584 INFO O| Actions: Completed 1366 actions in 0.21 seconds.
44622026-09-11T21:03:00.844Z[ host-image] Sep 11 21:02:59.627 INFO O| Sep 11 21:02:59.627 INFO O| Finalize: Updating package state database ... Done
44632026-09-11T21:03:00.844Z[ host-image] Sep 11 21:02:59.627 INFO O| Sep 11 21:02:59.627 INFO O| Finalize: Updating package cache ... Done
44642026-09-11T21:03:00.946Z[ host-image] Sep 11 21:02:59.728 INFO O| Sep 11 21:02:59.728 INFO O| Finalize: Updating image state ... Done
44652026-09-11T21:03:01.705Z[ host-image] Sep 11 21:03:00.488 INFO O| Sep 11 21:03:00.487 INFO O| Finalize: Creating fast lookup database ... Done
44662026-09-11T21:03:01.727Z[ host-image] Sep 11 21:03:00.509 INFO O| Sep 11 21:03:00.509 INFO O| Finalize: Reading search index ... Done
44672026-09-11T21:03:01.730Z[ host-image] Sep 11 21:03:00.509 INFO O| Sep 11 21:03:00.509 INFO O| Finalize: Updating search index ... Done
44682026-09-11T21:03:01.755Z[ host-image] Sep 11 21:03:00.538 INFO O| Sep 11 21:03:00.538 INFO O| Finalize: Updating package cache ... Done
44692026-09-11T21:03:01.959Z[ host-image] Sep 11 21:03:00.742 INFO O| Sep 11 21:03:00.742 INFO STEP 13 (pkg_install) COMPLETE
44702026-09-11T21:03:01.959Z[ host-image] Sep 11 21:03:00.742 INFO O| Sep 11 21:03:00.742 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44712026-09-11T21:03:01.967Z[ host-image] Sep 11 21:03:00.749 INFO O| Sep 11 21:03:00.749 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
44722026-09-11T21:03:03.793Z[ host-image] Sep 11 21:03:02.575 INFO O| Sep 11 21:03:02.575 INFO O| Startup: Refreshing catalog 'helios' ... Done
44732026-09-11T21:03:04.270Z[ host-image] Sep 11 21:03:03.027 INFO O| Sep 11 21:03:03.027 INFO O| Startup: Caching catalogs ... Done
44742026-09-11T21:03:04.775Z[ host-image] Sep 11 21:03:03.557 INFO O| Sep 11 21:03:03.557 INFO O| Planning: Solver setup ... Done
44752026-09-11T21:03:04.779Z[ host-image] Sep 11 21:03:03.562 INFO O| Sep 11 21:03:03.562 INFO O| Planning: Running solver ... Done
44762026-09-11T21:03:04.789Z[ host-image] Sep 11 21:03:03.572 INFO O| Sep 11 21:03:03.572 INFO O| Planning: Finding local manifests ... Done
44772026-09-11T21:03:04.801Z[ host-image] Sep 11 21:03:03.584 INFO O| Sep 11 21:03:03.584 INFO O| Planning: Fetching manifests: 0/1 0% complete
44782026-09-11T21:03:04.805Z[ host-image] Sep 11 21:03:03.588 INFO O| Sep 11 21:03:03.588 INFO O| Planning: Fetching manifests: 1/1 100% complete
44792026-09-11T21:03:04.818Z[ host-image] Sep 11 21:03:03.600 INFO O| Sep 11 21:03:03.600 INFO O| Planning: Package planning ... Done
44802026-09-11T21:03:04.821Z[ host-image] Sep 11 21:03:03.601 INFO O| Sep 11 21:03:03.601 INFO O| Planning: Merging actions ... Done
44812026-09-11T21:03:04.852Z[ host-image] Sep 11 21:03:03.635 INFO O| Sep 11 21:03:03.635 INFO O| Planning: Checking for conflicting actions ... Done
44822026-09-11T21:03:04.856Z[ host-image] Sep 11 21:03:03.635 INFO O| Sep 11 21:03:03.635 INFO O| Planning: Consolidating action changes ... Done
44832026-09-11T21:03:04.972Z[ host-image] Sep 11 21:03:03.755 INFO O| Sep 11 21:03:03.755 INFO O| Planning: Evaluating mediators ... Done
44842026-09-11T21:03:04.976Z[ host-image] Sep 11 21:03:03.755 INFO O| Sep 11 21:03:03.755 INFO O| Planning: Planning completed in 0.71 seconds
44852026-09-11T21:03:04.976Z[ host-image] Sep 11 21:03:03.755 INFO O| Sep 11 21:03:03.755 INFO O| Packages to install: 1
44862026-09-11T21:03:04.982Z[ host-image] Sep 11 21:03:03.765 INFO O| Sep 11 21:03:03.765 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
44872026-09-11T21:03:05.099Z[ host-image] Sep 11 21:03:03.881 INFO O| Sep 11 21:03:03.881 INFO O| Download: Completed 13.27 MB in 0.12 seconds (113M/s)
44882026-09-11T21:03:05.116Z[ host-image] Sep 11 21:03:03.899 INFO O| Sep 11 21:03:03.899 INFO O| Actions: 1/22 actions (Installing new actions)
44892026-09-11T21:03:05.335Z[ host-image] Sep 11 21:03:04.117 INFO O| Sep 11 21:03:04.117 INFO O| Actions: Completed 22 actions in 0.22 seconds.
44902026-09-11T21:03:05.376Z[ host-image] Sep 11 21:03:04.157 INFO O| Sep 11 21:03:04.157 INFO O| Finalize: Updating package state database ... Done
44912026-09-11T21:03:05.376Z[ host-image] Sep 11 21:03:04.157 INFO O| Sep 11 21:03:04.157 INFO O| Finalize: Updating package cache ... Done
44922026-09-11T21:03:05.480Z[ host-image] Sep 11 21:03:04.262 INFO O| Sep 11 21:03:04.262 INFO O| Finalize: Updating image state ... Done
44932026-09-11T21:03:06.241Z[ host-image] Sep 11 21:03:05.024 INFO O| Sep 11 21:03:05.024 INFO O| Finalize: Creating fast lookup database ... Done
44942026-09-11T21:03:06.264Z[ host-image] Sep 11 21:03:05.046 INFO O| Sep 11 21:03:05.046 INFO O| Finalize: Reading search index ... Done
44952026-09-11T21:03:06.267Z[ host-image] Sep 11 21:03:05.046 INFO O| Sep 11 21:03:05.046 INFO O| Finalize: Updating search index ... Done
44962026-09-11T21:03:06.273Z[ host-image] Sep 11 21:03:05.056 INFO O| Sep 11 21:03:05.056 INFO O| Finalize: Updating package cache ... Done
44972026-09-11T21:03:06.482Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 14 (pkg_install) COMPLETE
44982026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "mbist" is not enabled
45002026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "mfg" is not enabled
45022026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032026-09-11T21:03:06.485Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "compliance" is not enabled
45042026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45052026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "stress" is not enabled
45062026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45072026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "compliance" is not enabled
45082026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45092026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO skip step because feature "nfs" is not enabled
45102026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45112026-09-11T21:03:06.486Z[ host-image] Sep 11 21:03:05.264 INFO O| Sep 11 21:03:05.264 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45122026-09-11T21:03:06.618Z[ host-image] Sep 11 21:03:05.401 INFO O| Sep 11 21:03:05.401 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45132026-09-11T21:03:06.680Z[ host-image] Sep 11 21:03:05.462 INFO O| Sep 11 21:03:05.462 INFO completed processing sled/ramdisk-01-os
45142026-09-11T21:03:06.683Z[ host-image] Sep 11 21:03:05.464 INFO omicron1 baseline generation...
45152026-09-11T21:03:06.683Z[ host-image] Sep 11 21:03:05.464 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45162026-09-11T21:03:06.960Z[ host-image] Sep 11 21:03:05.742 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24250:20260908T193510Z
45172026-09-11T21:03:10.856ZSep 11 21:03:09.638 INFO [recovery-package] process exited with exit status: 0 (62.194928785s)
45182026-09-11T21:03:10.856ZSep 11 21:03:09.638 INFO [recovery-libraries] running task
45192026-09-11T21:03:10.856ZSep 11 21:03:09.638 INFO [recovery-stamp] running task
45202026-09-11T21:03:10.859ZSep 11 21:03:09.638 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+gitb3dab2e6b25
45212026-09-11T21:03:10.860ZSep 11 21:03:09.638 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitb3dab2e6b25
45222026-09-11T21:03:10.863Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
45232026-09-11T21:03:10.863Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
45242026-09-11T21:03:10.877ZSep 11 21:03:09.660 INFO [recovery-libraries] task succeeded (22.51406ms)
45252026-09-11T21:03:10.880ZSep 11 21:03:09.660 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
45262026-09-11T21:03:10.894Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
45272026-09-11T21:03:10.897ZSep 11 21:03:09.680 INFO [stamp-installinator] process exited with exit status: 0 (41.32296ms)
45282026-09-11T21:03:10.991Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
45292026-09-11T21:03:10.995ZSep 11 21:03:09.776 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (138.07872ms)
45302026-09-11T21:03:10.995ZSep 11 21:03:09.776 INFO [recovery-stamp] task succeeded (138.47976ms)
45312026-09-11T21:03:10.995ZSep 11 21:03:09.776 INFO [recovery-proto] running task
45322026-09-11T21:03:10.995ZSep 11 21:03:09.776 INFO [tuf-stamp] running task
45332026-09-11T21:03:10.995ZSep 11 21:03:09.777 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gitb3dab2e6b25
45342026-09-11T21:03:10.995ZSep 11 21:03:09.777 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+gitb3dab2e6b25
45352026-09-11T21:03:10.995ZSep 11 21:03:09.777 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gitb3dab2e6b25
45362026-09-11T21:03:10.995ZSep 11 21:03:09.778 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+gitb3dab2e6b25
45372026-09-11T21:03:11.000ZSep 11 21:03:09.778 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+gitb3dab2e6b25
45382026-09-11T21:03:11.000ZSep 11 21:03:09.779 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+gitb3dab2e6b25
45392026-09-11T21:03:11.000ZSep 11 21:03:09.779 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+gitb3dab2e6b25
45402026-09-11T21:03:11.000ZSep 11 21:03:09.779 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+gitb3dab2e6b25
45412026-09-11T21:03:11.000ZSep 11 21:03:09.779 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+gitb3dab2e6b25
45422026-09-11T21:03:11.000ZSep 11 21:03:09.779 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+gitb3dab2e6b25
45432026-09-11T21:03:11.003ZSep 11 21:03:09.780 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gitb3dab2e6b25
45442026-09-11T21:03:11.003ZSep 11 21:03:09.780 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+gitb3dab2e6b25
45452026-09-11T21:03:11.007Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
45462026-09-11T21:03:11.007Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
45472026-09-11T21:03:11.007Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45482026-09-11T21:03:11.007Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45492026-09-11T21:03:11.007Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
45502026-09-11T21:03:11.007Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
45512026-09-11T21:03:11.007Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
45522026-09-11T21:03:11.007Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
45532026-09-11T21:03:11.007Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
45542026-09-11T21:03:11.007Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
45552026-09-11T21:03:11.007Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
45562026-09-11T21:03:11.007Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
45572026-09-11T21:03:11.047Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
45582026-09-11T21:03:11.052ZSep 11 21:03:09.833 INFO [stamp-probe] process exited with exit status: 0 (55.963009ms)
45592026-09-11T21:03:11.093ZSep 11 21:03:09.876 INFO [recovery-proto] task succeeded (99.682429ms)
45602026-09-11T21:03:11.097ZSep 11 21:03:09.876 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/.tmpAiB8Pk/proto/recovery/root -N 'recovery b3dab2e/${os_short_commit} 2026-09-11 20:49' -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/'
45612026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO Checking files for board 'cosmo'
45622026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
45632026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
45642026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO Checking files for board 'gimlet'
45652026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
45662026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
45672026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO Checking files for board 'cosmo-mbist'
45682026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
45692026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO Checking files for board 'cosmo-mbist-noaggr'
45702026-09-11T21:03:11.101Z[ recovery-image] Sep 11 21:03:09.883 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
45712026-09-11T21:03:11.106Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
45722026-09-11T21:03:11.109ZSep 11 21:03:09.891 INFO [stamp-ntp] process exited with exit status: 0 (114.106219ms)
45732026-09-11T21:03:11.112Z[ recovery-image] Sep 11 21:03:09.893 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAiB8Pk/proto/recovery/root"
45742026-09-11T21:03:11.112Z[ recovery-image] Sep 11 21:03:09.893 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
45752026-09-11T21:03:11.112Z[ recovery-image] Sep 11 21:03:09.893 INFO image builder template: ramdisk-01-os...
45762026-09-11T21:03:11.112Z[ recovery-image] Sep 11 21:03:09.893 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/.tmpAiB8Pk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
45772026-09-11T21:03:11.127Z[ recovery-image] Sep 11 21:03:09.909 INFO O| Sep 11 21:03:09.909 INFO CREATE DATASET: rpool/images/build/recovery/output
45782026-09-11T21:03:11.241Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
45792026-09-11T21:03:11.245Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
45802026-09-11T21:03:11.245ZSep 11 21:03:10.027 INFO [stamp-internal-dns] process exited with exit status: 0 (249.372989ms)
45812026-09-11T21:03:11.249ZSep 11 21:03:10.030 INFO [stamp-external-dns] process exited with exit status: 0 (251.175259ms)
45822026-09-11T21:03:11.269Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
45832026-09-11T21:03:11.273ZSep 11 21:03:10.055 INFO [stamp-oximeter] process exited with exit status: 0 (275.427859ms)
45842026-09-11T21:03:11.369Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
45852026-09-11T21:03:11.373ZSep 11 21:03:10.154 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (376.559369ms)
45862026-09-11T21:03:11.434Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45872026-09-11T21:03:11.458Z[verify-libraries] Running `target/debug/xtask verify-libraries`
45882026-09-11T21:03:11.545Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
45892026-09-11T21:03:11.548ZSep 11 21:03:10.330 INFO [stamp-crucible-zone] process exited with exit status: 0 (553.631829ms)
45902026-09-11T21:03:11.555Z[ recovery-image] Sep 11 21:03:10.338 INFO O| Sep 11 21:03:10.338 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45912026-09-11T21:03:11.561Z[ recovery-image] Sep 11 21:03:10.342 INFO O| Sep 11 21:03:10.342 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45922026-09-11T21:03:11.927Z[ recovery-image] Sep 11 21:03:10.709 INFO O| Sep 11 21:03:10.709 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
45932026-09-11T21:03:11.978Z[ recovery-image] Sep 11 21:03:10.760 INFO O| Sep 11 21:03:10.760 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45942026-09-11T21:03:11.978Z[ recovery-image] Sep 11 21:03:10.761 INFO O| Sep 11 21:03:10.760 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45952026-09-11T21:03:11.978Z[ recovery-image] Sep 11 21:03:10.761 INFO O| Sep 11 21:03:10.761 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45962026-09-11T21:03:11.981Z[ recovery-image] Sep 11 21:03:10.761 INFO O| Sep 11 21:03:10.761 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45972026-09-11T21:03:11.986Z[ recovery-image] Sep 11 21:03:10.767 INFO O| Sep 11 21:03:10.767 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45982026-09-11T21:03:12.249Z[ recovery-image] Sep 11 21:03:11.029 INFO O| Sep 11 21:03:11.029 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45992026-09-11T21:03:12.255Z[ recovery-image] Sep 11 21:03:11.037 INFO O| Sep 11 21:03:11.037 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
46002026-09-11T21:03:12.513Z[ recovery-image] Sep 11 21:03:11.296 INFO O| Sep 11 21:03:11.296 INFO O| Caching catalogs ... Done
46012026-09-11T21:03:12.582Z[ recovery-image] Sep 11 21:03:11.364 INFO O| Sep 11 21:03:11.364 INFO STEP 0 (pkg_image_create) COMPLETE
46022026-09-11T21:03:12.582Z[ recovery-image] Sep 11 21:03:11.365 INFO O| Sep 11 21:03:11.364 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-09-11T21:03:12.589Z[ recovery-image] Sep 11 21:03:11.372 INFO O| Sep 11 21:03:11.372 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"]
46042026-09-11T21:03:12.856Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
46052026-09-11T21:03:12.859ZSep 11 21:03:11.642 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.862982046s)
46062026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO STEP 1 (pkg_set_publisher) COMPLETE
46072026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46082026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO skip step because feature "publisher_1_name" is not enabled
46092026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46102026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO skip step because feature "publisher_2_name" is not enabled
46112026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46122026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO skip step because feature "publisher_3_name" is not enabled
46132026-09-11T21:03:12.863Z[ recovery-image] Sep 11 21:03:11.643 INFO O| Sep 11 21:03:11.643 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46142026-09-11T21:03:13.147Z[ recovery-image] Sep 11 21:03:11.901 INFO O| Sep 11 21:03:11.901 INFO variant opensolaris.zone is already global
46152026-09-11T21:03:13.147Z[ recovery-image] Sep 11 21:03:11.901 INFO O| Sep 11 21:03:11.901 INFO STEP 5 (pkg_change_variant) COMPLETE
46162026-09-11T21:03:13.151Z[ recovery-image] Sep 11 21:03:11.901 INFO O| Sep 11 21:03:11.901 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46172026-09-11T21:03:13.382Z[ recovery-image] Sep 11 21:03:12.164 INFO O| Sep 11 21:03:12.164 INFO variant opensolaris.imagetype is full; changing to partial
46182026-09-11T21:03:13.382Z[ recovery-image] Sep 11 21:03:12.164 INFO O| Sep 11 21:03:12.164 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46192026-09-11T21:03:14.070Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
46202026-09-11T21:03:14.073ZSep 11 21:03:12.854 INFO [stamp-nexus] process exited with exit status: 0 (3.075820093s)
46212026-09-11T21:03:14.481Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
46222026-09-11T21:03:14.484ZSep 11 21:03:13.266 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.487541373s)
46232026-09-11T21:03:14.487Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
46242026-09-11T21:03:14.491ZSep 11 21:03:13.271 INFO [stamp-clickhouse] process exited with exit status: 0 (3.491840893s)
46252026-09-11T21:03:14.547Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
46262026-09-11T21:03:14.550ZSep 11 21:03:13.333 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.552632973s)
46272026-09-11T21:03:14.550ZSep 11 21:03:13.333 INFO [tuf-stamp] task succeeded (3.556394283s)
46282026-09-11T21:03:14.550ZSep 11 21:03:13.333 INFO [tuf-v2-zones] running task
46292026-09-11T21:03:14.631ZSep 11 21:03:13.414 INFO [tuf-v2-zones] task succeeded (81.15731ms)
46302026-09-11T21:03:15.304Z[ recovery-image] Sep 11 21:03:14.086 INFO O| Sep 11 21:03:14.086 INFO O| Startup: Refreshing catalog 'helios' ... Done
46312026-09-11T21:03:16.072Z[ recovery-image] Sep 11 21:03:14.854 INFO O| Sep 11 21:03:14.854 INFO O| Startup: Caching catalogs ... Done
46322026-09-11T21:03:16.088Z[ recovery-image] Sep 11 21:03:14.871 INFO O| Sep 11 21:03:14.870 INFO O| Planning: Planning completed in 0.00 seconds
46332026-09-11T21:03:16.091Z[ recovery-image] Sep 11 21:03:14.871 INFO O| Sep 11 21:03:14.871 INFO O| Planning: Consolidating action changes ... Done
46342026-09-11T21:03:16.092Z[ recovery-image] Sep 11 21:03:14.871 INFO O| Sep 11 21:03:14.871 INFO O| Planning: Evaluating mediators ... Done
46352026-09-11T21:03:16.092Z[ recovery-image] Sep 11 21:03:14.871 INFO O| Sep 11 21:03:14.871 INFO O| Planning: Planning completed in 0.00 seconds
46362026-09-11T21:03:16.092Z[ recovery-image] Sep 11 21:03:14.871 INFO O| Sep 11 21:03:14.871 INFO O| Variants/Facets to change: 1
46372026-09-11T21:03:16.098Z[ recovery-image] Sep 11 21:03:14.880 INFO O| Sep 11 21:03:14.880 INFO O| Finalize: Updating package state database ... Done
46382026-09-11T21:03:16.098Z[ recovery-image] Sep 11 21:03:14.880 INFO O| Sep 11 21:03:14.880 INFO O| Finalize: Updating package cache ... Done
46392026-09-11T21:03:16.180Z[ recovery-image] Sep 11 21:03:14.961 INFO O| Sep 11 21:03:14.961 INFO O| Finalize: Updating image state ... Done
46402026-09-11T21:03:16.193Z[ recovery-image] Sep 11 21:03:14.976 INFO O| Sep 11 21:03:14.976 INFO O| Finalize: Creating fast lookup database ... Done
46412026-09-11T21:03:16.197Z[ recovery-image] Sep 11 21:03:14.977 INFO O| Sep 11 21:03:14.977 INFO O| Finalize: Reading search index ... Done
46422026-09-11T21:03:16.197Z[ recovery-image] Sep 11 21:03:14.977 INFO O| Sep 11 21:03:14.977 INFO O| Finalize: Updating search index ... Done
46432026-09-11T21:03:16.197Z[ recovery-image] Sep 11 21:03:14.977 INFO O| Sep 11 21:03:14.977 INFO O| Finalize: Updating package cache ... Done
46442026-09-11T21:03:16.262Z[verify-libraries] Compiling match_cfg v0.1.0
46452026-09-11T21:03:16.262Z[verify-libraries] Compiling slog-json v2.6.1
46462026-09-11T21:03:16.263Z[verify-libraries] Compiling debug-ignore v1.0.5
46472026-09-11T21:03:16.269Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
46482026-09-11T21:03:16.269Z[verify-libraries] Compiling serde_spanned v1.1.1
46492026-09-11T21:03:16.269Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
46502026-09-11T21:03:16.269Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
46512026-09-11T21:03:16.269Z[verify-libraries] Compiling sha1 v0.11.0
46522026-09-11T21:03:16.269Z[verify-libraries] Compiling serde_path_to_error v0.1.20
46532026-09-11T21:03:16.269Z[verify-libraries] Compiling multer v3.1.0
46542026-09-11T21:03:16.269Z[verify-libraries] Compiling compression-core v0.4.31
46552026-09-11T21:03:16.421Z[ recovery-image] Sep 11 21:03:15.202 INFO O| Sep 11 21:03:15.202 INFO STEP 6 (pkg_change_variant) COMPLETE
46562026-09-11T21:03:16.421Z[ recovery-image] Sep 11 21:03:15.202 INFO O| Sep 11 21:03:15.202 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46572026-09-11T21:03:16.425Z[ recovery-image] Sep 11 21:03:15.202 INFO O| Sep 11 21:03:15.202 INFO skip step because feature "debug_variant" is not enabled
46582026-09-11T21:03:16.426Z[ recovery-image] Sep 11 21:03:15.202 INFO O| Sep 11 21:03:15.202 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46592026-09-11T21:03:16.694Z[verify-libraries] Compiling progenitor-client v0.14.0
46602026-09-11T21:03:16.694Z[verify-libraries] Compiling async-stream-impl v0.3.6
46612026-09-11T21:03:16.702Z[verify-libraries] Compiling dropshot v0.17.1
46622026-09-11T21:03:16.719Z[ recovery-image] Sep 11 21:03:15.493 INFO O| Sep 11 21:03:15.493 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46632026-09-11T21:03:16.761Z[verify-libraries] Compiling hostname v0.3.1
46642026-09-11T21:03:16.761Z[verify-libraries] Compiling compression-codecs v0.4.37
46652026-09-11T21:03:16.813Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
46662026-09-11T21:03:16.813Z[verify-libraries] Compiling waitgroup v0.1.2
46672026-09-11T21:03:16.818Z[verify-libraries] Compiling rustls-pemfile v2.2.0
46682026-09-11T21:03:16.818Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
46692026-09-11T21:03:16.818Z[verify-libraries] Compiling hostname v0.4.2
46702026-09-11T21:03:16.953Z[verify-libraries] Compiling slog-bunyan v2.5.0
46712026-09-11T21:03:16.959Z[verify-libraries] Compiling atomicwrites v0.4.4
46722026-09-11T21:03:16.959Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
46732026-09-11T21:03:16.959Z[verify-libraries] Compiling macaddr v1.0.1
46742026-09-11T21:03:16.979Z[verify-libraries] Compiling serde_tokenstream v0.3.0
46752026-09-11T21:03:17.027Z[verify-libraries] Compiling async-compression v0.4.41
46762026-09-11T21:03:17.128Z[verify-libraries] Compiling regress v0.10.5
46772026-09-11T21:03:17.153Z[verify-libraries] Compiling instant v0.1.13
46782026-09-11T21:03:17.153Z[verify-libraries] Compiling oxide-generation v0.1.3
46792026-09-11T21:03:17.177Z[verify-libraries] Compiling parse-display-derive v0.10.0
46802026-09-11T21:03:17.203Z[verify-libraries] Compiling itertools v0.14.0
46812026-09-11T21:03:17.284Z[verify-libraries] Compiling backon v1.6.0
46822026-09-11T21:03:17.289Z[verify-libraries] Compiling backoff v0.4.0
46832026-09-11T21:03:17.365Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
46842026-09-11T21:03:17.365Z[verify-libraries] Compiling humantime v2.3.0
46852026-09-11T21:03:17.438Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
46862026-09-11T21:03:17.438Z[verify-libraries] Compiling async-stream v0.3.6
46872026-09-11T21:03:17.441Z[verify-libraries] Compiling convert_case v0.4.0
46882026-09-11T21:03:17.536Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
46892026-09-11T21:03:17.536Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46902026-09-11T21:03:17.615Z[verify-libraries] Compiling half v2.7.1
46912026-09-11T21:03:17.615Z[verify-libraries] Compiling progenitor-extras v0.2.0
46922026-09-11T21:03:17.620Z[verify-libraries] Compiling ciborium-io v0.2.2
46932026-09-11T21:03:17.641Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
46942026-09-11T21:03:17.758Z[verify-libraries] Compiling indent_write v2.2.0
46952026-09-11T21:03:17.795Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46962026-09-11T21:03:17.795Z[verify-libraries] Compiling regress v0.11.1
46972026-09-11T21:03:17.904Z[verify-libraries] Compiling secrecy v0.10.3
46982026-09-11T21:03:17.969Z[verify-libraries] Compiling ciborium-ll v0.2.2
46992026-09-11T21:03:17.969Z[verify-libraries] Compiling derive_more v0.99.20
47002026-09-11T21:03:18.042Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47012026-09-11T21:03:18.065Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47022026-09-11T21:03:18.074Z[verify-libraries] Compiling inout v0.1.4
47032026-09-11T21:03:18.196Z[verify-libraries] Compiling universal-hash v0.5.1
47042026-09-11T21:03:18.196Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
47052026-09-11T21:03:18.252Z[verify-libraries] Compiling ciborium v0.2.2
47062026-09-11T21:03:18.303Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47072026-09-11T21:03:18.307Z[verify-libraries] Compiling cipher v0.4.4
47082026-09-11T21:03:18.353Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
47092026-09-11T21:03:18.357Z[verify-libraries] Compiling opaque-debug v0.3.1
47102026-09-11T21:03:18.402Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
47112026-09-11T21:03:18.531Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47122026-09-11T21:03:18.535Z[verify-libraries] Compiling poly1305 v0.8.0
47132026-09-11T21:03:18.556Z[verify-libraries] Compiling chacha20 v0.9.1
47142026-09-11T21:03:18.560Z[verify-libraries] Compiling blake2 v0.10.6
47152026-09-11T21:03:18.581Z[verify-libraries] Compiling aead v0.5.2
47162026-09-11T21:03:18.644Z[verify-libraries] Compiling password-hash v0.5.0
47172026-09-11T21:03:18.744Z[ recovery-image] Sep 11 21:03:17.525 INFO O| Sep 11 21:03:17.524 INFO O| Startup: Refreshing catalog 'helios' ... Done
47182026-09-11T21:03:18.769Z[verify-libraries] Compiling itertools v0.15.0
47192026-09-11T21:03:18.949Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47202026-09-11T21:03:19.039Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
47212026-09-11T21:03:19.085Z[verify-libraries] Compiling argon2 v0.5.3
47222026-09-11T21:03:19.190Z[verify-libraries] Compiling parse-display v0.10.0
47232026-09-11T21:03:19.190Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
47242026-09-11T21:03:19.252Z[verify-libraries] Compiling num-derive v0.4.2
47252026-09-11T21:03:19.299Z[verify-libraries] Compiling crossbeam-deque v0.8.6
47262026-09-11T21:03:19.305Z[verify-libraries] Compiling rayon-core v1.13.0
47272026-09-11T21:03:19.430Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
47282026-09-11T21:03:19.468Z[verify-libraries] Compiling glob v0.3.3
47292026-09-11T21:03:20.078Z[verify-libraries] Compiling typify-impl v0.6.2
47302026-09-11T21:03:20.103Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47312026-09-11T21:03:20.103Z[verify-libraries] Compiling thiserror-no-std v2.0.2
47322026-09-11T21:03:20.103Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
47332026-09-11T21:03:20.109Z[ recovery-image] Sep 11 21:03:18.725 INFO O| Sep 11 21:03:18.725 INFO O| Startup: Caching catalogs ... Done
47342026-09-11T21:03:20.109Z[verify-libraries] Compiling vsss-rs v3.3.4
47352026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.742 INFO O| Sep 11 21:03:18.742 INFO O| Planning: Planning completed in 0.00 seconds
47362026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.743 INFO O| Sep 11 21:03:18.743 INFO O| Planning: Consolidating action changes ... Done
47372026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.743 INFO O| Sep 11 21:03:18.743 INFO O| Planning: Evaluating mediators ... Done
47382026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.743 INFO O| Sep 11 21:03:18.743 INFO O| Planning: Planning completed in 0.00 seconds
47392026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.744 INFO O| Sep 11 21:03:18.744 INFO O| Variants/Facets to change: 1
47402026-09-11T21:03:20.110Z[ recovery-image] Sep 11 21:03:18.758 INFO O| Sep 11 21:03:18.758 INFO O| Finalize: Updating package state database ... Done
47412026-09-11T21:03:20.111Z[ recovery-image] Sep 11 21:03:18.758 INFO O| Sep 11 21:03:18.758 INFO O| Finalize: Updating package cache ... Done
47422026-09-11T21:03:20.111Z[verify-libraries] Compiling heapless v0.8.0
47432026-09-11T21:03:20.111Z[ recovery-image] Sep 11 21:03:18.838 INFO O| Sep 11 21:03:18.837 INFO O| Finalize: Updating image state ... Done
47442026-09-11T21:03:20.111Z[ recovery-image] Sep 11 21:03:18.856 INFO O| Sep 11 21:03:18.856 INFO O| Finalize: Creating fast lookup database ... Done
47452026-09-11T21:03:20.111Z[ recovery-image] Sep 11 21:03:18.857 INFO O| Sep 11 21:03:18.857 INFO O| Finalize: Reading search index ... Done
47462026-09-11T21:03:20.111Z[ recovery-image] Sep 11 21:03:18.857 INFO O| Sep 11 21:03:18.857 INFO O| Finalize: Updating search index ... Done
47472026-09-11T21:03:20.112Z[ recovery-image] Sep 11 21:03:18.858 INFO O| Sep 11 21:03:18.858 INFO O| Finalize: Updating package cache ... Done
47482026-09-11T21:03:20.166Z[verify-libraries] Compiling proc-macro-error v1.0.4
47492026-09-11T21:03:20.277Z[verify-libraries] Compiling ingot-macros v0.2.0
47502026-09-11T21:03:20.339Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
47512026-09-11T21:03:20.403Z[ recovery-image] Sep 11 21:03:19.186 INFO O| Sep 11 21:03:19.186 INFO STEP 8 (pkg_change_facet) COMPLETE
47522026-09-11T21:03:20.404Z[ recovery-image] Sep 11 21:03:19.186 INFO O| Sep 11 21:03:19.186 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47532026-09-11T21:03:20.522Z[verify-libraries] Compiling proc-macro-crate v3.4.0
47542026-09-11T21:03:20.652Z[verify-libraries] Compiling usdt-macro v0.5.0
47552026-09-11T21:03:20.655Z[verify-libraries] Compiling tabwriter v1.4.1
47562026-09-11T21:03:20.684Z[verify-libraries] Compiling hash32 v0.3.1
47572026-09-11T21:03:20.737Z[ recovery-image] Sep 11 21:03:19.517 INFO O| Sep 11 21:03:19.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47582026-09-11T21:03:20.829Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47592026-09-11T21:03:20.832Z[verify-libraries] Compiling memmap v0.7.0
47602026-09-11T21:03:20.902Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47612026-09-11T21:03:20.950Z[verify-libraries] Compiling smoltcp v0.11.0
47622026-09-11T21:03:20.977Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47632026-09-11T21:03:21.095Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47642026-09-11T21:03:21.128Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47652026-09-11T21:03:21.206Z[verify-libraries] Compiling num_enum_derive v0.7.6
47662026-09-11T21:03:21.343Z[verify-libraries] Compiling cobs v0.3.0
47672026-09-11T21:03:21.367Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47682026-09-11T21:03:21.367Z[verify-libraries] Compiling colored v3.1.1
47692026-09-11T21:03:21.448Z[verify-libraries] Compiling rayon v1.11.0
47702026-09-11T21:03:21.526Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47712026-09-11T21:03:21.579Z[verify-libraries] Compiling usdt v0.5.0
47722026-09-11T21:03:21.647Z[verify-libraries] Compiling postcard v1.1.3
47732026-09-11T21:03:21.651Z[verify-libraries] Compiling proc-macro-crate v1.3.1
47742026-09-11T21:03:21.651Z[verify-libraries] Compiling foreign-types-macros v0.2.3
47752026-09-11T21:03:21.780Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47762026-09-11T21:03:21.836Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47772026-09-11T21:03:21.976Z[verify-libraries] Compiling foreign-types-shared v0.3.1
47782026-09-11T21:03:22.113Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47792026-09-11T21:03:22.167Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47802026-09-11T21:03:22.192Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47812026-09-11T21:03:22.291Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47822026-09-11T21:03:22.291Z[verify-libraries] Compiling cstr-argument v0.1.2
47832026-09-11T21:03:22.320Z[verify-libraries] Compiling num_enum_derive v0.5.11
47842026-09-11T21:03:22.374Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
47852026-09-11T21:03:22.412Z[verify-libraries] Compiling itertools v0.12.1
47862026-09-11T21:03:22.462Z[verify-libraries] Compiling foreign-types v0.5.0
47872026-09-11T21:03:22.467Z[verify-libraries] Compiling num_enum v0.7.6
47882026-09-11T21:03:22.479Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
47892026-09-11T21:03:22.609Z[verify-libraries] Compiling sigpipe v0.1.3
47902026-09-11T21:03:22.702Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
47912026-09-11T21:03:22.777Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
47922026-09-11T21:03:22.820Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
47932026-09-11T21:03:22.825Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
47942026-09-11T21:03:22.854Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47952026-09-11T21:03:23.038Z[ recovery-image] Sep 11 21:03:21.820 INFO O| Sep 11 21:03:21.820 INFO O| Startup: Refreshing catalog 'helios' ... Done
47962026-09-11T21:03:23.046Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47972026-09-11T21:03:23.058Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47982026-09-11T21:03:23.114Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47992026-09-11T21:03:23.118Z[verify-libraries] Compiling toml v0.8.23
48002026-09-11T21:03:23.195Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
48012026-09-11T21:03:23.339Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48022026-09-11T21:03:23.382Z[verify-libraries] Compiling smf v0.2.3
48032026-09-11T21:03:23.556Z[verify-libraries] Compiling ingot-types v0.2.0
48042026-09-11T21:03:23.560Z[verify-libraries] Compiling whoami v1.6.1
48052026-09-11T21:03:23.567Z[ recovery-image] Sep 11 21:03:22.349 INFO O| Sep 11 21:03:22.349 INFO O| Startup: Caching catalogs ... Done
48062026-09-11T21:03:23.585Z[ recovery-image] Sep 11 21:03:22.366 INFO O| Sep 11 21:03:22.366 INFO O| Planning: Planning completed in 0.00 seconds
48072026-09-11T21:03:23.588Z[ recovery-image] Sep 11 21:03:22.367 INFO O| Sep 11 21:03:22.367 INFO O| Planning: Consolidating action changes ... Done
48082026-09-11T21:03:23.588Z[ recovery-image] Sep 11 21:03:22.367 INFO O| Sep 11 21:03:22.367 INFO O| Planning: Evaluating mediators ... Done
48092026-09-11T21:03:23.591Z[ recovery-image] Sep 11 21:03:22.368 INFO O| Sep 11 21:03:22.367 INFO O| Planning: Planning completed in 0.00 seconds
48102026-09-11T21:03:23.592Z[ recovery-image] Sep 11 21:03:22.368 INFO O| Sep 11 21:03:22.368 INFO O| Variants/Facets to change: 1
48112026-09-11T21:03:23.610Z[ recovery-image] Sep 11 21:03:22.390 INFO O| Sep 11 21:03:22.390 INFO O| Finalize: Updating package state database ... Done
48122026-09-11T21:03:23.611Z[ recovery-image] Sep 11 21:03:22.390 INFO O| Sep 11 21:03:22.390 INFO O| Finalize: Updating package cache ... Done
48132026-09-11T21:03:23.627Z[verify-libraries] Compiling num_enum v0.5.11
48142026-09-11T21:03:23.656Z[verify-libraries] Compiling zone v0.3.1
48152026-09-11T21:03:23.659Z[verify-libraries] Compiling tokio-dtrace v0.1.1
48162026-09-11T21:03:23.683Z[verify-libraries] Compiling derive-where v1.6.0
48172026-09-11T21:03:23.686Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48182026-09-11T21:03:23.755Z[ recovery-image] Sep 11 21:03:22.536 INFO O| Sep 11 21:03:22.536 INFO O| Finalize: Updating image state ... Done
48192026-09-11T21:03:23.774Z[ recovery-image] Sep 11 21:03:22.556 INFO O| Sep 11 21:03:22.556 INFO O| Finalize: Creating fast lookup database ... Done
48202026-09-11T21:03:23.778Z[ recovery-image] Sep 11 21:03:22.557 INFO O| Sep 11 21:03:22.557 INFO O| Finalize: Reading search index ... Done
48212026-09-11T21:03:23.778Z[ recovery-image] Sep 11 21:03:22.557 INFO O| Sep 11 21:03:22.557 INFO O| Finalize: Updating search index ... Done
48222026-09-11T21:03:23.778Z[ recovery-image] Sep 11 21:03:22.558 INFO O| Sep 11 21:03:22.558 INFO O| Finalize: Updating package cache ... Done
48232026-09-11T21:03:23.853Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
48242026-09-11T21:03:23.918Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
48252026-09-11T21:03:23.960Z[verify-libraries] Compiling gethostname v0.5.0
48262026-09-11T21:03:24.009Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
48272026-09-11T21:03:24.053Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
48282026-09-11T21:03:24.097Z[verify-libraries] Compiling ingot v0.2.1
48292026-09-11T21:03:24.111Z[ recovery-image] Sep 11 21:03:22.892 INFO O| Sep 11 21:03:22.892 INFO STEP 9 (pkg_change_facet) COMPLETE
48302026-09-11T21:03:24.111Z[ recovery-image] Sep 11 21:03:22.892 INFO O| Sep 11 21:03:22.892 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48312026-09-11T21:03:24.143Z[verify-libraries] Compiling newline-converter v0.3.0
48322026-09-11T21:03:24.243Z[verify-libraries] Compiling console v0.15.11
48332026-09-11T21:03:24.344Z[verify-libraries] Compiling linear-map v1.2.0
48342026-09-11T21:03:24.401Z[verify-libraries] Compiling num-rational v0.4.2
48352026-09-11T21:03:24.404Z[verify-libraries] Compiling num-complex v0.4.6
48362026-09-11T21:03:24.462Z[ recovery-image] Sep 11 21:03:23.243 INFO O| Sep 11 21:03:23.243 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48372026-09-11T21:03:24.495Z[verify-libraries] Compiling slog-dtrace v0.3.0
48382026-09-11T21:03:24.595Z[verify-libraries] Compiling typify-macro v0.6.2
48392026-09-11T21:03:24.595Z[verify-libraries] Compiling resolv-conf v0.7.6
48402026-09-11T21:03:24.599Z[verify-libraries] Compiling prettyplease v0.2.37
48412026-09-11T21:03:24.599Z[verify-libraries] Compiling float-ord v0.3.2
48422026-09-11T21:03:24.801Z[verify-libraries] Compiling expectorate v1.2.0
48432026-09-11T21:03:24.870Z[verify-libraries] Compiling num v0.4.3
48442026-09-11T21:03:24.873Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48452026-09-11T21:03:24.929Z[verify-libraries] Compiling minimal-lexical v0.2.1
48462026-09-11T21:03:24.964Z[verify-libraries] Compiling linked-hash-map v0.5.6
48472026-09-11T21:03:24.967Z[verify-libraries] Compiling hickory-proto v0.24.4
48482026-09-11T21:03:25.060Z[verify-libraries] Compiling unicode-xid v0.2.6
48492026-09-11T21:03:25.091Z[verify-libraries] Compiling tabled_derive v0.7.0
48502026-09-11T21:03:25.171Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
48512026-09-11T21:03:25.233Z[verify-libraries] Compiling nom v7.1.3
48522026-09-11T21:03:25.237Z[verify-libraries] Compiling lru-cache v0.1.2
48532026-09-11T21:03:25.285Z[verify-libraries] Compiling ar_archive_writer v0.5.1
48542026-09-11T21:03:25.289Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
48552026-09-11T21:03:25.312Z[verify-libraries] Compiling fd-lock v4.0.4
48562026-09-11T21:03:25.447Z[verify-libraries] Compiling vte v0.14.1
48572026-09-11T21:03:25.502Z[verify-libraries] Compiling display-error-chain v0.2.2
48582026-09-11T21:03:25.507Z[verify-libraries] Compiling crossterm v0.29.0
48592026-09-11T21:03:25.719Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
48602026-09-11T21:03:25.762Z[verify-libraries] Compiling nu-ansi-term v0.50.3
48612026-09-11T21:03:25.840Z[verify-libraries] Compiling stacker v0.1.23
48622026-09-11T21:03:25.975Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48632026-09-11T21:03:26.173Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48642026-09-11T21:03:26.219Z[verify-libraries] Compiling reedline v0.40.0
48652026-09-11T21:03:26.278Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48662026-09-11T21:03:26.286Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
48672026-09-11T21:03:26.286Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
48682026-09-11T21:03:26.363Z[verify-libraries] Compiling psm v0.1.30
48692026-09-11T21:03:26.462Z[verify-libraries] Compiling tabled v0.15.0
48702026-09-11T21:03:26.581Z[ recovery-image] Sep 11 21:03:25.363 INFO O| Sep 11 21:03:25.363 INFO O| Startup: Refreshing catalog 'helios' ... Done
48712026-09-11T21:03:26.647Z[verify-libraries] Compiling typify v0.6.2
48722026-09-11T21:03:26.722Z[verify-libraries] Compiling oxide-update-engine v0.1.2
48732026-09-11T21:03:26.767Z[verify-libraries] Compiling cfg_aliases v0.1.1
48742026-09-11T21:03:26.819Z[verify-libraries] Compiling progenitor-impl v0.14.0
48752026-09-11T21:03:26.917Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
48762026-09-11T21:03:27.081Z[verify-libraries] Compiling nix v0.28.0
48772026-09-11T21:03:27.086Z[verify-libraries] Compiling semver v0.1.20
48782026-09-11T21:03:27.111Z[ recovery-image] Sep 11 21:03:25.892 INFO O| Sep 11 21:03:25.892 INFO O| Startup: Caching catalogs ... Done
48792026-09-11T21:03:27.128Z[ recovery-image] Sep 11 21:03:25.909 INFO O| Sep 11 21:03:25.909 INFO O| Planning: Planning completed in 0.00 seconds
48802026-09-11T21:03:27.143Z[ recovery-image] Sep 11 21:03:25.910 INFO O| Sep 11 21:03:25.910 INFO O| Planning: Consolidating action changes ... Done
48812026-09-11T21:03:27.143Z[ recovery-image] Sep 11 21:03:25.910 INFO O| Sep 11 21:03:25.910 INFO O| Planning: Evaluating mediators ... Done
48822026-09-11T21:03:27.143Z[ recovery-image] Sep 11 21:03:25.910 INFO O| Sep 11 21:03:25.910 INFO O| Planning: Planning completed in 0.00 seconds
48832026-09-11T21:03:27.144Z[ recovery-image] Sep 11 21:03:25.910 INFO O| Sep 11 21:03:25.910 INFO O| Variants/Facets to change: 1
48842026-09-11T21:03:27.148Z[ recovery-image] Sep 11 21:03:25.921 INFO O| Sep 11 21:03:25.921 INFO O| Finalize: Updating package state database ... Done
48852026-09-11T21:03:27.148Z[ recovery-image] Sep 11 21:03:25.921 INFO O| Sep 11 21:03:25.921 INFO O| Finalize: Updating package cache ... Done
48862026-09-11T21:03:27.226Z[ recovery-image] Sep 11 21:03:26.007 INFO O| Sep 11 21:03:26.007 INFO O| Finalize: Updating image state ... Done
48872026-09-11T21:03:27.243Z[ recovery-image] Sep 11 21:03:26.025 INFO O| Sep 11 21:03:26.025 INFO O| Finalize: Creating fast lookup database ... Done
48882026-09-11T21:03:27.247Z[ recovery-image] Sep 11 21:03:26.025 INFO O| Sep 11 21:03:26.025 INFO O| Finalize: Reading search index ... Done
48892026-09-11T21:03:27.248Z[ recovery-image] Sep 11 21:03:26.025 INFO O| Sep 11 21:03:26.025 INFO O| Finalize: Updating search index ... Done
48902026-09-11T21:03:27.248Z[ recovery-image] Sep 11 21:03:26.026 INFO O| Sep 11 21:03:26.026 INFO O| Finalize: Updating package cache ... Done
48912026-09-11T21:03:27.323Z[verify-libraries] Compiling hickory-resolver v0.24.4
48922026-09-11T21:03:27.391Z[verify-libraries] Compiling termtree v0.5.1
48932026-09-11T21:03:27.438Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48942026-09-11T21:03:27.584Z[ recovery-image] Sep 11 21:03:26.366 INFO O| Sep 11 21:03:26.365 INFO STEP 10 (pkg_change_facet) COMPLETE
48952026-09-11T21:03:27.584Z[ recovery-image] Sep 11 21:03:26.366 INFO O| Sep 11 21:03:26.365 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48962026-09-11T21:03:27.595Z[ recovery-image] Sep 11 21:03:26.376 INFO O| Sep 11 21:03:26.376 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"]
48972026-09-11T21:03:27.652Z[verify-libraries] Compiling rustc_version v0.1.7
48982026-09-11T21:03:27.657Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48992026-09-11T21:03:27.770Z[verify-libraries] Compiling phf_shared v0.12.1
49002026-09-11T21:03:27.985Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
49012026-09-11T21:03:28.046Z[verify-libraries] Compiling nibble_vec v0.1.0
49022026-09-11T21:03:28.087Z[verify-libraries] Compiling endian-type v0.1.2
49032026-09-11T21:03:28.261Z[verify-libraries] Compiling chrono-tz v0.10.4
49042026-09-11T21:03:28.332Z[verify-libraries] Compiling highway v1.3.0
49052026-09-11T21:03:28.479Z[verify-libraries] Compiling radix_trie v0.2.1
49062026-09-11T21:03:28.512Z[verify-libraries] Compiling qorb v0.4.1
49072026-09-11T21:03:28.583Z[verify-libraries] Compiling newtype_derive v0.1.6
49082026-09-11T21:03:28.634Z[verify-libraries] Compiling recursive v0.1.1
49092026-09-11T21:03:28.735Z[verify-libraries] Compiling phf v0.12.1
49102026-09-11T21:03:28.794Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49112026-09-11T21:03:28.840Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
49122026-09-11T21:03:28.879Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49132026-09-11T21:03:28.998Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
49142026-09-11T21:03:29.067Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
49152026-09-11T21:03:29.103Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
49162026-09-11T21:03:29.215Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49172026-09-11T21:03:29.262Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49182026-09-11T21:03:29.299Z[verify-libraries] Compiling peg-macros v0.8.5
49192026-09-11T21:03:29.303Z[verify-libraries] Compiling sqlparser_derive v0.5.0
49202026-09-11T21:03:29.760Z[verify-libraries] Compiling progenitor-macro v0.14.0
49212026-09-11T21:03:29.883Z[verify-libraries] Compiling csv-core v0.1.13
49222026-09-11T21:03:29.914Z[verify-libraries] Compiling winnow v0.6.26
49232026-09-11T21:03:30.067Z[verify-libraries] Compiling home v0.5.12
49242026-09-11T21:03:30.111Z[verify-libraries] Compiling unicode_categories v0.1.1
49252026-09-11T21:03:30.122Z[ recovery-image] Sep 11 21:03:28.904 INFO O| Sep 11 21:03:28.904 INFO O| Startup: Refreshing catalog 'helios' ... Done
49262026-09-11T21:03:30.232Z[verify-libraries] Compiling csv v1.4.0
49272026-09-11T21:03:30.319Z[verify-libraries] Compiling sqlparser v0.61.0
49282026-09-11T21:03:30.345Z[verify-libraries] Compiling rustyline v14.0.0
49292026-09-11T21:03:30.402Z[verify-libraries] Compiling const_format v0.2.35
49302026-09-11T21:03:30.530Z[verify-libraries] Compiling bcs v0.1.6
49312026-09-11T21:03:30.592Z[verify-libraries] Compiling nom v8.0.0
49322026-09-11T21:03:30.650Z[ recovery-image] Sep 11 21:03:29.432 INFO O| Sep 11 21:03:29.432 INFO O| Startup: Caching catalogs ... Done
49332026-09-11T21:03:30.801Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49342026-09-11T21:03:30.870Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49352026-09-11T21:03:30.874Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49362026-09-11T21:03:30.929Z[verify-libraries] Compiling peg v0.8.5
49372026-09-11T21:03:30.985Z[verify-libraries] Compiling steno v0.4.1
49382026-09-11T21:03:31.029Z[verify-libraries] Compiling sha1 v0.10.6
49392026-09-11T21:03:31.078Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
49402026-09-11T21:03:31.091Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
49412026-09-11T21:03:31.348Z[verify-libraries] Compiling sqlformat v0.3.5
49422026-09-11T21:03:31.427Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
49432026-09-11T21:03:31.575Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
49442026-09-11T21:03:31.687Z[verify-libraries] Compiling utf-8 v0.7.6
49452026-09-11T21:03:31.687Z[verify-libraries] Compiling libefi-sys v0.1.0
49462026-09-11T21:03:31.842Z[verify-libraries] Compiling tagptr v0.2.0
49472026-09-11T21:03:31.909Z[verify-libraries] Compiling bitfield-struct v0.6.2
49482026-09-11T21:03:31.937Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
49492026-09-11T21:03:32.024Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49502026-09-11T21:03:32.024Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
49512026-09-11T21:03:32.106Z[verify-libraries] Compiling moka v0.12.13
49522026-09-11T21:03:32.106Z[verify-libraries] Compiling xshell-macros v0.2.7
49532026-09-11T21:03:32.293Z[verify-libraries] Compiling tungstenite v0.21.0
49542026-09-11T21:03:32.338Z[verify-libraries] Compiling object v0.39.1
49552026-09-11T21:03:32.439Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
49562026-09-11T21:03:32.508Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49572026-09-11T21:03:32.608Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49582026-09-11T21:03:32.681Z[verify-libraries] Compiling xshell v0.2.7
49592026-09-11T21:03:32.682Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49602026-09-11T21:03:32.842Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49612026-09-11T21:03:32.924Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49622026-09-11T21:03:32.979Z[verify-libraries] Compiling hickory-resolver v0.25.2
49632026-09-11T21:03:33.040Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
49642026-09-11T21:03:33.133Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
49652026-09-11T21:03:33.254Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49662026-09-11T21:03:33.320Z[verify-libraries] Compiling path-slash v0.2.1
49672026-09-11T21:03:33.320Z[verify-libraries] Compiling half v1.8.3
49682026-09-11T21:03:33.608Z[verify-libraries] Compiling serde_cbor v0.11.2
49692026-09-11T21:03:33.656Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49702026-09-11T21:03:33.763Z[verify-libraries] Compiling libscf-sys v1.2.0
49712026-09-11T21:03:33.767Z[verify-libraries] Compiling subprocess v0.2.15
49722026-09-11T21:03:33.830Z[verify-libraries] Compiling papergrid v0.18.0
49732026-09-11T21:03:33.868Z[ recovery-image] Sep 11 21:03:32.649 INFO O| Sep 11 21:03:32.649 INFO O| Planning: Solver setup ... Done
49742026-09-11T21:03:33.969Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49752026-09-11T21:03:33.973Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49762026-09-11T21:03:34.256Z[ recovery-image] Sep 11 21:03:33.038 INFO O| Sep 11 21:03:33.038 INFO O| Planning: Running solver ... Done
49772026-09-11T21:03:34.304Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49782026-09-11T21:03:34.315Z[ recovery-image] Sep 11 21:03:33.097 INFO O| Sep 11 21:03:33.097 INFO O| Planning: Finding local manifests ... Done
49792026-09-11T21:03:34.360Z[ recovery-image] Sep 11 21:03:33.141 INFO O| Sep 11 21:03:33.141 INFO O| Planning: Fetching manifests: 0/130 0% complete
49802026-09-11T21:03:34.396Z[verify-libraries] Compiling headers-core v0.3.0
49812026-09-11T21:03:34.501Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49822026-09-11T21:03:34.606Z[verify-libraries] Compiling unicase v2.9.0
49832026-09-11T21:03:34.667Z[verify-libraries] Compiling headers v0.4.1
49842026-09-11T21:03:34.934Z[verify-libraries] Compiling darling_core v0.21.3
49852026-09-11T21:03:35.006Z[verify-libraries] Compiling tabled v0.21.0
49862026-09-11T21:03:35.206Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49872026-09-11T21:03:35.297Z[verify-libraries] Compiling maplit v1.0.2
49882026-09-11T21:03:35.350Z[verify-libraries] Compiling progenitor v0.14.0
49892026-09-11T21:03:35.497Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49902026-09-11T21:03:35.555Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49912026-09-11T21:03:35.578Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49922026-09-11T21:03:35.611Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49932026-09-11T21:03:35.735Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49942026-09-11T21:03:35.766Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49952026-09-11T21:03:36.043Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49962026-09-11T21:03:36.145Z[verify-libraries] Compiling yasna v0.5.2
49972026-09-11T21:03:36.523Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49982026-09-11T21:03:36.908Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49992026-09-11T21:03:36.943Z[verify-libraries] Compiling crc8 v0.1.1
50002026-09-11T21:03:37.024Z[verify-libraries] Compiling rcgen v0.12.1
50012026-09-11T21:03:37.062Z[verify-libraries] Compiling vergen-lib v0.1.6
50022026-09-11T21:03:37.134Z[verify-libraries] Compiling diesel_derives v2.3.7
50032026-09-11T21:03:37.399Z[verify-libraries] Compiling port-file v0.1.0
50042026-09-11T21:03:37.475Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50052026-09-11T21:03:37.570Z[ recovery-image] Sep 11 21:03:36.349 INFO O| Sep 11 21:03:36.349 INFO O| Planning: Fetching manifests: 130/130 100% complete
50062026-09-11T21:03:37.700Z[verify-libraries] Compiling darling_macro v0.21.3
50072026-09-11T21:03:37.700Z[verify-libraries] Compiling vergen-gitcl v1.0.8
50082026-09-11T21:03:37.700Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
50092026-09-11T21:03:37.706Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
50102026-09-11T21:03:37.805Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50112026-09-11T21:03:37.877Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
50122026-09-11T21:03:38.036Z[verify-libraries] Compiling r2d2 v0.8.10
50132026-09-11T21:03:38.192Z[ recovery-image] Sep 11 21:03:36.906 INFO O| Sep 11 21:03:36.905 INFO O| Planning: Package planning ... Done
50142026-09-11T21:03:38.198Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50152026-09-11T21:03:38.198Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50162026-09-11T21:03:38.198Z[verify-libraries] Compiling digest-io v0.1.0
50172026-09-11T21:03:38.271Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50182026-09-11T21:03:38.276Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50192026-09-11T21:03:38.280Z[ recovery-image] Sep 11 21:03:37.061 INFO O| Sep 11 21:03:37.061 INFO O| Planning: Merging actions ... Done
50202026-09-11T21:03:38.332Z[verify-libraries] Compiling dirs-sys-next v0.1.2
50212026-09-11T21:03:38.350Z[ recovery-image] Sep 11 21:03:37.132 INFO O| Sep 11 21:03:37.132 INFO O| Planning: Checking for conflicting actions ... Done
50222026-09-11T21:03:38.355Z[verify-libraries] Compiling darling v0.21.3
50232026-09-11T21:03:38.441Z[verify-libraries] Compiling cpubits v0.1.1
50242026-09-11T21:03:38.483Z[ recovery-image] Sep 11 21:03:37.265 INFO O| Sep 11 21:03:37.265 INFO O| Planning: Consolidating action changes ... Done
50252026-09-11T21:03:38.490Z[verify-libraries] Compiling dsl_auto_type v0.2.0
50262026-09-11T21:03:38.490Z[verify-libraries] Compiling rawzip v0.4.4
50272026-09-11T21:03:38.589Z[verify-libraries] Compiling crunchy v0.2.4
50282026-09-11T21:03:38.620Z[ recovery-image] Sep 11 21:03:37.401 INFO O| Sep 11 21:03:37.401 INFO O| Planning: Evaluating mediators ... Done
50292026-09-11T21:03:38.626Z[verify-libraries] Compiling downcast-rs v2.0.2
50302026-09-11T21:03:38.639Z[verify-libraries] Compiling dirs-next v2.0.0
50312026-09-11T21:03:38.875Z[verify-libraries] Compiling clang-sys v1.8.1
50322026-09-11T21:03:38.990Z[verify-libraries] Compiling ignore v0.4.25
50332026-09-11T21:03:39.076Z[verify-libraries] Compiling anstyle-parse v0.2.7
50342026-09-11T21:03:39.115Z[verify-libraries] Compiling tiny-keccak v2.0.2
50352026-09-11T21:03:39.393Z[verify-libraries] Compiling anstream v0.6.21
50362026-09-11T21:03:39.532Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50372026-09-11T21:03:39.553Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50382026-09-11T21:03:39.627Z[verify-libraries] Compiling term v0.7.0
50392026-09-11T21:03:39.727Z[verify-libraries] Compiling globwalk v0.9.1
50402026-09-11T21:03:39.796Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50412026-09-11T21:03:40.060Z[verify-libraries] Compiling predicates-tree v1.0.13
50422026-09-11T21:03:40.181Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50432026-09-11T21:03:40.235Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50442026-09-11T21:03:40.312Z[ recovery-image] Sep 11 21:03:39.094 INFO O| Sep 11 21:03:39.094 INFO O| Planning: Planning completed in 9.65 seconds
50452026-09-11T21:03:40.316Z[ recovery-image] Sep 11 21:03:39.096 INFO O| Sep 11 21:03:39.096 INFO O| Packages to install: 130
50462026-09-11T21:03:40.316Z[ recovery-image] Sep 11 21:03:39.096 INFO O| Sep 11 21:03:39.096 INFO O| Mediators to change: 5
50472026-09-11T21:03:40.317Z[ recovery-image] Sep 11 21:03:39.096 INFO O| Sep 11 21:03:39.096 INFO O| Services to change: 5
50482026-09-11T21:03:40.321Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50492026-09-11T21:03:40.346Z[ recovery-image] Sep 11 21:03:39.126 INFO O| Sep 11 21:03:39.126 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50502026-09-11T21:03:40.352Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50512026-09-11T21:03:40.400Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50522026-09-11T21:03:40.511Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50532026-09-11T21:03:40.636Z[verify-libraries] Compiling rand_seeder v0.4.0
50542026-09-11T21:03:40.678Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
50552026-09-11T21:03:40.774Z[verify-libraries] Compiling diff v0.1.13
50562026-09-11T21:03:40.917Z[verify-libraries] Compiling bit-vec v0.6.3
50572026-09-11T21:03:41.087Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50582026-09-11T21:03:41.157Z[verify-libraries] Compiling bit-set v0.5.3
50592026-09-11T21:03:41.264Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50602026-09-11T21:03:41.314Z[verify-libraries] Compiling ascii-canvas v3.0.0
50612026-09-11T21:03:41.386Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50622026-09-11T21:03:41.442Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50632026-09-11T21:03:41.721Z[verify-libraries] Compiling itertools v0.10.5
50642026-09-11T21:03:41.856Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50652026-09-11T21:03:41.891Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50662026-09-11T21:03:41.893Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50672026-09-11T21:03:42.173Z[verify-libraries] Compiling ena v0.14.4
50682026-09-11T21:03:42.503Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50692026-09-11T21:03:42.624Z[verify-libraries] Compiling libloading v0.8.9
50702026-09-11T21:03:42.919Z[verify-libraries] Compiling regex-syntax v0.6.29
50712026-09-11T21:03:43.009Z[verify-libraries] Compiling bindgen v0.71.1
50722026-09-11T21:03:43.984Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50732026-09-11T21:03:44.028Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50742026-09-11T21:03:44.226Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50752026-09-11T21:03:44.384Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50762026-09-11T21:03:44.999Z[verify-libraries] Compiling diesel v2.3.7
50772026-09-11T21:03:45.329Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50782026-09-11T21:03:45.344Z[ recovery-image] Sep 11 21:03:44.126 INFO O| Sep 11 21:03:44.126 INFO O| Download: 8208/16683 items 83.4/200.2MB 41% complete (16.8M/s)
50792026-09-11T21:03:45.603Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50802026-09-11T21:03:45.637Z[verify-libraries] Compiling lalrpop v0.19.12
50812026-09-11T21:03:45.964Z[verify-libraries] Compiling cexpr v0.6.0
50822026-09-11T21:03:46.281Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50832026-09-11T21:03:46.375Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50842026-09-11T21:03:46.664Z[verify-libraries] Compiling rustc-hash v2.1.1
50852026-09-11T21:03:46.841Z[verify-libraries] Compiling rfc6979 v0.4.0
50862026-09-11T21:03:46.923Z[verify-libraries] Compiling libxml v0.3.3
50872026-09-11T21:03:47.049Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50882026-09-11T21:03:47.076Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50892026-09-11T21:03:47.125Z[verify-libraries] Compiling ecdsa v0.16.9
50902026-09-11T21:03:47.294Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50912026-09-11T21:03:47.405Z[verify-libraries] Compiling primeorder v0.13.6
50922026-09-11T21:03:47.692Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50932026-09-11T21:03:47.716Z[verify-libraries] Compiling strum_macros v0.24.3
50942026-09-11T21:03:47.757Z[verify-libraries] Compiling hashbrown v0.14.5
50952026-09-11T21:03:47.793Z[verify-libraries] Compiling universal-hash v0.6.1
50962026-09-11T21:03:47.818Z[verify-libraries] Compiling fxhash v0.2.1
50972026-09-11T21:03:47.996Z[verify-libraries] Compiling salty v0.3.0
50982026-09-11T21:03:48.075Z[verify-libraries] Compiling indoc v1.0.9
50992026-09-11T21:03:48.144Z[verify-libraries] Compiling knus-derive v3.4.0
51002026-09-11T21:03:48.150Z[verify-libraries] Compiling p384 v0.13.1
51012026-09-11T21:03:48.462Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51022026-09-11T21:03:48.503Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51032026-09-11T21:03:48.621Z[verify-libraries] Compiling chumsky v0.9.3
51042026-09-11T21:03:48.730Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51052026-09-11T21:03:48.808Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51062026-09-11T21:03:48.935Z[verify-libraries] Compiling oso-derive v0.27.3
51072026-09-11T21:03:49.154Z[verify-libraries] Compiling quick-xml v0.37.5
51082026-09-11T21:03:49.351Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
51092026-09-11T21:03:49.456Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51102026-09-11T21:03:49.678Z[verify-libraries] Compiling openssl-probe v0.1.6
51112026-09-11T21:03:49.818Z[ recovery-image] Sep 11 21:03:48.599 INFO O| Sep 11 21:03:48.599 INFO O| Download: Completed 200.24 MB in 9.47 seconds (21.1M/s)
51122026-09-11T21:03:49.953Z[verify-libraries] Compiling polyval v0.7.1
51132026-09-11T21:03:50.002Z[verify-libraries] Compiling knus v3.4.0
51142026-09-11T21:03:50.002Z[verify-libraries] Compiling der v0.8.0
51152026-09-11T21:03:50.073Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51162026-09-11T21:03:50.079Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
51172026-09-11T21:03:50.145Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51182026-09-11T21:03:50.280Z[verify-libraries] Compiling git-stub v1.0.0
51192026-09-11T21:03:50.363Z[verify-libraries] Compiling kstat-rs v0.2.5
51202026-09-11T21:03:50.656Z[verify-libraries] Compiling trait-variant v0.1.2
51212026-09-11T21:03:50.691Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51222026-09-11T21:03:50.738Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
51232026-09-11T21:03:51.030Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
51242026-09-11T21:03:51.124Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51252026-09-11T21:03:51.152Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51262026-09-11T21:03:51.216Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51272026-09-11T21:03:51.281Z[verify-libraries] Compiling ghash v0.6.0
51282026-09-11T21:03:51.321Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51292026-09-11T21:03:51.404Z[verify-libraries] Compiling aes v0.9.1
51302026-09-11T21:03:51.507Z[verify-libraries] Compiling crypto-bigint v0.7.5
51312026-09-11T21:03:51.636Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51322026-09-11T21:03:51.667Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51332026-09-11T21:03:51.785Z[verify-libraries] Compiling pbkdf2 v0.13.0
51342026-09-11T21:03:51.979Z[verify-libraries] Compiling ctr v0.10.1
51352026-09-11T21:03:52.024Z[verify-libraries] Compiling bb8 v0.8.6
51362026-09-11T21:03:52.067Z[verify-libraries] Compiling aead v0.6.1
51372026-09-11T21:03:52.283Z[verify-libraries] Compiling parking_lot_core v0.8.6
51382026-09-11T21:03:52.341Z[verify-libraries] Compiling aes-gcm v0.11.0
51392026-09-11T21:03:52.389Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51402026-09-11T21:03:52.634Z[verify-libraries] Compiling spki v0.8.0
51412026-09-11T21:03:52.642Z[verify-libraries] Compiling mime_guess v2.0.5
51422026-09-11T21:03:52.737Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51432026-09-11T21:03:52.865Z[verify-libraries] Compiling salsa20 v0.11.0
51442026-09-11T21:03:52.904Z[verify-libraries] Compiling nanorand v0.7.0
51452026-09-11T21:03:53.128Z[verify-libraries] Compiling scrypt v0.12.0
51462026-09-11T21:03:53.145Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51472026-09-11T21:03:53.185Z[verify-libraries] Compiling flume v0.11.1
51482026-09-11T21:03:53.201Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51492026-09-11T21:03:53.310Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51502026-09-11T21:03:53.398Z[verify-libraries] Compiling cbc v0.2.1
51512026-09-11T21:03:53.449Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51522026-09-11T21:03:53.557Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51532026-09-11T21:03:53.581Z[verify-libraries] Compiling nonempty v0.12.0
51542026-09-11T21:03:53.654Z[verify-libraries] Compiling http-range v0.1.5
51552026-09-11T21:03:53.777Z[verify-libraries] Compiling corncobs v0.1.4
51562026-09-11T21:03:53.944Z[verify-libraries] Compiling pkcs5 v0.8.1
51572026-09-11T21:03:54.027Z[verify-libraries] Compiling parking_lot v0.11.2
51582026-09-11T21:03:54.045Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51592026-09-11T21:03:54.089Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51602026-09-11T21:03:54.099Z[ recovery-image] Sep 11 21:03:52.876 INFO O| Sep 11 21:03:52.876 INFO O| Actions: 1/27596 actions (Installing new actions)
51612026-09-11T21:03:54.138Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51622026-09-11T21:03:54.421Z[verify-libraries] Compiling prefix-trie v0.7.0
51632026-09-11T21:03:54.566Z[verify-libraries] Compiling secrecy v0.8.0
51642026-09-11T21:03:54.600Z[verify-libraries] Compiling pkcs8 v0.11.0
51652026-09-11T21:03:54.664Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51662026-09-11T21:03:54.715Z[verify-libraries] Compiling sled v0.34.7
51672026-09-11T21:03:54.833Z[verify-libraries] Compiling hickory-server v0.25.2
51682026-09-11T21:03:54.905Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51692026-09-11T21:03:55.020Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51702026-09-11T21:03:55.162Z[verify-libraries] Compiling ff v0.14.0
51712026-09-11T21:03:55.235Z[verify-libraries] Compiling libz-sys v1.1.24
51722026-09-11T21:03:55.326Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51732026-09-11T21:03:55.398Z[verify-libraries] Compiling group v0.14.0
51742026-09-11T21:03:55.491Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51752026-09-11T21:03:55.671Z[verify-libraries] Compiling signature v3.0.0
51762026-09-11T21:03:55.909Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51772026-09-11T21:03:55.951Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24250:20260908T193524Z
51782026-09-11T21:03:55.951Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24250:20260908T193524Z
51792026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
51802026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
51812026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
51822026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
51832026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
51842026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.732 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
51852026-09-11T21:03:55.961Z[ host-image] Sep 11 21:03:54.733 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260911T205002Z
51862026-09-11T21:03:55.962Z[ host-image] Sep 11 21:03:54.733 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
51872026-09-11T21:03:55.962Z[ host-image] Sep 11 21:03:54.733 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
51882026-09-11T21:03:55.962Z[ host-image] Sep 11 21:03:54.733 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24250:20260908T193524Z
51892026-09-11T21:03:55.962Z[ host-image] Sep 11 21:03:54.733 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24250:20260908T193525Z
51902026-09-11T21:03:55.962Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24250:20260908T193525Z
51912026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24250:20260908T193525Z
51922026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
51932026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24250:20260908T193525Z
51942026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24250:20260908T193525Z
51952026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24250:20260908T193525Z
51962026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24250:20260908T193525Z
51972026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24250:20260908T193525Z
51982026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24250:20260908T193525Z
51992026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.734 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24250:20260908T193525Z
52002026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24250:20260908T193526Z
52012026-09-11T21:03:55.963Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24250:20260908T193526Z
52022026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24250:20260908T193526Z
52032026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24250:20260908T193526Z
52042026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24250:20260908T193527Z
52052026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24250:20260908T193527Z
52062026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24250:20260908T193527Z
52072026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24250:20260908T193528Z
52082026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
52092026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24250:20260908T193528Z
52102026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24250:20260908T193529Z
52112026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24250:20260908T193529Z
52122026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24250:20260908T193530Z
52132026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24250:20260908T193530Z
52142026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24250:20260908T193530Z
52152026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.735 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24250:20260908T193530Z
52162026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.738 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
52172026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.738 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24250:20260908T193531Z
52182026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.738 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
52192026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.738 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
52202026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
52212026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
52222026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24250:20260908T193531Z
52232026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
52242026-09-11T21:03:55.964Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
52252026-09-11T21:03:55.967Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
52262026-09-11T21:03:55.967Z[ host-image] Sep 11 21:03:54.739 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
52272026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.742 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
52282026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.742 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
52292026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.743 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
52302026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.743 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
52312026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.743 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
52322026-09-11T21:03:55.976Z[ host-image] Sep 11 21:03:54.743 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
52332026-09-11T21:03:55.981Z[ host-image] Sep 11 21:03:54.754 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
52342026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.754 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
52352026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.754 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
52362026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24250:20260908T193531Z
52372026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24250:20260908T193534Z
52382026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
52392026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24250:20260908T193534Z
52402026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
52412026-09-11T21:03:55.982Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
52422026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
52432026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
52442026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24250:20260908T193534Z
52452026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.755 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
52462026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.756 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
52472026-09-11T21:03:55.983Z[ host-image] Sep 11 21:03:54.756 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
52482026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.756 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
52492026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.756 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24250:20260908T193534Z
52502026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.756 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
52512026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.760 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
52522026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.760 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24250:20260908T193535Z
52532026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24250:20260908T193535Z
52542026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24250:20260908T193535Z
52552026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
52562026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24250:20260908T193535Z
52572026-09-11T21:03:55.985Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24250:20260908T193535Z
52582026-09-11T21:03:55.986Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24250:20260908T193536Z
52592026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.761 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24250:20260908T193536Z
52602026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.762 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
52612026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.762 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24250:20260908T193536Z
52622026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24250:20260908T193536Z
52632026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
52642026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24250:20260908T193536Z
52652026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24250:20260908T193537Z
52662026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24250:20260908T193537Z
52672026-09-11T21:03:55.988Z[ host-image] Sep 11 21:03:54.763 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24250:20260908T193537Z
52682026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.765 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24250:20260908T193537Z
52692026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.765 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
52702026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.765 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24250:20260908T193537Z
52712026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.765 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24250:20260908T193537Z
52722026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24250:20260908T193537Z
52732026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24250:20260908T193537Z
52742026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24250:20260908T193537Z
52752026-09-11T21:03:55.993Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24250:20260908T193537Z
52762026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24250:20260908T193537Z
52772026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.766 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24250:20260908T193537Z
52782026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.769 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24250:20260908T193538Z
52792026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.769 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24250:20260908T193538Z
52802026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.769 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24250:20260908T193538Z
52812026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.769 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24250:20260908T193538Z
52822026-09-11T21:03:55.997Z[ host-image] Sep 11 21:03:54.769 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24250:20260908T193538Z
52832026-09-11T21:03:56.001Z[ host-image] Sep 11 21:03:54.775 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24250:20260908T193539Z
52842026-09-11T21:03:56.001Z[ host-image] Sep 11 21:03:54.775 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24250:20260908T193538Z
52852026-09-11T21:03:56.001Z[ host-image] Sep 11 21:03:54.775 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24250:20260908T193538Z
52862026-09-11T21:03:56.002Z[ host-image] Sep 11 21:03:54.775 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
52872026-09-11T21:03:56.002Z[ host-image] Sep 11 21:03:54.776 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
52882026-09-11T21:03:56.010Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24250:20260908T193538Z
52892026-09-11T21:03:56.010Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
52902026-09-11T21:03:56.010Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24250:20260908T193538Z
52912026-09-11T21:03:56.011Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24250:20260908T193538Z
52922026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24250:20260908T193538Z
52932026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
52942026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
52952026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24250:20260908T193539Z
52962026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24250:20260908T193539Z
52972026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.784 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24250:20260908T193539Z
52982026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.785 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24250:20260908T193539Z
52992026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.785 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24250:20260908T193539Z
53002026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.785 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24250:20260908T193539Z
53012026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.785 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
53022026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24250:20260908T193540Z
53032026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24250:20260908T193540Z
53042026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24250:20260908T193540Z
53052026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24250:20260908T193540Z
53062026-09-11T21:03:56.012Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24250:20260908T193540Z
53072026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24250:20260908T193540Z
53082026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
53092026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
53102026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24250:20260908T193541Z
53112026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24250:20260908T193542Z
53122026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
53132026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
53142026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.786 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
53152026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.787 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
53162026-09-11T21:03:56.013Z[ host-image] Sep 11 21:03:54.787 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
53172026-09-11T21:03:56.014Z[ host-image] Sep 11 21:03:54.787 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
53182026-09-11T21:03:56.019Z[ host-image] Sep 11 21:03:54.787 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
53192026-09-11T21:03:56.019Z[ host-image] Sep 11 21:03:54.788 INFO O| tempdir @ "/tmp/.tmpxqoCLI/tmp"
53202026-09-11T21:03:56.019Z[ host-image] Sep 11 21:03:54.788 INFO O| image root @ "/tmp/.tmpxqoCLI/tmp/root"
53212026-09-11T21:03:56.019Z[ host-image] Sep 11 21:03:54.788 INFO O| creating image...
53222026-09-11T21:03:56.019Z[verify-libraries] Compiling base16ct v1.0.0
53232026-09-11T21:03:56.065Z[verify-libraries] Compiling instability v0.3.11
53242026-09-11T21:03:56.300Z[verify-libraries] Compiling sec1 v0.8.1
53252026-09-11T21:03:56.324Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
53262026-09-11T21:03:56.380Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
53272026-09-11T21:03:56.414Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
53282026-09-11T21:03:56.481Z[ host-image] Sep 11 21:03:55.262 INFO O| copying publishers...
53292026-09-11T21:03:56.747Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
53302026-09-11T21:03:56.803Z[verify-libraries] Compiling scuffle v0.1.0
53312026-09-11T21:03:56.938Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53322026-09-11T21:03:57.002Z[verify-libraries] Compiling hkdf v0.13.0
53332026-09-11T21:03:57.032Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
53342026-09-11T21:03:57.073Z[verify-libraries] Compiling castaway v0.2.4
53352026-09-11T21:03:57.278Z[verify-libraries] Compiling indoc v2.0.7
53362026-09-11T21:03:57.299Z[verify-libraries] Compiling compact_str v0.8.1
53372026-09-11T21:03:57.380Z[verify-libraries] Compiling elliptic-curve v0.14.1
53382026-09-11T21:03:57.702Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
53392026-09-11T21:03:58.208Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
53402026-09-11T21:03:58.319Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
53412026-09-11T21:03:58.656Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53422026-09-11T21:03:58.956Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
53432026-09-11T21:03:59.095Z[ recovery-image] Sep 11 21:03:57.876 INFO O| Sep 11 21:03:57.876 INFO O| Actions: 21008/27596 actions (Installing new actions)
53442026-09-11T21:03:59.426Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
53452026-09-11T21:03:59.564Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
53462026-09-11T21:03:59.589Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
53472026-09-11T21:03:59.990Z[ recovery-image] Sep 11 21:03:58.771 INFO O| Sep 11 21:03:58.769 INFO O| Actions: Completed 27596 actions in 5.89 seconds.
53482026-09-11T21:03:59.994Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
53492026-09-11T21:04:00.027Z[ host-image] Sep 11 21:03:58.808 INFO O| adding properties...
53502026-09-11T21:04:00.080Z[ recovery-image] Sep 11 21:03:58.861 INFO O| Sep 11 21:03:58.861 INFO O| Finalize: Updating package state database ... Done
53512026-09-11T21:04:00.080Z[ recovery-image] Sep 11 21:03:58.861 INFO O| Sep 11 21:03:58.861 INFO O| Finalize: Updating package cache ... Done
53522026-09-11T21:04:00.202Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
53532026-09-11T21:04:00.235Z[ recovery-image] Sep 11 21:03:59.012 INFO O| Sep 11 21:03:59.012 INFO O| Finalize: Updating image state ... Done
53542026-09-11T21:04:00.401Z[verify-libraries] Compiling lru v0.12.5
53552026-09-11T21:04:00.476Z[verify-libraries] Compiling unicode-truncate v1.1.0
53562026-09-11T21:04:00.666Z[verify-libraries] Compiling arc-swap v1.8.2
53572026-09-11T21:04:00.689Z[verify-libraries] Compiling cassowary v0.3.0
53582026-09-11T21:04:00.714Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53592026-09-11T21:04:00.887Z[verify-libraries] Compiling wnaf v0.14.0
53602026-09-11T21:04:01.032Z[ recovery-image] Sep 11 21:03:59.810 INFO O| Sep 11 21:03:59.810 INFO O| Finalize: Creating fast lookup database ... Done
53612026-09-11T21:04:01.047Z[ recovery-image] Sep 11 21:03:59.828 INFO O| Sep 11 21:03:59.828 INFO O| Finalize: Reading search index ... Done
53622026-09-11T21:04:01.107Z[ host-image] Sep 11 21:03:59.889 INFO O| installing packages...
53632026-09-11T21:04:01.121Z[verify-libraries] Compiling ratatui v0.29.0
53642026-09-11T21:04:01.183Z[verify-libraries] Compiling slog-scope v4.4.1
53652026-09-11T21:04:01.312Z[verify-libraries] Compiling primefield v0.14.0
53662026-09-11T21:04:01.517Z[verify-libraries] Compiling rfc6979 v0.6.0
53672026-09-11T21:04:01.552Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53682026-09-11T21:04:01.693Z[verify-libraries] Compiling progenitor-impl v0.13.0
53692026-09-11T21:04:01.811Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
53702026-09-11T21:04:02.201Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
53712026-09-11T21:04:02.552Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
53722026-09-11T21:04:02.884Z[verify-libraries] Compiling diesel-dtrace v0.5.0
53732026-09-11T21:04:02.916Z[ recovery-image] Sep 11 21:04:01.698 INFO O| Sep 11 21:04:01.698 INFO O| Finalize: Building new search index ... Done
53742026-09-11T21:04:03.136Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
53752026-09-11T21:04:03.229Z[ recovery-image] Sep 11 21:04:02.003 INFO O| Sep 11 21:04:02.003 INFO O| Finalize: Updating package cache ... Done
53762026-09-11T21:04:03.238Z[verify-libraries] Compiling vergen-git2 v9.1.0
53772026-09-11T21:04:03.273Z[verify-libraries] Compiling strsim v0.10.0
53782026-09-11T21:04:03.379Z[verify-libraries] Compiling ecdsa v0.17.0
53792026-09-11T21:04:03.585Z[verify-libraries] Compiling darling_core v0.13.4
53802026-09-11T21:04:03.625Z[verify-libraries] Compiling primeorder v0.14.0
53812026-09-11T21:04:03.636Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO STEP 11 (pkg_install) COMPLETE
53822026-09-11T21:04:03.636Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53832026-09-11T21:04:03.636Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO skip step because feature "recovery" is enabled
53842026-09-11T21:04:03.648Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53852026-09-11T21:04:03.648Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO skip step because feature "omicron1" is not enabled
53862026-09-11T21:04:03.648Z[ recovery-image] Sep 11 21:04:02.418 INFO O| Sep 11 21:04:02.414 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53872026-09-11T21:04:03.652Z[ recovery-image] Sep 11 21:04:02.424 INFO O| Sep 11 21:04:02.424 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53882026-09-11T21:04:03.692Z[verify-libraries] Compiling slog-stdlog v4.1.1
53892026-09-11T21:04:03.934Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
53902026-09-11T21:04:03.987Z[verify-libraries] Compiling tungstenite v0.23.0
53912026-09-11T21:04:04.144Z[verify-libraries] Compiling progenitor-client v0.13.0
53922026-09-11T21:04:04.258Z[verify-libraries] Compiling curve25519-dalek v5.0.0
53932026-09-11T21:04:04.488Z[verify-libraries] Compiling console v0.16.2
53942026-09-11T21:04:04.625Z[verify-libraries] Compiling libsw-core v0.3.2
53952026-09-11T21:04:04.704Z[verify-libraries] Compiling unit-prefix v0.5.2
53962026-09-11T21:04:04.806Z[verify-libraries] Compiling void v1.0.2
53972026-09-11T21:04:04.856Z[verify-libraries] Compiling progenitor-macro v0.13.0
53982026-09-11T21:04:04.856Z[verify-libraries] Compiling assert_matches v1.5.0
53992026-09-11T21:04:04.985Z[verify-libraries] Compiling indicatif v0.18.4
54002026-09-11T21:04:05.020Z[verify-libraries] Compiling lzss v0.8.2
54012026-09-11T21:04:05.020Z[verify-libraries] Compiling libsw v3.5.0
54022026-09-11T21:04:05.080Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
54032026-09-11T21:04:05.104Z[verify-libraries] Compiling slog-envlogger v2.2.0
54042026-09-11T21:04:05.177Z[verify-libraries] Compiling ssh-encoding v0.3.0
54052026-09-11T21:04:05.271Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
54062026-09-11T21:04:05.351Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
54072026-09-11T21:04:05.478Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
54082026-09-11T21:04:05.606Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
54092026-09-11T21:04:05.657Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
54102026-09-11T21:04:05.703Z[verify-libraries] Compiling darling_macro v0.13.4
54112026-09-11T21:04:05.750Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
54122026-09-11T21:04:05.877Z[ recovery-image] Sep 11 21:04:04.658 INFO O| Sep 11 21:04:04.658 INFO O| Startup: Refreshing catalog 'helios' ... Done
54132026-09-11T21:04:05.955Z[verify-libraries] Compiling nix v0.27.1
54142026-09-11T21:04:06.020Z[verify-libraries] Compiling colored v2.2.0
54152026-09-11T21:04:06.092Z[verify-libraries] Compiling blake3 v1.8.5
54162026-09-11T21:04:06.174Z[verify-libraries] Compiling serde_bytes v0.11.19
54172026-09-11T21:04:06.346Z[verify-libraries] Compiling keccak v0.2.0
54182026-09-11T21:04:06.379Z[ recovery-image] Sep 11 21:04:05.160 INFO O| Sep 11 21:04:05.160 INFO O| Startup: Caching catalogs ... Done
54192026-09-11T21:04:06.527Z[verify-libraries] Compiling shell-words v1.1.1
54202026-09-11T21:04:06.571Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
54212026-09-11T21:04:06.614Z[verify-libraries] Compiling darling v0.13.4
54222026-09-11T21:04:06.855Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
54232026-09-11T21:04:06.899Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
54242026-09-11T21:04:07.061Z[verify-libraries] Compiling ed25519 v3.0.0
54252026-09-11T21:04:07.084Z[ recovery-image] Sep 11 21:04:05.865 INFO O| Sep 11 21:04:05.865 INFO O| Planning: Solver setup ... Done
54262026-09-11T21:04:07.090Z[ recovery-image] Sep 11 21:04:05.871 INFO O| Sep 11 21:04:05.871 INFO O| Planning: Running solver ... Done
54272026-09-11T21:04:07.117Z[ recovery-image] Sep 11 21:04:05.895 INFO O| Sep 11 21:04:05.894 INFO O| Planning: Finding local manifests ... Done
54282026-09-11T21:04:07.125Z[ recovery-image] Sep 11 21:04:05.907 INFO O| Sep 11 21:04:05.907 INFO O| Planning: Fetching manifests: 0/1 0% complete
54292026-09-11T21:04:07.130Z[ recovery-image] Sep 11 21:04:05.912 INFO O| Sep 11 21:04:05.912 INFO O| Planning: Fetching manifests: 1/1 100% complete
54302026-09-11T21:04:07.149Z[ recovery-image] Sep 11 21:04:05.930 INFO O| Sep 11 21:04:05.930 INFO O| Planning: Package planning ... Done
54312026-09-11T21:04:07.149Z[ recovery-image] Sep 11 21:04:05.930 INFO O| Sep 11 21:04:05.930 INFO O| Planning: Merging actions ... Done
54322026-09-11T21:04:07.170Z[ recovery-image] Sep 11 21:04:05.952 INFO O| Sep 11 21:04:05.951 INFO O| Planning: Checking for conflicting actions ... Done
54332026-09-11T21:04:07.174Z[ recovery-image] Sep 11 21:04:05.952 INFO O| Sep 11 21:04:05.952 INFO O| Planning: Consolidating action changes ... Done
54342026-09-11T21:04:07.279Z[ recovery-image] Sep 11 21:04:06.048 INFO O| Sep 11 21:04:06.048 INFO O| Planning: Evaluating mediators ... Done
54352026-09-11T21:04:07.363Z[ recovery-image] Sep 11 21:04:06.048 INFO O| Sep 11 21:04:06.048 INFO O| Planning: Planning completed in 0.87 seconds
54362026-09-11T21:04:07.363Z[ recovery-image] Sep 11 21:04:06.049 INFO O| Sep 11 21:04:06.049 INFO O| Packages to install: 1
54372026-09-11T21:04:07.363Z[verify-libraries] Compiling crypto-primes v0.7.2
54382026-09-11T21:04:07.363Z[ recovery-image] Sep 11 21:04:06.062 INFO O| Sep 11 21:04:06.062 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
54392026-09-11T21:04:07.604Z[ recovery-image] Sep 11 21:04:06.178 INFO O| Sep 11 21:04:06.178 INFO O| Download: Completed 13.27 MB in 0.12 seconds (114M/s)
54402026-09-11T21:04:07.612Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
54412026-09-11T21:04:07.654Z[verify-libraries] Compiling poly1305 v0.9.0
54422026-09-11T21:04:07.670Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
54432026-09-11T21:04:07.718Z[ recovery-image] Sep 11 21:04:06.499 INFO O| Sep 11 21:04:06.499 INFO O| Actions: 1/22 actions (Installing new actions)
54442026-09-11T21:04:07.928Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
54452026-09-11T21:04:07.942Z[ recovery-image] Sep 11 21:04:06.723 INFO O| Sep 11 21:04:06.723 INFO O| Actions: Completed 22 actions in 0.22 seconds.
54462026-09-11T21:04:07.971Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
54472026-09-11T21:04:08.010Z[ recovery-image] Sep 11 21:04:06.774 INFO O| Sep 11 21:04:06.774 INFO O| Finalize: Updating package state database ... Done
54482026-09-11T21:04:08.010Z[ recovery-image] Sep 11 21:04:06.774 INFO O| Sep 11 21:04:06.774 INFO O| Finalize: Updating package cache ... Done
54492026-09-11T21:04:08.142Z[ recovery-image] Sep 11 21:04:06.901 INFO O| Sep 11 21:04:06.901 INFO O| Finalize: Updating image state ... Done
54502026-09-11T21:04:08.238Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
54512026-09-11T21:04:08.323Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
54522026-09-11T21:04:08.395Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
54532026-09-11T21:04:08.485Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
54542026-09-11T21:04:08.546Z[verify-libraries] Compiling blowfish v0.10.0
54552026-09-11T21:04:08.616Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
54562026-09-11T21:04:08.631Z[verify-libraries] Compiling petname v2.0.2
54572026-09-11T21:04:08.840Z[verify-libraries] Compiling arrayref v0.3.9
54582026-09-11T21:04:08.857Z[ recovery-image] Sep 11 21:04:07.638 INFO O| Sep 11 21:04:07.638 INFO O| Finalize: Creating fast lookup database ... Done
54592026-09-11T21:04:08.883Z[ recovery-image] Sep 11 21:04:07.655 INFO O| Sep 11 21:04:07.655 INFO O| Finalize: Reading search index ... Done
54602026-09-11T21:04:08.883Z[ recovery-image] Sep 11 21:04:07.655 INFO O| Sep 11 21:04:07.655 INFO O| Finalize: Updating search index ... Done
54612026-09-11T21:04:08.899Z[ recovery-image] Sep 11 21:04:07.666 INFO O| Sep 11 21:04:07.665 INFO O| Finalize: Updating package cache ... Done
54622026-09-11T21:04:08.918Z[verify-libraries] Compiling constant_time_eq v0.4.2
54632026-09-11T21:04:08.963Z[verify-libraries] Compiling arrayvec v0.7.6
54642026-09-11T21:04:09.012Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
54652026-09-11T21:04:09.165Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
54662026-09-11T21:04:09.235Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 14 (pkg_install) COMPLETE
54672026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54682026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "mbist" is not enabled
54692026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54702026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "mfg" is not enabled
54712026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54722026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "compliance" is not enabled
54732026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54742026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "stress" is not enabled
54752026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54762026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "compliance" is not enabled
54772026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
54782026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO skip step because feature "nfs" is not enabled
54792026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54802026-09-11T21:04:09.236Z[ recovery-image] Sep 11 21:04:08.015 INFO O| Sep 11 21:04:08.015 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54812026-09-11T21:04:09.350Z[verify-libraries] Compiling rsa v0.10.0-rc.18
54822026-09-11T21:04:09.407Z[ recovery-image] Sep 11 21:04:08.188 INFO O| Sep 11 21:04:08.188 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
54832026-09-11T21:04:09.421Z[verify-libraries] Compiling ssh-cipher v0.3.0
54842026-09-11T21:04:09.458Z[verify-libraries] Compiling ed25519-dalek v3.0.0
54852026-09-11T21:04:09.506Z[ recovery-image] Sep 11 21:04:08.288 INFO O| Sep 11 21:04:08.288 INFO completed processing sled/ramdisk-01-os
54862026-09-11T21:04:09.517Z[ recovery-image] Sep 11 21:04:08.290 INFO image builder template: ramdisk-02-trim...
54872026-09-11T21:04:09.517Z[ recovery-image] Sep 11 21:04:08.290 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/.tmpAiB8Pk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
54882026-09-11T21:04:09.528Z[ recovery-image] Sep 11 21:04:08.310 INFO O| Sep 11 21:04:08.310 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54892026-09-11T21:04:09.536Z[ recovery-image] Sep 11 21:04:08.313 INFO O| Sep 11 21:04:08.313 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54902026-09-11T21:04:09.600Z[ recovery-image] Sep 11 21:04:08.381 INFO O| Sep 11 21:04:08.381 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
54912026-09-11T21:04:09.609Z[verify-libraries] Compiling serde_with_macros v1.5.2
54922026-09-11T21:04:09.658Z[ recovery-image] Sep 11 21:04:08.439 INFO O| Sep 11 21:04:08.439 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
54932026-09-11T21:04:09.658Z[ recovery-image] Sep 11 21:04:08.439 INFO O| Sep 11 21:04:08.439 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
54942026-09-11T21:04:09.668Z[ recovery-image] Sep 11 21:04:08.444 INFO O| Sep 11 21:04:08.444 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
54952026-09-11T21:04:09.680Z[ recovery-image] Sep 11 21:04:08.448 INFO O| Sep 11 21:04:08.448 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
54962026-09-11T21:04:09.680Z[ recovery-image] Sep 11 21:04:08.453 INFO O| Sep 11 21:04:08.453 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
54972026-09-11T21:04:14.173Z[verify-libraries] Compiling sha3 v0.11.0
54982026-09-11T21:04:14.173Z[verify-libraries] Compiling p521 v0.14.0
54992026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.846 INFO O| Sep 11 21:04:08.845 INFO rolled back to input snapshot; work may begin
55002026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.846 INFO O| Sep 11 21:04:08.846 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
55012026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.851 INFO O| Sep 11 21:04:08.851 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.860 INFO O| Sep 11 21:04:08.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
55032026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.901 INFO O| Sep 11 21:04:08.900 INFO STEP 0 (remove_files) COMPLETE
55042026-09-11T21:04:14.173Z[ recovery-image] Sep 11 21:04:08.901 INFO O| Sep 11 21:04:08.900 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55052026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.911 INFO O| Sep 11 21:04:08.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
55062026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.913 INFO O| Sep 11 21:04:08.913 INFO STEP 1 (remove_files) COMPLETE
55072026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.913 INFO O| Sep 11 21:04:08.913 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.925 INFO O| Sep 11 21:04:08.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
55092026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.937 INFO O| Sep 11 21:04:08.937 INFO STEP 2 (remove_files) COMPLETE
55102026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.937 INFO O| Sep 11 21:04:08.937 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.954 INFO O| Sep 11 21:04:08.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
55122026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.955 INFO O| Sep 11 21:04:08.955 INFO STEP 3 (remove_files) COMPLETE
55132026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.955 INFO O| Sep 11 21:04:08.955 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-11T21:04:14.175Z[verify-libraries] Compiling p256 v0.14.0
55152026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.969 INFO O| Sep 11 21:04:08.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
55162026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.972 INFO O| Sep 11 21:04:08.971 INFO STEP 4 (remove_files) COMPLETE
55172026-09-11T21:04:14.175Z[ recovery-image] Sep 11 21:04:08.972 INFO O| Sep 11 21:04:08.971 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:08.983 INFO O| Sep 11 21:04:08.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
55192026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:08.983 INFO O| Sep 11 21:04:08.983 INFO STEP 5 (remove_files) COMPLETE
55202026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:08.983 INFO O| Sep 11 21:04:08.983 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:08.994 INFO O| Sep 11 21:04:08.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
55222026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 6 (remove_files) COMPLETE
55232026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO skip step because feature "heliosv2" is not enabled
55252026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-11T21:04:14.176Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO skip step because feature "recovery" is enabled
55272026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55282026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO skip step because feature "recovery" is enabled
55292026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO skip step because feature "recovery" is enabled
55312026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.005 INFO O| Sep 11 21:04:09.005 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.015 INFO O| Sep 11 21:04:09.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
55332026-09-11T21:04:14.177Z[ recovery-image] Sep 11 21:04:09.018 INFO O| Sep 11 21:04:09.018 INFO STEP 11 (remove_files) COMPLETE
55342026-09-11T21:04:14.212Z[ recovery-image] Sep 11 21:04:09.018 INFO O| Sep 11 21:04:09.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-11T21:04:14.212Z[ recovery-image] Sep 11 21:04:09.028 INFO O| Sep 11 21:04:09.028 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
55362026-09-11T21:04:14.212Z[ recovery-image] Sep 11 21:04:09.029 INFO O| Sep 11 21:04:09.029 INFO STEP 12 (remove_files) COMPLETE
55372026-09-11T21:04:14.212Z[ recovery-image] Sep 11 21:04:09.029 INFO O| Sep 11 21:04:09.029 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.040 INFO O| Sep 11 21:04:09.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
55392026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.041 INFO O| Sep 11 21:04:09.041 INFO STEP 13 (remove_files) COMPLETE
55402026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.041 INFO O| Sep 11 21:04:09.041 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55412026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.064 INFO O| Sep 11 21:04:09.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
55422026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.064 INFO O| Sep 11 21:04:09.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
55432026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.094 INFO O| Sep 11 21:04:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
55442026-09-11T21:04:14.213Z[verify-libraries] Compiling p384 v0.14.0
55452026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.123 INFO O| Sep 11 21:04:09.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
55462026-09-11T21:04:14.213Z[ host-image] Sep 11 21:04:09.165 INFO O| seeding SMF database...
55472026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.212 INFO O| Sep 11 21:04:09.212 INFO STEP 14 (remove_files) COMPLETE
55482026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.212 INFO O| Sep 11 21:04:09.212 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55492026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.221 INFO O| Sep 11 21:04:09.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
55502026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.222 INFO O| Sep 11 21:04:09.222 INFO STEP 15 (remove_files) COMPLETE
55512026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.222 INFO O| Sep 11 21:04:09.222 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55522026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.235 INFO O| Sep 11 21:04:09.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
55532026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.240 INFO O| Sep 11 21:04:09.240 INFO STEP 16 (remove_files) COMPLETE
55542026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.240 INFO O| Sep 11 21:04:09.240 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55552026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.250 INFO O| Sep 11 21:04:09.249 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
55562026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.250 INFO O| Sep 11 21:04:09.250 INFO STEP 17 (remove_files) COMPLETE
55572026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.250 INFO O| Sep 11 21:04:09.250 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55582026-09-11T21:04:14.213Z[verify-libraries] Compiling progenitor v0.13.0
55592026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.265 INFO O| Sep 11 21:04:09.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
55602026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.266 INFO O| Sep 11 21:04:09.266 INFO STEP 18 (remove_files) COMPLETE
55612026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.266 INFO O| Sep 11 21:04:09.266 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55622026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.276 INFO O| Sep 11 21:04:09.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
55632026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.276 INFO O| Sep 11 21:04:09.276 INFO STEP 19 (remove_files) COMPLETE
55642026-09-11T21:04:14.213Z[ recovery-image] Sep 11 21:04:09.276 INFO O| Sep 11 21:04:09.276 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55652026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.286 INFO O| Sep 11 21:04:09.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
55662026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.286 INFO O| Sep 11 21:04:09.286 INFO STEP 20 (remove_files) COMPLETE
55672026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.286 INFO O| Sep 11 21:04:09.286 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55682026-09-11T21:04:14.215Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55692026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.295 INFO O| Sep 11 21:04:09.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
55702026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.295 INFO O| Sep 11 21:04:09.295 INFO STEP 21 (remove_files) COMPLETE
55712026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.295 INFO O| Sep 11 21:04:09.295 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55722026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.304 INFO O| Sep 11 21:04:09.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
55732026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.304 INFO O| Sep 11 21:04:09.304 INFO STEP 22 (remove_files) COMPLETE
55742026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.304 INFO O| Sep 11 21:04:09.304 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55752026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.313 INFO O| Sep 11 21:04:09.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
55762026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.313 INFO O| Sep 11 21:04:09.313 INFO STEP 23 (remove_files) COMPLETE
55772026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.313 INFO O| Sep 11 21:04:09.313 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.323 INFO O| Sep 11 21:04:09.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
55792026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.323 INFO O| Sep 11 21:04:09.323 INFO STEP 24 (remove_files) COMPLETE
55802026-09-11T21:04:14.215Z[ recovery-image] Sep 11 21:04:09.323 INFO O| Sep 11 21:04:09.323 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55812026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.332 INFO O| Sep 11 21:04:09.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
55822026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.332 INFO O| Sep 11 21:04:09.332 INFO STEP 25 (remove_files) COMPLETE
55832026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.332 INFO O| Sep 11 21:04:09.332 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55842026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.340 INFO O| Sep 11 21:04:09.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
55852026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.340 INFO O| Sep 11 21:04:09.340 INFO STEP 26 (remove_files) COMPLETE
55862026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.340 INFO O| Sep 11 21:04:09.340 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.349 INFO O| Sep 11 21:04:09.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
55882026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.349 INFO O| Sep 11 21:04:09.349 INFO STEP 27 (remove_files) COMPLETE
55892026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.349 INFO O| Sep 11 21:04:09.349 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.363 INFO O| Sep 11 21:04:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
55912026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.363 INFO O| Sep 11 21:04:09.363 INFO STEP 28 (remove_files) COMPLETE
55922026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.363 INFO O| Sep 11 21:04:09.363 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55932026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.373 INFO O| Sep 11 21:04:09.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
55942026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.373 INFO O| Sep 11 21:04:09.373 INFO STEP 29 (remove_files) COMPLETE
55952026-09-11T21:04:14.216Z[ recovery-image] Sep 11 21:04:09.373 INFO O| Sep 11 21:04:09.373 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.381 INFO O| Sep 11 21:04:09.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
55972026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.381 INFO O| Sep 11 21:04:09.381 INFO STEP 30 (remove_files) COMPLETE
55982026-09-11T21:04:14.218Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
55992026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.381 INFO O| Sep 11 21:04:09.381 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56002026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.390 INFO O| Sep 11 21:04:09.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
56012026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.390 INFO O| Sep 11 21:04:09.390 INFO STEP 31 (remove_files) COMPLETE
56022026-09-11T21:04:14.218Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
56032026-09-11T21:04:14.218Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
56042026-09-11T21:04:14.218Z[verify-libraries] Compiling twox-hash v2.1.2
56052026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.390 INFO O| Sep 11 21:04:09.390 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56062026-09-11T21:04:14.218Z[verify-libraries] Compiling kem v0.3.0
56072026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.399 INFO O| Sep 11 21:04:09.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
56082026-09-11T21:04:14.218Z[ recovery-image] Sep 11 21:04:09.399 INFO O| Sep 11 21:04:09.399 INFO STEP 32 (remove_files) COMPLETE
56092026-09-11T21:04:14.218Z[verify-libraries] Compiling module-lattice v0.2.3
56102026-09-11T21:04:14.219Z[ recovery-image] Sep 11 21:04:09.399 INFO O| Sep 11 21:04:09.399 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-11T21:04:14.219Z[verify-libraries] Compiling atty v0.2.14
56122026-09-11T21:04:14.219Z[verify-libraries] Compiling rtoolbox v0.0.3
56132026-09-11T21:04:14.219Z[ recovery-image] Sep 11 21:04:09.429 INFO O| Sep 11 21:04:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
56142026-09-11T21:04:14.219Z[verify-libraries] Compiling topological-sort v0.2.2
56152026-09-11T21:04:14.219Z[ recovery-image] Sep 11 21:04:09.429 INFO O| Sep 11 21:04:09.429 INFO STEP 33 (remove_files) COMPLETE
56162026-09-11T21:04:14.220Z[verify-libraries] Compiling sponge-cursor v0.1.0
56172026-09-11T21:04:14.220Z[ recovery-image] Sep 11 21:04:09.429 INFO O| Sep 11 21:04:09.429 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-11T21:04:14.220Z[verify-libraries] Compiling omicron-zone-package v0.12.3
56192026-09-11T21:04:14.220Z[ recovery-image] Sep 11 21:04:09.441 INFO O| Sep 11 21:04:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
56202026-09-11T21:04:14.221Z[verify-libraries] Compiling rpassword v7.5.4
56212026-09-11T21:04:14.221Z[verify-libraries] Compiling ml-kem v0.3.2
56222026-09-11T21:04:14.221Z[verify-libraries] Compiling sha3 v0.12.0
56232026-09-11T21:04:14.221Z[verify-libraries] Compiling serde_with v1.14.0
56242026-09-11T21:04:14.221Z[verify-libraries] Compiling russh-cryptovec v0.62.0
56252026-09-11T21:04:14.221Z[verify-libraries] Compiling tui-tree-widget v0.23.1
56262026-09-11T21:04:14.221Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
56272026-09-11T21:04:14.221Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
56282026-09-11T21:04:14.221Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
56292026-09-11T21:04:14.221Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
56302026-09-11T21:04:14.221Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
56312026-09-11T21:04:14.221Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
56322026-09-11T21:04:14.224Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
56332026-09-11T21:04:14.224Z[ recovery-image] Sep 11 21:04:09.441 INFO O| Sep 11 21:04:09.441 INFO STEP 34 (remove_files) COMPLETE
56342026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.441 INFO O| Sep 11 21:04:09.441 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56352026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.450 INFO O| Sep 11 21:04:09.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
56362026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.450 INFO O| Sep 11 21:04:09.450 INFO STEP 35 (remove_files) COMPLETE
56372026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.450 INFO O| Sep 11 21:04:09.450 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56382026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.456 INFO O| Sep 11 21:04:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
56392026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.456 INFO O| Sep 11 21:04:09.456 INFO STEP 36 (remove_files) COMPLETE
56402026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.456 INFO O| Sep 11 21:04:09.456 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56412026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.466 INFO O| Sep 11 21:04:09.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
56422026-09-11T21:04:14.234Z[ recovery-image] Sep 11 21:04:09.466 INFO O| Sep 11 21:04:09.466 INFO STEP 37 (remove_files) COMPLETE
56432026-09-11T21:04:14.234Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56442026-09-11T21:04:14.235Z[ recovery-image] Sep 11 21:04:09.466 INFO O| Sep 11 21:04:09.466 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56452026-09-11T21:04:14.235Z[ recovery-image] Sep 11 21:04:09.477 INFO O| Sep 11 21:04:09.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
56462026-09-11T21:04:14.235Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
56472026-09-11T21:04:14.235Z[ recovery-image] Sep 11 21:04:09.477 INFO O| Sep 11 21:04:09.477 INFO STEP 38 (remove_files) COMPLETE
56482026-09-11T21:04:14.235Z[ recovery-image] Sep 11 21:04:09.477 INFO O| Sep 11 21:04:09.477 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56492026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.484 INFO O| Sep 11 21:04:09.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
56502026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.484 INFO O| Sep 11 21:04:09.484 INFO STEP 39 (remove_files) COMPLETE
56512026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.484 INFO O| Sep 11 21:04:09.484 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56522026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.491 INFO O| Sep 11 21:04:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
56532026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.491 INFO O| Sep 11 21:04:09.491 INFO STEP 40 (remove_files) COMPLETE
56542026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.491 INFO O| Sep 11 21:04:09.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56552026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.497 INFO O| Sep 11 21:04:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
56562026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.497 INFO O| Sep 11 21:04:09.497 INFO STEP 41 (remove_files) COMPLETE
56572026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.497 INFO O| Sep 11 21:04:09.497 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56582026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.504 INFO O| Sep 11 21:04:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
56592026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.504 INFO O| Sep 11 21:04:09.504 INFO STEP 42 (remove_files) COMPLETE
56602026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.504 INFO O| Sep 11 21:04:09.504 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56612026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.511 INFO O| Sep 11 21:04:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
56622026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.511 INFO O| Sep 11 21:04:09.511 INFO STEP 43 (remove_files) COMPLETE
56632026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.511 INFO O| Sep 11 21:04:09.511 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56642026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.519 INFO O| Sep 11 21:04:09.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
56652026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.519 INFO O| Sep 11 21:04:09.519 INFO STEP 44 (remove_files) COMPLETE
56662026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.519 INFO O| Sep 11 21:04:09.519 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56672026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.526 INFO O| Sep 11 21:04:09.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
56682026-09-11T21:04:14.236Z[ recovery-image] Sep 11 21:04:09.526 INFO O| Sep 11 21:04:09.526 INFO STEP 45 (remove_files) COMPLETE
56692026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.526 INFO O| Sep 11 21:04:09.526 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56702026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.534 INFO O| Sep 11 21:04:09.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
56712026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.534 INFO O| Sep 11 21:04:09.534 INFO STEP 46 (remove_files) COMPLETE
56722026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.534 INFO O| Sep 11 21:04:09.534 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56732026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.541 INFO O| Sep 11 21:04:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
56742026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.541 INFO O| Sep 11 21:04:09.541 INFO STEP 47 (remove_files) COMPLETE
56752026-09-11T21:04:14.237Z[ recovery-image] Sep 11 21:04:09.541 INFO O| Sep 11 21:04:09.541 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56762026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.549 INFO O| Sep 11 21:04:09.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
56772026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.549 INFO O| Sep 11 21:04:09.549 INFO STEP 48 (remove_files) COMPLETE
56782026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.549 INFO O| Sep 11 21:04:09.549 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56792026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.556 INFO O| Sep 11 21:04:09.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
56802026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.557 INFO O| Sep 11 21:04:09.556 INFO STEP 49 (remove_files) COMPLETE
56812026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.557 INFO O| Sep 11 21:04:09.557 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56822026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.565 INFO O| Sep 11 21:04:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
56832026-09-11T21:04:14.239Z[ recovery-image] Sep 11 21:04:09.565 INFO O| Sep 11 21:04:09.565 INFO STEP 50 (remove_files) COMPLETE
56842026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.565 INFO O| Sep 11 21:04:09.565 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56852026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.618 INFO O| Sep 11 21:04:09.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
56862026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.618 INFO O| Sep 11 21:04:09.618 INFO STEP 51 (remove_files) COMPLETE
56872026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.618 INFO O| Sep 11 21:04:09.618 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56882026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.628 INFO O| Sep 11 21:04:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
56892026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.628 INFO O| Sep 11 21:04:09.628 INFO STEP 52 (remove_files) COMPLETE
56902026-09-11T21:04:14.240Z[ recovery-image] Sep 11 21:04:09.628 INFO O| Sep 11 21:04:09.628 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56912026-09-11T21:04:14.244Z[ recovery-image] Sep 11 21:04:09.636 INFO O| Sep 11 21:04:09.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
56922026-09-11T21:04:14.244Z[ recovery-image] Sep 11 21:04:09.636 INFO O| Sep 11 21:04:09.636 INFO STEP 53 (remove_files) COMPLETE
56932026-09-11T21:04:14.244Z[ recovery-image] Sep 11 21:04:09.636 INFO O| Sep 11 21:04:09.636 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56942026-09-11T21:04:14.244Z[ recovery-image] Sep 11 21:04:09.644 INFO O| Sep 11 21:04:09.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
56952026-09-11T21:04:14.244Z[ recovery-image] Sep 11 21:04:09.644 INFO O| Sep 11 21:04:09.644 INFO STEP 54 (remove_files) COMPLETE
56962026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.644 INFO O| Sep 11 21:04:09.644 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56972026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.652 INFO O| Sep 11 21:04:09.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
56982026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.652 INFO O| Sep 11 21:04:09.652 INFO STEP 55 (remove_files) COMPLETE
56992026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.652 INFO O| Sep 11 21:04:09.652 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57002026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.660 INFO O| Sep 11 21:04:09.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
57012026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.660 INFO O| Sep 11 21:04:09.660 INFO STEP 56 (remove_files) COMPLETE
57022026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.660 INFO O| Sep 11 21:04:09.660 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57032026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.668 INFO O| Sep 11 21:04:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
57042026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.668 INFO O| Sep 11 21:04:09.668 INFO STEP 57 (remove_files) COMPLETE
57052026-09-11T21:04:14.245Z[ recovery-image] Sep 11 21:04:09.668 INFO O| Sep 11 21:04:09.668 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57062026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.675 INFO O| Sep 11 21:04:09.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
57072026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.675 INFO O| Sep 11 21:04:09.675 INFO STEP 58 (remove_files) COMPLETE
57082026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.675 INFO O| Sep 11 21:04:09.675 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57092026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
57102026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
57112026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
57122026-09-11T21:04:14.247Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
57132026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
57142026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
57152026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO ok!
57162026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO STEP 59 (ensure_file) COMPLETE
57172026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.683 INFO O| Sep 11 21:04:09.683 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57182026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.690 INFO O| Sep 11 21:04:09.690 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
57192026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.690 INFO O| Sep 11 21:04:09.690 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
57202026-09-11T21:04:14.250Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
57212026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
57222026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
57232026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
57242026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO ok!
57252026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO STEP 60 (ensure_file) COMPLETE
57262026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.691 INFO O| Sep 11 21:04:09.691 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57272026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
57282026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
57292026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
57302026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO ok!
57312026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO STEP 61 (ensure_file) COMPLETE
57322026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.698 INFO O| Sep 11 21:04:09.698 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57332026-09-11T21:04:14.252Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
57342026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
57352026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
57362026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 INFO ok!
57372026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 INFO STEP 62 (ensure_file) COMPLETE
57382026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.706 INFO O| Sep 11 21:04:09.706 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57392026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
57402026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
57412026-09-11T21:04:14.269Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
57422026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
57432026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO ok!
57442026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO STEP 63 (ensure_file) COMPLETE
57452026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.714 INFO O| Sep 11 21:04:09.714 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57462026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
57472026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
57482026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
57492026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
57502026-09-11T21:04:14.271Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO ok!
57512026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO STEP 64 (ensure_file) COMPLETE
57522026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.722 INFO O| Sep 11 21:04:09.722 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57532026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
57542026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
57552026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
57562026-09-11T21:04:14.272Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
57572026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO ok!
57582026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO STEP 65 (ensure_file) COMPLETE
57592026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.736 INFO O| Sep 11 21:04:09.736 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57602026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
57612026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
57622026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
57632026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO ok!
57642026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO STEP 66 (assemble_files) COMPLETE
57652026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.746 INFO O| Sep 11 21:04:09.746 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57662026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
57672026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
57682026-09-11T21:04:14.273Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57692026-09-11T21:04:14.274Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
57702026-09-11T21:04:14.274Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO ok!
57712026-09-11T21:04:14.274Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO STEP 67 (ensure_file) COMPLETE
57722026-09-11T21:04:14.274Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57732026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO skip step because feature "omicron1" is not enabled
57742026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57752026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO skip step because feature "omicron1" is not enabled
57762026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57772026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO skip step because feature "omicron1" is not enabled
57782026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.785 INFO O| Sep 11 21:04:09.785 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
57792026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.797 INFO O| Sep 11 21:04:09.797 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
57802026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:09.797 INFO O| Sep 11 21:04:09.797 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
57812026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.181 INFO O| Sep 11 21:04:11.181 INFO STEP 71 (pack_tar) COMPLETE
57822026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.181 INFO O| Sep 11 21:04:11.181 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57832026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.181 INFO O| Sep 11 21:04:11.181 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57842026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.446 INFO O| Sep 11 21:04:11.446 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
57852026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.543 INFO O| Sep 11 21:04:11.542 INFO completed processing sled/ramdisk-02-trim
57862026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.545 INFO image builder template: ramdisk-03-recovery-trim...
57872026-09-11T21:04:14.275Z[ recovery-image] Sep 11 21:04:11.545 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/.tmpAiB8Pk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
57882026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.550 INFO O| Sep 11 21:04:11.550 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
57892026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.625 INFO O| Sep 11 21:04:11.625 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57902026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.629 INFO O| Sep 11 21:04:11.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57912026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.700 INFO O| Sep 11 21:04:11.700 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
57922026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.790 INFO O| Sep 11 21:04:11.790 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
57932026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.790 INFO O| Sep 11 21:04:11.790 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
57942026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.912 INFO O| Sep 11 21:04:11.912 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
57952026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.916 INFO O| Sep 11 21:04:11.916 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
57962026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:11.951 INFO O| Sep 11 21:04:11.951 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
57972026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:12.419 INFO O| Sep 11 21:04:12.419 INFO rolled back to input snapshot; work may begin
57982026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:12.419 INFO O| Sep 11 21:04:12.419 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
57992026-09-11T21:04:14.277Z[ recovery-image] Sep 11 21:04:12.423 INFO O| Sep 11 21:04:12.423 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.432 INFO O| Sep 11 21:04:12.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
58012026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.436 INFO O| Sep 11 21:04:12.436 INFO STEP 0 (remove_files) COMPLETE
58022026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.436 INFO O| Sep 11 21:04:12.436 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.446 INFO O| Sep 11 21:04:12.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
58042026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.446 INFO O| Sep 11 21:04:12.446 INFO STEP 1 (remove_files) COMPLETE
58052026-09-11T21:04:14.278Z[ recovery-image] Sep 11 21:04:12.446 INFO O| Sep 11 21:04:12.446 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.456 INFO O| Sep 11 21:04:12.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
58072026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.463 INFO O| Sep 11 21:04:12.463 INFO STEP 2 (remove_files) COMPLETE
58082026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.463 INFO O| Sep 11 21:04:12.463 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.473 INFO O| Sep 11 21:04:12.473 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
58102026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.520 INFO O| Sep 11 21:04:12.519 INFO STEP 3 (remove_files) COMPLETE
58112026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.520 INFO O| Sep 11 21:04:12.520 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.528 INFO O| Sep 11 21:04:12.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
58132026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.530 INFO O| Sep 11 21:04:12.530 INFO STEP 4 (remove_files) COMPLETE
58142026-09-11T21:04:14.281Z[ recovery-image] Sep 11 21:04:12.530 INFO O| Sep 11 21:04:12.530 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-11T21:04:14.283Z[ recovery-image] Sep 11 21:04:12.538 INFO O| Sep 11 21:04:12.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
58162026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.574 INFO O| Sep 11 21:04:12.574 INFO STEP 5 (remove_files) COMPLETE
58172026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.574 INFO O| Sep 11 21:04:12.574 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.583 INFO O| Sep 11 21:04:12.583 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
58192026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.593 INFO O| Sep 11 21:04:12.593 INFO STEP 6 (remove_files) COMPLETE
58202026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.593 INFO O| Sep 11 21:04:12.593 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.604 INFO O| Sep 11 21:04:12.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
58222026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.606 INFO O| Sep 11 21:04:12.606 INFO STEP 7 (remove_files) COMPLETE
58232026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.606 INFO O| Sep 11 21:04:12.606 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.615 INFO O| Sep 11 21:04:12.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
58252026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.620 INFO O| Sep 11 21:04:12.620 INFO STEP 8 (remove_files) COMPLETE
58262026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.620 INFO O| Sep 11 21:04:12.620 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.630 INFO O| Sep 11 21:04:12.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
58282026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.644 INFO O| Sep 11 21:04:12.644 INFO STEP 9 (remove_files) COMPLETE
58292026-09-11T21:04:14.284Z[ recovery-image] Sep 11 21:04:12.644 INFO O| Sep 11 21:04:12.644 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-11T21:04:14.285Z[ recovery-image] Sep 11 21:04:12.654 INFO O| Sep 11 21:04:12.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
58312026-09-11T21:04:14.285Z[ recovery-image] Sep 11 21:04:12.654 INFO O| Sep 11 21:04:12.654 INFO STEP 10 (remove_files) COMPLETE
58322026-09-11T21:04:14.285Z[ recovery-image] Sep 11 21:04:12.654 INFO O| Sep 11 21:04:12.654 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-11T21:04:14.285Z[ recovery-image] Sep 11 21:04:12.662 INFO O| Sep 11 21:04:12.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
58342026-09-11T21:04:14.291Z[ recovery-image] Sep 11 21:04:12.665 INFO O| Sep 11 21:04:12.665 INFO STEP 11 (remove_files) COMPLETE
58352026-09-11T21:04:14.291Z[ recovery-image] Sep 11 21:04:12.665 INFO O| Sep 11 21:04:12.665 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-11T21:04:14.291Z[ recovery-image] Sep 11 21:04:12.674 INFO O| Sep 11 21:04:12.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
58372026-09-11T21:04:14.291Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58382026-09-11T21:04:14.332Z[ recovery-image] Sep 11 21:04:13.112 INFO O| Sep 11 21:04:13.112 INFO STEP 12 (remove_files) COMPLETE
58392026-09-11T21:04:14.332Z[ recovery-image] Sep 11 21:04:13.112 INFO O| Sep 11 21:04:13.112 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-11T21:04:14.340Z[ recovery-image] Sep 11 21:04:13.122 INFO O| Sep 11 21:04:13.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
58412026-09-11T21:04:14.414Z[ recovery-image] Sep 11 21:04:13.124 INFO O| Sep 11 21:04:13.124 INFO STEP 13 (remove_files) COMPLETE
58422026-09-11T21:04:14.414Z[ recovery-image] Sep 11 21:04:13.124 INFO O| Sep 11 21:04:13.124 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-11T21:04:14.414Z[ recovery-image] Sep 11 21:04:13.133 INFO O| Sep 11 21:04:13.133 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
58442026-09-11T21:04:14.414Z[ recovery-image] Sep 11 21:04:13.135 INFO O| Sep 11 21:04:13.135 INFO STEP 14 (remove_files) COMPLETE
58452026-09-11T21:04:14.416Z[ recovery-image] Sep 11 21:04:13.135 INFO O| Sep 11 21:04:13.135 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-11T21:04:14.416Z[ recovery-image] Sep 11 21:04:13.146 INFO O| Sep 11 21:04:13.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
58472026-09-11T21:04:14.416Z[ recovery-image] Sep 11 21:04:13.146 INFO O| Sep 11 21:04:13.146 INFO STEP 15 (remove_files) COMPLETE
58482026-09-11T21:04:14.456Z[ recovery-image] Sep 11 21:04:13.146 INFO O| Sep 11 21:04:13.146 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.156 INFO O| Sep 11 21:04:13.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
58502026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.156 INFO O| Sep 11 21:04:13.156 INFO STEP 16 (remove_files) COMPLETE
58512026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.156 INFO O| Sep 11 21:04:13.156 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.165 INFO O| Sep 11 21:04:13.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
58532026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.173 INFO O| Sep 11 21:04:13.173 INFO STEP 17 (remove_files) COMPLETE
58542026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.173 INFO O| Sep 11 21:04:13.173 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.183 INFO O| Sep 11 21:04:13.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
58562026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.183 INFO O| Sep 11 21:04:13.183 INFO STEP 18 (remove_files) COMPLETE
58572026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.183 INFO O| Sep 11 21:04:13.183 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.192 INFO O| Sep 11 21:04:13.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
58592026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.192 INFO O| Sep 11 21:04:13.191 INFO STEP 19 (remove_files) COMPLETE
58602026-09-11T21:04:14.474Z[ recovery-image] Sep 11 21:04:13.192 INFO O| Sep 11 21:04:13.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-11T21:04:14.475Z[ recovery-image] Sep 11 21:04:13.200 INFO O| Sep 11 21:04:13.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
58622026-09-11T21:04:14.475Z[ recovery-image] Sep 11 21:04:13.238 INFO O| Sep 11 21:04:13.238 INFO STEP 20 (remove_files) COMPLETE
58632026-09-11T21:04:14.475Z[ recovery-image] Sep 11 21:04:13.238 INFO O| Sep 11 21:04:13.238 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.248 INFO O| Sep 11 21:04:13.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
58652026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.249 INFO O| Sep 11 21:04:13.249 INFO STEP 21 (remove_files) COMPLETE
58662026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.249 INFO O| Sep 11 21:04:13.249 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.258 INFO O| Sep 11 21:04:13.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
58682026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.259 INFO O| Sep 11 21:04:13.258 INFO STEP 22 (remove_files) COMPLETE
58692026-09-11T21:04:14.486Z[ recovery-image] Sep 11 21:04:13.259 INFO O| Sep 11 21:04:13.259 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-11T21:04:14.491Z[ recovery-image] Sep 11 21:04:13.267 INFO O| Sep 11 21:04:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
58712026-09-11T21:04:14.492Z[ recovery-image] Sep 11 21:04:13.267 INFO O| Sep 11 21:04:13.267 INFO STEP 23 (remove_files) COMPLETE
58722026-09-11T21:04:14.492Z[ recovery-image] Sep 11 21:04:13.267 INFO O| Sep 11 21:04:13.267 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-11T21:04:14.496Z[ recovery-image] Sep 11 21:04:13.275 INFO O| Sep 11 21:04:13.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
58742026-09-11T21:04:14.497Z[ recovery-image] Sep 11 21:04:13.276 INFO O| Sep 11 21:04:13.276 INFO STEP 24 (remove_files) COMPLETE
58752026-09-11T21:04:14.497Z[ recovery-image] Sep 11 21:04:13.276 INFO O| Sep 11 21:04:13.276 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-11T21:04:14.503Z[ recovery-image] Sep 11 21:04:13.284 INFO O| Sep 11 21:04:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
58772026-09-11T21:04:14.507Z[ recovery-image] Sep 11 21:04:13.285 INFO O| Sep 11 21:04:13.285 INFO STEP 25 (remove_files) COMPLETE
58782026-09-11T21:04:14.507Z[ recovery-image] Sep 11 21:04:13.285 INFO O| Sep 11 21:04:13.285 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-11T21:04:14.512Z[ recovery-image] Sep 11 21:04:13.294 INFO O| Sep 11 21:04:13.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
58802026-09-11T21:04:14.512Z[ recovery-image] Sep 11 21:04:13.294 INFO O| Sep 11 21:04:13.294 INFO STEP 26 (remove_files) COMPLETE
58812026-09-11T21:04:14.516Z[ recovery-image] Sep 11 21:04:13.294 INFO O| Sep 11 21:04:13.294 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-11T21:04:14.516Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58832026-09-11T21:04:14.524Z[ recovery-image] Sep 11 21:04:13.302 INFO O| Sep 11 21:04:13.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
58842026-09-11T21:04:14.528Z[ recovery-image] Sep 11 21:04:13.303 INFO O| Sep 11 21:04:13.303 INFO STEP 27 (remove_files) COMPLETE
58852026-09-11T21:04:14.528Z[ recovery-image] Sep 11 21:04:13.303 INFO O| Sep 11 21:04:13.303 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-11T21:04:14.532Z[ recovery-image] Sep 11 21:04:13.313 INFO O| Sep 11 21:04:13.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
58872026-09-11T21:04:14.536Z[ recovery-image] Sep 11 21:04:13.314 INFO O| Sep 11 21:04:13.314 INFO STEP 28 (remove_files) COMPLETE
58882026-09-11T21:04:14.536Z[ recovery-image] Sep 11 21:04:13.314 INFO O| Sep 11 21:04:13.314 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-11T21:04:14.547Z[ recovery-image] Sep 11 21:04:13.328 INFO O| Sep 11 21:04:13.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
58902026-09-11T21:04:14.547Z[ recovery-image] Sep 11 21:04:13.328 INFO O| Sep 11 21:04:13.328 INFO STEP 29 (remove_files) COMPLETE
58912026-09-11T21:04:14.547Z[ recovery-image] Sep 11 21:04:13.328 INFO O| Sep 11 21:04:13.328 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-11T21:04:14.556Z[ recovery-image] Sep 11 21:04:13.337 INFO O| Sep 11 21:04:13.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
58932026-09-11T21:04:14.556Z[ recovery-image] Sep 11 21:04:13.337 INFO O| Sep 11 21:04:13.337 INFO STEP 30 (remove_files) COMPLETE
58942026-09-11T21:04:14.556Z[ recovery-image] Sep 11 21:04:13.337 INFO O| Sep 11 21:04:13.337 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-09-11T21:04:14.566Z[ recovery-image] Sep 11 21:04:13.347 INFO O| Sep 11 21:04:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
58962026-09-11T21:04:14.570Z[ recovery-image] Sep 11 21:04:13.347 INFO O| Sep 11 21:04:13.347 INFO STEP 31 (remove_files) COMPLETE
58972026-09-11T21:04:14.570Z[ recovery-image] Sep 11 21:04:13.347 INFO O| Sep 11 21:04:13.347 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-11T21:04:14.576Z[ recovery-image] Sep 11 21:04:13.355 INFO O| Sep 11 21:04:13.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
58992026-09-11T21:04:14.577Z[ recovery-image] Sep 11 21:04:13.355 INFO O| Sep 11 21:04:13.355 INFO STEP 32 (remove_files) COMPLETE
59002026-09-11T21:04:14.577Z[ recovery-image] Sep 11 21:04:13.355 INFO O| Sep 11 21:04:13.355 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-11T21:04:14.581Z[ recovery-image] Sep 11 21:04:13.363 INFO O| Sep 11 21:04:13.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
59022026-09-11T21:04:14.581Z[ recovery-image] Sep 11 21:04:13.363 INFO O| Sep 11 21:04:13.363 INFO STEP 33 (remove_files) COMPLETE
59032026-09-11T21:04:14.582Z[ recovery-image] Sep 11 21:04:13.363 INFO O| Sep 11 21:04:13.363 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-11T21:04:14.590Z[ recovery-image] Sep 11 21:04:13.371 INFO O| Sep 11 21:04:13.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
59052026-09-11T21:04:14.590Z[ recovery-image] Sep 11 21:04:13.371 INFO O| Sep 11 21:04:13.371 INFO STEP 34 (remove_files) COMPLETE
59062026-09-11T21:04:14.594Z[ recovery-image] Sep 11 21:04:13.371 INFO O| Sep 11 21:04:13.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-11T21:04:14.598Z[ recovery-image] Sep 11 21:04:13.380 INFO O| Sep 11 21:04:13.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
59082026-09-11T21:04:14.602Z[ recovery-image] Sep 11 21:04:13.380 INFO O| Sep 11 21:04:13.380 INFO STEP 35 (remove_files) COMPLETE
59092026-09-11T21:04:14.602Z[ recovery-image] Sep 11 21:04:13.380 INFO O| Sep 11 21:04:13.380 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-11T21:04:14.607Z[ recovery-image] Sep 11 21:04:13.388 INFO O| Sep 11 21:04:13.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
59112026-09-11T21:04:14.607Z[ recovery-image] Sep 11 21:04:13.388 INFO O| Sep 11 21:04:13.388 INFO STEP 36 (remove_files) COMPLETE
59122026-09-11T21:04:14.607Z[ recovery-image] Sep 11 21:04:13.388 INFO O| Sep 11 21:04:13.388 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-11T21:04:14.615Z[ recovery-image] Sep 11 21:04:13.396 INFO O| Sep 11 21:04:13.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
59142026-09-11T21:04:14.615Z[ recovery-image] Sep 11 21:04:13.396 INFO O| Sep 11 21:04:13.396 INFO STEP 37 (remove_files) COMPLETE
59152026-09-11T21:04:14.618Z[ recovery-image] Sep 11 21:04:13.396 INFO O| Sep 11 21:04:13.396 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-11T21:04:14.619Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
59172026-09-11T21:04:14.624Z[ recovery-image] Sep 11 21:04:13.405 INFO O| Sep 11 21:04:13.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
59182026-09-11T21:04:14.624Z[ recovery-image] Sep 11 21:04:13.405 INFO O| Sep 11 21:04:13.405 INFO STEP 38 (remove_files) COMPLETE
59192026-09-11T21:04:14.628Z[ recovery-image] Sep 11 21:04:13.405 INFO O| Sep 11 21:04:13.405 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-11T21:04:14.633Z[ recovery-image] Sep 11 21:04:13.413 INFO O| Sep 11 21:04:13.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
59212026-09-11T21:04:14.633Z[ recovery-image] Sep 11 21:04:13.413 INFO O| Sep 11 21:04:13.413 INFO STEP 39 (remove_files) COMPLETE
59222026-09-11T21:04:14.633Z[ recovery-image] Sep 11 21:04:13.413 INFO O| Sep 11 21:04:13.413 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-11T21:04:14.641Z[ recovery-image] Sep 11 21:04:13.421 INFO O| Sep 11 21:04:13.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
59242026-09-11T21:04:14.641Z[ recovery-image] Sep 11 21:04:13.421 INFO O| Sep 11 21:04:13.421 INFO STEP 40 (remove_files) COMPLETE
59252026-09-11T21:04:14.645Z[ recovery-image] Sep 11 21:04:13.421 INFO O| Sep 11 21:04:13.421 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-11T21:04:14.650Z[ recovery-image] Sep 11 21:04:13.429 INFO O| Sep 11 21:04:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
59272026-09-11T21:04:14.650Z[ recovery-image] Sep 11 21:04:13.429 INFO O| Sep 11 21:04:13.429 INFO STEP 41 (remove_files) COMPLETE
59282026-09-11T21:04:14.650Z[ recovery-image] Sep 11 21:04:13.429 INFO O| Sep 11 21:04:13.429 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-11T21:04:14.657Z[ recovery-image] Sep 11 21:04:13.438 INFO O| Sep 11 21:04:13.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
59302026-09-11T21:04:14.657Z[ recovery-image] Sep 11 21:04:13.438 INFO O| Sep 11 21:04:13.438 INFO STEP 42 (remove_files) COMPLETE
59312026-09-11T21:04:14.657Z[ recovery-image] Sep 11 21:04:13.438 INFO O| Sep 11 21:04:13.438 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-11T21:04:14.664Z[ recovery-image] Sep 11 21:04:13.445 INFO O| Sep 11 21:04:13.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
59332026-09-11T21:04:14.665Z[ recovery-image] Sep 11 21:04:13.445 INFO O| Sep 11 21:04:13.445 INFO STEP 43 (remove_files) COMPLETE
59342026-09-11T21:04:14.669Z[ recovery-image] Sep 11 21:04:13.445 INFO O| Sep 11 21:04:13.445 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-11T21:04:14.672Z[ recovery-image] Sep 11 21:04:13.454 INFO O| Sep 11 21:04:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
59362026-09-11T21:04:14.676Z[ recovery-image] Sep 11 21:04:13.455 INFO O| Sep 11 21:04:13.455 INFO STEP 44 (remove_files) COMPLETE
59372026-09-11T21:04:14.676Z[ recovery-image] Sep 11 21:04:13.455 INFO O| Sep 11 21:04:13.455 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-11T21:04:14.680Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
59392026-09-11T21:04:14.683Z[ recovery-image] Sep 11 21:04:13.463 INFO O| Sep 11 21:04:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
59402026-09-11T21:04:14.690Z[ recovery-image] Sep 11 21:04:13.471 INFO O| Sep 11 21:04:13.471 INFO STEP 45 (remove_files) COMPLETE
59412026-09-11T21:04:14.690Z[ recovery-image] Sep 11 21:04:13.471 INFO O| Sep 11 21:04:13.471 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-11T21:04:14.700Z[ recovery-image] Sep 11 21:04:13.481 INFO O| Sep 11 21:04:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
59432026-09-11T21:04:14.700Z[ recovery-image] Sep 11 21:04:13.481 INFO O| Sep 11 21:04:13.481 INFO STEP 46 (remove_files) COMPLETE
59442026-09-11T21:04:14.700Z[ recovery-image] Sep 11 21:04:13.481 INFO O| Sep 11 21:04:13.481 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-11T21:04:14.719Z[ recovery-image] Sep 11 21:04:13.490 INFO O| Sep 11 21:04:13.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
59462026-09-11T21:04:14.720Z[ recovery-image] Sep 11 21:04:13.490 INFO O| Sep 11 21:04:13.490 INFO STEP 47 (remove_files) COMPLETE
59472026-09-11T21:04:14.720Z[ recovery-image] Sep 11 21:04:13.490 INFO O| Sep 11 21:04:13.490 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-11T21:04:14.736Z[ recovery-image] Sep 11 21:04:13.498 INFO O| Sep 11 21:04:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
59492026-09-11T21:04:14.736Z[ recovery-image] Sep 11 21:04:13.498 INFO O| Sep 11 21:04:13.498 INFO STEP 48 (remove_files) COMPLETE
59502026-09-11T21:04:14.736Z[ recovery-image] Sep 11 21:04:13.498 INFO O| Sep 11 21:04:13.498 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-11T21:04:14.740Z[ recovery-image] Sep 11 21:04:13.507 INFO O| Sep 11 21:04:13.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
59522026-09-11T21:04:14.742Z[ recovery-image] Sep 11 21:04:13.510 INFO O| Sep 11 21:04:13.510 INFO STEP 49 (remove_files) COMPLETE
59532026-09-11T21:04:14.742Z[ recovery-image] Sep 11 21:04:13.510 INFO O| Sep 11 21:04:13.510 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-11T21:04:14.746Z[ recovery-image] Sep 11 21:04:13.523 INFO O| Sep 11 21:04:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
59552026-09-11T21:04:14.746Z[ recovery-image] Sep 11 21:04:13.523 INFO O| Sep 11 21:04:13.523 INFO STEP 50 (remove_files) COMPLETE
59562026-09-11T21:04:14.746Z[ recovery-image] Sep 11 21:04:13.523 INFO O| Sep 11 21:04:13.523 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-11T21:04:14.751Z[ recovery-image] Sep 11 21:04:13.532 INFO O| Sep 11 21:04:13.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
59582026-09-11T21:04:14.767Z[ recovery-image] Sep 11 21:04:13.548 INFO O| Sep 11 21:04:13.548 INFO STEP 51 (remove_files) COMPLETE
59592026-09-11T21:04:14.767Z[ recovery-image] Sep 11 21:04:13.548 INFO O| Sep 11 21:04:13.548 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-11T21:04:14.830Z[ recovery-image] Sep 11 21:04:13.609 INFO O| Sep 11 21:04:13.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
59612026-09-11T21:04:14.830Z[ recovery-image] Sep 11 21:04:13.609 INFO O| Sep 11 21:04:13.609 INFO STEP 52 (remove_files) COMPLETE
59622026-09-11T21:04:14.830Z[ recovery-image] Sep 11 21:04:13.609 INFO O| Sep 11 21:04:13.609 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-11T21:04:14.873Z[ recovery-image] Sep 11 21:04:13.654 INFO O| Sep 11 21:04:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
59642026-09-11T21:04:14.873Z[ recovery-image] Sep 11 21:04:13.654 INFO O| Sep 11 21:04:13.654 INFO STEP 53 (remove_files) COMPLETE
59652026-09-11T21:04:14.873Z[ recovery-image] Sep 11 21:04:13.654 INFO O| Sep 11 21:04:13.654 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-11T21:04:14.881Z[ recovery-image] Sep 11 21:04:13.663 INFO O| Sep 11 21:04:13.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
59672026-09-11T21:04:14.881Z[ recovery-image] Sep 11 21:04:13.663 INFO O| Sep 11 21:04:13.663 INFO STEP 54 (remove_files) COMPLETE
59682026-09-11T21:04:14.881Z[ recovery-image] Sep 11 21:04:13.663 INFO O| Sep 11 21:04:13.663 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-11T21:04:14.889Z[ recovery-image] Sep 11 21:04:13.670 INFO O| Sep 11 21:04:13.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
59702026-09-11T21:04:14.889Z[ recovery-image] Sep 11 21:04:13.671 INFO O| Sep 11 21:04:13.670 INFO STEP 55 (remove_files) COMPLETE
59712026-09-11T21:04:14.889Z[ recovery-image] Sep 11 21:04:13.671 INFO O| Sep 11 21:04:13.671 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-11T21:04:14.925Z[ recovery-image] Sep 11 21:04:13.706 INFO O| Sep 11 21:04:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
59732026-09-11T21:04:14.925Z[ recovery-image] Sep 11 21:04:13.706 INFO O| Sep 11 21:04:13.706 INFO STEP 56 (remove_files) COMPLETE
59742026-09-11T21:04:14.925Z[ recovery-image] Sep 11 21:04:13.706 INFO O| Sep 11 21:04:13.706 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-11T21:04:14.995Z[ recovery-image] Sep 11 21:04:13.776 INFO O| Sep 11 21:04:13.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
59762026-09-11T21:04:15.026Z[ recovery-image] Sep 11 21:04:13.807 INFO O| Sep 11 21:04:13.807 INFO STEP 57 (remove_files) COMPLETE
59772026-09-11T21:04:15.026Z[ recovery-image] Sep 11 21:04:13.807 INFO O| Sep 11 21:04:13.807 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-11T21:04:15.064Z[ recovery-image] Sep 11 21:04:13.845 INFO O| Sep 11 21:04:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
59792026-09-11T21:04:15.064Z[ recovery-image] Sep 11 21:04:13.845 INFO O| Sep 11 21:04:13.845 INFO STEP 58 (remove_files) COMPLETE
59802026-09-11T21:04:15.064Z[ recovery-image] Sep 11 21:04:13.845 INFO O| Sep 11 21:04:13.845 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-11T21:04:15.078Z[ host-image] Sep 11 21:04:13.859 INFO O| configuring SMF profile...
59822026-09-11T21:04:15.078Z[ host-image] Sep 11 21:04:13.860 INFO O| modifying shadow(5)...
59832026-09-11T21:04:15.079Z[ host-image] Sep 11 21:04:13.860 INFO O| loading user and group database...
59842026-09-11T21:04:15.082Z[ host-image] Sep 11 21:04:13.860 INFO O| loading facet selections...
59852026-09-11T21:04:15.098Z[ recovery-image] Sep 11 21:04:13.879 INFO O| Sep 11 21:04:13.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
59862026-09-11T21:04:15.098Z[ recovery-image] Sep 11 21:04:13.879 INFO O| Sep 11 21:04:13.879 INFO STEP 59 (remove_files) COMPLETE
59872026-09-11T21:04:15.098Z[ recovery-image] Sep 11 21:04:13.879 INFO O| Sep 11 21:04:13.879 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-09-11T21:04:15.107Z[ recovery-image] Sep 11 21:04:13.888 INFO O| Sep 11 21:04:13.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
59892026-09-11T21:04:15.133Z[ recovery-image] Sep 11 21:04:13.913 INFO O| Sep 11 21:04:13.912 INFO STEP 60 (remove_files) COMPLETE
59902026-09-11T21:04:15.133Z[ recovery-image] Sep 11 21:04:13.913 INFO O| Sep 11 21:04:13.913 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-09-11T21:04:15.142Z[ recovery-image] Sep 11 21:04:13.923 INFO O| Sep 11 21:04:13.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
59922026-09-11T21:04:15.143Z[ recovery-image] Sep 11 21:04:13.923 INFO O| Sep 11 21:04:13.923 INFO STEP 61 (remove_files) COMPLETE
59932026-09-11T21:04:15.144Z[ recovery-image] Sep 11 21:04:13.924 INFO O| Sep 11 21:04:13.923 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-09-11T21:04:15.153Z[ recovery-image] Sep 11 21:04:13.935 INFO O| Sep 11 21:04:13.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
59952026-09-11T21:04:15.154Z[ recovery-image] Sep 11 21:04:13.935 INFO O| Sep 11 21:04:13.935 INFO STEP 62 (remove_files) COMPLETE
59962026-09-11T21:04:15.154Z[ recovery-image] Sep 11 21:04:13.935 INFO O| Sep 11 21:04:13.935 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-09-11T21:04:15.164Z[ recovery-image] Sep 11 21:04:13.945 INFO O| Sep 11 21:04:13.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
59982026-09-11T21:04:15.164Z[ recovery-image] Sep 11 21:04:13.945 INFO O| Sep 11 21:04:13.945 INFO STEP 63 (remove_files) COMPLETE
59992026-09-11T21:04:15.164Z[ recovery-image] Sep 11 21:04:13.945 INFO O| Sep 11 21:04:13.945 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-09-11T21:04:15.174Z[ recovery-image] Sep 11 21:04:13.956 INFO O| Sep 11 21:04:13.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
60012026-09-11T21:04:15.174Z[ recovery-image] Sep 11 21:04:13.956 INFO O| Sep 11 21:04:13.956 INFO STEP 64 (remove_files) COMPLETE
60022026-09-11T21:04:15.174Z[ recovery-image] Sep 11 21:04:13.956 INFO O| Sep 11 21:04:13.956 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-09-11T21:04:15.185Z[ recovery-image] Sep 11 21:04:13.966 INFO O| Sep 11 21:04:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
60042026-09-11T21:04:15.185Z[ recovery-image] Sep 11 21:04:13.966 INFO O| Sep 11 21:04:13.966 INFO STEP 65 (remove_files) COMPLETE
60052026-09-11T21:04:15.185Z[ recovery-image] Sep 11 21:04:13.966 INFO O| Sep 11 21:04:13.966 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-11T21:04:15.196Z[ recovery-image] Sep 11 21:04:13.977 INFO O| Sep 11 21:04:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
60072026-09-11T21:04:15.196Z[ recovery-image] Sep 11 21:04:13.977 INFO O| Sep 11 21:04:13.977 INFO STEP 66 (remove_files) COMPLETE
60082026-09-11T21:04:15.198Z[ recovery-image] Sep 11 21:04:13.977 INFO O| Sep 11 21:04:13.977 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-11T21:04:15.206Z[ recovery-image] Sep 11 21:04:13.987 INFO O| Sep 11 21:04:13.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
60102026-09-11T21:04:15.206Z[ recovery-image] Sep 11 21:04:13.987 INFO O| Sep 11 21:04:13.987 INFO STEP 67 (remove_files) COMPLETE
60112026-09-11T21:04:15.210Z[ recovery-image] Sep 11 21:04:13.987 INFO O| Sep 11 21:04:13.987 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-11T21:04:15.216Z[ recovery-image] Sep 11 21:04:13.997 INFO O| Sep 11 21:04:13.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
60132026-09-11T21:04:15.216Z[ recovery-image] Sep 11 21:04:13.997 INFO O| Sep 11 21:04:13.997 INFO STEP 68 (remove_files) COMPLETE
60142026-09-11T21:04:15.216Z[ recovery-image] Sep 11 21:04:13.997 INFO O| Sep 11 21:04:13.997 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-11T21:04:15.237Z[ recovery-image] Sep 11 21:04:14.018 INFO O| Sep 11 21:04:14.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
60162026-09-11T21:04:15.237Z[ recovery-image] Sep 11 21:04:14.018 INFO O| Sep 11 21:04:14.018 INFO STEP 69 (remove_files) COMPLETE
60172026-09-11T21:04:15.237Z[ recovery-image] Sep 11 21:04:14.018 INFO O| Sep 11 21:04:14.018 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-11T21:04:15.247Z[ recovery-image] Sep 11 21:04:14.028 INFO O| Sep 11 21:04:14.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
60192026-09-11T21:04:15.247Z[ recovery-image] Sep 11 21:04:14.029 INFO O| Sep 11 21:04:14.028 INFO STEP 70 (remove_files) COMPLETE
60202026-09-11T21:04:15.247Z[ recovery-image] Sep 11 21:04:14.029 INFO O| Sep 11 21:04:14.028 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-11T21:04:15.257Z[ recovery-image] Sep 11 21:04:14.039 INFO O| Sep 11 21:04:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
60222026-09-11T21:04:15.258Z[ recovery-image] Sep 11 21:04:14.039 INFO O| Sep 11 21:04:14.039 INFO STEP 71 (remove_files) COMPLETE
60232026-09-11T21:04:15.258Z[ recovery-image] Sep 11 21:04:14.039 INFO O| Sep 11 21:04:14.039 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-09-11T21:04:15.268Z[ recovery-image] Sep 11 21:04:14.049 INFO O| Sep 11 21:04:14.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
60252026-09-11T21:04:15.268Z[ recovery-image] Sep 11 21:04:14.049 INFO O| Sep 11 21:04:14.049 INFO STEP 72 (remove_files) COMPLETE
60262026-09-11T21:04:15.268Z[ recovery-image] Sep 11 21:04:14.049 INFO O| Sep 11 21:04:14.049 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-11T21:04:15.280Z[ recovery-image] Sep 11 21:04:14.059 INFO O| Sep 11 21:04:14.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
60282026-09-11T21:04:15.285Z[ recovery-image] Sep 11 21:04:14.060 INFO O| Sep 11 21:04:14.060 INFO STEP 73 (remove_files) COMPLETE
60292026-09-11T21:04:15.285Z[ recovery-image] Sep 11 21:04:14.060 INFO O| Sep 11 21:04:14.060 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-11T21:04:15.289Z[ recovery-image] Sep 11 21:04:14.070 INFO O| Sep 11 21:04:14.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
60312026-09-11T21:04:15.289Z[ recovery-image] Sep 11 21:04:14.070 INFO O| Sep 11 21:04:14.070 INFO STEP 74 (remove_files) COMPLETE
60322026-09-11T21:04:15.293Z[ recovery-image] Sep 11 21:04:14.070 INFO O| Sep 11 21:04:14.070 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-11T21:04:15.299Z[ recovery-image] Sep 11 21:04:14.080 INFO O| Sep 11 21:04:14.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
60342026-09-11T21:04:15.299Z[ recovery-image] Sep 11 21:04:14.080 INFO O| Sep 11 21:04:14.080 INFO STEP 75 (remove_files) COMPLETE
60352026-09-11T21:04:15.304Z[ recovery-image] Sep 11 21:04:14.080 INFO O| Sep 11 21:04:14.080 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-11T21:04:15.309Z[ recovery-image] Sep 11 21:04:14.090 INFO O| Sep 11 21:04:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
60372026-09-11T21:04:15.309Z[ recovery-image] Sep 11 21:04:14.090 INFO O| Sep 11 21:04:14.090 INFO STEP 76 (remove_files) COMPLETE
60382026-09-11T21:04:15.313Z[ recovery-image] Sep 11 21:04:14.090 INFO O| Sep 11 21:04:14.090 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-11T21:04:15.319Z[ recovery-image] Sep 11 21:04:14.100 INFO O| Sep 11 21:04:14.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
60402026-09-11T21:04:15.319Z[ recovery-image] Sep 11 21:04:14.100 INFO O| Sep 11 21:04:14.100 INFO STEP 77 (remove_files) COMPLETE
60412026-09-11T21:04:15.319Z[ recovery-image] Sep 11 21:04:14.100 INFO O| Sep 11 21:04:14.100 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-11T21:04:15.335Z[ recovery-image] Sep 11 21:04:14.111 INFO O| Sep 11 21:04:14.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
60432026-09-11T21:04:15.335Z[ recovery-image] Sep 11 21:04:14.111 INFO O| Sep 11 21:04:14.111 INFO STEP 78 (remove_files) COMPLETE
60442026-09-11T21:04:15.335Z[ recovery-image] Sep 11 21:04:14.111 INFO O| Sep 11 21:04:14.111 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-11T21:04:15.339Z[ recovery-image] Sep 11 21:04:14.121 INFO O| Sep 11 21:04:14.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
60462026-09-11T21:04:15.339Z[ recovery-image] Sep 11 21:04:14.121 INFO O| Sep 11 21:04:14.121 INFO STEP 79 (remove_files) COMPLETE
60472026-09-11T21:04:15.340Z[ recovery-image] Sep 11 21:04:14.121 INFO O| Sep 11 21:04:14.121 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-11T21:04:15.349Z[ recovery-image] Sep 11 21:04:14.130 INFO O| Sep 11 21:04:14.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
60492026-09-11T21:04:15.349Z[ recovery-image] Sep 11 21:04:14.130 INFO O| Sep 11 21:04:14.130 INFO STEP 80 (remove_files) COMPLETE
60502026-09-11T21:04:15.349Z[ recovery-image] Sep 11 21:04:14.130 INFO O| Sep 11 21:04:14.130 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-11T21:04:15.358Z[ recovery-image] Sep 11 21:04:14.139 INFO O| Sep 11 21:04:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
60522026-09-11T21:04:15.358Z[ recovery-image] Sep 11 21:04:14.140 INFO O| Sep 11 21:04:14.140 INFO STEP 81 (remove_files) COMPLETE
60532026-09-11T21:04:15.358Z[ recovery-image] Sep 11 21:04:14.140 INFO O| Sep 11 21:04:14.140 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-11T21:04:15.362Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60552026-09-11T21:04:15.368Z[ recovery-image] Sep 11 21:04:14.150 INFO O| Sep 11 21:04:14.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
60562026-09-11T21:04:15.368Z[ recovery-image] Sep 11 21:04:14.150 INFO O| Sep 11 21:04:14.150 INFO STEP 82 (remove_files) COMPLETE
60572026-09-11T21:04:15.368Z[ recovery-image] Sep 11 21:04:14.150 INFO O| Sep 11 21:04:14.150 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-11T21:04:15.380Z[ recovery-image] Sep 11 21:04:14.160 INFO O| Sep 11 21:04:14.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
60592026-09-11T21:04:15.380Z[ recovery-image] Sep 11 21:04:14.160 INFO O| Sep 11 21:04:14.160 INFO STEP 83 (remove_files) COMPLETE
60602026-09-11T21:04:15.380Z[ recovery-image] Sep 11 21:04:14.160 INFO O| Sep 11 21:04:14.160 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-11T21:04:15.387Z[ recovery-image] Sep 11 21:04:14.169 INFO O| Sep 11 21:04:14.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
60622026-09-11T21:04:15.391Z[ recovery-image] Sep 11 21:04:14.170 INFO O| Sep 11 21:04:14.170 INFO STEP 84 (remove_files) COMPLETE
60632026-09-11T21:04:15.391Z[ recovery-image] Sep 11 21:04:14.170 INFO O| Sep 11 21:04:14.170 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-11T21:04:15.405Z[ recovery-image] Sep 11 21:04:14.187 INFO O| Sep 11 21:04:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
60652026-09-11T21:04:15.405Z[ recovery-image] Sep 11 21:04:14.187 INFO O| Sep 11 21:04:14.187 INFO STEP 85 (remove_files) COMPLETE
60662026-09-11T21:04:15.405Z[ recovery-image] Sep 11 21:04:14.187 INFO O| Sep 11 21:04:14.187 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-11T21:04:15.415Z[ recovery-image] Sep 11 21:04:14.196 INFO O| Sep 11 21:04:14.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
60682026-09-11T21:04:15.415Z[ recovery-image] Sep 11 21:04:14.196 INFO O| Sep 11 21:04:14.196 INFO STEP 86 (remove_files) COMPLETE
60692026-09-11T21:04:15.415Z[ recovery-image] Sep 11 21:04:14.196 INFO O| Sep 11 21:04:14.196 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-11T21:04:15.425Z[ recovery-image] Sep 11 21:04:14.206 INFO O| Sep 11 21:04:14.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
60712026-09-11T21:04:15.426Z[ recovery-image] Sep 11 21:04:14.206 INFO O| Sep 11 21:04:14.206 INFO STEP 87 (remove_files) COMPLETE
60722026-09-11T21:04:15.426Z[ recovery-image] Sep 11 21:04:14.206 INFO O| Sep 11 21:04:14.206 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-11T21:04:15.434Z[ recovery-image] Sep 11 21:04:14.216 INFO O| Sep 11 21:04:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
60742026-09-11T21:04:15.434Z[ recovery-image] Sep 11 21:04:14.216 INFO O| Sep 11 21:04:14.216 INFO STEP 88 (remove_files) COMPLETE
60752026-09-11T21:04:15.439Z[ recovery-image] Sep 11 21:04:14.216 INFO O| Sep 11 21:04:14.216 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-11T21:04:15.443Z[ recovery-image] Sep 11 21:04:14.225 INFO O| Sep 11 21:04:14.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
60772026-09-11T21:04:15.443Z[ recovery-image] Sep 11 21:04:14.225 INFO O| Sep 11 21:04:14.225 INFO STEP 89 (remove_files) COMPLETE
60782026-09-11T21:04:15.446Z[ recovery-image] Sep 11 21:04:14.225 INFO O| Sep 11 21:04:14.225 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-11T21:04:15.449Z[ host-image] Sep 11 21:04:14.228 INFO O| devel -> true
60802026-09-11T21:04:15.449Z[ host-image] Sep 11 21:04:14.228 INFO O| doc.man -> true
60812026-09-11T21:04:15.449Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.shell/ksh93 -> true
60822026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.system/data/hardware-registry -> true
60832026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.system/data/zoneinfo -> true
60842026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.system/microcode/amd -> true
60852026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.system/microcode/intel -> true
60862026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| version-lock.system/microcode/oxide -> true
60872026-09-11T21:04:15.450Z[ host-image] Sep 11 21:04:14.228 INFO O| assessing packaged files...
60882026-09-11T21:04:15.453Z[ recovery-image] Sep 11 21:04:14.234 INFO O| Sep 11 21:04:14.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
60892026-09-11T21:04:15.453Z[ recovery-image] Sep 11 21:04:14.234 INFO O| Sep 11 21:04:14.234 INFO STEP 90 (remove_files) COMPLETE
60902026-09-11T21:04:15.453Z[ recovery-image] Sep 11 21:04:14.234 INFO O| Sep 11 21:04:14.234 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-11T21:04:15.461Z[ recovery-image] Sep 11 21:04:14.243 INFO O| Sep 11 21:04:14.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
60922026-09-11T21:04:15.463Z[ recovery-image] Sep 11 21:04:14.243 INFO O| Sep 11 21:04:14.243 INFO STEP 91 (remove_files) COMPLETE
60932026-09-11T21:04:15.463Z[ recovery-image] Sep 11 21:04:14.243 INFO O| Sep 11 21:04:14.243 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-11T21:04:15.470Z[ recovery-image] Sep 11 21:04:14.252 INFO O| Sep 11 21:04:14.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
60952026-09-11T21:04:15.470Z[ recovery-image] Sep 11 21:04:14.252 INFO O| Sep 11 21:04:14.252 INFO STEP 92 (remove_files) COMPLETE
60962026-09-11T21:04:15.470Z[ recovery-image] Sep 11 21:04:14.252 INFO O| Sep 11 21:04:14.252 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-11T21:04:15.479Z[ recovery-image] Sep 11 21:04:14.261 INFO O| Sep 11 21:04:14.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
60982026-09-11T21:04:15.479Z[ recovery-image] Sep 11 21:04:14.261 INFO O| Sep 11 21:04:14.261 INFO STEP 93 (remove_files) COMPLETE
60992026-09-11T21:04:15.479Z[ recovery-image] Sep 11 21:04:14.261 INFO O| Sep 11 21:04:14.261 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-11T21:04:15.488Z[ recovery-image] Sep 11 21:04:14.270 INFO O| Sep 11 21:04:14.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
61012026-09-11T21:04:15.495Z[ recovery-image] Sep 11 21:04:14.277 INFO O| Sep 11 21:04:14.271 INFO STEP 94 (remove_files) COMPLETE
61022026-09-11T21:04:15.495Z[ recovery-image] Sep 11 21:04:14.277 INFO O| Sep 11 21:04:14.271 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-11T21:04:15.499Z[ recovery-image] Sep 11 21:04:14.281 INFO O| Sep 11 21:04:14.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
61042026-09-11T21:04:15.504Z[ recovery-image] Sep 11 21:04:14.281 INFO O| Sep 11 21:04:14.281 INFO STEP 95 (remove_files) COMPLETE
61052026-09-11T21:04:15.504Z[ recovery-image] Sep 11 21:04:14.281 INFO O| Sep 11 21:04:14.281 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-11T21:04:15.509Z[ recovery-image] Sep 11 21:04:14.291 INFO O| Sep 11 21:04:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
61072026-09-11T21:04:15.509Z[ recovery-image] Sep 11 21:04:14.291 INFO O| Sep 11 21:04:14.291 INFO STEP 96 (remove_files) COMPLETE
61082026-09-11T21:04:15.510Z[ recovery-image] Sep 11 21:04:14.291 INFO O| Sep 11 21:04:14.291 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-11T21:04:15.520Z[ recovery-image] Sep 11 21:04:14.300 INFO O| Sep 11 21:04:14.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
61102026-09-11T21:04:15.520Z[ recovery-image] Sep 11 21:04:14.300 INFO O| Sep 11 21:04:14.300 INFO STEP 97 (remove_files) COMPLETE
61112026-09-11T21:04:15.520Z[ recovery-image] Sep 11 21:04:14.300 INFO O| Sep 11 21:04:14.300 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-11T21:04:15.528Z[ recovery-image] Sep 11 21:04:14.309 INFO O| Sep 11 21:04:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
61132026-09-11T21:04:15.528Z[ recovery-image] Sep 11 21:04:14.309 INFO O| Sep 11 21:04:14.309 INFO STEP 98 (remove_files) COMPLETE
61142026-09-11T21:04:15.529Z[ recovery-image] Sep 11 21:04:14.309 INFO O| Sep 11 21:04:14.309 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-11T21:04:15.537Z[ recovery-image] Sep 11 21:04:14.318 INFO O| Sep 11 21:04:14.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
61162026-09-11T21:04:15.538Z[ recovery-image] Sep 11 21:04:14.319 INFO O| Sep 11 21:04:14.319 INFO STEP 99 (remove_files) COMPLETE
61172026-09-11T21:04:15.539Z[ recovery-image] Sep 11 21:04:14.319 INFO O| Sep 11 21:04:14.319 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-11T21:04:15.548Z[ recovery-image] Sep 11 21:04:14.328 INFO O| Sep 11 21:04:14.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
61192026-09-11T21:04:15.548Z[ recovery-image] Sep 11 21:04:14.328 INFO O| Sep 11 21:04:14.328 INFO STEP 100 (remove_files) COMPLETE
61202026-09-11T21:04:15.548Z[ recovery-image] Sep 11 21:04:14.328 INFO O| Sep 11 21:04:14.328 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-11T21:04:15.556Z[ recovery-image] Sep 11 21:04:14.337 INFO O| Sep 11 21:04:14.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
61222026-09-11T21:04:15.560Z[ recovery-image] Sep 11 21:04:14.338 INFO O| Sep 11 21:04:14.338 INFO STEP 101 (remove_files) COMPLETE
61232026-09-11T21:04:15.560Z[ recovery-image] Sep 11 21:04:14.338 INFO O| Sep 11 21:04:14.338 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-11T21:04:15.566Z[ recovery-image] Sep 11 21:04:14.347 INFO O| Sep 11 21:04:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
61252026-09-11T21:04:15.567Z[ recovery-image] Sep 11 21:04:14.348 INFO O| Sep 11 21:04:14.348 INFO STEP 102 (remove_files) COMPLETE
61262026-09-11T21:04:15.567Z[ recovery-image] Sep 11 21:04:14.348 INFO O| Sep 11 21:04:14.348 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-11T21:04:15.577Z[ recovery-image] Sep 11 21:04:14.358 INFO O| Sep 11 21:04:14.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
61282026-09-11T21:04:15.577Z[ recovery-image] Sep 11 21:04:14.358 INFO O| Sep 11 21:04:14.358 INFO STEP 103 (remove_files) COMPLETE
61292026-09-11T21:04:15.578Z[ recovery-image] Sep 11 21:04:14.358 INFO O| Sep 11 21:04:14.358 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-11T21:04:15.587Z[ recovery-image] Sep 11 21:04:14.368 INFO O| Sep 11 21:04:14.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
61312026-09-11T21:04:15.587Z[ recovery-image] Sep 11 21:04:14.368 INFO O| Sep 11 21:04:14.368 INFO STEP 104 (remove_files) COMPLETE
61322026-09-11T21:04:15.591Z[ recovery-image] Sep 11 21:04:14.368 INFO O| Sep 11 21:04:14.368 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-11T21:04:15.596Z[ recovery-image] Sep 11 21:04:14.378 INFO O| Sep 11 21:04:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
61342026-09-11T21:04:15.596Z[ recovery-image] Sep 11 21:04:14.378 INFO O| Sep 11 21:04:14.378 INFO STEP 105 (remove_files) COMPLETE
61352026-09-11T21:04:15.599Z[ recovery-image] Sep 11 21:04:14.378 INFO O| Sep 11 21:04:14.378 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-11T21:04:15.607Z[ recovery-image] Sep 11 21:04:14.388 INFO O| Sep 11 21:04:14.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
61372026-09-11T21:04:15.611Z[ recovery-image] Sep 11 21:04:14.388 INFO O| Sep 11 21:04:14.388 INFO STEP 106 (remove_files) COMPLETE
61382026-09-11T21:04:15.611Z[ recovery-image] Sep 11 21:04:14.388 INFO O| Sep 11 21:04:14.388 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-11T21:04:15.617Z[ recovery-image] Sep 11 21:04:14.398 INFO O| Sep 11 21:04:14.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
61402026-09-11T21:04:15.617Z[ recovery-image] Sep 11 21:04:14.398 INFO O| Sep 11 21:04:14.398 INFO STEP 107 (remove_files) COMPLETE
61412026-09-11T21:04:15.621Z[ recovery-image] Sep 11 21:04:14.398 INFO O| Sep 11 21:04:14.398 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-11T21:04:15.626Z[ recovery-image] Sep 11 21:04:14.408 INFO O| Sep 11 21:04:14.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
61432026-09-11T21:04:15.627Z[ recovery-image] Sep 11 21:04:14.408 INFO O| Sep 11 21:04:14.408 INFO STEP 108 (remove_files) COMPLETE
61442026-09-11T21:04:15.634Z[ recovery-image] Sep 11 21:04:14.408 INFO O| Sep 11 21:04:14.408 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-11T21:04:15.726Z[ recovery-image] Sep 11 21:04:14.417 INFO O| Sep 11 21:04:14.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
61462026-09-11T21:04:15.726Z[ recovery-image] Sep 11 21:04:14.417 INFO O| Sep 11 21:04:14.417 INFO STEP 109 (remove_files) COMPLETE
61472026-09-11T21:04:15.726Z[ recovery-image] Sep 11 21:04:14.417 INFO O| Sep 11 21:04:14.417 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-11T21:04:15.735Z[ recovery-image] Sep 11 21:04:14.426 INFO O| Sep 11 21:04:14.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
61492026-09-11T21:04:15.735Z[ recovery-image] Sep 11 21:04:14.426 INFO O| Sep 11 21:04:14.426 INFO STEP 110 (remove_files) COMPLETE
61502026-09-11T21:04:15.735Z[ recovery-image] Sep 11 21:04:14.426 INFO O| Sep 11 21:04:14.426 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-11T21:04:15.735Z[ recovery-image] Sep 11 21:04:14.436 INFO O| Sep 11 21:04:14.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
61522026-09-11T21:04:15.735Z[ recovery-image] Sep 11 21:04:14.436 INFO O| Sep 11 21:04:14.436 INFO STEP 111 (remove_files) COMPLETE
61532026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.437 INFO O| Sep 11 21:04:14.436 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.447 INFO O| Sep 11 21:04:14.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
61552026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.447 INFO O| Sep 11 21:04:14.447 INFO STEP 112 (remove_files) COMPLETE
61562026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.447 INFO O| Sep 11 21:04:14.447 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.464 INFO O| Sep 11 21:04:14.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
61582026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.465 INFO O| Sep 11 21:04:14.465 INFO STEP 113 (remove_files) COMPLETE
61592026-09-11T21:04:15.736Z[ recovery-image] Sep 11 21:04:14.465 INFO O| Sep 11 21:04:14.465 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-11T21:04:15.738Z[ recovery-image] Sep 11 21:04:14.475 INFO O| Sep 11 21:04:14.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
61612026-09-11T21:04:15.738Z[ recovery-image] Sep 11 21:04:14.475 INFO O| Sep 11 21:04:14.475 INFO STEP 114 (remove_files) COMPLETE
61622026-09-11T21:04:15.738Z[ recovery-image] Sep 11 21:04:14.475 INFO O| Sep 11 21:04:14.475 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.485 INFO O| Sep 11 21:04:14.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
61642026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.485 INFO O| Sep 11 21:04:14.485 INFO STEP 115 (remove_files) COMPLETE
61652026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.485 INFO O| Sep 11 21:04:14.485 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.495 INFO O| Sep 11 21:04:14.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
61672026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.495 INFO O| Sep 11 21:04:14.495 INFO STEP 116 (remove_files) COMPLETE
61682026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.495 INFO O| Sep 11 21:04:14.495 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-11T21:04:15.739Z[ recovery-image] Sep 11 21:04:14.504 INFO O| Sep 11 21:04:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
61702026-09-11T21:04:15.740Z[ recovery-image] Sep 11 21:04:14.504 INFO O| Sep 11 21:04:14.504 INFO STEP 117 (remove_files) COMPLETE
61712026-09-11T21:04:15.740Z[ recovery-image] Sep 11 21:04:14.504 INFO O| Sep 11 21:04:14.504 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-11T21:04:15.745Z[ recovery-image] Sep 11 21:04:14.513 INFO O| Sep 11 21:04:14.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
61732026-09-11T21:04:15.746Z[ recovery-image] Sep 11 21:04:14.513 INFO O| Sep 11 21:04:14.513 INFO STEP 118 (remove_files) COMPLETE
61742026-09-11T21:04:15.746Z[ recovery-image] Sep 11 21:04:14.513 INFO O| Sep 11 21:04:14.513 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-11T21:04:15.746Z[ recovery-image] Sep 11 21:04:14.521 INFO O| Sep 11 21:04:14.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
61762026-09-11T21:04:15.746Z[ recovery-image] Sep 11 21:04:14.521 INFO O| Sep 11 21:04:14.521 INFO STEP 119 (remove_files) COMPLETE
61772026-09-11T21:04:15.746Z[ recovery-image] Sep 11 21:04:14.521 INFO O| Sep 11 21:04:14.521 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-11T21:04:15.751Z[ recovery-image] Sep 11 21:04:14.530 INFO O| Sep 11 21:04:14.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
61792026-09-11T21:04:15.751Z[ recovery-image] Sep 11 21:04:14.530 INFO O| Sep 11 21:04:14.530 INFO STEP 120 (remove_files) COMPLETE
61802026-09-11T21:04:15.751Z[ recovery-image] Sep 11 21:04:14.530 INFO O| Sep 11 21:04:14.530 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-11T21:04:15.757Z[ recovery-image] Sep 11 21:04:14.538 INFO O| Sep 11 21:04:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
61822026-09-11T21:04:15.757Z[ recovery-image] Sep 11 21:04:14.538 INFO O| Sep 11 21:04:14.538 INFO STEP 121 (remove_files) COMPLETE
61832026-09-11T21:04:15.761Z[ recovery-image] Sep 11 21:04:14.538 INFO O| Sep 11 21:04:14.538 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-11T21:04:15.771Z[ recovery-image] Sep 11 21:04:14.548 INFO O| Sep 11 21:04:14.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
61852026-09-11T21:04:15.772Z[ recovery-image] Sep 11 21:04:14.548 INFO O| Sep 11 21:04:14.548 INFO STEP 122 (remove_files) COMPLETE
61862026-09-11T21:04:15.777Z[ recovery-image] Sep 11 21:04:14.548 INFO O| Sep 11 21:04:14.548 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-11T21:04:15.777Z[ recovery-image] Sep 11 21:04:14.557 INFO O| Sep 11 21:04:14.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
61882026-09-11T21:04:15.777Z[ recovery-image] Sep 11 21:04:14.557 INFO O| Sep 11 21:04:14.557 INFO STEP 123 (remove_files) COMPLETE
61892026-09-11T21:04:15.777Z[ recovery-image] Sep 11 21:04:14.557 INFO O| Sep 11 21:04:14.557 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-11T21:04:15.784Z[ recovery-image] Sep 11 21:04:14.565 INFO O| Sep 11 21:04:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
61912026-09-11T21:04:15.784Z[ recovery-image] Sep 11 21:04:14.565 INFO O| Sep 11 21:04:14.565 INFO STEP 124 (remove_files) COMPLETE
61922026-09-11T21:04:15.784Z[ recovery-image] Sep 11 21:04:14.565 INFO O| Sep 11 21:04:14.565 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-11T21:04:15.794Z[ recovery-image] Sep 11 21:04:14.573 INFO O| Sep 11 21:04:14.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
61942026-09-11T21:04:15.794Z[ recovery-image] Sep 11 21:04:14.574 INFO O| Sep 11 21:04:14.573 INFO STEP 125 (remove_files) COMPLETE
61952026-09-11T21:04:15.794Z[ recovery-image] Sep 11 21:04:14.574 INFO O| Sep 11 21:04:14.574 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-11T21:04:15.800Z[ recovery-image] Sep 11 21:04:14.582 INFO O| Sep 11 21:04:14.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
61972026-09-11T21:04:15.800Z[ recovery-image] Sep 11 21:04:14.582 INFO O| Sep 11 21:04:14.582 INFO STEP 126 (remove_files) COMPLETE
61982026-09-11T21:04:15.800Z[ recovery-image] Sep 11 21:04:14.582 INFO O| Sep 11 21:04:14.582 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-11T21:04:15.809Z[ recovery-image] Sep 11 21:04:14.590 INFO O| Sep 11 21:04:14.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
62002026-09-11T21:04:15.809Z[ recovery-image] Sep 11 21:04:14.590 INFO O| Sep 11 21:04:14.590 INFO STEP 127 (remove_files) COMPLETE
62012026-09-11T21:04:15.809Z[ recovery-image] Sep 11 21:04:14.590 INFO O| Sep 11 21:04:14.590 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-11T21:04:15.816Z[ recovery-image] Sep 11 21:04:14.597 INFO O| Sep 11 21:04:14.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
62032026-09-11T21:04:15.816Z[ recovery-image] Sep 11 21:04:14.597 INFO O| Sep 11 21:04:14.597 INFO STEP 128 (remove_files) COMPLETE
62042026-09-11T21:04:15.816Z[ recovery-image] Sep 11 21:04:14.598 INFO O| Sep 11 21:04:14.597 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-11T21:04:15.824Z[ recovery-image] Sep 11 21:04:14.605 INFO O| Sep 11 21:04:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
62062026-09-11T21:04:15.824Z[ recovery-image] Sep 11 21:04:14.605 INFO O| Sep 11 21:04:14.605 INFO STEP 129 (remove_files) COMPLETE
62072026-09-11T21:04:15.825Z[ recovery-image] Sep 11 21:04:14.605 INFO O| Sep 11 21:04:14.605 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-11T21:04:15.832Z[ recovery-image] Sep 11 21:04:14.613 INFO O| Sep 11 21:04:14.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
62092026-09-11T21:04:15.832Z[ recovery-image] Sep 11 21:04:14.613 INFO O| Sep 11 21:04:14.613 INFO STEP 130 (remove_files) COMPLETE
62102026-09-11T21:04:15.836Z[ recovery-image] Sep 11 21:04:14.613 INFO O| Sep 11 21:04:14.613 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-11T21:04:15.841Z[ recovery-image] Sep 11 21:04:14.621 INFO O| Sep 11 21:04:14.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
62122026-09-11T21:04:15.841Z[ recovery-image] Sep 11 21:04:14.621 INFO O| Sep 11 21:04:14.621 INFO STEP 131 (remove_files) COMPLETE
62132026-09-11T21:04:15.841Z[ recovery-image] Sep 11 21:04:14.621 INFO O| Sep 11 21:04:14.621 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-11T21:04:15.848Z[ recovery-image] Sep 11 21:04:14.629 INFO O| Sep 11 21:04:14.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
62152026-09-11T21:04:15.848Z[ recovery-image] Sep 11 21:04:14.629 INFO O| Sep 11 21:04:14.629 INFO STEP 132 (remove_files) COMPLETE
62162026-09-11T21:04:15.853Z[ recovery-image] Sep 11 21:04:14.629 INFO O| Sep 11 21:04:14.629 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-11T21:04:15.859Z[ recovery-image] Sep 11 21:04:14.638 INFO O| Sep 11 21:04:14.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
62182026-09-11T21:04:15.859Z[ recovery-image] Sep 11 21:04:14.638 INFO O| Sep 11 21:04:14.638 INFO STEP 133 (remove_files) COMPLETE
62192026-09-11T21:04:15.859Z[ recovery-image] Sep 11 21:04:14.638 INFO O| Sep 11 21:04:14.638 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-11T21:04:15.866Z[ recovery-image] Sep 11 21:04:14.647 INFO O| Sep 11 21:04:14.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
62212026-09-11T21:04:15.866Z[ recovery-image] Sep 11 21:04:14.647 INFO O| Sep 11 21:04:14.647 INFO STEP 134 (remove_files) COMPLETE
62222026-09-11T21:04:15.868Z[ recovery-image] Sep 11 21:04:14.647 INFO O| Sep 11 21:04:14.647 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-11T21:04:15.874Z[ recovery-image] Sep 11 21:04:14.656 INFO O| Sep 11 21:04:14.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
62242026-09-11T21:04:15.874Z[ recovery-image] Sep 11 21:04:14.656 INFO O| Sep 11 21:04:14.656 INFO STEP 135 (remove_files) COMPLETE
62252026-09-11T21:04:15.874Z[ recovery-image] Sep 11 21:04:14.656 INFO O| Sep 11 21:04:14.656 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-11T21:04:15.884Z[ recovery-image] Sep 11 21:04:14.665 INFO O| Sep 11 21:04:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
62272026-09-11T21:04:15.884Z[ recovery-image] Sep 11 21:04:14.665 INFO O| Sep 11 21:04:14.665 INFO STEP 136 (remove_files) COMPLETE
62282026-09-11T21:04:15.884Z[ recovery-image] Sep 11 21:04:14.665 INFO O| Sep 11 21:04:14.665 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-11T21:04:15.894Z[ recovery-image] Sep 11 21:04:14.675 INFO O| Sep 11 21:04:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
62302026-09-11T21:04:15.894Z[ recovery-image] Sep 11 21:04:14.675 INFO O| Sep 11 21:04:14.675 INFO STEP 137 (remove_files) COMPLETE
62312026-09-11T21:04:15.894Z[ recovery-image] Sep 11 21:04:14.675 INFO O| Sep 11 21:04:14.675 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-11T21:04:15.904Z[ recovery-image] Sep 11 21:04:14.685 INFO O| Sep 11 21:04:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
62332026-09-11T21:04:15.904Z[ recovery-image] Sep 11 21:04:14.685 INFO O| Sep 11 21:04:14.685 INFO STEP 138 (remove_files) COMPLETE
62342026-09-11T21:04:15.908Z[ recovery-image] Sep 11 21:04:14.685 INFO O| Sep 11 21:04:14.685 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-11T21:04:15.913Z[ recovery-image] Sep 11 21:04:14.695 INFO O| Sep 11 21:04:14.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
62362026-09-11T21:04:15.913Z[ recovery-image] Sep 11 21:04:14.695 INFO O| Sep 11 21:04:14.695 INFO STEP 139 (remove_files) COMPLETE
62372026-09-11T21:04:15.914Z[ recovery-image] Sep 11 21:04:14.695 INFO O| Sep 11 21:04:14.695 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-11T21:04:15.925Z[ recovery-image] Sep 11 21:04:14.706 INFO O| Sep 11 21:04:14.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
62392026-09-11T21:04:15.928Z[ recovery-image] Sep 11 21:04:14.707 INFO O| Sep 11 21:04:14.707 INFO STEP 140 (remove_files) COMPLETE
62402026-09-11T21:04:15.928Z[ recovery-image] Sep 11 21:04:14.707 INFO O| Sep 11 21:04:14.707 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-11T21:04:15.937Z[ recovery-image] Sep 11 21:04:14.717 INFO O| Sep 11 21:04:14.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
62422026-09-11T21:04:15.937Z[ recovery-image] Sep 11 21:04:14.717 INFO O| Sep 11 21:04:14.717 INFO STEP 141 (remove_files) COMPLETE
62432026-09-11T21:04:15.937Z[ recovery-image] Sep 11 21:04:14.717 INFO O| Sep 11 21:04:14.717 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-11T21:04:15.946Z[ recovery-image] Sep 11 21:04:14.727 INFO O| Sep 11 21:04:14.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
62452026-09-11T21:04:15.946Z[ recovery-image] Sep 11 21:04:14.727 INFO O| Sep 11 21:04:14.727 INFO STEP 142 (remove_files) COMPLETE
62462026-09-11T21:04:15.946Z[ recovery-image] Sep 11 21:04:14.727 INFO O| Sep 11 21:04:14.727 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-11T21:04:15.955Z[ recovery-image] Sep 11 21:04:14.736 INFO O| Sep 11 21:04:14.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
62482026-09-11T21:04:15.955Z[ recovery-image] Sep 11 21:04:14.736 INFO O| Sep 11 21:04:14.736 INFO STEP 143 (remove_files) COMPLETE
62492026-09-11T21:04:15.955Z[ recovery-image] Sep 11 21:04:14.736 INFO O| Sep 11 21:04:14.736 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-11T21:04:15.965Z[ recovery-image] Sep 11 21:04:14.747 INFO O| Sep 11 21:04:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
62512026-09-11T21:04:15.970Z[ recovery-image] Sep 11 21:04:14.748 INFO O| Sep 11 21:04:14.747 INFO STEP 144 (remove_files) COMPLETE
62522026-09-11T21:04:15.970Z[ recovery-image] Sep 11 21:04:14.748 INFO O| Sep 11 21:04:14.747 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-11T21:04:15.977Z[ recovery-image] Sep 11 21:04:14.759 INFO O| Sep 11 21:04:14.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
62542026-09-11T21:04:15.977Z[ recovery-image] Sep 11 21:04:14.759 INFO O| Sep 11 21:04:14.759 INFO STEP 145 (remove_files) COMPLETE
62552026-09-11T21:04:15.977Z[ recovery-image] Sep 11 21:04:14.759 INFO O| Sep 11 21:04:14.759 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-11T21:04:15.987Z[ recovery-image] Sep 11 21:04:14.768 INFO O| Sep 11 21:04:14.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
62572026-09-11T21:04:15.988Z[ recovery-image] Sep 11 21:04:14.768 INFO O| Sep 11 21:04:14.768 INFO STEP 146 (remove_files) COMPLETE
62582026-09-11T21:04:15.992Z[ recovery-image] Sep 11 21:04:14.768 INFO O| Sep 11 21:04:14.768 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-11T21:04:15.996Z[ recovery-image] Sep 11 21:04:14.778 INFO O| Sep 11 21:04:14.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
62602026-09-11T21:04:15.996Z[ recovery-image] Sep 11 21:04:14.778 INFO O| Sep 11 21:04:14.778 INFO STEP 147 (remove_files) COMPLETE
62612026-09-11T21:04:16.002Z[ recovery-image] Sep 11 21:04:14.778 INFO O| Sep 11 21:04:14.778 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-11T21:04:16.006Z[ recovery-image] Sep 11 21:04:14.787 INFO O| Sep 11 21:04:14.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
62632026-09-11T21:04:16.006Z[ recovery-image] Sep 11 21:04:14.787 INFO O| Sep 11 21:04:14.787 INFO STEP 148 (remove_files) COMPLETE
62642026-09-11T21:04:16.006Z[ recovery-image] Sep 11 21:04:14.787 INFO O| Sep 11 21:04:14.787 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-11T21:04:16.015Z[ recovery-image] Sep 11 21:04:14.796 INFO O| Sep 11 21:04:14.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
62662026-09-11T21:04:16.019Z[ recovery-image] Sep 11 21:04:14.796 INFO O| Sep 11 21:04:14.796 INFO STEP 149 (remove_files) COMPLETE
62672026-09-11T21:04:16.019Z[ recovery-image] Sep 11 21:04:14.796 INFO O| Sep 11 21:04:14.796 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-11T21:04:16.026Z[ recovery-image] Sep 11 21:04:14.807 INFO O| Sep 11 21:04:14.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
62692026-09-11T21:04:16.026Z[ recovery-image] Sep 11 21:04:14.807 INFO O| Sep 11 21:04:14.807 INFO STEP 150 (remove_files) COMPLETE
62702026-09-11T21:04:16.030Z[ recovery-image] Sep 11 21:04:14.807 INFO O| Sep 11 21:04:14.807 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-11T21:04:16.036Z[ recovery-image] Sep 11 21:04:14.817 INFO O| Sep 11 21:04:14.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
62722026-09-11T21:04:16.036Z[ recovery-image] Sep 11 21:04:14.817 INFO O| Sep 11 21:04:14.817 INFO STEP 151 (remove_files) COMPLETE
62732026-09-11T21:04:16.036Z[ recovery-image] Sep 11 21:04:14.817 INFO O| Sep 11 21:04:14.817 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-11T21:04:16.045Z[ recovery-image] Sep 11 21:04:14.826 INFO O| Sep 11 21:04:14.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
62752026-09-11T21:04:16.045Z[ recovery-image] Sep 11 21:04:14.826 INFO O| Sep 11 21:04:14.826 INFO STEP 152 (remove_files) COMPLETE
62762026-09-11T21:04:16.047Z[ recovery-image] Sep 11 21:04:14.826 INFO O| Sep 11 21:04:14.826 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-11T21:04:16.054Z[ recovery-image] Sep 11 21:04:14.835 INFO O| Sep 11 21:04:14.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
62782026-09-11T21:04:16.054Z[ recovery-image] Sep 11 21:04:14.835 INFO O| Sep 11 21:04:14.835 INFO STEP 153 (remove_files) COMPLETE
62792026-09-11T21:04:16.054Z[ recovery-image] Sep 11 21:04:14.835 INFO O| Sep 11 21:04:14.835 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-11T21:04:16.063Z[ recovery-image] Sep 11 21:04:14.844 INFO O| Sep 11 21:04:14.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
62812026-09-11T21:04:16.063Z[ recovery-image] Sep 11 21:04:14.844 INFO O| Sep 11 21:04:14.844 INFO STEP 154 (remove_files) COMPLETE
62822026-09-11T21:04:16.063Z[ recovery-image] Sep 11 21:04:14.844 INFO O| Sep 11 21:04:14.844 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-11T21:04:16.072Z[ recovery-image] Sep 11 21:04:14.854 INFO O| Sep 11 21:04:14.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
62842026-09-11T21:04:16.073Z[ recovery-image] Sep 11 21:04:14.854 INFO O| Sep 11 21:04:14.854 INFO STEP 155 (remove_files) COMPLETE
62852026-09-11T21:04:16.073Z[ recovery-image] Sep 11 21:04:14.854 INFO O| Sep 11 21:04:14.854 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-11T21:04:16.082Z[ recovery-image] Sep 11 21:04:14.863 INFO O| Sep 11 21:04:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
62872026-09-11T21:04:16.082Z[ recovery-image] Sep 11 21:04:14.863 INFO O| Sep 11 21:04:14.863 INFO STEP 156 (remove_files) COMPLETE
62882026-09-11T21:04:16.082Z[ recovery-image] Sep 11 21:04:14.863 INFO O| Sep 11 21:04:14.863 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-09-11T21:04:16.094Z[ recovery-image] Sep 11 21:04:14.875 INFO O| Sep 11 21:04:14.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
62902026-09-11T21:04:16.094Z[ recovery-image] Sep 11 21:04:14.875 INFO O| Sep 11 21:04:14.875 INFO STEP 157 (remove_files) COMPLETE
62912026-09-11T21:04:16.099Z[ recovery-image] Sep 11 21:04:14.875 INFO O| Sep 11 21:04:14.875 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-09-11T21:04:16.104Z[ recovery-image] Sep 11 21:04:14.885 INFO O| Sep 11 21:04:14.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
62932026-09-11T21:04:16.104Z[ recovery-image] Sep 11 21:04:14.885 INFO O| Sep 11 21:04:14.885 INFO STEP 158 (remove_files) COMPLETE
62942026-09-11T21:04:16.104Z[ recovery-image] Sep 11 21:04:14.885 INFO O| Sep 11 21:04:14.885 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-09-11T21:04:16.114Z[ recovery-image] Sep 11 21:04:14.895 INFO O| Sep 11 21:04:14.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
62962026-09-11T21:04:16.114Z[ recovery-image] Sep 11 21:04:14.895 INFO O| Sep 11 21:04:14.895 INFO STEP 159 (remove_files) COMPLETE
62972026-09-11T21:04:16.114Z[ recovery-image] Sep 11 21:04:14.895 INFO O| Sep 11 21:04:14.895 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-09-11T21:04:16.124Z[ recovery-image] Sep 11 21:04:14.905 INFO O| Sep 11 21:04:14.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
62992026-09-11T21:04:16.124Z[ recovery-image] Sep 11 21:04:14.905 INFO O| Sep 11 21:04:14.905 INFO STEP 160 (remove_files) COMPLETE
63002026-09-11T21:04:16.124Z[ recovery-image] Sep 11 21:04:14.905 INFO O| Sep 11 21:04:14.905 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-09-11T21:04:16.134Z[ recovery-image] Sep 11 21:04:14.915 INFO O| Sep 11 21:04:14.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
63022026-09-11T21:04:16.134Z[ recovery-image] Sep 11 21:04:14.915 INFO O| Sep 11 21:04:14.915 INFO STEP 161 (remove_files) COMPLETE
63032026-09-11T21:04:16.134Z[ recovery-image] Sep 11 21:04:14.915 INFO O| Sep 11 21:04:14.915 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-09-11T21:04:16.155Z[ recovery-image] Sep 11 21:04:14.925 INFO O| Sep 11 21:04:14.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
63052026-09-11T21:04:16.156Z[ recovery-image] Sep 11 21:04:14.925 INFO O| Sep 11 21:04:14.925 INFO STEP 162 (remove_files) COMPLETE
63062026-09-11T21:04:16.156Z[ recovery-image] Sep 11 21:04:14.925 INFO O| Sep 11 21:04:14.925 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-09-11T21:04:16.182Z[ recovery-image] Sep 11 21:04:14.936 INFO O| Sep 11 21:04:14.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
63082026-09-11T21:04:16.182Z[ recovery-image] Sep 11 21:04:14.936 INFO O| Sep 11 21:04:14.936 INFO STEP 163 (remove_files) COMPLETE
63092026-09-11T21:04:16.182Z[ recovery-image] Sep 11 21:04:14.936 INFO O| Sep 11 21:04:14.936 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.946 INFO O| Sep 11 21:04:14.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
63112026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.946 INFO O| Sep 11 21:04:14.946 INFO STEP 164 (remove_files) COMPLETE
63122026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.946 INFO O| Sep 11 21:04:14.946 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.954 INFO O| Sep 11 21:04:14.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
63142026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.954 INFO O| Sep 11 21:04:14.954 INFO STEP 165 (remove_files) COMPLETE
63152026-09-11T21:04:16.209Z[ recovery-image] Sep 11 21:04:14.954 INFO O| Sep 11 21:04:14.954 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-09-11T21:04:16.222Z[ recovery-image] Sep 11 21:04:14.999 INFO O| Sep 11 21:04:14.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
63172026-09-11T21:04:16.222Z[ recovery-image] Sep 11 21:04:14.999 INFO O| Sep 11 21:04:14.999 INFO STEP 166 (remove_files) COMPLETE
63182026-09-11T21:04:16.247Z[ recovery-image] Sep 11 21:04:14.999 INFO O| Sep 11 21:04:14.999 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.010 INFO O| Sep 11 21:04:15.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
63202026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.010 INFO O| Sep 11 21:04:15.010 INFO STEP 167 (remove_files) COMPLETE
63212026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.010 INFO O| Sep 11 21:04:15.010 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.019 INFO O| Sep 11 21:04:15.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
63232026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.020 INFO O| Sep 11 21:04:15.020 INFO STEP 168 (remove_files) COMPLETE
63242026-09-11T21:04:16.257Z[ recovery-image] Sep 11 21:04:15.020 INFO O| Sep 11 21:04:15.020 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-09-11T21:04:16.290Z[ recovery-image] Sep 11 21:04:15.046 INFO O| Sep 11 21:04:15.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
63262026-09-11T21:04:16.291Z[ recovery-image] Sep 11 21:04:15.046 INFO O| Sep 11 21:04:15.046 INFO STEP 169 (remove_files) COMPLETE
63272026-09-11T21:04:16.296Z[ recovery-image] Sep 11 21:04:15.046 INFO O| Sep 11 21:04:15.046 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-09-11T21:04:16.296Z[ recovery-image] Sep 11 21:04:15.062 INFO O| Sep 11 21:04:15.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
63292026-09-11T21:04:16.296Z[ recovery-image] Sep 11 21:04:15.062 INFO O| Sep 11 21:04:15.062 INFO STEP 170 (remove_files) COMPLETE
63302026-09-11T21:04:16.296Z[ recovery-image] Sep 11 21:04:15.062 INFO O| Sep 11 21:04:15.062 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-09-11T21:04:16.296Z[ recovery-image] Sep 11 21:04:15.073 INFO O| Sep 11 21:04:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
63322026-09-11T21:04:16.297Z[ recovery-image] Sep 11 21:04:15.073 INFO O| Sep 11 21:04:15.073 INFO STEP 171 (remove_files) COMPLETE
63332026-09-11T21:04:16.297Z[ recovery-image] Sep 11 21:04:15.073 INFO O| Sep 11 21:04:15.073 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-11T21:04:16.304Z[ recovery-image] Sep 11 21:04:15.084 INFO O| Sep 11 21:04:15.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
63352026-09-11T21:04:16.304Z[ recovery-image] Sep 11 21:04:15.084 INFO O| Sep 11 21:04:15.084 INFO STEP 172 (remove_files) COMPLETE
63362026-09-11T21:04:16.320Z[ recovery-image] Sep 11 21:04:15.084 INFO O| Sep 11 21:04:15.084 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.094 INFO O| Sep 11 21:04:15.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
63382026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.094 INFO O| Sep 11 21:04:15.094 INFO STEP 173 (remove_files) COMPLETE
63392026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.094 INFO O| Sep 11 21:04:15.094 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.102 INFO O| Sep 11 21:04:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
63412026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.102 INFO O| Sep 11 21:04:15.102 INFO STEP 174 (remove_files) COMPLETE
63422026-09-11T21:04:16.414Z[ recovery-image] Sep 11 21:04:15.102 INFO O| Sep 11 21:04:15.102 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.110 INFO O| Sep 11 21:04:15.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
63442026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.110 INFO O| Sep 11 21:04:15.110 INFO STEP 175 (remove_files) COMPLETE
63452026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.111 INFO O| Sep 11 21:04:15.110 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.120 INFO O| Sep 11 21:04:15.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
63472026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.121 INFO O| Sep 11 21:04:15.121 INFO STEP 176 (remove_files) COMPLETE
63482026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.121 INFO O| Sep 11 21:04:15.121 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-11T21:04:16.494Z[ recovery-image] Sep 11 21:04:15.130 INFO O| Sep 11 21:04:15.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
63502026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.130 INFO O| Sep 11 21:04:15.130 INFO STEP 177 (remove_files) COMPLETE
63512026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.130 INFO O| Sep 11 21:04:15.130 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.139 INFO O| Sep 11 21:04:15.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
63532026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.140 INFO O| Sep 11 21:04:15.140 INFO STEP 178 (remove_files) COMPLETE
63542026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.140 INFO O| Sep 11 21:04:15.140 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.151 INFO O| Sep 11 21:04:15.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
63562026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.151 INFO O| Sep 11 21:04:15.151 INFO STEP 179 (remove_files) COMPLETE
63572026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.151 INFO O| Sep 11 21:04:15.151 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.160 INFO O| Sep 11 21:04:15.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
63592026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.160 INFO O| Sep 11 21:04:15.160 INFO STEP 180 (remove_files) COMPLETE
63602026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.160 INFO O| Sep 11 21:04:15.160 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.169 INFO O| Sep 11 21:04:15.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
63622026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.169 INFO O| Sep 11 21:04:15.169 INFO STEP 181 (remove_files) COMPLETE
63632026-09-11T21:04:16.495Z[ recovery-image] Sep 11 21:04:15.169 INFO O| Sep 11 21:04:15.169 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-11T21:04:16.497Z[ recovery-image] Sep 11 21:04:15.178 INFO O| Sep 11 21:04:15.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
63652026-09-11T21:04:16.497Z[ recovery-image] Sep 11 21:04:15.179 INFO O| Sep 11 21:04:15.179 INFO STEP 182 (remove_files) COMPLETE
63662026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.179 INFO O| Sep 11 21:04:15.179 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.188 INFO O| Sep 11 21:04:15.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
63682026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.188 INFO O| Sep 11 21:04:15.188 INFO STEP 183 (remove_files) COMPLETE
63692026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.188 INFO O| Sep 11 21:04:15.188 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.197 INFO O| Sep 11 21:04:15.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
63712026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.197 INFO O| Sep 11 21:04:15.197 INFO STEP 184 (remove_files) COMPLETE
63722026-09-11T21:04:16.498Z[ recovery-image] Sep 11 21:04:15.197 INFO O| Sep 11 21:04:15.197 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.206 INFO O| Sep 11 21:04:15.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
63742026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.206 INFO O| Sep 11 21:04:15.206 INFO STEP 185 (remove_files) COMPLETE
63752026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.206 INFO O| Sep 11 21:04:15.206 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.216 INFO O| Sep 11 21:04:15.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
63772026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.216 INFO O| Sep 11 21:04:15.216 INFO STEP 186 (remove_files) COMPLETE
63782026-09-11T21:04:16.512Z[ recovery-image] Sep 11 21:04:15.216 INFO O| Sep 11 21:04:15.216 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.225 INFO O| Sep 11 21:04:15.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
63802026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.225 INFO O| Sep 11 21:04:15.225 INFO STEP 187 (remove_files) COMPLETE
63812026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.225 INFO O| Sep 11 21:04:15.225 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.236 INFO O| Sep 11 21:04:15.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
63832026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.236 INFO O| Sep 11 21:04:15.236 INFO STEP 188 (remove_files) COMPLETE
63842026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.236 INFO O| Sep 11 21:04:15.236 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.246 INFO O| Sep 11 21:04:15.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
63862026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.246 INFO O| Sep 11 21:04:15.246 INFO STEP 189 (remove_files) COMPLETE
63872026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.246 INFO O| Sep 11 21:04:15.246 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.255 INFO O| Sep 11 21:04:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
63892026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.255 INFO O| Sep 11 21:04:15.255 INFO STEP 190 (remove_files) COMPLETE
63902026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.255 INFO O| Sep 11 21:04:15.255 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.264 INFO O| Sep 11 21:04:15.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
63922026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.264 INFO O| Sep 11 21:04:15.264 INFO STEP 191 (remove_files) COMPLETE
63932026-09-11T21:04:16.513Z[ recovery-image] Sep 11 21:04:15.264 INFO O| Sep 11 21:04:15.264 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.273 INFO O| Sep 11 21:04:15.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
63952026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.273 INFO O| Sep 11 21:04:15.273 INFO STEP 192 (remove_files) COMPLETE
63962026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.273 INFO O| Sep 11 21:04:15.273 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.283 INFO O| Sep 11 21:04:15.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
63982026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.283 INFO O| Sep 11 21:04:15.283 INFO STEP 193 (remove_files) COMPLETE
63992026-09-11T21:04:16.514Z[ recovery-image] Sep 11 21:04:15.283 INFO O| Sep 11 21:04:15.283 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-11T21:04:16.553Z[ recovery-image] Sep 11 21:04:15.292 INFO O| Sep 11 21:04:15.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
64012026-09-11T21:04:16.553Z[ recovery-image] Sep 11 21:04:15.292 INFO O| Sep 11 21:04:15.292 INFO STEP 194 (remove_files) COMPLETE
64022026-09-11T21:04:16.553Z[ recovery-image] Sep 11 21:04:15.292 INFO O| Sep 11 21:04:15.292 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.301 INFO O| Sep 11 21:04:15.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
64042026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.301 INFO O| Sep 11 21:04:15.301 INFO STEP 195 (remove_files) COMPLETE
64052026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.301 INFO O| Sep 11 21:04:15.301 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.309 INFO O| Sep 11 21:04:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
64072026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.309 INFO O| Sep 11 21:04:15.309 INFO STEP 196 (remove_files) COMPLETE
64082026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.309 INFO O| Sep 11 21:04:15.309 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.319 INFO O| Sep 11 21:04:15.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
64102026-09-11T21:04:16.583Z[ recovery-image] Sep 11 21:04:15.319 INFO O| Sep 11 21:04:15.319 INFO STEP 197 (remove_files) COMPLETE
64112026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.319 INFO O| Sep 11 21:04:15.319 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.328 INFO O| Sep 11 21:04:15.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
64132026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.329 INFO O| Sep 11 21:04:15.328 INFO STEP 198 (remove_files) COMPLETE
64142026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.329 INFO O| Sep 11 21:04:15.328 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.338 INFO O| Sep 11 21:04:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
64162026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.338 INFO O| Sep 11 21:04:15.338 INFO STEP 199 (remove_files) COMPLETE
64172026-09-11T21:04:16.584Z[ recovery-image] Sep 11 21:04:15.338 INFO O| Sep 11 21:04:15.338 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.348 INFO O| Sep 11 21:04:15.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
64192026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.348 INFO O| Sep 11 21:04:15.348 INFO STEP 200 (remove_files) COMPLETE
64202026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.348 INFO O| Sep 11 21:04:15.348 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-11T21:04:16.604Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64222026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.359 INFO O| Sep 11 21:04:15.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
64232026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.359 INFO O| Sep 11 21:04:15.359 INFO STEP 201 (remove_files) COMPLETE
64242026-09-11T21:04:16.604Z[ recovery-image] Sep 11 21:04:15.359 INFO O| Sep 11 21:04:15.359 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.371 INFO O| Sep 11 21:04:15.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
64262026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.371 INFO O| Sep 11 21:04:15.371 INFO STEP 202 (remove_files) COMPLETE
64272026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.371 INFO O| Sep 11 21:04:15.371 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.382 INFO O| Sep 11 21:04:15.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
64292026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.382 INFO O| Sep 11 21:04:15.382 INFO STEP 203 (remove_files) COMPLETE
64302026-09-11T21:04:16.627Z[ recovery-image] Sep 11 21:04:15.382 INFO O| Sep 11 21:04:15.382 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-11T21:04:16.666Z[ recovery-image] Sep 11 21:04:15.392 INFO O| Sep 11 21:04:15.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
64322026-09-11T21:04:16.667Z[ recovery-image] Sep 11 21:04:15.392 INFO O| Sep 11 21:04:15.392 INFO STEP 204 (remove_files) COMPLETE
64332026-09-11T21:04:16.667Z[ recovery-image] Sep 11 21:04:15.392 INFO O| Sep 11 21:04:15.392 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-09-11T21:04:16.667Z[ recovery-image] Sep 11 21:04:15.402 INFO O| Sep 11 21:04:15.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
64352026-09-11T21:04:16.667Z[ recovery-image] Sep 11 21:04:15.402 INFO O| Sep 11 21:04:15.402 INFO STEP 205 (remove_files) COMPLETE
64362026-09-11T21:04:16.667Z[ recovery-image] Sep 11 21:04:15.402 INFO O| Sep 11 21:04:15.402 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.413 INFO O| Sep 11 21:04:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
64382026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.413 INFO O| Sep 11 21:04:15.413 INFO STEP 206 (remove_files) COMPLETE
64392026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.413 INFO O| Sep 11 21:04:15.413 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.423 INFO O| Sep 11 21:04:15.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
64412026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.423 INFO O| Sep 11 21:04:15.423 INFO STEP 207 (remove_files) COMPLETE
64422026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.423 INFO O| Sep 11 21:04:15.423 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.432 INFO O| Sep 11 21:04:15.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
64442026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.432 INFO O| Sep 11 21:04:15.432 INFO STEP 208 (remove_files) COMPLETE
64452026-09-11T21:04:16.695Z[ recovery-image] Sep 11 21:04:15.432 INFO O| Sep 11 21:04:15.432 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.441 INFO O| Sep 11 21:04:15.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
64472026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.441 INFO O| Sep 11 21:04:15.441 INFO STEP 209 (remove_files) COMPLETE
64482026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.441 INFO O| Sep 11 21:04:15.441 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.451 INFO O| Sep 11 21:04:15.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
64502026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.451 INFO O| Sep 11 21:04:15.451 INFO STEP 210 (remove_files) COMPLETE
64512026-09-11T21:04:16.696Z[ recovery-image] Sep 11 21:04:15.451 INFO O| Sep 11 21:04:15.451 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-09-11T21:04:16.710Z[ recovery-image] Sep 11 21:04:15.460 INFO O| Sep 11 21:04:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
64532026-09-11T21:04:16.710Z[ recovery-image] Sep 11 21:04:15.460 INFO O| Sep 11 21:04:15.460 INFO STEP 211 (remove_files) COMPLETE
64542026-09-11T21:04:16.710Z[ recovery-image] Sep 11 21:04:15.460 INFO O| Sep 11 21:04:15.460 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.470 INFO O| Sep 11 21:04:15.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
64562026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.470 INFO O| Sep 11 21:04:15.470 INFO STEP 212 (remove_files) COMPLETE
64572026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.470 INFO O| Sep 11 21:04:15.470 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.480 INFO O| Sep 11 21:04:15.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
64592026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.480 INFO O| Sep 11 21:04:15.480 INFO STEP 213 (remove_files) COMPLETE
64602026-09-11T21:04:16.711Z[ recovery-image] Sep 11 21:04:15.480 INFO O| Sep 11 21:04:15.480 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-09-11T21:04:16.863Z[ recovery-image] Sep 11 21:04:15.489 INFO O| Sep 11 21:04:15.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
64622026-09-11T21:04:16.863Z[ recovery-image] Sep 11 21:04:15.489 INFO O| Sep 11 21:04:15.489 INFO STEP 214 (remove_files) COMPLETE
64632026-09-11T21:04:16.863Z[ recovery-image] Sep 11 21:04:15.489 INFO O| Sep 11 21:04:15.489 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.498 INFO O| Sep 11 21:04:15.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
64652026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.498 INFO O| Sep 11 21:04:15.498 INFO STEP 215 (remove_files) COMPLETE
64662026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.498 INFO O| Sep 11 21:04:15.498 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.506 INFO O| Sep 11 21:04:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
64682026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.507 INFO O| Sep 11 21:04:15.507 INFO STEP 216 (remove_files) COMPLETE
64692026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.507 INFO O| Sep 11 21:04:15.507 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.519 INFO O| Sep 11 21:04:15.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
64712026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.519 INFO O| Sep 11 21:04:15.519 INFO STEP 217 (remove_files) COMPLETE
64722026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.519 INFO O| Sep 11 21:04:15.519 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.530 INFO O| Sep 11 21:04:15.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
64742026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.530 INFO O| Sep 11 21:04:15.530 INFO STEP 218 (remove_files) COMPLETE
64752026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.530 INFO O| Sep 11 21:04:15.530 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.540 INFO O| Sep 11 21:04:15.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
64772026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.541 INFO O| Sep 11 21:04:15.541 INFO STEP 219 (remove_files) COMPLETE
64782026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.541 INFO O| Sep 11 21:04:15.541 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.551 INFO O| Sep 11 21:04:15.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
64802026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.551 INFO O| Sep 11 21:04:15.551 INFO STEP 220 (remove_files) COMPLETE
64812026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.551 INFO O| Sep 11 21:04:15.551 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.562 INFO O| Sep 11 21:04:15.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
64832026-09-11T21:04:16.899Z[ recovery-image] Sep 11 21:04:15.562 INFO O| Sep 11 21:04:15.562 INFO STEP 221 (remove_files) COMPLETE
64842026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.562 INFO O| Sep 11 21:04:15.562 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.572 INFO O| Sep 11 21:04:15.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
64862026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.572 INFO O| Sep 11 21:04:15.572 INFO STEP 222 (remove_files) COMPLETE
64872026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.572 INFO O| Sep 11 21:04:15.572 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.583 INFO O| Sep 11 21:04:15.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
64892026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.584 INFO O| Sep 11 21:04:15.584 INFO STEP 223 (remove_files) COMPLETE
64902026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.584 INFO O| Sep 11 21:04:15.584 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.593 INFO O| Sep 11 21:04:15.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
64922026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.593 INFO O| Sep 11 21:04:15.593 INFO STEP 224 (remove_files) COMPLETE
64932026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.593 INFO O| Sep 11 21:04:15.593 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.601 INFO O| Sep 11 21:04:15.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
64952026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.601 INFO O| Sep 11 21:04:15.601 INFO STEP 225 (remove_files) COMPLETE
64962026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.601 INFO O| Sep 11 21:04:15.601 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.611 INFO O| Sep 11 21:04:15.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
64982026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.611 INFO O| Sep 11 21:04:15.611 INFO STEP 226 (remove_files) COMPLETE
64992026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.611 INFO O| Sep 11 21:04:15.611 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.620 INFO O| Sep 11 21:04:15.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
65012026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.620 INFO O| Sep 11 21:04:15.620 INFO STEP 227 (remove_files) COMPLETE
65022026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.620 INFO O| Sep 11 21:04:15.620 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.630 INFO O| Sep 11 21:04:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
65042026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.630 INFO O| Sep 11 21:04:15.630 INFO STEP 228 (remove_files) COMPLETE
65052026-09-11T21:04:16.900Z[ recovery-image] Sep 11 21:04:15.630 INFO O| Sep 11 21:04:15.630 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-11T21:04:16.901Z[ recovery-image] Sep 11 21:04:15.642 INFO O| Sep 11 21:04:15.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
65072026-09-11T21:04:16.901Z[ recovery-image] Sep 11 21:04:15.642 INFO O| Sep 11 21:04:15.642 INFO STEP 229 (remove_files) COMPLETE
65082026-09-11T21:04:16.901Z[ recovery-image] Sep 11 21:04:15.642 INFO O| Sep 11 21:04:15.642 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-11T21:04:16.920Z[ recovery-image] Sep 11 21:04:15.652 INFO O| Sep 11 21:04:15.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
65102026-09-11T21:04:16.920Z[ recovery-image] Sep 11 21:04:15.652 INFO O| Sep 11 21:04:15.652 INFO STEP 230 (remove_files) COMPLETE
65112026-09-11T21:04:16.920Z[ recovery-image] Sep 11 21:04:15.652 INFO O| Sep 11 21:04:15.652 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-11T21:04:16.920Z[ recovery-image] Sep 11 21:04:15.662 INFO O| Sep 11 21:04:15.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
65132026-09-11T21:04:16.920Z[ recovery-image] Sep 11 21:04:15.662 INFO O| Sep 11 21:04:15.662 INFO STEP 231 (remove_files) COMPLETE
65142026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.662 INFO O| Sep 11 21:04:15.662 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.671 INFO O| Sep 11 21:04:15.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
65162026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.672 INFO O| Sep 11 21:04:15.672 INFO STEP 232 (remove_files) COMPLETE
65172026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.672 INFO O| Sep 11 21:04:15.672 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.682 INFO O| Sep 11 21:04:15.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
65192026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.682 INFO O| Sep 11 21:04:15.682 INFO STEP 233 (remove_files) COMPLETE
65202026-09-11T21:04:16.921Z[ recovery-image] Sep 11 21:04:15.682 INFO O| Sep 11 21:04:15.682 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.693 INFO O| Sep 11 21:04:15.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
65222026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.693 INFO O| Sep 11 21:04:15.693 INFO STEP 234 (remove_files) COMPLETE
65232026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.693 INFO O| Sep 11 21:04:15.693 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.704 INFO O| Sep 11 21:04:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
65252026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.704 INFO O| Sep 11 21:04:15.704 INFO STEP 235 (remove_files) COMPLETE
65262026-09-11T21:04:17.094Z[ recovery-image] Sep 11 21:04:15.704 INFO O| Sep 11 21:04:15.704 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-09-11T21:04:17.445Z[ recovery-image] Sep 11 21:04:15.715 INFO O| Sep 11 21:04:15.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
65282026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.715 INFO O| Sep 11 21:04:15.715 INFO STEP 236 (remove_files) COMPLETE
65292026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.715 INFO O| Sep 11 21:04:15.715 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.726 INFO O| Sep 11 21:04:15.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
65312026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.726 INFO O| Sep 11 21:04:15.726 INFO STEP 237 (remove_files) COMPLETE
65322026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.726 INFO O| Sep 11 21:04:15.726 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.735 INFO O| Sep 11 21:04:15.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
65342026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.735 INFO O| Sep 11 21:04:15.735 INFO STEP 238 (remove_files) COMPLETE
65352026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.735 INFO O| Sep 11 21:04:15.735 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.745 INFO O| Sep 11 21:04:15.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
65372026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.745 INFO O| Sep 11 21:04:15.745 INFO STEP 239 (remove_files) COMPLETE
65382026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.745 INFO O| Sep 11 21:04:15.745 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-09-11T21:04:17.446Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65402026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.753 INFO O| Sep 11 21:04:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
65412026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.753 INFO O| Sep 11 21:04:15.753 INFO STEP 240 (remove_files) COMPLETE
65422026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.753 INFO O| Sep 11 21:04:15.753 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.762 INFO O| Sep 11 21:04:15.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
65442026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.763 INFO O| Sep 11 21:04:15.763 INFO STEP 241 (remove_files) COMPLETE
65452026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.763 INFO O| Sep 11 21:04:15.763 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.774 INFO O| Sep 11 21:04:15.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
65472026-09-11T21:04:17.446Z[ recovery-image] Sep 11 21:04:15.774 INFO O| Sep 11 21:04:15.774 INFO STEP 242 (remove_files) COMPLETE
65482026-09-11T21:04:17.448Z[ recovery-image] Sep 11 21:04:15.774 INFO O| Sep 11 21:04:15.774 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-11T21:04:17.448Z[ recovery-image] Sep 11 21:04:15.783 INFO O| Sep 11 21:04:15.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
65502026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.783 INFO O| Sep 11 21:04:15.783 INFO STEP 243 (remove_files) COMPLETE
65512026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.783 INFO O| Sep 11 21:04:15.783 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.795 INFO O| Sep 11 21:04:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
65532026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.795 INFO O| Sep 11 21:04:15.795 INFO STEP 244 (remove_files) COMPLETE
65542026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.795 INFO O| Sep 11 21:04:15.795 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.805 INFO O| Sep 11 21:04:15.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
65562026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.805 INFO O| Sep 11 21:04:15.805 INFO STEP 245 (remove_files) COMPLETE
65572026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.805 INFO O| Sep 11 21:04:15.805 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.824 INFO O| Sep 11 21:04:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
65592026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.824 INFO O| Sep 11 21:04:15.824 INFO STEP 246 (remove_files) COMPLETE
65602026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.824 INFO O| Sep 11 21:04:15.824 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.832 INFO O| Sep 11 21:04:15.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
65622026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.832 INFO O| Sep 11 21:04:15.832 INFO STEP 247 (remove_files) COMPLETE
65632026-09-11T21:04:17.449Z[ recovery-image] Sep 11 21:04:15.832 INFO O| Sep 11 21:04:15.832 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.841 INFO O| Sep 11 21:04:15.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
65652026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.844 INFO O| Sep 11 21:04:15.844 INFO STEP 248 (remove_files) COMPLETE
65662026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.844 INFO O| Sep 11 21:04:15.844 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.852 INFO O| Sep 11 21:04:15.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
65682026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.852 INFO O| Sep 11 21:04:15.852 INFO STEP 249 (remove_files) COMPLETE
65692026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.852 INFO O| Sep 11 21:04:15.852 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.864 INFO O| Sep 11 21:04:15.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
65712026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.864 INFO O| Sep 11 21:04:15.864 INFO STEP 250 (remove_files) COMPLETE
65722026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.864 INFO O| Sep 11 21:04:15.864 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.879 INFO O| Sep 11 21:04:15.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
65742026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.879 INFO O| Sep 11 21:04:15.879 INFO STEP 251 (remove_files) COMPLETE
65752026-09-11T21:04:17.451Z[ recovery-image] Sep 11 21:04:15.879 INFO O| Sep 11 21:04:15.879 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.890 INFO O| Sep 11 21:04:15.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
65772026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.890 INFO O| Sep 11 21:04:15.890 INFO STEP 252 (remove_files) COMPLETE
65782026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.890 INFO O| Sep 11 21:04:15.890 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.900 INFO O| Sep 11 21:04:15.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
65802026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.900 INFO O| Sep 11 21:04:15.900 INFO STEP 253 (remove_files) COMPLETE
65812026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.900 INFO O| Sep 11 21:04:15.900 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.909 INFO O| Sep 11 21:04:15.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
65832026-09-11T21:04:17.508Z[ recovery-image] Sep 11 21:04:15.909 INFO O| Sep 11 21:04:15.909 INFO STEP 254 (remove_files) COMPLETE
65842026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.909 INFO O| Sep 11 21:04:15.909 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.919 INFO O| Sep 11 21:04:15.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
65862026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.920 INFO O| Sep 11 21:04:15.920 INFO STEP 255 (remove_files) COMPLETE
65872026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.920 INFO O| Sep 11 21:04:15.920 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.945 INFO O| Sep 11 21:04:15.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
65892026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.945 INFO O| Sep 11 21:04:15.945 INFO STEP 256 (remove_files) COMPLETE
65902026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.945 INFO O| Sep 11 21:04:15.945 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.970 INFO O| creating archive...
65922026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.971 INFO O| Sep 11 21:04:15.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
65932026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.971 INFO O| Sep 11 21:04:15.971 INFO STEP 257 (remove_files) COMPLETE
65942026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.971 INFO O| Sep 11 21:04:15.971 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.980 INFO O| Sep 11 21:04:15.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
65962026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.980 INFO O| Sep 11 21:04:15.980 INFO STEP 258 (remove_files) COMPLETE
65972026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.980 INFO O| Sep 11 21:04:15.980 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.991 INFO O| Sep 11 21:04:15.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
65992026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.991 INFO O| Sep 11 21:04:15.991 INFO STEP 259 (remove_files) COMPLETE
66002026-09-11T21:04:17.509Z[ recovery-image] Sep 11 21:04:15.991 INFO O| Sep 11 21:04:15.991 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.992 INFO O| missing from packaging:
66022026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.992 INFO O| "etc/.pwd.lock"
66032026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.992 INFO O| "etc/bash"
66042026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/profile/generic.xml"
66052026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/profile/inetd_services.xml"
66062026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/profile/name_service.xml"
66072026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/profile/platform.xml"
66082026-09-11T21:04:17.509Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/profile/platform_omicron1.xml"
66092026-09-11T21:04:17.512Z[ host-image] Sep 11 21:04:15.996 INFO O| "etc/svc/repository.db"
66102026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.001 INFO O| Sep 11 21:04:16.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
66112026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.001 INFO O| Sep 11 21:04:16.001 INFO STEP 260 (remove_files) COMPLETE
66122026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.001 INFO O| Sep 11 21:04:16.001 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-11T21:04:17.513Z[ host-image] Sep 11 21:04:16.003 INFO O| "opt/ooce/share"
66142026-09-11T21:04:17.513Z[ host-image] Sep 11 21:04:16.003 INFO O| "opt/ooce/share/man"
66152026-09-11T21:04:17.513Z[ host-image] Sep 11 21:04:16.003 INFO O| "opt/ooce/share/man/man1"
66162026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.010 INFO O| Sep 11 21:04:16.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
66172026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.010 INFO O| Sep 11 21:04:16.010 INFO STEP 261 (remove_files) COMPLETE
66182026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.010 INFO O| Sep 11 21:04:16.010 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-11T21:04:17.513Z[ host-image] Sep 11 21:04:16.012 INFO O| finishing archive...
66202026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.025 INFO O| Sep 11 21:04:16.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
66212026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.025 INFO O| Sep 11 21:04:16.025 INFO STEP 262 (remove_files) COMPLETE
66222026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.025 INFO O| Sep 11 21:04:16.025 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.036 INFO O| Sep 11 21:04:16.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
66242026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.036 INFO O| Sep 11 21:04:16.036 INFO STEP 263 (remove_files) COMPLETE
66252026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.036 INFO O| Sep 11 21:04:16.036 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.052 INFO O| Sep 11 21:04:16.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
66272026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.052 INFO O| Sep 11 21:04:16.052 INFO STEP 264 (remove_files) COMPLETE
66282026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.052 INFO O| Sep 11 21:04:16.052 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.063 INFO O| Sep 11 21:04:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
66302026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.063 INFO O| Sep 11 21:04:16.063 INFO STEP 265 (remove_files) COMPLETE
66312026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.063 INFO O| Sep 11 21:04:16.063 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.073 INFO O| Sep 11 21:04:16.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
66332026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.073 INFO O| Sep 11 21:04:16.073 INFO STEP 266 (remove_files) COMPLETE
66342026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.073 INFO O| Sep 11 21:04:16.073 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.083 INFO O| Sep 11 21:04:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
66362026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.083 INFO O| Sep 11 21:04:16.083 INFO STEP 267 (remove_files) COMPLETE
66372026-09-11T21:04:17.513Z[ recovery-image] Sep 11 21:04:16.083 INFO O| Sep 11 21:04:16.083 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-11T21:04:17.514Z[ recovery-image] Sep 11 21:04:16.094 INFO O| Sep 11 21:04:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
66392026-09-11T21:04:17.514Z[ recovery-image] Sep 11 21:04:16.094 INFO O| Sep 11 21:04:16.094 INFO STEP 268 (remove_files) COMPLETE
66402026-09-11T21:04:17.514Z[ recovery-image] Sep 11 21:04:16.094 INFO O| Sep 11 21:04:16.094 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-11T21:04:17.514Z[ recovery-image] Sep 11 21:04:16.105 INFO O| Sep 11 21:04:16.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
66422026-09-11T21:04:17.514Z[ recovery-image] Sep 11 21:04:16.106 INFO O| Sep 11 21:04:16.106 INFO STEP 269 (remove_files) COMPLETE
66432026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.106 INFO O| Sep 11 21:04:16.106 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.116 INFO O| Sep 11 21:04:16.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
66452026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.116 INFO O| Sep 11 21:04:16.116 INFO STEP 270 (remove_files) COMPLETE
66462026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.116 INFO O| Sep 11 21:04:16.116 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.125 INFO O| Sep 11 21:04:16.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
66482026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.125 INFO O| Sep 11 21:04:16.125 INFO STEP 271 (remove_files) COMPLETE
66492026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.125 INFO O| Sep 11 21:04:16.125 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.136 INFO O| Sep 11 21:04:16.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
66512026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.136 INFO O| Sep 11 21:04:16.136 INFO STEP 272 (remove_files) COMPLETE
66522026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.136 INFO O| Sep 11 21:04:16.136 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.147 INFO O| Sep 11 21:04:16.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
66542026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.147 INFO O| Sep 11 21:04:16.147 INFO STEP 273 (remove_files) COMPLETE
66552026-09-11T21:04:17.515Z[ recovery-image] Sep 11 21:04:16.147 INFO O| Sep 11 21:04:16.147 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.156 INFO O| Sep 11 21:04:16.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
66572026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.156 INFO O| Sep 11 21:04:16.156 INFO STEP 274 (remove_files) COMPLETE
66582026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.156 INFO O| Sep 11 21:04:16.156 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.167 INFO O| Sep 11 21:04:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
66602026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.167 INFO O| Sep 11 21:04:16.167 INFO STEP 275 (remove_files) COMPLETE
66612026-09-11T21:04:17.516Z[ recovery-image] Sep 11 21:04:16.167 INFO O| Sep 11 21:04:16.167 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.175 INFO O| Sep 11 21:04:16.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
66632026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.175 INFO O| Sep 11 21:04:16.175 INFO STEP 276 (remove_files) COMPLETE
66642026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.175 INFO O| Sep 11 21:04:16.175 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.183 INFO O| Sep 11 21:04:16.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
66662026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.183 INFO O| Sep 11 21:04:16.183 INFO STEP 277 (remove_files) COMPLETE
66672026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.183 INFO O| Sep 11 21:04:16.183 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.190 INFO O| Sep 11 21:04:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
66692026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.190 INFO O| Sep 11 21:04:16.190 INFO STEP 278 (remove_files) COMPLETE
66702026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.191 INFO O| Sep 11 21:04:16.190 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.200 INFO O| Sep 11 21:04:16.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
66722026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.200 INFO O| Sep 11 21:04:16.200 INFO STEP 279 (remove_files) COMPLETE
66732026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.200 INFO O| Sep 11 21:04:16.200 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.211 INFO O| Sep 11 21:04:16.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
66752026-09-11T21:04:17.517Z[ recovery-image] Sep 11 21:04:16.211 INFO O| Sep 11 21:04:16.211 INFO STEP 280 (remove_files) COMPLETE
66762026-09-11T21:04:17.547Z[ recovery-image] Sep 11 21:04:16.211 INFO O| Sep 11 21:04:16.211 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-09-11T21:04:17.547Z[ recovery-image] Sep 11 21:04:16.221 INFO O| Sep 11 21:04:16.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
66782026-09-11T21:04:17.547Z[ recovery-image] Sep 11 21:04:16.221 INFO O| Sep 11 21:04:16.221 INFO STEP 281 (remove_files) COMPLETE
66792026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.221 INFO O| Sep 11 21:04:16.221 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.231 INFO O| Sep 11 21:04:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
66812026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.231 INFO O| Sep 11 21:04:16.231 INFO STEP 282 (remove_files) COMPLETE
66822026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.231 INFO O| Sep 11 21:04:16.231 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.240 INFO O| Sep 11 21:04:16.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
66842026-09-11T21:04:17.548Z[ recovery-image] Sep 11 21:04:16.240 INFO O| Sep 11 21:04:16.240 INFO STEP 283 (remove_files) COMPLETE
66852026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.240 INFO O| Sep 11 21:04:16.240 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.250 INFO O| Sep 11 21:04:16.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
66872026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.250 INFO O| Sep 11 21:04:16.250 INFO STEP 284 (remove_files) COMPLETE
66882026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.250 INFO O| Sep 11 21:04:16.250 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.259 INFO O| Sep 11 21:04:16.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
66902026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.259 INFO O| Sep 11 21:04:16.259 INFO STEP 285 (remove_files) COMPLETE
66912026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.259 INFO O| Sep 11 21:04:16.259 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.268 INFO O| Sep 11 21:04:16.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
66932026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.268 INFO O| Sep 11 21:04:16.268 INFO STEP 286 (remove_files) COMPLETE
66942026-09-11T21:04:17.549Z[ recovery-image] Sep 11 21:04:16.268 INFO O| Sep 11 21:04:16.268 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.279 INFO O| Sep 11 21:04:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
66962026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.279 INFO O| Sep 11 21:04:16.279 INFO STEP 287 (remove_files) COMPLETE
66972026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.279 INFO O| Sep 11 21:04:16.279 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.289 INFO O| Sep 11 21:04:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
66992026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.289 INFO O| Sep 11 21:04:16.289 INFO STEP 288 (remove_files) COMPLETE
67002026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.289 INFO O| Sep 11 21:04:16.289 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.298 INFO O| Sep 11 21:04:16.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
67022026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.298 INFO O| Sep 11 21:04:16.298 INFO STEP 289 (remove_files) COMPLETE
67032026-09-11T21:04:17.550Z[ recovery-image] Sep 11 21:04:16.298 INFO O| Sep 11 21:04:16.298 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.307 INFO O| Sep 11 21:04:16.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
67052026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.307 INFO O| Sep 11 21:04:16.307 INFO STEP 290 (remove_files) COMPLETE
67062026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.307 INFO O| Sep 11 21:04:16.307 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.316 INFO O| Sep 11 21:04:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
67082026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.316 INFO O| Sep 11 21:04:16.316 INFO STEP 291 (remove_files) COMPLETE
67092026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.316 INFO O| Sep 11 21:04:16.316 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.325 INFO O| Sep 11 21:04:16.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
67112026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.325 INFO O| Sep 11 21:04:16.325 INFO STEP 292 (remove_files) COMPLETE
67122026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.325 INFO O| Sep 11 21:04:16.325 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.333 INFO O| Sep 11 21:04:16.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
67142026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.333 INFO O| Sep 11 21:04:16.333 INFO STEP 293 (remove_files) COMPLETE
67152026-09-11T21:04:17.568Z[ recovery-image] Sep 11 21:04:16.333 INFO O| Sep 11 21:04:16.333 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.343 INFO O| Sep 11 21:04:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
67172026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.343 INFO O| Sep 11 21:04:16.343 INFO STEP 294 (remove_files) COMPLETE
67182026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.343 INFO O| Sep 11 21:04:16.343 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.352 INFO O| Sep 11 21:04:16.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
67202026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.352 INFO O| Sep 11 21:04:16.352 INFO STEP 295 (remove_files) COMPLETE
67212026-09-11T21:04:17.599Z[ recovery-image] Sep 11 21:04:16.352 INFO O| Sep 11 21:04:16.352 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-09-11T21:04:17.607Z[ recovery-image] Sep 11 21:04:16.362 INFO O| Sep 11 21:04:16.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
67232026-09-11T21:04:17.608Z[ recovery-image] Sep 11 21:04:16.362 INFO O| Sep 11 21:04:16.362 INFO STEP 296 (remove_files) COMPLETE
67242026-09-11T21:04:17.608Z[ recovery-image] Sep 11 21:04:16.362 INFO O| Sep 11 21:04:16.362 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-09-11T21:04:17.608Z[ recovery-image] Sep 11 21:04:16.372 INFO O| Sep 11 21:04:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
67262026-09-11T21:04:17.608Z[ recovery-image] Sep 11 21:04:16.372 INFO O| Sep 11 21:04:16.372 INFO STEP 297 (remove_files) COMPLETE
67272026-09-11T21:04:17.608Z[ recovery-image] Sep 11 21:04:16.372 INFO O| Sep 11 21:04:16.372 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-09-11T21:04:17.609Z[ recovery-image] Sep 11 21:04:16.381 INFO O| Sep 11 21:04:16.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
67292026-09-11T21:04:17.609Z[ recovery-image] Sep 11 21:04:16.381 INFO O| Sep 11 21:04:16.381 INFO STEP 298 (remove_files) COMPLETE
67302026-09-11T21:04:17.609Z[ recovery-image] Sep 11 21:04:16.381 INFO O| Sep 11 21:04:16.381 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-09-11T21:04:17.616Z[ recovery-image] Sep 11 21:04:16.390 INFO O| Sep 11 21:04:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
67322026-09-11T21:04:17.616Z[ recovery-image] Sep 11 21:04:16.390 INFO O| Sep 11 21:04:16.390 INFO STEP 299 (remove_files) COMPLETE
67332026-09-11T21:04:17.616Z[ recovery-image] Sep 11 21:04:16.390 INFO O| Sep 11 21:04:16.390 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-09-11T21:04:17.621Z[ recovery-image] Sep 11 21:04:16.399 INFO O| Sep 11 21:04:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
67352026-09-11T21:04:17.621Z[ recovery-image] Sep 11 21:04:16.399 INFO O| Sep 11 21:04:16.399 INFO STEP 300 (remove_files) COMPLETE
67362026-09-11T21:04:17.623Z[ recovery-image] Sep 11 21:04:16.399 INFO O| Sep 11 21:04:16.399 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-09-11T21:04:17.647Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67382026-09-11T21:04:17.647Z[ recovery-image] Sep 11 21:04:16.408 INFO O| Sep 11 21:04:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
67392026-09-11T21:04:17.649Z[ recovery-image] Sep 11 21:04:16.408 INFO O| Sep 11 21:04:16.408 INFO STEP 301 (remove_files) COMPLETE
67402026-09-11T21:04:17.649Z[ recovery-image] Sep 11 21:04:16.408 INFO O| Sep 11 21:04:16.408 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-11T21:04:17.649Z[ recovery-image] Sep 11 21:04:16.418 INFO O| Sep 11 21:04:16.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
67422026-09-11T21:04:17.649Z[ recovery-image] Sep 11 21:04:16.418 INFO O| Sep 11 21:04:16.418 INFO STEP 302 (remove_files) COMPLETE
67432026-09-11T21:04:17.649Z[ recovery-image] Sep 11 21:04:16.418 INFO O| Sep 11 21:04:16.418 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-11T21:04:17.664Z[ recovery-image] Sep 11 21:04:16.428 INFO O| Sep 11 21:04:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
67452026-09-11T21:04:17.664Z[ recovery-image] Sep 11 21:04:16.428 INFO O| Sep 11 21:04:16.428 INFO STEP 303 (remove_files) COMPLETE
67462026-09-11T21:04:17.664Z[ recovery-image] Sep 11 21:04:16.428 INFO O| Sep 11 21:04:16.428 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.436 INFO O| Sep 11 21:04:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
67482026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.437 INFO O| Sep 11 21:04:16.437 INFO STEP 304 (remove_files) COMPLETE
67492026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.437 INFO O| Sep 11 21:04:16.437 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.446 INFO O| Sep 11 21:04:16.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
67512026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.446 INFO O| Sep 11 21:04:16.446 INFO STEP 305 (remove_files) COMPLETE
67522026-09-11T21:04:17.672Z[ recovery-image] Sep 11 21:04:16.446 INFO O| Sep 11 21:04:16.446 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-09-11T21:04:17.685Z[ recovery-image] Sep 11 21:04:16.455 INFO O| Sep 11 21:04:16.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
67542026-09-11T21:04:17.687Z[ recovery-image] Sep 11 21:04:16.455 INFO O| Sep 11 21:04:16.455 INFO STEP 306 (remove_files) COMPLETE
67552026-09-11T21:04:17.687Z[ recovery-image] Sep 11 21:04:16.455 INFO O| Sep 11 21:04:16.455 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-09-11T21:04:17.698Z[ recovery-image] Sep 11 21:04:16.467 INFO O| Sep 11 21:04:16.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
67572026-09-11T21:04:17.698Z[ recovery-image] Sep 11 21:04:16.467 INFO O| Sep 11 21:04:16.467 INFO STEP 307 (remove_files) COMPLETE
67582026-09-11T21:04:17.698Z[ recovery-image] Sep 11 21:04:16.467 INFO O| Sep 11 21:04:16.467 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-09-11T21:04:17.706Z[ recovery-image] Sep 11 21:04:16.476 INFO O| Sep 11 21:04:16.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
67602026-09-11T21:04:17.706Z[ recovery-image] Sep 11 21:04:16.476 INFO O| Sep 11 21:04:16.476 INFO STEP 308 (remove_files) COMPLETE
67612026-09-11T21:04:17.706Z[ recovery-image] Sep 11 21:04:16.476 INFO O| Sep 11 21:04:16.476 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-09-11T21:04:17.710Z[ recovery-image] Sep 11 21:04:16.485 INFO O| Sep 11 21:04:16.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
67632026-09-11T21:04:17.710Z[ recovery-image] Sep 11 21:04:16.485 INFO O| Sep 11 21:04:16.485 INFO STEP 309 (remove_files) COMPLETE
67642026-09-11T21:04:17.710Z[ recovery-image] Sep 11 21:04:16.485 INFO O| Sep 11 21:04:16.485 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-09-11T21:04:17.720Z[ recovery-image] Sep 11 21:04:16.494 INFO O| Sep 11 21:04:16.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
67662026-09-11T21:04:17.720Z[ recovery-image] Sep 11 21:04:16.495 INFO O| Sep 11 21:04:16.494 INFO STEP 310 (remove_files) COMPLETE
67672026-09-11T21:04:17.720Z[ recovery-image] Sep 11 21:04:16.495 INFO O| Sep 11 21:04:16.494 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-09-11T21:04:17.725Z[ recovery-image] Sep 11 21:04:16.503 INFO O| Sep 11 21:04:16.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
67692026-09-11T21:04:17.726Z[ recovery-image] Sep 11 21:04:16.503 INFO O| Sep 11 21:04:16.503 INFO STEP 311 (remove_files) COMPLETE
67702026-09-11T21:04:17.726Z[ recovery-image] Sep 11 21:04:16.503 INFO O| Sep 11 21:04:16.503 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-09-11T21:04:17.731Z[ recovery-image] Sep 11 21:04:16.512 INFO O| Sep 11 21:04:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
67722026-09-11T21:04:17.731Z[ recovery-image] Sep 11 21:04:16.512 INFO O| Sep 11 21:04:16.512 INFO STEP 312 (remove_files) COMPLETE
67732026-09-11T21:04:17.731Z[ recovery-image] Sep 11 21:04:16.512 INFO O| Sep 11 21:04:16.512 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-09-11T21:04:17.749Z[ recovery-image] Sep 11 21:04:16.522 INFO O| Sep 11 21:04:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
67752026-09-11T21:04:17.749Z[ recovery-image] Sep 11 21:04:16.522 INFO O| Sep 11 21:04:16.522 INFO STEP 313 (remove_files) COMPLETE
67762026-09-11T21:04:17.749Z[ recovery-image] Sep 11 21:04:16.522 INFO O| Sep 11 21:04:16.522 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-09-11T21:04:17.754Z[ recovery-image] Sep 11 21:04:16.533 INFO O| Sep 11 21:04:16.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
67782026-09-11T21:04:17.754Z[ recovery-image] Sep 11 21:04:16.533 INFO O| Sep 11 21:04:16.533 INFO STEP 314 (remove_files) COMPLETE
67792026-09-11T21:04:17.754Z[ recovery-image] Sep 11 21:04:16.533 INFO O| Sep 11 21:04:16.533 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-09-11T21:04:17.761Z[ recovery-image] Sep 11 21:04:16.542 INFO O| Sep 11 21:04:16.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
67812026-09-11T21:04:17.761Z[ recovery-image] Sep 11 21:04:16.542 INFO O| Sep 11 21:04:16.542 INFO STEP 315 (remove_files) COMPLETE
67822026-09-11T21:04:17.765Z[ recovery-image] Sep 11 21:04:16.542 INFO O| Sep 11 21:04:16.542 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-09-11T21:04:17.770Z[ recovery-image] Sep 11 21:04:16.551 INFO O| Sep 11 21:04:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
67842026-09-11T21:04:17.770Z[ recovery-image] Sep 11 21:04:16.551 INFO O| Sep 11 21:04:16.551 INFO STEP 316 (remove_files) COMPLETE
67852026-09-11T21:04:17.770Z[ recovery-image] Sep 11 21:04:16.551 INFO O| Sep 11 21:04:16.551 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-09-11T21:04:17.786Z[ recovery-image] Sep 11 21:04:16.560 INFO O| Sep 11 21:04:16.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
67872026-09-11T21:04:17.786Z[ recovery-image] Sep 11 21:04:16.560 INFO O| Sep 11 21:04:16.560 INFO STEP 317 (remove_files) COMPLETE
67882026-09-11T21:04:17.786Z[ recovery-image] Sep 11 21:04:16.560 INFO O| Sep 11 21:04:16.560 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-09-11T21:04:17.792Z[ recovery-image] Sep 11 21:04:16.569 INFO O| Sep 11 21:04:16.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
67902026-09-11T21:04:17.792Z[ recovery-image] Sep 11 21:04:16.569 INFO O| Sep 11 21:04:16.569 INFO STEP 318 (remove_files) COMPLETE
67912026-09-11T21:04:17.792Z[ recovery-image] Sep 11 21:04:16.569 INFO O| Sep 11 21:04:16.569 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-09-11T21:04:17.817Z[ recovery-image] Sep 11 21:04:16.577 INFO O| Sep 11 21:04:16.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
67932026-09-11T21:04:17.818Z[ recovery-image] Sep 11 21:04:16.577 INFO O| Sep 11 21:04:16.577 INFO STEP 319 (remove_files) COMPLETE
67942026-09-11T21:04:17.818Z[ recovery-image] Sep 11 21:04:16.577 INFO O| Sep 11 21:04:16.577 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-09-11T21:04:17.830Z[ recovery-image] Sep 11 21:04:16.586 INFO O| Sep 11 21:04:16.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
67962026-09-11T21:04:17.830Z[ recovery-image] Sep 11 21:04:16.586 INFO O| Sep 11 21:04:16.586 INFO STEP 320 (remove_files) COMPLETE
67972026-09-11T21:04:17.830Z[ recovery-image] Sep 11 21:04:16.586 INFO O| Sep 11 21:04:16.586 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.594 INFO O| Sep 11 21:04:16.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
67992026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.594 INFO O| Sep 11 21:04:16.594 INFO STEP 321 (remove_files) COMPLETE
68002026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.594 INFO O| Sep 11 21:04:16.594 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.603 INFO O| Sep 11 21:04:16.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
68022026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.603 INFO O| Sep 11 21:04:16.603 INFO STEP 322 (remove_files) COMPLETE
68032026-09-11T21:04:17.831Z[ recovery-image] Sep 11 21:04:16.603 INFO O| Sep 11 21:04:16.603 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-11T21:04:17.844Z[ recovery-image] Sep 11 21:04:16.612 INFO O| Sep 11 21:04:16.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
68052026-09-11T21:04:17.845Z[ recovery-image] Sep 11 21:04:16.612 INFO O| Sep 11 21:04:16.612 INFO STEP 323 (remove_files) COMPLETE
68062026-09-11T21:04:17.845Z[ recovery-image] Sep 11 21:04:16.612 INFO O| Sep 11 21:04:16.612 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.621 INFO O| Sep 11 21:04:16.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
68082026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.621 INFO O| Sep 11 21:04:16.621 INFO STEP 324 (remove_files) COMPLETE
68092026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.621 INFO O| Sep 11 21:04:16.621 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.629 INFO O| Sep 11 21:04:16.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
68112026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.629 INFO O| Sep 11 21:04:16.629 INFO STEP 325 (remove_files) COMPLETE
68122026-09-11T21:04:17.869Z[ recovery-image] Sep 11 21:04:16.629 INFO O| Sep 11 21:04:16.629 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.639 INFO O| Sep 11 21:04:16.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
68142026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.639 INFO O| Sep 11 21:04:16.639 INFO STEP 326 (remove_files) COMPLETE
68152026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.639 INFO O| Sep 11 21:04:16.639 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-11T21:04:17.878Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
68172026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.648 INFO O| Sep 11 21:04:16.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
68182026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.648 INFO O| Sep 11 21:04:16.648 INFO STEP 327 (remove_files) COMPLETE
68192026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.648 INFO O| Sep 11 21:04:16.648 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.656 INFO O| Sep 11 21:04:16.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
68212026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.656 INFO O| Sep 11 21:04:16.656 INFO STEP 328 (remove_files) COMPLETE
68222026-09-11T21:04:17.878Z[ recovery-image] Sep 11 21:04:16.656 INFO O| Sep 11 21:04:16.656 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-11T21:04:17.888Z[ recovery-image] Sep 11 21:04:16.665 INFO O| Sep 11 21:04:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
68242026-09-11T21:04:17.893Z[ recovery-image] Sep 11 21:04:16.665 INFO O| Sep 11 21:04:16.665 INFO STEP 329 (remove_files) COMPLETE
68252026-09-11T21:04:17.893Z[ recovery-image] Sep 11 21:04:16.665 INFO O| Sep 11 21:04:16.665 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-11T21:04:17.894Z[ recovery-image] Sep 11 21:04:16.673 INFO O| Sep 11 21:04:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
68272026-09-11T21:04:17.895Z[ recovery-image] Sep 11 21:04:16.673 INFO O| Sep 11 21:04:16.673 INFO STEP 330 (remove_files) COMPLETE
68282026-09-11T21:04:17.895Z[ recovery-image] Sep 11 21:04:16.673 INFO O| Sep 11 21:04:16.673 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-11T21:04:17.910Z[ recovery-image] Sep 11 21:04:16.683 INFO O| Sep 11 21:04:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
68302026-09-11T21:04:17.910Z[ recovery-image] Sep 11 21:04:16.684 INFO O| Sep 11 21:04:16.684 INFO STEP 331 (remove_files) COMPLETE
68312026-09-11T21:04:17.924Z[ recovery-image] Sep 11 21:04:16.684 INFO O| Sep 11 21:04:16.684 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-11T21:04:17.924Z[ recovery-image] Sep 11 21:04:16.693 INFO O| Sep 11 21:04:16.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
68332026-09-11T21:04:17.924Z[ recovery-image] Sep 11 21:04:16.693 INFO O| Sep 11 21:04:16.693 INFO STEP 332 (remove_files) COMPLETE
68342026-09-11T21:04:17.924Z[ recovery-image] Sep 11 21:04:16.693 INFO O| Sep 11 21:04:16.693 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-11T21:04:17.932Z[ recovery-image] Sep 11 21:04:16.703 INFO O| Sep 11 21:04:16.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
68362026-09-11T21:04:17.932Z[ recovery-image] Sep 11 21:04:16.703 INFO O| Sep 11 21:04:16.703 INFO STEP 333 (remove_files) COMPLETE
68372026-09-11T21:04:17.932Z[ recovery-image] Sep 11 21:04:16.703 INFO O| Sep 11 21:04:16.703 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-09-11T21:04:17.937Z[ recovery-image] Sep 11 21:04:16.712 INFO O| Sep 11 21:04:16.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
68392026-09-11T21:04:17.937Z[ recovery-image] Sep 11 21:04:16.712 INFO O| Sep 11 21:04:16.712 INFO STEP 334 (remove_files) COMPLETE
68402026-09-11T21:04:17.937Z[ recovery-image] Sep 11 21:04:16.712 INFO O| Sep 11 21:04:16.712 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-09-11T21:04:17.942Z[ recovery-image] Sep 11 21:04:16.721 INFO O| Sep 11 21:04:16.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
68422026-09-11T21:04:17.942Z[ recovery-image] Sep 11 21:04:16.721 INFO O| Sep 11 21:04:16.721 INFO STEP 335 (remove_files) COMPLETE
68432026-09-11T21:04:17.942Z[ recovery-image] Sep 11 21:04:16.721 INFO O| Sep 11 21:04:16.721 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-09-11T21:04:17.951Z[ recovery-image] Sep 11 21:04:16.732 INFO O| Sep 11 21:04:16.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
68452026-09-11T21:04:17.951Z[ recovery-image] Sep 11 21:04:16.732 INFO O| Sep 11 21:04:16.732 INFO STEP 336 (remove_files) COMPLETE
68462026-09-11T21:04:17.955Z[ recovery-image] Sep 11 21:04:16.732 INFO O| Sep 11 21:04:16.732 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-09-11T21:04:17.961Z[ recovery-image] Sep 11 21:04:16.742 INFO O| Sep 11 21:04:16.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
68482026-09-11T21:04:17.961Z[ recovery-image] Sep 11 21:04:16.742 INFO O| Sep 11 21:04:16.742 INFO STEP 337 (remove_files) COMPLETE
68492026-09-11T21:04:17.961Z[ recovery-image] Sep 11 21:04:16.742 INFO O| Sep 11 21:04:16.742 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-09-11T21:04:17.970Z[ recovery-image] Sep 11 21:04:16.751 INFO O| Sep 11 21:04:16.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
68512026-09-11T21:04:17.970Z[ recovery-image] Sep 11 21:04:16.751 INFO O| Sep 11 21:04:16.751 INFO STEP 338 (remove_files) COMPLETE
68522026-09-11T21:04:17.970Z[ recovery-image] Sep 11 21:04:16.751 INFO O| Sep 11 21:04:16.751 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-09-11T21:04:17.978Z[ recovery-image] Sep 11 21:04:16.760 INFO O| Sep 11 21:04:16.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
68542026-09-11T21:04:17.979Z[ recovery-image] Sep 11 21:04:16.760 INFO O| Sep 11 21:04:16.760 INFO STEP 339 (remove_files) COMPLETE
68552026-09-11T21:04:17.979Z[ recovery-image] Sep 11 21:04:16.760 INFO O| Sep 11 21:04:16.760 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-09-11T21:04:17.996Z[ recovery-image] Sep 11 21:04:16.770 INFO O| Sep 11 21:04:16.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
68572026-09-11T21:04:18.002Z[ recovery-image] Sep 11 21:04:16.770 INFO O| Sep 11 21:04:16.770 INFO STEP 340 (remove_files) COMPLETE
68582026-09-11T21:04:18.002Z[ recovery-image] Sep 11 21:04:16.770 INFO O| Sep 11 21:04:16.770 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-09-11T21:04:18.009Z[ recovery-image] Sep 11 21:04:16.784 INFO O| Sep 11 21:04:16.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
68602026-09-11T21:04:18.009Z[ recovery-image] Sep 11 21:04:16.784 INFO O| Sep 11 21:04:16.784 INFO STEP 341 (remove_files) COMPLETE
68612026-09-11T21:04:18.009Z[ recovery-image] Sep 11 21:04:16.784 INFO O| Sep 11 21:04:16.784 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-09-11T21:04:18.020Z[ recovery-image] Sep 11 21:04:16.801 INFO O| Sep 11 21:04:16.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
68632026-09-11T21:04:18.020Z[ recovery-image] Sep 11 21:04:16.801 INFO O| Sep 11 21:04:16.801 INFO STEP 342 (remove_files) COMPLETE
68642026-09-11T21:04:18.020Z[ recovery-image] Sep 11 21:04:16.801 INFO O| Sep 11 21:04:16.801 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-11T21:04:18.033Z[ recovery-image] Sep 11 21:04:16.814 INFO O| Sep 11 21:04:16.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
68662026-09-11T21:04:18.034Z[ recovery-image] Sep 11 21:04:16.814 INFO O| Sep 11 21:04:16.814 INFO STEP 343 (remove_files) COMPLETE
68672026-09-11T21:04:18.038Z[ recovery-image] Sep 11 21:04:16.814 INFO O| Sep 11 21:04:16.814 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-11T21:04:18.062Z[ recovery-image] Sep 11 21:04:16.842 INFO O| Sep 11 21:04:16.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
68692026-09-11T21:04:18.062Z[ recovery-image] Sep 11 21:04:16.842 INFO O| Sep 11 21:04:16.842 INFO STEP 344 (remove_files) COMPLETE
68702026-09-11T21:04:18.062Z[ recovery-image] Sep 11 21:04:16.842 INFO O| Sep 11 21:04:16.842 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-11T21:04:18.074Z[ recovery-image] Sep 11 21:04:16.855 INFO O| Sep 11 21:04:16.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
68722026-09-11T21:04:18.075Z[ recovery-image] Sep 11 21:04:16.855 INFO O| Sep 11 21:04:16.855 INFO STEP 345 (remove_files) COMPLETE
68732026-09-11T21:04:18.075Z[ recovery-image] Sep 11 21:04:16.855 INFO O| Sep 11 21:04:16.855 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-11T21:04:18.086Z[ recovery-image] Sep 11 21:04:16.867 INFO O| Sep 11 21:04:16.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
68752026-09-11T21:04:18.086Z[ recovery-image] Sep 11 21:04:16.867 INFO O| Sep 11 21:04:16.867 INFO STEP 346 (remove_files) COMPLETE
68762026-09-11T21:04:18.086Z[ recovery-image] Sep 11 21:04:16.867 INFO O| Sep 11 21:04:16.867 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-11T21:04:18.099Z[ recovery-image] Sep 11 21:04:16.881 INFO O| Sep 11 21:04:16.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
68782026-09-11T21:04:18.100Z[ recovery-image] Sep 11 21:04:16.881 INFO O| Sep 11 21:04:16.881 INFO STEP 347 (remove_files) COMPLETE
68792026-09-11T21:04:18.104Z[ recovery-image] Sep 11 21:04:16.881 INFO O| Sep 11 21:04:16.881 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-11T21:04:18.113Z[ recovery-image] Sep 11 21:04:16.894 INFO O| Sep 11 21:04:16.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
68812026-09-11T21:04:18.113Z[ recovery-image] Sep 11 21:04:16.894 INFO O| Sep 11 21:04:16.894 INFO STEP 348 (remove_files) COMPLETE
68822026-09-11T21:04:18.113Z[ recovery-image] Sep 11 21:04:16.894 INFO O| Sep 11 21:04:16.894 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-11T21:04:18.125Z[ recovery-image] Sep 11 21:04:16.907 INFO O| Sep 11 21:04:16.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
68842026-09-11T21:04:18.126Z[ recovery-image] Sep 11 21:04:16.907 INFO O| Sep 11 21:04:16.907 INFO STEP 349 (remove_files) COMPLETE
68852026-09-11T21:04:18.130Z[ recovery-image] Sep 11 21:04:16.907 INFO O| Sep 11 21:04:16.907 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-11T21:04:18.138Z[ recovery-image] Sep 11 21:04:16.919 INFO O| Sep 11 21:04:16.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
68872026-09-11T21:04:18.138Z[ recovery-image] Sep 11 21:04:16.919 INFO O| Sep 11 21:04:16.919 INFO STEP 350 (remove_files) COMPLETE
68882026-09-11T21:04:18.138Z[ recovery-image] Sep 11 21:04:16.919 INFO O| Sep 11 21:04:16.919 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-11T21:04:18.152Z[ recovery-image] Sep 11 21:04:16.930 INFO O| Sep 11 21:04:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
68902026-09-11T21:04:18.152Z[ recovery-image] Sep 11 21:04:16.930 INFO O| Sep 11 21:04:16.930 INFO STEP 351 (remove_files) COMPLETE
68912026-09-11T21:04:18.152Z[ recovery-image] Sep 11 21:04:16.930 INFO O| Sep 11 21:04:16.930 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-11T21:04:18.168Z[ recovery-image] Sep 11 21:04:16.943 INFO O| Sep 11 21:04:16.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
68932026-09-11T21:04:18.169Z[ recovery-image] Sep 11 21:04:16.943 INFO O| Sep 11 21:04:16.943 INFO STEP 352 (remove_files) COMPLETE
68942026-09-11T21:04:18.169Z[ recovery-image] Sep 11 21:04:16.943 INFO O| Sep 11 21:04:16.943 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-11T21:04:18.194Z[ recovery-image] Sep 11 21:04:16.954 INFO O| Sep 11 21:04:16.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
68962026-09-11T21:04:18.194Z[ recovery-image] Sep 11 21:04:16.954 INFO O| Sep 11 21:04:16.954 INFO STEP 353 (remove_files) COMPLETE
68972026-09-11T21:04:18.194Z[ recovery-image] Sep 11 21:04:16.955 INFO O| Sep 11 21:04:16.954 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-11T21:04:18.201Z[ recovery-image] Sep 11 21:04:16.970 INFO O| Sep 11 21:04:16.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
68992026-09-11T21:04:18.201Z[ recovery-image] Sep 11 21:04:16.970 INFO O| Sep 11 21:04:16.970 INFO STEP 354 (remove_files) COMPLETE
69002026-09-11T21:04:18.201Z[ recovery-image] Sep 11 21:04:16.970 INFO O| Sep 11 21:04:16.970 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-11T21:04:18.211Z[ recovery-image] Sep 11 21:04:16.980 INFO O| Sep 11 21:04:16.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
69022026-09-11T21:04:18.211Z[ recovery-image] Sep 11 21:04:16.980 INFO O| Sep 11 21:04:16.980 INFO STEP 355 (remove_files) COMPLETE
69032026-09-11T21:04:18.211Z[ recovery-image] Sep 11 21:04:16.980 INFO O| Sep 11 21:04:16.980 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-11T21:04:18.221Z[ recovery-image] Sep 11 21:04:16.991 INFO O| Sep 11 21:04:16.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
69052026-09-11T21:04:18.221Z[ recovery-image] Sep 11 21:04:16.991 INFO O| Sep 11 21:04:16.991 INFO STEP 356 (remove_files) COMPLETE
69062026-09-11T21:04:18.221Z[ recovery-image] Sep 11 21:04:16.991 INFO O| Sep 11 21:04:16.991 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-11T21:04:18.226Z[ recovery-image] Sep 11 21:04:17.002 INFO O| Sep 11 21:04:17.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
69082026-09-11T21:04:18.226Z[ recovery-image] Sep 11 21:04:17.002 INFO O| Sep 11 21:04:17.002 INFO STEP 357 (remove_files) COMPLETE
69092026-09-11T21:04:18.226Z[ recovery-image] Sep 11 21:04:17.002 INFO O| Sep 11 21:04:17.002 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-11T21:04:18.234Z[ recovery-image] Sep 11 21:04:17.013 INFO O| Sep 11 21:04:17.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
69112026-09-11T21:04:18.234Z[ recovery-image] Sep 11 21:04:17.013 INFO O| Sep 11 21:04:17.013 INFO STEP 358 (remove_files) COMPLETE
69122026-09-11T21:04:18.238Z[ recovery-image] Sep 11 21:04:17.013 INFO O| Sep 11 21:04:17.013 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-11T21:04:18.248Z[ recovery-image] Sep 11 21:04:17.028 INFO O| Sep 11 21:04:17.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
69142026-09-11T21:04:18.248Z[ recovery-image] Sep 11 21:04:17.028 INFO O| Sep 11 21:04:17.028 INFO STEP 359 (remove_files) COMPLETE
69152026-09-11T21:04:18.248Z[ recovery-image] Sep 11 21:04:17.028 INFO O| Sep 11 21:04:17.028 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-11T21:04:18.263Z[ recovery-image] Sep 11 21:04:17.038 INFO O| Sep 11 21:04:17.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
69172026-09-11T21:04:18.263Z[ recovery-image] Sep 11 21:04:17.038 INFO O| Sep 11 21:04:17.038 INFO STEP 360 (remove_files) COMPLETE
69182026-09-11T21:04:18.263Z[ recovery-image] Sep 11 21:04:17.038 INFO O| Sep 11 21:04:17.038 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-11T21:04:18.277Z[ recovery-image] Sep 11 21:04:17.048 INFO O| Sep 11 21:04:17.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
69202026-09-11T21:04:18.277Z[ recovery-image] Sep 11 21:04:17.048 INFO O| Sep 11 21:04:17.047 INFO STEP 361 (remove_files) COMPLETE
69212026-09-11T21:04:18.277Z[ recovery-image] Sep 11 21:04:17.048 INFO O| Sep 11 21:04:17.047 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-11T21:04:18.305Z[ recovery-image] Sep 11 21:04:17.079 INFO O| Sep 11 21:04:17.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
69232026-09-11T21:04:18.305Z[ recovery-image] Sep 11 21:04:17.080 INFO O| Sep 11 21:04:17.080 INFO STEP 362 (remove_files) COMPLETE
69242026-09-11T21:04:18.316Z[ recovery-image] Sep 11 21:04:17.080 INFO O| Sep 11 21:04:17.080 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.088 INFO O| Sep 11 21:04:17.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
69262026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.088 INFO O| Sep 11 21:04:17.088 INFO STEP 363 (remove_files) COMPLETE
69272026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.088 INFO O| Sep 11 21:04:17.088 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.097 INFO O| Sep 11 21:04:17.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
69292026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.097 INFO O| Sep 11 21:04:17.097 INFO STEP 364 (remove_files) COMPLETE
69302026-09-11T21:04:18.317Z[ recovery-image] Sep 11 21:04:17.097 INFO O| Sep 11 21:04:17.097 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-11T21:04:18.333Z[ recovery-image] Sep 11 21:04:17.106 INFO O| Sep 11 21:04:17.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
69322026-09-11T21:04:18.333Z[ recovery-image] Sep 11 21:04:17.106 INFO O| Sep 11 21:04:17.106 INFO STEP 365 (remove_files) COMPLETE
69332026-09-11T21:04:18.333Z[ recovery-image] Sep 11 21:04:17.106 INFO O| Sep 11 21:04:17.106 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-11T21:04:18.361Z[ recovery-image] Sep 11 21:04:17.114 INFO O| Sep 11 21:04:17.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
69352026-09-11T21:04:18.361Z[ recovery-image] Sep 11 21:04:17.114 INFO O| Sep 11 21:04:17.114 INFO STEP 366 (remove_files) COMPLETE
69362026-09-11T21:04:18.361Z[ recovery-image] Sep 11 21:04:17.114 INFO O| Sep 11 21:04:17.114 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-11T21:04:18.365Z[ recovery-image] Sep 11 21:04:17.124 INFO O| Sep 11 21:04:17.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
69382026-09-11T21:04:18.365Z[ recovery-image] Sep 11 21:04:17.124 INFO O| Sep 11 21:04:17.124 INFO STEP 367 (remove_files) COMPLETE
69392026-09-11T21:04:18.365Z[ recovery-image] Sep 11 21:04:17.124 INFO O| Sep 11 21:04:17.124 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-11T21:04:18.369Z[ recovery-image] Sep 11 21:04:17.139 INFO O| Sep 11 21:04:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
69412026-09-11T21:04:18.369Z[ recovery-image] Sep 11 21:04:17.139 INFO O| Sep 11 21:04:17.135 INFO STEP 368 (remove_files) COMPLETE
69422026-09-11T21:04:18.370Z[ recovery-image] Sep 11 21:04:17.139 INFO O| Sep 11 21:04:17.135 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-11T21:04:18.370Z[ recovery-image] Sep 11 21:04:17.145 INFO O| Sep 11 21:04:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
69442026-09-11T21:04:18.370Z[ recovery-image] Sep 11 21:04:17.145 INFO O| Sep 11 21:04:17.145 INFO STEP 369 (remove_files) COMPLETE
69452026-09-11T21:04:18.370Z[ recovery-image] Sep 11 21:04:17.145 INFO O| Sep 11 21:04:17.145 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-11T21:04:18.374Z[ recovery-image] Sep 11 21:04:17.153 INFO O| Sep 11 21:04:17.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
69472026-09-11T21:04:18.374Z[ recovery-image] Sep 11 21:04:17.153 INFO O| Sep 11 21:04:17.153 INFO STEP 370 (remove_files) COMPLETE
69482026-09-11T21:04:18.374Z[ recovery-image] Sep 11 21:04:17.153 INFO O| Sep 11 21:04:17.153 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-11T21:04:18.390Z[ recovery-image] Sep 11 21:04:17.161 INFO O| Sep 11 21:04:17.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
69502026-09-11T21:04:18.390Z[ recovery-image] Sep 11 21:04:17.161 INFO O| Sep 11 21:04:17.161 INFO STEP 371 (remove_files) COMPLETE
69512026-09-11T21:04:18.390Z[ recovery-image] Sep 11 21:04:17.161 INFO O| Sep 11 21:04:17.161 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-11T21:04:18.394Z[ recovery-image] Sep 11 21:04:17.169 INFO O| Sep 11 21:04:17.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
69532026-09-11T21:04:18.394Z[ recovery-image] Sep 11 21:04:17.169 INFO O| Sep 11 21:04:17.169 INFO STEP 372 (remove_files) COMPLETE
69542026-09-11T21:04:18.394Z[ recovery-image] Sep 11 21:04:17.169 INFO O| Sep 11 21:04:17.169 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-11T21:04:18.398Z[ recovery-image] Sep 11 21:04:17.177 INFO O| Sep 11 21:04:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
69562026-09-11T21:04:18.398Z[ recovery-image] Sep 11 21:04:17.177 INFO O| Sep 11 21:04:17.177 INFO STEP 373 (remove_files) COMPLETE
69572026-09-11T21:04:18.399Z[ recovery-image] Sep 11 21:04:17.177 INFO O| Sep 11 21:04:17.177 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-11T21:04:18.404Z[ recovery-image] Sep 11 21:04:17.186 INFO O| Sep 11 21:04:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
69592026-09-11T21:04:18.408Z[ recovery-image] Sep 11 21:04:17.186 INFO O| Sep 11 21:04:17.186 INFO STEP 374 (remove_files) COMPLETE
69602026-09-11T21:04:18.408Z[ recovery-image] Sep 11 21:04:17.186 INFO O| Sep 11 21:04:17.186 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-11T21:04:18.417Z[ recovery-image] Sep 11 21:04:17.194 INFO O| Sep 11 21:04:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
69622026-09-11T21:04:18.417Z[ recovery-image] Sep 11 21:04:17.194 INFO O| Sep 11 21:04:17.194 INFO STEP 375 (remove_files) COMPLETE
69632026-09-11T21:04:18.433Z[ recovery-image] Sep 11 21:04:17.194 INFO O| Sep 11 21:04:17.194 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-11T21:04:18.433Z[ recovery-image] Sep 11 21:04:17.202 INFO O| Sep 11 21:04:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
69652026-09-11T21:04:18.434Z[ recovery-image] Sep 11 21:04:17.202 INFO O| Sep 11 21:04:17.202 INFO STEP 376 (remove_files) COMPLETE
69662026-09-11T21:04:18.434Z[ recovery-image] Sep 11 21:04:17.202 INFO O| Sep 11 21:04:17.202 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-11T21:04:18.446Z[ recovery-image] Sep 11 21:04:17.210 INFO O| Sep 11 21:04:17.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
69682026-09-11T21:04:18.446Z[ recovery-image] Sep 11 21:04:17.210 INFO O| Sep 11 21:04:17.210 INFO STEP 377 (remove_files) COMPLETE
69692026-09-11T21:04:18.446Z[ recovery-image] Sep 11 21:04:17.210 INFO O| Sep 11 21:04:17.210 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-11T21:04:18.448Z[ recovery-image] Sep 11 21:04:17.219 INFO O| Sep 11 21:04:17.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
69712026-09-11T21:04:18.448Z[ recovery-image] Sep 11 21:04:17.219 INFO O| Sep 11 21:04:17.219 INFO STEP 378 (remove_files) COMPLETE
69722026-09-11T21:04:18.449Z[ recovery-image] Sep 11 21:04:17.219 INFO O| Sep 11 21:04:17.219 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-11T21:04:18.460Z[ recovery-image] Sep 11 21:04:17.229 INFO O| Sep 11 21:04:17.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
69742026-09-11T21:04:18.460Z[ recovery-image] Sep 11 21:04:17.229 INFO O| Sep 11 21:04:17.229 INFO STEP 379 (remove_files) COMPLETE
69752026-09-11T21:04:18.460Z[ recovery-image] Sep 11 21:04:17.229 INFO O| Sep 11 21:04:17.229 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-11T21:04:18.483Z[ recovery-image] Sep 11 21:04:17.238 INFO O| Sep 11 21:04:17.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
69772026-09-11T21:04:18.483Z[ recovery-image] Sep 11 21:04:17.238 INFO O| Sep 11 21:04:17.238 INFO STEP 380 (remove_files) COMPLETE
69782026-09-11T21:04:18.483Z[ recovery-image] Sep 11 21:04:17.238 INFO O| Sep 11 21:04:17.238 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-11T21:04:18.510Z[ recovery-image] Sep 11 21:04:17.249 INFO O| Sep 11 21:04:17.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
69802026-09-11T21:04:18.510Z[ recovery-image] Sep 11 21:04:17.249 INFO O| Sep 11 21:04:17.249 INFO STEP 381 (remove_files) COMPLETE
69812026-09-11T21:04:18.510Z[ recovery-image] Sep 11 21:04:17.249 INFO O| Sep 11 21:04:17.249 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-11T21:04:18.510Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
69832026-09-11T21:04:18.510Z[ recovery-image] Sep 11 21:04:17.258 INFO O| Sep 11 21:04:17.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
69842026-09-11T21:04:18.511Z[ recovery-image] Sep 11 21:04:17.259 INFO O| Sep 11 21:04:17.259 INFO STEP 382 (remove_files) COMPLETE
69852026-09-11T21:04:18.511Z[ recovery-image] Sep 11 21:04:17.259 INFO O| Sep 11 21:04:17.259 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-09-11T21:04:18.511Z[ recovery-image] Sep 11 21:04:17.267 INFO O| Sep 11 21:04:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
69872026-09-11T21:04:18.511Z[ recovery-image] Sep 11 21:04:17.267 INFO O| Sep 11 21:04:17.267 INFO STEP 383 (remove_files) COMPLETE
69882026-09-11T21:04:18.511Z[ recovery-image] Sep 11 21:04:17.267 INFO O| Sep 11 21:04:17.267 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.280 INFO O| Sep 11 21:04:17.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
69902026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.280 INFO O| Sep 11 21:04:17.280 INFO STEP 384 (remove_files) COMPLETE
69912026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.280 INFO O| Sep 11 21:04:17.280 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.291 INFO O| Sep 11 21:04:17.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
69932026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.291 INFO O| Sep 11 21:04:17.291 INFO STEP 385 (remove_files) COMPLETE
69942026-09-11T21:04:18.535Z[ recovery-image] Sep 11 21:04:17.291 INFO O| Sep 11 21:04:17.291 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.307 INFO O| Sep 11 21:04:17.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
69962026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.309 INFO O| Sep 11 21:04:17.308 INFO STEP 386 (remove_files) COMPLETE
69972026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.309 INFO O| Sep 11 21:04:17.309 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.318 INFO O| Sep 11 21:04:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
69992026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.318 INFO O| Sep 11 21:04:17.318 INFO STEP 387 (remove_files) COMPLETE
70002026-09-11T21:04:18.553Z[ recovery-image] Sep 11 21:04:17.318 INFO O| Sep 11 21:04:17.318 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-09-11T21:04:18.585Z[ recovery-image] Sep 11 21:04:17.334 INFO O| Sep 11 21:04:17.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
70022026-09-11T21:04:18.585Z[ recovery-image] Sep 11 21:04:17.334 INFO O| Sep 11 21:04:17.334 INFO STEP 388 (remove_files) COMPLETE
70032026-09-11T21:04:18.585Z[ recovery-image] Sep 11 21:04:17.334 INFO O| Sep 11 21:04:17.334 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-09-11T21:04:18.602Z[ recovery-image] Sep 11 21:04:17.375 INFO O| Sep 11 21:04:17.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
70052026-09-11T21:04:18.614Z[ recovery-image] Sep 11 21:04:17.375 INFO O| Sep 11 21:04:17.375 INFO STEP 389 (remove_files) COMPLETE
70062026-09-11T21:04:18.614Z[ recovery-image] Sep 11 21:04:17.375 INFO O| Sep 11 21:04:17.375 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-09-11T21:04:18.614Z[ recovery-image] Sep 11 21:04:17.383 INFO O| Sep 11 21:04:17.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
70082026-09-11T21:04:18.614Z[ recovery-image] Sep 11 21:04:17.383 INFO O| Sep 11 21:04:17.383 INFO STEP 390 (remove_files) COMPLETE
70092026-09-11T21:04:18.614Z[ recovery-image] Sep 11 21:04:17.383 INFO O| Sep 11 21:04:17.383 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-09-11T21:04:18.643Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
70112026-09-11T21:04:18.644Z[ recovery-image] Sep 11 21:04:17.392 INFO O| Sep 11 21:04:17.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
70122026-09-11T21:04:18.644Z[ recovery-image] Sep 11 21:04:17.392 INFO O| Sep 11 21:04:17.392 INFO STEP 391 (remove_files) COMPLETE
70132026-09-11T21:04:18.644Z[ recovery-image] Sep 11 21:04:17.392 INFO O| Sep 11 21:04:17.392 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-11T21:04:18.655Z[ recovery-image] Sep 11 21:04:17.404 INFO O| Sep 11 21:04:17.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
70152026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.404 INFO O| Sep 11 21:04:17.404 INFO STEP 392 (remove_files) COMPLETE
70162026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.404 INFO O| Sep 11 21:04:17.404 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.415 INFO O| Sep 11 21:04:17.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
70182026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.415 INFO O| Sep 11 21:04:17.415 INFO STEP 393 (remove_files) COMPLETE
70192026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.415 INFO O| Sep 11 21:04:17.415 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.425 INFO O| Sep 11 21:04:17.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
70212026-09-11T21:04:18.656Z[ recovery-image] Sep 11 21:04:17.425 INFO O| Sep 11 21:04:17.425 INFO STEP 394 (remove_files) COMPLETE
70222026-09-11T21:04:18.657Z[ recovery-image] Sep 11 21:04:17.425 INFO O| Sep 11 21:04:17.425 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-11T21:04:18.681Z[ recovery-image] Sep 11 21:04:17.435 INFO O| Sep 11 21:04:17.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
70242026-09-11T21:04:18.681Z[ recovery-image] Sep 11 21:04:17.435 INFO O| Sep 11 21:04:17.435 INFO STEP 395 (remove_files) COMPLETE
70252026-09-11T21:04:18.682Z[ recovery-image] Sep 11 21:04:17.435 INFO O| Sep 11 21:04:17.435 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.446 INFO O| Sep 11 21:04:17.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
70272026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.446 INFO O| Sep 11 21:04:17.446 INFO STEP 396 (remove_files) COMPLETE
70282026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.446 INFO O| Sep 11 21:04:17.446 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.457 INFO O| Sep 11 21:04:17.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
70302026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.458 INFO O| Sep 11 21:04:17.458 INFO STEP 397 (remove_files) COMPLETE
70312026-09-11T21:04:18.727Z[ recovery-image] Sep 11 21:04:17.458 INFO O| Sep 11 21:04:17.458 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.469 INFO O| Sep 11 21:04:17.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
70332026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.469 INFO O| Sep 11 21:04:17.469 INFO STEP 398 (remove_files) COMPLETE
70342026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.469 INFO O| Sep 11 21:04:17.469 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.479 INFO O| Sep 11 21:04:17.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
70362026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.479 INFO O| Sep 11 21:04:17.479 INFO STEP 399 (remove_files) COMPLETE
70372026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.479 INFO O| Sep 11 21:04:17.479 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.490 INFO O| Sep 11 21:04:17.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
70392026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.490 INFO O| Sep 11 21:04:17.490 INFO STEP 400 (remove_files) COMPLETE
70402026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.490 INFO O| Sep 11 21:04:17.490 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.500 INFO O| Sep 11 21:04:17.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
70422026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.500 INFO O| Sep 11 21:04:17.500 INFO STEP 401 (remove_files) COMPLETE
70432026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.500 INFO O| Sep 11 21:04:17.500 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.510 INFO O| Sep 11 21:04:17.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
70452026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.510 INFO O| Sep 11 21:04:17.510 INFO STEP 402 (remove_files) COMPLETE
70462026-09-11T21:04:18.762Z[ recovery-image] Sep 11 21:04:17.510 INFO O| Sep 11 21:04:17.510 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-11T21:04:18.790Z[ recovery-image] Sep 11 21:04:17.520 INFO O| Sep 11 21:04:17.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
70482026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.520 INFO O| Sep 11 21:04:17.520 INFO STEP 403 (remove_files) COMPLETE
70492026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.520 INFO O| Sep 11 21:04:17.520 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.531 INFO O| Sep 11 21:04:17.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
70512026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.531 INFO O| Sep 11 21:04:17.531 INFO STEP 404 (remove_files) COMPLETE
70522026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.531 INFO O| Sep 11 21:04:17.531 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-11T21:04:18.791Z[ recovery-image] Sep 11 21:04:17.541 INFO O| Sep 11 21:04:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
70542026-09-11T21:04:18.792Z[ recovery-image] Sep 11 21:04:17.541 INFO O| Sep 11 21:04:17.541 INFO STEP 405 (remove_files) COMPLETE
70552026-09-11T21:04:18.792Z[ recovery-image] Sep 11 21:04:17.541 INFO O| Sep 11 21:04:17.541 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-11T21:04:18.824Z[ recovery-image] Sep 11 21:04:17.552 INFO O| Sep 11 21:04:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
70572026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.552 INFO O| Sep 11 21:04:17.552 INFO STEP 406 (remove_files) COMPLETE
70582026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.552 INFO O| Sep 11 21:04:17.552 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.562 INFO O| Sep 11 21:04:17.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
70602026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.562 INFO O| Sep 11 21:04:17.562 INFO STEP 407 (remove_files) COMPLETE
70612026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.562 INFO O| Sep 11 21:04:17.562 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.573 INFO O| Sep 11 21:04:17.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
70632026-09-11T21:04:18.825Z[ recovery-image] Sep 11 21:04:17.573 INFO O| Sep 11 21:04:17.573 INFO STEP 408 (remove_files) COMPLETE
70642026-09-11T21:04:18.826Z[ recovery-image] Sep 11 21:04:17.573 INFO O| Sep 11 21:04:17.573 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.583 INFO O| Sep 11 21:04:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
70662026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.583 INFO O| Sep 11 21:04:17.583 INFO STEP 409 (remove_files) COMPLETE
70672026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.583 INFO O| Sep 11 21:04:17.583 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.594 INFO O| Sep 11 21:04:17.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
70692026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.594 INFO O| Sep 11 21:04:17.594 INFO STEP 410 (remove_files) COMPLETE
70702026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.594 INFO O| Sep 11 21:04:17.594 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.604 INFO O| Sep 11 21:04:17.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
70722026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.605 INFO O| Sep 11 21:04:17.605 INFO STEP 411 (remove_files) COMPLETE
70732026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.605 INFO O| Sep 11 21:04:17.605 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.616 INFO O| Sep 11 21:04:17.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
70752026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.616 INFO O| Sep 11 21:04:17.616 INFO STEP 412 (remove_files) COMPLETE
70762026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.616 INFO O| Sep 11 21:04:17.616 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-11T21:04:18.990Z[ recovery-image] Sep 11 21:04:17.626 INFO O| Sep 11 21:04:17.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
70782026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.626 INFO O| Sep 11 21:04:17.626 INFO STEP 413 (remove_files) COMPLETE
70792026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.626 INFO O| Sep 11 21:04:17.626 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.638 INFO O| Sep 11 21:04:17.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
70812026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.638 INFO O| Sep 11 21:04:17.638 INFO STEP 414 (remove_files) COMPLETE
70822026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.638 INFO O| Sep 11 21:04:17.638 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-09-11T21:04:18.991Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
70842026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.649 INFO O| Sep 11 21:04:17.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
70852026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.650 INFO O| Sep 11 21:04:17.650 INFO STEP 415 (remove_files) COMPLETE
70862026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.650 INFO O| Sep 11 21:04:17.650 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.659 INFO O| Sep 11 21:04:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
70882026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.659 INFO O| Sep 11 21:04:17.659 INFO STEP 416 (remove_files) COMPLETE
70892026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.659 INFO O| Sep 11 21:04:17.659 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.668 INFO O| Sep 11 21:04:17.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
70912026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.668 INFO O| Sep 11 21:04:17.668 INFO STEP 417 (remove_files) COMPLETE
70922026-09-11T21:04:18.991Z[ recovery-image] Sep 11 21:04:17.668 INFO O| Sep 11 21:04:17.668 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-11T21:04:18.993Z[ recovery-image] Sep 11 21:04:17.680 INFO O| Sep 11 21:04:17.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
70942026-09-11T21:04:18.993Z[ recovery-image] Sep 11 21:04:17.680 INFO O| Sep 11 21:04:17.680 INFO STEP 418 (remove_files) COMPLETE
70952026-09-11T21:04:18.993Z[ recovery-image] Sep 11 21:04:17.680 INFO O| Sep 11 21:04:17.680 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-11T21:04:19.092Z[ recovery-image] Sep 11 21:04:17.693 INFO O| Sep 11 21:04:17.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
70972026-09-11T21:04:19.092Z[ recovery-image] Sep 11 21:04:17.693 INFO O| Sep 11 21:04:17.693 INFO STEP 419 (remove_files) COMPLETE
70982026-09-11T21:04:19.092Z[ recovery-image] Sep 11 21:04:17.693 INFO O| Sep 11 21:04:17.693 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-11T21:04:19.092Z[ recovery-image] Sep 11 21:04:17.702 INFO O| Sep 11 21:04:17.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
71002026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.702 INFO O| Sep 11 21:04:17.702 INFO STEP 420 (remove_files) COMPLETE
71012026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.702 INFO O| Sep 11 21:04:17.702 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.713 INFO O| Sep 11 21:04:17.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
71032026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.713 INFO O| Sep 11 21:04:17.713 INFO STEP 421 (remove_files) COMPLETE
71042026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.713 INFO O| Sep 11 21:04:17.713 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.722 INFO O| Sep 11 21:04:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
71062026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.722 INFO O| Sep 11 21:04:17.722 INFO STEP 422 (remove_files) COMPLETE
71072026-09-11T21:04:19.093Z[ recovery-image] Sep 11 21:04:17.722 INFO O| Sep 11 21:04:17.722 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.731 INFO O| Sep 11 21:04:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
71092026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.731 INFO O| Sep 11 21:04:17.731 INFO STEP 423 (remove_files) COMPLETE
71102026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.731 INFO O| Sep 11 21:04:17.731 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.740 INFO O| Sep 11 21:04:17.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
71122026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.740 INFO O| Sep 11 21:04:17.740 INFO STEP 424 (remove_files) COMPLETE
71132026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.740 INFO O| Sep 11 21:04:17.740 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.778 INFO O| Sep 11 21:04:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
71152026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.778 INFO O| Sep 11 21:04:17.778 INFO STEP 425 (remove_files) COMPLETE
71162026-09-11T21:04:19.095Z[ recovery-image] Sep 11 21:04:17.778 INFO O| Sep 11 21:04:17.778 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-11T21:04:19.263Z[ recovery-image] Sep 11 21:04:17.787 INFO O| Sep 11 21:04:17.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
71182026-09-11T21:04:19.263Z[ recovery-image] Sep 11 21:04:17.787 INFO O| Sep 11 21:04:17.787 INFO STEP 426 (remove_files) COMPLETE
71192026-09-11T21:04:19.263Z[ recovery-image] Sep 11 21:04:17.787 INFO O| Sep 11 21:04:17.787 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.795 INFO O| Sep 11 21:04:17.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
71212026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.795 INFO O| Sep 11 21:04:17.795 INFO STEP 427 (remove_files) COMPLETE
71222026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.795 INFO O| Sep 11 21:04:17.795 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.803 INFO O| Sep 11 21:04:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
71242026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.803 INFO O| Sep 11 21:04:17.803 INFO STEP 428 (remove_files) COMPLETE
71252026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.803 INFO O| Sep 11 21:04:17.803 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.812 INFO O| Sep 11 21:04:17.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
71272026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.812 INFO O| Sep 11 21:04:17.812 INFO STEP 429 (remove_files) COMPLETE
71282026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.812 INFO O| Sep 11 21:04:17.812 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.820 INFO O| Sep 11 21:04:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
71302026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.820 INFO O| Sep 11 21:04:17.820 INFO STEP 430 (remove_files) COMPLETE
71312026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.820 INFO O| Sep 11 21:04:17.820 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-11T21:04:19.264Z[ recovery-image] Sep 11 21:04:17.829 INFO O| Sep 11 21:04:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
71332026-09-11T21:04:19.265Z[ recovery-image] Sep 11 21:04:17.829 INFO O| Sep 11 21:04:17.829 INFO STEP 431 (remove_files) COMPLETE
71342026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.829 INFO O| Sep 11 21:04:17.829 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.837 INFO O| Sep 11 21:04:17.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
71362026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.837 INFO O| Sep 11 21:04:17.837 INFO STEP 432 (remove_files) COMPLETE
71372026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.837 INFO O| Sep 11 21:04:17.837 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.846 INFO O| Sep 11 21:04:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
71392026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.846 INFO O| Sep 11 21:04:17.846 INFO STEP 433 (remove_files) COMPLETE
71402026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.846 INFO O| Sep 11 21:04:17.846 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.854 INFO O| Sep 11 21:04:17.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
71422026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.854 INFO O| Sep 11 21:04:17.854 INFO STEP 434 (remove_files) COMPLETE
71432026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.854 INFO O| Sep 11 21:04:17.854 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.863 INFO O| Sep 11 21:04:17.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
71452026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.863 INFO O| Sep 11 21:04:17.863 INFO STEP 435 (remove_files) COMPLETE
71462026-09-11T21:04:19.267Z[ recovery-image] Sep 11 21:04:17.863 INFO O| Sep 11 21:04:17.863 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.872 INFO O| Sep 11 21:04:17.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
71482026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.872 INFO O| Sep 11 21:04:17.872 INFO STEP 436 (remove_files) COMPLETE
71492026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.872 INFO O| Sep 11 21:04:17.872 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.880 INFO O| Sep 11 21:04:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
71512026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.881 INFO O| Sep 11 21:04:17.881 INFO STEP 437 (remove_files) COMPLETE
71522026-09-11T21:04:19.268Z[ recovery-image] Sep 11 21:04:17.881 INFO O| Sep 11 21:04:17.881 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-11T21:04:19.307Z[ recovery-image] Sep 11 21:04:17.889 INFO O| Sep 11 21:04:17.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
71542026-09-11T21:04:19.307Z[ recovery-image] Sep 11 21:04:17.890 INFO O| Sep 11 21:04:17.889 INFO STEP 438 (remove_files) COMPLETE
71552026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.890 INFO O| Sep 11 21:04:17.890 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.898 INFO O| Sep 11 21:04:17.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
71572026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.898 INFO O| Sep 11 21:04:17.898 INFO STEP 439 (remove_files) COMPLETE
71582026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.898 INFO O| Sep 11 21:04:17.898 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.918 INFO O| Sep 11 21:04:17.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
71602026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.918 INFO O| Sep 11 21:04:17.918 INFO STEP 440 (remove_files) COMPLETE
71612026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.918 INFO O| Sep 11 21:04:17.918 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.928 INFO O| Sep 11 21:04:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
71632026-09-11T21:04:19.308Z[ recovery-image] Sep 11 21:04:17.928 INFO O| Sep 11 21:04:17.928 INFO STEP 441 (remove_files) COMPLETE
71642026-09-11T21:04:19.309Z[ recovery-image] Sep 11 21:04:17.928 INFO O| Sep 11 21:04:17.928 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-11T21:04:19.309Z[ recovery-image] Sep 11 21:04:17.944 INFO O| Sep 11 21:04:17.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
71662026-09-11T21:04:19.309Z[ recovery-image] Sep 11 21:04:17.944 INFO O| Sep 11 21:04:17.944 INFO STEP 442 (remove_files) COMPLETE
71672026-09-11T21:04:19.309Z[ recovery-image] Sep 11 21:04:17.944 INFO O| Sep 11 21:04:17.944 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.952 INFO O| Sep 11 21:04:17.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
71692026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.952 INFO O| Sep 11 21:04:17.952 INFO STEP 443 (remove_files) COMPLETE
71702026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.952 INFO O| Sep 11 21:04:17.952 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.961 INFO O| Sep 11 21:04:17.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
71722026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.961 INFO O| Sep 11 21:04:17.961 INFO STEP 444 (remove_files) COMPLETE
71732026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.961 INFO O| Sep 11 21:04:17.961 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.969 INFO O| Sep 11 21:04:17.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
71752026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.969 INFO O| Sep 11 21:04:17.969 INFO STEP 445 (remove_files) COMPLETE
71762026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.969 INFO O| Sep 11 21:04:17.969 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.978 INFO O| Sep 11 21:04:17.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
71782026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.978 INFO O| Sep 11 21:04:17.978 INFO STEP 446 (remove_files) COMPLETE
71792026-09-11T21:04:19.310Z[ recovery-image] Sep 11 21:04:17.978 INFO O| Sep 11 21:04:17.978 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-11T21:04:19.311Z[ recovery-image] Sep 11 21:04:17.986 INFO O| Sep 11 21:04:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
71812026-09-11T21:04:19.311Z[ recovery-image] Sep 11 21:04:17.986 INFO O| Sep 11 21:04:17.986 INFO STEP 447 (remove_files) COMPLETE
71822026-09-11T21:04:19.311Z[ recovery-image] Sep 11 21:04:17.986 INFO O| Sep 11 21:04:17.986 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-11T21:04:19.311Z[ recovery-image] Sep 11 21:04:17.995 INFO O| Sep 11 21:04:17.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
71842026-09-11T21:04:19.311Z[ recovery-image] Sep 11 21:04:17.995 INFO O| Sep 11 21:04:17.995 INFO STEP 448 (remove_files) COMPLETE
71852026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:17.995 INFO O| Sep 11 21:04:17.995 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.005 INFO O| Sep 11 21:04:18.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
71872026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.005 INFO O| Sep 11 21:04:18.005 INFO STEP 449 (remove_files) COMPLETE
71882026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.005 INFO O| Sep 11 21:04:18.005 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.014 INFO O| Sep 11 21:04:18.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
71902026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.014 INFO O| Sep 11 21:04:18.014 INFO STEP 450 (remove_files) COMPLETE
71912026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.014 INFO O| Sep 11 21:04:18.014 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.023 INFO O| Sep 11 21:04:18.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
71932026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.023 INFO O| Sep 11 21:04:18.023 INFO STEP 451 (remove_files) COMPLETE
71942026-09-11T21:04:19.312Z[ recovery-image] Sep 11 21:04:18.023 INFO O| Sep 11 21:04:18.023 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-09-11T21:04:19.313Z[ recovery-image] Sep 11 21:04:18.032 INFO O| Sep 11 21:04:18.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
71962026-09-11T21:04:19.313Z[ recovery-image] Sep 11 21:04:18.032 INFO O| Sep 11 21:04:18.032 INFO STEP 452 (remove_files) COMPLETE
71972026-09-11T21:04:19.313Z[ recovery-image] Sep 11 21:04:18.032 INFO O| Sep 11 21:04:18.032 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-09-11T21:04:19.314Z[ recovery-image] Sep 11 21:04:18.042 INFO O| Sep 11 21:04:18.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
71992026-09-11T21:04:19.314Z[ recovery-image] Sep 11 21:04:18.042 INFO O| Sep 11 21:04:18.042 INFO STEP 453 (remove_files) COMPLETE
72002026-09-11T21:04:19.314Z[ recovery-image] Sep 11 21:04:18.042 INFO O| Sep 11 21:04:18.042 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-09-11T21:04:19.319Z[ recovery-image] Sep 11 21:04:18.059 INFO O| Sep 11 21:04:18.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
72022026-09-11T21:04:19.319Z[ recovery-image] Sep 11 21:04:18.059 INFO O| Sep 11 21:04:18.059 INFO STEP 454 (remove_files) COMPLETE
72032026-09-11T21:04:19.319Z[ recovery-image] Sep 11 21:04:18.059 INFO O| Sep 11 21:04:18.059 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-09-11T21:04:19.319Z[ recovery-image] Sep 11 21:04:18.068 INFO O| Sep 11 21:04:18.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
72052026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.068 INFO O| Sep 11 21:04:18.068 INFO STEP 455 (remove_files) COMPLETE
72062026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.068 INFO O| Sep 11 21:04:18.068 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.076 INFO O| Sep 11 21:04:18.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
72082026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.076 INFO O| Sep 11 21:04:18.076 INFO STEP 456 (remove_files) COMPLETE
72092026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.076 INFO O| Sep 11 21:04:18.076 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-09-11T21:04:19.320Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
72112026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.086 INFO O| Sep 11 21:04:18.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
72122026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.086 INFO O| Sep 11 21:04:18.086 INFO STEP 457 (remove_files) COMPLETE
72132026-09-11T21:04:19.320Z[ recovery-image] Sep 11 21:04:18.086 INFO O| Sep 11 21:04:18.086 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-11T21:04:19.321Z[ recovery-image] Sep 11 21:04:18.096 INFO O| Sep 11 21:04:18.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
72152026-09-11T21:04:19.321Z[ recovery-image] Sep 11 21:04:18.096 INFO O| Sep 11 21:04:18.096 INFO STEP 458 (remove_files) COMPLETE
72162026-09-11T21:04:19.321Z[ recovery-image] Sep 11 21:04:18.096 INFO O| Sep 11 21:04:18.096 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-11T21:04:19.328Z[ recovery-image] Sep 11 21:04:18.105 INFO O| Sep 11 21:04:18.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
72182026-09-11T21:04:19.328Z[ recovery-image] Sep 11 21:04:18.105 INFO O| Sep 11 21:04:18.105 INFO STEP 459 (remove_files) COMPLETE
72192026-09-11T21:04:19.328Z[ recovery-image] Sep 11 21:04:18.105 INFO O| Sep 11 21:04:18.105 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-11T21:04:19.334Z[ recovery-image] Sep 11 21:04:18.114 INFO O| Sep 11 21:04:18.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
72212026-09-11T21:04:19.334Z[ recovery-image] Sep 11 21:04:18.114 INFO O| Sep 11 21:04:18.114 INFO STEP 460 (remove_files) COMPLETE
72222026-09-11T21:04:19.334Z[ recovery-image] Sep 11 21:04:18.114 INFO O| Sep 11 21:04:18.114 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-11T21:04:19.384Z[ recovery-image] Sep 11 21:04:18.125 INFO O| Sep 11 21:04:18.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
72242026-09-11T21:04:19.384Z[ recovery-image] Sep 11 21:04:18.125 INFO O| Sep 11 21:04:18.125 INFO STEP 461 (remove_files) COMPLETE
72252026-09-11T21:04:19.385Z[ recovery-image] Sep 11 21:04:18.125 INFO O| Sep 11 21:04:18.125 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.136 INFO O| Sep 11 21:04:18.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
72272026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.136 INFO O| Sep 11 21:04:18.136 INFO STEP 462 (remove_files) COMPLETE
72282026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.136 INFO O| Sep 11 21:04:18.136 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.145 INFO O| Sep 11 21:04:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
72302026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.145 INFO O| Sep 11 21:04:18.145 INFO STEP 463 (remove_files) COMPLETE
72312026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.145 INFO O| Sep 11 21:04:18.145 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.152 INFO O| Sep 11 21:04:18.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
72332026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.153 INFO O| Sep 11 21:04:18.152 INFO STEP 464 (remove_files) COMPLETE
72342026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.153 INFO O| Sep 11 21:04:18.152 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.160 INFO O| Sep 11 21:04:18.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
72362026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.160 INFO O| Sep 11 21:04:18.160 INFO STEP 465 (remove_files) COMPLETE
72372026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.160 INFO O| Sep 11 21:04:18.160 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.170 INFO O| Sep 11 21:04:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
72392026-09-11T21:04:19.409Z[ recovery-image] Sep 11 21:04:18.170 INFO O| Sep 11 21:04:18.170 INFO STEP 466 (remove_files) COMPLETE
72402026-09-11T21:04:19.410Z[ recovery-image] Sep 11 21:04:18.170 INFO O| Sep 11 21:04:18.170 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.179 INFO O| Sep 11 21:04:18.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
72422026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.179 INFO O| Sep 11 21:04:18.179 INFO STEP 467 (remove_files) COMPLETE
72432026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.179 INFO O| Sep 11 21:04:18.179 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.187 INFO O| Sep 11 21:04:18.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
72452026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.187 INFO O| Sep 11 21:04:18.187 INFO STEP 468 (remove_files) COMPLETE
72462026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.187 INFO O| Sep 11 21:04:18.187 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.196 INFO O| Sep 11 21:04:18.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
72482026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.196 INFO O| Sep 11 21:04:18.196 INFO STEP 469 (remove_files) COMPLETE
72492026-09-11T21:04:19.431Z[ recovery-image] Sep 11 21:04:18.196 INFO O| Sep 11 21:04:18.196 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-11T21:04:19.458Z[ recovery-image] Sep 11 21:04:18.206 INFO O| Sep 11 21:04:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
72512026-09-11T21:04:19.458Z[ recovery-image] Sep 11 21:04:18.206 INFO O| Sep 11 21:04:18.206 INFO STEP 470 (remove_files) COMPLETE
72522026-09-11T21:04:19.458Z[ recovery-image] Sep 11 21:04:18.206 INFO O| Sep 11 21:04:18.206 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-11T21:04:19.460Z[ recovery-image] Sep 11 21:04:18.215 INFO O| Sep 11 21:04:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
72542026-09-11T21:04:19.460Z[ recovery-image] Sep 11 21:04:18.215 INFO O| Sep 11 21:04:18.215 INFO STEP 471 (remove_files) COMPLETE
72552026-09-11T21:04:19.460Z[ recovery-image] Sep 11 21:04:18.215 INFO O| Sep 11 21:04:18.215 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.224 INFO O| Sep 11 21:04:18.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
72572026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.224 INFO O| Sep 11 21:04:18.224 INFO STEP 472 (remove_files) COMPLETE
72582026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.224 INFO O| Sep 11 21:04:18.224 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.234 INFO O| Sep 11 21:04:18.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
72602026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.234 INFO O| Sep 11 21:04:18.234 INFO STEP 473 (remove_files) COMPLETE
72612026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.234 INFO O| Sep 11 21:04:18.234 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-11T21:04:19.473Z[ recovery-image] Sep 11 21:04:18.243 INFO O| Sep 11 21:04:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
72632026-09-11T21:04:19.480Z[ recovery-image] Sep 11 21:04:18.246 INFO O| Sep 11 21:04:18.246 INFO STEP 474 (remove_files) COMPLETE
72642026-09-11T21:04:19.480Z[ recovery-image] Sep 11 21:04:18.246 INFO O| Sep 11 21:04:18.246 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-11T21:04:19.480Z[ recovery-image] Sep 11 21:04:18.256 INFO O| Sep 11 21:04:18.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
72662026-09-11T21:04:19.480Z[ recovery-image] Sep 11 21:04:18.256 INFO O| Sep 11 21:04:18.256 INFO STEP 475 (remove_files) COMPLETE
72672026-09-11T21:04:19.480Z[ recovery-image] Sep 11 21:04:18.256 INFO O| Sep 11 21:04:18.256 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-11T21:04:19.486Z[ recovery-image] Sep 11 21:04:18.265 INFO O| Sep 11 21:04:18.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
72692026-09-11T21:04:19.486Z[ recovery-image] Sep 11 21:04:18.265 INFO O| Sep 11 21:04:18.265 INFO STEP 476 (remove_files) COMPLETE
72702026-09-11T21:04:19.486Z[ recovery-image] Sep 11 21:04:18.265 INFO O| Sep 11 21:04:18.265 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-11T21:04:19.492Z[ recovery-image] Sep 11 21:04:18.273 INFO O| Sep 11 21:04:18.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
72722026-09-11T21:04:19.492Z[ recovery-image] Sep 11 21:04:18.273 INFO O| Sep 11 21:04:18.273 INFO STEP 477 (remove_files) COMPLETE
72732026-09-11T21:04:19.492Z[ recovery-image] Sep 11 21:04:18.273 INFO O| Sep 11 21:04:18.273 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-11T21:04:19.506Z[ recovery-image] Sep 11 21:04:18.281 INFO O| Sep 11 21:04:18.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
72752026-09-11T21:04:19.507Z[ recovery-image] Sep 11 21:04:18.281 INFO O| Sep 11 21:04:18.281 INFO STEP 478 (remove_files) COMPLETE
72762026-09-11T21:04:19.507Z[ recovery-image] Sep 11 21:04:18.281 INFO O| Sep 11 21:04:18.281 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-11T21:04:19.511Z[ recovery-image] Sep 11 21:04:18.288 INFO O| Sep 11 21:04:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
72782026-09-11T21:04:19.511Z[ recovery-image] Sep 11 21:04:18.288 INFO O| Sep 11 21:04:18.288 INFO STEP 479 (remove_files) COMPLETE
72792026-09-11T21:04:19.511Z[ recovery-image] Sep 11 21:04:18.288 INFO O| Sep 11 21:04:18.288 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-11T21:04:19.520Z[ recovery-image] Sep 11 21:04:18.296 INFO O| Sep 11 21:04:18.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
72812026-09-11T21:04:19.520Z[ recovery-image] Sep 11 21:04:18.296 INFO O| Sep 11 21:04:18.296 INFO STEP 480 (remove_files) COMPLETE
72822026-09-11T21:04:19.520Z[ recovery-image] Sep 11 21:04:18.296 INFO O| Sep 11 21:04:18.296 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-11T21:04:19.529Z[ recovery-image] Sep 11 21:04:18.304 INFO O| Sep 11 21:04:18.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
72842026-09-11T21:04:19.529Z[ recovery-image] Sep 11 21:04:18.305 INFO O| Sep 11 21:04:18.305 INFO STEP 481 (remove_files) COMPLETE
72852026-09-11T21:04:19.529Z[ recovery-image] Sep 11 21:04:18.305 INFO O| Sep 11 21:04:18.305 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-11T21:04:19.533Z[ recovery-image] Sep 11 21:04:18.314 INFO O| Sep 11 21:04:18.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
72872026-09-11T21:04:19.533Z[ recovery-image] Sep 11 21:04:18.314 INFO O| Sep 11 21:04:18.314 INFO STEP 482 (remove_files) COMPLETE
72882026-09-11T21:04:19.533Z[ recovery-image] Sep 11 21:04:18.314 INFO O| Sep 11 21:04:18.314 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-11T21:04:19.550Z[ recovery-image] Sep 11 21:04:18.323 INFO O| Sep 11 21:04:18.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
72902026-09-11T21:04:19.550Z[ recovery-image] Sep 11 21:04:18.323 INFO O| Sep 11 21:04:18.323 INFO STEP 483 (remove_files) COMPLETE
72912026-09-11T21:04:19.555Z[ recovery-image] Sep 11 21:04:18.323 INFO O| Sep 11 21:04:18.323 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-11T21:04:19.555Z[ recovery-image] Sep 11 21:04:18.333 INFO O| Sep 11 21:04:18.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
72932026-09-11T21:04:19.555Z[ recovery-image] Sep 11 21:04:18.333 INFO O| Sep 11 21:04:18.333 INFO STEP 484 (remove_files) COMPLETE
72942026-09-11T21:04:19.558Z[ recovery-image] Sep 11 21:04:18.333 INFO O| Sep 11 21:04:18.333 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-11T21:04:19.563Z[ recovery-image] Sep 11 21:04:18.343 INFO O| Sep 11 21:04:18.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
72962026-09-11T21:04:19.563Z[ recovery-image] Sep 11 21:04:18.343 INFO O| Sep 11 21:04:18.343 INFO STEP 485 (remove_files) COMPLETE
72972026-09-11T21:04:19.563Z[ recovery-image] Sep 11 21:04:18.343 INFO O| Sep 11 21:04:18.343 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-11T21:04:19.573Z[ recovery-image] Sep 11 21:04:18.352 INFO O| Sep 11 21:04:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
72992026-09-11T21:04:19.573Z[ recovery-image] Sep 11 21:04:18.353 INFO O| Sep 11 21:04:18.353 INFO STEP 486 (remove_files) COMPLETE
73002026-09-11T21:04:19.573Z[ recovery-image] Sep 11 21:04:18.353 INFO O| Sep 11 21:04:18.353 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-11T21:04:19.582Z[ recovery-image] Sep 11 21:04:18.361 INFO O| Sep 11 21:04:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
73022026-09-11T21:04:19.582Z[ recovery-image] Sep 11 21:04:18.362 INFO O| Sep 11 21:04:18.361 INFO STEP 487 (remove_files) COMPLETE
73032026-09-11T21:04:19.584Z[ recovery-image] Sep 11 21:04:18.362 INFO O| Sep 11 21:04:18.362 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-11T21:04:19.597Z[ recovery-image] Sep 11 21:04:18.370 INFO O| Sep 11 21:04:18.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
73052026-09-11T21:04:19.597Z[ recovery-image] Sep 11 21:04:18.370 INFO O| Sep 11 21:04:18.370 INFO STEP 488 (remove_files) COMPLETE
73062026-09-11T21:04:19.597Z[ recovery-image] Sep 11 21:04:18.370 INFO O| Sep 11 21:04:18.370 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-11T21:04:19.601Z[ recovery-image] Sep 11 21:04:18.380 INFO O| Sep 11 21:04:18.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
73082026-09-11T21:04:19.601Z[ recovery-image] Sep 11 21:04:18.380 INFO O| Sep 11 21:04:18.380 INFO STEP 489 (remove_files) COMPLETE
73092026-09-11T21:04:19.602Z[ recovery-image] Sep 11 21:04:18.380 INFO O| Sep 11 21:04:18.380 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-11T21:04:19.608Z[ recovery-image] Sep 11 21:04:18.389 INFO O| Sep 11 21:04:18.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
73112026-09-11T21:04:19.608Z[ recovery-image] Sep 11 21:04:18.389 INFO O| Sep 11 21:04:18.389 INFO STEP 490 (remove_files) COMPLETE
73122026-09-11T21:04:19.608Z[ recovery-image] Sep 11 21:04:18.389 INFO O| Sep 11 21:04:18.389 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-11T21:04:19.616Z[ recovery-image] Sep 11 21:04:18.398 INFO O| Sep 11 21:04:18.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
73142026-09-11T21:04:19.617Z[ recovery-image] Sep 11 21:04:18.398 INFO O| Sep 11 21:04:18.398 INFO STEP 491 (remove_files) COMPLETE
73152026-09-11T21:04:19.617Z[ recovery-image] Sep 11 21:04:18.398 INFO O| Sep 11 21:04:18.398 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-11T21:04:19.625Z[ recovery-image] Sep 11 21:04:18.406 INFO O| Sep 11 21:04:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
73172026-09-11T21:04:19.626Z[ recovery-image] Sep 11 21:04:18.406 INFO O| Sep 11 21:04:18.406 INFO STEP 492 (remove_files) COMPLETE
73182026-09-11T21:04:19.626Z[ recovery-image] Sep 11 21:04:18.406 INFO O| Sep 11 21:04:18.406 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-11T21:04:19.635Z[ recovery-image] Sep 11 21:04:18.416 INFO O| Sep 11 21:04:18.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
73202026-09-11T21:04:19.635Z[ recovery-image] Sep 11 21:04:18.416 INFO O| Sep 11 21:04:18.416 INFO STEP 493 (remove_files) COMPLETE
73212026-09-11T21:04:19.635Z[ recovery-image] Sep 11 21:04:18.416 INFO O| Sep 11 21:04:18.416 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-11T21:04:19.644Z[ recovery-image] Sep 11 21:04:18.426 INFO O| Sep 11 21:04:18.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
73232026-09-11T21:04:19.644Z[ recovery-image] Sep 11 21:04:18.426 INFO O| Sep 11 21:04:18.426 INFO STEP 494 (remove_files) COMPLETE
73242026-09-11T21:04:19.649Z[ recovery-image] Sep 11 21:04:18.426 INFO O| Sep 11 21:04:18.426 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-11T21:04:19.654Z[ recovery-image] Sep 11 21:04:18.435 INFO O| Sep 11 21:04:18.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
73262026-09-11T21:04:19.654Z[ recovery-image] Sep 11 21:04:18.435 INFO O| Sep 11 21:04:18.435 INFO STEP 495 (remove_files) COMPLETE
73272026-09-11T21:04:19.658Z[ recovery-image] Sep 11 21:04:18.435 INFO O| Sep 11 21:04:18.435 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-11T21:04:19.662Z[ recovery-image] Sep 11 21:04:18.444 INFO O| Sep 11 21:04:18.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
73292026-09-11T21:04:19.662Z[ recovery-image] Sep 11 21:04:18.444 INFO O| Sep 11 21:04:18.444 INFO STEP 496 (remove_files) COMPLETE
73302026-09-11T21:04:19.666Z[ recovery-image] Sep 11 21:04:18.444 INFO O| Sep 11 21:04:18.444 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-11T21:04:19.670Z[ recovery-image] Sep 11 21:04:18.452 INFO O| Sep 11 21:04:18.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
73322026-09-11T21:04:19.671Z[ recovery-image] Sep 11 21:04:18.452 INFO O| Sep 11 21:04:18.452 INFO STEP 497 (remove_files) COMPLETE
73332026-09-11T21:04:19.671Z[ recovery-image] Sep 11 21:04:18.452 INFO O| Sep 11 21:04:18.452 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-11T21:04:19.680Z[ recovery-image] Sep 11 21:04:18.461 INFO O| Sep 11 21:04:18.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
73352026-09-11T21:04:19.680Z[ recovery-image] Sep 11 21:04:18.461 INFO O| Sep 11 21:04:18.461 INFO STEP 498 (remove_files) COMPLETE
73362026-09-11T21:04:19.684Z[ recovery-image] Sep 11 21:04:18.461 INFO O| Sep 11 21:04:18.461 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-11T21:04:19.690Z[ recovery-image] Sep 11 21:04:18.471 INFO O| Sep 11 21:04:18.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
73382026-09-11T21:04:19.690Z[ recovery-image] Sep 11 21:04:18.471 INFO O| Sep 11 21:04:18.471 INFO STEP 499 (remove_files) COMPLETE
73392026-09-11T21:04:19.690Z[ recovery-image] Sep 11 21:04:18.471 INFO O| Sep 11 21:04:18.471 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-11T21:04:19.699Z[ recovery-image] Sep 11 21:04:18.481 INFO O| Sep 11 21:04:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
73412026-09-11T21:04:19.700Z[ recovery-image] Sep 11 21:04:18.481 INFO O| Sep 11 21:04:18.481 INFO STEP 500 (remove_files) COMPLETE
73422026-09-11T21:04:19.700Z[ recovery-image] Sep 11 21:04:18.481 INFO O| Sep 11 21:04:18.481 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-11T21:04:19.705Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
73442026-09-11T21:04:19.709Z[ recovery-image] Sep 11 21:04:18.491 INFO O| Sep 11 21:04:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
73452026-09-11T21:04:19.709Z[ recovery-image] Sep 11 21:04:18.491 INFO O| Sep 11 21:04:18.491 INFO STEP 501 (remove_files) COMPLETE
73462026-09-11T21:04:19.713Z[ recovery-image] Sep 11 21:04:18.491 INFO O| Sep 11 21:04:18.491 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-11T21:04:19.718Z[ recovery-image] Sep 11 21:04:18.499 INFO O| Sep 11 21:04:18.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
73482026-09-11T21:04:19.722Z[ recovery-image] Sep 11 21:04:18.500 INFO O| Sep 11 21:04:18.500 INFO STEP 502 (remove_files) COMPLETE
73492026-09-11T21:04:19.722Z[ recovery-image] Sep 11 21:04:18.500 INFO O| Sep 11 21:04:18.500 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-11T21:04:19.727Z[ recovery-image] Sep 11 21:04:18.509 INFO O| Sep 11 21:04:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
73512026-09-11T21:04:19.731Z[ recovery-image] Sep 11 21:04:18.510 INFO O| Sep 11 21:04:18.510 INFO STEP 503 (remove_files) COMPLETE
73522026-09-11T21:04:19.731Z[ recovery-image] Sep 11 21:04:18.510 INFO O| Sep 11 21:04:18.510 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-11T21:04:19.742Z[ recovery-image] Sep 11 21:04:18.520 INFO O| Sep 11 21:04:18.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
73542026-09-11T21:04:19.742Z[ recovery-image] Sep 11 21:04:18.520 INFO O| Sep 11 21:04:18.520 INFO STEP 504 (remove_files) COMPLETE
73552026-09-11T21:04:19.742Z[ recovery-image] Sep 11 21:04:18.520 INFO O| Sep 11 21:04:18.520 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-11T21:04:19.749Z[ recovery-image] Sep 11 21:04:18.529 INFO O| Sep 11 21:04:18.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
73572026-09-11T21:04:19.749Z[ recovery-image] Sep 11 21:04:18.529 INFO O| Sep 11 21:04:18.529 INFO STEP 505 (remove_files) COMPLETE
73582026-09-11T21:04:19.753Z[ recovery-image] Sep 11 21:04:18.529 INFO O| Sep 11 21:04:18.529 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-11T21:04:19.756Z[ recovery-image] Sep 11 21:04:18.538 INFO O| Sep 11 21:04:18.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
73602026-09-11T21:04:19.756Z[ recovery-image] Sep 11 21:04:18.538 INFO O| Sep 11 21:04:18.538 INFO STEP 506 (remove_files) COMPLETE
73612026-09-11T21:04:19.770Z[ recovery-image] Sep 11 21:04:18.538 INFO O| Sep 11 21:04:18.538 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-11T21:04:19.776Z[ recovery-image] Sep 11 21:04:18.547 INFO O| Sep 11 21:04:18.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
73632026-09-11T21:04:19.776Z[ recovery-image] Sep 11 21:04:18.547 INFO O| Sep 11 21:04:18.547 INFO STEP 507 (remove_files) COMPLETE
73642026-09-11T21:04:19.776Z[ recovery-image] Sep 11 21:04:18.547 INFO O| Sep 11 21:04:18.547 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-11T21:04:19.776Z[ recovery-image] Sep 11 21:04:18.556 INFO O| Sep 11 21:04:18.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
73662026-09-11T21:04:19.776Z[ recovery-image] Sep 11 21:04:18.556 INFO O| Sep 11 21:04:18.556 INFO STEP 508 (remove_files) COMPLETE
73672026-09-11T21:04:19.777Z[ recovery-image] Sep 11 21:04:18.556 INFO O| Sep 11 21:04:18.556 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-11T21:04:19.815Z[ recovery-image] Sep 11 21:04:18.565 INFO O| Sep 11 21:04:18.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
73692026-09-11T21:04:19.815Z[ recovery-image] Sep 11 21:04:18.565 INFO O| Sep 11 21:04:18.565 INFO STEP 509 (remove_files) COMPLETE
73702026-09-11T21:04:19.822Z[ recovery-image] Sep 11 21:04:18.565 INFO O| Sep 11 21:04:18.565 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.575 INFO O| Sep 11 21:04:18.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
73722026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.575 INFO O| Sep 11 21:04:18.575 INFO STEP 510 (remove_files) COMPLETE
73732026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.575 INFO O| Sep 11 21:04:18.575 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.585 INFO O| Sep 11 21:04:18.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
73752026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.585 INFO O| Sep 11 21:04:18.585 INFO STEP 511 (remove_files) COMPLETE
73762026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.585 INFO O| Sep 11 21:04:18.585 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.594 INFO O| Sep 11 21:04:18.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
73782026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.594 INFO O| Sep 11 21:04:18.594 INFO STEP 512 (remove_files) COMPLETE
73792026-09-11T21:04:19.823Z[ recovery-image] Sep 11 21:04:18.594 INFO O| Sep 11 21:04:18.594 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-11T21:04:19.827Z[ recovery-image] Sep 11 21:04:18.604 INFO O| Sep 11 21:04:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
73812026-09-11T21:04:19.828Z[ recovery-image] Sep 11 21:04:18.604 INFO O| Sep 11 21:04:18.604 INFO STEP 513 (remove_files) COMPLETE
73822026-09-11T21:04:19.828Z[ recovery-image] Sep 11 21:04:18.604 INFO O| Sep 11 21:04:18.604 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-11T21:04:19.833Z[ recovery-image] Sep 11 21:04:18.612 INFO O| Sep 11 21:04:18.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
73842026-09-11T21:04:19.833Z[ recovery-image] Sep 11 21:04:18.612 INFO O| Sep 11 21:04:18.612 INFO STEP 514 (remove_files) COMPLETE
73852026-09-11T21:04:19.833Z[ recovery-image] Sep 11 21:04:18.612 INFO O| Sep 11 21:04:18.612 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-11T21:04:19.843Z[ recovery-image] Sep 11 21:04:18.622 INFO O| Sep 11 21:04:18.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
73872026-09-11T21:04:19.843Z[ recovery-image] Sep 11 21:04:18.622 INFO O| Sep 11 21:04:18.622 INFO STEP 515 (remove_files) COMPLETE
73882026-09-11T21:04:19.849Z[ recovery-image] Sep 11 21:04:18.622 INFO O| Sep 11 21:04:18.622 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-11T21:04:19.856Z[ recovery-image] Sep 11 21:04:18.631 INFO O| Sep 11 21:04:18.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
73902026-09-11T21:04:19.856Z[ recovery-image] Sep 11 21:04:18.631 INFO O| Sep 11 21:04:18.631 INFO STEP 516 (remove_files) COMPLETE
73912026-09-11T21:04:19.857Z[ recovery-image] Sep 11 21:04:18.631 INFO O| Sep 11 21:04:18.631 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-11T21:04:19.863Z[ recovery-image] Sep 11 21:04:18.641 INFO O| Sep 11 21:04:18.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
73932026-09-11T21:04:19.863Z[ recovery-image] Sep 11 21:04:18.641 INFO O| Sep 11 21:04:18.641 INFO STEP 517 (remove_files) COMPLETE
73942026-09-11T21:04:19.863Z[ recovery-image] Sep 11 21:04:18.641 INFO O| Sep 11 21:04:18.641 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-11T21:04:19.870Z[ recovery-image] Sep 11 21:04:18.651 INFO O| Sep 11 21:04:18.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
73962026-09-11T21:04:19.870Z[ recovery-image] Sep 11 21:04:18.651 INFO O| Sep 11 21:04:18.651 INFO STEP 518 (remove_files) COMPLETE
73972026-09-11T21:04:19.870Z[ recovery-image] Sep 11 21:04:18.651 INFO O| Sep 11 21:04:18.651 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-11T21:04:19.881Z[ recovery-image] Sep 11 21:04:18.658 INFO O| Sep 11 21:04:18.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
73992026-09-11T21:04:19.881Z[ recovery-image] Sep 11 21:04:18.658 INFO O| Sep 11 21:04:18.658 INFO STEP 519 (remove_files) COMPLETE
74002026-09-11T21:04:19.881Z[ recovery-image] Sep 11 21:04:18.658 INFO O| Sep 11 21:04:18.658 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-11T21:04:19.887Z[ recovery-image] Sep 11 21:04:18.665 INFO O| Sep 11 21:04:18.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
74022026-09-11T21:04:19.887Z[ recovery-image] Sep 11 21:04:18.665 INFO O| Sep 11 21:04:18.665 INFO STEP 520 (remove_files) COMPLETE
74032026-09-11T21:04:19.888Z[ recovery-image] Sep 11 21:04:18.665 INFO O| Sep 11 21:04:18.665 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-11T21:04:19.895Z[ recovery-image] Sep 11 21:04:18.673 INFO O| Sep 11 21:04:18.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
74052026-09-11T21:04:19.895Z[ recovery-image] Sep 11 21:04:18.673 INFO O| Sep 11 21:04:18.673 INFO STEP 521 (remove_files) COMPLETE
74062026-09-11T21:04:19.901Z[ recovery-image] Sep 11 21:04:18.673 INFO O| Sep 11 21:04:18.673 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-11T21:04:19.913Z[ recovery-image] Sep 11 21:04:18.680 INFO O| Sep 11 21:04:18.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
74082026-09-11T21:04:19.913Z[ recovery-image] Sep 11 21:04:18.680 INFO O| Sep 11 21:04:18.680 INFO STEP 522 (remove_files) COMPLETE
74092026-09-11T21:04:19.914Z[ recovery-image] Sep 11 21:04:18.680 INFO O| Sep 11 21:04:18.680 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-11T21:04:19.918Z[ recovery-image] Sep 11 21:04:18.688 INFO O| Sep 11 21:04:18.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
74112026-09-11T21:04:19.918Z[ recovery-image] Sep 11 21:04:18.688 INFO O| Sep 11 21:04:18.688 INFO STEP 523 (remove_files) COMPLETE
74122026-09-11T21:04:19.918Z[ recovery-image] Sep 11 21:04:18.688 INFO O| Sep 11 21:04:18.688 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-11T21:04:19.919Z[ recovery-image] Sep 11 21:04:18.696 INFO O| Sep 11 21:04:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
74142026-09-11T21:04:19.919Z[ recovery-image] Sep 11 21:04:18.696 INFO O| Sep 11 21:04:18.696 INFO STEP 524 (remove_files) COMPLETE
74152026-09-11T21:04:19.919Z[ recovery-image] Sep 11 21:04:18.696 INFO O| Sep 11 21:04:18.696 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-11T21:04:19.925Z[ recovery-image] Sep 11 21:04:18.705 INFO O| Sep 11 21:04:18.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
74172026-09-11T21:04:19.925Z[ recovery-image] Sep 11 21:04:18.705 INFO O| Sep 11 21:04:18.705 INFO STEP 525 (remove_files) COMPLETE
74182026-09-11T21:04:19.925Z[ recovery-image] Sep 11 21:04:18.705 INFO O| Sep 11 21:04:18.705 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-11T21:04:19.933Z[ recovery-image] Sep 11 21:04:18.713 INFO O| Sep 11 21:04:18.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
74202026-09-11T21:04:19.935Z[ recovery-image] Sep 11 21:04:18.713 INFO O| Sep 11 21:04:18.713 INFO STEP 526 (remove_files) COMPLETE
74212026-09-11T21:04:19.935Z[ recovery-image] Sep 11 21:04:18.713 INFO O| Sep 11 21:04:18.713 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.720 INFO O| Sep 11 21:04:18.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
74232026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.720 INFO O| Sep 11 21:04:18.720 INFO STEP 527 (remove_files) COMPLETE
74242026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.720 INFO O| Sep 11 21:04:18.720 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.727 INFO O| Sep 11 21:04:18.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
74262026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.727 INFO O| Sep 11 21:04:18.727 INFO STEP 528 (remove_files) COMPLETE
74272026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.727 INFO O| Sep 11 21:04:18.727 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.735 INFO O| Sep 11 21:04:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
74292026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.735 INFO O| Sep 11 21:04:18.735 INFO STEP 529 (remove_files) COMPLETE
74302026-09-11T21:04:19.964Z[ recovery-image] Sep 11 21:04:18.735 INFO O| Sep 11 21:04:18.735 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-11T21:04:19.965Z[ recovery-image] Sep 11 21:04:18.742 INFO O| Sep 11 21:04:18.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
74322026-09-11T21:04:19.965Z[ recovery-image] Sep 11 21:04:18.742 INFO O| Sep 11 21:04:18.742 INFO STEP 530 (remove_files) COMPLETE
74332026-09-11T21:04:19.965Z[ recovery-image] Sep 11 21:04:18.742 INFO O| Sep 11 21:04:18.742 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-11T21:04:19.972Z[ recovery-image] Sep 11 21:04:18.752 INFO O| Sep 11 21:04:18.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
74352026-09-11T21:04:19.973Z[ recovery-image] Sep 11 21:04:18.752 INFO O| Sep 11 21:04:18.752 INFO STEP 531 (remove_files) COMPLETE
74362026-09-11T21:04:19.978Z[ recovery-image] Sep 11 21:04:18.753 INFO O| Sep 11 21:04:18.752 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-11T21:04:19.982Z[ recovery-image] Sep 11 21:04:18.760 INFO O| Sep 11 21:04:18.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
74382026-09-11T21:04:19.982Z[ recovery-image] Sep 11 21:04:18.760 INFO O| Sep 11 21:04:18.760 INFO STEP 532 (remove_files) COMPLETE
74392026-09-11T21:04:19.982Z[ recovery-image] Sep 11 21:04:18.760 INFO O| Sep 11 21:04:18.760 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-11T21:04:19.989Z[ recovery-image] Sep 11 21:04:18.769 INFO O| Sep 11 21:04:18.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
74412026-09-11T21:04:19.989Z[ recovery-image] Sep 11 21:04:18.769 INFO O| Sep 11 21:04:18.769 INFO STEP 533 (remove_files) COMPLETE
74422026-09-11T21:04:19.993Z[ recovery-image] Sep 11 21:04:18.769 INFO O| Sep 11 21:04:18.769 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-11T21:04:19.998Z[ recovery-image] Sep 11 21:04:18.777 INFO O| Sep 11 21:04:18.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
74442026-09-11T21:04:19.998Z[ recovery-image] Sep 11 21:04:18.777 INFO O| Sep 11 21:04:18.777 INFO STEP 534 (remove_files) COMPLETE
74452026-09-11T21:04:19.998Z[ recovery-image] Sep 11 21:04:18.777 INFO O| Sep 11 21:04:18.777 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-11T21:04:20.005Z[ recovery-image] Sep 11 21:04:18.786 INFO O| Sep 11 21:04:18.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
74472026-09-11T21:04:20.005Z[ recovery-image] Sep 11 21:04:18.786 INFO O| Sep 11 21:04:18.786 INFO STEP 535 (remove_files) COMPLETE
74482026-09-11T21:04:20.008Z[ recovery-image] Sep 11 21:04:18.786 INFO O| Sep 11 21:04:18.786 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-11T21:04:20.013Z[ recovery-image] Sep 11 21:04:18.794 INFO O| Sep 11 21:04:18.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
74502026-09-11T21:04:20.013Z[ recovery-image] Sep 11 21:04:18.794 INFO O| Sep 11 21:04:18.794 INFO STEP 536 (remove_files) COMPLETE
74512026-09-11T21:04:20.013Z[ recovery-image] Sep 11 21:04:18.794 INFO O| Sep 11 21:04:18.794 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-11T21:04:20.025Z[ recovery-image] Sep 11 21:04:18.802 INFO O| Sep 11 21:04:18.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
74532026-09-11T21:04:20.025Z[ recovery-image] Sep 11 21:04:18.802 INFO O| Sep 11 21:04:18.802 INFO STEP 537 (remove_files) COMPLETE
74542026-09-11T21:04:20.031Z[ recovery-image] Sep 11 21:04:18.802 INFO O| Sep 11 21:04:18.802 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-11T21:04:20.031Z[ recovery-image] Sep 11 21:04:18.809 INFO O| Sep 11 21:04:18.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
74562026-09-11T21:04:20.031Z[ recovery-image] Sep 11 21:04:18.809 INFO O| Sep 11 21:04:18.809 INFO STEP 538 (remove_files) COMPLETE
74572026-09-11T21:04:20.031Z[ recovery-image] Sep 11 21:04:18.809 INFO O| Sep 11 21:04:18.809 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-11T21:04:20.038Z[ recovery-image] Sep 11 21:04:18.817 INFO O| Sep 11 21:04:18.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
74592026-09-11T21:04:20.038Z[ recovery-image] Sep 11 21:04:18.817 INFO O| Sep 11 21:04:18.817 INFO STEP 539 (remove_files) COMPLETE
74602026-09-11T21:04:20.042Z[ recovery-image] Sep 11 21:04:18.817 INFO O| Sep 11 21:04:18.817 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-11T21:04:20.045Z[ recovery-image] Sep 11 21:04:18.825 INFO O| Sep 11 21:04:18.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
74622026-09-11T21:04:20.045Z[ recovery-image] Sep 11 21:04:18.825 INFO O| Sep 11 21:04:18.825 INFO STEP 540 (remove_files) COMPLETE
74632026-09-11T21:04:20.046Z[ recovery-image] Sep 11 21:04:18.825 INFO O| Sep 11 21:04:18.825 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-11T21:04:20.052Z[ host-image] Sep 11 21:04:18.833 INFO O| creating gzonly manifest...
74652026-09-11T21:04:20.056Z[ recovery-image] Sep 11 21:04:18.834 INFO O| Sep 11 21:04:18.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
74662026-09-11T21:04:20.056Z[ recovery-image] Sep 11 21:04:18.835 INFO O| Sep 11 21:04:18.835 INFO STEP 541 (remove_files) COMPLETE
74672026-09-11T21:04:20.056Z[ recovery-image] Sep 11 21:04:18.835 INFO O| Sep 11 21:04:18.835 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-09-11T21:04:20.059Z[ host-image] Sep 11 21:04:18.840 INFO O| ok
74692026-09-11T21:04:20.064Z[ recovery-image] Sep 11 21:04:18.845 INFO O| Sep 11 21:04:18.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
74702026-09-11T21:04:20.068Z[ recovery-image] Sep 11 21:04:18.845 INFO O| Sep 11 21:04:18.845 INFO STEP 542 (remove_files) COMPLETE
74712026-09-11T21:04:20.068Z[ recovery-image] Sep 11 21:04:18.845 INFO O| Sep 11 21:04:18.845 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-09-11T21:04:20.072Z[ recovery-image] Sep 11 21:04:18.854 INFO O| Sep 11 21:04:18.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
74732026-09-11T21:04:20.072Z[ recovery-image] Sep 11 21:04:18.854 INFO O| Sep 11 21:04:18.854 INFO STEP 543 (remove_files) COMPLETE
74742026-09-11T21:04:20.072Z[ recovery-image] Sep 11 21:04:18.854 INFO O| Sep 11 21:04:18.854 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-09-11T21:04:20.082Z[ recovery-image] Sep 11 21:04:18.862 INFO O| Sep 11 21:04:18.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
74762026-09-11T21:04:20.082Z[ recovery-image] Sep 11 21:04:18.862 INFO O| Sep 11 21:04:18.862 INFO STEP 544 (remove_files) COMPLETE
74772026-09-11T21:04:20.084Z[ recovery-image] Sep 11 21:04:18.862 INFO O| Sep 11 21:04:18.862 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-09-11T21:04:20.090Z[ recovery-image] Sep 11 21:04:18.871 INFO O| Sep 11 21:04:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
74792026-09-11T21:04:20.090Z[ recovery-image] Sep 11 21:04:18.871 INFO O| Sep 11 21:04:18.871 INFO STEP 545 (remove_files) COMPLETE
74802026-09-11T21:04:20.093Z[ recovery-image] Sep 11 21:04:18.871 INFO O| Sep 11 21:04:18.871 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-09-11T21:04:20.101Z[ recovery-image] Sep 11 21:04:18.881 INFO O| Sep 11 21:04:18.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
74822026-09-11T21:04:20.101Z[ recovery-image] Sep 11 21:04:18.881 INFO O| Sep 11 21:04:18.881 INFO STEP 546 (remove_files) COMPLETE
74832026-09-11T21:04:20.101Z[ recovery-image] Sep 11 21:04:18.881 INFO O| Sep 11 21:04:18.881 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-09-11T21:04:20.108Z[ recovery-image] Sep 11 21:04:18.889 INFO O| Sep 11 21:04:18.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
74852026-09-11T21:04:20.108Z[ recovery-image] Sep 11 21:04:18.889 INFO O| Sep 11 21:04:18.889 INFO STEP 547 (remove_files) COMPLETE
74862026-09-11T21:04:20.112Z[ recovery-image] Sep 11 21:04:18.889 INFO O| Sep 11 21:04:18.889 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-09-11T21:04:20.118Z[ recovery-image] Sep 11 21:04:18.897 INFO O| Sep 11 21:04:18.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
74882026-09-11T21:04:20.119Z[ recovery-image] Sep 11 21:04:18.897 INFO O| Sep 11 21:04:18.897 INFO STEP 548 (remove_files) COMPLETE
74892026-09-11T21:04:20.119Z[ recovery-image] Sep 11 21:04:18.897 INFO O| Sep 11 21:04:18.897 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-09-11T21:04:20.128Z[ recovery-image] Sep 11 21:04:18.906 INFO O| Sep 11 21:04:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
74912026-09-11T21:04:20.128Z[ recovery-image] Sep 11 21:04:18.906 INFO O| Sep 11 21:04:18.906 INFO STEP 549 (remove_files) COMPLETE
74922026-09-11T21:04:20.129Z[ recovery-image] Sep 11 21:04:18.906 INFO O| Sep 11 21:04:18.906 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-09-11T21:04:20.136Z[ recovery-image] Sep 11 21:04:18.917 INFO O| Sep 11 21:04:18.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
74942026-09-11T21:04:20.140Z[ recovery-image] Sep 11 21:04:18.918 INFO O| Sep 11 21:04:18.918 INFO STEP 550 (remove_files) COMPLETE
74952026-09-11T21:04:20.140Z[ recovery-image] Sep 11 21:04:18.918 INFO O| Sep 11 21:04:18.918 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-09-11T21:04:20.147Z[ recovery-image] Sep 11 21:04:18.929 INFO O| Sep 11 21:04:18.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
74972026-09-11T21:04:20.147Z[ recovery-image] Sep 11 21:04:18.929 INFO O| Sep 11 21:04:18.929 INFO STEP 551 (remove_files) COMPLETE
74982026-09-11T21:04:20.148Z[ recovery-image] Sep 11 21:04:18.929 INFO O| Sep 11 21:04:18.929 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-09-11T21:04:20.157Z[ recovery-image] Sep 11 21:04:18.938 INFO O| Sep 11 21:04:18.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
75002026-09-11T21:04:20.158Z[ recovery-image] Sep 11 21:04:18.938 INFO O| Sep 11 21:04:18.938 INFO STEP 552 (remove_files) COMPLETE
75012026-09-11T21:04:20.158Z[ recovery-image] Sep 11 21:04:18.938 INFO O| Sep 11 21:04:18.938 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-09-11T21:04:20.167Z[ recovery-image] Sep 11 21:04:18.948 INFO O| Sep 11 21:04:18.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
75032026-09-11T21:04:20.167Z[ recovery-image] Sep 11 21:04:18.948 INFO O| Sep 11 21:04:18.948 INFO STEP 553 (remove_files) COMPLETE
75042026-09-11T21:04:20.168Z[ recovery-image] Sep 11 21:04:18.948 INFO O| Sep 11 21:04:18.948 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-09-11T21:04:20.177Z[ recovery-image] Sep 11 21:04:18.958 INFO O| Sep 11 21:04:18.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
75062026-09-11T21:04:20.177Z[ recovery-image] Sep 11 21:04:18.958 INFO O| Sep 11 21:04:18.958 INFO STEP 554 (remove_files) COMPLETE
75072026-09-11T21:04:20.177Z[ recovery-image] Sep 11 21:04:18.958 INFO O| Sep 11 21:04:18.958 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-09-11T21:04:20.186Z[ host-image] Sep 11 21:04:18.958 INFO image builder template: ramdisk-02-trim...
75092026-09-11T21:04:20.187Z[ host-image] Sep 11 21:04:18.958 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/.tmpAiB8Pk/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
75102026-09-11T21:04:20.205Z[ recovery-image] Sep 11 21:04:18.968 INFO O| Sep 11 21:04:18.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
75112026-09-11T21:04:20.205Z[ recovery-image] Sep 11 21:04:18.968 INFO O| Sep 11 21:04:18.968 INFO STEP 555 (remove_files) COMPLETE
75122026-09-11T21:04:20.205Z[ recovery-image] Sep 11 21:04:18.969 INFO O| Sep 11 21:04:18.968 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-11T21:04:20.205Z[ recovery-image] Sep 11 21:04:18.979 INFO O| Sep 11 21:04:18.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
75142026-09-11T21:04:20.205Z[ recovery-image] Sep 11 21:04:18.979 INFO O| Sep 11 21:04:18.979 INFO STEP 556 (remove_files) COMPLETE
75152026-09-11T21:04:20.206Z[ recovery-image] Sep 11 21:04:18.979 INFO O| Sep 11 21:04:18.979 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-11T21:04:20.206Z[ host-image] Sep 11 21:04:18.982 INFO O| Sep 11 21:04:18.982 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
75172026-09-11T21:04:20.210Z[ host-image] Sep 11 21:04:18.986 INFO O| Sep 11 21:04:18.986 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
75182026-09-11T21:04:20.210Z[ recovery-image] Sep 11 21:04:18.990 INFO O| Sep 11 21:04:18.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
75192026-09-11T21:04:20.211Z[ recovery-image] Sep 11 21:04:18.990 INFO O| Sep 11 21:04:18.990 INFO STEP 557 (remove_files) COMPLETE
75202026-09-11T21:04:20.211Z[ recovery-image] Sep 11 21:04:18.990 INFO O| Sep 11 21:04:18.990 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-11T21:04:20.246Z[ recovery-image] Sep 11 21:04:19.025 INFO O| Sep 11 21:04:19.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
75222026-09-11T21:04:20.246Z[ recovery-image] Sep 11 21:04:19.025 INFO O| Sep 11 21:04:19.025 INFO STEP 558 (remove_files) COMPLETE
75232026-09-11T21:04:20.249Z[ recovery-image] Sep 11 21:04:19.025 INFO O| Sep 11 21:04:19.025 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-11T21:04:20.256Z[ recovery-image] Sep 11 21:04:19.037 INFO O| Sep 11 21:04:19.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
75252026-09-11T21:04:20.256Z[ recovery-image] Sep 11 21:04:19.037 INFO O| Sep 11 21:04:19.037 INFO STEP 559 (remove_files) COMPLETE
75262026-09-11T21:04:20.256Z[ recovery-image] Sep 11 21:04:19.037 INFO O| Sep 11 21:04:19.037 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-11T21:04:20.268Z[ recovery-image] Sep 11 21:04:19.049 INFO O| Sep 11 21:04:19.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
75282026-09-11T21:04:20.268Z[ recovery-image] Sep 11 21:04:19.049 INFO O| Sep 11 21:04:19.049 INFO STEP 560 (remove_files) COMPLETE
75292026-09-11T21:04:20.268Z[ recovery-image] Sep 11 21:04:19.049 INFO O| Sep 11 21:04:19.049 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-11T21:04:20.280Z[ recovery-image] Sep 11 21:04:19.061 INFO O| Sep 11 21:04:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
75312026-09-11T21:04:20.280Z[ recovery-image] Sep 11 21:04:19.061 INFO O| Sep 11 21:04:19.061 INFO STEP 561 (remove_files) COMPLETE
75322026-09-11T21:04:20.281Z[ recovery-image] Sep 11 21:04:19.061 INFO O| Sep 11 21:04:19.061 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-11T21:04:20.293Z[ recovery-image] Sep 11 21:04:19.074 INFO O| Sep 11 21:04:19.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
75342026-09-11T21:04:20.293Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
75352026-09-11T21:04:20.293Z[ recovery-image] Sep 11 21:04:19.074 INFO O| Sep 11 21:04:19.074 INFO STEP 562 (remove_files) COMPLETE
75362026-09-11T21:04:20.293Z[ recovery-image] Sep 11 21:04:19.074 INFO O| Sep 11 21:04:19.074 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-11T21:04:20.305Z[ recovery-image] Sep 11 21:04:19.086 INFO O| Sep 11 21:04:19.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
75382026-09-11T21:04:20.312Z[ recovery-image] Sep 11 21:04:19.087 INFO O| Sep 11 21:04:19.087 INFO STEP 563 (remove_files) COMPLETE
75392026-09-11T21:04:20.312Z[ recovery-image] Sep 11 21:04:19.087 INFO O| Sep 11 21:04:19.087 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-09-11T21:04:20.316Z[ recovery-image] Sep 11 21:04:19.097 INFO O| Sep 11 21:04:19.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
75412026-09-11T21:04:20.316Z[ recovery-image] Sep 11 21:04:19.097 INFO O| Sep 11 21:04:19.097 INFO STEP 564 (remove_files) COMPLETE
75422026-09-11T21:04:20.316Z[ recovery-image] Sep 11 21:04:19.097 INFO O| Sep 11 21:04:19.097 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-11T21:04:20.330Z[ recovery-image] Sep 11 21:04:19.111 INFO O| Sep 11 21:04:19.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
75442026-09-11T21:04:20.333Z[ recovery-image] Sep 11 21:04:19.112 INFO O| Sep 11 21:04:19.112 INFO STEP 565 (remove_files) COMPLETE
75452026-09-11T21:04:20.334Z[ recovery-image] Sep 11 21:04:19.112 INFO O| Sep 11 21:04:19.112 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-11T21:04:20.341Z[ recovery-image] Sep 11 21:04:19.123 INFO O| Sep 11 21:04:19.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
75472026-09-11T21:04:20.347Z[ recovery-image] Sep 11 21:04:19.123 INFO O| Sep 11 21:04:19.123 INFO STEP 566 (remove_files) COMPLETE
75482026-09-11T21:04:20.347Z[ recovery-image] Sep 11 21:04:19.123 INFO O| Sep 11 21:04:19.123 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-11T21:04:20.353Z[ recovery-image] Sep 11 21:04:19.134 INFO O| Sep 11 21:04:19.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
75502026-09-11T21:04:20.353Z[ recovery-image] Sep 11 21:04:19.134 INFO O| Sep 11 21:04:19.134 INFO STEP 567 (remove_files) COMPLETE
75512026-09-11T21:04:20.353Z[ recovery-image] Sep 11 21:04:19.134 INFO O| Sep 11 21:04:19.134 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-11T21:04:20.365Z[ recovery-image] Sep 11 21:04:19.146 INFO O| Sep 11 21:04:19.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
75532026-09-11T21:04:20.365Z[ recovery-image] Sep 11 21:04:19.146 INFO O| Sep 11 21:04:19.146 INFO STEP 568 (remove_files) COMPLETE
75542026-09-11T21:04:20.365Z[ recovery-image] Sep 11 21:04:19.146 INFO O| Sep 11 21:04:19.146 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-11T21:04:20.375Z[ recovery-image] Sep 11 21:04:19.156 INFO O| Sep 11 21:04:19.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
75562026-09-11T21:04:20.376Z[ recovery-image] Sep 11 21:04:19.156 INFO O| Sep 11 21:04:19.156 INFO STEP 569 (remove_files) COMPLETE
75572026-09-11T21:04:20.376Z[ recovery-image] Sep 11 21:04:19.156 INFO O| Sep 11 21:04:19.156 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-11T21:04:20.386Z[ recovery-image] Sep 11 21:04:19.167 INFO O| Sep 11 21:04:19.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
75592026-09-11T21:04:20.386Z[ recovery-image] Sep 11 21:04:19.167 INFO O| Sep 11 21:04:19.167 INFO STEP 570 (remove_files) COMPLETE
75602026-09-11T21:04:20.387Z[ recovery-image] Sep 11 21:04:19.167 INFO O| Sep 11 21:04:19.167 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-09-11T21:04:20.396Z[ recovery-image] Sep 11 21:04:19.177 INFO O| Sep 11 21:04:19.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
75622026-09-11T21:04:20.396Z[ recovery-image] Sep 11 21:04:19.177 INFO O| Sep 11 21:04:19.177 INFO STEP 571 (remove_files) COMPLETE
75632026-09-11T21:04:20.396Z[ recovery-image] Sep 11 21:04:19.177 INFO O| Sep 11 21:04:19.177 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-09-11T21:04:20.407Z[ recovery-image] Sep 11 21:04:19.188 INFO O| Sep 11 21:04:19.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
75652026-09-11T21:04:20.407Z[ recovery-image] Sep 11 21:04:19.188 INFO O| Sep 11 21:04:19.188 INFO STEP 572 (remove_files) COMPLETE
75662026-09-11T21:04:20.407Z[ recovery-image] Sep 11 21:04:19.188 INFO O| Sep 11 21:04:19.188 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-09-11T21:04:20.418Z[ recovery-image] Sep 11 21:04:19.199 INFO O| Sep 11 21:04:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
75682026-09-11T21:04:20.418Z[ recovery-image] Sep 11 21:04:19.200 INFO O| Sep 11 21:04:19.200 INFO STEP 573 (remove_files) COMPLETE
75692026-09-11T21:04:20.418Z[ recovery-image] Sep 11 21:04:19.200 INFO O| Sep 11 21:04:19.200 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-09-11T21:04:20.428Z[ recovery-image] Sep 11 21:04:19.210 INFO O| Sep 11 21:04:19.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
75712026-09-11T21:04:20.428Z[ recovery-image] Sep 11 21:04:19.210 INFO O| Sep 11 21:04:19.210 INFO STEP 574 (remove_files) COMPLETE
75722026-09-11T21:04:20.429Z[ recovery-image] Sep 11 21:04:19.210 INFO O| Sep 11 21:04:19.210 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-09-11T21:04:20.440Z[ recovery-image] Sep 11 21:04:19.222 INFO O| Sep 11 21:04:19.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
75742026-09-11T21:04:20.441Z[ host-image] Sep 11 21:04:19.222 INFO O| Sep 11 21:04:19.222 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
75752026-09-11T21:04:20.441Z[ recovery-image] Sep 11 21:04:19.222 INFO O| Sep 11 21:04:19.222 INFO STEP 575 (remove_files) COMPLETE
75762026-09-11T21:04:20.441Z[ recovery-image] Sep 11 21:04:19.222 INFO O| Sep 11 21:04:19.222 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-11T21:04:20.451Z[ recovery-image] Sep 11 21:04:19.232 INFO O| Sep 11 21:04:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
75782026-09-11T21:04:20.455Z[ recovery-image] Sep 11 21:04:19.232 INFO O| Sep 11 21:04:19.232 INFO STEP 576 (remove_files) COMPLETE
75792026-09-11T21:04:20.455Z[ recovery-image] Sep 11 21:04:19.232 INFO O| Sep 11 21:04:19.232 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-11T21:04:20.455Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
75812026-09-11T21:04:20.465Z[ recovery-image] Sep 11 21:04:19.245 INFO O| Sep 11 21:04:19.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
75822026-09-11T21:04:20.465Z[ recovery-image] Sep 11 21:04:19.245 INFO O| Sep 11 21:04:19.245 INFO STEP 577 (remove_files) COMPLETE
75832026-09-11T21:04:20.465Z[ recovery-image] Sep 11 21:04:19.245 INFO O| Sep 11 21:04:19.245 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-11T21:04:20.475Z[ recovery-image] Sep 11 21:04:19.256 INFO O| Sep 11 21:04:19.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
75852026-09-11T21:04:20.476Z[ recovery-image] Sep 11 21:04:19.256 INFO O| Sep 11 21:04:19.256 INFO STEP 578 (remove_files) COMPLETE
75862026-09-11T21:04:20.476Z[ recovery-image] Sep 11 21:04:19.256 INFO O| Sep 11 21:04:19.256 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-11T21:04:20.487Z[ recovery-image] Sep 11 21:04:19.269 INFO O| Sep 11 21:04:19.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
75882026-09-11T21:04:20.487Z[ recovery-image] Sep 11 21:04:19.269 INFO O| Sep 11 21:04:19.269 INFO STEP 579 (remove_files) COMPLETE
75892026-09-11T21:04:20.492Z[ recovery-image] Sep 11 21:04:19.269 INFO O| Sep 11 21:04:19.269 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-11T21:04:20.497Z[ recovery-image] Sep 11 21:04:19.279 INFO O| Sep 11 21:04:19.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
75912026-09-11T21:04:20.498Z[ recovery-image] Sep 11 21:04:19.279 INFO O| Sep 11 21:04:19.279 INFO STEP 580 (remove_files) COMPLETE
75922026-09-11T21:04:20.498Z[ recovery-image] Sep 11 21:04:19.279 INFO O| Sep 11 21:04:19.279 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-11T21:04:20.508Z[ recovery-image] Sep 11 21:04:19.288 INFO O| Sep 11 21:04:19.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
75942026-09-11T21:04:20.508Z[ recovery-image] Sep 11 21:04:19.289 INFO O| Sep 11 21:04:19.289 INFO STEP 581 (remove_files) COMPLETE
75952026-09-11T21:04:20.508Z[ recovery-image] Sep 11 21:04:19.289 INFO O| Sep 11 21:04:19.289 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-11T21:04:20.517Z[ recovery-image] Sep 11 21:04:19.298 INFO O| Sep 11 21:04:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
75972026-09-11T21:04:20.517Z[ recovery-image] Sep 11 21:04:19.298 INFO O| Sep 11 21:04:19.298 INFO STEP 582 (remove_files) COMPLETE
75982026-09-11T21:04:20.517Z[ recovery-image] Sep 11 21:04:19.298 INFO O| Sep 11 21:04:19.298 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-11T21:04:20.527Z[ recovery-image] Sep 11 21:04:19.308 INFO O| Sep 11 21:04:19.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
76002026-09-11T21:04:20.527Z[ recovery-image] Sep 11 21:04:19.308 INFO O| Sep 11 21:04:19.308 INFO STEP 583 (remove_files) COMPLETE
76012026-09-11T21:04:20.527Z[ recovery-image] Sep 11 21:04:19.308 INFO O| Sep 11 21:04:19.308 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-11T21:04:20.539Z[ recovery-image] Sep 11 21:04:19.319 INFO O| Sep 11 21:04:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
76032026-09-11T21:04:20.542Z[ recovery-image] Sep 11 21:04:19.319 INFO O| Sep 11 21:04:19.319 INFO STEP 584 (remove_files) COMPLETE
76042026-09-11T21:04:20.543Z[ recovery-image] Sep 11 21:04:19.319 INFO O| Sep 11 21:04:19.319 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-11T21:04:20.543Z[ host-image] Sep 11 21:04:19.323 INFO O| Sep 11 21:04:19.323 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
76062026-09-11T21:04:20.543Z[ host-image] Sep 11 21:04:19.323 INFO O| Sep 11 21:04:19.323 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
76072026-09-11T21:04:20.546Z[ host-image] Sep 11 21:04:19.328 INFO O| Sep 11 21:04:19.328 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
76082026-09-11T21:04:20.552Z[ recovery-image] Sep 11 21:04:19.330 INFO O| Sep 11 21:04:19.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
76092026-09-11T21:04:20.552Z[ recovery-image] Sep 11 21:04:19.330 INFO O| Sep 11 21:04:19.330 INFO STEP 585 (remove_files) COMPLETE
76102026-09-11T21:04:20.553Z[ recovery-image] Sep 11 21:04:19.330 INFO O| Sep 11 21:04:19.330 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-11T21:04:20.557Z[ host-image] Sep 11 21:04:19.332 INFO O| Sep 11 21:04:19.332 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
76122026-09-11T21:04:20.557Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
76132026-09-11T21:04:20.557Z[ host-image] Sep 11 21:04:19.337 INFO O| Sep 11 21:04:19.337 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
76142026-09-11T21:04:20.561Z[ recovery-image] Sep 11 21:04:19.339 INFO O| Sep 11 21:04:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
76152026-09-11T21:04:20.561Z[ recovery-image] Sep 11 21:04:19.340 INFO O| Sep 11 21:04:19.340 INFO STEP 586 (remove_files) COMPLETE
76162026-09-11T21:04:20.561Z[ recovery-image] Sep 11 21:04:19.340 INFO O| Sep 11 21:04:19.340 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-11T21:04:20.567Z[ recovery-image] Sep 11 21:04:19.349 INFO O| Sep 11 21:04:19.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
76182026-09-11T21:04:20.568Z[ recovery-image] Sep 11 21:04:19.349 INFO O| Sep 11 21:04:19.349 INFO STEP 587 (remove_files) COMPLETE
76192026-09-11T21:04:20.568Z[ recovery-image] Sep 11 21:04:19.349 INFO O| Sep 11 21:04:19.349 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-09-11T21:04:20.576Z[ recovery-image] Sep 11 21:04:19.358 INFO O| Sep 11 21:04:19.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
76212026-09-11T21:04:20.577Z[ recovery-image] Sep 11 21:04:19.358 INFO O| Sep 11 21:04:19.358 INFO STEP 588 (remove_files) COMPLETE
76222026-09-11T21:04:20.577Z[ recovery-image] Sep 11 21:04:19.358 INFO O| Sep 11 21:04:19.358 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-11T21:04:20.586Z[ recovery-image] Sep 11 21:04:19.367 INFO O| Sep 11 21:04:19.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
76242026-09-11T21:04:20.586Z[ recovery-image] Sep 11 21:04:19.367 INFO O| Sep 11 21:04:19.367 INFO STEP 589 (remove_files) COMPLETE
76252026-09-11T21:04:20.590Z[ recovery-image] Sep 11 21:04:19.367 INFO O| Sep 11 21:04:19.367 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-11T21:04:20.596Z[ recovery-image] Sep 11 21:04:19.378 INFO O| Sep 11 21:04:19.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
76272026-09-11T21:04:20.596Z[ recovery-image] Sep 11 21:04:19.378 INFO O| Sep 11 21:04:19.377 INFO STEP 590 (remove_files) COMPLETE
76282026-09-11T21:04:20.596Z[ recovery-image] Sep 11 21:04:19.378 INFO O| Sep 11 21:04:19.377 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-11T21:04:20.607Z[ recovery-image] Sep 11 21:04:19.388 INFO O| Sep 11 21:04:19.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
76302026-09-11T21:04:20.607Z[ recovery-image] Sep 11 21:04:19.388 INFO O| Sep 11 21:04:19.388 INFO STEP 591 (remove_files) COMPLETE
76312026-09-11T21:04:20.612Z[ recovery-image] Sep 11 21:04:19.388 INFO O| Sep 11 21:04:19.388 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-11T21:04:20.617Z[ recovery-image] Sep 11 21:04:19.399 INFO O| Sep 11 21:04:19.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
76332026-09-11T21:04:20.618Z[ recovery-image] Sep 11 21:04:19.399 INFO O| Sep 11 21:04:19.399 INFO STEP 592 (remove_files) COMPLETE
76342026-09-11T21:04:20.621Z[ recovery-image] Sep 11 21:04:19.399 INFO O| Sep 11 21:04:19.399 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-11T21:04:20.630Z[ recovery-image] Sep 11 21:04:19.411 INFO O| Sep 11 21:04:19.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
76362026-09-11T21:04:20.633Z[ recovery-image] Sep 11 21:04:19.412 INFO O| Sep 11 21:04:19.412 INFO STEP 593 (remove_files) COMPLETE
76372026-09-11T21:04:20.633Z[ recovery-image] Sep 11 21:04:19.412 INFO O| Sep 11 21:04:19.412 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-09-11T21:04:20.640Z[ recovery-image] Sep 11 21:04:19.422 INFO O| Sep 11 21:04:19.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
76392026-09-11T21:04:20.641Z[ recovery-image] Sep 11 21:04:19.422 INFO O| Sep 11 21:04:19.422 INFO STEP 594 (remove_files) COMPLETE
76402026-09-11T21:04:20.645Z[ recovery-image] Sep 11 21:04:19.422 INFO O| Sep 11 21:04:19.422 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-09-11T21:04:20.651Z[ recovery-image] Sep 11 21:04:19.433 INFO O| Sep 11 21:04:19.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
76422026-09-11T21:04:20.652Z[ recovery-image] Sep 11 21:04:19.433 INFO O| Sep 11 21:04:19.433 INFO STEP 595 (remove_files) COMPLETE
76432026-09-11T21:04:20.652Z[ recovery-image] Sep 11 21:04:19.433 INFO O| Sep 11 21:04:19.433 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-09-11T21:04:20.661Z[ recovery-image] Sep 11 21:04:19.442 INFO O| Sep 11 21:04:19.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
76452026-09-11T21:04:20.661Z[ recovery-image] Sep 11 21:04:19.442 INFO O| Sep 11 21:04:19.442 INFO STEP 596 (remove_files) COMPLETE
76462026-09-11T21:04:20.661Z[ recovery-image] Sep 11 21:04:19.442 INFO O| Sep 11 21:04:19.442 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-09-11T21:04:20.670Z[ recovery-image] Sep 11 21:04:19.452 INFO O| Sep 11 21:04:19.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
76482026-09-11T21:04:20.670Z[ recovery-image] Sep 11 21:04:19.452 INFO O| Sep 11 21:04:19.452 INFO STEP 597 (remove_files) COMPLETE
76492026-09-11T21:04:20.674Z[ recovery-image] Sep 11 21:04:19.452 INFO O| Sep 11 21:04:19.452 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-09-11T21:04:20.680Z[ recovery-image] Sep 11 21:04:19.461 INFO O| Sep 11 21:04:19.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
76512026-09-11T21:04:20.680Z[ recovery-image] Sep 11 21:04:19.462 INFO O| Sep 11 21:04:19.462 INFO STEP 598 (remove_files) COMPLETE
76522026-09-11T21:04:20.680Z[ recovery-image] Sep 11 21:04:19.462 INFO O| Sep 11 21:04:19.462 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-09-11T21:04:20.693Z[ recovery-image] Sep 11 21:04:19.473 INFO O| Sep 11 21:04:19.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
76542026-09-11T21:04:20.694Z[ recovery-image] Sep 11 21:04:19.473 INFO O| Sep 11 21:04:19.473 INFO STEP 599 (remove_files) COMPLETE
76552026-09-11T21:04:20.694Z[ recovery-image] Sep 11 21:04:19.473 INFO O| Sep 11 21:04:19.473 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-09-11T21:04:20.704Z[ recovery-image] Sep 11 21:04:19.485 INFO O| Sep 11 21:04:19.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
76572026-09-11T21:04:20.704Z[ recovery-image] Sep 11 21:04:19.485 INFO O| Sep 11 21:04:19.484 INFO STEP 600 (remove_files) COMPLETE
76582026-09-11T21:04:20.708Z[ recovery-image] Sep 11 21:04:19.485 INFO O| Sep 11 21:04:19.484 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-09-11T21:04:20.716Z[ recovery-image] Sep 11 21:04:19.496 INFO O| Sep 11 21:04:19.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
76602026-09-11T21:04:20.716Z[ recovery-image] Sep 11 21:04:19.497 INFO O| Sep 11 21:04:19.497 INFO STEP 601 (remove_files) COMPLETE
76612026-09-11T21:04:20.716Z[ recovery-image] Sep 11 21:04:19.497 INFO O| Sep 11 21:04:19.497 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-09-11T21:04:20.727Z[ recovery-image] Sep 11 21:04:19.508 INFO O| Sep 11 21:04:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
76632026-09-11T21:04:20.727Z[ recovery-image] Sep 11 21:04:19.508 INFO O| Sep 11 21:04:19.508 INFO STEP 602 (remove_files) COMPLETE
76642026-09-11T21:04:20.728Z[ recovery-image] Sep 11 21:04:19.508 INFO O| Sep 11 21:04:19.508 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-09-11T21:04:20.737Z[ recovery-image] Sep 11 21:04:19.518 INFO O| Sep 11 21:04:19.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
76662026-09-11T21:04:20.739Z[ recovery-image] Sep 11 21:04:19.518 INFO O| Sep 11 21:04:19.518 INFO STEP 603 (remove_files) COMPLETE
76672026-09-11T21:04:20.743Z[ recovery-image] Sep 11 21:04:19.518 INFO O| Sep 11 21:04:19.518 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-09-11T21:04:20.747Z[ recovery-image] Sep 11 21:04:19.529 INFO O| Sep 11 21:04:19.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
76692026-09-11T21:04:20.748Z[ recovery-image] Sep 11 21:04:19.529 INFO O| Sep 11 21:04:19.529 INFO STEP 604 (remove_files) COMPLETE
76702026-09-11T21:04:20.748Z[ recovery-image] Sep 11 21:04:19.529 INFO O| Sep 11 21:04:19.529 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-09-11T21:04:20.757Z[ recovery-image] Sep 11 21:04:19.538 INFO O| Sep 11 21:04:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
76722026-09-11T21:04:20.757Z[ recovery-image] Sep 11 21:04:19.538 INFO O| Sep 11 21:04:19.538 INFO STEP 605 (remove_files) COMPLETE
76732026-09-11T21:04:20.761Z[ recovery-image] Sep 11 21:04:19.538 INFO O| Sep 11 21:04:19.538 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-11T21:04:20.765Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
76752026-09-11T21:04:20.769Z[ recovery-image] Sep 11 21:04:19.548 INFO O| Sep 11 21:04:19.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
76762026-09-11T21:04:20.769Z[ recovery-image] Sep 11 21:04:19.548 INFO O| Sep 11 21:04:19.548 INFO STEP 606 (remove_files) COMPLETE
76772026-09-11T21:04:20.769Z[ recovery-image] Sep 11 21:04:19.548 INFO O| Sep 11 21:04:19.548 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-11T21:04:20.777Z[ recovery-image] Sep 11 21:04:19.558 INFO O| Sep 11 21:04:19.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
76792026-09-11T21:04:20.777Z[ recovery-image] Sep 11 21:04:19.558 INFO O| Sep 11 21:04:19.558 INFO STEP 607 (remove_files) COMPLETE
76802026-09-11T21:04:20.777Z[ recovery-image] Sep 11 21:04:19.558 INFO O| Sep 11 21:04:19.558 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-11T21:04:20.787Z[ recovery-image] Sep 11 21:04:19.567 INFO O| Sep 11 21:04:19.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
76822026-09-11T21:04:20.787Z[ recovery-image] Sep 11 21:04:19.568 INFO O| Sep 11 21:04:19.567 INFO STEP 608 (remove_files) COMPLETE
76832026-09-11T21:04:20.787Z[ recovery-image] Sep 11 21:04:19.568 INFO O| Sep 11 21:04:19.567 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-11T21:04:20.795Z[ recovery-image] Sep 11 21:04:19.577 INFO O| Sep 11 21:04:19.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
76852026-09-11T21:04:20.795Z[ recovery-image] Sep 11 21:04:19.577 INFO O| Sep 11 21:04:19.577 INFO STEP 609 (remove_files) COMPLETE
76862026-09-11T21:04:20.795Z[ recovery-image] Sep 11 21:04:19.577 INFO O| Sep 11 21:04:19.577 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-11T21:04:20.806Z[ recovery-image] Sep 11 21:04:19.587 INFO O| Sep 11 21:04:19.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
76882026-09-11T21:04:20.806Z[ recovery-image] Sep 11 21:04:19.587 INFO O| Sep 11 21:04:19.587 INFO STEP 610 (remove_files) COMPLETE
76892026-09-11T21:04:20.806Z[ recovery-image] Sep 11 21:04:19.587 INFO O| Sep 11 21:04:19.587 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-11T21:04:20.817Z[ recovery-image] Sep 11 21:04:19.598 INFO O| Sep 11 21:04:19.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
76912026-09-11T21:04:20.817Z[ recovery-image] Sep 11 21:04:19.598 INFO O| Sep 11 21:04:19.598 INFO STEP 611 (remove_files) COMPLETE
76922026-09-11T21:04:20.817Z[ recovery-image] Sep 11 21:04:19.598 INFO O| Sep 11 21:04:19.598 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-11T21:04:20.826Z[ recovery-image] Sep 11 21:04:19.608 INFO O| Sep 11 21:04:19.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
76942026-09-11T21:04:20.827Z[ recovery-image] Sep 11 21:04:19.608 INFO O| Sep 11 21:04:19.608 INFO STEP 612 (remove_files) COMPLETE
76952026-09-11T21:04:20.830Z[ recovery-image] Sep 11 21:04:19.608 INFO O| Sep 11 21:04:19.608 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-11T21:04:20.837Z[ recovery-image] Sep 11 21:04:19.618 INFO O| Sep 11 21:04:19.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
76972026-09-11T21:04:20.837Z[ recovery-image] Sep 11 21:04:19.618 INFO O| Sep 11 21:04:19.618 INFO STEP 613 (remove_files) COMPLETE
76982026-09-11T21:04:20.841Z[ recovery-image] Sep 11 21:04:19.618 INFO O| Sep 11 21:04:19.618 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-11T21:04:20.848Z[ recovery-image] Sep 11 21:04:19.629 INFO O| Sep 11 21:04:19.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
77002026-09-11T21:04:20.848Z[ recovery-image] Sep 11 21:04:19.629 INFO O| Sep 11 21:04:19.629 INFO STEP 614 (remove_files) COMPLETE
77012026-09-11T21:04:20.848Z[ recovery-image] Sep 11 21:04:19.629 INFO O| Sep 11 21:04:19.629 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-11T21:04:20.858Z[ recovery-image] Sep 11 21:04:19.639 INFO O| Sep 11 21:04:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
77032026-09-11T21:04:20.859Z[ recovery-image] Sep 11 21:04:19.640 INFO O| Sep 11 21:04:19.640 INFO STEP 615 (remove_files) COMPLETE
77042026-09-11T21:04:20.859Z[ recovery-image] Sep 11 21:04:19.640 INFO O| Sep 11 21:04:19.640 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-11T21:04:20.868Z[ recovery-image] Sep 11 21:04:19.649 INFO O| Sep 11 21:04:19.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
77062026-09-11T21:04:20.868Z[ recovery-image] Sep 11 21:04:19.649 INFO O| Sep 11 21:04:19.649 INFO STEP 616 (remove_files) COMPLETE
77072026-09-11T21:04:20.869Z[ recovery-image] Sep 11 21:04:19.649 INFO O| Sep 11 21:04:19.649 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-11T21:04:20.878Z[ recovery-image] Sep 11 21:04:19.659 INFO O| Sep 11 21:04:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
77092026-09-11T21:04:20.878Z[ recovery-image] Sep 11 21:04:19.659 INFO O| Sep 11 21:04:19.659 INFO STEP 617 (remove_files) COMPLETE
77102026-09-11T21:04:20.882Z[ recovery-image] Sep 11 21:04:19.659 INFO O| Sep 11 21:04:19.659 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-11T21:04:20.889Z[ recovery-image] Sep 11 21:04:19.670 INFO O| Sep 11 21:04:19.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
77122026-09-11T21:04:20.889Z[ recovery-image] Sep 11 21:04:19.670 INFO O| Sep 11 21:04:19.670 INFO STEP 618 (remove_files) COMPLETE
77132026-09-11T21:04:20.889Z[ recovery-image] Sep 11 21:04:19.670 INFO O| Sep 11 21:04:19.670 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-11T21:04:20.900Z[ recovery-image] Sep 11 21:04:19.680 INFO O| Sep 11 21:04:19.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
77152026-09-11T21:04:20.904Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
77162026-09-11T21:04:20.905Z[ recovery-image] Sep 11 21:04:19.681 INFO O| Sep 11 21:04:19.681 INFO STEP 619 (remove_files) COMPLETE
77172026-09-11T21:04:20.905Z[ recovery-image] Sep 11 21:04:19.681 INFO O| Sep 11 21:04:19.681 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-09-11T21:04:20.910Z[ recovery-image] Sep 11 21:04:19.692 INFO O| Sep 11 21:04:19.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
77192026-09-11T21:04:20.911Z[ recovery-image] Sep 11 21:04:19.692 INFO O| Sep 11 21:04:19.692 INFO STEP 620 (remove_files) COMPLETE
77202026-09-11T21:04:20.911Z[ recovery-image] Sep 11 21:04:19.692 INFO O| Sep 11 21:04:19.692 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-09-11T21:04:20.922Z[ recovery-image] Sep 11 21:04:19.703 INFO O| Sep 11 21:04:19.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
77222026-09-11T21:04:20.922Z[ recovery-image] Sep 11 21:04:19.703 INFO O| Sep 11 21:04:19.703 INFO STEP 621 (remove_files) COMPLETE
77232026-09-11T21:04:20.922Z[ recovery-image] Sep 11 21:04:19.703 INFO O| Sep 11 21:04:19.703 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-09-11T21:04:20.934Z[ recovery-image] Sep 11 21:04:19.714 INFO O| Sep 11 21:04:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
77252026-09-11T21:04:20.934Z[ recovery-image] Sep 11 21:04:19.714 INFO O| Sep 11 21:04:19.714 INFO STEP 622 (remove_files) COMPLETE
77262026-09-11T21:04:20.934Z[ recovery-image] Sep 11 21:04:19.714 INFO O| Sep 11 21:04:19.714 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-09-11T21:04:20.947Z[ recovery-image] Sep 11 21:04:19.728 INFO O| Sep 11 21:04:19.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
77282026-09-11T21:04:20.947Z[ recovery-image] Sep 11 21:04:19.728 INFO O| Sep 11 21:04:19.728 INFO STEP 623 (remove_files) COMPLETE
77292026-09-11T21:04:20.951Z[ recovery-image] Sep 11 21:04:19.728 INFO O| Sep 11 21:04:19.728 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-09-11T21:04:20.958Z[ recovery-image] Sep 11 21:04:19.739 INFO O| Sep 11 21:04:19.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
77312026-09-11T21:04:20.959Z[ recovery-image] Sep 11 21:04:19.739 INFO O| Sep 11 21:04:19.739 INFO STEP 624 (remove_files) COMPLETE
77322026-09-11T21:04:20.959Z[ recovery-image] Sep 11 21:04:19.739 INFO O| Sep 11 21:04:19.739 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-09-11T21:04:20.968Z[ recovery-image] Sep 11 21:04:19.749 INFO O| Sep 11 21:04:19.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
77342026-09-11T21:04:20.968Z[ recovery-image] Sep 11 21:04:19.749 INFO O| Sep 11 21:04:19.749 INFO STEP 625 (remove_files) COMPLETE
77352026-09-11T21:04:20.968Z[ recovery-image] Sep 11 21:04:19.749 INFO O| Sep 11 21:04:19.749 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-09-11T21:04:20.980Z[ recovery-image] Sep 11 21:04:19.761 INFO O| Sep 11 21:04:19.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
77372026-09-11T21:04:20.980Z[ recovery-image] Sep 11 21:04:19.761 INFO O| Sep 11 21:04:19.761 INFO STEP 626 (remove_files) COMPLETE
77382026-09-11T21:04:20.980Z[ recovery-image] Sep 11 21:04:19.761 INFO O| Sep 11 21:04:19.761 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-09-11T21:04:20.991Z[ recovery-image] Sep 11 21:04:19.772 INFO O| Sep 11 21:04:19.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
77402026-09-11T21:04:20.991Z[ recovery-image] Sep 11 21:04:19.772 INFO O| Sep 11 21:04:19.772 INFO STEP 627 (remove_files) COMPLETE
77412026-09-11T21:04:20.991Z[ recovery-image] Sep 11 21:04:19.772 INFO O| Sep 11 21:04:19.772 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-09-11T21:04:21.001Z[ recovery-image] Sep 11 21:04:19.782 INFO O| Sep 11 21:04:19.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
77432026-09-11T21:04:21.001Z[ recovery-image] Sep 11 21:04:19.782 INFO O| Sep 11 21:04:19.782 INFO STEP 628 (remove_files) COMPLETE
77442026-09-11T21:04:21.005Z[ recovery-image] Sep 11 21:04:19.782 INFO O| Sep 11 21:04:19.782 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-09-11T21:04:21.010Z[ recovery-image] Sep 11 21:04:19.791 INFO O| Sep 11 21:04:19.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
77462026-09-11T21:04:21.010Z[ recovery-image] Sep 11 21:04:19.791 INFO O| Sep 11 21:04:19.791 INFO STEP 629 (remove_files) COMPLETE
77472026-09-11T21:04:21.010Z[ recovery-image] Sep 11 21:04:19.791 INFO O| Sep 11 21:04:19.791 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-11T21:04:21.019Z[ recovery-image] Sep 11 21:04:19.801 INFO O| Sep 11 21:04:19.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
77492026-09-11T21:04:21.019Z[ recovery-image] Sep 11 21:04:19.801 INFO O| Sep 11 21:04:19.801 INFO STEP 630 (remove_files) COMPLETE
77502026-09-11T21:04:21.019Z[ recovery-image] Sep 11 21:04:19.801 INFO O| Sep 11 21:04:19.801 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-11T21:04:21.030Z[ recovery-image] Sep 11 21:04:19.811 INFO O| Sep 11 21:04:19.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
77522026-09-11T21:04:21.030Z[ recovery-image] Sep 11 21:04:19.811 INFO O| Sep 11 21:04:19.811 INFO STEP 631 (remove_files) COMPLETE
77532026-09-11T21:04:21.030Z[ recovery-image] Sep 11 21:04:19.811 INFO O| Sep 11 21:04:19.811 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-11T21:04:21.043Z[ recovery-image] Sep 11 21:04:19.822 INFO O| Sep 11 21:04:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
77552026-09-11T21:04:21.043Z[ recovery-image] Sep 11 21:04:19.822 INFO O| Sep 11 21:04:19.822 INFO STEP 632 (remove_files) COMPLETE
77562026-09-11T21:04:21.043Z[ recovery-image] Sep 11 21:04:19.822 INFO O| Sep 11 21:04:19.822 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-11T21:04:21.051Z[ recovery-image] Sep 11 21:04:19.832 INFO O| Sep 11 21:04:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
77582026-09-11T21:04:21.053Z[ recovery-image] Sep 11 21:04:19.832 INFO O| Sep 11 21:04:19.832 INFO STEP 633 (remove_files) COMPLETE
77592026-09-11T21:04:21.054Z[ recovery-image] Sep 11 21:04:19.832 INFO O| Sep 11 21:04:19.832 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-11T21:04:21.060Z[ recovery-image] Sep 11 21:04:19.841 INFO O| Sep 11 21:04:19.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
77612026-09-11T21:04:21.060Z[ recovery-image] Sep 11 21:04:19.841 INFO O| Sep 11 21:04:19.841 INFO STEP 634 (remove_files) COMPLETE
77622026-09-11T21:04:21.064Z[ recovery-image] Sep 11 21:04:19.841 INFO O| Sep 11 21:04:19.841 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-11T21:04:21.064Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
77642026-09-11T21:04:21.071Z[ recovery-image] Sep 11 21:04:19.852 INFO O| Sep 11 21:04:19.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
77652026-09-11T21:04:21.071Z[ recovery-image] Sep 11 21:04:19.852 INFO O| Sep 11 21:04:19.852 INFO STEP 635 (remove_files) COMPLETE
77662026-09-11T21:04:21.071Z[ recovery-image] Sep 11 21:04:19.852 INFO O| Sep 11 21:04:19.852 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-09-11T21:04:21.081Z[ recovery-image] Sep 11 21:04:19.862 INFO O| Sep 11 21:04:19.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
77682026-09-11T21:04:21.081Z[ recovery-image] Sep 11 21:04:19.862 INFO O| Sep 11 21:04:19.862 INFO STEP 636 (remove_files) COMPLETE
77692026-09-11T21:04:21.081Z[ recovery-image] Sep 11 21:04:19.862 INFO O| Sep 11 21:04:19.862 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-09-11T21:04:21.091Z[ recovery-image] Sep 11 21:04:19.872 INFO O| Sep 11 21:04:19.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
77712026-09-11T21:04:21.091Z[ recovery-image] Sep 11 21:04:19.872 INFO O| Sep 11 21:04:19.872 INFO STEP 637 (remove_files) COMPLETE
77722026-09-11T21:04:21.097Z[ recovery-image] Sep 11 21:04:19.872 INFO O| Sep 11 21:04:19.872 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-09-11T21:04:21.101Z[verify-libraries] Compiling fatfs v0.3.6
77742026-09-11T21:04:21.105Z[ recovery-image] Sep 11 21:04:19.883 INFO O| Sep 11 21:04:19.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
77752026-09-11T21:04:21.105Z[ recovery-image] Sep 11 21:04:19.883 INFO O| Sep 11 21:04:19.883 INFO STEP 638 (remove_files) COMPLETE
77762026-09-11T21:04:21.105Z[ recovery-image] Sep 11 21:04:19.883 INFO O| Sep 11 21:04:19.883 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-11T21:04:21.112Z[ recovery-image] Sep 11 21:04:19.893 INFO O| Sep 11 21:04:19.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
77782026-09-11T21:04:21.112Z[ recovery-image] Sep 11 21:04:19.893 INFO O| Sep 11 21:04:19.893 INFO STEP 639 (remove_files) COMPLETE
77792026-09-11T21:04:21.112Z[ recovery-image] Sep 11 21:04:19.893 INFO O| Sep 11 21:04:19.893 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-11T21:04:21.124Z[ recovery-image] Sep 11 21:04:19.905 INFO O| Sep 11 21:04:19.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
77812026-09-11T21:04:21.124Z[ recovery-image] Sep 11 21:04:19.905 INFO O| Sep 11 21:04:19.905 INFO STEP 640 (remove_files) COMPLETE
77822026-09-11T21:04:21.128Z[ recovery-image] Sep 11 21:04:19.905 INFO O| Sep 11 21:04:19.905 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-11T21:04:21.135Z[ recovery-image] Sep 11 21:04:19.916 INFO O| Sep 11 21:04:19.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
77842026-09-11T21:04:21.139Z[ recovery-image] Sep 11 21:04:19.916 INFO O| Sep 11 21:04:19.916 INFO STEP 641 (remove_files) COMPLETE
77852026-09-11T21:04:21.139Z[ recovery-image] Sep 11 21:04:19.916 INFO O| Sep 11 21:04:19.916 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-11T21:04:21.147Z[ recovery-image] Sep 11 21:04:19.927 INFO O| Sep 11 21:04:19.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
77872026-09-11T21:04:21.150Z[ recovery-image] Sep 11 21:04:19.927 INFO O| Sep 11 21:04:19.927 INFO STEP 642 (remove_files) COMPLETE
77882026-09-11T21:04:21.150Z[ recovery-image] Sep 11 21:04:19.927 INFO O| Sep 11 21:04:19.927 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-11T21:04:21.157Z[ recovery-image] Sep 11 21:04:19.938 INFO O| Sep 11 21:04:19.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
77902026-09-11T21:04:21.161Z[ recovery-image] Sep 11 21:04:19.938 INFO O| Sep 11 21:04:19.938 INFO STEP 643 (remove_files) COMPLETE
77912026-09-11T21:04:21.161Z[ recovery-image] Sep 11 21:04:19.938 INFO O| Sep 11 21:04:19.938 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.949 INFO O| Sep 11 21:04:19.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
77932026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.949 INFO O| Sep 11 21:04:19.949 INFO STEP 644 (remove_files) COMPLETE
77942026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.949 INFO O| Sep 11 21:04:19.949 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.960 INFO O| Sep 11 21:04:19.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
77962026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.960 INFO O| Sep 11 21:04:19.960 INFO STEP 645 (remove_files) COMPLETE
77972026-09-11T21:04:21.235Z[ recovery-image] Sep 11 21:04:19.960 INFO O| Sep 11 21:04:19.960 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.971 INFO O| Sep 11 21:04:19.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
77992026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.971 INFO O| Sep 11 21:04:19.971 INFO STEP 646 (remove_files) COMPLETE
78002026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.971 INFO O| Sep 11 21:04:19.971 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.982 INFO O| Sep 11 21:04:19.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
78022026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.982 INFO O| Sep 11 21:04:19.982 INFO STEP 647 (remove_files) COMPLETE
78032026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.982 INFO O| Sep 11 21:04:19.982 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.992 INFO O| Sep 11 21:04:19.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
78052026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.992 INFO O| Sep 11 21:04:19.992 INFO STEP 648 (remove_files) COMPLETE
78062026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:19.992 INFO O| Sep 11 21:04:19.992 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:20.000 INFO O| Sep 11 21:04:20.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
78082026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:20.000 INFO O| Sep 11 21:04:20.000 INFO STEP 649 (remove_files) COMPLETE
78092026-09-11T21:04:21.236Z[ recovery-image] Sep 11 21:04:20.000 INFO O| Sep 11 21:04:20.000 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-11T21:04:21.241Z[ recovery-image] Sep 11 21:04:20.011 INFO O| Sep 11 21:04:20.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
78112026-09-11T21:04:21.241Z[ recovery-image] Sep 11 21:04:20.011 INFO O| Sep 11 21:04:20.011 INFO STEP 650 (remove_files) COMPLETE
78122026-09-11T21:04:21.241Z[ recovery-image] Sep 11 21:04:20.011 INFO O| Sep 11 21:04:20.011 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-11T21:04:21.245Z[ recovery-image] Sep 11 21:04:20.023 INFO O| Sep 11 21:04:20.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
78142026-09-11T21:04:21.246Z[ recovery-image] Sep 11 21:04:20.023 INFO O| Sep 11 21:04:20.023 INFO STEP 651 (remove_files) COMPLETE
78152026-09-11T21:04:21.246Z[ recovery-image] Sep 11 21:04:20.023 INFO O| Sep 11 21:04:20.023 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-11T21:04:21.253Z[ recovery-image] Sep 11 21:04:20.034 INFO O| Sep 11 21:04:20.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
78172026-09-11T21:04:21.253Z[ recovery-image] Sep 11 21:04:20.034 INFO O| Sep 11 21:04:20.034 INFO STEP 652 (remove_files) COMPLETE
78182026-09-11T21:04:21.253Z[ recovery-image] Sep 11 21:04:20.034 INFO O| Sep 11 21:04:20.034 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-11T21:04:21.257Z[verify-libraries] Compiling num-bigint v0.4.6
78202026-09-11T21:04:21.264Z[ recovery-image] Sep 11 21:04:20.044 INFO O| Sep 11 21:04:20.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
78212026-09-11T21:04:21.264Z[ recovery-image] Sep 11 21:04:20.044 INFO O| Sep 11 21:04:20.044 INFO STEP 653 (remove_files) COMPLETE
78222026-09-11T21:04:21.264Z[ recovery-image] Sep 11 21:04:20.044 INFO O| Sep 11 21:04:20.044 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-09-11T21:04:21.274Z[ recovery-image] Sep 11 21:04:20.055 INFO O| Sep 11 21:04:20.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
78242026-09-11T21:04:21.274Z[ recovery-image] Sep 11 21:04:20.055 INFO O| Sep 11 21:04:20.055 INFO STEP 654 (remove_files) COMPLETE
78252026-09-11T21:04:21.274Z[ recovery-image] Sep 11 21:04:20.055 INFO O| Sep 11 21:04:20.055 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-11T21:04:21.287Z[ recovery-image] Sep 11 21:04:20.068 INFO O| Sep 11 21:04:20.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
78272026-09-11T21:04:21.287Z[ recovery-image] Sep 11 21:04:20.069 INFO O| Sep 11 21:04:20.068 INFO STEP 655 (remove_files) COMPLETE
78282026-09-11T21:04:21.291Z[ recovery-image] Sep 11 21:04:20.069 INFO O| Sep 11 21:04:20.069 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-11T21:04:21.299Z[ recovery-image] Sep 11 21:04:20.081 INFO O| Sep 11 21:04:20.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
78302026-09-11T21:04:21.303Z[ recovery-image] Sep 11 21:04:20.081 INFO O| Sep 11 21:04:20.081 INFO STEP 656 (remove_files) COMPLETE
78312026-09-11T21:04:21.303Z[ recovery-image] Sep 11 21:04:20.081 INFO O| Sep 11 21:04:20.081 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-11T21:04:21.310Z[ recovery-image] Sep 11 21:04:20.092 INFO O| Sep 11 21:04:20.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
78332026-09-11T21:04:21.311Z[ recovery-image] Sep 11 21:04:20.092 INFO O| Sep 11 21:04:20.092 INFO STEP 657 (remove_files) COMPLETE
78342026-09-11T21:04:21.314Z[ recovery-image] Sep 11 21:04:20.092 INFO O| Sep 11 21:04:20.092 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-11T21:04:21.322Z[ recovery-image] Sep 11 21:04:20.102 INFO O| Sep 11 21:04:20.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
78362026-09-11T21:04:21.322Z[ recovery-image] Sep 11 21:04:20.102 INFO O| Sep 11 21:04:20.102 INFO STEP 658 (remove_files) COMPLETE
78372026-09-11T21:04:21.323Z[ recovery-image] Sep 11 21:04:20.102 INFO O| Sep 11 21:04:20.102 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-11T21:04:21.330Z[verify-libraries] Compiling generic-array v1.4.3
78392026-09-11T21:04:21.335Z[ recovery-image] Sep 11 21:04:20.114 INFO O| Sep 11 21:04:20.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
78402026-09-11T21:04:21.339Z[ recovery-image] Sep 11 21:04:20.115 INFO O| Sep 11 21:04:20.115 INFO STEP 659 (remove_files) COMPLETE
78412026-09-11T21:04:21.339Z[ recovery-image] Sep 11 21:04:20.115 INFO O| Sep 11 21:04:20.115 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-09-11T21:04:21.345Z[ recovery-image] Sep 11 21:04:20.126 INFO O| Sep 11 21:04:20.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
78432026-09-11T21:04:21.348Z[ recovery-image] Sep 11 21:04:20.126 INFO O| Sep 11 21:04:20.126 INFO STEP 660 (remove_files) COMPLETE
78442026-09-11T21:04:21.348Z[ recovery-image] Sep 11 21:04:20.126 INFO O| Sep 11 21:04:20.126 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-09-11T21:04:21.358Z[ recovery-image] Sep 11 21:04:20.137 INFO O| Sep 11 21:04:20.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
78462026-09-11T21:04:21.358Z[ recovery-image] Sep 11 21:04:20.137 INFO O| Sep 11 21:04:20.137 INFO STEP 661 (remove_files) COMPLETE
78472026-09-11T21:04:21.358Z[ recovery-image] Sep 11 21:04:20.137 INFO O| Sep 11 21:04:20.137 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-09-11T21:04:21.367Z[ recovery-image] Sep 11 21:04:20.147 INFO O| Sep 11 21:04:20.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
78492026-09-11T21:04:21.369Z[ recovery-image] Sep 11 21:04:20.147 INFO O| Sep 11 21:04:20.147 INFO STEP 662 (remove_files) COMPLETE
78502026-09-11T21:04:21.369Z[ recovery-image] Sep 11 21:04:20.147 INFO O| Sep 11 21:04:20.147 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-09-11T21:04:21.374Z[ host-image] Sep 11 21:04:20.155 INFO O| Sep 11 21:04:20.155 INFO rolled back to input snapshot; work may begin
78522026-09-11T21:04:21.375Z[ host-image] Sep 11 21:04:20.155 INFO O| Sep 11 21:04:20.155 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
78532026-09-11T21:04:21.380Z[ recovery-image] Sep 11 21:04:20.157 INFO O| Sep 11 21:04:20.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
78542026-09-11T21:04:21.380Z[ recovery-image] Sep 11 21:04:20.157 INFO O| Sep 11 21:04:20.157 INFO STEP 663 (remove_files) COMPLETE
78552026-09-11T21:04:21.380Z[ recovery-image] Sep 11 21:04:20.157 INFO O| Sep 11 21:04:20.157 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-09-11T21:04:21.381Z[ host-image] Sep 11 21:04:20.160 INFO O| Sep 11 21:04:20.160 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
78572026-09-11T21:04:21.388Z[ recovery-image] Sep 11 21:04:20.167 INFO O| Sep 11 21:04:20.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
78582026-09-11T21:04:21.389Z[ recovery-image] Sep 11 21:04:20.167 INFO O| Sep 11 21:04:20.167 INFO STEP 664 (remove_files) COMPLETE
78592026-09-11T21:04:21.389Z[ recovery-image] Sep 11 21:04:20.167 INFO O| Sep 11 21:04:20.167 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-09-11T21:04:21.392Z[ host-image] Sep 11 21:04:20.170 INFO O| Sep 11 21:04:20.170 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
78612026-09-11T21:04:21.399Z[ recovery-image] Sep 11 21:04:20.177 INFO O| Sep 11 21:04:20.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
78622026-09-11T21:04:21.399Z[ recovery-image] Sep 11 21:04:20.177 INFO O| Sep 11 21:04:20.177 INFO STEP 665 (remove_files) COMPLETE
78632026-09-11T21:04:21.399Z[ recovery-image] Sep 11 21:04:20.177 INFO O| Sep 11 21:04:20.177 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-11T21:04:21.405Z[ recovery-image] Sep 11 21:04:20.186 INFO O| Sep 11 21:04:20.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
78652026-09-11T21:04:21.405Z[ recovery-image] Sep 11 21:04:20.186 INFO O| Sep 11 21:04:20.186 INFO STEP 666 (remove_files) COMPLETE
78662026-09-11T21:04:21.405Z[ recovery-image] Sep 11 21:04:20.186 INFO O| Sep 11 21:04:20.186 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-11T21:04:21.414Z[ recovery-image] Sep 11 21:04:20.196 INFO O| Sep 11 21:04:20.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
78682026-09-11T21:04:21.415Z[ recovery-image] Sep 11 21:04:20.196 INFO O| Sep 11 21:04:20.196 INFO STEP 667 (remove_files) COMPLETE
78692026-09-11T21:04:21.415Z[ recovery-image] Sep 11 21:04:20.196 INFO O| Sep 11 21:04:20.196 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-11T21:04:21.425Z[ recovery-image] Sep 11 21:04:20.206 INFO O| Sep 11 21:04:20.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
78712026-09-11T21:04:21.425Z[ recovery-image] Sep 11 21:04:20.206 INFO O| Sep 11 21:04:20.206 INFO STEP 668 (remove_files) COMPLETE
78722026-09-11T21:04:21.425Z[ recovery-image] Sep 11 21:04:20.206 INFO O| Sep 11 21:04:20.206 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-11T21:04:21.430Z[ host-image] Sep 11 21:04:20.209 INFO O| Sep 11 21:04:20.209 INFO STEP 0 (remove_files) COMPLETE
78742026-09-11T21:04:21.430Z[ host-image] Sep 11 21:04:20.209 INFO O| Sep 11 21:04:20.209 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
78752026-09-11T21:04:21.434Z[ recovery-image] Sep 11 21:04:20.215 INFO O| Sep 11 21:04:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
78762026-09-11T21:04:21.434Z[ recovery-image] Sep 11 21:04:20.215 INFO O| Sep 11 21:04:20.215 INFO STEP 669 (remove_files) COMPLETE
78772026-09-11T21:04:21.434Z[ recovery-image] Sep 11 21:04:20.215 INFO O| Sep 11 21:04:20.215 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-09-11T21:04:21.438Z[ host-image] Sep 11 21:04:20.218 INFO O| Sep 11 21:04:20.218 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
78792026-09-11T21:04:21.442Z[ host-image] Sep 11 21:04:20.219 INFO O| Sep 11 21:04:20.219 INFO STEP 1 (remove_files) COMPLETE
78802026-09-11T21:04:21.442Z[ host-image] Sep 11 21:04:20.220 INFO O| Sep 11 21:04:20.219 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
78812026-09-11T21:04:21.445Z[ recovery-image] Sep 11 21:04:20.226 INFO O| Sep 11 21:04:20.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
78822026-09-11T21:04:21.445Z[ recovery-image] Sep 11 21:04:20.226 INFO O| Sep 11 21:04:20.226 INFO STEP 670 (remove_files) COMPLETE
78832026-09-11T21:04:21.446Z[ recovery-image] Sep 11 21:04:20.226 INFO O| Sep 11 21:04:20.226 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-09-11T21:04:21.450Z[ host-image] Sep 11 21:04:20.230 INFO O| Sep 11 21:04:20.230 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
78852026-09-11T21:04:21.453Z[ recovery-image] Sep 11 21:04:20.235 INFO O| Sep 11 21:04:20.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
78862026-09-11T21:04:21.453Z[ recovery-image] Sep 11 21:04:20.235 INFO O| Sep 11 21:04:20.235 INFO STEP 671 (remove_files) COMPLETE
78872026-09-11T21:04:21.457Z[ recovery-image] Sep 11 21:04:20.235 INFO O| Sep 11 21:04:20.235 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-11T21:04:21.463Z[ host-image] Sep 11 21:04:20.244 INFO O| Sep 11 21:04:20.244 INFO STEP 2 (remove_files) COMPLETE
78892026-09-11T21:04:21.463Z[ host-image] Sep 11 21:04:20.244 INFO O| Sep 11 21:04:20.244 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
78902026-09-11T21:04:21.463Z[ recovery-image] Sep 11 21:04:20.244 INFO O| Sep 11 21:04:20.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
78912026-09-11T21:04:21.463Z[ recovery-image] Sep 11 21:04:20.244 INFO O| Sep 11 21:04:20.244 INFO STEP 672 (remove_files) COMPLETE
78922026-09-11T21:04:21.463Z[ recovery-image] Sep 11 21:04:20.244 INFO O| Sep 11 21:04:20.244 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-09-11T21:04:21.474Z[ host-image] Sep 11 21:04:20.255 INFO O| Sep 11 21:04:20.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
78942026-09-11T21:04:21.478Z[ recovery-image] Sep 11 21:04:20.255 INFO O| Sep 11 21:04:20.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
78952026-09-11T21:04:21.478Z[ recovery-image] Sep 11 21:04:20.255 INFO O| Sep 11 21:04:20.255 INFO STEP 673 (remove_files) COMPLETE
78962026-09-11T21:04:21.478Z[ recovery-image] Sep 11 21:04:20.256 INFO O| Sep 11 21:04:20.255 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-11T21:04:21.478Z[ host-image] Sep 11 21:04:20.256 INFO O| Sep 11 21:04:20.256 INFO STEP 3 (remove_files) COMPLETE
78982026-09-11T21:04:21.479Z[ host-image] Sep 11 21:04:20.256 INFO O| Sep 11 21:04:20.256 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
78992026-09-11T21:04:21.484Z[ recovery-image] Sep 11 21:04:20.265 INFO O| Sep 11 21:04:20.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
79002026-09-11T21:04:21.484Z[ recovery-image] Sep 11 21:04:20.265 INFO O| Sep 11 21:04:20.265 INFO STEP 674 (remove_files) COMPLETE
79012026-09-11T21:04:21.484Z[ recovery-image] Sep 11 21:04:20.265 INFO O| Sep 11 21:04:20.265 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-09-11T21:04:21.488Z[ host-image] Sep 11 21:04:20.266 INFO O| Sep 11 21:04:20.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
79032026-09-11T21:04:21.488Z[ host-image] Sep 11 21:04:20.269 INFO O| Sep 11 21:04:20.269 INFO STEP 4 (remove_files) COMPLETE
79042026-09-11T21:04:21.489Z[ host-image] Sep 11 21:04:20.269 INFO O| Sep 11 21:04:20.269 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79052026-09-11T21:04:21.493Z[ recovery-image] Sep 11 21:04:20.274 INFO O| Sep 11 21:04:20.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
79062026-09-11T21:04:21.493Z[ recovery-image] Sep 11 21:04:20.274 INFO O| Sep 11 21:04:20.274 INFO STEP 675 (remove_files) COMPLETE
79072026-09-11T21:04:21.493Z[ recovery-image] Sep 11 21:04:20.274 INFO O| Sep 11 21:04:20.274 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-09-11T21:04:21.498Z[ host-image] Sep 11 21:04:20.278 INFO O| Sep 11 21:04:20.278 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
79092026-09-11T21:04:21.502Z[ host-image] Sep 11 21:04:20.280 INFO O| Sep 11 21:04:20.280 INFO STEP 5 (remove_files) COMPLETE
79102026-09-11T21:04:21.502Z[ host-image] Sep 11 21:04:20.280 INFO O| Sep 11 21:04:20.280 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79112026-09-11T21:04:21.506Z[ recovery-image] Sep 11 21:04:20.283 INFO O| Sep 11 21:04:20.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
79122026-09-11T21:04:21.506Z[ recovery-image] Sep 11 21:04:20.283 INFO O| Sep 11 21:04:20.283 INFO STEP 676 (remove_files) COMPLETE
79132026-09-11T21:04:21.506Z[ recovery-image] Sep 11 21:04:20.283 INFO O| Sep 11 21:04:20.283 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-09-11T21:04:21.511Z[ host-image] Sep 11 21:04:20.289 INFO O| Sep 11 21:04:20.289 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
79152026-09-11T21:04:21.515Z[ recovery-image] Sep 11 21:04:20.291 INFO O| Sep 11 21:04:20.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
79162026-09-11T21:04:21.515Z[ recovery-image] Sep 11 21:04:20.291 INFO O| Sep 11 21:04:20.291 INFO STEP 677 (remove_files) COMPLETE
79172026-09-11T21:04:21.515Z[ recovery-image] Sep 11 21:04:20.292 INFO O| Sep 11 21:04:20.291 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-11T21:04:21.519Z[ host-image] Sep 11 21:04:20.299 INFO O| Sep 11 21:04:20.299 INFO STEP 6 (remove_files) COMPLETE
79192026-09-11T21:04:21.519Z[ host-image] Sep 11 21:04:20.299 INFO O| Sep 11 21:04:20.299 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79202026-09-11T21:04:21.520Z[ host-image] Sep 11 21:04:20.299 INFO O| Sep 11 21:04:20.299 INFO skip step because feature "heliosv2" is not enabled
79212026-09-11T21:04:21.520Z[ host-image] Sep 11 21:04:20.299 INFO O| Sep 11 21:04:20.299 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79222026-09-11T21:04:21.524Z[ recovery-image] Sep 11 21:04:20.303 INFO O| Sep 11 21:04:20.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
79232026-09-11T21:04:21.524Z[ recovery-image] Sep 11 21:04:20.303 INFO O| Sep 11 21:04:20.303 INFO STEP 678 (remove_files) COMPLETE
79242026-09-11T21:04:21.525Z[ recovery-image] Sep 11 21:04:20.303 INFO O| Sep 11 21:04:20.303 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-11T21:04:21.528Z[ host-image] Sep 11 21:04:20.310 INFO O| Sep 11 21:04:20.310 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
79262026-09-11T21:04:21.533Z[ recovery-image] Sep 11 21:04:20.312 INFO O| Sep 11 21:04:20.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
79272026-09-11T21:04:21.533Z[ recovery-image] Sep 11 21:04:20.312 INFO O| Sep 11 21:04:20.312 INFO STEP 679 (remove_files) COMPLETE
79282026-09-11T21:04:21.533Z[ recovery-image] Sep 11 21:04:20.312 INFO O| Sep 11 21:04:20.312 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-09-11T21:04:21.539Z[ host-image] Sep 11 21:04:20.320 INFO O| Sep 11 21:04:20.320 INFO STEP 8 (remove_files) COMPLETE
79302026-09-11T21:04:21.539Z[ host-image] Sep 11 21:04:20.320 INFO O| Sep 11 21:04:20.320 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79312026-09-11T21:04:21.542Z[ recovery-image] Sep 11 21:04:20.321 INFO O| Sep 11 21:04:20.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
79322026-09-11T21:04:21.542Z[ recovery-image] Sep 11 21:04:20.321 INFO O| Sep 11 21:04:20.321 INFO STEP 680 (remove_files) COMPLETE
79332026-09-11T21:04:21.542Z[ recovery-image] Sep 11 21:04:20.321 INFO O| Sep 11 21:04:20.321 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-11T21:04:21.549Z[ host-image] Sep 11 21:04:20.330 INFO O| Sep 11 21:04:20.330 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
79352026-09-11T21:04:21.553Z[ recovery-image] Sep 11 21:04:20.332 INFO O| Sep 11 21:04:20.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
79362026-09-11T21:04:21.553Z[ recovery-image] Sep 11 21:04:20.332 INFO O| Sep 11 21:04:20.332 INFO STEP 681 (remove_files) COMPLETE
79372026-09-11T21:04:21.553Z[ recovery-image] Sep 11 21:04:20.332 INFO O| Sep 11 21:04:20.332 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-09-11T21:04:21.560Z[ recovery-image] Sep 11 21:04:20.342 INFO O| Sep 11 21:04:20.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
79392026-09-11T21:04:21.560Z[ recovery-image] Sep 11 21:04:20.342 INFO O| Sep 11 21:04:20.342 INFO STEP 682 (remove_files) COMPLETE
79402026-09-11T21:04:21.561Z[ recovery-image] Sep 11 21:04:20.342 INFO O| Sep 11 21:04:20.342 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-09-11T21:04:21.569Z[ recovery-image] Sep 11 21:04:20.351 INFO O| Sep 11 21:04:20.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
79422026-09-11T21:04:21.570Z[ recovery-image] Sep 11 21:04:20.351 INFO O| Sep 11 21:04:20.351 INFO STEP 683 (remove_files) COMPLETE
79432026-09-11T21:04:21.570Z[ recovery-image] Sep 11 21:04:20.351 INFO O| Sep 11 21:04:20.351 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-09-11T21:04:21.579Z[ recovery-image] Sep 11 21:04:20.360 INFO O| Sep 11 21:04:20.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
79452026-09-11T21:04:21.584Z[ recovery-image] Sep 11 21:04:20.360 INFO O| Sep 11 21:04:20.360 INFO STEP 684 (remove_files) COMPLETE
79462026-09-11T21:04:21.584Z[ recovery-image] Sep 11 21:04:20.360 INFO O| Sep 11 21:04:20.360 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-09-11T21:04:21.588Z[ recovery-image] Sep 11 21:04:20.370 INFO O| Sep 11 21:04:20.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
79482026-09-11T21:04:21.592Z[ recovery-image] Sep 11 21:04:20.370 INFO O| Sep 11 21:04:20.370 INFO STEP 685 (remove_files) COMPLETE
79492026-09-11T21:04:21.593Z[ recovery-image] Sep 11 21:04:20.370 INFO O| Sep 11 21:04:20.370 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-09-11T21:04:21.597Z[ recovery-image] Sep 11 21:04:20.378 INFO O| Sep 11 21:04:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
79512026-09-11T21:04:21.597Z[ recovery-image] Sep 11 21:04:20.378 INFO O| Sep 11 21:04:20.378 INFO STEP 686 (remove_files) COMPLETE
79522026-09-11T21:04:21.601Z[ recovery-image] Sep 11 21:04:20.378 INFO O| Sep 11 21:04:20.378 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-09-11T21:04:21.605Z[ recovery-image] Sep 11 21:04:20.386 INFO O| Sep 11 21:04:20.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
79542026-09-11T21:04:21.608Z[ recovery-image] Sep 11 21:04:20.386 INFO O| Sep 11 21:04:20.386 INFO STEP 687 (remove_files) COMPLETE
79552026-09-11T21:04:21.609Z[ recovery-image] Sep 11 21:04:20.386 INFO O| Sep 11 21:04:20.386 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-09-11T21:04:21.614Z[ recovery-image] Sep 11 21:04:20.395 INFO O| Sep 11 21:04:20.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
79572026-09-11T21:04:21.614Z[ recovery-image] Sep 11 21:04:20.396 INFO O| Sep 11 21:04:20.396 INFO STEP 688 (remove_files) COMPLETE
79582026-09-11T21:04:21.614Z[ recovery-image] Sep 11 21:04:20.396 INFO O| Sep 11 21:04:20.396 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-09-11T21:04:21.618Z[ host-image] Sep 11 21:04:20.398 INFO O| Sep 11 21:04:20.398 INFO STEP 9 (remove_files) COMPLETE
79602026-09-11T21:04:21.618Z[ host-image] Sep 11 21:04:20.398 INFO O| Sep 11 21:04:20.398 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79612026-09-11T21:04:21.623Z[ recovery-image] Sep 11 21:04:20.404 INFO O| Sep 11 21:04:20.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
79622026-09-11T21:04:21.623Z[ recovery-image] Sep 11 21:04:20.404 INFO O| Sep 11 21:04:20.404 INFO STEP 689 (remove_files) COMPLETE
79632026-09-11T21:04:21.627Z[ recovery-image] Sep 11 21:04:20.404 INFO O| Sep 11 21:04:20.404 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-11T21:04:21.631Z[ host-image] Sep 11 21:04:20.408 INFO O| Sep 11 21:04:20.408 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
79652026-09-11T21:04:21.634Z[ recovery-image] Sep 11 21:04:20.413 INFO O| Sep 11 21:04:20.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
79662026-09-11T21:04:21.635Z[ recovery-image] Sep 11 21:04:20.413 INFO O| Sep 11 21:04:20.413 INFO STEP 690 (remove_files) COMPLETE
79672026-09-11T21:04:21.635Z[ recovery-image] Sep 11 21:04:20.413 INFO O| Sep 11 21:04:20.413 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-09-11T21:04:21.641Z[ recovery-image] Sep 11 21:04:20.423 INFO O| Sep 11 21:04:20.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
79692026-09-11T21:04:21.641Z[ recovery-image] Sep 11 21:04:20.423 INFO O| Sep 11 21:04:20.423 INFO STEP 691 (remove_files) COMPLETE
79702026-09-11T21:04:21.641Z[ recovery-image] Sep 11 21:04:20.423 INFO O| Sep 11 21:04:20.423 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-09-11T21:04:21.651Z[ recovery-image] Sep 11 21:04:20.431 INFO O| Sep 11 21:04:20.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
79722026-09-11T21:04:21.651Z[ recovery-image] Sep 11 21:04:20.431 INFO O| Sep 11 21:04:20.431 INFO STEP 692 (remove_files) COMPLETE
79732026-09-11T21:04:21.652Z[ recovery-image] Sep 11 21:04:20.431 INFO O| Sep 11 21:04:20.431 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-09-11T21:04:21.660Z[ recovery-image] Sep 11 21:04:20.441 INFO O| Sep 11 21:04:20.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
79752026-09-11T21:04:21.660Z[ recovery-image] Sep 11 21:04:20.441 INFO O| Sep 11 21:04:20.441 INFO STEP 693 (remove_files) COMPLETE
79762026-09-11T21:04:21.664Z[ recovery-image] Sep 11 21:04:20.441 INFO O| Sep 11 21:04:20.441 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-09-11T21:04:21.669Z[ recovery-image] Sep 11 21:04:20.450 INFO O| Sep 11 21:04:20.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
79782026-09-11T21:04:21.669Z[ recovery-image] Sep 11 21:04:20.450 INFO O| Sep 11 21:04:20.450 INFO STEP 694 (remove_files) COMPLETE
79792026-09-11T21:04:21.669Z[ recovery-image] Sep 11 21:04:20.450 INFO O| Sep 11 21:04:20.450 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-09-11T21:04:21.678Z[ recovery-image] Sep 11 21:04:20.459 INFO O| Sep 11 21:04:20.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
79812026-09-11T21:04:21.678Z[ recovery-image] Sep 11 21:04:20.459 INFO O| Sep 11 21:04:20.459 INFO STEP 695 (remove_files) COMPLETE
79822026-09-11T21:04:21.678Z[ recovery-image] Sep 11 21:04:20.459 INFO O| Sep 11 21:04:20.459 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-09-11T21:04:21.686Z[ recovery-image] Sep 11 21:04:20.467 INFO O| Sep 11 21:04:20.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
79842026-09-11T21:04:21.687Z[ recovery-image] Sep 11 21:04:20.467 INFO O| Sep 11 21:04:20.467 INFO STEP 696 (remove_files) COMPLETE
79852026-09-11T21:04:21.687Z[ recovery-image] Sep 11 21:04:20.467 INFO O| Sep 11 21:04:20.467 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-09-11T21:04:21.694Z[ recovery-image] Sep 11 21:04:20.475 INFO O| Sep 11 21:04:20.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
79872026-09-11T21:04:21.694Z[ recovery-image] Sep 11 21:04:20.475 INFO O| Sep 11 21:04:20.475 INFO STEP 697 (remove_files) COMPLETE
79882026-09-11T21:04:21.694Z[ recovery-image] Sep 11 21:04:20.475 INFO O| Sep 11 21:04:20.475 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-11T21:04:21.701Z[ host-image] Sep 11 21:04:20.482 INFO O| Sep 11 21:04:20.482 INFO STEP 10 (remove_files) COMPLETE
79902026-09-11T21:04:21.701Z[ host-image] Sep 11 21:04:20.482 INFO O| Sep 11 21:04:20.482 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
79912026-09-11T21:04:21.706Z[ recovery-image] Sep 11 21:04:20.484 INFO O| Sep 11 21:04:20.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
79922026-09-11T21:04:21.706Z[ recovery-image] Sep 11 21:04:20.484 INFO O| Sep 11 21:04:20.484 INFO STEP 698 (remove_files) COMPLETE
79932026-09-11T21:04:21.706Z[ recovery-image] Sep 11 21:04:20.484 INFO O| Sep 11 21:04:20.484 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-09-11T21:04:21.710Z[ host-image] Sep 11 21:04:20.491 INFO O| Sep 11 21:04:20.490 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
79952026-09-11T21:04:21.715Z[ recovery-image] Sep 11 21:04:20.492 INFO O| Sep 11 21:04:20.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
79962026-09-11T21:04:21.715Z[ recovery-image] Sep 11 21:04:20.493 INFO O| Sep 11 21:04:20.493 INFO STEP 699 (remove_files) COMPLETE
79972026-09-11T21:04:21.715Z[ recovery-image] Sep 11 21:04:20.493 INFO O| Sep 11 21:04:20.493 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-11T21:04:21.720Z[ host-image] Sep 11 21:04:20.497 INFO O| Sep 11 21:04:20.497 INFO STEP 11 (remove_files) COMPLETE
79992026-09-11T21:04:21.720Z[ host-image] Sep 11 21:04:20.497 INFO O| Sep 11 21:04:20.497 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
80002026-09-11T21:04:21.724Z[ recovery-image] Sep 11 21:04:20.500 INFO O| Sep 11 21:04:20.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
80012026-09-11T21:04:21.724Z[ recovery-image] Sep 11 21:04:20.500 INFO O| Sep 11 21:04:20.500 INFO STEP 700 (remove_files) COMPLETE
80022026-09-11T21:04:21.724Z[ recovery-image] Sep 11 21:04:20.500 INFO O| Sep 11 21:04:20.500 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-09-11T21:04:21.725Z[ host-image] Sep 11 21:04:20.505 INFO O| Sep 11 21:04:20.505 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
80042026-09-11T21:04:21.728Z[ host-image] Sep 11 21:04:20.506 INFO O| Sep 11 21:04:20.506 INFO STEP 12 (remove_files) COMPLETE
80052026-09-11T21:04:21.729Z[ host-image] Sep 11 21:04:20.506 INFO O| Sep 11 21:04:20.506 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
80062026-09-11T21:04:21.729Z[ recovery-image] Sep 11 21:04:20.508 INFO O| Sep 11 21:04:20.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
80072026-09-11T21:04:21.729Z[ recovery-image] Sep 11 21:04:20.508 INFO O| Sep 11 21:04:20.508 INFO STEP 701 (remove_files) COMPLETE
80082026-09-11T21:04:21.729Z[ recovery-image] Sep 11 21:04:20.508 INFO O| Sep 11 21:04:20.508 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-11T21:04:21.734Z[ recovery-image] Sep 11 21:04:20.516 INFO O| Sep 11 21:04:20.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
80102026-09-11T21:04:21.734Z[ recovery-image] Sep 11 21:04:20.516 INFO O| Sep 11 21:04:20.516 INFO STEP 702 (remove_files) COMPLETE
80112026-09-11T21:04:21.734Z[ host-image] Sep 11 21:04:20.516 INFO O| Sep 11 21:04:20.516 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
80122026-09-11T21:04:21.734Z[ recovery-image] Sep 11 21:04:20.516 INFO O| Sep 11 21:04:20.516 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-09-11T21:04:21.738Z[ host-image] Sep 11 21:04:20.519 INFO O| Sep 11 21:04:20.518 INFO STEP 13 (remove_files) COMPLETE
80142026-09-11T21:04:21.738Z[ host-image] Sep 11 21:04:20.519 INFO O| Sep 11 21:04:20.518 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
80152026-09-11T21:04:21.744Z[ recovery-image] Sep 11 21:04:20.525 INFO O| Sep 11 21:04:20.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
80162026-09-11T21:04:21.744Z[ recovery-image] Sep 11 21:04:20.525 INFO O| Sep 11 21:04:20.525 INFO STEP 703 (remove_files) COMPLETE
80172026-09-11T21:04:21.744Z[ recovery-image] Sep 11 21:04:20.525 INFO O| Sep 11 21:04:20.525 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-09-11T21:04:21.750Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
80192026-09-11T21:04:21.750Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
80202026-09-11T21:04:21.753Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
80212026-09-11T21:04:21.754Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
80222026-09-11T21:04:21.754Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
80232026-09-11T21:04:21.754Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
80242026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
80252026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
80262026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
80272026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.531 INFO O| Sep 11 21:04:20.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
80282026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
80292026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
80302026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
80312026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
80322026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
80332026-09-11T21:04:21.755Z[ host-image] Sep 11 21:04:20.532 INFO O| Sep 11 21:04:20.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
80342026-09-11T21:04:21.755Z[ recovery-image] Sep 11 21:04:20.534 INFO O| Sep 11 21:04:20.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
80352026-09-11T21:04:21.755Z[ recovery-image] Sep 11 21:04:20.534 INFO O| Sep 11 21:04:20.534 INFO STEP 704 (remove_files) COMPLETE
80362026-09-11T21:04:21.755Z[ recovery-image] Sep 11 21:04:20.534 INFO O| Sep 11 21:04:20.534 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-11T21:04:21.760Z[ host-image] Sep 11 21:04:20.541 INFO O| Sep 11 21:04:20.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
80382026-09-11T21:04:21.761Z[ host-image] Sep 11 21:04:20.541 INFO O| Sep 11 21:04:20.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
80392026-09-11T21:04:21.765Z[ recovery-image] Sep 11 21:04:20.542 INFO O| Sep 11 21:04:20.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
80402026-09-11T21:04:21.765Z[ recovery-image] Sep 11 21:04:20.542 INFO O| Sep 11 21:04:20.542 INFO STEP 705 (remove_files) COMPLETE
80412026-09-11T21:04:21.766Z[ recovery-image] Sep 11 21:04:20.542 INFO O| Sep 11 21:04:20.542 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-09-11T21:04:21.770Z[ recovery-image] Sep 11 21:04:20.550 INFO O| Sep 11 21:04:20.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
80432026-09-11T21:04:21.770Z[ recovery-image] Sep 11 21:04:20.550 INFO O| Sep 11 21:04:20.550 INFO STEP 706 (remove_files) COMPLETE
80442026-09-11T21:04:21.770Z[ recovery-image] Sep 11 21:04:20.550 INFO O| Sep 11 21:04:20.550 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-09-11T21:04:21.778Z[ recovery-image] Sep 11 21:04:20.559 INFO O| Sep 11 21:04:20.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
80462026-09-11T21:04:21.778Z[ recovery-image] Sep 11 21:04:20.559 INFO O| Sep 11 21:04:20.559 INFO STEP 707 (remove_files) COMPLETE
80472026-09-11T21:04:21.778Z[ recovery-image] Sep 11 21:04:20.559 INFO O| Sep 11 21:04:20.559 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-09-11T21:04:21.787Z[ recovery-image] Sep 11 21:04:20.568 INFO O| Sep 11 21:04:20.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
80492026-09-11T21:04:21.787Z[ recovery-image] Sep 11 21:04:20.568 INFO O| Sep 11 21:04:20.568 INFO STEP 708 (remove_files) COMPLETE
80502026-09-11T21:04:21.787Z[ recovery-image] Sep 11 21:04:20.568 INFO O| Sep 11 21:04:20.568 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-09-11T21:04:21.795Z[ recovery-image] Sep 11 21:04:20.576 INFO O| Sep 11 21:04:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
80522026-09-11T21:04:21.796Z[ recovery-image] Sep 11 21:04:20.577 INFO O| Sep 11 21:04:20.577 INFO STEP 709 (remove_files) COMPLETE
80532026-09-11T21:04:21.796Z[ recovery-image] Sep 11 21:04:20.577 INFO O| Sep 11 21:04:20.577 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-09-11T21:04:21.804Z[ recovery-image] Sep 11 21:04:20.585 INFO O| Sep 11 21:04:20.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
80552026-09-11T21:04:21.804Z[ recovery-image] Sep 11 21:04:20.586 INFO O| Sep 11 21:04:20.585 INFO STEP 710 (remove_files) COMPLETE
80562026-09-11T21:04:21.805Z[ recovery-image] Sep 11 21:04:20.586 INFO O| Sep 11 21:04:20.585 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-09-11T21:04:21.815Z[ recovery-image] Sep 11 21:04:20.595 INFO O| Sep 11 21:04:20.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
80582026-09-11T21:04:21.815Z[ recovery-image] Sep 11 21:04:20.595 INFO O| Sep 11 21:04:20.595 INFO STEP 711 (remove_files) COMPLETE
80592026-09-11T21:04:21.815Z[ recovery-image] Sep 11 21:04:20.595 INFO O| Sep 11 21:04:20.595 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-09-11T21:04:21.823Z[ recovery-image] Sep 11 21:04:20.604 INFO O| Sep 11 21:04:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
80612026-09-11T21:04:21.823Z[ recovery-image] Sep 11 21:04:20.604 INFO O| Sep 11 21:04:20.604 INFO STEP 712 (remove_files) COMPLETE
80622026-09-11T21:04:21.827Z[ recovery-image] Sep 11 21:04:20.604 INFO O| Sep 11 21:04:20.604 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-09-11T21:04:21.834Z[ recovery-image] Sep 11 21:04:20.614 INFO O| Sep 11 21:04:20.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
80642026-09-11T21:04:21.834Z[ recovery-image] Sep 11 21:04:20.615 INFO O| Sep 11 21:04:20.614 INFO STEP 713 (remove_files) COMPLETE
80652026-09-11T21:04:21.834Z[ recovery-image] Sep 11 21:04:20.615 INFO O| Sep 11 21:04:20.614 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-09-11T21:04:21.843Z[ recovery-image] Sep 11 21:04:20.625 INFO O| Sep 11 21:04:20.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
80672026-09-11T21:04:21.843Z[ recovery-image] Sep 11 21:04:20.625 INFO O| Sep 11 21:04:20.625 INFO STEP 714 (remove_files) COMPLETE
80682026-09-11T21:04:21.844Z[ recovery-image] Sep 11 21:04:20.625 INFO O| Sep 11 21:04:20.625 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-09-11T21:04:21.853Z[ recovery-image] Sep 11 21:04:20.634 INFO O| Sep 11 21:04:20.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
80702026-09-11T21:04:21.853Z[ recovery-image] Sep 11 21:04:20.634 INFO O| Sep 11 21:04:20.634 INFO STEP 715 (remove_files) COMPLETE
80712026-09-11T21:04:21.853Z[ recovery-image] Sep 11 21:04:20.634 INFO O| Sep 11 21:04:20.634 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-09-11T21:04:21.861Z[ recovery-image] Sep 11 21:04:20.642 INFO O| Sep 11 21:04:20.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
80732026-09-11T21:04:21.861Z[ recovery-image] Sep 11 21:04:20.642 INFO O| Sep 11 21:04:20.642 INFO STEP 716 (remove_files) COMPLETE
80742026-09-11T21:04:21.861Z[ recovery-image] Sep 11 21:04:20.642 INFO O| Sep 11 21:04:20.642 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-09-11T21:04:21.870Z[ recovery-image] Sep 11 21:04:20.651 INFO O| Sep 11 21:04:20.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
80762026-09-11T21:04:21.870Z[ recovery-image] Sep 11 21:04:20.651 INFO O| Sep 11 21:04:20.651 INFO STEP 717 (remove_files) COMPLETE
80772026-09-11T21:04:21.870Z[ recovery-image] Sep 11 21:04:20.651 INFO O| Sep 11 21:04:20.651 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-09-11T21:04:21.880Z[ recovery-image] Sep 11 21:04:20.661 INFO O| Sep 11 21:04:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
80792026-09-11T21:04:21.880Z[ recovery-image] Sep 11 21:04:20.661 INFO O| Sep 11 21:04:20.661 INFO STEP 718 (remove_files) COMPLETE
80802026-09-11T21:04:21.880Z[ recovery-image] Sep 11 21:04:20.661 INFO O| Sep 11 21:04:20.661 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-09-11T21:04:21.889Z[ recovery-image] Sep 11 21:04:20.670 INFO O| Sep 11 21:04:20.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
80822026-09-11T21:04:21.889Z[ recovery-image] Sep 11 21:04:20.670 INFO O| Sep 11 21:04:20.670 INFO STEP 719 (remove_files) COMPLETE
80832026-09-11T21:04:21.891Z[ recovery-image] Sep 11 21:04:20.670 INFO O| Sep 11 21:04:20.670 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-09-11T21:04:21.900Z[ recovery-image] Sep 11 21:04:20.679 INFO O| Sep 11 21:04:20.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
80852026-09-11T21:04:21.900Z[ recovery-image] Sep 11 21:04:20.679 INFO O| Sep 11 21:04:20.679 INFO STEP 720 (remove_files) COMPLETE
80862026-09-11T21:04:21.900Z[ recovery-image] Sep 11 21:04:20.680 INFO O| Sep 11 21:04:20.679 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-09-11T21:04:21.909Z[ recovery-image] Sep 11 21:04:20.691 INFO O| Sep 11 21:04:20.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
80882026-09-11T21:04:21.909Z[ recovery-image] Sep 11 21:04:20.691 INFO O| Sep 11 21:04:20.691 INFO STEP 721 (remove_files) COMPLETE
80892026-09-11T21:04:21.910Z[ recovery-image] Sep 11 21:04:20.691 INFO O| Sep 11 21:04:20.691 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-09-11T21:04:21.920Z[ recovery-image] Sep 11 21:04:20.700 INFO O| Sep 11 21:04:20.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
80912026-09-11T21:04:21.920Z[ recovery-image] Sep 11 21:04:20.701 INFO O| Sep 11 21:04:20.701 INFO STEP 722 (remove_files) COMPLETE
80922026-09-11T21:04:21.920Z[ recovery-image] Sep 11 21:04:20.701 INFO O| Sep 11 21:04:20.701 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-09-11T21:04:21.928Z[ recovery-image] Sep 11 21:04:20.708 INFO O| Sep 11 21:04:20.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
80942026-09-11T21:04:21.928Z[ recovery-image] Sep 11 21:04:20.708 INFO O| Sep 11 21:04:20.708 INFO STEP 723 (remove_files) COMPLETE
80952026-09-11T21:04:21.928Z[ recovery-image] Sep 11 21:04:20.708 INFO O| Sep 11 21:04:20.708 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-09-11T21:04:21.934Z[ host-image] Sep 11 21:04:20.715 INFO O| Sep 11 21:04:20.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
80972026-09-11T21:04:21.940Z[ recovery-image] Sep 11 21:04:20.721 INFO O| Sep 11 21:04:20.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
80982026-09-11T21:04:21.940Z[ recovery-image] Sep 11 21:04:20.721 INFO O| Sep 11 21:04:20.721 INFO STEP 724 (remove_files) COMPLETE
80992026-09-11T21:04:21.940Z[ recovery-image] Sep 11 21:04:20.721 INFO O| Sep 11 21:04:20.721 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-11T21:04:21.949Z[ recovery-image] Sep 11 21:04:20.730 INFO O| Sep 11 21:04:20.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
81012026-09-11T21:04:21.949Z[ recovery-image] Sep 11 21:04:20.730 INFO O| Sep 11 21:04:20.730 INFO STEP 725 (remove_files) COMPLETE
81022026-09-11T21:04:21.949Z[ recovery-image] Sep 11 21:04:20.731 INFO O| Sep 11 21:04:20.730 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-11T21:04:21.953Z[verify-libraries] Compiling russh-util v0.52.0
81042026-09-11T21:04:21.959Z[ host-image] Sep 11 21:04:20.740 INFO O| Sep 11 21:04:20.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
81052026-09-11T21:04:21.964Z[ recovery-image] Sep 11 21:04:20.741 INFO O| Sep 11 21:04:20.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
81062026-09-11T21:04:21.965Z[ recovery-image] Sep 11 21:04:20.741 INFO O| Sep 11 21:04:20.741 INFO STEP 726 (remove_files) COMPLETE
81072026-09-11T21:04:21.965Z[ recovery-image] Sep 11 21:04:20.741 INFO O| Sep 11 21:04:20.741 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-09-11T21:04:21.971Z[ recovery-image] Sep 11 21:04:20.751 INFO O| Sep 11 21:04:20.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
81092026-09-11T21:04:21.974Z[ recovery-image] Sep 11 21:04:20.752 INFO O| Sep 11 21:04:20.752 INFO STEP 727 (remove_files) COMPLETE
81102026-09-11T21:04:21.975Z[ recovery-image] Sep 11 21:04:20.752 INFO O| Sep 11 21:04:20.752 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-09-11T21:04:21.979Z[ recovery-image] Sep 11 21:04:20.761 INFO O| Sep 11 21:04:20.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
81122026-09-11T21:04:21.979Z[ recovery-image] Sep 11 21:04:20.761 INFO O| Sep 11 21:04:20.761 INFO STEP 728 (remove_files) COMPLETE
81132026-09-11T21:04:21.979Z[ recovery-image] Sep 11 21:04:20.761 INFO O| Sep 11 21:04:20.761 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-09-11T21:04:21.983Z[verify-libraries] Compiling enum_dispatch v0.3.13
81152026-09-11T21:04:21.990Z[ recovery-image] Sep 11 21:04:20.771 INFO O| Sep 11 21:04:20.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
81162026-09-11T21:04:21.990Z[ recovery-image] Sep 11 21:04:20.772 INFO O| Sep 11 21:04:20.772 INFO STEP 729 (remove_files) COMPLETE
81172026-09-11T21:04:21.994Z[ recovery-image] Sep 11 21:04:20.772 INFO O| Sep 11 21:04:20.772 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-11T21:04:22.000Z[ recovery-image] Sep 11 21:04:20.781 INFO O| Sep 11 21:04:20.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
81192026-09-11T21:04:22.000Z[ recovery-image] Sep 11 21:04:20.781 INFO O| Sep 11 21:04:20.781 INFO STEP 730 (remove_files) COMPLETE
81202026-09-11T21:04:22.000Z[ recovery-image] Sep 11 21:04:20.781 INFO O| Sep 11 21:04:20.781 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-11T21:04:22.010Z[ recovery-image] Sep 11 21:04:20.791 INFO O| Sep 11 21:04:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
81222026-09-11T21:04:22.010Z[ recovery-image] Sep 11 21:04:20.791 INFO O| Sep 11 21:04:20.791 INFO STEP 731 (remove_files) COMPLETE
81232026-09-11T21:04:22.010Z[ recovery-image] Sep 11 21:04:20.791 INFO O| Sep 11 21:04:20.791 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-11T21:04:22.020Z[ recovery-image] Sep 11 21:04:20.802 INFO O| Sep 11 21:04:20.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
81252026-09-11T21:04:22.021Z[ recovery-image] Sep 11 21:04:20.802 INFO O| Sep 11 21:04:20.802 INFO STEP 732 (remove_files) COMPLETE
81262026-09-11T21:04:22.025Z[ recovery-image] Sep 11 21:04:20.802 INFO O| Sep 11 21:04:20.802 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-11T21:04:22.025Z[verify-libraries] Compiling sapling-renderdag v0.1.0
81282026-09-11T21:04:22.030Z[ recovery-image] Sep 11 21:04:20.811 INFO O| Sep 11 21:04:20.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
81292026-09-11T21:04:22.030Z[ recovery-image] Sep 11 21:04:20.811 INFO O| Sep 11 21:04:20.811 INFO STEP 733 (remove_files) COMPLETE
81302026-09-11T21:04:22.030Z[ recovery-image] Sep 11 21:04:20.811 INFO O| Sep 11 21:04:20.811 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-11T21:04:22.036Z[ host-image] Sep 11 21:04:20.817 INFO O| Sep 11 21:04:20.816 INFO STEP 14 (remove_files) COMPLETE
81322026-09-11T21:04:22.037Z[ host-image] Sep 11 21:04:20.817 INFO O| Sep 11 21:04:20.817 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81332026-09-11T21:04:22.040Z[ recovery-image] Sep 11 21:04:20.822 INFO O| Sep 11 21:04:20.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
81342026-09-11T21:04:22.041Z[ recovery-image] Sep 11 21:04:20.822 INFO O| Sep 11 21:04:20.822 INFO STEP 734 (remove_files) COMPLETE
81352026-09-11T21:04:22.041Z[ recovery-image] Sep 11 21:04:20.822 INFO O| Sep 11 21:04:20.822 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-09-11T21:04:22.050Z[ recovery-image] Sep 11 21:04:20.831 INFO O| Sep 11 21:04:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
81372026-09-11T21:04:22.050Z[ recovery-image] Sep 11 21:04:20.831 INFO O| Sep 11 21:04:20.831 INFO STEP 735 (remove_files) COMPLETE
81382026-09-11T21:04:22.050Z[ recovery-image] Sep 11 21:04:20.831 INFO O| Sep 11 21:04:20.831 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-09-11T21:04:22.059Z[ host-image] Sep 11 21:04:20.839 INFO O| Sep 11 21:04:20.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
81402026-09-11T21:04:22.063Z[ host-image] Sep 11 21:04:20.840 INFO O| Sep 11 21:04:20.840 INFO STEP 15 (remove_files) COMPLETE
81412026-09-11T21:04:22.063Z[ host-image] Sep 11 21:04:20.840 INFO O| Sep 11 21:04:20.840 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81422026-09-11T21:04:22.063Z[ recovery-image] Sep 11 21:04:20.840 INFO O| Sep 11 21:04:20.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
81432026-09-11T21:04:22.063Z[ recovery-image] Sep 11 21:04:20.840 INFO O| Sep 11 21:04:20.840 INFO STEP 736 (remove_files) COMPLETE
81442026-09-11T21:04:22.063Z[ recovery-image] Sep 11 21:04:20.840 INFO O| Sep 11 21:04:20.840 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-09-11T21:04:22.068Z[ host-image] Sep 11 21:04:20.849 INFO O| Sep 11 21:04:20.849 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
81462026-09-11T21:04:22.072Z[ recovery-image] Sep 11 21:04:20.850 INFO O| Sep 11 21:04:20.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
81472026-09-11T21:04:22.072Z[ recovery-image] Sep 11 21:04:20.850 INFO O| Sep 11 21:04:20.850 INFO STEP 737 (remove_files) COMPLETE
81482026-09-11T21:04:22.072Z[ recovery-image] Sep 11 21:04:20.850 INFO O| Sep 11 21:04:20.850 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-11T21:04:22.076Z[ host-image] Sep 11 21:04:20.855 INFO O| Sep 11 21:04:20.855 INFO STEP 16 (remove_files) COMPLETE
81502026-09-11T21:04:22.076Z[ host-image] Sep 11 21:04:20.855 INFO O| Sep 11 21:04:20.855 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81512026-09-11T21:04:22.079Z[ recovery-image] Sep 11 21:04:20.861 INFO O| Sep 11 21:04:20.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
81522026-09-11T21:04:22.080Z[ recovery-image] Sep 11 21:04:20.861 INFO O| Sep 11 21:04:20.861 INFO STEP 738 (remove_files) COMPLETE
81532026-09-11T21:04:22.083Z[ recovery-image] Sep 11 21:04:20.861 INFO O| Sep 11 21:04:20.861 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-09-11T21:04:22.088Z[ host-image] Sep 11 21:04:20.868 INFO O| Sep 11 21:04:20.868 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
81552026-09-11T21:04:22.092Z[ host-image] Sep 11 21:04:20.869 INFO O| Sep 11 21:04:20.869 INFO STEP 17 (remove_files) COMPLETE
81562026-09-11T21:04:22.092Z[ host-image] Sep 11 21:04:20.869 INFO O| Sep 11 21:04:20.869 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81572026-09-11T21:04:22.092Z[ recovery-image] Sep 11 21:04:20.872 INFO O| Sep 11 21:04:20.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
81582026-09-11T21:04:22.092Z[ recovery-image] Sep 11 21:04:20.872 INFO O| Sep 11 21:04:20.872 INFO STEP 739 (remove_files) COMPLETE
81592026-09-11T21:04:22.092Z[ recovery-image] Sep 11 21:04:20.872 INFO O| Sep 11 21:04:20.872 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-11T21:04:22.098Z[ host-image] Sep 11 21:04:20.879 INFO O| Sep 11 21:04:20.879 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
81612026-09-11T21:04:22.101Z[ host-image] Sep 11 21:04:20.880 INFO O| Sep 11 21:04:20.880 INFO STEP 18 (remove_files) COMPLETE
81622026-09-11T21:04:22.101Z[ host-image] Sep 11 21:04:20.880 INFO O| Sep 11 21:04:20.880 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81632026-09-11T21:04:22.101Z[ recovery-image] Sep 11 21:04:20.882 INFO O| Sep 11 21:04:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
81642026-09-11T21:04:22.102Z[ recovery-image] Sep 11 21:04:20.882 INFO O| Sep 11 21:04:20.882 INFO STEP 740 (remove_files) COMPLETE
81652026-09-11T21:04:22.102Z[ recovery-image] Sep 11 21:04:20.882 INFO O| Sep 11 21:04:20.882 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-11T21:04:22.110Z[ host-image] Sep 11 21:04:20.891 INFO O| Sep 11 21:04:20.891 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
81672026-09-11T21:04:22.110Z[ host-image] Sep 11 21:04:20.892 INFO O| Sep 11 21:04:20.891 INFO STEP 19 (remove_files) COMPLETE
81682026-09-11T21:04:22.110Z[ host-image] Sep 11 21:04:20.892 INFO O| Sep 11 21:04:20.892 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81692026-09-11T21:04:22.116Z[ recovery-image] Sep 11 21:04:20.892 INFO O| Sep 11 21:04:20.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
81702026-09-11T21:04:22.116Z[ recovery-image] Sep 11 21:04:20.893 INFO O| Sep 11 21:04:20.893 INFO STEP 741 (remove_files) COMPLETE
81712026-09-11T21:04:22.116Z[ recovery-image] Sep 11 21:04:20.893 INFO O| Sep 11 21:04:20.893 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-09-11T21:04:22.123Z[ host-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
81732026-09-11T21:04:22.123Z[ host-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO STEP 20 (remove_files) COMPLETE
81742026-09-11T21:04:22.123Z[ host-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81752026-09-11T21:04:22.126Z[ recovery-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
81762026-09-11T21:04:22.126Z[ recovery-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO STEP 742 (remove_files) COMPLETE
81772026-09-11T21:04:22.126Z[ recovery-image] Sep 11 21:04:20.904 INFO O| Sep 11 21:04:20.904 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-09-11T21:04:22.133Z[ host-image] Sep 11 21:04:20.913 INFO O| Sep 11 21:04:20.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
81792026-09-11T21:04:22.137Z[ host-image] Sep 11 21:04:20.914 INFO O| Sep 11 21:04:20.913 INFO STEP 21 (remove_files) COMPLETE
81802026-09-11T21:04:22.137Z[ host-image] Sep 11 21:04:20.914 INFO O| Sep 11 21:04:20.913 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81812026-09-11T21:04:22.137Z[ recovery-image] Sep 11 21:04:20.915 INFO O| Sep 11 21:04:20.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
81822026-09-11T21:04:22.137Z[ recovery-image] Sep 11 21:04:20.916 INFO O| Sep 11 21:04:20.916 INFO STEP 743 (remove_files) COMPLETE
81832026-09-11T21:04:22.137Z[ recovery-image] Sep 11 21:04:20.916 INFO O| Sep 11 21:04:20.916 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-09-11T21:04:22.141Z[ host-image] Sep 11 21:04:20.923 INFO O| Sep 11 21:04:20.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
81852026-09-11T21:04:22.142Z[ host-image] Sep 11 21:04:20.923 INFO O| Sep 11 21:04:20.923 INFO STEP 22 (remove_files) COMPLETE
81862026-09-11T21:04:22.145Z[ host-image] Sep 11 21:04:20.923 INFO O| Sep 11 21:04:20.923 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81872026-09-11T21:04:22.146Z[ recovery-image] Sep 11 21:04:20.926 INFO O| Sep 11 21:04:20.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
81882026-09-11T21:04:22.146Z[ recovery-image] Sep 11 21:04:20.926 INFO O| Sep 11 21:04:20.926 INFO STEP 744 (remove_files) COMPLETE
81892026-09-11T21:04:22.146Z[ recovery-image] Sep 11 21:04:20.926 INFO O| Sep 11 21:04:20.926 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-11T21:04:22.152Z[ host-image] Sep 11 21:04:20.933 INFO O| Sep 11 21:04:20.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
81912026-09-11T21:04:22.156Z[ host-image] Sep 11 21:04:20.933 INFO O| Sep 11 21:04:20.933 INFO STEP 23 (remove_files) COMPLETE
81922026-09-11T21:04:22.156Z[ host-image] Sep 11 21:04:20.933 INFO O| Sep 11 21:04:20.933 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
81932026-09-11T21:04:22.156Z[ recovery-image] Sep 11 21:04:20.935 INFO O| Sep 11 21:04:20.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
81942026-09-11T21:04:22.157Z[ recovery-image] Sep 11 21:04:20.935 INFO O| Sep 11 21:04:20.935 INFO STEP 745 (remove_files) COMPLETE
81952026-09-11T21:04:22.157Z[ recovery-image] Sep 11 21:04:20.935 INFO O| Sep 11 21:04:20.935 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-11T21:04:22.165Z[ recovery-image] Sep 11 21:04:20.946 INFO O| Sep 11 21:04:20.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
81972026-09-11T21:04:22.165Z[ recovery-image] Sep 11 21:04:20.946 INFO O| Sep 11 21:04:20.946 INFO STEP 746 (remove_files) COMPLETE
81982026-09-11T21:04:22.165Z[ recovery-image] Sep 11 21:04:20.946 INFO O| Sep 11 21:04:20.946 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-09-11T21:04:22.169Z[ host-image] Sep 11 21:04:20.951 INFO O| Sep 11 21:04:20.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
82002026-09-11T21:04:22.169Z[ host-image] Sep 11 21:04:20.951 INFO O| Sep 11 21:04:20.951 INFO STEP 24 (remove_files) COMPLETE
82012026-09-11T21:04:22.169Z[ host-image] Sep 11 21:04:20.951 INFO O| Sep 11 21:04:20.951 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82022026-09-11T21:04:22.178Z[ recovery-image] Sep 11 21:04:20.959 INFO O| Sep 11 21:04:20.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
82032026-09-11T21:04:22.178Z[ recovery-image] Sep 11 21:04:20.959 INFO O| Sep 11 21:04:20.959 INFO STEP 747 (remove_files) COMPLETE
82042026-09-11T21:04:22.178Z[ recovery-image] Sep 11 21:04:20.959 INFO O| Sep 11 21:04:20.959 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-09-11T21:04:22.188Z[ recovery-image] Sep 11 21:04:20.968 INFO O| Sep 11 21:04:20.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
82062026-09-11T21:04:22.188Z[ recovery-image] Sep 11 21:04:20.968 INFO O| Sep 11 21:04:20.968 INFO STEP 748 (remove_files) COMPLETE
82072026-09-11T21:04:22.188Z[ recovery-image] Sep 11 21:04:20.968 INFO O| Sep 11 21:04:20.968 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-09-11T21:04:22.196Z[ recovery-image] Sep 11 21:04:20.977 INFO O| Sep 11 21:04:20.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
82092026-09-11T21:04:22.196Z[ recovery-image] Sep 11 21:04:20.977 INFO O| Sep 11 21:04:20.977 INFO STEP 749 (remove_files) COMPLETE
82102026-09-11T21:04:22.196Z[ recovery-image] Sep 11 21:04:20.977 INFO O| Sep 11 21:04:20.977 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-09-11T21:04:22.199Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
82122026-09-11T21:04:22.204Z[ host-image] Sep 11 21:04:20.985 INFO O| Sep 11 21:04:20.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
82132026-09-11T21:04:22.204Z[ host-image] Sep 11 21:04:20.985 INFO O| Sep 11 21:04:20.985 INFO STEP 25 (remove_files) COMPLETE
82142026-09-11T21:04:22.204Z[ host-image] Sep 11 21:04:20.985 INFO O| Sep 11 21:04:20.985 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82152026-09-11T21:04:22.208Z[ recovery-image] Sep 11 21:04:20.987 INFO O| Sep 11 21:04:20.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
82162026-09-11T21:04:22.209Z[ recovery-image] Sep 11 21:04:20.987 INFO O| Sep 11 21:04:20.987 INFO STEP 750 (remove_files) COMPLETE
82172026-09-11T21:04:22.209Z[ recovery-image] Sep 11 21:04:20.987 INFO O| Sep 11 21:04:20.987 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-11T21:04:22.216Z[ recovery-image] Sep 11 21:04:20.997 INFO O| Sep 11 21:04:20.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
82192026-09-11T21:04:22.216Z[ recovery-image] Sep 11 21:04:20.997 INFO O| Sep 11 21:04:20.997 INFO STEP 751 (remove_files) COMPLETE
82202026-09-11T21:04:22.216Z[ recovery-image] Sep 11 21:04:20.997 INFO O| Sep 11 21:04:20.997 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-11T21:04:22.224Z[ host-image] Sep 11 21:04:21.006 INFO O| Sep 11 21:04:21.005 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
82222026-09-11T21:04:22.224Z[ host-image] Sep 11 21:04:21.006 INFO O| Sep 11 21:04:21.006 INFO STEP 26 (remove_files) COMPLETE
82232026-09-11T21:04:22.228Z[ host-image] Sep 11 21:04:21.006 INFO O| Sep 11 21:04:21.006 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82242026-09-11T21:04:22.229Z[ recovery-image] Sep 11 21:04:21.007 INFO O| Sep 11 21:04:21.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
82252026-09-11T21:04:22.229Z[ recovery-image] Sep 11 21:04:21.007 INFO O| Sep 11 21:04:21.007 INFO STEP 752 (remove_files) COMPLETE
82262026-09-11T21:04:22.229Z[ recovery-image] Sep 11 21:04:21.007 INFO O| Sep 11 21:04:21.007 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-11T21:04:22.234Z[ recovery-image] Sep 11 21:04:21.016 INFO O| Sep 11 21:04:21.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
82282026-09-11T21:04:22.235Z[ recovery-image] Sep 11 21:04:21.016 INFO O| Sep 11 21:04:21.016 INFO STEP 753 (remove_files) COMPLETE
82292026-09-11T21:04:22.239Z[ recovery-image] Sep 11 21:04:21.016 INFO O| Sep 11 21:04:21.016 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-11T21:04:22.244Z[ recovery-image] Sep 11 21:04:21.026 INFO O| Sep 11 21:04:21.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
82312026-09-11T21:04:22.244Z[ recovery-image] Sep 11 21:04:21.026 INFO O| Sep 11 21:04:21.026 INFO STEP 754 (remove_files) COMPLETE
82322026-09-11T21:04:22.244Z[ recovery-image] Sep 11 21:04:21.026 INFO O| Sep 11 21:04:21.026 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-11T21:04:22.251Z[ host-image] Sep 11 21:04:21.031 INFO O| Sep 11 21:04:21.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
82342026-09-11T21:04:22.251Z[ host-image] Sep 11 21:04:21.031 INFO O| Sep 11 21:04:21.031 INFO STEP 27 (remove_files) COMPLETE
82352026-09-11T21:04:22.255Z[ host-image] Sep 11 21:04:21.031 INFO O| Sep 11 21:04:21.031 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82362026-09-11T21:04:22.255Z[ recovery-image] Sep 11 21:04:21.036 INFO O| Sep 11 21:04:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
82372026-09-11T21:04:22.255Z[ recovery-image] Sep 11 21:04:21.036 INFO O| Sep 11 21:04:21.036 INFO STEP 755 (remove_files) COMPLETE
82382026-09-11T21:04:22.255Z[ recovery-image] Sep 11 21:04:21.036 INFO O| Sep 11 21:04:21.036 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-11T21:04:22.263Z[ host-image] Sep 11 21:04:21.045 INFO O| Sep 11 21:04:21.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
82402026-09-11T21:04:22.263Z[ host-image] Sep 11 21:04:21.045 INFO O| Sep 11 21:04:21.045 INFO STEP 28 (remove_files) COMPLETE
82412026-09-11T21:04:22.263Z[ host-image] Sep 11 21:04:21.045 INFO O| Sep 11 21:04:21.045 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82422026-09-11T21:04:22.268Z[ recovery-image] Sep 11 21:04:21.046 INFO O| Sep 11 21:04:21.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
82432026-09-11T21:04:22.269Z[ recovery-image] Sep 11 21:04:21.046 INFO O| Sep 11 21:04:21.046 INFO STEP 756 (remove_files) COMPLETE
82442026-09-11T21:04:22.269Z[ recovery-image] Sep 11 21:04:21.046 INFO O| Sep 11 21:04:21.046 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-11T21:04:22.277Z[ host-image] Sep 11 21:04:21.057 INFO O| Sep 11 21:04:21.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
82462026-09-11T21:04:22.277Z[ host-image] Sep 11 21:04:21.057 INFO O| Sep 11 21:04:21.057 INFO STEP 29 (remove_files) COMPLETE
82472026-09-11T21:04:22.277Z[ host-image] Sep 11 21:04:21.057 INFO O| Sep 11 21:04:21.057 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82482026-09-11T21:04:22.281Z[ recovery-image] Sep 11 21:04:21.058 INFO O| Sep 11 21:04:21.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
82492026-09-11T21:04:22.282Z[ recovery-image] Sep 11 21:04:21.058 INFO O| Sep 11 21:04:21.058 INFO STEP 757 (remove_files) COMPLETE
82502026-09-11T21:04:22.282Z[ recovery-image] Sep 11 21:04:21.058 INFO O| Sep 11 21:04:21.058 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-11T21:04:22.286Z[ host-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
82522026-09-11T21:04:22.286Z[ host-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO STEP 30 (remove_files) COMPLETE
82532026-09-11T21:04:22.286Z[ recovery-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
82542026-09-11T21:04:22.286Z[ recovery-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO STEP 758 (remove_files) COMPLETE
82552026-09-11T21:04:22.286Z[ recovery-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-09-11T21:04:22.286Z[ host-image] Sep 11 21:04:21.067 INFO O| Sep 11 21:04:21.067 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82572026-09-11T21:04:22.294Z[ host-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
82582026-09-11T21:04:22.294Z[ host-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO STEP 31 (remove_files) COMPLETE
82592026-09-11T21:04:22.294Z[ host-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82602026-09-11T21:04:22.294Z[ recovery-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
82612026-09-11T21:04:22.295Z[ recovery-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO STEP 759 (remove_files) COMPLETE
82622026-09-11T21:04:22.298Z[ recovery-image] Sep 11 21:04:21.076 INFO O| Sep 11 21:04:21.076 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-11T21:04:22.304Z[ recovery-image] Sep 11 21:04:21.085 INFO O| Sep 11 21:04:21.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
82642026-09-11T21:04:22.304Z[ recovery-image] Sep 11 21:04:21.085 INFO O| Sep 11 21:04:21.085 INFO STEP 760 (remove_files) COMPLETE
82652026-09-11T21:04:22.307Z[ recovery-image] Sep 11 21:04:21.085 INFO O| Sep 11 21:04:21.085 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-11T21:04:22.307Z[ host-image] Sep 11 21:04:21.086 INFO O| Sep 11 21:04:21.086 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
82672026-09-11T21:04:22.307Z[ host-image] Sep 11 21:04:21.086 INFO O| Sep 11 21:04:21.086 INFO STEP 32 (remove_files) COMPLETE
82682026-09-11T21:04:22.307Z[ host-image] Sep 11 21:04:21.086 INFO O| Sep 11 21:04:21.086 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82692026-09-11T21:04:22.314Z[ recovery-image] Sep 11 21:04:21.096 INFO O| Sep 11 21:04:21.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
82702026-09-11T21:04:22.314Z[ recovery-image] Sep 11 21:04:21.096 INFO O| Sep 11 21:04:21.096 INFO STEP 761 (remove_files) COMPLETE
82712026-09-11T21:04:22.314Z[ recovery-image] Sep 11 21:04:21.096 INFO O| Sep 11 21:04:21.096 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-11T21:04:22.318Z[ host-image] Sep 11 21:04:21.097 INFO O| Sep 11 21:04:21.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
82732026-09-11T21:04:22.318Z[ host-image] Sep 11 21:04:21.097 INFO O| Sep 11 21:04:21.097 INFO STEP 33 (remove_files) COMPLETE
82742026-09-11T21:04:22.318Z[ host-image] Sep 11 21:04:21.097 INFO O| Sep 11 21:04:21.097 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82752026-09-11T21:04:22.324Z[ recovery-image] Sep 11 21:04:21.106 INFO O| Sep 11 21:04:21.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
82762026-09-11T21:04:22.324Z[ recovery-image] Sep 11 21:04:21.106 INFO O| Sep 11 21:04:21.106 INFO STEP 762 (remove_files) COMPLETE
82772026-09-11T21:04:22.325Z[ recovery-image] Sep 11 21:04:21.106 INFO O| Sep 11 21:04:21.106 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-11T21:04:22.328Z[ host-image] Sep 11 21:04:21.107 INFO O| Sep 11 21:04:21.107 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
82792026-09-11T21:04:22.329Z[ host-image] Sep 11 21:04:21.108 INFO O| Sep 11 21:04:21.108 INFO STEP 34 (remove_files) COMPLETE
82802026-09-11T21:04:22.329Z[ host-image] Sep 11 21:04:21.108 INFO O| Sep 11 21:04:21.108 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82812026-09-11T21:04:22.334Z[ recovery-image] Sep 11 21:04:21.116 INFO O| Sep 11 21:04:21.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
82822026-09-11T21:04:22.334Z[ recovery-image] Sep 11 21:04:21.116 INFO O| Sep 11 21:04:21.116 INFO STEP 763 (remove_files) COMPLETE
82832026-09-11T21:04:22.334Z[ recovery-image] Sep 11 21:04:21.116 INFO O| Sep 11 21:04:21.116 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-11T21:04:22.338Z[ host-image] Sep 11 21:04:21.119 INFO O| Sep 11 21:04:21.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
82852026-09-11T21:04:22.338Z[ host-image] Sep 11 21:04:21.119 INFO O| Sep 11 21:04:21.119 INFO STEP 35 (remove_files) COMPLETE
82862026-09-11T21:04:22.338Z[ host-image] Sep 11 21:04:21.119 INFO O| Sep 11 21:04:21.119 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82872026-09-11T21:04:22.344Z[ recovery-image] Sep 11 21:04:21.125 INFO O| Sep 11 21:04:21.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
82882026-09-11T21:04:22.344Z[ recovery-image] Sep 11 21:04:21.125 INFO O| Sep 11 21:04:21.125 INFO STEP 764 (remove_files) COMPLETE
82892026-09-11T21:04:22.344Z[ recovery-image] Sep 11 21:04:21.125 INFO O| Sep 11 21:04:21.125 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-11T21:04:22.348Z[ host-image] Sep 11 21:04:21.127 INFO O| Sep 11 21:04:21.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
82912026-09-11T21:04:22.348Z[ host-image] Sep 11 21:04:21.127 INFO O| Sep 11 21:04:21.127 INFO STEP 36 (remove_files) COMPLETE
82922026-09-11T21:04:22.348Z[ host-image] Sep 11 21:04:21.127 INFO O| Sep 11 21:04:21.127 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
82932026-09-11T21:04:22.354Z[ recovery-image] Sep 11 21:04:21.135 INFO O| Sep 11 21:04:21.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
82942026-09-11T21:04:22.354Z[ recovery-image] Sep 11 21:04:21.136 INFO O| Sep 11 21:04:21.135 INFO STEP 765 (remove_files) COMPLETE
82952026-09-11T21:04:22.354Z[ recovery-image] Sep 11 21:04:21.136 INFO O| Sep 11 21:04:21.136 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-11T21:04:22.358Z[ host-image] Sep 11 21:04:21.138 INFO O| Sep 11 21:04:21.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
82972026-09-11T21:04:22.358Z[verify-libraries] Compiling delegate v0.13.5
82982026-09-11T21:04:22.358Z[ host-image] Sep 11 21:04:21.138 INFO O| Sep 11 21:04:21.138 INFO STEP 37 (remove_files) COMPLETE
82992026-09-11T21:04:22.358Z[ host-image] Sep 11 21:04:21.138 INFO O| Sep 11 21:04:21.138 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83002026-09-11T21:04:22.364Z[ recovery-image] Sep 11 21:04:21.145 INFO O| Sep 11 21:04:21.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
83012026-09-11T21:04:22.364Z[ recovery-image] Sep 11 21:04:21.145 INFO O| Sep 11 21:04:21.145 INFO STEP 766 (remove_files) COMPLETE
83022026-09-11T21:04:22.364Z[ recovery-image] Sep 11 21:04:21.145 INFO O| Sep 11 21:04:21.145 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-11T21:04:22.367Z[ host-image] Sep 11 21:04:21.149 INFO O| Sep 11 21:04:21.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
83042026-09-11T21:04:22.367Z[ host-image] Sep 11 21:04:21.149 INFO O| Sep 11 21:04:21.149 INFO STEP 38 (remove_files) COMPLETE
83052026-09-11T21:04:22.368Z[ host-image] Sep 11 21:04:21.149 INFO O| Sep 11 21:04:21.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83062026-09-11T21:04:22.374Z[ recovery-image] Sep 11 21:04:21.156 INFO O| Sep 11 21:04:21.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
83072026-09-11T21:04:22.374Z[ recovery-image] Sep 11 21:04:21.156 INFO O| Sep 11 21:04:21.156 INFO STEP 767 (remove_files) COMPLETE
83082026-09-11T21:04:22.374Z[ recovery-image] Sep 11 21:04:21.156 INFO O| Sep 11 21:04:21.156 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-11T21:04:22.379Z[ host-image] Sep 11 21:04:21.160 INFO O| Sep 11 21:04:21.160 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
83102026-09-11T21:04:22.379Z[ host-image] Sep 11 21:04:21.160 INFO O| Sep 11 21:04:21.160 INFO STEP 39 (remove_files) COMPLETE
83112026-09-11T21:04:22.379Z[ host-image] Sep 11 21:04:21.160 INFO O| Sep 11 21:04:21.160 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83122026-09-11T21:04:22.383Z[ recovery-image] Sep 11 21:04:21.165 INFO O| Sep 11 21:04:21.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
83132026-09-11T21:04:22.383Z[ recovery-image] Sep 11 21:04:21.165 INFO O| Sep 11 21:04:21.165 INFO STEP 768 (remove_files) COMPLETE
83142026-09-11T21:04:22.387Z[ recovery-image] Sep 11 21:04:21.165 INFO O| Sep 11 21:04:21.165 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-11T21:04:22.388Z[ host-image] Sep 11 21:04:21.167 INFO O| Sep 11 21:04:21.167 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
83162026-09-11T21:04:22.388Z[ host-image] Sep 11 21:04:21.168 INFO O| Sep 11 21:04:21.167 INFO STEP 40 (remove_files) COMPLETE
83172026-09-11T21:04:22.388Z[ host-image] Sep 11 21:04:21.168 INFO O| Sep 11 21:04:21.167 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83182026-09-11T21:04:22.392Z[ recovery-image] Sep 11 21:04:21.173 INFO O| Sep 11 21:04:21.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
83192026-09-11T21:04:22.393Z[ recovery-image] Sep 11 21:04:21.173 INFO O| Sep 11 21:04:21.173 INFO STEP 769 (remove_files) COMPLETE
83202026-09-11T21:04:22.393Z[ recovery-image] Sep 11 21:04:21.173 INFO O| Sep 11 21:04:21.173 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-11T21:04:22.396Z[ host-image] Sep 11 21:04:21.176 INFO O| Sep 11 21:04:21.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
83222026-09-11T21:04:22.396Z[ host-image] Sep 11 21:04:21.176 INFO O| Sep 11 21:04:21.176 INFO STEP 41 (remove_files) COMPLETE
83232026-09-11T21:04:22.396Z[ host-image] Sep 11 21:04:21.176 INFO O| Sep 11 21:04:21.176 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83242026-09-11T21:04:22.402Z[ recovery-image] Sep 11 21:04:21.183 INFO O| Sep 11 21:04:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
83252026-09-11T21:04:22.402Z[ recovery-image] Sep 11 21:04:21.183 INFO O| Sep 11 21:04:21.182 INFO STEP 770 (remove_files) COMPLETE
83262026-09-11T21:04:22.402Z[ recovery-image] Sep 11 21:04:21.183 INFO O| Sep 11 21:04:21.182 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-11T21:04:22.406Z[ host-image] Sep 11 21:04:21.184 INFO O| Sep 11 21:04:21.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
83282026-09-11T21:04:22.406Z[ host-image] Sep 11 21:04:21.185 INFO O| Sep 11 21:04:21.185 INFO STEP 42 (remove_files) COMPLETE
83292026-09-11T21:04:22.406Z[ host-image] Sep 11 21:04:21.185 INFO O| Sep 11 21:04:21.185 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83302026-09-11T21:04:22.413Z[ recovery-image] Sep 11 21:04:21.192 INFO O| Sep 11 21:04:21.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
83312026-09-11T21:04:22.413Z[ recovery-image] Sep 11 21:04:21.192 INFO O| Sep 11 21:04:21.192 INFO STEP 771 (remove_files) COMPLETE
83322026-09-11T21:04:22.413Z[ recovery-image] Sep 11 21:04:21.192 INFO O| Sep 11 21:04:21.192 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-11T21:04:22.417Z[ host-image] Sep 11 21:04:21.194 INFO O| Sep 11 21:04:21.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
83342026-09-11T21:04:22.418Z[ host-image] Sep 11 21:04:21.194 INFO O| Sep 11 21:04:21.194 INFO STEP 43 (remove_files) COMPLETE
83352026-09-11T21:04:22.418Z[ host-image] Sep 11 21:04:21.194 INFO O| Sep 11 21:04:21.194 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83362026-09-11T21:04:22.423Z[ recovery-image] Sep 11 21:04:21.202 INFO O| Sep 11 21:04:21.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
83372026-09-11T21:04:22.423Z[ recovery-image] Sep 11 21:04:21.202 INFO O| Sep 11 21:04:21.202 INFO STEP 772 (remove_files) COMPLETE
83382026-09-11T21:04:22.426Z[ recovery-image] Sep 11 21:04:21.202 INFO O| Sep 11 21:04:21.202 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-11T21:04:22.427Z[ host-image] Sep 11 21:04:21.205 INFO O| Sep 11 21:04:21.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
83402026-09-11T21:04:22.427Z[ host-image] Sep 11 21:04:21.205 INFO O| Sep 11 21:04:21.205 INFO STEP 44 (remove_files) COMPLETE
83412026-09-11T21:04:22.427Z[ host-image] Sep 11 21:04:21.205 INFO O| Sep 11 21:04:21.205 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83422026-09-11T21:04:22.431Z[ recovery-image] Sep 11 21:04:21.212 INFO O| Sep 11 21:04:21.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
83432026-09-11T21:04:22.431Z[ recovery-image] Sep 11 21:04:21.212 INFO O| Sep 11 21:04:21.212 INFO STEP 773 (remove_files) COMPLETE
83442026-09-11T21:04:22.431Z[ recovery-image] Sep 11 21:04:21.212 INFO O| Sep 11 21:04:21.212 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-11T21:04:22.436Z[ host-image] Sep 11 21:04:21.214 INFO O| Sep 11 21:04:21.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
83462026-09-11T21:04:22.436Z[ host-image] Sep 11 21:04:21.214 INFO O| Sep 11 21:04:21.214 INFO STEP 45 (remove_files) COMPLETE
83472026-09-11T21:04:22.436Z[ host-image] Sep 11 21:04:21.214 INFO O| Sep 11 21:04:21.214 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83482026-09-11T21:04:22.440Z[ recovery-image] Sep 11 21:04:21.221 INFO O| Sep 11 21:04:21.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
83492026-09-11T21:04:22.440Z[ recovery-image] Sep 11 21:04:21.221 INFO O| Sep 11 21:04:21.221 INFO STEP 774 (remove_files) COMPLETE
83502026-09-11T21:04:22.440Z[ recovery-image] Sep 11 21:04:21.221 INFO O| Sep 11 21:04:21.221 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-11T21:04:22.444Z[ host-image] Sep 11 21:04:21.223 INFO O| Sep 11 21:04:21.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
83522026-09-11T21:04:22.444Z[ host-image] Sep 11 21:04:21.223 INFO O| Sep 11 21:04:21.223 INFO STEP 46 (remove_files) COMPLETE
83532026-09-11T21:04:22.444Z[ host-image] Sep 11 21:04:21.223 INFO O| Sep 11 21:04:21.223 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83542026-09-11T21:04:22.450Z[ recovery-image] Sep 11 21:04:21.231 INFO O| Sep 11 21:04:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
83552026-09-11T21:04:22.451Z[ recovery-image] Sep 11 21:04:21.231 INFO O| Sep 11 21:04:21.231 INFO STEP 775 (remove_files) COMPLETE
83562026-09-11T21:04:22.455Z[ recovery-image] Sep 11 21:04:21.231 INFO O| Sep 11 21:04:21.231 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-11T21:04:22.455Z[ host-image] Sep 11 21:04:21.234 INFO O| Sep 11 21:04:21.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
83582026-09-11T21:04:22.455Z[ host-image] Sep 11 21:04:21.234 INFO O| Sep 11 21:04:21.234 INFO STEP 47 (remove_files) COMPLETE
83592026-09-11T21:04:22.456Z[ host-image] Sep 11 21:04:21.234 INFO O| Sep 11 21:04:21.234 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83602026-09-11T21:04:22.461Z[ recovery-image] Sep 11 21:04:21.241 INFO O| Sep 11 21:04:21.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
83612026-09-11T21:04:22.461Z[ recovery-image] Sep 11 21:04:21.241 INFO O| Sep 11 21:04:21.241 INFO STEP 776 (remove_files) COMPLETE
83622026-09-11T21:04:22.465Z[ recovery-image] Sep 11 21:04:21.241 INFO O| Sep 11 21:04:21.241 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-11T21:04:22.465Z[ host-image] Sep 11 21:04:21.244 INFO O| Sep 11 21:04:21.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
83642026-09-11T21:04:22.465Z[ host-image] Sep 11 21:04:21.244 INFO O| Sep 11 21:04:21.244 INFO STEP 48 (remove_files) COMPLETE
83652026-09-11T21:04:22.465Z[ host-image] Sep 11 21:04:21.244 INFO O| Sep 11 21:04:21.244 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83662026-09-11T21:04:22.470Z[ recovery-image] Sep 11 21:04:21.251 INFO O| Sep 11 21:04:21.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
83672026-09-11T21:04:22.470Z[ recovery-image] Sep 11 21:04:21.251 INFO O| Sep 11 21:04:21.251 INFO STEP 777 (remove_files) COMPLETE
83682026-09-11T21:04:22.474Z[ recovery-image] Sep 11 21:04:21.251 INFO O| Sep 11 21:04:21.251 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-11T21:04:22.474Z[ host-image] Sep 11 21:04:21.253 INFO O| Sep 11 21:04:21.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
83702026-09-11T21:04:22.474Z[ host-image] Sep 11 21:04:21.253 INFO O| Sep 11 21:04:21.253 INFO STEP 49 (remove_files) COMPLETE
83712026-09-11T21:04:22.474Z[ host-image] Sep 11 21:04:21.253 INFO O| Sep 11 21:04:21.253 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83722026-09-11T21:04:22.478Z[ recovery-image] Sep 11 21:04:21.260 INFO O| Sep 11 21:04:21.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
83732026-09-11T21:04:22.478Z[ recovery-image] Sep 11 21:04:21.260 INFO O| Sep 11 21:04:21.260 INFO STEP 778 (remove_files) COMPLETE
83742026-09-11T21:04:22.482Z[ recovery-image] Sep 11 21:04:21.260 INFO O| Sep 11 21:04:21.260 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-11T21:04:22.482Z[ host-image] Sep 11 21:04:21.262 INFO O| Sep 11 21:04:21.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
83762026-09-11T21:04:22.482Z[ host-image] Sep 11 21:04:21.262 INFO O| Sep 11 21:04:21.262 INFO STEP 50 (remove_files) COMPLETE
83772026-09-11T21:04:22.482Z[ host-image] Sep 11 21:04:21.262 INFO O| Sep 11 21:04:21.262 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83782026-09-11T21:04:22.486Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
83792026-09-11T21:04:22.489Z[ recovery-image] Sep 11 21:04:21.269 INFO O| Sep 11 21:04:21.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
83802026-09-11T21:04:22.489Z[ recovery-image] Sep 11 21:04:21.269 INFO O| Sep 11 21:04:21.269 INFO STEP 779 (remove_files) COMPLETE
83812026-09-11T21:04:22.491Z[ recovery-image] Sep 11 21:04:21.269 INFO O| Sep 11 21:04:21.269 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-09-11T21:04:22.496Z[ host-image] Sep 11 21:04:21.271 INFO O| Sep 11 21:04:21.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
83832026-09-11T21:04:22.496Z[ host-image] Sep 11 21:04:21.271 INFO O| Sep 11 21:04:21.271 INFO STEP 51 (remove_files) COMPLETE
83842026-09-11T21:04:22.496Z[ host-image] Sep 11 21:04:21.271 INFO O| Sep 11 21:04:21.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83852026-09-11T21:04:22.500Z[ recovery-image] Sep 11 21:04:21.278 INFO O| Sep 11 21:04:21.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
83862026-09-11T21:04:22.500Z[ recovery-image] Sep 11 21:04:21.278 INFO O| Sep 11 21:04:21.278 INFO STEP 780 (remove_files) COMPLETE
83872026-09-11T21:04:22.500Z[ recovery-image] Sep 11 21:04:21.278 INFO O| Sep 11 21:04:21.278 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-11T21:04:22.504Z[ host-image] Sep 11 21:04:21.284 INFO O| Sep 11 21:04:21.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
83892026-09-11T21:04:22.504Z[ host-image] Sep 11 21:04:21.284 INFO O| Sep 11 21:04:21.281 INFO STEP 52 (remove_files) COMPLETE
83902026-09-11T21:04:22.504Z[ host-image] Sep 11 21:04:21.284 INFO O| Sep 11 21:04:21.281 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83912026-09-11T21:04:22.508Z[ recovery-image] Sep 11 21:04:21.289 INFO O| Sep 11 21:04:21.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
83922026-09-11T21:04:22.508Z[ recovery-image] Sep 11 21:04:21.289 INFO O| Sep 11 21:04:21.289 INFO STEP 781 (remove_files) COMPLETE
83932026-09-11T21:04:22.508Z[ recovery-image] Sep 11 21:04:21.289 INFO O| Sep 11 21:04:21.289 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-11T21:04:22.513Z[ host-image] Sep 11 21:04:21.291 INFO O| Sep 11 21:04:21.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
83952026-09-11T21:04:22.513Z[ host-image] Sep 11 21:04:21.291 INFO O| Sep 11 21:04:21.291 INFO STEP 53 (remove_files) COMPLETE
83962026-09-11T21:04:22.513Z[ host-image] Sep 11 21:04:21.291 INFO O| Sep 11 21:04:21.291 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83972026-09-11T21:04:22.517Z[ recovery-image] Sep 11 21:04:21.298 INFO O| Sep 11 21:04:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
83982026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.299 INFO O| Sep 11 21:04:21.299 INFO STEP 782 (remove_files) COMPLETE
83992026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.299 INFO O| Sep 11 21:04:21.299 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.301 INFO O| Sep 11 21:04:21.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
84012026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.301 INFO O| Sep 11 21:04:21.301 INFO STEP 54 (remove_files) COMPLETE
84022026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.301 INFO O| Sep 11 21:04:21.301 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84032026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.309 INFO O| Sep 11 21:04:21.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
84042026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.310 INFO O| Sep 11 21:04:21.310 INFO STEP 783 (remove_files) COMPLETE
84052026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.310 INFO O| Sep 11 21:04:21.310 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.311 INFO O| Sep 11 21:04:21.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
84072026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.311 INFO O| Sep 11 21:04:21.311 INFO STEP 55 (remove_files) COMPLETE
84082026-09-11T21:04:22.575Z[ host-image] Sep 11 21:04:21.311 INFO O| Sep 11 21:04:21.311 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84092026-09-11T21:04:22.575Z[ recovery-image] Sep 11 21:04:21.319 INFO O| Sep 11 21:04:21.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
84102026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.319 INFO O| Sep 11 21:04:21.319 INFO STEP 784 (remove_files) COMPLETE
84112026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.319 INFO O| Sep 11 21:04:21.319 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.322 INFO O| Sep 11 21:04:21.322 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
84132026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.322 INFO O| Sep 11 21:04:21.322 INFO STEP 56 (remove_files) COMPLETE
84142026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.322 INFO O| Sep 11 21:04:21.322 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84152026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.329 INFO O| Sep 11 21:04:21.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
84162026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.329 INFO O| Sep 11 21:04:21.329 INFO STEP 785 (remove_files) COMPLETE
84172026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.329 INFO O| Sep 11 21:04:21.329 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.333 INFO O| Sep 11 21:04:21.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
84192026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.333 INFO O| Sep 11 21:04:21.333 INFO STEP 57 (remove_files) COMPLETE
84202026-09-11T21:04:22.577Z[ host-image] Sep 11 21:04:21.333 INFO O| Sep 11 21:04:21.333 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84212026-09-11T21:04:22.577Z[ recovery-image] Sep 11 21:04:21.340 INFO O| Sep 11 21:04:21.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
84222026-09-11T21:04:22.578Z[ recovery-image] Sep 11 21:04:21.340 INFO O| Sep 11 21:04:21.340 INFO STEP 786 (remove_files) COMPLETE
84232026-09-11T21:04:22.578Z[ recovery-image] Sep 11 21:04:21.340 INFO O| Sep 11 21:04:21.340 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.342 INFO O| Sep 11 21:04:21.342 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
84252026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.342 INFO O| Sep 11 21:04:21.342 INFO STEP 58 (remove_files) COMPLETE
84262026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.342 INFO O| Sep 11 21:04:21.342 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84272026-09-11T21:04:22.579Z[ recovery-image] Sep 11 21:04:21.349 INFO O| Sep 11 21:04:21.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
84282026-09-11T21:04:22.579Z[ recovery-image] Sep 11 21:04:21.350 INFO O| Sep 11 21:04:21.350 INFO STEP 787 (remove_files) COMPLETE
84292026-09-11T21:04:22.579Z[ recovery-image] Sep 11 21:04:21.350 INFO O| Sep 11 21:04:21.350 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84312026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
84322026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
84332026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
84342026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
84352026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
84362026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO ok!
84372026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO STEP 59 (ensure_file) COMPLETE
84382026-09-11T21:04:22.579Z[ host-image] Sep 11 21:04:21.352 INFO O| Sep 11 21:04:21.352 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84392026-09-11T21:04:22.585Z[ recovery-image] Sep 11 21:04:21.358 INFO O| Sep 11 21:04:21.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
84402026-09-11T21:04:22.585Z[ recovery-image] Sep 11 21:04:21.358 INFO O| Sep 11 21:04:21.358 INFO STEP 788 (remove_files) COMPLETE
84412026-09-11T21:04:22.585Z[ recovery-image] Sep 11 21:04:21.358 INFO O| Sep 11 21:04:21.358 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.362 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84432026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
84442026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
84452026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
84462026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
84472026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
84482026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO ok!
84492026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO STEP 60 (ensure_file) COMPLETE
84502026-09-11T21:04:22.585Z[ host-image] Sep 11 21:04:21.363 INFO O| Sep 11 21:04:21.363 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84512026-09-11T21:04:22.589Z[ recovery-image] Sep 11 21:04:21.368 INFO O| Sep 11 21:04:21.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
84522026-09-11T21:04:22.589Z[ recovery-image] Sep 11 21:04:21.368 INFO O| Sep 11 21:04:21.368 INFO STEP 789 (remove_files) COMPLETE
84532026-09-11T21:04:22.589Z[ recovery-image] Sep 11 21:04:21.368 INFO O| Sep 11 21:04:21.368 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
84552026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
84562026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
84572026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO ok!
84582026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO STEP 61 (ensure_file) COMPLETE
84592026-09-11T21:04:22.594Z[ host-image] Sep 11 21:04:21.372 INFO O| Sep 11 21:04:21.372 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84602026-09-11T21:04:22.598Z[ recovery-image] Sep 11 21:04:21.377 INFO O| Sep 11 21:04:21.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
84612026-09-11T21:04:22.598Z[ recovery-image] Sep 11 21:04:21.377 INFO O| Sep 11 21:04:21.377 INFO STEP 790 (remove_files) COMPLETE
84622026-09-11T21:04:22.598Z[ recovery-image] Sep 11 21:04:21.377 INFO O| Sep 11 21:04:21.377 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-11T21:04:22.602Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84642026-09-11T21:04:22.602Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
84652026-09-11T21:04:22.602Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
84662026-09-11T21:04:22.602Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 INFO ok!
84672026-09-11T21:04:22.603Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 INFO STEP 62 (ensure_file) COMPLETE
84682026-09-11T21:04:22.603Z[ host-image] Sep 11 21:04:21.383 INFO O| Sep 11 21:04:21.383 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84692026-09-11T21:04:22.607Z[ recovery-image] Sep 11 21:04:21.387 INFO O| Sep 11 21:04:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
84702026-09-11T21:04:22.607Z[ recovery-image] Sep 11 21:04:21.387 INFO O| Sep 11 21:04:21.387 INFO STEP 791 (remove_files) COMPLETE
84712026-09-11T21:04:22.607Z[ recovery-image] Sep 11 21:04:21.387 INFO O| Sep 11 21:04:21.387 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-11T21:04:22.608Z[verify-libraries] Compiling sync-ptr v0.1.4
84732026-09-11T21:04:22.612Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
84742026-09-11T21:04:22.612Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
84752026-09-11T21:04:22.617Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
84762026-09-11T21:04:22.617Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
84772026-09-11T21:04:22.617Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO ok!
84782026-09-11T21:04:22.617Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO STEP 63 (ensure_file) COMPLETE
84792026-09-11T21:04:22.617Z[ host-image] Sep 11 21:04:21.393 INFO O| Sep 11 21:04:21.393 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84802026-09-11T21:04:22.617Z[ recovery-image] Sep 11 21:04:21.397 INFO O| Sep 11 21:04:21.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
84812026-09-11T21:04:22.617Z[ recovery-image] Sep 11 21:04:21.397 INFO O| Sep 11 21:04:21.397 INFO STEP 792 (remove_files) COMPLETE
84822026-09-11T21:04:22.617Z[ recovery-image] Sep 11 21:04:21.397 INFO O| Sep 11 21:04:21.397 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-09-11T21:04:22.622Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.403 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
84842026-09-11T21:04:22.623Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
84852026-09-11T21:04:22.628Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
84862026-09-11T21:04:22.628Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
84872026-09-11T21:04:22.628Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO ok!
84882026-09-11T21:04:22.628Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO STEP 64 (ensure_file) COMPLETE
84892026-09-11T21:04:22.628Z[ host-image] Sep 11 21:04:21.404 INFO O| Sep 11 21:04:21.404 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84902026-09-11T21:04:22.628Z[ recovery-image] Sep 11 21:04:21.409 INFO O| Sep 11 21:04:21.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
84912026-09-11T21:04:22.628Z[ recovery-image] Sep 11 21:04:21.409 INFO O| Sep 11 21:04:21.409 INFO STEP 793 (remove_files) COMPLETE
84922026-09-11T21:04:22.628Z[ recovery-image] Sep 11 21:04:21.409 INFO O| Sep 11 21:04:21.409 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-11T21:04:22.634Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
84942026-09-11T21:04:22.634Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
84952026-09-11T21:04:22.637Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
84962026-09-11T21:04:22.638Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
84972026-09-11T21:04:22.638Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO ok!
84982026-09-11T21:04:22.638Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO STEP 65 (ensure_file) COMPLETE
84992026-09-11T21:04:22.638Z[ host-image] Sep 11 21:04:21.415 INFO O| Sep 11 21:04:21.415 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85002026-09-11T21:04:22.642Z[ recovery-image] Sep 11 21:04:21.420 INFO O| Sep 11 21:04:21.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
85012026-09-11T21:04:22.642Z[ recovery-image] Sep 11 21:04:21.420 INFO O| Sep 11 21:04:21.420 INFO STEP 794 (remove_files) COMPLETE
85022026-09-11T21:04:22.642Z[ recovery-image] Sep 11 21:04:21.420 INFO O| Sep 11 21:04:21.420 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
85042026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
85052026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
85062026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO ok!
85072026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO STEP 66 (assemble_files) COMPLETE
85082026-09-11T21:04:22.650Z[ host-image] Sep 11 21:04:21.426 INFO O| Sep 11 21:04:21.426 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85092026-09-11T21:04:22.654Z[ recovery-image] Sep 11 21:04:21.431 INFO O| Sep 11 21:04:21.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
85102026-09-11T21:04:22.654Z[ recovery-image] Sep 11 21:04:21.432 INFO O| Sep 11 21:04:21.432 INFO STEP 795 (remove_files) COMPLETE
85112026-09-11T21:04:22.654Z[ recovery-image] Sep 11 21:04:21.432 INFO O| Sep 11 21:04:21.432 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-09-11T21:04:22.658Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
85132026-09-11T21:04:22.658Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
85142026-09-11T21:04:22.659Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
85152026-09-11T21:04:22.659Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
85162026-09-11T21:04:22.659Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO ok!
85172026-09-11T21:04:22.659Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO STEP 67 (ensure_file) COMPLETE
85182026-09-11T21:04:22.659Z[ host-image] Sep 11 21:04:21.436 INFO O| Sep 11 21:04:21.436 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85192026-09-11T21:04:22.663Z[ recovery-image] Sep 11 21:04:21.442 INFO O| Sep 11 21:04:21.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
85202026-09-11T21:04:22.663Z[ recovery-image] Sep 11 21:04:21.442 INFO O| Sep 11 21:04:21.442 INFO STEP 796 (remove_files) COMPLETE
85212026-09-11T21:04:22.663Z[ recovery-image] Sep 11 21:04:21.442 INFO O| Sep 11 21:04:21.442 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-09-11T21:04:22.667Z[ host-image] Sep 11 21:04:21.446 INFO O| Sep 11 21:04:21.446 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
85232026-09-11T21:04:22.667Z[ host-image] Sep 11 21:04:21.446 INFO O| Sep 11 21:04:21.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
85242026-09-11T21:04:22.667Z[ host-image] Sep 11 21:04:21.446 INFO O| Sep 11 21:04:21.446 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
85252026-09-11T21:04:22.667Z[ host-image] Sep 11 21:04:21.446 INFO O| Sep 11 21:04:21.446 INFO STEP 68 (ensure_dir) COMPLETE
85262026-09-11T21:04:22.668Z[ host-image] Sep 11 21:04:21.446 INFO O| Sep 11 21:04:21.446 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85272026-09-11T21:04:22.671Z[ recovery-image] Sep 11 21:04:21.451 INFO O| Sep 11 21:04:21.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
85282026-09-11T21:04:22.672Z[ recovery-image] Sep 11 21:04:21.451 INFO O| Sep 11 21:04:21.451 INFO STEP 797 (remove_files) COMPLETE
85292026-09-11T21:04:22.672Z[ recovery-image] Sep 11 21:04:21.451 INFO O| Sep 11 21:04:21.451 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-11T21:04:22.675Z[ host-image] Sep 11 21:04:21.455 INFO O| Sep 11 21:04:21.455 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85312026-09-11T21:04:22.676Z[ host-image] Sep 11 21:04:21.455 INFO O| Sep 11 21:04:21.455 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 ...
85322026-09-11T21:04:22.680Z[ recovery-image] Sep 11 21:04:21.461 INFO O| Sep 11 21:04:21.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
85332026-09-11T21:04:22.685Z[ recovery-image] Sep 11 21:04:21.462 INFO O| Sep 11 21:04:21.462 INFO STEP 798 (remove_files) COMPLETE
85342026-09-11T21:04:22.685Z[ recovery-image] Sep 11 21:04:21.462 INFO O| Sep 11 21:04:21.462 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-11T21:04:22.686Z[ host-image] Sep 11 21:04:21.464 INFO O| Sep 11 21:04:21.464 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
85362026-09-11T21:04:22.686Z[ host-image] Sep 11 21:04:21.464 INFO O| Sep 11 21:04:21.464 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85372026-09-11T21:04:22.686Z[ host-image] Sep 11 21:04:21.464 INFO O| Sep 11 21:04:21.464 INFO ok!
85382026-09-11T21:04:22.686Z[ host-image] Sep 11 21:04:21.464 INFO O| Sep 11 21:04:21.464 INFO STEP 69 (ensure_file) COMPLETE
85392026-09-11T21:04:22.686Z[ host-image] Sep 11 21:04:21.464 INFO O| Sep 11 21:04:21.464 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85402026-09-11T21:04:22.691Z[ recovery-image] Sep 11 21:04:21.472 INFO O| Sep 11 21:04:21.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
85412026-09-11T21:04:22.695Z[ recovery-image] Sep 11 21:04:21.473 INFO O| Sep 11 21:04:21.473 INFO STEP 799 (remove_files) COMPLETE
85422026-09-11T21:04:22.696Z[ recovery-image] Sep 11 21:04:21.473 INFO O| Sep 11 21:04:21.473 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.474 INFO O| Sep 11 21:04:21.474 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85442026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.474 INFO O| Sep 11 21:04:21.474 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 ...
85452026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.475 INFO O| Sep 11 21:04:21.475 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
85462026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.475 INFO O| Sep 11 21:04:21.475 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85472026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.475 INFO O| Sep 11 21:04:21.475 INFO ok!
85482026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.475 INFO O| Sep 11 21:04:21.475 INFO STEP 70 (ensure_file) COMPLETE
85492026-09-11T21:04:22.696Z[ host-image] Sep 11 21:04:21.475 INFO O| Sep 11 21:04:21.475 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85502026-09-11T21:04:22.702Z[ recovery-image] Sep 11 21:04:21.484 INFO O| Sep 11 21:04:21.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
85512026-09-11T21:04:22.703Z[ recovery-image] Sep 11 21:04:21.484 INFO O| Sep 11 21:04:21.484 INFO STEP 800 (remove_files) COMPLETE
85522026-09-11T21:04:22.703Z[ recovery-image] Sep 11 21:04:21.484 INFO O| Sep 11 21:04:21.484 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-11T21:04:22.709Z[ host-image] Sep 11 21:04:21.490 INFO O| Sep 11 21:04:21.490 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
85542026-09-11T21:04:22.709Z[ host-image] Sep 11 21:04:21.490 INFO O| Sep 11 21:04:21.490 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
85552026-09-11T21:04:22.713Z[ recovery-image] Sep 11 21:04:21.494 INFO O| Sep 11 21:04:21.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
85562026-09-11T21:04:22.713Z[ recovery-image] Sep 11 21:04:21.494 INFO O| Sep 11 21:04:21.494 INFO STEP 801 (remove_files) COMPLETE
85572026-09-11T21:04:22.713Z[ recovery-image] Sep 11 21:04:21.494 INFO O| Sep 11 21:04:21.494 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-11T21:04:22.722Z[ recovery-image] Sep 11 21:04:21.504 INFO O| Sep 11 21:04:21.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
85592026-09-11T21:04:22.722Z[ recovery-image] Sep 11 21:04:21.504 INFO O| Sep 11 21:04:21.504 INFO STEP 802 (remove_files) COMPLETE
85602026-09-11T21:04:22.730Z[ recovery-image] Sep 11 21:04:21.504 INFO O| Sep 11 21:04:21.504 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-11T21:04:22.733Z[ recovery-image] Sep 11 21:04:21.513 INFO O| Sep 11 21:04:21.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
85622026-09-11T21:04:22.734Z[ recovery-image] Sep 11 21:04:21.513 INFO O| Sep 11 21:04:21.513 INFO STEP 803 (remove_files) COMPLETE
85632026-09-11T21:04:22.734Z[ recovery-image] Sep 11 21:04:21.513 INFO O| Sep 11 21:04:21.513 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-11T21:04:22.742Z[ recovery-image] Sep 11 21:04:21.524 INFO O| Sep 11 21:04:21.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
85652026-09-11T21:04:22.743Z[ recovery-image] Sep 11 21:04:21.524 INFO O| Sep 11 21:04:21.524 INFO STEP 804 (remove_files) COMPLETE
85662026-09-11T21:04:22.746Z[ recovery-image] Sep 11 21:04:21.524 INFO O| Sep 11 21:04:21.524 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-11T21:04:22.746Z[verify-libraries] Compiling md5 v0.8.0
85682026-09-11T21:04:22.752Z[ recovery-image] Sep 11 21:04:21.533 INFO O| Sep 11 21:04:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
85692026-09-11T21:04:22.766Z[ recovery-image] Sep 11 21:04:21.544 INFO O| Sep 11 21:04:21.544 INFO STEP 805 (remove_files) COMPLETE
85702026-09-11T21:04:22.766Z[ recovery-image] Sep 11 21:04:21.544 INFO O| Sep 11 21:04:21.544 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-11T21:04:22.774Z[ recovery-image] Sep 11 21:04:21.555 INFO O| Sep 11 21:04:21.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
85722026-09-11T21:04:22.774Z[ recovery-image] Sep 11 21:04:21.555 INFO O| Sep 11 21:04:21.555 INFO STEP 806 (remove_files) COMPLETE
85732026-09-11T21:04:22.774Z[ recovery-image] Sep 11 21:04:21.555 INFO O| Sep 11 21:04:21.555 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-11T21:04:22.783Z[ recovery-image] Sep 11 21:04:21.565 INFO O| Sep 11 21:04:21.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
85752026-09-11T21:04:22.787Z[ recovery-image] Sep 11 21:04:21.566 INFO O| Sep 11 21:04:21.565 INFO STEP 807 (remove_files) COMPLETE
85762026-09-11T21:04:22.787Z[ recovery-image] Sep 11 21:04:21.566 INFO O| Sep 11 21:04:21.566 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-11T21:04:22.795Z[ recovery-image] Sep 11 21:04:21.576 INFO O| Sep 11 21:04:21.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
85782026-09-11T21:04:22.795Z[ recovery-image] Sep 11 21:04:21.576 INFO O| Sep 11 21:04:21.576 INFO STEP 808 (remove_files) COMPLETE
85792026-09-11T21:04:22.795Z[ recovery-image] Sep 11 21:04:21.576 INFO O| Sep 11 21:04:21.576 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-09-11T21:04:22.806Z[ recovery-image] Sep 11 21:04:21.587 INFO O| Sep 11 21:04:21.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
85812026-09-11T21:04:22.806Z[ recovery-image] Sep 11 21:04:21.587 INFO O| Sep 11 21:04:21.587 INFO STEP 809 (remove_files) COMPLETE
85822026-09-11T21:04:22.806Z[ recovery-image] Sep 11 21:04:21.587 INFO O| Sep 11 21:04:21.587 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-09-11T21:04:22.815Z[ recovery-image] Sep 11 21:04:21.597 INFO O| Sep 11 21:04:21.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
85842026-09-11T21:04:22.815Z[ recovery-image] Sep 11 21:04:21.597 INFO O| Sep 11 21:04:21.597 INFO STEP 810 (remove_files) COMPLETE
85852026-09-11T21:04:22.827Z[ recovery-image] Sep 11 21:04:21.597 INFO O| Sep 11 21:04:21.597 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-09-11T21:04:22.828Z[ recovery-image] Sep 11 21:04:21.606 INFO O| Sep 11 21:04:21.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
85872026-09-11T21:04:22.828Z[ recovery-image] Sep 11 21:04:21.606 INFO O| Sep 11 21:04:21.606 INFO STEP 811 (remove_files) COMPLETE
85882026-09-11T21:04:22.828Z[ recovery-image] Sep 11 21:04:21.606 INFO O| Sep 11 21:04:21.606 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-09-11T21:04:22.834Z[ recovery-image] Sep 11 21:04:21.615 INFO O| Sep 11 21:04:21.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
85902026-09-11T21:04:22.834Z[ recovery-image] Sep 11 21:04:21.615 INFO O| Sep 11 21:04:21.615 INFO STEP 812 (remove_files) COMPLETE
85912026-09-11T21:04:22.834Z[ recovery-image] Sep 11 21:04:21.615 INFO O| Sep 11 21:04:21.615 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-11T21:04:22.843Z[ recovery-image] Sep 11 21:04:21.624 INFO O| Sep 11 21:04:21.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
85932026-09-11T21:04:22.843Z[ recovery-image] Sep 11 21:04:21.625 INFO O| Sep 11 21:04:21.625 INFO STEP 813 (remove_files) COMPLETE
85942026-09-11T21:04:22.844Z[ recovery-image] Sep 11 21:04:21.625 INFO O| Sep 11 21:04:21.625 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-11T21:04:22.848Z[verify-libraries] Compiling seq-macro v0.3.6
85962026-09-11T21:04:22.853Z[ recovery-image] Sep 11 21:04:21.634 INFO O| Sep 11 21:04:21.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
85972026-09-11T21:04:22.853Z[ recovery-image] Sep 11 21:04:21.634 INFO O| Sep 11 21:04:21.634 INFO STEP 814 (remove_files) COMPLETE
85982026-09-11T21:04:22.856Z[ recovery-image] Sep 11 21:04:21.634 INFO O| Sep 11 21:04:21.634 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-09-11T21:04:22.862Z[ recovery-image] Sep 11 21:04:21.643 INFO O| Sep 11 21:04:21.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
86002026-09-11T21:04:22.862Z[ recovery-image] Sep 11 21:04:21.643 INFO O| Sep 11 21:04:21.643 INFO STEP 815 (remove_files) COMPLETE
86012026-09-11T21:04:22.862Z[ recovery-image] Sep 11 21:04:21.643 INFO O| Sep 11 21:04:21.643 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-09-11T21:04:22.870Z[ recovery-image] Sep 11 21:04:21.651 INFO O| Sep 11 21:04:21.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
86032026-09-11T21:04:22.870Z[ recovery-image] Sep 11 21:04:21.652 INFO O| Sep 11 21:04:21.652 INFO STEP 816 (remove_files) COMPLETE
86042026-09-11T21:04:22.870Z[ recovery-image] Sep 11 21:04:21.652 INFO O| Sep 11 21:04:21.652 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-09-11T21:04:22.879Z[ recovery-image] Sep 11 21:04:21.659 INFO O| Sep 11 21:04:21.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
86062026-09-11T21:04:22.879Z[ recovery-image] Sep 11 21:04:21.659 INFO O| Sep 11 21:04:21.659 INFO STEP 817 (remove_files) COMPLETE
86072026-09-11T21:04:22.885Z[ recovery-image] Sep 11 21:04:21.659 INFO O| Sep 11 21:04:21.659 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-09-11T21:04:22.888Z[ recovery-image] Sep 11 21:04:21.668 INFO O| Sep 11 21:04:21.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
86092026-09-11T21:04:22.888Z[ recovery-image] Sep 11 21:04:21.668 INFO O| Sep 11 21:04:21.668 INFO STEP 818 (remove_files) COMPLETE
86102026-09-11T21:04:22.888Z[ recovery-image] Sep 11 21:04:21.668 INFO O| Sep 11 21:04:21.668 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-09-11T21:04:22.896Z[ recovery-image] Sep 11 21:04:21.676 INFO O| Sep 11 21:04:21.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
86122026-09-11T21:04:22.896Z[ recovery-image] Sep 11 21:04:21.676 INFO O| Sep 11 21:04:21.676 INFO STEP 819 (remove_files) COMPLETE
86132026-09-11T21:04:22.896Z[ recovery-image] Sep 11 21:04:21.676 INFO O| Sep 11 21:04:21.676 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-09-11T21:04:22.903Z[ recovery-image] Sep 11 21:04:21.684 INFO O| Sep 11 21:04:21.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
86152026-09-11T21:04:22.904Z[ recovery-image] Sep 11 21:04:21.684 INFO O| Sep 11 21:04:21.684 INFO STEP 820 (remove_files) COMPLETE
86162026-09-11T21:04:22.904Z[ recovery-image] Sep 11 21:04:21.684 INFO O| Sep 11 21:04:21.684 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-09-11T21:04:22.913Z[ recovery-image] Sep 11 21:04:21.693 INFO O| Sep 11 21:04:21.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
86182026-09-11T21:04:22.913Z[ recovery-image] Sep 11 21:04:21.694 INFO O| Sep 11 21:04:21.693 INFO STEP 821 (remove_files) COMPLETE
86192026-09-11T21:04:22.913Z[ recovery-image] Sep 11 21:04:21.694 INFO O| Sep 11 21:04:21.694 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-09-11T21:04:22.922Z[ recovery-image] Sep 11 21:04:21.703 INFO O| Sep 11 21:04:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
86212026-09-11T21:04:22.922Z[ recovery-image] Sep 11 21:04:21.703 INFO O| Sep 11 21:04:21.703 INFO STEP 822 (remove_files) COMPLETE
86222026-09-11T21:04:22.922Z[ recovery-image] Sep 11 21:04:21.703 INFO O| Sep 11 21:04:21.703 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-09-11T21:04:22.933Z[ recovery-image] Sep 11 21:04:21.713 INFO O| Sep 11 21:04:21.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
86242026-09-11T21:04:22.933Z[ recovery-image] Sep 11 21:04:21.713 INFO O| Sep 11 21:04:21.713 INFO STEP 823 (remove_files) COMPLETE
86252026-09-11T21:04:22.937Z[ recovery-image] Sep 11 21:04:21.713 INFO O| Sep 11 21:04:21.713 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-09-11T21:04:22.941Z[ recovery-image] Sep 11 21:04:21.722 INFO O| Sep 11 21:04:21.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
86272026-09-11T21:04:22.941Z[ recovery-image] Sep 11 21:04:21.722 INFO O| Sep 11 21:04:21.722 INFO STEP 824 (remove_files) COMPLETE
86282026-09-11T21:04:22.941Z[ recovery-image] Sep 11 21:04:21.722 INFO O| Sep 11 21:04:21.722 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-09-11T21:04:22.951Z[ recovery-image] Sep 11 21:04:21.731 INFO O| Sep 11 21:04:21.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
86302026-09-11T21:04:22.951Z[ recovery-image] Sep 11 21:04:21.731 INFO O| Sep 11 21:04:21.731 INFO STEP 825 (remove_files) COMPLETE
86312026-09-11T21:04:22.952Z[ recovery-image] Sep 11 21:04:21.731 INFO O| Sep 11 21:04:21.731 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-09-11T21:04:22.963Z[ recovery-image] Sep 11 21:04:21.743 INFO O| Sep 11 21:04:21.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
86332026-09-11T21:04:22.963Z[ recovery-image] Sep 11 21:04:21.743 INFO O| Sep 11 21:04:21.743 INFO STEP 826 (remove_files) COMPLETE
86342026-09-11T21:04:22.967Z[ recovery-image] Sep 11 21:04:21.743 INFO O| Sep 11 21:04:21.743 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-09-11T21:04:22.971Z[ recovery-image] Sep 11 21:04:21.752 INFO O| Sep 11 21:04:21.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
86362026-09-11T21:04:22.971Z[ recovery-image] Sep 11 21:04:21.752 INFO O| Sep 11 21:04:21.752 INFO STEP 827 (remove_files) COMPLETE
86372026-09-11T21:04:22.971Z[ recovery-image] Sep 11 21:04:21.752 INFO O| Sep 11 21:04:21.752 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-09-11T21:04:22.983Z[ recovery-image] Sep 11 21:04:21.762 INFO O| Sep 11 21:04:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
86392026-09-11T21:04:22.984Z[ recovery-image] Sep 11 21:04:21.763 INFO O| Sep 11 21:04:21.763 INFO STEP 828 (remove_files) COMPLETE
86402026-09-11T21:04:22.984Z[ recovery-image] Sep 11 21:04:21.763 INFO O| Sep 11 21:04:21.763 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-09-11T21:04:22.991Z[ recovery-image] Sep 11 21:04:21.772 INFO O| Sep 11 21:04:21.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
86422026-09-11T21:04:22.995Z[ recovery-image] Sep 11 21:04:21.772 INFO O| Sep 11 21:04:21.772 INFO STEP 829 (remove_files) COMPLETE
86432026-09-11T21:04:22.995Z[ recovery-image] Sep 11 21:04:21.772 INFO O| Sep 11 21:04:21.772 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-11T21:04:23.000Z[ recovery-image] Sep 11 21:04:21.781 INFO O| Sep 11 21:04:21.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
86452026-09-11T21:04:23.000Z[ recovery-image] Sep 11 21:04:21.781 INFO O| Sep 11 21:04:21.781 INFO STEP 830 (remove_files) COMPLETE
86462026-09-11T21:04:23.000Z[ recovery-image] Sep 11 21:04:21.781 INFO O| Sep 11 21:04:21.781 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-09-11T21:04:23.009Z[ recovery-image] Sep 11 21:04:21.790 INFO O| Sep 11 21:04:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
86482026-09-11T21:04:23.009Z[ recovery-image] Sep 11 21:04:21.790 INFO O| Sep 11 21:04:21.790 INFO STEP 831 (remove_files) COMPLETE
86492026-09-11T21:04:23.009Z[ recovery-image] Sep 11 21:04:21.790 INFO O| Sep 11 21:04:21.790 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-09-11T21:04:23.017Z[ recovery-image] Sep 11 21:04:21.799 INFO O| Sep 11 21:04:21.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
86512026-09-11T21:04:23.017Z[ recovery-image] Sep 11 21:04:21.799 INFO O| Sep 11 21:04:21.799 INFO STEP 832 (remove_files) COMPLETE
86522026-09-11T21:04:23.018Z[ recovery-image] Sep 11 21:04:21.799 INFO O| Sep 11 21:04:21.799 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-11T21:04:23.026Z[ recovery-image] Sep 11 21:04:21.807 INFO O| Sep 11 21:04:21.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
86542026-09-11T21:04:23.026Z[ recovery-image] Sep 11 21:04:21.807 INFO O| Sep 11 21:04:21.807 INFO STEP 833 (remove_files) COMPLETE
86552026-09-11T21:04:23.028Z[ recovery-image] Sep 11 21:04:21.807 INFO O| Sep 11 21:04:21.807 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-11T21:04:23.035Z[ recovery-image] Sep 11 21:04:21.816 INFO O| Sep 11 21:04:21.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
86572026-09-11T21:04:23.035Z[ recovery-image] Sep 11 21:04:21.816 INFO O| Sep 11 21:04:21.816 INFO STEP 834 (remove_files) COMPLETE
86582026-09-11T21:04:23.039Z[ recovery-image] Sep 11 21:04:21.816 INFO O| Sep 11 21:04:21.816 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-11T21:04:23.043Z[ recovery-image] Sep 11 21:04:21.825 INFO O| Sep 11 21:04:21.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
86602026-09-11T21:04:23.043Z[ recovery-image] Sep 11 21:04:21.825 INFO O| Sep 11 21:04:21.825 INFO STEP 835 (remove_files) COMPLETE
86612026-09-11T21:04:23.043Z[ recovery-image] Sep 11 21:04:21.825 INFO O| Sep 11 21:04:21.825 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-11T21:04:23.052Z[ recovery-image] Sep 11 21:04:21.833 INFO O| Sep 11 21:04:21.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
86632026-09-11T21:04:23.052Z[ recovery-image] Sep 11 21:04:21.833 INFO O| Sep 11 21:04:21.833 INFO STEP 836 (remove_files) COMPLETE
86642026-09-11T21:04:23.053Z[ recovery-image] Sep 11 21:04:21.833 INFO O| Sep 11 21:04:21.833 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-11T21:04:23.061Z[ recovery-image] Sep 11 21:04:21.842 INFO O| Sep 11 21:04:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
86662026-09-11T21:04:23.061Z[ recovery-image] Sep 11 21:04:21.842 INFO O| Sep 11 21:04:21.842 INFO STEP 837 (remove_files) COMPLETE
86672026-09-11T21:04:23.065Z[ recovery-image] Sep 11 21:04:21.842 INFO O| Sep 11 21:04:21.842 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-11T21:04:23.069Z[ recovery-image] Sep 11 21:04:21.850 INFO O| Sep 11 21:04:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
86692026-09-11T21:04:23.069Z[ recovery-image] Sep 11 21:04:21.850 INFO O| Sep 11 21:04:21.850 INFO STEP 838 (remove_files) COMPLETE
86702026-09-11T21:04:23.073Z[ recovery-image] Sep 11 21:04:21.850 INFO O| Sep 11 21:04:21.850 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-11T21:04:23.079Z[ recovery-image] Sep 11 21:04:21.861 INFO O| Sep 11 21:04:21.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
86722026-09-11T21:04:23.079Z[ recovery-image] Sep 11 21:04:21.861 INFO O| Sep 11 21:04:21.861 INFO STEP 839 (remove_files) COMPLETE
86732026-09-11T21:04:23.079Z[ recovery-image] Sep 11 21:04:21.861 INFO O| Sep 11 21:04:21.861 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-11T21:04:23.090Z[ recovery-image] Sep 11 21:04:21.871 INFO O| Sep 11 21:04:21.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
86752026-09-11T21:04:23.090Z[ recovery-image] Sep 11 21:04:21.871 INFO O| Sep 11 21:04:21.871 INFO STEP 840 (remove_files) COMPLETE
86762026-09-11T21:04:23.090Z[ recovery-image] Sep 11 21:04:21.871 INFO O| Sep 11 21:04:21.871 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-11T21:04:23.099Z[ recovery-image] Sep 11 21:04:21.880 INFO O| Sep 11 21:04:21.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
86782026-09-11T21:04:23.099Z[ recovery-image] Sep 11 21:04:21.880 INFO O| Sep 11 21:04:21.880 INFO STEP 841 (remove_files) COMPLETE
86792026-09-11T21:04:23.099Z[ recovery-image] Sep 11 21:04:21.880 INFO O| Sep 11 21:04:21.880 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-11T21:04:23.109Z[ recovery-image] Sep 11 21:04:21.890 INFO O| Sep 11 21:04:21.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
86812026-09-11T21:04:23.109Z[ recovery-image] Sep 11 21:04:21.890 INFO O| Sep 11 21:04:21.890 INFO STEP 842 (remove_files) COMPLETE
86822026-09-11T21:04:23.113Z[ recovery-image] Sep 11 21:04:21.890 INFO O| Sep 11 21:04:21.890 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-11T21:04:23.119Z[ recovery-image] Sep 11 21:04:21.900 INFO O| Sep 11 21:04:21.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
86842026-09-11T21:04:23.119Z[ recovery-image] Sep 11 21:04:21.900 INFO O| Sep 11 21:04:21.900 INFO STEP 843 (remove_files) COMPLETE
86852026-09-11T21:04:23.123Z[ recovery-image] Sep 11 21:04:21.900 INFO O| Sep 11 21:04:21.900 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-11T21:04:23.129Z[ recovery-image] Sep 11 21:04:21.911 INFO O| Sep 11 21:04:21.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
86872026-09-11T21:04:23.130Z[ recovery-image] Sep 11 21:04:21.911 INFO O| Sep 11 21:04:21.911 INFO STEP 844 (remove_files) COMPLETE
86882026-09-11T21:04:23.133Z[ recovery-image] Sep 11 21:04:21.911 INFO O| Sep 11 21:04:21.911 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-11T21:04:23.139Z[ recovery-image] Sep 11 21:04:21.920 INFO O| Sep 11 21:04:21.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
86902026-09-11T21:04:23.139Z[ recovery-image] Sep 11 21:04:21.920 INFO O| Sep 11 21:04:21.920 INFO STEP 845 (remove_files) COMPLETE
86912026-09-11T21:04:23.139Z[ recovery-image] Sep 11 21:04:21.920 INFO O| Sep 11 21:04:21.920 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-11T21:04:23.148Z[ recovery-image] Sep 11 21:04:21.929 INFO O| Sep 11 21:04:21.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
86932026-09-11T21:04:23.148Z[ recovery-image] Sep 11 21:04:21.929 INFO O| Sep 11 21:04:21.929 INFO STEP 846 (remove_files) COMPLETE
86942026-09-11T21:04:23.148Z[ recovery-image] Sep 11 21:04:21.929 INFO O| Sep 11 21:04:21.929 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-11T21:04:23.152Z[verify-libraries] Compiling hex-literal v1.1.0
86962026-09-11T21:04:23.162Z[ recovery-image] Sep 11 21:04:21.941 INFO O| Sep 11 21:04:21.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
86972026-09-11T21:04:23.162Z[ recovery-image] Sep 11 21:04:21.942 INFO O| Sep 11 21:04:21.942 INFO STEP 847 (remove_files) COMPLETE
86982026-09-11T21:04:23.165Z[ recovery-image] Sep 11 21:04:21.942 INFO O| Sep 11 21:04:21.942 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-11T21:04:23.174Z[ recovery-image] Sep 11 21:04:21.953 INFO O| Sep 11 21:04:21.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
87002026-09-11T21:04:23.174Z[ recovery-image] Sep 11 21:04:21.953 INFO O| Sep 11 21:04:21.953 INFO STEP 848 (remove_files) COMPLETE
87012026-09-11T21:04:23.174Z[ recovery-image] Sep 11 21:04:21.953 INFO O| Sep 11 21:04:21.953 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-11T21:04:23.181Z[ recovery-image] Sep 11 21:04:21.962 INFO O| Sep 11 21:04:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
87032026-09-11T21:04:23.181Z[ recovery-image] Sep 11 21:04:21.962 INFO O| Sep 11 21:04:21.962 INFO STEP 849 (remove_files) COMPLETE
87042026-09-11T21:04:23.181Z[ recovery-image] Sep 11 21:04:21.962 INFO O| Sep 11 21:04:21.962 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-11T21:04:23.191Z[ recovery-image] Sep 11 21:04:21.971 INFO O| Sep 11 21:04:21.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
87062026-09-11T21:04:23.191Z[ recovery-image] Sep 11 21:04:21.971 INFO O| Sep 11 21:04:21.971 INFO STEP 850 (remove_files) COMPLETE
87072026-09-11T21:04:23.195Z[ recovery-image] Sep 11 21:04:21.971 INFO O| Sep 11 21:04:21.971 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-11T21:04:23.200Z[ recovery-image] Sep 11 21:04:21.982 INFO O| Sep 11 21:04:21.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
87092026-09-11T21:04:23.200Z[ recovery-image] Sep 11 21:04:21.982 INFO O| Sep 11 21:04:21.982 INFO STEP 851 (remove_files) COMPLETE
87102026-09-11T21:04:23.200Z[ recovery-image] Sep 11 21:04:21.982 INFO O| Sep 11 21:04:21.982 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-11T21:04:23.211Z[ recovery-image] Sep 11 21:04:21.991 INFO O| Sep 11 21:04:21.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
87122026-09-11T21:04:23.211Z[ recovery-image] Sep 11 21:04:21.991 INFO O| Sep 11 21:04:21.991 INFO STEP 852 (remove_files) COMPLETE
87132026-09-11T21:04:23.211Z[ recovery-image] Sep 11 21:04:21.991 INFO O| Sep 11 21:04:21.991 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-11T21:04:23.222Z[ recovery-image] Sep 11 21:04:22.001 INFO O| Sep 11 21:04:22.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
87152026-09-11T21:04:23.223Z[ recovery-image] Sep 11 21:04:22.001 INFO O| Sep 11 21:04:22.001 INFO STEP 853 (remove_files) COMPLETE
87162026-09-11T21:04:23.223Z[ recovery-image] Sep 11 21:04:22.001 INFO O| Sep 11 21:04:22.001 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-11T21:04:23.230Z[ recovery-image] Sep 11 21:04:22.011 INFO O| Sep 11 21:04:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
87182026-09-11T21:04:23.236Z[ recovery-image] Sep 11 21:04:22.014 INFO O| Sep 11 21:04:22.014 INFO STEP 854 (remove_files) COMPLETE
87192026-09-11T21:04:23.237Z[ recovery-image] Sep 11 21:04:22.014 INFO O| Sep 11 21:04:22.014 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-11T21:04:23.240Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
87212026-09-11T21:04:23.246Z[ recovery-image] Sep 11 21:04:22.028 INFO O| Sep 11 21:04:22.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
87222026-09-11T21:04:23.246Z[ recovery-image] Sep 11 21:04:22.028 INFO O| Sep 11 21:04:22.028 INFO STEP 855 (remove_files) COMPLETE
87232026-09-11T21:04:23.250Z[ recovery-image] Sep 11 21:04:22.028 INFO O| Sep 11 21:04:22.028 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-09-11T21:04:23.273Z[ recovery-image] Sep 11 21:04:22.054 INFO O| Sep 11 21:04:22.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
87252026-09-11T21:04:23.273Z[ recovery-image] Sep 11 21:04:22.054 INFO O| Sep 11 21:04:22.054 INFO STEP 856 (remove_files) COMPLETE
87262026-09-11T21:04:23.277Z[ recovery-image] Sep 11 21:04:22.054 INFO O| Sep 11 21:04:22.054 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-11T21:04:23.282Z[ recovery-image] Sep 11 21:04:22.063 INFO O| Sep 11 21:04:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
87282026-09-11T21:04:23.282Z[ recovery-image] Sep 11 21:04:22.064 INFO O| Sep 11 21:04:22.063 INFO STEP 857 (remove_files) COMPLETE
87292026-09-11T21:04:23.283Z[ recovery-image] Sep 11 21:04:22.064 INFO O| Sep 11 21:04:22.063 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-11T21:04:23.295Z[ recovery-image] Sep 11 21:04:22.076 INFO O| Sep 11 21:04:22.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
87312026-09-11T21:04:23.295Z[ recovery-image] Sep 11 21:04:22.076 INFO O| Sep 11 21:04:22.076 INFO STEP 858 (remove_files) COMPLETE
87322026-09-11T21:04:23.295Z[ recovery-image] Sep 11 21:04:22.076 INFO O| Sep 11 21:04:22.076 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-11T21:04:23.305Z[ recovery-image] Sep 11 21:04:22.085 INFO O| Sep 11 21:04:22.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
87342026-09-11T21:04:23.305Z[ recovery-image] Sep 11 21:04:22.085 INFO O| Sep 11 21:04:22.085 INFO STEP 859 (remove_files) COMPLETE
87352026-09-11T21:04:23.305Z[ recovery-image] Sep 11 21:04:22.085 INFO O| Sep 11 21:04:22.085 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-11T21:04:23.313Z[ recovery-image] Sep 11 21:04:22.095 INFO O| Sep 11 21:04:22.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
87372026-09-11T21:04:23.313Z[ recovery-image] Sep 11 21:04:22.095 INFO O| Sep 11 21:04:22.095 INFO STEP 860 (remove_files) COMPLETE
87382026-09-11T21:04:23.317Z[ recovery-image] Sep 11 21:04:22.095 INFO O| Sep 11 21:04:22.095 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-11T21:04:23.327Z[ recovery-image] Sep 11 21:04:22.106 INFO O| Sep 11 21:04:22.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
87402026-09-11T21:04:23.327Z[ recovery-image] Sep 11 21:04:22.106 INFO O| Sep 11 21:04:22.106 INFO STEP 861 (remove_files) COMPLETE
87412026-09-11T21:04:23.327Z[ recovery-image] Sep 11 21:04:22.106 INFO O| Sep 11 21:04:22.106 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-11T21:04:23.336Z[ recovery-image] Sep 11 21:04:22.115 INFO O| Sep 11 21:04:22.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
87432026-09-11T21:04:23.336Z[ recovery-image] Sep 11 21:04:22.115 INFO O| Sep 11 21:04:22.115 INFO STEP 862 (remove_files) COMPLETE
87442026-09-11T21:04:23.336Z[ recovery-image] Sep 11 21:04:22.115 INFO O| Sep 11 21:04:22.115 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-11T21:04:23.336Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
87462026-09-11T21:04:23.343Z[ recovery-image] Sep 11 21:04:22.124 INFO O| Sep 11 21:04:22.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
87472026-09-11T21:04:23.344Z[ recovery-image] Sep 11 21:04:22.124 INFO O| Sep 11 21:04:22.124 INFO STEP 863 (remove_files) COMPLETE
87482026-09-11T21:04:23.344Z[ recovery-image] Sep 11 21:04:22.124 INFO O| Sep 11 21:04:22.124 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-09-11T21:04:23.351Z[ recovery-image] Sep 11 21:04:22.132 INFO O| Sep 11 21:04:22.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
87502026-09-11T21:04:23.353Z[ recovery-image] Sep 11 21:04:22.132 INFO O| Sep 11 21:04:22.132 INFO STEP 864 (remove_files) COMPLETE
87512026-09-11T21:04:23.357Z[ recovery-image] Sep 11 21:04:22.132 INFO O| Sep 11 21:04:22.132 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-09-11T21:04:23.362Z[ recovery-image] Sep 11 21:04:22.143 INFO O| Sep 11 21:04:22.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
87532026-09-11T21:04:23.362Z[ recovery-image] Sep 11 21:04:22.143 INFO O| Sep 11 21:04:22.143 INFO STEP 865 (remove_files) COMPLETE
87542026-09-11T21:04:23.362Z[ recovery-image] Sep 11 21:04:22.143 INFO O| Sep 11 21:04:22.143 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-09-11T21:04:23.372Z[ recovery-image] Sep 11 21:04:22.153 INFO O| Sep 11 21:04:22.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
87562026-09-11T21:04:23.372Z[ recovery-image] Sep 11 21:04:22.153 INFO O| Sep 11 21:04:22.153 INFO STEP 866 (remove_files) COMPLETE
87572026-09-11T21:04:23.372Z[ recovery-image] Sep 11 21:04:22.153 INFO O| Sep 11 21:04:22.153 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-09-11T21:04:23.382Z[ recovery-image] Sep 11 21:04:22.163 INFO O| Sep 11 21:04:22.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
87592026-09-11T21:04:23.382Z[ recovery-image] Sep 11 21:04:22.163 INFO O| Sep 11 21:04:22.163 INFO STEP 867 (remove_files) COMPLETE
87602026-09-11T21:04:23.382Z[ recovery-image] Sep 11 21:04:22.163 INFO O| Sep 11 21:04:22.163 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-09-11T21:04:23.393Z[ recovery-image] Sep 11 21:04:22.174 INFO O| Sep 11 21:04:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
87622026-09-11T21:04:23.394Z[ recovery-image] Sep 11 21:04:22.174 INFO O| Sep 11 21:04:22.174 INFO STEP 868 (remove_files) COMPLETE
87632026-09-11T21:04:23.394Z[ recovery-image] Sep 11 21:04:22.174 INFO O| Sep 11 21:04:22.174 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-09-11T21:04:23.401Z[ recovery-image] Sep 11 21:04:22.183 INFO O| Sep 11 21:04:22.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
87652026-09-11T21:04:23.403Z[ recovery-image] Sep 11 21:04:22.183 INFO O| Sep 11 21:04:22.183 INFO STEP 869 (remove_files) COMPLETE
87662026-09-11T21:04:23.407Z[ recovery-image] Sep 11 21:04:22.183 INFO O| Sep 11 21:04:22.183 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-09-11T21:04:23.411Z[ recovery-image] Sep 11 21:04:22.191 INFO O| Sep 11 21:04:22.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
87682026-09-11T21:04:23.411Z[ recovery-image] Sep 11 21:04:22.191 INFO O| Sep 11 21:04:22.191 INFO STEP 870 (remove_files) COMPLETE
87692026-09-11T21:04:23.411Z[ recovery-image] Sep 11 21:04:22.192 INFO O| Sep 11 21:04:22.191 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-11T21:04:23.420Z[ recovery-image] Sep 11 21:04:22.201 INFO O| Sep 11 21:04:22.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
87712026-09-11T21:04:23.420Z[ recovery-image] Sep 11 21:04:22.201 INFO O| Sep 11 21:04:22.201 INFO STEP 871 (remove_files) COMPLETE
87722026-09-11T21:04:23.420Z[ recovery-image] Sep 11 21:04:22.201 INFO O| Sep 11 21:04:22.201 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-11T21:04:23.430Z[ recovery-image] Sep 11 21:04:22.211 INFO O| Sep 11 21:04:22.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
87742026-09-11T21:04:23.430Z[ recovery-image] Sep 11 21:04:22.211 INFO O| Sep 11 21:04:22.211 INFO STEP 872 (remove_files) COMPLETE
87752026-09-11T21:04:23.430Z[ recovery-image] Sep 11 21:04:22.211 INFO O| Sep 11 21:04:22.211 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-11T21:04:23.445Z[ recovery-image] Sep 11 21:04:22.221 INFO O| Sep 11 21:04:22.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
87772026-09-11T21:04:23.445Z[ recovery-image] Sep 11 21:04:22.221 INFO O| Sep 11 21:04:22.221 INFO STEP 873 (remove_files) COMPLETE
87782026-09-11T21:04:23.445Z[ recovery-image] Sep 11 21:04:22.221 INFO O| Sep 11 21:04:22.221 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-11T21:04:23.453Z[ recovery-image] Sep 11 21:04:22.230 INFO O| Sep 11 21:04:22.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
87802026-09-11T21:04:23.453Z[ recovery-image] Sep 11 21:04:22.230 INFO O| Sep 11 21:04:22.230 INFO STEP 874 (remove_files) COMPLETE
87812026-09-11T21:04:23.453Z[ recovery-image] Sep 11 21:04:22.230 INFO O| Sep 11 21:04:22.230 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-11T21:04:23.459Z[ recovery-image] Sep 11 21:04:22.239 INFO O| Sep 11 21:04:22.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
87832026-09-11T21:04:23.459Z[ recovery-image] Sep 11 21:04:22.239 INFO O| Sep 11 21:04:22.239 INFO STEP 875 (remove_files) COMPLETE
87842026-09-11T21:04:23.464Z[ recovery-image] Sep 11 21:04:22.239 INFO O| Sep 11 21:04:22.239 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-11T21:04:23.469Z[ recovery-image] Sep 11 21:04:22.249 INFO O| Sep 11 21:04:22.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
87862026-09-11T21:04:23.469Z[ recovery-image] Sep 11 21:04:22.249 INFO O| Sep 11 21:04:22.249 INFO STEP 876 (remove_files) COMPLETE
87872026-09-11T21:04:23.469Z[ recovery-image] Sep 11 21:04:22.249 INFO O| Sep 11 21:04:22.249 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-11T21:04:23.469Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
87892026-09-11T21:04:23.479Z[ recovery-image] Sep 11 21:04:22.258 INFO O| Sep 11 21:04:22.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
87902026-09-11T21:04:23.479Z[ recovery-image] Sep 11 21:04:22.258 INFO O| Sep 11 21:04:22.258 INFO STEP 877 (remove_files) COMPLETE
87912026-09-11T21:04:23.483Z[ recovery-image] Sep 11 21:04:22.258 INFO O| Sep 11 21:04:22.258 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87922026-09-11T21:04:23.487Z[ recovery-image] Sep 11 21:04:22.268 INFO O| Sep 11 21:04:22.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
87932026-09-11T21:04:23.487Z[ recovery-image] Sep 11 21:04:22.268 INFO O| Sep 11 21:04:22.268 INFO STEP 878 (remove_files) COMPLETE
87942026-09-11T21:04:23.487Z[ recovery-image] Sep 11 21:04:22.268 INFO O| Sep 11 21:04:22.268 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87952026-09-11T21:04:23.495Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
87962026-09-11T21:04:23.500Z[ recovery-image] Sep 11 21:04:22.278 INFO O| Sep 11 21:04:22.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
87972026-09-11T21:04:23.500Z[ recovery-image] Sep 11 21:04:22.278 INFO O| Sep 11 21:04:22.278 INFO STEP 879 (remove_files) COMPLETE
87982026-09-11T21:04:23.500Z[ recovery-image] Sep 11 21:04:22.278 INFO O| Sep 11 21:04:22.278 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-11T21:04:23.506Z[ recovery-image] Sep 11 21:04:22.288 INFO O| Sep 11 21:04:22.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
88002026-09-11T21:04:23.506Z[ recovery-image] Sep 11 21:04:22.288 INFO O| Sep 11 21:04:22.288 INFO STEP 880 (remove_files) COMPLETE
88012026-09-11T21:04:23.507Z[ recovery-image] Sep 11 21:04:22.288 INFO O| Sep 11 21:04:22.288 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-11T21:04:23.518Z[ recovery-image] Sep 11 21:04:22.298 INFO O| Sep 11 21:04:22.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
88032026-09-11T21:04:23.518Z[ recovery-image] Sep 11 21:04:22.298 INFO O| Sep 11 21:04:22.298 INFO STEP 881 (remove_files) COMPLETE
88042026-09-11T21:04:23.518Z[ recovery-image] Sep 11 21:04:22.298 INFO O| Sep 11 21:04:22.298 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-11T21:04:23.527Z[ recovery-image] Sep 11 21:04:22.306 INFO O| Sep 11 21:04:22.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
88062026-09-11T21:04:23.527Z[ recovery-image] Sep 11 21:04:22.306 INFO O| Sep 11 21:04:22.306 INFO STEP 882 (remove_files) COMPLETE
88072026-09-11T21:04:23.527Z[ recovery-image] Sep 11 21:04:22.306 INFO O| Sep 11 21:04:22.306 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-11T21:04:23.534Z[ recovery-image] Sep 11 21:04:22.315 INFO O| Sep 11 21:04:22.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
88092026-09-11T21:04:23.534Z[ recovery-image] Sep 11 21:04:22.315 INFO O| Sep 11 21:04:22.315 INFO STEP 883 (remove_files) COMPLETE
88102026-09-11T21:04:23.539Z[ recovery-image] Sep 11 21:04:22.315 INFO O| Sep 11 21:04:22.315 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-11T21:04:23.543Z[ recovery-image] Sep 11 21:04:22.323 INFO O| Sep 11 21:04:22.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
88122026-09-11T21:04:23.543Z[ recovery-image] Sep 11 21:04:22.323 INFO O| Sep 11 21:04:22.323 INFO STEP 884 (remove_files) COMPLETE
88132026-09-11T21:04:23.543Z[ recovery-image] Sep 11 21:04:22.323 INFO O| Sep 11 21:04:22.323 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-11T21:04:23.550Z[ recovery-image] Sep 11 21:04:22.332 INFO O| Sep 11 21:04:22.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
88152026-09-11T21:04:23.551Z[ recovery-image] Sep 11 21:04:22.332 INFO O| Sep 11 21:04:22.332 INFO STEP 885 (remove_files) COMPLETE
88162026-09-11T21:04:23.555Z[ recovery-image] Sep 11 21:04:22.332 INFO O| Sep 11 21:04:22.332 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-11T21:04:23.559Z[ recovery-image] Sep 11 21:04:22.340 INFO O| Sep 11 21:04:22.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
88182026-09-11T21:04:23.559Z[ recovery-image] Sep 11 21:04:22.340 INFO O| Sep 11 21:04:22.340 INFO STEP 886 (remove_files) COMPLETE
88192026-09-11T21:04:23.564Z[ recovery-image] Sep 11 21:04:22.340 INFO O| Sep 11 21:04:22.340 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-11T21:04:23.568Z[ recovery-image] Sep 11 21:04:22.349 INFO O| Sep 11 21:04:22.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
88212026-09-11T21:04:23.568Z[ recovery-image] Sep 11 21:04:22.349 INFO O| Sep 11 21:04:22.349 INFO STEP 887 (remove_files) COMPLETE
88222026-09-11T21:04:23.568Z[ recovery-image] Sep 11 21:04:22.349 INFO O| Sep 11 21:04:22.349 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-11T21:04:23.581Z[ recovery-image] Sep 11 21:04:22.359 INFO O| Sep 11 21:04:22.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
88242026-09-11T21:04:23.581Z[ recovery-image] Sep 11 21:04:22.359 INFO O| Sep 11 21:04:22.359 INFO STEP 888 (remove_files) COMPLETE
88252026-09-11T21:04:23.581Z[ recovery-image] Sep 11 21:04:22.359 INFO O| Sep 11 21:04:22.359 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88262026-09-11T21:04:23.588Z[verify-libraries] Compiling russh v0.62.4
88272026-09-11T21:04:23.592Z[ recovery-image] Sep 11 21:04:22.368 INFO O| Sep 11 21:04:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
88282026-09-11T21:04:23.592Z[ recovery-image] Sep 11 21:04:22.369 INFO O| Sep 11 21:04:22.369 INFO STEP 889 (remove_files) COMPLETE
88292026-09-11T21:04:23.592Z[ recovery-image] Sep 11 21:04:22.369 INFO O| Sep 11 21:04:22.369 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-11T21:04:23.597Z[ recovery-image] Sep 11 21:04:22.377 INFO O| Sep 11 21:04:22.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
88312026-09-11T21:04:23.597Z[ recovery-image] Sep 11 21:04:22.377 INFO O| Sep 11 21:04:22.377 INFO STEP 890 (remove_files) COMPLETE
88322026-09-11T21:04:23.597Z[ recovery-image] Sep 11 21:04:22.377 INFO O| Sep 11 21:04:22.377 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-11T21:04:23.656Z[ recovery-image] Sep 11 21:04:22.385 INFO O| Sep 11 21:04:22.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
88342026-09-11T21:04:23.657Z[ recovery-image] Sep 11 21:04:22.385 INFO O| Sep 11 21:04:22.385 INFO STEP 891 (remove_files) COMPLETE
88352026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.385 INFO O| Sep 11 21:04:22.385 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.394 INFO O| Sep 11 21:04:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
88372026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.394 INFO O| Sep 11 21:04:22.394 INFO STEP 892 (remove_files) COMPLETE
88382026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.394 INFO O| Sep 11 21:04:22.394 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-11T21:04:23.664Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
88402026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.403 INFO O| Sep 11 21:04:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
88412026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.403 INFO O| Sep 11 21:04:22.403 INFO STEP 893 (remove_files) COMPLETE
88422026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.403 INFO O| Sep 11 21:04:22.403 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88432026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.412 INFO O| Sep 11 21:04:22.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
88442026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.412 INFO O| Sep 11 21:04:22.412 INFO STEP 894 (remove_files) COMPLETE
88452026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.412 INFO O| Sep 11 21:04:22.412 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88462026-09-11T21:04:23.664Z[ recovery-image] Sep 11 21:04:22.420 INFO O| Sep 11 21:04:22.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
88472026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.421 INFO O| Sep 11 21:04:22.420 INFO STEP 895 (remove_files) COMPLETE
88482026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.421 INFO O| Sep 11 21:04:22.421 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88492026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.429 INFO O| Sep 11 21:04:22.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
88502026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.429 INFO O| Sep 11 21:04:22.429 INFO STEP 896 (remove_files) COMPLETE
88512026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.430 INFO O| Sep 11 21:04:22.429 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88522026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.438 INFO O| Sep 11 21:04:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
88532026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.438 INFO O| Sep 11 21:04:22.438 INFO STEP 897 (remove_files) COMPLETE
88542026-09-11T21:04:23.665Z[ recovery-image] Sep 11 21:04:22.438 INFO O| Sep 11 21:04:22.438 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88552026-09-11T21:04:23.670Z[ recovery-image] Sep 11 21:04:22.451 INFO O| Sep 11 21:04:22.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
88562026-09-11T21:04:23.670Z[ recovery-image] Sep 11 21:04:22.452 INFO O| Sep 11 21:04:22.451 INFO STEP 898 (remove_files) COMPLETE
88572026-09-11T21:04:23.671Z[ recovery-image] Sep 11 21:04:22.452 INFO O| Sep 11 21:04:22.451 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88582026-09-11T21:04:23.679Z[ recovery-image] Sep 11 21:04:22.461 INFO O| Sep 11 21:04:22.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
88592026-09-11T21:04:23.680Z[ recovery-image] Sep 11 21:04:22.461 INFO O| Sep 11 21:04:22.461 INFO STEP 899 (remove_files) COMPLETE
88602026-09-11T21:04:23.680Z[ recovery-image] Sep 11 21:04:22.461 INFO O| Sep 11 21:04:22.461 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88612026-09-11T21:04:23.689Z[ recovery-image] Sep 11 21:04:22.469 INFO O| Sep 11 21:04:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
88622026-09-11T21:04:23.689Z[ recovery-image] Sep 11 21:04:22.469 INFO O| Sep 11 21:04:22.469 INFO STEP 900 (remove_files) COMPLETE
88632026-09-11T21:04:23.689Z[ recovery-image] Sep 11 21:04:22.469 INFO O| Sep 11 21:04:22.469 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88642026-09-11T21:04:23.698Z[ recovery-image] Sep 11 21:04:22.478 INFO O| Sep 11 21:04:22.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
88652026-09-11T21:04:23.698Z[ recovery-image] Sep 11 21:04:22.478 INFO O| Sep 11 21:04:22.478 INFO STEP 901 (remove_files) COMPLETE
88662026-09-11T21:04:23.698Z[ recovery-image] Sep 11 21:04:22.478 INFO O| Sep 11 21:04:22.478 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88672026-09-11T21:04:23.705Z[ recovery-image] Sep 11 21:04:22.486 INFO O| Sep 11 21:04:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
88682026-09-11T21:04:23.705Z[ recovery-image] Sep 11 21:04:22.486 INFO O| Sep 11 21:04:22.486 INFO STEP 902 (remove_files) COMPLETE
88692026-09-11T21:04:23.709Z[ recovery-image] Sep 11 21:04:22.486 INFO O| Sep 11 21:04:22.486 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-11T21:04:23.715Z[ recovery-image] Sep 11 21:04:22.496 INFO O| Sep 11 21:04:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
88712026-09-11T21:04:23.715Z[ recovery-image] Sep 11 21:04:22.496 INFO O| Sep 11 21:04:22.496 INFO STEP 903 (remove_files) COMPLETE
88722026-09-11T21:04:23.719Z[ recovery-image] Sep 11 21:04:22.496 INFO O| Sep 11 21:04:22.496 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-11T21:04:23.730Z[ recovery-image] Sep 11 21:04:22.506 INFO O| Sep 11 21:04:22.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
88742026-09-11T21:04:23.731Z[ recovery-image] Sep 11 21:04:22.506 INFO O| Sep 11 21:04:22.506 INFO STEP 904 (remove_files) COMPLETE
88752026-09-11T21:04:23.731Z[ recovery-image] Sep 11 21:04:22.506 INFO O| Sep 11 21:04:22.506 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-11T21:04:23.749Z[ recovery-image] Sep 11 21:04:22.531 INFO O| Sep 11 21:04:22.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
88772026-09-11T21:04:23.749Z[ recovery-image] Sep 11 21:04:22.531 INFO O| Sep 11 21:04:22.531 INFO STEP 905 (remove_files) COMPLETE
88782026-09-11T21:04:23.749Z[ recovery-image] Sep 11 21:04:22.531 INFO O| Sep 11 21:04:22.531 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-11T21:04:23.761Z[ recovery-image] Sep 11 21:04:22.542 INFO O| Sep 11 21:04:22.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
88802026-09-11T21:04:23.761Z[ recovery-image] Sep 11 21:04:22.542 INFO O| Sep 11 21:04:22.542 INFO STEP 906 (remove_files) COMPLETE
88812026-09-11T21:04:23.761Z[ recovery-image] Sep 11 21:04:22.542 INFO O| Sep 11 21:04:22.542 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-11T21:04:23.772Z[ recovery-image] Sep 11 21:04:22.553 INFO O| Sep 11 21:04:22.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
88832026-09-11T21:04:23.772Z[ recovery-image] Sep 11 21:04:22.553 INFO O| Sep 11 21:04:22.553 INFO STEP 907 (remove_files) COMPLETE
88842026-09-11T21:04:23.772Z[ recovery-image] Sep 11 21:04:22.553 INFO O| Sep 11 21:04:22.553 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88852026-09-11T21:04:23.783Z[ recovery-image] Sep 11 21:04:22.564 INFO O| Sep 11 21:04:22.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
88862026-09-11T21:04:23.783Z[ recovery-image] Sep 11 21:04:22.564 INFO O| Sep 11 21:04:22.564 INFO STEP 908 (remove_files) COMPLETE
88872026-09-11T21:04:23.783Z[ recovery-image] Sep 11 21:04:22.564 INFO O| Sep 11 21:04:22.564 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-11T21:04:23.801Z[ recovery-image] Sep 11 21:04:22.582 INFO O| Sep 11 21:04:22.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
88892026-09-11T21:04:23.801Z[ recovery-image] Sep 11 21:04:22.582 INFO O| Sep 11 21:04:22.582 INFO STEP 909 (remove_files) COMPLETE
88902026-09-11T21:04:23.801Z[ recovery-image] Sep 11 21:04:22.582 INFO O| Sep 11 21:04:22.582 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-11T21:04:23.813Z[ recovery-image] Sep 11 21:04:22.594 INFO O| Sep 11 21:04:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
88922026-09-11T21:04:23.813Z[ recovery-image] Sep 11 21:04:22.594 INFO O| Sep 11 21:04:22.594 INFO STEP 910 (remove_files) COMPLETE
88932026-09-11T21:04:23.817Z[ recovery-image] Sep 11 21:04:22.594 INFO O| Sep 11 21:04:22.594 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-11T21:04:23.829Z[ recovery-image] Sep 11 21:04:22.605 INFO O| Sep 11 21:04:22.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
88952026-09-11T21:04:23.830Z[ recovery-image] Sep 11 21:04:22.605 INFO O| Sep 11 21:04:22.605 INFO STEP 911 (remove_files) COMPLETE
88962026-09-11T21:04:23.830Z[ recovery-image] Sep 11 21:04:22.605 INFO O| Sep 11 21:04:22.605 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-11T21:04:23.835Z[ recovery-image] Sep 11 21:04:22.614 INFO O| Sep 11 21:04:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
88982026-09-11T21:04:23.835Z[ recovery-image] Sep 11 21:04:22.614 INFO O| Sep 11 21:04:22.614 INFO STEP 912 (remove_files) COMPLETE
88992026-09-11T21:04:23.835Z[ recovery-image] Sep 11 21:04:22.614 INFO O| Sep 11 21:04:22.614 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-11T21:04:23.842Z[ recovery-image] Sep 11 21:04:22.624 INFO O| Sep 11 21:04:22.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
89012026-09-11T21:04:23.842Z[ recovery-image] Sep 11 21:04:22.624 INFO O| Sep 11 21:04:22.624 INFO STEP 913 (remove_files) COMPLETE
89022026-09-11T21:04:23.847Z[ recovery-image] Sep 11 21:04:22.624 INFO O| Sep 11 21:04:22.624 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-11T21:04:23.855Z[ recovery-image] Sep 11 21:04:22.636 INFO O| Sep 11 21:04:22.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
89042026-09-11T21:04:23.856Z[ recovery-image] Sep 11 21:04:22.636 INFO O| Sep 11 21:04:22.636 INFO STEP 914 (remove_files) COMPLETE
89052026-09-11T21:04:23.863Z[ recovery-image] Sep 11 21:04:22.636 INFO O| Sep 11 21:04:22.636 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-11T21:04:23.867Z[ recovery-image] Sep 11 21:04:22.647 INFO O| Sep 11 21:04:22.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
89072026-09-11T21:04:23.867Z[ recovery-image] Sep 11 21:04:22.647 INFO O| Sep 11 21:04:22.647 INFO STEP 915 (remove_files) COMPLETE
89082026-09-11T21:04:23.867Z[ recovery-image] Sep 11 21:04:22.647 INFO O| Sep 11 21:04:22.647 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-11T21:04:23.879Z[ recovery-image] Sep 11 21:04:22.659 INFO O| Sep 11 21:04:22.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
89102026-09-11T21:04:23.879Z[ recovery-image] Sep 11 21:04:22.659 INFO O| Sep 11 21:04:22.659 INFO STEP 916 (remove_files) COMPLETE
89112026-09-11T21:04:23.879Z[ recovery-image] Sep 11 21:04:22.659 INFO O| Sep 11 21:04:22.659 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-11T21:04:23.889Z[ recovery-image] Sep 11 21:04:22.670 INFO O| Sep 11 21:04:22.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
89132026-09-11T21:04:23.890Z[ recovery-image] Sep 11 21:04:22.670 INFO O| Sep 11 21:04:22.670 INFO STEP 917 (remove_files) COMPLETE
89142026-09-11T21:04:23.890Z[ recovery-image] Sep 11 21:04:22.670 INFO O| Sep 11 21:04:22.670 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-11T21:04:23.900Z[ recovery-image] Sep 11 21:04:22.681 INFO O| Sep 11 21:04:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
89162026-09-11T21:04:23.904Z[ recovery-image] Sep 11 21:04:22.681 INFO O| Sep 11 21:04:22.681 INFO STEP 918 (remove_files) COMPLETE
89172026-09-11T21:04:23.905Z[ recovery-image] Sep 11 21:04:22.681 INFO O| Sep 11 21:04:22.681 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-11T21:04:23.911Z[ recovery-image] Sep 11 21:04:22.693 INFO O| Sep 11 21:04:22.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
89192026-09-11T21:04:23.911Z[ recovery-image] Sep 11 21:04:22.693 INFO O| Sep 11 21:04:22.693 INFO STEP 919 (remove_files) COMPLETE
89202026-09-11T21:04:23.911Z[ recovery-image] Sep 11 21:04:22.693 INFO O| Sep 11 21:04:22.693 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-11T21:04:23.922Z[ recovery-image] Sep 11 21:04:22.703 INFO O| Sep 11 21:04:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
89222026-09-11T21:04:23.922Z[ recovery-image] Sep 11 21:04:22.703 INFO O| Sep 11 21:04:22.703 INFO STEP 920 (remove_files) COMPLETE
89232026-09-11T21:04:23.928Z[ recovery-image] Sep 11 21:04:22.703 INFO O| Sep 11 21:04:22.703 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89242026-09-11T21:04:23.932Z[ recovery-image] Sep 11 21:04:22.713 INFO O| Sep 11 21:04:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
89252026-09-11T21:04:23.933Z[ recovery-image] Sep 11 21:04:22.713 INFO O| Sep 11 21:04:22.713 INFO STEP 921 (remove_files) COMPLETE
89262026-09-11T21:04:23.933Z[ recovery-image] Sep 11 21:04:22.713 INFO O| Sep 11 21:04:22.713 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89272026-09-11T21:04:23.942Z[ recovery-image] Sep 11 21:04:22.723 INFO O| Sep 11 21:04:22.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
89282026-09-11T21:04:23.942Z[ recovery-image] Sep 11 21:04:22.723 INFO O| Sep 11 21:04:22.723 INFO STEP 922 (remove_files) COMPLETE
89292026-09-11T21:04:23.942Z[ recovery-image] Sep 11 21:04:22.723 INFO O| Sep 11 21:04:22.723 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89302026-09-11T21:04:23.950Z[ recovery-image] Sep 11 21:04:22.732 INFO O| Sep 11 21:04:22.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
89312026-09-11T21:04:23.951Z[ recovery-image] Sep 11 21:04:22.732 INFO O| Sep 11 21:04:22.732 INFO STEP 923 (remove_files) COMPLETE
89322026-09-11T21:04:23.951Z[ recovery-image] Sep 11 21:04:22.732 INFO O| Sep 11 21:04:22.732 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89332026-09-11T21:04:23.962Z[ recovery-image] Sep 11 21:04:22.741 INFO O| Sep 11 21:04:22.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
89342026-09-11T21:04:23.962Z[ recovery-image] Sep 11 21:04:22.741 INFO O| Sep 11 21:04:22.741 INFO STEP 924 (remove_files) COMPLETE
89352026-09-11T21:04:23.962Z[ recovery-image] Sep 11 21:04:22.741 INFO O| Sep 11 21:04:22.741 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89362026-09-11T21:04:23.968Z[ recovery-image] Sep 11 21:04:22.750 INFO O| Sep 11 21:04:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
89372026-09-11T21:04:23.968Z[ recovery-image] Sep 11 21:04:22.750 INFO O| Sep 11 21:04:22.750 INFO STEP 925 (remove_files) COMPLETE
89382026-09-11T21:04:23.969Z[ recovery-image] Sep 11 21:04:22.750 INFO O| Sep 11 21:04:22.750 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89392026-09-11T21:04:23.986Z[ recovery-image] Sep 11 21:04:22.766 INFO O| Sep 11 21:04:22.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
89402026-09-11T21:04:23.987Z[ recovery-image] Sep 11 21:04:22.766 INFO O| Sep 11 21:04:22.766 INFO STEP 926 (remove_files) COMPLETE
89412026-09-11T21:04:23.987Z[ recovery-image] Sep 11 21:04:22.766 INFO O| Sep 11 21:04:22.766 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89422026-09-11T21:04:23.994Z[ recovery-image] Sep 11 21:04:22.776 INFO O| Sep 11 21:04:22.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
89432026-09-11T21:04:23.995Z[ recovery-image] Sep 11 21:04:22.776 INFO O| Sep 11 21:04:22.776 INFO STEP 927 (remove_files) COMPLETE
89442026-09-11T21:04:23.999Z[ recovery-image] Sep 11 21:04:22.776 INFO O| Sep 11 21:04:22.776 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89452026-09-11T21:04:24.005Z[ recovery-image] Sep 11 21:04:22.786 INFO O| Sep 11 21:04:22.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
89462026-09-11T21:04:24.005Z[ recovery-image] Sep 11 21:04:22.786 INFO O| Sep 11 21:04:22.786 INFO STEP 928 (remove_files) COMPLETE
89472026-09-11T21:04:24.005Z[ recovery-image] Sep 11 21:04:22.786 INFO O| Sep 11 21:04:22.786 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89482026-09-11T21:04:24.015Z[ recovery-image] Sep 11 21:04:22.796 INFO O| Sep 11 21:04:22.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
89492026-09-11T21:04:24.015Z[ recovery-image] Sep 11 21:04:22.796 INFO O| Sep 11 21:04:22.796 INFO STEP 929 (remove_files) COMPLETE
89502026-09-11T21:04:24.019Z[ recovery-image] Sep 11 21:04:22.796 INFO O| Sep 11 21:04:22.796 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89512026-09-11T21:04:24.025Z[ recovery-image] Sep 11 21:04:22.806 INFO O| Sep 11 21:04:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
89522026-09-11T21:04:24.029Z[ recovery-image] Sep 11 21:04:22.806 INFO O| Sep 11 21:04:22.806 INFO STEP 930 (remove_files) COMPLETE
89532026-09-11T21:04:24.029Z[ recovery-image] Sep 11 21:04:22.806 INFO O| Sep 11 21:04:22.806 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89542026-09-11T21:04:24.034Z[ recovery-image] Sep 11 21:04:22.816 INFO O| Sep 11 21:04:22.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
89552026-09-11T21:04:24.034Z[ recovery-image] Sep 11 21:04:22.816 INFO O| Sep 11 21:04:22.816 INFO STEP 931 (remove_files) COMPLETE
89562026-09-11T21:04:24.038Z[ recovery-image] Sep 11 21:04:22.816 INFO O| Sep 11 21:04:22.816 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89572026-09-11T21:04:24.044Z[ recovery-image] Sep 11 21:04:22.825 INFO O| Sep 11 21:04:22.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
89582026-09-11T21:04:24.044Z[ recovery-image] Sep 11 21:04:22.825 INFO O| Sep 11 21:04:22.825 INFO STEP 932 (remove_files) COMPLETE
89592026-09-11T21:04:24.044Z[ recovery-image] Sep 11 21:04:22.825 INFO O| Sep 11 21:04:22.825 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89602026-09-11T21:04:24.054Z[ recovery-image] Sep 11 21:04:22.835 INFO O| Sep 11 21:04:22.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
89612026-09-11T21:04:24.054Z[ recovery-image] Sep 11 21:04:22.835 INFO O| Sep 11 21:04:22.835 INFO STEP 933 (remove_files) COMPLETE
89622026-09-11T21:04:24.055Z[ recovery-image] Sep 11 21:04:22.835 INFO O| Sep 11 21:04:22.835 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89632026-09-11T21:04:24.063Z[ recovery-image] Sep 11 21:04:22.845 INFO O| Sep 11 21:04:22.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
89642026-09-11T21:04:24.063Z[ recovery-image] Sep 11 21:04:22.845 INFO O| Sep 11 21:04:22.845 INFO STEP 934 (remove_files) COMPLETE
89652026-09-11T21:04:24.067Z[ recovery-image] Sep 11 21:04:22.845 INFO O| Sep 11 21:04:22.845 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-11T21:04:24.073Z[ recovery-image] Sep 11 21:04:22.854 INFO O| Sep 11 21:04:22.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
89672026-09-11T21:04:24.073Z[ recovery-image] Sep 11 21:04:22.854 INFO O| Sep 11 21:04:22.854 INFO STEP 935 (remove_files) COMPLETE
89682026-09-11T21:04:24.078Z[ recovery-image] Sep 11 21:04:22.854 INFO O| Sep 11 21:04:22.854 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-11T21:04:24.082Z[ recovery-image] Sep 11 21:04:22.864 INFO O| Sep 11 21:04:22.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
89702026-09-11T21:04:24.082Z[ recovery-image] Sep 11 21:04:22.864 INFO O| Sep 11 21:04:22.864 INFO STEP 936 (remove_files) COMPLETE
89712026-09-11T21:04:24.083Z[ recovery-image] Sep 11 21:04:22.864 INFO O| Sep 11 21:04:22.864 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89722026-09-11T21:04:24.092Z[ recovery-image] Sep 11 21:04:22.872 INFO O| Sep 11 21:04:22.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
89732026-09-11T21:04:24.092Z[ recovery-image] Sep 11 21:04:22.873 INFO O| Sep 11 21:04:22.872 INFO STEP 937 (remove_files) COMPLETE
89742026-09-11T21:04:24.097Z[ recovery-image] Sep 11 21:04:22.873 INFO O| Sep 11 21:04:22.873 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89752026-09-11T21:04:24.102Z[ recovery-image] Sep 11 21:04:22.883 INFO O| Sep 11 21:04:22.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
89762026-09-11T21:04:24.102Z[ recovery-image] Sep 11 21:04:22.883 INFO O| Sep 11 21:04:22.883 INFO STEP 938 (remove_files) COMPLETE
89772026-09-11T21:04:24.102Z[ recovery-image] Sep 11 21:04:22.883 INFO O| Sep 11 21:04:22.883 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-11T21:04:24.111Z[ recovery-image] Sep 11 21:04:22.892 INFO O| Sep 11 21:04:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
89792026-09-11T21:04:24.116Z[ recovery-image] Sep 11 21:04:22.893 INFO O| Sep 11 21:04:22.893 INFO STEP 939 (remove_files) COMPLETE
89802026-09-11T21:04:24.116Z[ recovery-image] Sep 11 21:04:22.893 INFO O| Sep 11 21:04:22.893 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-11T21:04:24.122Z[ recovery-image] Sep 11 21:04:22.903 INFO O| Sep 11 21:04:22.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
89822026-09-11T21:04:24.122Z[ recovery-image] Sep 11 21:04:22.903 INFO O| Sep 11 21:04:22.903 INFO STEP 940 (remove_files) COMPLETE
89832026-09-11T21:04:24.122Z[ recovery-image] Sep 11 21:04:22.903 INFO O| Sep 11 21:04:22.903 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-11T21:04:24.133Z[ recovery-image] Sep 11 21:04:22.913 INFO O| Sep 11 21:04:22.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
89852026-09-11T21:04:24.133Z[ recovery-image] Sep 11 21:04:22.913 INFO O| Sep 11 21:04:22.913 INFO STEP 941 (remove_files) COMPLETE
89862026-09-11T21:04:24.134Z[ recovery-image] Sep 11 21:04:22.914 INFO O| Sep 11 21:04:22.913 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-11T21:04:24.143Z[ recovery-image] Sep 11 21:04:22.924 INFO O| Sep 11 21:04:22.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
89882026-09-11T21:04:24.143Z[ recovery-image] Sep 11 21:04:22.924 INFO O| Sep 11 21:04:22.924 INFO STEP 942 (remove_files) COMPLETE
89892026-09-11T21:04:24.143Z[ recovery-image] Sep 11 21:04:22.924 INFO O| Sep 11 21:04:22.924 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-11T21:04:24.152Z[ recovery-image] Sep 11 21:04:22.933 INFO O| Sep 11 21:04:22.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
89912026-09-11T21:04:24.152Z[ recovery-image] Sep 11 21:04:22.933 INFO O| Sep 11 21:04:22.933 INFO STEP 943 (remove_files) COMPLETE
89922026-09-11T21:04:24.156Z[ recovery-image] Sep 11 21:04:22.933 INFO O| Sep 11 21:04:22.933 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89932026-09-11T21:04:24.163Z[ recovery-image] Sep 11 21:04:22.944 INFO O| Sep 11 21:04:22.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
89942026-09-11T21:04:24.163Z[ recovery-image] Sep 11 21:04:22.944 INFO O| Sep 11 21:04:22.944 INFO STEP 944 (remove_files) COMPLETE
89952026-09-11T21:04:24.167Z[ recovery-image] Sep 11 21:04:22.944 INFO O| Sep 11 21:04:22.944 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89962026-09-11T21:04:24.172Z[ recovery-image] Sep 11 21:04:22.953 INFO O| Sep 11 21:04:22.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
89972026-09-11T21:04:24.172Z[ recovery-image] Sep 11 21:04:22.953 INFO O| Sep 11 21:04:22.953 INFO STEP 945 (remove_files) COMPLETE
89982026-09-11T21:04:24.172Z[ recovery-image] Sep 11 21:04:22.953 INFO O| Sep 11 21:04:22.953 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89992026-09-11T21:04:24.180Z[ recovery-image] Sep 11 21:04:22.962 INFO O| Sep 11 21:04:22.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
90002026-09-11T21:04:24.181Z[ recovery-image] Sep 11 21:04:22.962 INFO O| Sep 11 21:04:22.962 INFO STEP 946 (remove_files) COMPLETE
90012026-09-11T21:04:24.181Z[ recovery-image] Sep 11 21:04:22.962 INFO O| Sep 11 21:04:22.962 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90022026-09-11T21:04:24.189Z[ recovery-image] Sep 11 21:04:22.970 INFO O| Sep 11 21:04:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
90032026-09-11T21:04:24.189Z[ recovery-image] Sep 11 21:04:22.970 INFO O| Sep 11 21:04:22.970 INFO STEP 947 (remove_files) COMPLETE
90042026-09-11T21:04:24.190Z[ recovery-image] Sep 11 21:04:22.970 INFO O| Sep 11 21:04:22.970 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90052026-09-11T21:04:24.198Z[ recovery-image] Sep 11 21:04:22.979 INFO O| Sep 11 21:04:22.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
90062026-09-11T21:04:24.198Z[ recovery-image] Sep 11 21:04:22.979 INFO O| Sep 11 21:04:22.979 INFO STEP 948 (remove_files) COMPLETE
90072026-09-11T21:04:24.202Z[ recovery-image] Sep 11 21:04:22.979 INFO O| Sep 11 21:04:22.979 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90082026-09-11T21:04:24.208Z[ recovery-image] Sep 11 21:04:22.988 INFO O| Sep 11 21:04:22.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
90092026-09-11T21:04:24.208Z[ recovery-image] Sep 11 21:04:22.988 INFO O| Sep 11 21:04:22.988 INFO STEP 949 (remove_files) COMPLETE
90102026-09-11T21:04:24.208Z[ recovery-image] Sep 11 21:04:22.988 INFO O| Sep 11 21:04:22.988 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90112026-09-11T21:04:24.217Z[ recovery-image] Sep 11 21:04:22.998 INFO O| Sep 11 21:04:22.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
90122026-09-11T21:04:24.217Z[ recovery-image] Sep 11 21:04:22.998 INFO O| Sep 11 21:04:22.998 INFO STEP 950 (remove_files) COMPLETE
90132026-09-11T21:04:24.217Z[ recovery-image] Sep 11 21:04:22.998 INFO O| Sep 11 21:04:22.998 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-11T21:04:24.227Z[ recovery-image] Sep 11 21:04:23.009 INFO O| Sep 11 21:04:23.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
90152026-09-11T21:04:24.227Z[ recovery-image] Sep 11 21:04:23.009 INFO O| Sep 11 21:04:23.009 INFO STEP 951 (remove_files) COMPLETE
90162026-09-11T21:04:24.228Z[ recovery-image] Sep 11 21:04:23.009 INFO O| Sep 11 21:04:23.009 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-11T21:04:24.239Z[ recovery-image] Sep 11 21:04:23.021 INFO O| Sep 11 21:04:23.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
90182026-09-11T21:04:24.240Z[ recovery-image] Sep 11 21:04:23.021 INFO O| Sep 11 21:04:23.021 INFO STEP 952 (remove_files) COMPLETE
90192026-09-11T21:04:24.240Z[ recovery-image] Sep 11 21:04:23.021 INFO O| Sep 11 21:04:23.021 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-11T21:04:24.251Z[ recovery-image] Sep 11 21:04:23.033 INFO O| Sep 11 21:04:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
90212026-09-11T21:04:24.251Z[ recovery-image] Sep 11 21:04:23.033 INFO O| Sep 11 21:04:23.033 INFO STEP 953 (remove_files) COMPLETE
90222026-09-11T21:04:24.252Z[ recovery-image] Sep 11 21:04:23.033 INFO O| Sep 11 21:04:23.033 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-11T21:04:24.263Z[ recovery-image] Sep 11 21:04:23.044 INFO O| Sep 11 21:04:23.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
90242026-09-11T21:04:24.263Z[ recovery-image] Sep 11 21:04:23.044 INFO O| Sep 11 21:04:23.044 INFO STEP 954 (remove_files) COMPLETE
90252026-09-11T21:04:24.267Z[ recovery-image] Sep 11 21:04:23.044 INFO O| Sep 11 21:04:23.044 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-11T21:04:24.276Z[ recovery-image] Sep 11 21:04:23.055 INFO O| Sep 11 21:04:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
90272026-09-11T21:04:24.276Z[ recovery-image] Sep 11 21:04:23.055 INFO O| Sep 11 21:04:23.055 INFO STEP 955 (remove_files) COMPLETE
90282026-09-11T21:04:24.276Z[ recovery-image] Sep 11 21:04:23.055 INFO O| Sep 11 21:04:23.055 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-11T21:04:24.285Z[ recovery-image] Sep 11 21:04:23.066 INFO O| Sep 11 21:04:23.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
90302026-09-11T21:04:24.285Z[ recovery-image] Sep 11 21:04:23.066 INFO O| Sep 11 21:04:23.066 INFO STEP 956 (remove_files) COMPLETE
90312026-09-11T21:04:24.289Z[ recovery-image] Sep 11 21:04:23.066 INFO O| Sep 11 21:04:23.066 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-11T21:04:24.298Z[ recovery-image] Sep 11 21:04:23.079 INFO O| Sep 11 21:04:23.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
90332026-09-11T21:04:24.298Z[ recovery-image] Sep 11 21:04:23.079 INFO O| Sep 11 21:04:23.079 INFO STEP 957 (remove_files) COMPLETE
90342026-09-11T21:04:24.298Z[ recovery-image] Sep 11 21:04:23.079 INFO O| Sep 11 21:04:23.079 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-11T21:04:24.310Z[ recovery-image] Sep 11 21:04:23.090 INFO O| Sep 11 21:04:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
90362026-09-11T21:04:24.311Z[ recovery-image] Sep 11 21:04:23.090 INFO O| Sep 11 21:04:23.090 INFO STEP 958 (remove_files) COMPLETE
90372026-09-11T21:04:24.313Z[ recovery-image] Sep 11 21:04:23.090 INFO O| Sep 11 21:04:23.090 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-11T21:04:24.321Z[ recovery-image] Sep 11 21:04:23.102 INFO O| Sep 11 21:04:23.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
90392026-09-11T21:04:24.321Z[ recovery-image] Sep 11 21:04:23.102 INFO O| Sep 11 21:04:23.102 INFO STEP 959 (remove_files) COMPLETE
90402026-09-11T21:04:24.321Z[ recovery-image] Sep 11 21:04:23.102 INFO O| Sep 11 21:04:23.102 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-11T21:04:24.332Z[ recovery-image] Sep 11 21:04:23.114 INFO O| Sep 11 21:04:23.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
90422026-09-11T21:04:24.333Z[ recovery-image] Sep 11 21:04:23.114 INFO O| Sep 11 21:04:23.114 INFO STEP 960 (remove_files) COMPLETE
90432026-09-11T21:04:24.333Z[ recovery-image] Sep 11 21:04:23.114 INFO O| Sep 11 21:04:23.114 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-11T21:04:24.344Z[ recovery-image] Sep 11 21:04:23.126 INFO O| Sep 11 21:04:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
90452026-09-11T21:04:24.344Z[ recovery-image] Sep 11 21:04:23.126 INFO O| Sep 11 21:04:23.126 INFO STEP 961 (remove_files) COMPLETE
90462026-09-11T21:04:24.344Z[ recovery-image] Sep 11 21:04:23.126 INFO O| Sep 11 21:04:23.126 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-11T21:04:24.358Z[ recovery-image] Sep 11 21:04:23.137 INFO O| Sep 11 21:04:23.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
90482026-09-11T21:04:24.358Z[ recovery-image] Sep 11 21:04:23.137 INFO O| Sep 11 21:04:23.137 INFO STEP 962 (remove_files) COMPLETE
90492026-09-11T21:04:24.386Z[ recovery-image] Sep 11 21:04:23.137 INFO O| Sep 11 21:04:23.137 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-11T21:04:24.416Z[ recovery-image] Sep 11 21:04:23.148 INFO O| Sep 11 21:04:23.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
90512026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.148 INFO O| Sep 11 21:04:23.148 INFO STEP 963 (remove_files) COMPLETE
90522026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.148 INFO O| Sep 11 21:04:23.148 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.160 INFO O| Sep 11 21:04:23.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
90542026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.160 INFO O| Sep 11 21:04:23.160 INFO STEP 964 (remove_files) COMPLETE
90552026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.160 INFO O| Sep 11 21:04:23.160 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.173 INFO O| Sep 11 21:04:23.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
90572026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.173 INFO O| Sep 11 21:04:23.173 INFO STEP 965 (remove_files) COMPLETE
90582026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.173 INFO O| Sep 11 21:04:23.173 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-11T21:04:24.417Z[ recovery-image] Sep 11 21:04:23.184 INFO O| Sep 11 21:04:23.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
90602026-09-11T21:04:24.418Z[ recovery-image] Sep 11 21:04:23.184 INFO O| Sep 11 21:04:23.184 INFO STEP 966 (remove_files) COMPLETE
90612026-09-11T21:04:24.418Z[ recovery-image] Sep 11 21:04:23.184 INFO O| Sep 11 21:04:23.184 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-11T21:04:24.418Z[ recovery-image] Sep 11 21:04:23.194 INFO O| Sep 11 21:04:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
90632026-09-11T21:04:24.418Z[ recovery-image] Sep 11 21:04:23.194 INFO O| Sep 11 21:04:23.194 INFO STEP 967 (remove_files) COMPLETE
90642026-09-11T21:04:24.419Z[ recovery-image] Sep 11 21:04:23.194 INFO O| Sep 11 21:04:23.194 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-11T21:04:24.426Z[ recovery-image] Sep 11 21:04:23.206 INFO O| Sep 11 21:04:23.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
90662026-09-11T21:04:24.426Z[ recovery-image] Sep 11 21:04:23.206 INFO O| Sep 11 21:04:23.206 INFO STEP 968 (remove_files) COMPLETE
90672026-09-11T21:04:24.426Z[ recovery-image] Sep 11 21:04:23.206 INFO O| Sep 11 21:04:23.206 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-11T21:04:24.435Z[ recovery-image] Sep 11 21:04:23.216 INFO O| Sep 11 21:04:23.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
90692026-09-11T21:04:24.435Z[ recovery-image] Sep 11 21:04:23.216 INFO O| Sep 11 21:04:23.216 INFO STEP 969 (remove_files) COMPLETE
90702026-09-11T21:04:24.435Z[ recovery-image] Sep 11 21:04:23.216 INFO O| Sep 11 21:04:23.216 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-11T21:04:24.445Z[ recovery-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
90722026-09-11T21:04:24.445Z[ recovery-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO STEP 970 (remove_files) COMPLETE
90732026-09-11T21:04:24.445Z[ host-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO STEP 71 (pack_tar) COMPLETE
90742026-09-11T21:04:24.445Z[ host-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90752026-09-11T21:04:24.445Z[ recovery-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-11T21:04:24.463Z[ host-image] Sep 11 21:04:23.226 INFO O| Sep 11 21:04:23.226 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
90772026-09-11T21:04:24.463Z[ recovery-image] Sep 11 21:04:23.239 INFO O| Sep 11 21:04:23.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
90782026-09-11T21:04:24.464Z[ recovery-image] Sep 11 21:04:23.239 INFO O| Sep 11 21:04:23.239 INFO STEP 971 (remove_files) COMPLETE
90792026-09-11T21:04:24.464Z[ recovery-image] Sep 11 21:04:23.239 INFO O| Sep 11 21:04:23.239 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-11T21:04:24.469Z[ recovery-image] Sep 11 21:04:23.251 INFO O| Sep 11 21:04:23.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
90812026-09-11T21:04:24.469Z[ recovery-image] Sep 11 21:04:23.251 INFO O| Sep 11 21:04:23.251 INFO STEP 972 (remove_files) COMPLETE
90822026-09-11T21:04:24.473Z[ recovery-image] Sep 11 21:04:23.251 INFO O| Sep 11 21:04:23.251 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-11T21:04:24.482Z[ recovery-image] Sep 11 21:04:23.261 INFO O| Sep 11 21:04:23.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
90842026-09-11T21:04:24.483Z[ recovery-image] Sep 11 21:04:23.261 INFO O| Sep 11 21:04:23.261 INFO STEP 973 (remove_files) COMPLETE
90852026-09-11T21:04:24.483Z[ recovery-image] Sep 11 21:04:23.261 INFO O| Sep 11 21:04:23.261 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-11T21:04:24.492Z[ recovery-image] Sep 11 21:04:23.273 INFO O| Sep 11 21:04:23.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
90872026-09-11T21:04:24.492Z[ recovery-image] Sep 11 21:04:23.273 INFO O| Sep 11 21:04:23.273 INFO STEP 974 (remove_files) COMPLETE
90882026-09-11T21:04:24.492Z[ recovery-image] Sep 11 21:04:23.273 INFO O| Sep 11 21:04:23.273 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-11T21:04:24.504Z[ recovery-image] Sep 11 21:04:23.285 INFO O| Sep 11 21:04:23.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
90902026-09-11T21:04:24.504Z[ recovery-image] Sep 11 21:04:23.285 INFO O| Sep 11 21:04:23.285 INFO STEP 975 (remove_files) COMPLETE
90912026-09-11T21:04:24.505Z[ recovery-image] Sep 11 21:04:23.285 INFO O| Sep 11 21:04:23.285 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-11T21:04:24.515Z[ recovery-image] Sep 11 21:04:23.296 INFO O| Sep 11 21:04:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
90932026-09-11T21:04:24.515Z[ recovery-image] Sep 11 21:04:23.296 INFO O| Sep 11 21:04:23.296 INFO STEP 976 (remove_files) COMPLETE
90942026-09-11T21:04:24.520Z[ recovery-image] Sep 11 21:04:23.296 INFO O| Sep 11 21:04:23.296 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-11T21:04:24.526Z[ recovery-image] Sep 11 21:04:23.308 INFO O| Sep 11 21:04:23.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
90962026-09-11T21:04:24.526Z[ recovery-image] Sep 11 21:04:23.308 INFO O| Sep 11 21:04:23.308 INFO STEP 977 (remove_files) COMPLETE
90972026-09-11T21:04:24.530Z[ recovery-image] Sep 11 21:04:23.308 INFO O| Sep 11 21:04:23.308 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-11T21:04:24.540Z[ recovery-image] Sep 11 21:04:23.322 INFO O| Sep 11 21:04:23.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
90992026-09-11T21:04:24.543Z[ recovery-image] Sep 11 21:04:23.322 INFO O| Sep 11 21:04:23.322 INFO STEP 978 (remove_files) COMPLETE
91002026-09-11T21:04:24.543Z[ recovery-image] Sep 11 21:04:23.322 INFO O| Sep 11 21:04:23.322 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-11T21:04:24.550Z[ recovery-image] Sep 11 21:04:23.332 INFO O| Sep 11 21:04:23.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
91022026-09-11T21:04:24.556Z[ recovery-image] Sep 11 21:04:23.332 INFO O| Sep 11 21:04:23.332 INFO STEP 979 (remove_files) COMPLETE
91032026-09-11T21:04:24.556Z[ recovery-image] Sep 11 21:04:23.332 INFO O| Sep 11 21:04:23.332 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-11T21:04:24.561Z[ recovery-image] Sep 11 21:04:23.342 INFO O| Sep 11 21:04:23.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
91052026-09-11T21:04:24.561Z[ recovery-image] Sep 11 21:04:23.342 INFO O| Sep 11 21:04:23.342 INFO STEP 980 (remove_files) COMPLETE
91062026-09-11T21:04:24.561Z[ recovery-image] Sep 11 21:04:23.342 INFO O| Sep 11 21:04:23.342 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-11T21:04:24.571Z[ recovery-image] Sep 11 21:04:23.352 INFO O| Sep 11 21:04:23.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
91082026-09-11T21:04:24.571Z[ recovery-image] Sep 11 21:04:23.352 INFO O| Sep 11 21:04:23.352 INFO STEP 981 (remove_files) COMPLETE
91092026-09-11T21:04:24.576Z[ recovery-image] Sep 11 21:04:23.352 INFO O| Sep 11 21:04:23.352 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-11T21:04:24.584Z[ recovery-image] Sep 11 21:04:23.364 INFO O| Sep 11 21:04:23.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
91112026-09-11T21:04:24.584Z[ recovery-image] Sep 11 21:04:23.364 INFO O| Sep 11 21:04:23.364 INFO STEP 982 (remove_files) COMPLETE
91122026-09-11T21:04:24.589Z[ recovery-image] Sep 11 21:04:23.364 INFO O| Sep 11 21:04:23.364 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-11T21:04:24.596Z[ recovery-image] Sep 11 21:04:23.377 INFO O| Sep 11 21:04:23.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
91142026-09-11T21:04:24.596Z[ recovery-image] Sep 11 21:04:23.377 INFO O| Sep 11 21:04:23.377 INFO STEP 983 (remove_files) COMPLETE
91152026-09-11T21:04:24.600Z[ recovery-image] Sep 11 21:04:23.377 INFO O| Sep 11 21:04:23.377 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-11T21:04:24.607Z[ recovery-image] Sep 11 21:04:23.388 INFO O| Sep 11 21:04:23.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
91172026-09-11T21:04:24.608Z[ recovery-image] Sep 11 21:04:23.389 INFO O| Sep 11 21:04:23.389 INFO STEP 984 (remove_files) COMPLETE
91182026-09-11T21:04:24.608Z[ recovery-image] Sep 11 21:04:23.389 INFO O| Sep 11 21:04:23.389 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-11T21:04:24.620Z[ recovery-image] Sep 11 21:04:23.400 INFO O| Sep 11 21:04:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
91202026-09-11T21:04:24.620Z[ recovery-image] Sep 11 21:04:23.400 INFO O| Sep 11 21:04:23.400 INFO STEP 985 (remove_files) COMPLETE
91212026-09-11T21:04:24.620Z[ recovery-image] Sep 11 21:04:23.400 INFO O| Sep 11 21:04:23.400 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-11T21:04:24.631Z[ recovery-image] Sep 11 21:04:23.412 INFO O| Sep 11 21:04:23.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
91232026-09-11T21:04:24.631Z[ recovery-image] Sep 11 21:04:23.412 INFO O| Sep 11 21:04:23.412 INFO STEP 986 (remove_files) COMPLETE
91242026-09-11T21:04:24.631Z[ recovery-image] Sep 11 21:04:23.412 INFO O| Sep 11 21:04:23.412 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-11T21:04:24.637Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
91262026-09-11T21:04:24.644Z[ recovery-image] Sep 11 21:04:23.425 INFO O| Sep 11 21:04:23.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
91272026-09-11T21:04:24.646Z[ recovery-image] Sep 11 21:04:23.425 INFO O| Sep 11 21:04:23.425 INFO STEP 987 (remove_files) COMPLETE
91282026-09-11T21:04:24.651Z[ recovery-image] Sep 11 21:04:23.425 INFO O| Sep 11 21:04:23.425 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91292026-09-11T21:04:24.657Z[ recovery-image] Sep 11 21:04:23.437 INFO O| Sep 11 21:04:23.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
91302026-09-11T21:04:24.657Z[ recovery-image] Sep 11 21:04:23.437 INFO O| Sep 11 21:04:23.437 INFO STEP 988 (remove_files) COMPLETE
91312026-09-11T21:04:24.657Z[ recovery-image] Sep 11 21:04:23.437 INFO O| Sep 11 21:04:23.437 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91322026-09-11T21:04:24.670Z[ recovery-image] Sep 11 21:04:23.450 INFO O| Sep 11 21:04:23.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
91332026-09-11T21:04:24.670Z[ recovery-image] Sep 11 21:04:23.450 INFO O| Sep 11 21:04:23.450 INFO STEP 989 (remove_files) COMPLETE
91342026-09-11T21:04:24.670Z[ recovery-image] Sep 11 21:04:23.450 INFO O| Sep 11 21:04:23.450 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91352026-09-11T21:04:24.683Z[ recovery-image] Sep 11 21:04:23.463 INFO O| Sep 11 21:04:23.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
91362026-09-11T21:04:24.683Z[ recovery-image] Sep 11 21:04:23.464 INFO O| Sep 11 21:04:23.464 INFO STEP 990 (remove_files) COMPLETE
91372026-09-11T21:04:24.688Z[ recovery-image] Sep 11 21:04:23.464 INFO O| Sep 11 21:04:23.464 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91382026-09-11T21:04:24.694Z[ recovery-image] Sep 11 21:04:23.475 INFO O| Sep 11 21:04:23.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
91392026-09-11T21:04:24.694Z[ recovery-image] Sep 11 21:04:23.475 INFO O| Sep 11 21:04:23.475 INFO STEP 991 (remove_files) COMPLETE
91402026-09-11T21:04:24.694Z[ recovery-image] Sep 11 21:04:23.475 INFO O| Sep 11 21:04:23.475 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91412026-09-11T21:04:24.707Z[ recovery-image] Sep 11 21:04:23.488 INFO O| Sep 11 21:04:23.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
91422026-09-11T21:04:24.707Z[ recovery-image] Sep 11 21:04:23.488 INFO O| Sep 11 21:04:23.488 INFO STEP 992 (remove_files) COMPLETE
91432026-09-11T21:04:24.713Z[ recovery-image] Sep 11 21:04:23.488 INFO O| Sep 11 21:04:23.488 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91442026-09-11T21:04:24.717Z[ recovery-image] Sep 11 21:04:23.498 INFO O| Sep 11 21:04:23.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
91452026-09-11T21:04:24.717Z[ recovery-image] Sep 11 21:04:23.498 INFO O| Sep 11 21:04:23.498 INFO STEP 993 (remove_files) COMPLETE
91462026-09-11T21:04:24.717Z[ recovery-image] Sep 11 21:04:23.498 INFO O| Sep 11 21:04:23.498 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91472026-09-11T21:04:24.729Z[ recovery-image] Sep 11 21:04:23.510 INFO O| Sep 11 21:04:23.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
91482026-09-11T21:04:24.729Z[ recovery-image] Sep 11 21:04:23.510 INFO O| Sep 11 21:04:23.510 INFO STEP 994 (remove_files) COMPLETE
91492026-09-11T21:04:24.729Z[ recovery-image] Sep 11 21:04:23.510 INFO O| Sep 11 21:04:23.510 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91502026-09-11T21:04:24.740Z[ recovery-image] Sep 11 21:04:23.521 INFO O| Sep 11 21:04:23.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
91512026-09-11T21:04:24.746Z[ recovery-image] Sep 11 21:04:23.522 INFO O| Sep 11 21:04:23.522 INFO STEP 995 (remove_files) COMPLETE
91522026-09-11T21:04:24.746Z[ recovery-image] Sep 11 21:04:23.522 INFO O| Sep 11 21:04:23.522 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91532026-09-11T21:04:24.752Z[ recovery-image] Sep 11 21:04:23.533 INFO O| Sep 11 21:04:23.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
91542026-09-11T21:04:24.753Z[ recovery-image] Sep 11 21:04:23.533 INFO O| Sep 11 21:04:23.533 INFO STEP 996 (remove_files) COMPLETE
91552026-09-11T21:04:24.753Z[ recovery-image] Sep 11 21:04:23.533 INFO O| Sep 11 21:04:23.533 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91562026-09-11T21:04:24.762Z[ recovery-image] Sep 11 21:04:23.544 INFO O| Sep 11 21:04:23.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
91572026-09-11T21:04:24.763Z[ recovery-image] Sep 11 21:04:23.544 INFO O| Sep 11 21:04:23.544 INFO STEP 997 (remove_files) COMPLETE
91582026-09-11T21:04:24.763Z[ recovery-image] Sep 11 21:04:23.544 INFO O| Sep 11 21:04:23.544 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91592026-09-11T21:04:24.774Z[ recovery-image] Sep 11 21:04:23.554 INFO O| Sep 11 21:04:23.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
91602026-09-11T21:04:24.774Z[ recovery-image] Sep 11 21:04:23.554 INFO O| Sep 11 21:04:23.554 INFO STEP 998 (remove_files) COMPLETE
91612026-09-11T21:04:24.778Z[ recovery-image] Sep 11 21:04:23.554 INFO O| Sep 11 21:04:23.554 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91622026-09-11T21:04:24.778Z[ host-image] Sep 11 21:04:23.554 INFO O| Sep 11 21:04:23.554 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91632026-09-11T21:04:24.783Z[ recovery-image] Sep 11 21:04:23.565 INFO O| Sep 11 21:04:23.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
91642026-09-11T21:04:24.784Z[ recovery-image] Sep 11 21:04:23.565 INFO O| Sep 11 21:04:23.565 INFO STEP 999 (remove_files) COMPLETE
91652026-09-11T21:04:24.785Z[ recovery-image] Sep 11 21:04:23.565 INFO O| Sep 11 21:04:23.565 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91662026-09-11T21:04:24.798Z[ recovery-image] Sep 11 21:04:23.579 INFO O| Sep 11 21:04:23.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
91672026-09-11T21:04:24.798Z[ recovery-image] Sep 11 21:04:23.579 INFO O| Sep 11 21:04:23.579 INFO STEP 1000 (remove_files) COMPLETE
91682026-09-11T21:04:24.799Z[ recovery-image] Sep 11 21:04:23.580 INFO O| Sep 11 21:04:23.579 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91692026-09-11T21:04:24.811Z[ recovery-image] Sep 11 21:04:23.592 INFO O| Sep 11 21:04:23.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
91702026-09-11T21:04:24.811Z[ recovery-image] Sep 11 21:04:23.592 INFO O| Sep 11 21:04:23.592 INFO STEP 1001 (remove_files) COMPLETE
91712026-09-11T21:04:24.811Z[ recovery-image] Sep 11 21:04:23.592 INFO O| Sep 11 21:04:23.592 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91722026-09-11T21:04:24.823Z[ recovery-image] Sep 11 21:04:23.604 INFO O| Sep 11 21:04:23.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
91732026-09-11T21:04:24.823Z[ recovery-image] Sep 11 21:04:23.604 INFO O| Sep 11 21:04:23.604 INFO STEP 1002 (remove_files) COMPLETE
91742026-09-11T21:04:24.828Z[ recovery-image] Sep 11 21:04:23.604 INFO O| Sep 11 21:04:23.604 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91752026-09-11T21:04:24.834Z[ recovery-image] Sep 11 21:04:23.615 INFO O| Sep 11 21:04:23.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
91762026-09-11T21:04:24.834Z[ recovery-image] Sep 11 21:04:23.615 INFO O| Sep 11 21:04:23.615 INFO STEP 1003 (remove_files) COMPLETE
91772026-09-11T21:04:24.838Z[ recovery-image] Sep 11 21:04:23.615 INFO O| Sep 11 21:04:23.615 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91782026-09-11T21:04:24.845Z[ recovery-image] Sep 11 21:04:23.626 INFO O| Sep 11 21:04:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
91792026-09-11T21:04:24.845Z[ recovery-image] Sep 11 21:04:23.626 INFO O| Sep 11 21:04:23.626 INFO STEP 1004 (remove_files) COMPLETE
91802026-09-11T21:04:24.845Z[ recovery-image] Sep 11 21:04:23.626 INFO O| Sep 11 21:04:23.626 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91812026-09-11T21:04:24.856Z[ recovery-image] Sep 11 21:04:23.637 INFO O| Sep 11 21:04:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
91822026-09-11T21:04:24.856Z[ recovery-image] Sep 11 21:04:23.637 INFO O| Sep 11 21:04:23.637 INFO STEP 1005 (remove_files) COMPLETE
91832026-09-11T21:04:24.856Z[ recovery-image] Sep 11 21:04:23.637 INFO O| Sep 11 21:04:23.637 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91842026-09-11T21:04:24.860Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
91852026-09-11T21:04:24.868Z[ recovery-image] Sep 11 21:04:23.649 INFO O| Sep 11 21:04:23.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
91862026-09-11T21:04:24.868Z[ recovery-image] Sep 11 21:04:23.649 INFO O| Sep 11 21:04:23.649 INFO STEP 1006 (remove_files) COMPLETE
91872026-09-11T21:04:24.874Z[ recovery-image] Sep 11 21:04:23.649 INFO O| Sep 11 21:04:23.649 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-11T21:04:24.879Z[ recovery-image] Sep 11 21:04:23.660 INFO O| Sep 11 21:04:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
91892026-09-11T21:04:24.879Z[ recovery-image] Sep 11 21:04:23.660 INFO O| Sep 11 21:04:23.660 INFO STEP 1007 (remove_files) COMPLETE
91902026-09-11T21:04:24.883Z[ recovery-image] Sep 11 21:04:23.660 INFO O| Sep 11 21:04:23.660 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-11T21:04:24.890Z[ recovery-image] Sep 11 21:04:23.672 INFO O| Sep 11 21:04:23.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
91922026-09-11T21:04:24.890Z[ recovery-image] Sep 11 21:04:23.672 INFO O| Sep 11 21:04:23.672 INFO STEP 1008 (remove_files) COMPLETE
91932026-09-11T21:04:24.891Z[ recovery-image] Sep 11 21:04:23.672 INFO O| Sep 11 21:04:23.672 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-11T21:04:24.894Z[ host-image] Sep 11 21:04:23.675 INFO O| Sep 11 21:04:23.675 INFO completed processing sled/ramdisk-02-trim
91952026-09-11T21:04:24.899Z[ host-image] Sep 11 21:04:23.678 INFO image builder template: zfs...
91962026-09-11T21:04:24.899Z[ host-image] Sep 11 21:04:23.679 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/.tmpAiB8Pk/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
91972026-09-11T21:04:24.904Z[ recovery-image] Sep 11 21:04:23.683 INFO O| Sep 11 21:04:23.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
91982026-09-11T21:04:24.904Z[ recovery-image] Sep 11 21:04:23.683 INFO O| Sep 11 21:04:23.683 INFO STEP 1009 (remove_files) COMPLETE
91992026-09-11T21:04:24.904Z[ recovery-image] Sep 11 21:04:23.683 INFO O| Sep 11 21:04:23.683 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-11T21:04:24.910Z[ host-image] Sep 11 21:04:23.691 INFO O| Sep 11 21:04:23.691 INFO skip include "stress" because feature "stress" is not enabled
92012026-09-11T21:04:24.910Z[ host-image] Sep 11 21:04:23.691 INFO O| Sep 11 21:04:23.691 INFO skip include "stress" because feature "compliance" is not enabled
92022026-09-11T21:04:24.914Z[ recovery-image] Sep 11 21:04:23.692 INFO O| Sep 11 21:04:23.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
92032026-09-11T21:04:24.914Z[ recovery-image] Sep 11 21:04:23.692 INFO O| Sep 11 21:04:23.692 INFO STEP 1010 (remove_files) COMPLETE
92042026-09-11T21:04:24.914Z[ recovery-image] Sep 11 21:04:23.692 INFO O| Sep 11 21:04:23.692 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92052026-09-11T21:04:24.922Z[ recovery-image] Sep 11 21:04:23.701 INFO O| Sep 11 21:04:23.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
92062026-09-11T21:04:24.922Z[ recovery-image] Sep 11 21:04:23.701 INFO O| Sep 11 21:04:23.701 INFO STEP 1011 (remove_files) COMPLETE
92072026-09-11T21:04:24.922Z[ recovery-image] Sep 11 21:04:23.701 INFO O| Sep 11 21:04:23.701 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92082026-09-11T21:04:24.929Z[ recovery-image] Sep 11 21:04:23.710 INFO O| Sep 11 21:04:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
92092026-09-11T21:04:24.929Z[ recovery-image] Sep 11 21:04:23.710 INFO O| Sep 11 21:04:23.710 INFO STEP 1012 (remove_files) COMPLETE
92102026-09-11T21:04:24.929Z[ recovery-image] Sep 11 21:04:23.710 INFO O| Sep 11 21:04:23.710 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92112026-09-11T21:04:24.941Z[ recovery-image] Sep 11 21:04:23.719 INFO O| Sep 11 21:04:23.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
92122026-09-11T21:04:24.941Z[ recovery-image] Sep 11 21:04:23.719 INFO O| Sep 11 21:04:23.719 INFO STEP 1013 (remove_files) COMPLETE
92132026-09-11T21:04:24.941Z[ recovery-image] Sep 11 21:04:23.719 INFO O| Sep 11 21:04:23.719 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92142026-09-11T21:04:24.942Z[ host-image] Sep 11 21:04:23.722 INFO O| Sep 11 21:04:23.722 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92152026-09-11T21:04:24.946Z[ host-image] Sep 11 21:04:23.725 INFO O| Sep 11 21:04:23.725 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92162026-09-11T21:04:24.951Z[ recovery-image] Sep 11 21:04:23.727 INFO O| Sep 11 21:04:23.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
92172026-09-11T21:04:24.951Z[ recovery-image] Sep 11 21:04:23.727 INFO O| Sep 11 21:04:23.727 INFO STEP 1014 (remove_files) COMPLETE
92182026-09-11T21:04:24.951Z[ recovery-image] Sep 11 21:04:23.727 INFO O| Sep 11 21:04:23.727 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92192026-09-11T21:04:24.956Z[ recovery-image] Sep 11 21:04:23.737 INFO O| Sep 11 21:04:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
92202026-09-11T21:04:24.956Z[ recovery-image] Sep 11 21:04:23.737 INFO O| Sep 11 21:04:23.737 INFO STEP 1015 (remove_files) COMPLETE
92212026-09-11T21:04:24.960Z[ recovery-image] Sep 11 21:04:23.737 INFO O| Sep 11 21:04:23.737 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92222026-09-11T21:04:24.967Z[ recovery-image] Sep 11 21:04:23.748 INFO O| Sep 11 21:04:23.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
92232026-09-11T21:04:24.967Z[ recovery-image] Sep 11 21:04:23.748 INFO O| Sep 11 21:04:23.748 INFO STEP 1016 (remove_files) COMPLETE
92242026-09-11T21:04:24.971Z[ recovery-image] Sep 11 21:04:23.748 INFO O| Sep 11 21:04:23.748 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92252026-09-11T21:04:24.979Z[ recovery-image] Sep 11 21:04:23.759 INFO O| Sep 11 21:04:23.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
92262026-09-11T21:04:24.979Z[ recovery-image] Sep 11 21:04:23.759 INFO O| Sep 11 21:04:23.759 INFO STEP 1017 (remove_files) COMPLETE
92272026-09-11T21:04:24.979Z[ recovery-image] Sep 11 21:04:23.759 INFO O| Sep 11 21:04:23.759 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92282026-09-11T21:04:24.988Z[ recovery-image] Sep 11 21:04:23.770 INFO O| Sep 11 21:04:23.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
92292026-09-11T21:04:24.989Z[ recovery-image] Sep 11 21:04:23.770 INFO O| Sep 11 21:04:23.770 INFO STEP 1018 (remove_files) COMPLETE
92302026-09-11T21:04:24.992Z[ recovery-image] Sep 11 21:04:23.770 INFO O| Sep 11 21:04:23.770 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92312026-09-11T21:04:24.998Z[ recovery-image] Sep 11 21:04:23.779 INFO O| Sep 11 21:04:23.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
92322026-09-11T21:04:24.998Z[ recovery-image] Sep 11 21:04:23.779 INFO O| Sep 11 21:04:23.779 INFO STEP 1019 (remove_files) COMPLETE
92332026-09-11T21:04:25.003Z[ recovery-image] Sep 11 21:04:23.779 INFO O| Sep 11 21:04:23.779 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92342026-09-11T21:04:25.007Z[ recovery-image] Sep 11 21:04:23.788 INFO O| Sep 11 21:04:23.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
92352026-09-11T21:04:25.007Z[ recovery-image] Sep 11 21:04:23.788 INFO O| Sep 11 21:04:23.788 INFO STEP 1020 (remove_files) COMPLETE
92362026-09-11T21:04:25.008Z[ recovery-image] Sep 11 21:04:23.788 INFO O| Sep 11 21:04:23.788 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92372026-09-11T21:04:25.019Z[ recovery-image] Sep 11 21:04:23.800 INFO O| Sep 11 21:04:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
92382026-09-11T21:04:25.019Z[ recovery-image] Sep 11 21:04:23.800 INFO O| Sep 11 21:04:23.800 INFO STEP 1021 (remove_files) COMPLETE
92392026-09-11T21:04:25.019Z[ recovery-image] Sep 11 21:04:23.800 INFO O| Sep 11 21:04:23.800 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92402026-09-11T21:04:25.027Z[ recovery-image] Sep 11 21:04:23.808 INFO O| Sep 11 21:04:23.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
92412026-09-11T21:04:25.028Z[ recovery-image] Sep 11 21:04:23.808 INFO O| Sep 11 21:04:23.808 INFO STEP 1022 (remove_files) COMPLETE
92422026-09-11T21:04:25.035Z[ recovery-image] Sep 11 21:04:23.808 INFO O| Sep 11 21:04:23.808 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92432026-09-11T21:04:25.039Z[ recovery-image] Sep 11 21:04:23.817 INFO O| Sep 11 21:04:23.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
92442026-09-11T21:04:25.039Z[ recovery-image] Sep 11 21:04:23.817 INFO O| Sep 11 21:04:23.817 INFO STEP 1023 (remove_files) COMPLETE
92452026-09-11T21:04:25.039Z[ recovery-image] Sep 11 21:04:23.817 INFO O| Sep 11 21:04:23.817 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92462026-09-11T21:04:25.045Z[ recovery-image] Sep 11 21:04:23.826 INFO O| Sep 11 21:04:23.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
92472026-09-11T21:04:25.045Z[ recovery-image] Sep 11 21:04:23.826 INFO O| Sep 11 21:04:23.826 INFO STEP 1024 (remove_files) COMPLETE
92482026-09-11T21:04:25.050Z[ recovery-image] Sep 11 21:04:23.826 INFO O| Sep 11 21:04:23.826 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92492026-09-11T21:04:25.054Z[ recovery-image] Sep 11 21:04:23.835 INFO O| Sep 11 21:04:23.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
92502026-09-11T21:04:25.054Z[ recovery-image] Sep 11 21:04:23.835 INFO O| Sep 11 21:04:23.835 INFO STEP 1025 (remove_files) COMPLETE
92512026-09-11T21:04:25.054Z[ recovery-image] Sep 11 21:04:23.835 INFO O| Sep 11 21:04:23.835 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92522026-09-11T21:04:25.060Z[ host-image] Sep 11 21:04:23.836 INFO O| Sep 11 21:04:23.836 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92532026-09-11T21:04:25.064Z[ recovery-image] Sep 11 21:04:23.844 INFO O| Sep 11 21:04:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
92542026-09-11T21:04:25.064Z[ recovery-image] Sep 11 21:04:23.844 INFO O| Sep 11 21:04:23.844 INFO STEP 1026 (remove_files) COMPLETE
92552026-09-11T21:04:25.064Z[ recovery-image] Sep 11 21:04:23.844 INFO O| Sep 11 21:04:23.844 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92562026-09-11T21:04:25.072Z[ recovery-image] Sep 11 21:04:23.853 INFO O| Sep 11 21:04:23.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
92572026-09-11T21:04:25.072Z[ recovery-image] Sep 11 21:04:23.853 INFO O| Sep 11 21:04:23.853 INFO STEP 1027 (remove_files) COMPLETE
92582026-09-11T21:04:25.072Z[ recovery-image] Sep 11 21:04:23.853 INFO O| Sep 11 21:04:23.853 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92592026-09-11T21:04:25.082Z[ recovery-image] Sep 11 21:04:23.863 INFO O| Sep 11 21:04:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
92602026-09-11T21:04:25.082Z[ recovery-image] Sep 11 21:04:23.863 INFO O| Sep 11 21:04:23.863 INFO STEP 1028 (remove_files) COMPLETE
92612026-09-11T21:04:25.083Z[ recovery-image] Sep 11 21:04:23.863 INFO O| Sep 11 21:04:23.863 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92622026-09-11T21:04:25.092Z[ recovery-image] Sep 11 21:04:23.872 INFO O| Sep 11 21:04:23.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
92632026-09-11T21:04:25.092Z[ recovery-image] Sep 11 21:04:23.872 INFO O| Sep 11 21:04:23.872 INFO STEP 1029 (remove_files) COMPLETE
92642026-09-11T21:04:25.092Z[ recovery-image] Sep 11 21:04:23.872 INFO O| Sep 11 21:04:23.872 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92652026-09-11T21:04:25.100Z[ recovery-image] Sep 11 21:04:23.881 INFO O| Sep 11 21:04:23.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
92662026-09-11T21:04:25.100Z[ recovery-image] Sep 11 21:04:23.881 INFO O| Sep 11 21:04:23.881 INFO STEP 1030 (remove_files) COMPLETE
92672026-09-11T21:04:25.104Z[ recovery-image] Sep 11 21:04:23.881 INFO O| Sep 11 21:04:23.881 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92682026-09-11T21:04:25.111Z[ recovery-image] Sep 11 21:04:23.891 INFO O| Sep 11 21:04:23.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
92692026-09-11T21:04:25.112Z[ recovery-image] Sep 11 21:04:23.891 INFO O| Sep 11 21:04:23.891 INFO STEP 1031 (remove_files) COMPLETE
92702026-09-11T21:04:25.112Z[ recovery-image] Sep 11 21:04:23.891 INFO O| Sep 11 21:04:23.891 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92712026-09-11T21:04:25.120Z[ recovery-image] Sep 11 21:04:23.901 INFO O| Sep 11 21:04:23.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
92722026-09-11T21:04:25.120Z[ recovery-image] Sep 11 21:04:23.901 INFO O| Sep 11 21:04:23.901 INFO STEP 1032 (remove_files) COMPLETE
92732026-09-11T21:04:25.120Z[ recovery-image] Sep 11 21:04:23.901 INFO O| Sep 11 21:04:23.901 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92742026-09-11T21:04:25.128Z[ host-image] Sep 11 21:04:23.910 INFO O| Sep 11 21:04:23.910 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92752026-09-11T21:04:25.129Z[ host-image] Sep 11 21:04:23.910 INFO O| Sep 11 21:04:23.910 INFO work dataset: rpool/images/build/host/work/sled/zfs
92762026-09-11T21:04:25.133Z[ recovery-image] Sep 11 21:04:23.910 INFO O| Sep 11 21:04:23.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
92772026-09-11T21:04:25.133Z[ recovery-image] Sep 11 21:04:23.910 INFO O| Sep 11 21:04:23.910 INFO STEP 1033 (remove_files) COMPLETE
92782026-09-11T21:04:25.133Z[ recovery-image] Sep 11 21:04:23.910 INFO O| Sep 11 21:04:23.910 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92792026-09-11T21:04:25.133Z[ host-image] Sep 11 21:04:23.913 INFO O| Sep 11 21:04:23.913 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92802026-09-11T21:04:25.139Z[ recovery-image] Sep 11 21:04:23.920 INFO O| Sep 11 21:04:23.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
92812026-09-11T21:04:25.139Z[ recovery-image] Sep 11 21:04:23.920 INFO O| Sep 11 21:04:23.920 INFO STEP 1034 (remove_files) COMPLETE
92822026-09-11T21:04:25.143Z[ recovery-image] Sep 11 21:04:23.920 INFO O| Sep 11 21:04:23.920 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92832026-09-11T21:04:25.149Z[ recovery-image] Sep 11 21:04:23.930 INFO O| Sep 11 21:04:23.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
92842026-09-11T21:04:25.149Z[ recovery-image] Sep 11 21:04:23.930 INFO O| Sep 11 21:04:23.930 INFO STEP 1035 (remove_files) COMPLETE
92852026-09-11T21:04:25.153Z[ recovery-image] Sep 11 21:04:23.930 INFO O| Sep 11 21:04:23.930 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92862026-09-11T21:04:25.161Z[ recovery-image] Sep 11 21:04:23.941 INFO O| Sep 11 21:04:23.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
92872026-09-11T21:04:25.161Z[ recovery-image] Sep 11 21:04:23.941 INFO O| Sep 11 21:04:23.941 INFO STEP 1036 (remove_files) COMPLETE
92882026-09-11T21:04:25.166Z[ recovery-image] Sep 11 21:04:23.941 INFO O| Sep 11 21:04:23.941 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92892026-09-11T21:04:25.171Z[ recovery-image] Sep 11 21:04:23.953 INFO O| Sep 11 21:04:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
92902026-09-11T21:04:25.171Z[ recovery-image] Sep 11 21:04:23.953 INFO O| Sep 11 21:04:23.953 INFO STEP 1037 (remove_files) COMPLETE
92912026-09-11T21:04:25.171Z[ recovery-image] Sep 11 21:04:23.953 INFO O| Sep 11 21:04:23.953 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92922026-09-11T21:04:25.183Z[ recovery-image] Sep 11 21:04:23.964 INFO O| Sep 11 21:04:23.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
92932026-09-11T21:04:25.183Z[ recovery-image] Sep 11 21:04:23.964 INFO O| Sep 11 21:04:23.964 INFO STEP 1038 (remove_files) COMPLETE
92942026-09-11T21:04:25.183Z[ recovery-image] Sep 11 21:04:23.964 INFO O| Sep 11 21:04:23.964 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92952026-09-11T21:04:25.193Z[ recovery-image] Sep 11 21:04:23.974 INFO O| Sep 11 21:04:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
92962026-09-11T21:04:25.193Z[ recovery-image] Sep 11 21:04:23.974 INFO O| Sep 11 21:04:23.974 INFO STEP 1039 (remove_files) COMPLETE
92972026-09-11T21:04:25.198Z[ recovery-image] Sep 11 21:04:23.974 INFO O| Sep 11 21:04:23.974 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92982026-09-11T21:04:25.203Z[ recovery-image] Sep 11 21:04:23.984 INFO O| Sep 11 21:04:23.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
92992026-09-11T21:04:25.204Z[ recovery-image] Sep 11 21:04:23.984 INFO O| Sep 11 21:04:23.984 INFO STEP 1040 (remove_files) COMPLETE
93002026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:23.984 INFO O| Sep 11 21:04:23.984 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93012026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:23.994 INFO O| Sep 11 21:04:23.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
93022026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:23.994 INFO O| Sep 11 21:04:23.994 INFO STEP 1041 (remove_files) COMPLETE
93032026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:23.994 INFO O| Sep 11 21:04:23.994 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93042026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:24.003 INFO O| Sep 11 21:04:24.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
93052026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:24.003 INFO O| Sep 11 21:04:24.003 INFO STEP 1042 (remove_files) COMPLETE
93062026-09-11T21:04:25.260Z[ recovery-image] Sep 11 21:04:24.003 INFO O| Sep 11 21:04:24.003 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93072026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.015 INFO O| Sep 11 21:04:24.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
93082026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.015 INFO O| Sep 11 21:04:24.015 INFO STEP 1043 (remove_files) COMPLETE
93092026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.015 INFO O| Sep 11 21:04:24.015 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93102026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.025 INFO O| Sep 11 21:04:24.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
93112026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.025 INFO O| Sep 11 21:04:24.025 INFO STEP 1044 (remove_files) COMPLETE
93122026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.025 INFO O| Sep 11 21:04:24.025 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93132026-09-11T21:04:25.261Z[ host-image] Sep 11 21:04:24.033 INFO O| Sep 11 21:04:24.033 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93142026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.034 INFO O| Sep 11 21:04:24.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
93152026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.035 INFO O| Sep 11 21:04:24.035 INFO STEP 1045 (remove_files) COMPLETE
93162026-09-11T21:04:25.261Z[ recovery-image] Sep 11 21:04:24.035 INFO O| Sep 11 21:04:24.035 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93172026-09-11T21:04:25.265Z[ recovery-image] Sep 11 21:04:24.046 INFO O| Sep 11 21:04:24.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
93182026-09-11T21:04:25.265Z[ recovery-image] Sep 11 21:04:24.046 INFO O| Sep 11 21:04:24.046 INFO STEP 1046 (remove_files) COMPLETE
93192026-09-11T21:04:25.265Z[ recovery-image] Sep 11 21:04:24.046 INFO O| Sep 11 21:04:24.046 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93202026-09-11T21:04:25.279Z[ recovery-image] Sep 11 21:04:24.056 INFO O| Sep 11 21:04:24.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
93212026-09-11T21:04:25.279Z[ recovery-image] Sep 11 21:04:24.056 INFO O| Sep 11 21:04:24.056 INFO STEP 1047 (remove_files) COMPLETE
93222026-09-11T21:04:25.279Z[ recovery-image] Sep 11 21:04:24.056 INFO O| Sep 11 21:04:24.056 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93232026-09-11T21:04:25.284Z[ recovery-image] Sep 11 21:04:24.065 INFO O| Sep 11 21:04:24.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
93242026-09-11T21:04:25.285Z[ recovery-image] Sep 11 21:04:24.065 INFO O| Sep 11 21:04:24.065 INFO STEP 1048 (remove_files) COMPLETE
93252026-09-11T21:04:25.285Z[ recovery-image] Sep 11 21:04:24.065 INFO O| Sep 11 21:04:24.065 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93262026-09-11T21:04:25.293Z[ recovery-image] Sep 11 21:04:24.074 INFO O| Sep 11 21:04:24.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
93272026-09-11T21:04:25.293Z[ recovery-image] Sep 11 21:04:24.074 INFO O| Sep 11 21:04:24.074 INFO STEP 1049 (remove_files) COMPLETE
93282026-09-11T21:04:25.293Z[ recovery-image] Sep 11 21:04:24.074 INFO O| Sep 11 21:04:24.074 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93292026-09-11T21:04:25.303Z[ recovery-image] Sep 11 21:04:24.085 INFO O| Sep 11 21:04:24.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
93302026-09-11T21:04:25.303Z[ recovery-image] Sep 11 21:04:24.085 INFO O| Sep 11 21:04:24.085 INFO STEP 1050 (remove_files) COMPLETE
93312026-09-11T21:04:25.310Z[ recovery-image] Sep 11 21:04:24.085 INFO O| Sep 11 21:04:24.085 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93322026-09-11T21:04:25.315Z[ recovery-image] Sep 11 21:04:24.097 INFO O| Sep 11 21:04:24.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
93332026-09-11T21:04:25.315Z[ recovery-image] Sep 11 21:04:24.097 INFO O| Sep 11 21:04:24.097 INFO STEP 1051 (remove_files) COMPLETE
93342026-09-11T21:04:25.315Z[ recovery-image] Sep 11 21:04:24.097 INFO O| Sep 11 21:04:24.097 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93352026-09-11T21:04:25.327Z[ recovery-image] Sep 11 21:04:24.108 INFO O| Sep 11 21:04:24.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
93362026-09-11T21:04:25.327Z[ recovery-image] Sep 11 21:04:24.108 INFO O| Sep 11 21:04:24.108 INFO STEP 1052 (remove_files) COMPLETE
93372026-09-11T21:04:25.327Z[ recovery-image] Sep 11 21:04:24.108 INFO O| Sep 11 21:04:24.108 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93382026-09-11T21:04:25.338Z[ recovery-image] Sep 11 21:04:24.119 INFO O| Sep 11 21:04:24.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
93392026-09-11T21:04:25.338Z[ recovery-image] Sep 11 21:04:24.119 INFO O| Sep 11 21:04:24.119 INFO STEP 1053 (remove_files) COMPLETE
93402026-09-11T21:04:25.343Z[ recovery-image] Sep 11 21:04:24.119 INFO O| Sep 11 21:04:24.119 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93412026-09-11T21:04:25.348Z[ recovery-image] Sep 11 21:04:24.129 INFO O| Sep 11 21:04:24.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
93422026-09-11T21:04:25.348Z[ recovery-image] Sep 11 21:04:24.129 INFO O| Sep 11 21:04:24.129 INFO STEP 1054 (remove_files) COMPLETE
93432026-09-11T21:04:25.352Z[ recovery-image] Sep 11 21:04:24.129 INFO O| Sep 11 21:04:24.129 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93442026-09-11T21:04:25.352Z[ host-image] Sep 11 21:04:24.131 INFO O| Sep 11 21:04:24.131 INFO DESTROY POOL: TEMPORARY-sled-zfs
93452026-09-11T21:04:25.359Z[ recovery-image] Sep 11 21:04:24.140 INFO O| Sep 11 21:04:24.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
93462026-09-11T21:04:25.359Z[ recovery-image] Sep 11 21:04:24.140 INFO O| Sep 11 21:04:24.140 INFO STEP 1055 (remove_files) COMPLETE
93472026-09-11T21:04:25.359Z[ recovery-image] Sep 11 21:04:24.140 INFO O| Sep 11 21:04:24.140 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93482026-09-11T21:04:25.359Z[ host-image] Sep 11 21:04:24.140 INFO O| Sep 11 21:04:24.140 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93492026-09-11T21:04:25.366Z[ host-image] Sep 11 21:04:24.147 INFO O| Sep 11 21:04:24.147 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93502026-09-11T21:04:25.370Z[ host-image] Sep 11 21:04:24.148 INFO O| Sep 11 21:04:24.148 INFO no lofi found
93512026-09-11T21:04:25.370Z[ host-image] Sep 11 21:04:24.148 INFO O| Sep 11 21:04:24.148 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93522026-09-11T21:04:25.370Z[ host-image] Sep 11 21:04:24.148 INFO O| Sep 11 21:04:24.148 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93532026-09-11T21:04:25.370Z[ recovery-image] Sep 11 21:04:24.151 INFO O| Sep 11 21:04:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
93542026-09-11T21:04:25.370Z[ recovery-image] Sep 11 21:04:24.151 INFO O| Sep 11 21:04:24.151 INFO STEP 1056 (remove_files) COMPLETE
93552026-09-11T21:04:25.370Z[ recovery-image] Sep 11 21:04:24.151 INFO O| Sep 11 21:04:24.151 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93562026-09-11T21:04:25.379Z[ recovery-image] Sep 11 21:04:24.161 INFO O| Sep 11 21:04:24.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
93572026-09-11T21:04:25.381Z[ recovery-image] Sep 11 21:04:24.161 INFO O| Sep 11 21:04:24.161 INFO STEP 1057 (remove_files) COMPLETE
93582026-09-11T21:04:25.381Z[ recovery-image] Sep 11 21:04:24.161 INFO O| Sep 11 21:04:24.161 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93592026-09-11T21:04:25.390Z[ recovery-image] Sep 11 21:04:24.171 INFO O| Sep 11 21:04:24.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
93602026-09-11T21:04:25.390Z[ recovery-image] Sep 11 21:04:24.171 INFO O| Sep 11 21:04:24.171 INFO STEP 1058 (remove_files) COMPLETE
93612026-09-11T21:04:25.390Z[ recovery-image] Sep 11 21:04:24.171 INFO O| Sep 11 21:04:24.171 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93622026-09-11T21:04:25.400Z[ recovery-image] Sep 11 21:04:24.181 INFO O| Sep 11 21:04:24.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
93632026-09-11T21:04:25.400Z[ recovery-image] Sep 11 21:04:24.181 INFO O| Sep 11 21:04:24.181 INFO STEP 1059 (remove_files) COMPLETE
93642026-09-11T21:04:25.400Z[ recovery-image] Sep 11 21:04:24.181 INFO O| Sep 11 21:04:24.181 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93652026-09-11T21:04:25.411Z[ recovery-image] Sep 11 21:04:24.192 INFO O| Sep 11 21:04:24.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
93662026-09-11T21:04:25.411Z[ recovery-image] Sep 11 21:04:24.192 INFO O| Sep 11 21:04:24.192 INFO STEP 1060 (remove_files) COMPLETE
93672026-09-11T21:04:25.411Z[ recovery-image] Sep 11 21:04:24.192 INFO O| Sep 11 21:04:24.192 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93682026-09-11T21:04:25.423Z[ recovery-image] Sep 11 21:04:24.202 INFO O| Sep 11 21:04:24.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
93692026-09-11T21:04:25.423Z[ recovery-image] Sep 11 21:04:24.202 INFO O| Sep 11 21:04:24.202 INFO STEP 1061 (remove_files) COMPLETE
93702026-09-11T21:04:25.424Z[ recovery-image] Sep 11 21:04:24.202 INFO O| Sep 11 21:04:24.202 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93712026-09-11T21:04:25.431Z[ recovery-image] Sep 11 21:04:24.212 INFO O| Sep 11 21:04:24.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
93722026-09-11T21:04:25.431Z[ recovery-image] Sep 11 21:04:24.213 INFO O| Sep 11 21:04:24.213 INFO STEP 1062 (remove_files) COMPLETE
93732026-09-11T21:04:25.431Z[ recovery-image] Sep 11 21:04:24.213 INFO O| Sep 11 21:04:24.213 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93742026-09-11T21:04:25.442Z[ recovery-image] Sep 11 21:04:24.223 INFO O| Sep 11 21:04:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
93752026-09-11T21:04:25.442Z[ recovery-image] Sep 11 21:04:24.223 INFO O| Sep 11 21:04:24.223 INFO STEP 1063 (remove_files) COMPLETE
93762026-09-11T21:04:25.442Z[ recovery-image] Sep 11 21:04:24.223 INFO O| Sep 11 21:04:24.223 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93772026-09-11T21:04:25.452Z[ recovery-image] Sep 11 21:04:24.233 INFO O| Sep 11 21:04:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
93782026-09-11T21:04:25.453Z[ recovery-image] Sep 11 21:04:24.233 INFO O| Sep 11 21:04:24.233 INFO STEP 1064 (remove_files) COMPLETE
93792026-09-11T21:04:25.453Z[ recovery-image] Sep 11 21:04:24.233 INFO O| Sep 11 21:04:24.233 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93802026-09-11T21:04:25.463Z[ recovery-image] Sep 11 21:04:24.244 INFO O| Sep 11 21:04:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
93812026-09-11T21:04:25.464Z[ recovery-image] Sep 11 21:04:24.244 INFO O| Sep 11 21:04:24.244 INFO STEP 1065 (remove_files) COMPLETE
93822026-09-11T21:04:25.468Z[ recovery-image] Sep 11 21:04:24.244 INFO O| Sep 11 21:04:24.244 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93832026-09-11T21:04:25.474Z[ recovery-image] Sep 11 21:04:24.256 INFO O| Sep 11 21:04:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
93842026-09-11T21:04:25.474Z[ recovery-image] Sep 11 21:04:24.256 INFO O| Sep 11 21:04:24.256 INFO STEP 1066 (remove_files) COMPLETE
93852026-09-11T21:04:25.474Z[ recovery-image] Sep 11 21:04:24.256 INFO O| Sep 11 21:04:24.256 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93862026-09-11T21:04:25.486Z[ recovery-image] Sep 11 21:04:24.267 INFO O| Sep 11 21:04:24.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
93872026-09-11T21:04:25.486Z[ recovery-image] Sep 11 21:04:24.267 INFO O| Sep 11 21:04:24.267 INFO STEP 1067 (remove_files) COMPLETE
93882026-09-11T21:04:25.487Z[ recovery-image] Sep 11 21:04:24.267 INFO O| Sep 11 21:04:24.267 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93892026-09-11T21:04:25.498Z[ recovery-image] Sep 11 21:04:24.278 INFO O| Sep 11 21:04:24.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
93902026-09-11T21:04:25.498Z[ recovery-image] Sep 11 21:04:24.278 INFO O| Sep 11 21:04:24.278 INFO STEP 1068 (remove_files) COMPLETE
93912026-09-11T21:04:25.498Z[ recovery-image] Sep 11 21:04:24.278 INFO O| Sep 11 21:04:24.278 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93922026-09-11T21:04:25.508Z[ recovery-image] Sep 11 21:04:24.288 INFO O| Sep 11 21:04:24.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
93932026-09-11T21:04:25.508Z[ recovery-image] Sep 11 21:04:24.288 INFO O| Sep 11 21:04:24.288 INFO STEP 1069 (remove_files) COMPLETE
93942026-09-11T21:04:25.508Z[ recovery-image] Sep 11 21:04:24.288 INFO O| Sep 11 21:04:24.288 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93952026-09-11T21:04:25.517Z[ recovery-image] Sep 11 21:04:24.298 INFO O| Sep 11 21:04:24.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
93962026-09-11T21:04:25.517Z[ recovery-image] Sep 11 21:04:24.298 INFO O| Sep 11 21:04:24.298 INFO STEP 1070 (remove_files) COMPLETE
93972026-09-11T21:04:25.517Z[ recovery-image] Sep 11 21:04:24.298 INFO O| Sep 11 21:04:24.298 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
93982026-09-11T21:04:25.531Z[ recovery-image] Sep 11 21:04:24.310 INFO O| Sep 11 21:04:24.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
93992026-09-11T21:04:25.531Z[ recovery-image] Sep 11 21:04:24.310 INFO O| Sep 11 21:04:24.310 INFO STEP 1071 (remove_files) COMPLETE
94002026-09-11T21:04:25.531Z[ recovery-image] Sep 11 21:04:24.310 INFO O| Sep 11 21:04:24.310 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94012026-09-11T21:04:25.541Z[ recovery-image] Sep 11 21:04:24.321 INFO O| Sep 11 21:04:24.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
94022026-09-11T21:04:25.541Z[ recovery-image] Sep 11 21:04:24.321 INFO O| Sep 11 21:04:24.321 INFO STEP 1072 (remove_files) COMPLETE
94032026-09-11T21:04:25.541Z[ recovery-image] Sep 11 21:04:24.321 INFO O| Sep 11 21:04:24.321 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94042026-09-11T21:04:25.550Z[ recovery-image] Sep 11 21:04:24.331 INFO O| Sep 11 21:04:24.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
94052026-09-11T21:04:25.550Z[ recovery-image] Sep 11 21:04:24.331 INFO O| Sep 11 21:04:24.331 INFO STEP 1073 (remove_files) COMPLETE
94062026-09-11T21:04:25.550Z[ recovery-image] Sep 11 21:04:24.331 INFO O| Sep 11 21:04:24.331 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94072026-09-11T21:04:25.559Z[ recovery-image] Sep 11 21:04:24.340 INFO O| Sep 11 21:04:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
94082026-09-11T21:04:25.560Z[ recovery-image] Sep 11 21:04:24.340 INFO O| Sep 11 21:04:24.340 INFO STEP 1074 (remove_files) COMPLETE
94092026-09-11T21:04:25.560Z[ recovery-image] Sep 11 21:04:24.340 INFO O| Sep 11 21:04:24.340 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94102026-09-11T21:04:25.607Z[ recovery-image] Sep 11 21:04:24.349 INFO O| Sep 11 21:04:24.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
94112026-09-11T21:04:25.607Z[ recovery-image] Sep 11 21:04:24.349 INFO O| Sep 11 21:04:24.349 INFO STEP 1075 (remove_files) COMPLETE
94122026-09-11T21:04:25.607Z[ recovery-image] Sep 11 21:04:24.349 INFO O| Sep 11 21:04:24.349 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94132026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.358 INFO O| Sep 11 21:04:24.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
94142026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.358 INFO O| Sep 11 21:04:24.358 INFO STEP 1076 (remove_files) COMPLETE
94152026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.358 INFO O| Sep 11 21:04:24.358 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94162026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.367 INFO O| Sep 11 21:04:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
94172026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.367 INFO O| Sep 11 21:04:24.367 INFO STEP 1077 (remove_files) COMPLETE
94182026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.367 INFO O| Sep 11 21:04:24.367 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94192026-09-11T21:04:25.613Z[ recovery-image] Sep 11 21:04:24.375 INFO O| Sep 11 21:04:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
94202026-09-11T21:04:25.614Z[ recovery-image] Sep 11 21:04:24.375 INFO O| Sep 11 21:04:24.375 INFO STEP 1078 (remove_files) COMPLETE
94212026-09-11T21:04:25.614Z[ recovery-image] Sep 11 21:04:24.375 INFO O| Sep 11 21:04:24.375 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94222026-09-11T21:04:25.614Z[ recovery-image] Sep 11 21:04:24.383 INFO O| Sep 11 21:04:24.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
94232026-09-11T21:04:25.614Z[ recovery-image] Sep 11 21:04:24.383 INFO O| Sep 11 21:04:24.383 INFO STEP 1079 (remove_files) COMPLETE
94242026-09-11T21:04:25.614Z[ recovery-image] Sep 11 21:04:24.384 INFO O| Sep 11 21:04:24.383 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94252026-09-11T21:04:25.618Z[ recovery-image] Sep 11 21:04:24.395 INFO O| Sep 11 21:04:24.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
94262026-09-11T21:04:25.618Z[ recovery-image] Sep 11 21:04:24.395 INFO O| Sep 11 21:04:24.395 INFO STEP 1080 (remove_files) COMPLETE
94272026-09-11T21:04:25.618Z[ recovery-image] Sep 11 21:04:24.395 INFO O| Sep 11 21:04:24.395 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94282026-09-11T21:04:25.637Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
94292026-09-11T21:04:25.644Z[ recovery-image] Sep 11 21:04:24.425 INFO O| Sep 11 21:04:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
94302026-09-11T21:04:25.644Z[ recovery-image] Sep 11 21:04:24.425 INFO O| Sep 11 21:04:24.425 INFO STEP 1081 (remove_files) COMPLETE
94312026-09-11T21:04:25.644Z[ recovery-image] Sep 11 21:04:24.425 INFO O| Sep 11 21:04:24.425 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94322026-09-11T21:04:25.660Z[ recovery-image] Sep 11 21:04:24.435 INFO O| Sep 11 21:04:24.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
94332026-09-11T21:04:25.665Z[ recovery-image] Sep 11 21:04:24.435 INFO O| Sep 11 21:04:24.435 INFO STEP 1082 (remove_files) COMPLETE
94342026-09-11T21:04:25.665Z[ recovery-image] Sep 11 21:04:24.435 INFO O| Sep 11 21:04:24.435 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94352026-09-11T21:04:25.665Z[ recovery-image] Sep 11 21:04:24.445 INFO O| Sep 11 21:04:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
94362026-09-11T21:04:25.665Z[ recovery-image] Sep 11 21:04:24.445 INFO O| Sep 11 21:04:24.445 INFO STEP 1083 (remove_files) COMPLETE
94372026-09-11T21:04:25.665Z[ recovery-image] Sep 11 21:04:24.445 INFO O| Sep 11 21:04:24.445 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94382026-09-11T21:04:25.676Z[ recovery-image] Sep 11 21:04:24.456 INFO O| Sep 11 21:04:24.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
94392026-09-11T21:04:25.676Z[ recovery-image] Sep 11 21:04:24.456 INFO O| Sep 11 21:04:24.456 INFO STEP 1084 (remove_files) COMPLETE
94402026-09-11T21:04:25.677Z[ recovery-image] Sep 11 21:04:24.456 INFO O| Sep 11 21:04:24.456 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94412026-09-11T21:04:25.686Z[ recovery-image] Sep 11 21:04:24.467 INFO O| Sep 11 21:04:24.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
94422026-09-11T21:04:25.686Z[ recovery-image] Sep 11 21:04:24.467 INFO O| Sep 11 21:04:24.467 INFO STEP 1085 (remove_files) COMPLETE
94432026-09-11T21:04:25.691Z[ recovery-image] Sep 11 21:04:24.467 INFO O| Sep 11 21:04:24.467 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94442026-09-11T21:04:25.696Z[ recovery-image] Sep 11 21:04:24.477 INFO O| Sep 11 21:04:24.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
94452026-09-11T21:04:25.696Z[ recovery-image] Sep 11 21:04:24.477 INFO O| Sep 11 21:04:24.477 INFO STEP 1086 (remove_files) COMPLETE
94462026-09-11T21:04:25.696Z[ recovery-image] Sep 11 21:04:24.477 INFO O| Sep 11 21:04:24.477 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94472026-09-11T21:04:25.707Z[ recovery-image] Sep 11 21:04:24.489 INFO O| Sep 11 21:04:24.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
94482026-09-11T21:04:25.707Z[ recovery-image] Sep 11 21:04:24.489 INFO O| Sep 11 21:04:24.489 INFO STEP 1087 (remove_files) COMPLETE
94492026-09-11T21:04:25.707Z[ recovery-image] Sep 11 21:04:24.489 INFO O| Sep 11 21:04:24.489 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94502026-09-11T21:04:25.717Z[ recovery-image] Sep 11 21:04:24.498 INFO O| Sep 11 21:04:24.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
94512026-09-11T21:04:25.717Z[ recovery-image] Sep 11 21:04:24.498 INFO O| Sep 11 21:04:24.498 INFO STEP 1088 (remove_files) COMPLETE
94522026-09-11T21:04:25.717Z[ recovery-image] Sep 11 21:04:24.498 INFO O| Sep 11 21:04:24.498 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94532026-09-11T21:04:25.727Z[ recovery-image] Sep 11 21:04:24.509 INFO O| Sep 11 21:04:24.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
94542026-09-11T21:04:25.727Z[ recovery-image] Sep 11 21:04:24.509 INFO O| Sep 11 21:04:24.509 INFO STEP 1089 (remove_files) COMPLETE
94552026-09-11T21:04:25.727Z[ recovery-image] Sep 11 21:04:24.509 INFO O| Sep 11 21:04:24.509 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94562026-09-11T21:04:25.739Z[ recovery-image] Sep 11 21:04:24.520 INFO O| Sep 11 21:04:24.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
94572026-09-11T21:04:25.740Z[ recovery-image] Sep 11 21:04:24.520 INFO O| Sep 11 21:04:24.520 INFO STEP 1090 (remove_files) COMPLETE
94582026-09-11T21:04:25.740Z[ recovery-image] Sep 11 21:04:24.520 INFO O| Sep 11 21:04:24.520 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94592026-09-11T21:04:25.748Z[ recovery-image] Sep 11 21:04:24.529 INFO O| Sep 11 21:04:24.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
94602026-09-11T21:04:25.748Z[ recovery-image] Sep 11 21:04:24.529 INFO O| Sep 11 21:04:24.529 INFO STEP 1091 (remove_files) COMPLETE
94612026-09-11T21:04:25.752Z[ recovery-image] Sep 11 21:04:24.529 INFO O| Sep 11 21:04:24.529 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94622026-09-11T21:04:25.757Z[ recovery-image] Sep 11 21:04:24.538 INFO O| Sep 11 21:04:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
94632026-09-11T21:04:25.757Z[ recovery-image] Sep 11 21:04:24.538 INFO O| Sep 11 21:04:24.538 INFO STEP 1092 (remove_files) COMPLETE
94642026-09-11T21:04:25.757Z[ recovery-image] Sep 11 21:04:24.538 INFO O| Sep 11 21:04:24.538 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94652026-09-11T21:04:25.765Z[ recovery-image] Sep 11 21:04:24.547 INFO O| Sep 11 21:04:24.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
94662026-09-11T21:04:25.766Z[ recovery-image] Sep 11 21:04:24.547 INFO O| Sep 11 21:04:24.547 INFO STEP 1093 (remove_files) COMPLETE
94672026-09-11T21:04:25.769Z[ recovery-image] Sep 11 21:04:24.547 INFO O| Sep 11 21:04:24.547 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94682026-09-11T21:04:25.774Z[ recovery-image] Sep 11 21:04:24.555 INFO O| Sep 11 21:04:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
94692026-09-11T21:04:25.774Z[ recovery-image] Sep 11 21:04:24.556 INFO O| Sep 11 21:04:24.555 INFO STEP 1094 (remove_files) COMPLETE
94702026-09-11T21:04:25.774Z[ recovery-image] Sep 11 21:04:24.556 INFO O| Sep 11 21:04:24.556 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94712026-09-11T21:04:25.784Z[ recovery-image] Sep 11 21:04:24.565 INFO O| Sep 11 21:04:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
94722026-09-11T21:04:25.784Z[ recovery-image] Sep 11 21:04:24.566 INFO O| Sep 11 21:04:24.565 INFO STEP 1095 (remove_files) COMPLETE
94732026-09-11T21:04:25.784Z[ recovery-image] Sep 11 21:04:24.566 INFO O| Sep 11 21:04:24.565 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94742026-09-11T21:04:25.793Z[ recovery-image] Sep 11 21:04:24.574 INFO O| Sep 11 21:04:24.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
94752026-09-11T21:04:25.793Z[ recovery-image] Sep 11 21:04:24.574 INFO O| Sep 11 21:04:24.574 INFO STEP 1096 (remove_files) COMPLETE
94762026-09-11T21:04:25.793Z[ recovery-image] Sep 11 21:04:24.574 INFO O| Sep 11 21:04:24.574 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94772026-09-11T21:04:25.802Z[ recovery-image] Sep 11 21:04:24.584 INFO O| Sep 11 21:04:24.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
94782026-09-11T21:04:25.802Z[ recovery-image] Sep 11 21:04:24.584 INFO O| Sep 11 21:04:24.584 INFO STEP 1097 (remove_files) COMPLETE
94792026-09-11T21:04:25.802Z[ recovery-image] Sep 11 21:04:24.584 INFO O| Sep 11 21:04:24.584 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94802026-09-11T21:04:25.806Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
94812026-09-11T21:04:25.812Z[ recovery-image] Sep 11 21:04:24.593 INFO O| Sep 11 21:04:24.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
94822026-09-11T21:04:25.812Z[ recovery-image] Sep 11 21:04:24.593 INFO O| Sep 11 21:04:24.593 INFO STEP 1098 (remove_files) COMPLETE
94832026-09-11T21:04:25.812Z[ recovery-image] Sep 11 21:04:24.593 INFO O| Sep 11 21:04:24.593 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94842026-09-11T21:04:25.822Z[ recovery-image] Sep 11 21:04:24.603 INFO O| Sep 11 21:04:24.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
94852026-09-11T21:04:25.822Z[ recovery-image] Sep 11 21:04:24.603 INFO O| Sep 11 21:04:24.603 INFO STEP 1099 (remove_files) COMPLETE
94862026-09-11T21:04:25.822Z[ recovery-image] Sep 11 21:04:24.603 INFO O| Sep 11 21:04:24.603 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94872026-09-11T21:04:25.831Z[ recovery-image] Sep 11 21:04:24.613 INFO O| Sep 11 21:04:24.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
94882026-09-11T21:04:25.831Z[ recovery-image] Sep 11 21:04:24.613 INFO O| Sep 11 21:04:24.613 INFO STEP 1100 (remove_files) COMPLETE
94892026-09-11T21:04:25.831Z[ recovery-image] Sep 11 21:04:24.613 INFO O| Sep 11 21:04:24.613 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94902026-09-11T21:04:25.840Z[ recovery-image] Sep 11 21:04:24.622 INFO O| Sep 11 21:04:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
94912026-09-11T21:04:25.842Z[ recovery-image] Sep 11 21:04:24.622 INFO O| Sep 11 21:04:24.622 INFO STEP 1101 (remove_files) COMPLETE
94922026-09-11T21:04:25.847Z[ recovery-image] Sep 11 21:04:24.622 INFO O| Sep 11 21:04:24.622 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94932026-09-11T21:04:25.850Z[ recovery-image] Sep 11 21:04:24.630 INFO O| Sep 11 21:04:24.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
94942026-09-11T21:04:25.850Z[ recovery-image] Sep 11 21:04:24.630 INFO O| Sep 11 21:04:24.630 INFO STEP 1102 (remove_files) COMPLETE
94952026-09-11T21:04:25.850Z[ recovery-image] Sep 11 21:04:24.630 INFO O| Sep 11 21:04:24.630 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94962026-09-11T21:04:25.856Z[ recovery-image] Sep 11 21:04:24.638 INFO O| Sep 11 21:04:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
94972026-09-11T21:04:25.856Z[ recovery-image] Sep 11 21:04:24.638 INFO O| Sep 11 21:04:24.638 INFO STEP 1103 (remove_files) COMPLETE
94982026-09-11T21:04:25.861Z[ recovery-image] Sep 11 21:04:24.638 INFO O| Sep 11 21:04:24.638 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
94992026-09-11T21:04:25.864Z[ recovery-image] Sep 11 21:04:24.646 INFO O| Sep 11 21:04:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
95002026-09-11T21:04:25.865Z[ recovery-image] Sep 11 21:04:24.646 INFO O| Sep 11 21:04:24.646 INFO STEP 1104 (remove_files) COMPLETE
95012026-09-11T21:04:25.865Z[ recovery-image] Sep 11 21:04:24.646 INFO O| Sep 11 21:04:24.646 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95022026-09-11T21:04:25.875Z[ recovery-image] Sep 11 21:04:24.656 INFO O| Sep 11 21:04:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
95032026-09-11T21:04:25.875Z[ recovery-image] Sep 11 21:04:24.656 INFO O| Sep 11 21:04:24.656 INFO STEP 1105 (remove_files) COMPLETE
95042026-09-11T21:04:25.878Z[ recovery-image] Sep 11 21:04:24.656 INFO O| Sep 11 21:04:24.656 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95052026-09-11T21:04:25.885Z[ recovery-image] Sep 11 21:04:24.666 INFO O| Sep 11 21:04:24.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
95062026-09-11T21:04:25.885Z[ recovery-image] Sep 11 21:04:24.666 INFO O| Sep 11 21:04:24.666 INFO STEP 1106 (remove_files) COMPLETE
95072026-09-11T21:04:25.889Z[ recovery-image] Sep 11 21:04:24.666 INFO O| Sep 11 21:04:24.666 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95082026-09-11T21:04:25.895Z[ recovery-image] Sep 11 21:04:24.676 INFO O| Sep 11 21:04:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
95092026-09-11T21:04:25.895Z[ recovery-image] Sep 11 21:04:24.676 INFO O| Sep 11 21:04:24.676 INFO STEP 1107 (remove_files) COMPLETE
95102026-09-11T21:04:25.895Z[ recovery-image] Sep 11 21:04:24.676 INFO O| Sep 11 21:04:24.676 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95112026-09-11T21:04:25.901Z[verify-libraries] Compiling fs-err v2.11.0
95122026-09-11T21:04:25.905Z[ recovery-image] Sep 11 21:04:24.686 INFO O| Sep 11 21:04:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
95132026-09-11T21:04:25.905Z[ recovery-image] Sep 11 21:04:24.686 INFO O| Sep 11 21:04:24.686 INFO STEP 1108 (remove_files) COMPLETE
95142026-09-11T21:04:25.909Z[ recovery-image] Sep 11 21:04:24.686 INFO O| Sep 11 21:04:24.686 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95152026-09-11T21:04:25.921Z[ recovery-image] Sep 11 21:04:24.696 INFO O| Sep 11 21:04:24.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
95162026-09-11T21:04:25.921Z[ recovery-image] Sep 11 21:04:24.696 INFO O| Sep 11 21:04:24.696 INFO STEP 1109 (remove_files) COMPLETE
95172026-09-11T21:04:25.921Z[ recovery-image] Sep 11 21:04:24.696 INFO O| Sep 11 21:04:24.696 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95182026-09-11T21:04:25.926Z[ recovery-image] Sep 11 21:04:24.704 INFO O| Sep 11 21:04:24.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
95192026-09-11T21:04:25.926Z[ recovery-image] Sep 11 21:04:24.704 INFO O| Sep 11 21:04:24.704 INFO STEP 1110 (remove_files) COMPLETE
95202026-09-11T21:04:25.927Z[ recovery-image] Sep 11 21:04:24.704 INFO O| Sep 11 21:04:24.704 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95212026-09-11T21:04:25.932Z[ recovery-image] Sep 11 21:04:24.713 INFO O| Sep 11 21:04:24.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
95222026-09-11T21:04:25.932Z[ recovery-image] Sep 11 21:04:24.713 INFO O| Sep 11 21:04:24.713 INFO STEP 1111 (remove_files) COMPLETE
95232026-09-11T21:04:25.932Z[ recovery-image] Sep 11 21:04:24.713 INFO O| Sep 11 21:04:24.713 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95242026-09-11T21:04:25.940Z[ recovery-image] Sep 11 21:04:24.721 INFO O| Sep 11 21:04:24.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
95252026-09-11T21:04:25.940Z[ recovery-image] Sep 11 21:04:24.721 INFO O| Sep 11 21:04:24.721 INFO STEP 1112 (remove_files) COMPLETE
95262026-09-11T21:04:25.942Z[ recovery-image] Sep 11 21:04:24.721 INFO O| Sep 11 21:04:24.721 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95272026-09-11T21:04:25.950Z[ recovery-image] Sep 11 21:04:24.730 INFO O| Sep 11 21:04:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
95282026-09-11T21:04:25.950Z[ recovery-image] Sep 11 21:04:24.730 INFO O| Sep 11 21:04:24.730 INFO STEP 1113 (remove_files) COMPLETE
95292026-09-11T21:04:25.955Z[ recovery-image] Sep 11 21:04:24.730 INFO O| Sep 11 21:04:24.730 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95302026-09-11T21:04:25.959Z[ recovery-image] Sep 11 21:04:24.739 INFO O| Sep 11 21:04:24.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
95312026-09-11T21:04:25.959Z[ recovery-image] Sep 11 21:04:24.739 INFO O| Sep 11 21:04:24.739 INFO STEP 1114 (remove_files) COMPLETE
95322026-09-11T21:04:25.960Z[ recovery-image] Sep 11 21:04:24.739 INFO O| Sep 11 21:04:24.739 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95332026-09-11T21:04:25.965Z[ recovery-image] Sep 11 21:04:24.747 INFO O| Sep 11 21:04:24.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
95342026-09-11T21:04:25.966Z[ recovery-image] Sep 11 21:04:24.747 INFO O| Sep 11 21:04:24.747 INFO STEP 1115 (remove_files) COMPLETE
95352026-09-11T21:04:25.966Z[ recovery-image] Sep 11 21:04:24.747 INFO O| Sep 11 21:04:24.747 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95362026-09-11T21:04:25.976Z[ recovery-image] Sep 11 21:04:24.757 INFO O| Sep 11 21:04:24.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
95372026-09-11T21:04:25.976Z[ recovery-image] Sep 11 21:04:24.757 INFO O| Sep 11 21:04:24.757 INFO STEP 1116 (remove_files) COMPLETE
95382026-09-11T21:04:25.976Z[ recovery-image] Sep 11 21:04:24.757 INFO O| Sep 11 21:04:24.757 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
95392026-09-11T21:04:25.986Z[ recovery-image] Sep 11 21:04:24.766 INFO O| Sep 11 21:04:24.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
95402026-09-11T21:04:25.986Z[ recovery-image] Sep 11 21:04:24.766 INFO O| Sep 11 21:04:24.766 INFO STEP 1117 (remove_files) COMPLETE
95412026-09-11T21:04:25.990Z[ recovery-image] Sep 11 21:04:24.766 INFO O| Sep 11 21:04:24.766 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
95422026-09-11T21:04:26.000Z[ recovery-image] Sep 11 21:04:24.781 INFO O| Sep 11 21:04:24.781 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
95432026-09-11T21:04:26.001Z[ recovery-image] Sep 11 21:04:24.781 INFO O| Sep 11 21:04:24.781 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
95442026-09-11T21:04:26.097Z[verify-libraries] Compiling internet-checksum v0.2.1
95452026-09-11T21:04:26.147Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
95462026-09-11T21:04:26.233Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
95472026-09-11T21:04:26.658Z[ recovery-image] Sep 11 21:04:25.439 INFO O| Sep 11 21:04:25.439 INFO STEP 1118 (pack_tar) COMPLETE
95482026-09-11T21:04:26.658Z[ recovery-image] Sep 11 21:04:25.439 INFO O| Sep 11 21:04:25.439 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
95492026-09-11T21:04:26.662Z[ recovery-image] Sep 11 21:04:25.439 INFO O| Sep 11 21:04:25.439 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
95502026-09-11T21:04:27.029Z[ recovery-image] Sep 11 21:04:25.811 INFO O| Sep 11 21:04:25.810 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
95512026-09-11T21:04:27.100Z[ recovery-image] Sep 11 21:04:25.882 INFO O| Sep 11 21:04:25.881 INFO completed processing sled/ramdisk-03-recovery-trim
95522026-09-11T21:04:27.104Z[ recovery-image] Sep 11 21:04:25.886 INFO image builder template: zfs-recovery...
95532026-09-11T21:04:27.104Z[ recovery-image] Sep 11 21:04:25.886 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/.tmpAiB8Pk/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
95542026-09-11T21:04:27.132Z[ recovery-image] Sep 11 21:04:25.914 INFO O| Sep 11 21:04:25.914 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
95552026-09-11T21:04:27.136Z[ recovery-image] Sep 11 21:04:25.918 INFO O| Sep 11 21:04:25.918 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
95562026-09-11T21:04:27.194Z[ recovery-image] Sep 11 21:04:25.975 INFO O| Sep 11 21:04:25.975 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
95572026-09-11T21:04:27.222Z[ host-image] Sep 11 21:04:26.001 INFO O| Sep 11 21:04:26.001 INFO lofi device = /dev/dsk/c2t1d0p0
95582026-09-11T21:04:27.222Z[ host-image] Sep 11 21:04:26.001 INFO O| Sep 11 21:04:26.001 INFO pool device = /dev/dsk/c2t1d0p0
95592026-09-11T21:04:27.226Z[ host-image] Sep 11 21:04:26.001 INFO O| Sep 11 21:04:26.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"]
95602026-09-11T21:04:27.358Z[ recovery-image] Sep 11 21:04:26.140 INFO O| Sep 11 21:04:26.140 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
95612026-09-11T21:04:27.358Z[ recovery-image] Sep 11 21:04:26.140 INFO O| Sep 11 21:04:26.140 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
95622026-09-11T21:04:27.362Z[ recovery-image] Sep 11 21:04:26.144 INFO O| Sep 11 21:04:26.143 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
95632026-09-11T21:04:27.374Z[ host-image] Sep 11 21:04:26.155 INFO O| Sep 11 21:04:26.155 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95642026-09-11T21:04:27.374Z[ host-image] Sep 11 21:04:26.155 INFO O| Sep 11 21:04:26.155 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
95652026-09-11T21:04:27.396Z[ host-image] Sep 11 21:04:26.177 INFO O| Sep 11 21:04:26.177 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
95662026-09-11T21:04:27.445Z[ recovery-image] Sep 11 21:04:26.226 INFO O| Sep 11 21:04:26.226 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
95672026-09-11T21:04:27.471Z[ host-image] Sep 11 21:04:26.252 INFO O| Sep 11 21:04:26.252 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
95682026-09-11T21:04:27.501Z[ recovery-image] Sep 11 21:04:26.282 INFO O| Sep 11 21:04:26.282 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
95692026-09-11T21:04:27.505Z[ host-image] Sep 11 21:04:26.283 INFO O| Sep 11 21:04:26.283 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
95702026-09-11T21:04:27.509Z[ recovery-image] Sep 11 21:04:26.291 INFO O| Sep 11 21:04:26.291 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
95712026-09-11T21:04:27.517Z[ recovery-image] Sep 11 21:04:26.298 INFO O| Sep 11 21:04:26.298 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
95722026-09-11T21:04:27.517Z[ recovery-image] Sep 11 21:04:26.298 INFO O| Sep 11 21:04:26.298 INFO no lofi found
95732026-09-11T21:04:27.520Z[ recovery-image] Sep 11 21:04:26.298 INFO O| Sep 11 21:04:26.298 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
95742026-09-11T21:04:27.521Z[ recovery-image] Sep 11 21:04:26.298 INFO O| Sep 11 21:04:26.298 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
95752026-09-11T21:04:27.524Z[ host-image] Sep 11 21:04:26.302 INFO O| Sep 11 21:04:26.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
95762026-09-11T21:04:27.535Z[ host-image] Sep 11 21:04:26.316 INFO O| Sep 11 21:04:26.316 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
95772026-09-11T21:04:27.575Z[ host-image] Sep 11 21:04:26.356 INFO O| Sep 11 21:04:26.356 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
95782026-09-11T21:04:27.575Z[ host-image] Sep 11 21:04:26.356 INFO O| Sep 11 21:04:26.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
95792026-09-11T21:04:27.575Z[ host-image] Sep 11 21:04:26.356 INFO O| Sep 11 21:04:26.356 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
95802026-09-11T21:04:27.586Z[ host-image] Sep 11 21:04:26.367 INFO O| Sep 11 21:04:26.367 INFO boot environment UUID: e63b4fac-927a-44a1-9f42-a15c81a8b3e7
95812026-09-11T21:04:27.586Z[ host-image] Sep 11 21:04:26.367 INFO O| Sep 11 21:04:26.367 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e63b4fac-927a-44a1-9f42-a15c81a8b3e7
95822026-09-11T21:04:27.601Z[ host-image] Sep 11 21:04:26.382 INFO O| Sep 11 21:04:26.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
95832026-09-11T21:04:27.615Z[ host-image] Sep 11 21:04:26.397 INFO O| Sep 11 21:04:26.396 INFO STEP 0 (create_be) COMPLETE
95842026-09-11T21:04:27.615Z[ host-image] Sep 11 21:04:26.397 INFO O| Sep 11 21:04:26.397 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95852026-09-11T21:04:27.630Z[ host-image] Sep 11 21:04:26.411 INFO O| Sep 11 21:04:26.411 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
95862026-09-11T21:04:28.722Z[verify-libraries] Compiling git2 v0.20.4
95872026-09-11T21:04:29.251Z[ recovery-image] Sep 11 21:04:28.031 INFO O| Sep 11 21:04:28.029 INFO lofi device = /dev/dsk/c2t2d0p0
95882026-09-11T21:04:29.251Z[ recovery-image] Sep 11 21:04:28.031 INFO O| Sep 11 21:04:28.029 INFO pool device = /dev/dsk/c2t2d0p0
95892026-09-11T21:04:29.251Z[ recovery-image] Sep 11 21:04:28.031 INFO O| Sep 11 21:04:28.029 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/c2t2d0p0"]
95902026-09-11T21:04:29.586Z[ recovery-image] Sep 11 21:04:28.365 INFO O| Sep 11 21:04:28.365 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95912026-09-11T21:04:29.586Z[ recovery-image] Sep 11 21:04:28.365 INFO O| Sep 11 21:04:28.365 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
95922026-09-11T21:04:29.676Z[ recovery-image] Sep 11 21:04:28.458 INFO O| Sep 11 21:04:28.458 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
95932026-09-11T21:04:29.773Z[ recovery-image] Sep 11 21:04:28.552 INFO O| Sep 11 21:04:28.551 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
95942026-09-11T21:04:29.803Z[ recovery-image] Sep 11 21:04:28.584 INFO O| Sep 11 21:04:28.584 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
95952026-09-11T21:04:29.824Z[ recovery-image] Sep 11 21:04:28.606 INFO O| Sep 11 21:04:28.606 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
95962026-09-11T21:04:29.846Z[ recovery-image] Sep 11 21:04:28.627 INFO O| Sep 11 21:04:28.627 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
95972026-09-11T21:04:29.887Z[ recovery-image] Sep 11 21:04:28.669 INFO O| Sep 11 21:04:28.668 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
95982026-09-11T21:04:29.888Z[ recovery-image] Sep 11 21:04:28.669 INFO O| Sep 11 21:04:28.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
95992026-09-11T21:04:29.891Z[ recovery-image] Sep 11 21:04:28.669 INFO O| Sep 11 21:04:28.669 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
96002026-09-11T21:04:29.894Z[ recovery-image] Sep 11 21:04:28.676 INFO O| Sep 11 21:04:28.676 INFO boot environment UUID: 05e45bdc-2770-43d6-a52b-19fad15634e5
96012026-09-11T21:04:29.895Z[ recovery-image] Sep 11 21:04:28.676 INFO O| Sep 11 21:04:28.676 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 05e45bdc-2770-43d6-a52b-19fad15634e5
96022026-09-11T21:04:29.912Z[ recovery-image] Sep 11 21:04:28.693 INFO O| Sep 11 21:04:28.692 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96032026-09-11T21:04:29.927Z[ recovery-image] Sep 11 21:04:28.709 INFO O| Sep 11 21:04:28.709 INFO STEP 0 (create_be) COMPLETE
96042026-09-11T21:04:29.927Z[ recovery-image] Sep 11 21:04:28.709 INFO O| Sep 11 21:04:28.709 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96052026-09-11T21:04:29.945Z[ recovery-image] Sep 11 21:04:28.722 INFO O| Sep 11 21:04:28.722 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"]
96062026-09-11T21:04:29.955Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
96072026-09-11T21:04:30.236Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
96082026-09-11T21:04:31.500Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
96092026-09-11T21:04:33.537Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
96102026-09-11T21:04:34.444Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
96112026-09-11T21:04:35.692Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
96122026-09-11T21:04:36.398Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
96132026-09-11T21:04:36.860Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
96142026-09-11T21:04:37.798Z[ recovery-image] Sep 11 21:04:36.579 INFO O| Sep 11 21:04:36.579 INFO STEP 1 (unpack_tar) COMPLETE
96152026-09-11T21:04:37.798Z[ recovery-image] Sep 11 21:04:36.579 INFO O| Sep 11 21:04:36.579 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96162026-09-11T21:04:37.831Z[ recovery-image] Sep 11 21:04:36.608 INFO O| Sep 11 21:04:36.606 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
96172026-09-11T21:04:37.872Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
96182026-09-11T21:04:37.990Z[ host-image] Sep 11 21:04:36.771 INFO O| Sep 11 21:04:36.771 INFO STEP 1 (unpack_tar) COMPLETE
96192026-09-11T21:04:37.992Z[ host-image] Sep 11 21:04:36.771 INFO O| Sep 11 21:04:36.771 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96202026-09-11T21:04:38.006Z[ host-image] Sep 11 21:04:36.781 INFO O| Sep 11 21:04:36.781 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96212026-09-11T21:04:38.312Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
96222026-09-11T21:04:38.364Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
96232026-09-11T21:04:38.388Z[ host-image] Sep 11 21:04:37.165 INFO O| Sep 11 21:04:37.165 INFO STEP 2 (devfsadm) COMPLETE
96242026-09-11T21:04:38.388Z[ host-image] Sep 11 21:04:37.166 INFO O| Sep 11 21:04:37.165 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96252026-09-11T21:04:38.396Z[ host-image] Sep 11 21:04:37.176 INFO O| Sep 11 21:04:37.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96262026-09-11T21:04:38.400Z[ host-image] Sep 11 21:04:37.176 INFO O| Sep 11 21:04:37.176 INFO STEP 3 (ensure_dir) COMPLETE
96272026-09-11T21:04:38.400Z[ host-image] Sep 11 21:04:37.176 INFO O| Sep 11 21:04:37.176 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96282026-09-11T21:04:38.407Z[ host-image] Sep 11 21:04:37.189 INFO O| Sep 11 21:04:37.189 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96292026-09-11T21:04:38.407Z[ host-image] Sep 11 21:04:37.189 INFO O| Sep 11 21:04:37.189 INFO STEP 4 (ensure_dir) COMPLETE
96302026-09-11T21:04:38.411Z[ host-image] Sep 11 21:04:37.189 INFO O| Sep 11 21:04:37.189 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96312026-09-11T21:04:38.418Z[ host-image] Sep 11 21:04:37.199 INFO O| Sep 11 21:04:37.199 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96322026-09-11T21:04:38.422Z[ host-image] Sep 11 21:04:37.200 INFO O| Sep 11 21:04:37.199 INFO STEP 5 (ensure_dir) COMPLETE
96332026-09-11T21:04:38.422Z[ host-image] Sep 11 21:04:37.200 INFO O| Sep 11 21:04:37.199 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96342026-09-11T21:04:38.429Z[ host-image] Sep 11 21:04:37.210 INFO O| Sep 11 21:04:37.210 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96352026-09-11T21:04:38.429Z[ host-image] Sep 11 21:04:37.210 INFO O| Sep 11 21:04:37.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96362026-09-11T21:04:38.433Z[ host-image] Sep 11 21:04:37.210 INFO O| Sep 11 21:04:37.210 INFO STEP 6 (ensure_dir) COMPLETE
96372026-09-11T21:04:38.433Z[ host-image] Sep 11 21:04:37.210 INFO O| Sep 11 21:04:37.210 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96382026-09-11T21:04:38.442Z[ host-image] Sep 11 21:04:37.223 INFO O| Sep 11 21:04:37.223 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96392026-09-11T21:04:38.442Z[ host-image] Sep 11 21:04:37.223 INFO O| Sep 11 21:04:37.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96402026-09-11T21:04:38.442Z[ host-image] Sep 11 21:04:37.223 INFO O| Sep 11 21:04:37.223 INFO STEP 7 (ensure_dir) COMPLETE
96412026-09-11T21:04:38.442Z[ host-image] Sep 11 21:04:37.223 INFO O| Sep 11 21:04:37.223 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96422026-09-11T21:04:38.454Z[ host-image] Sep 11 21:04:37.235 INFO O| Sep 11 21:04:37.235 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96432026-09-11T21:04:38.457Z[ host-image] Sep 11 21:04:37.236 INFO O| Sep 11 21:04:37.236 INFO STEP 8 (remove_files) COMPLETE
96442026-09-11T21:04:38.457Z[ host-image] Sep 11 21:04:37.236 INFO O| Sep 11 21:04:37.236 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96452026-09-11T21:04:38.466Z[ host-image] Sep 11 21:04:37.246 INFO O| Sep 11 21:04:37.246 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96462026-09-11T21:04:38.469Z[ host-image] Sep 11 21:04:37.247 INFO O| Sep 11 21:04:37.247 INFO STEP 9 (remove_files) COMPLETE
96472026-09-11T21:04:38.469Z[ host-image] Sep 11 21:04:37.247 INFO O| Sep 11 21:04:37.247 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96482026-09-11T21:04:38.476Z[ host-image] Sep 11 21:04:37.258 INFO O| Sep 11 21:04:37.257 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96492026-09-11T21:04:38.480Z[ host-image] Sep 11 21:04:37.259 INFO O| Sep 11 21:04:37.258 INFO STEP 10 (remove_files) COMPLETE
96502026-09-11T21:04:38.480Z[ host-image] Sep 11 21:04:37.259 INFO O| Sep 11 21:04:37.259 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96512026-09-11T21:04:38.487Z[ host-image] Sep 11 21:04:37.269 INFO O| Sep 11 21:04:37.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96522026-09-11T21:04:38.487Z[ host-image] Sep 11 21:04:37.269 INFO O| Sep 11 21:04:37.269 INFO STEP 11 (remove_files) COMPLETE
96532026-09-11T21:04:38.491Z[ host-image] Sep 11 21:04:37.269 INFO O| Sep 11 21:04:37.269 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96542026-09-11T21:04:38.498Z[ host-image] Sep 11 21:04:37.279 INFO O| Sep 11 21:04:37.279 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
96552026-09-11T21:04:38.498Z[ host-image] Sep 11 21:04:37.279 INFO O| Sep 11 21:04:37.279 INFO STEP 12 (remove_files) COMPLETE
96562026-09-11T21:04:38.502Z[ host-image] Sep 11 21:04:37.279 INFO O| Sep 11 21:04:37.279 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96572026-09-11T21:04:38.510Z[ host-image] Sep 11 21:04:37.291 INFO O| Sep 11 21:04:37.291 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96582026-09-11T21:04:38.510Z[ host-image] Sep 11 21:04:37.291 INFO O| Sep 11 21:04:37.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96592026-09-11T21:04:38.510Z[ host-image] Sep 11 21:04:37.291 INFO O| Sep 11 21:04:37.291 INFO STEP 13 (ensure_dir) COMPLETE
96602026-09-11T21:04:38.513Z[ host-image] Sep 11 21:04:37.291 INFO O| Sep 11 21:04:37.291 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96612026-09-11T21:04:38.513Z[verify-libraries] Compiling samael v0.0.19
96622026-09-11T21:04:38.521Z[ host-image] Sep 11 21:04:37.301 INFO O| Sep 11 21:04:37.301 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96632026-09-11T21:04:38.524Z[ host-image] Sep 11 21:04:37.303 INFO O| Sep 11 21:04:37.301 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96642026-09-11T21:04:38.525Z[ host-image] Sep 11 21:04:37.303 INFO O| Sep 11 21:04:37.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96652026-09-11T21:04:38.525Z[ host-image] Sep 11 21:04:37.303 INFO O| Sep 11 21:04:37.301 INFO STEP 14 (ensure_dir) COMPLETE
96662026-09-11T21:04:38.525Z[ host-image] Sep 11 21:04:37.303 INFO O| Sep 11 21:04:37.301 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96672026-09-11T21:04:38.534Z[ host-image] Sep 11 21:04:37.316 INFO O| Sep 11 21:04:37.316 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96682026-09-11T21:04:38.534Z[ host-image] Sep 11 21:04:37.316 INFO O| Sep 11 21:04:37.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96692026-09-11T21:04:38.534Z[ host-image] Sep 11 21:04:37.316 INFO O| Sep 11 21:04:37.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96702026-09-11T21:04:38.539Z[ host-image] Sep 11 21:04:37.316 INFO O| Sep 11 21:04:37.316 INFO STEP 15 (ensure_dir) COMPLETE
96712026-09-11T21:04:38.539Z[ host-image] Sep 11 21:04:37.316 INFO O| Sep 11 21:04:37.316 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96722026-09-11T21:04:38.548Z[ host-image] Sep 11 21:04:37.329 INFO O| Sep 11 21:04:37.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96732026-09-11T21:04:38.548Z[ host-image] Sep 11 21:04:37.329 INFO O| Sep 11 21:04:37.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96742026-09-11T21:04:38.552Z[ host-image] Sep 11 21:04:37.329 INFO O| Sep 11 21:04:37.329 INFO STEP 16 (ensure_dir) COMPLETE
96752026-09-11T21:04:38.552Z[ host-image] Sep 11 21:04:37.329 INFO O| Sep 11 21:04:37.329 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96762026-09-11T21:04:38.559Z[ host-image] Sep 11 21:04:37.340 INFO O| Sep 11 21:04:37.340 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96772026-09-11T21:04:38.559Z[ host-image] Sep 11 21:04:37.340 INFO O| Sep 11 21:04:37.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96782026-09-11T21:04:38.564Z[ host-image] Sep 11 21:04:37.340 INFO O| Sep 11 21:04:37.340 INFO STEP 17 (ensure_dir) COMPLETE
96792026-09-11T21:04:38.564Z[ host-image] Sep 11 21:04:37.340 INFO O| Sep 11 21:04:37.340 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96802026-09-11T21:04:38.572Z[ host-image] Sep 11 21:04:37.351 INFO O| Sep 11 21:04:37.350 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
96812026-09-11T21:04:38.572Z[ host-image] Sep 11 21:04:37.351 INFO O| Sep 11 21:04:37.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
96822026-09-11T21:04:38.572Z[ host-image] Sep 11 21:04:37.351 INFO O| Sep 11 21:04:37.351 INFO ok!
96832026-09-11T21:04:38.572Z[ host-image] Sep 11 21:04:37.351 INFO O| Sep 11 21:04:37.351 INFO STEP 18 (ensure_symlink) COMPLETE
96842026-09-11T21:04:38.572Z[ host-image] Sep 11 21:04:37.351 INFO O| Sep 11 21:04:37.351 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96852026-09-11T21:04:38.579Z[ host-image] Sep 11 21:04:37.360 INFO O| Sep 11 21:04:37.360 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
96862026-09-11T21:04:38.579Z[ host-image] Sep 11 21:04:37.361 INFO O| Sep 11 21:04:37.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
96872026-09-11T21:04:38.583Z[ host-image] Sep 11 21:04:37.361 INFO O| Sep 11 21:04:37.360 INFO ok!
96882026-09-11T21:04:38.583Z[ host-image] Sep 11 21:04:37.361 INFO O| Sep 11 21:04:37.360 INFO STEP 19 (ensure_file) COMPLETE
96892026-09-11T21:04:38.583Z[ host-image] Sep 11 21:04:37.361 INFO O| Sep 11 21:04:37.360 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96902026-09-11T21:04:38.589Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
96912026-09-11T21:04:38.589Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
96922026-09-11T21:04:38.592Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
96932026-09-11T21:04:38.592Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO ok!
96942026-09-11T21:04:38.592Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO STEP 20 (ensure_symlink) COMPLETE
96952026-09-11T21:04:38.592Z[ host-image] Sep 11 21:04:37.370 INFO O| Sep 11 21:04:37.370 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96962026-09-11T21:04:38.599Z[ host-image] Sep 11 21:04:37.380 INFO O| Sep 11 21:04:37.380 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
96972026-09-11T21:04:38.599Z[ host-image] Sep 11 21:04:37.381 INFO O| Sep 11 21:04:37.380 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
96982026-09-11T21:04:38.599Z[ host-image] Sep 11 21:04:37.381 INFO O| Sep 11 21:04:37.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
96992026-09-11T21:04:38.599Z[ host-image] Sep 11 21:04:37.381 INFO O| Sep 11 21:04:37.381 INFO ok!
97002026-09-11T21:04:38.605Z[ host-image] Sep 11 21:04:37.381 INFO O| Sep 11 21:04:37.381 INFO STEP 21 (ensure_symlink) COMPLETE
97012026-09-11T21:04:38.605Z[ host-image] Sep 11 21:04:37.381 INFO O| Sep 11 21:04:37.381 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97022026-09-11T21:04:38.610Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97032026-09-11T21:04:38.610Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97042026-09-11T21:04:38.614Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97052026-09-11T21:04:38.614Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO ok!
97062026-09-11T21:04:38.614Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO STEP 22 (ensure_symlink) COMPLETE
97072026-09-11T21:04:38.614Z[ host-image] Sep 11 21:04:37.391 INFO O| Sep 11 21:04:37.391 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97082026-09-11T21:04:38.622Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97092026-09-11T21:04:38.622Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97102026-09-11T21:04:38.622Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97112026-09-11T21:04:38.626Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO ok!
97122026-09-11T21:04:38.627Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO STEP 23 (ensure_symlink) COMPLETE
97132026-09-11T21:04:38.627Z[ host-image] Sep 11 21:04:37.402 INFO O| Sep 11 21:04:37.402 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97142026-09-11T21:04:38.631Z[verify-libraries] Compiling yansi v1.0.1
97152026-09-11T21:04:38.634Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97162026-09-11T21:04:38.634Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97172026-09-11T21:04:38.634Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97182026-09-11T21:04:38.634Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 INFO ok!
97192026-09-11T21:04:38.634Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 INFO STEP 24 (ensure_file) COMPLETE
97202026-09-11T21:04:38.635Z[ host-image] Sep 11 21:04:37.414 INFO O| Sep 11 21:04:37.414 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97212026-09-11T21:04:38.644Z[ host-image] Sep 11 21:04:37.425 INFO O| Sep 11 21:04:37.425 INFO updating shadow file
97222026-09-11T21:04:38.644Z[ host-image] Sep 11 21:04:37.425 INFO O| Sep 11 21:04:37.425 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97232026-09-11T21:04:38.647Z[ host-image] Sep 11 21:04:37.425 INFO O| Sep 11 21:04:37.425 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97242026-09-11T21:04:38.647Z[ host-image] Sep 11 21:04:37.425 INFO O| Sep 11 21:04:37.425 INFO STEP 25 (shadow) COMPLETE
97252026-09-11T21:04:38.647Z[ host-image] Sep 11 21:04:37.425 INFO O| Sep 11 21:04:37.425 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97262026-09-11T21:04:38.653Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97272026-09-11T21:04:38.654Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97282026-09-11T21:04:38.654Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97292026-09-11T21:04:38.658Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 INFO ok!
97302026-09-11T21:04:38.658Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 INFO STEP 26 (ensure_file) COMPLETE
97312026-09-11T21:04:38.658Z[ host-image] Sep 11 21:04:37.435 INFO O| Sep 11 21:04:37.435 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97322026-09-11T21:04:38.664Z[ host-image] Sep 11 21:04:37.445 INFO O| Sep 11 21:04:37.445 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97332026-09-11T21:04:38.664Z[ host-image] Sep 11 21:04:37.445 INFO O| Sep 11 21:04:37.445 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97342026-09-11T21:04:38.668Z[ host-image] Sep 11 21:04:37.445 INFO O| Sep 11 21:04:37.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97352026-09-11T21:04:38.668Z[ host-image] Sep 11 21:04:37.446 INFO O| Sep 11 21:04:37.445 INFO ok!
97362026-09-11T21:04:38.668Z[ host-image] Sep 11 21:04:37.446 INFO O| Sep 11 21:04:37.445 INFO STEP 27 (ensure_file) COMPLETE
97372026-09-11T21:04:38.668Z[ host-image] Sep 11 21:04:37.446 INFO O| Sep 11 21:04:37.445 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97382026-09-11T21:04:38.676Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97392026-09-11T21:04:38.676Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97402026-09-11T21:04:38.676Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97412026-09-11T21:04:38.680Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97422026-09-11T21:04:38.681Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO ok!
97432026-09-11T21:04:38.681Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO STEP 28 (ensure_file) COMPLETE
97442026-09-11T21:04:38.681Z[ host-image] Sep 11 21:04:37.457 INFO O| Sep 11 21:04:37.457 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97452026-09-11T21:04:38.688Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97462026-09-11T21:04:38.688Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97472026-09-11T21:04:38.692Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97482026-09-11T21:04:38.692Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO ok!
97492026-09-11T21:04:38.692Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO STEP 29 (ensure_file) COMPLETE
97502026-09-11T21:04:38.692Z[ host-image] Sep 11 21:04:37.469 INFO O| Sep 11 21:04:37.469 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97512026-09-11T21:04:38.699Z[ host-image] Sep 11 21:04:37.481 INFO O| Sep 11 21:04:37.481 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97522026-09-11T21:04:38.700Z[ host-image] Sep 11 21:04:37.481 INFO O| Sep 11 21:04:37.481 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97532026-09-11T21:04:38.700Z[ host-image] Sep 11 21:04:37.481 INFO O| Sep 11 21:04:37.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97542026-09-11T21:04:38.700Z[ host-image] Sep 11 21:04:37.481 INFO O| Sep 11 21:04:37.481 INFO STEP 30 (ensure_dir) COMPLETE
97552026-09-11T21:04:38.703Z[ host-image] Sep 11 21:04:37.481 INFO O| Sep 11 21:04:37.481 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97562026-09-11T21:04:38.713Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
97572026-09-11T21:04:38.713Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
97582026-09-11T21:04:38.715Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97592026-09-11T21:04:38.719Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97602026-09-11T21:04:38.719Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO ok!
97612026-09-11T21:04:38.719Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO STEP 31 (ensure_file) COMPLETE
97622026-09-11T21:04:38.719Z[ host-image] Sep 11 21:04:37.494 INFO O| Sep 11 21:04:37.494 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97632026-09-11T21:04:38.723Z[ host-image] Sep 11 21:04:37.505 INFO O| Sep 11 21:04:37.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97642026-09-11T21:04:38.723Z[ host-image] Sep 11 21:04:37.505 INFO O| Sep 11 21:04:37.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97652026-09-11T21:04:38.731Z[ host-image] Sep 11 21:04:37.505 INFO O| Sep 11 21:04:37.505 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97662026-09-11T21:04:38.731Z[ host-image] Sep 11 21:04:37.505 INFO O| Sep 11 21:04:37.505 INFO STEP 32 (ensure_dir) COMPLETE
97672026-09-11T21:04:38.731Z[ host-image] Sep 11 21:04:37.505 INFO O| Sep 11 21:04:37.505 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97682026-09-11T21:04:38.738Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
97692026-09-11T21:04:38.738Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 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 ...
97702026-09-11T21:04:38.741Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 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
97712026-09-11T21:04:38.742Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
97722026-09-11T21:04:38.742Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 INFO ok!
97732026-09-11T21:04:38.742Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 INFO STEP 33 (ensure_file) COMPLETE
97742026-09-11T21:04:38.742Z[ host-image] Sep 11 21:04:37.519 INFO O| Sep 11 21:04:37.519 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97752026-09-11T21:04:38.751Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
97762026-09-11T21:04:38.751Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
97772026-09-11T21:04:38.751Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
97782026-09-11T21:04:38.754Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO ok!
97792026-09-11T21:04:38.754Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO STEP 34 (ensure_file) COMPLETE
97802026-09-11T21:04:38.754Z[ host-image] Sep 11 21:04:37.532 INFO O| Sep 11 21:04:37.532 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97812026-09-11T21:04:38.763Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
97822026-09-11T21:04:38.763Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
97832026-09-11T21:04:38.767Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97842026-09-11T21:04:38.768Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97852026-09-11T21:04:38.768Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO ok!
97862026-09-11T21:04:38.768Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO STEP 35 (ensure_file) COMPLETE
97872026-09-11T21:04:38.768Z[ host-image] Sep 11 21:04:37.545 INFO O| Sep 11 21:04:37.545 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97882026-09-11T21:04:38.776Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
97892026-09-11T21:04:38.777Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
97902026-09-11T21:04:38.781Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
97912026-09-11T21:04:38.781Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 INFO ok!
97922026-09-11T21:04:38.781Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 INFO STEP 36 (ensure_file) COMPLETE
97932026-09-11T21:04:38.781Z[ host-image] Sep 11 21:04:37.557 INFO O| Sep 11 21:04:37.557 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97942026-09-11T21:04:38.787Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
97952026-09-11T21:04:38.790Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
97962026-09-11T21:04:38.790Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
97972026-09-11T21:04:38.790Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 INFO ok!
97982026-09-11T21:04:38.790Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 INFO STEP 37 (ensure_file) COMPLETE
97992026-09-11T21:04:38.790Z[ host-image] Sep 11 21:04:37.568 INFO O| Sep 11 21:04:37.568 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98002026-09-11T21:04:38.799Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98012026-09-11T21:04:38.799Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98022026-09-11T21:04:38.803Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98032026-09-11T21:04:38.803Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98042026-09-11T21:04:38.803Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98052026-09-11T21:04:38.805Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98062026-09-11T21:04:38.805Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO ok!
98072026-09-11T21:04:38.805Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO STEP 38 (ensure_file) COMPLETE
98082026-09-11T21:04:38.805Z[ host-image] Sep 11 21:04:37.579 INFO O| Sep 11 21:04:37.579 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98092026-09-11T21:04:38.809Z[ host-image] Sep 11 21:04:37.590 INFO O| Sep 11 21:04:37.589 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98102026-09-11T21:04:38.809Z[ host-image] Sep 11 21:04:37.590 INFO O| Sep 11 21:04:37.590 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98112026-09-11T21:04:38.809Z[ host-image] Sep 11 21:04:37.590 INFO O| Sep 11 21:04:37.590 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98122026-09-11T21:04:38.809Z[ host-image] Sep 11 21:04:37.590 INFO O| Sep 11 21:04:37.590 INFO STEP 39 (ensure_dir) COMPLETE
98132026-09-11T21:04:38.809Z[ host-image] Sep 11 21:04:37.590 INFO O| Sep 11 21:04:37.590 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98142026-09-11T21:04:38.819Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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
98152026-09-11T21:04:38.820Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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 ...
98162026-09-11T21:04:38.823Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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
98172026-09-11T21:04:38.824Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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
98182026-09-11T21:04:38.825Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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
98192026-09-11T21:04:38.825Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 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
98202026-09-11T21:04:38.825Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 INFO ok!
98212026-09-11T21:04:38.825Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 INFO STEP 40 (ensure_file) COMPLETE
98222026-09-11T21:04:38.825Z[ host-image] Sep 11 21:04:37.601 INFO O| Sep 11 21:04:37.601 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98232026-09-11T21:04:38.829Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98242026-09-11T21:04:38.830Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 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 ...
98252026-09-11T21:04:38.830Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98262026-09-11T21:04:38.833Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 INFO ok!
98272026-09-11T21:04:38.833Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 INFO STEP 41 (ensure_symlink) COMPLETE
98282026-09-11T21:04:38.833Z[ host-image] Sep 11 21:04:37.611 INFO O| Sep 11 21:04:37.611 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98292026-09-11T21:04:38.841Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.622 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98302026-09-11T21:04:38.841Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.622 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98312026-09-11T21:04:38.841Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98322026-09-11T21:04:38.846Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.623 INFO ok!
98332026-09-11T21:04:38.846Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.623 INFO STEP 42 (ensure_symlink) COMPLETE
98342026-09-11T21:04:38.846Z[ host-image] Sep 11 21:04:37.623 INFO O| Sep 11 21:04:37.623 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98352026-09-11T21:04:38.852Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98362026-09-11T21:04:38.852Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98372026-09-11T21:04:38.852Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98382026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98392026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98402026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98412026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO ok!
98422026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO STEP 43 (ensure_file) COMPLETE
98432026-09-11T21:04:38.856Z[ host-image] Sep 11 21:04:37.633 INFO O| Sep 11 21:04:37.633 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98442026-09-11T21:04:38.864Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98452026-09-11T21:04:38.864Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 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 ...
98462026-09-11T21:04:38.864Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 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
98472026-09-11T21:04:38.865Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98482026-09-11T21:04:38.865Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 INFO ok!
98492026-09-11T21:04:38.869Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 INFO STEP 44 (ensure_file) COMPLETE
98502026-09-11T21:04:38.869Z[ host-image] Sep 11 21:04:37.645 INFO O| Sep 11 21:04:37.645 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98512026-09-11T21:04:38.876Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98522026-09-11T21:04:38.876Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98532026-09-11T21:04:38.876Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98542026-09-11T21:04:38.880Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO ok!
98552026-09-11T21:04:38.880Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO STEP 45 (ensure_file) COMPLETE
98562026-09-11T21:04:38.880Z[ host-image] Sep 11 21:04:37.656 INFO O| Sep 11 21:04:37.656 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98572026-09-11T21:04:38.884Z[ host-image] Sep 11 21:04:37.666 INFO O| Sep 11 21:04:37.666 INFO updating shadow file
98582026-09-11T21:04:38.885Z[ host-image] Sep 11 21:04:37.666 INFO O| Sep 11 21:04:37.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98592026-09-11T21:04:38.885Z[ host-image] Sep 11 21:04:37.666 INFO O| Sep 11 21:04:37.666 INFO STEP 46 (shadow) COMPLETE
98602026-09-11T21:04:38.885Z[ host-image] Sep 11 21:04:37.666 INFO O| Sep 11 21:04:37.666 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98612026-09-11T21:04:38.896Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.676 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
98622026-09-11T21:04:38.896Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
98632026-09-11T21:04:38.897Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98642026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98652026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO ok!
98662026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO STEP 47 (ensure_file) COMPLETE
98672026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98682026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO skip step because feature "mfg" is not enabled
98692026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98702026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO skip step because feature "mfg" is not enabled
98712026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.677 INFO O| Sep 11 21:04:37.677 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98722026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.687 INFO O| Sep 11 21:04:37.687 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
98732026-09-11T21:04:38.954Z[ host-image] Sep 11 21:04:37.687 INFO O| Sep 11 21:04:37.687 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
98742026-09-11T21:04:38.955Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
98752026-09-11T21:04:38.955Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98762026-09-11T21:04:38.955Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98772026-09-11T21:04:38.955Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO ok!
98782026-09-11T21:04:38.955Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO STEP 50 (ensure_file) COMPLETE
98792026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98802026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO skip step because feature "compliance" is not enabled
98812026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.718 INFO O| Sep 11 21:04:37.718 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98822026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
98832026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
98842026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98852026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98862026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98872026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98882026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO ok!
98892026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO STEP 52 (ensure_file) COMPLETE
98902026-09-11T21:04:38.956Z[ host-image] Sep 11 21:04:37.728 INFO O| Sep 11 21:04:37.728 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98912026-09-11T21:04:38.962Z[ host-image] Sep 11 21:04:37.738 INFO O| Sep 11 21:04:37.738 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
98922026-09-11T21:04:38.962Z[ host-image] Sep 11 21:04:37.738 INFO O| Sep 11 21:04:37.738 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 ...
98932026-09-11T21:04:38.963Z[ host-image] Sep 11 21:04:37.739 INFO O| Sep 11 21:04:37.738 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
98942026-09-11T21:04:38.963Z[ host-image] Sep 11 21:04:37.739 INFO O| Sep 11 21:04:37.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
98952026-09-11T21:04:38.964Z[ host-image] Sep 11 21:04:37.739 INFO O| Sep 11 21:04:37.739 INFO ok!
98962026-09-11T21:04:38.964Z[ host-image] Sep 11 21:04:37.739 INFO O| Sep 11 21:04:37.739 INFO STEP 53 (ensure_file) COMPLETE
98972026-09-11T21:04:38.964Z[ host-image] Sep 11 21:04:37.739 INFO O| Sep 11 21:04:37.739 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98982026-09-11T21:04:38.964Z[ recovery-image] Sep 11 21:04:37.740 INFO O| Sep 11 21:04:37.740 INFO STEP 2 (devfsadm) COMPLETE
98992026-09-11T21:04:38.964Z[ recovery-image] Sep 11 21:04:37.740 INFO O| Sep 11 21:04:37.740 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99002026-09-11T21:04:38.968Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99012026-09-11T21:04:38.968Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 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 ...
99022026-09-11T21:04:38.969Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99032026-09-11T21:04:38.969Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99042026-09-11T21:04:38.969Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO ok!
99052026-09-11T21:04:38.969Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO STEP 54 (ensure_file) COMPLETE
99062026-09-11T21:04:38.969Z[ host-image] Sep 11 21:04:37.748 INFO O| Sep 11 21:04:37.748 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99072026-09-11T21:04:38.972Z[ recovery-image] Sep 11 21:04:37.750 INFO O| Sep 11 21:04:37.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
99082026-09-11T21:04:38.972Z[ recovery-image] Sep 11 21:04:37.750 INFO O| Sep 11 21:04:37.750 INFO STEP 3 (ensure_dir) COMPLETE
99092026-09-11T21:04:38.972Z[ recovery-image] Sep 11 21:04:37.750 INFO O| Sep 11 21:04:37.750 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99102026-09-11T21:04:38.979Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99112026-09-11T21:04:38.979Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 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 ...
99122026-09-11T21:04:38.982Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 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
99132026-09-11T21:04:38.982Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99142026-09-11T21:04:38.982Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 INFO ok!
99152026-09-11T21:04:38.982Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 INFO STEP 55 (ensure_file) COMPLETE
99162026-09-11T21:04:38.983Z[ host-image] Sep 11 21:04:37.760 INFO O| Sep 11 21:04:37.760 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99172026-09-11T21:04:38.983Z[ recovery-image] Sep 11 21:04:37.761 INFO O| Sep 11 21:04:37.761 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
99182026-09-11T21:04:38.983Z[ recovery-image] Sep 11 21:04:37.761 INFO O| Sep 11 21:04:37.761 INFO STEP 4 (ensure_dir) COMPLETE
99192026-09-11T21:04:38.983Z[ recovery-image] Sep 11 21:04:37.761 INFO O| Sep 11 21:04:37.761 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99202026-09-11T21:04:38.987Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99212026-09-11T21:04:38.987Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 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 ...
99222026-09-11T21:04:38.987Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99232026-09-11T21:04:38.991Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99242026-09-11T21:04:38.991Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO ok!
99252026-09-11T21:04:38.992Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO STEP 56 (ensure_file) COMPLETE
99262026-09-11T21:04:38.992Z[ host-image] Sep 11 21:04:37.768 INFO O| Sep 11 21:04:37.768 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99272026-09-11T21:04:38.992Z[ recovery-image] Sep 11 21:04:37.770 INFO O| Sep 11 21:04:37.770 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
99282026-09-11T21:04:38.992Z[ recovery-image] Sep 11 21:04:37.770 INFO O| Sep 11 21:04:37.770 INFO STEP 5 (ensure_dir) COMPLETE
99292026-09-11T21:04:38.992Z[ recovery-image] Sep 11 21:04:37.770 INFO O| Sep 11 21:04:37.770 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99302026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.776 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99312026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 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 ...
99322026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 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
99332026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99342026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 INFO ok!
99352026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 INFO STEP 57 (ensure_file) COMPLETE
99362026-09-11T21:04:38.996Z[ host-image] Sep 11 21:04:37.777 INFO O| Sep 11 21:04:37.777 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99372026-09-11T21:04:39.002Z[ recovery-image] Sep 11 21:04:37.780 INFO O| Sep 11 21:04:37.780 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
99382026-09-11T21:04:39.002Z[ recovery-image] Sep 11 21:04:37.780 INFO O| Sep 11 21:04:37.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
99392026-09-11T21:04:39.002Z[ recovery-image] Sep 11 21:04:37.780 INFO O| Sep 11 21:04:37.780 INFO STEP 6 (ensure_dir) COMPLETE
99402026-09-11T21:04:39.002Z[ recovery-image] Sep 11 21:04:37.780 INFO O| Sep 11 21:04:37.780 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99412026-09-11T21:04:39.005Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99422026-09-11T21:04:39.005Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 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 ...
99432026-09-11T21:04:39.006Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99442026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99452026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99462026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99472026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO ok!
99482026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO STEP 58 (ensure_file) COMPLETE
99492026-09-11T21:04:39.009Z[ host-image] Sep 11 21:04:37.787 INFO O| Sep 11 21:04:37.787 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99502026-09-11T21:04:39.013Z[ recovery-image] Sep 11 21:04:37.792 INFO O| Sep 11 21:04:37.792 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
99512026-09-11T21:04:39.013Z[ recovery-image] Sep 11 21:04:37.792 INFO O| Sep 11 21:04:37.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
99522026-09-11T21:04:39.013Z[ recovery-image] Sep 11 21:04:37.792 INFO O| Sep 11 21:04:37.792 INFO STEP 7 (ensure_dir) COMPLETE
99532026-09-11T21:04:39.013Z[ recovery-image] Sep 11 21:04:37.792 INFO O| Sep 11 21:04:37.792 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99542026-09-11T21:04:39.018Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99552026-09-11T21:04:39.018Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 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 ...
99562026-09-11T21:04:39.022Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 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
99572026-09-11T21:04:39.022Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99582026-09-11T21:04:39.022Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 INFO ok!
99592026-09-11T21:04:39.023Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 INFO STEP 59 (ensure_file) COMPLETE
99602026-09-11T21:04:39.023Z[ host-image] Sep 11 21:04:37.800 INFO O| Sep 11 21:04:37.800 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99612026-09-11T21:04:39.023Z[ recovery-image] Sep 11 21:04:37.803 INFO O| Sep 11 21:04:37.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
99622026-09-11T21:04:39.023Z[ recovery-image] Sep 11 21:04:37.804 INFO O| Sep 11 21:04:37.804 INFO STEP 8 (remove_files) COMPLETE
99632026-09-11T21:04:39.023Z[ recovery-image] Sep 11 21:04:37.804 INFO O| Sep 11 21:04:37.804 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99642026-09-11T21:04:39.028Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99652026-09-11T21:04:39.028Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99662026-09-11T21:04:39.033Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99672026-09-11T21:04:39.033Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99682026-09-11T21:04:39.033Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO ok!
99692026-09-11T21:04:39.033Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO STEP 60 (ensure_file) COMPLETE
99702026-09-11T21:04:39.033Z[ host-image] Sep 11 21:04:37.810 INFO O| Sep 11 21:04:37.810 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99712026-09-11T21:04:39.033Z[ recovery-image] Sep 11 21:04:37.813 INFO O| Sep 11 21:04:37.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
99722026-09-11T21:04:39.037Z[ recovery-image] Sep 11 21:04:37.814 INFO O| Sep 11 21:04:37.814 INFO STEP 9 (remove_files) COMPLETE
99732026-09-11T21:04:39.037Z[ recovery-image] Sep 11 21:04:37.814 INFO O| Sep 11 21:04:37.814 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99742026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99752026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 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 ...
99762026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 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
99772026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99782026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 INFO ok!
99792026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 INFO STEP 61 (ensure_file) COMPLETE
99802026-09-11T21:04:39.043Z[ host-image] Sep 11 21:04:37.822 INFO O| Sep 11 21:04:37.820 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99812026-09-11T21:04:39.047Z[ recovery-image] Sep 11 21:04:37.825 INFO O| Sep 11 21:04:37.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
99822026-09-11T21:04:39.047Z[ recovery-image] Sep 11 21:04:37.825 INFO O| Sep 11 21:04:37.825 INFO STEP 10 (remove_files) COMPLETE
99832026-09-11T21:04:39.047Z[ recovery-image] Sep 11 21:04:37.825 INFO O| Sep 11 21:04:37.825 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99842026-09-11T21:04:39.051Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
99852026-09-11T21:04:39.051Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
99862026-09-11T21:04:39.051Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99872026-09-11T21:04:39.051Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99882026-09-11T21:04:39.051Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99892026-09-11T21:04:39.052Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99902026-09-11T21:04:39.052Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO ok!
99912026-09-11T21:04:39.053Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO STEP 62 (ensure_file) COMPLETE
99922026-09-11T21:04:39.053Z[ host-image] Sep 11 21:04:37.830 INFO O| Sep 11 21:04:37.830 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-09-11T21:04:39.057Z[ recovery-image] Sep 11 21:04:37.838 INFO O| Sep 11 21:04:37.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
99942026-09-11T21:04:39.057Z[ recovery-image] Sep 11 21:04:37.838 INFO O| Sep 11 21:04:37.838 INFO STEP 11 (remove_files) COMPLETE
99952026-09-11T21:04:39.057Z[ recovery-image] Sep 11 21:04:37.838 INFO O| Sep 11 21:04:37.838 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99962026-09-11T21:04:39.061Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
99972026-09-11T21:04:39.061Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 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 ...
99982026-09-11T21:04:39.061Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 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
99992026-09-11T21:04:39.062Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100002026-09-11T21:04:39.062Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 INFO ok!
100012026-09-11T21:04:39.062Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 INFO STEP 63 (ensure_file) COMPLETE
100022026-09-11T21:04:39.062Z[ host-image] Sep 11 21:04:37.840 INFO O| Sep 11 21:04:37.840 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-09-11T21:04:39.066Z[ recovery-image] Sep 11 21:04:37.848 INFO O| Sep 11 21:04:37.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
100042026-09-11T21:04:39.066Z[ recovery-image] Sep 11 21:04:37.848 INFO O| Sep 11 21:04:37.848 INFO STEP 12 (remove_files) COMPLETE
100052026-09-11T21:04:39.067Z[ recovery-image] Sep 11 21:04:37.848 INFO O| Sep 11 21:04:37.848 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100062026-09-11T21:04:39.070Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100072026-09-11T21:04:39.070Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 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 ...
100082026-09-11T21:04:39.070Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 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
100092026-09-11T21:04:39.071Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100102026-09-11T21:04:39.074Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 INFO ok!
100112026-09-11T21:04:39.074Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 INFO STEP 64 (ensure_file) COMPLETE
100122026-09-11T21:04:39.074Z[ host-image] Sep 11 21:04:37.851 INFO O| Sep 11 21:04:37.851 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100132026-09-11T21:04:39.078Z[ recovery-image] Sep 11 21:04:37.858 INFO O| Sep 11 21:04:37.858 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
100142026-09-11T21:04:39.078Z[ recovery-image] Sep 11 21:04:37.858 INFO O| Sep 11 21:04:37.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
100152026-09-11T21:04:39.078Z[ recovery-image] Sep 11 21:04:37.858 INFO O| Sep 11 21:04:37.858 INFO STEP 13 (ensure_dir) COMPLETE
100162026-09-11T21:04:39.078Z[ recovery-image] Sep 11 21:04:37.858 INFO O| Sep 11 21:04:37.858 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100172026-09-11T21:04:39.082Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100182026-09-11T21:04:39.082Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 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 ...
100192026-09-11T21:04:39.082Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 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
100202026-09-11T21:04:39.082Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100212026-09-11T21:04:39.084Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO ok!
100222026-09-11T21:04:39.084Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO STEP 65 (ensure_file) COMPLETE
100232026-09-11T21:04:39.084Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100242026-09-11T21:04:39.084Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO skip step because feature "mbist" is not enabled
100252026-09-11T21:04:39.084Z[ host-image] Sep 11 21:04:37.861 INFO O| Sep 11 21:04:37.861 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262026-09-11T21:04:39.088Z[ recovery-image] Sep 11 21:04:37.868 INFO O| Sep 11 21:04:37.868 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
100272026-09-11T21:04:39.088Z[ recovery-image] Sep 11 21:04:37.868 INFO O| Sep 11 21:04:37.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
100282026-09-11T21:04:39.088Z[ recovery-image] Sep 11 21:04:37.868 INFO O| Sep 11 21:04:37.868 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
100292026-09-11T21:04:39.088Z[ recovery-image] Sep 11 21:04:37.868 INFO O| Sep 11 21:04:37.868 INFO STEP 14 (ensure_dir) COMPLETE
100302026-09-11T21:04:39.088Z[ recovery-image] Sep 11 21:04:37.868 INFO O| Sep 11 21:04:37.868 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100312026-09-11T21:04:39.091Z[ host-image] Sep 11 21:04:37.872 INFO O| Sep 11 21:04:37.871 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100322026-09-11T21:04:39.091Z[ host-image] Sep 11 21:04:37.872 INFO O| Sep 11 21:04:37.871 INFO STEP 67 (ensure_dir) COMPLETE
100332026-09-11T21:04:39.092Z[ host-image] Sep 11 21:04:37.872 INFO O| Sep 11 21:04:37.871 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100342026-09-11T21:04:39.102Z[ recovery-image] Sep 11 21:04:37.878 INFO O| Sep 11 21:04:37.878 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
100352026-09-11T21:04:39.102Z[ recovery-image] Sep 11 21:04:37.878 INFO O| Sep 11 21:04:37.878 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
100362026-09-11T21:04:39.103Z[ recovery-image] Sep 11 21:04:37.878 INFO O| Sep 11 21:04:37.878 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
100372026-09-11T21:04:39.103Z[ recovery-image] Sep 11 21:04:37.878 INFO O| Sep 11 21:04:37.878 INFO STEP 15 (ensure_dir) COMPLETE
100382026-09-11T21:04:39.103Z[ recovery-image] Sep 11 21:04:37.878 INFO O| Sep 11 21:04:37.878 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100392026-09-11T21:04:39.107Z[ host-image] Sep 11 21:04:37.884 INFO O| Sep 11 21:04:37.883 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100402026-09-11T21:04:39.107Z[ host-image] Sep 11 21:04:37.884 INFO O| Sep 11 21:04:37.884 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100412026-09-11T21:04:39.107Z[ host-image] Sep 11 21:04:37.884 INFO O| Sep 11 21:04:37.884 INFO STEP 68 (ensure_dir) COMPLETE
100422026-09-11T21:04:39.107Z[ host-image] Sep 11 21:04:37.884 INFO O| Sep 11 21:04:37.884 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-09-11T21:04:39.111Z[ recovery-image] Sep 11 21:04:37.889 INFO O| Sep 11 21:04:37.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
100442026-09-11T21:04:39.111Z[ recovery-image] Sep 11 21:04:37.889 INFO O| Sep 11 21:04:37.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
100452026-09-11T21:04:39.111Z[ recovery-image] Sep 11 21:04:37.889 INFO O| Sep 11 21:04:37.889 INFO STEP 16 (ensure_dir) COMPLETE
100462026-09-11T21:04:39.111Z[ recovery-image] Sep 11 21:04:37.889 INFO O| Sep 11 21:04:37.889 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100472026-09-11T21:04:39.114Z[ host-image] Sep 11 21:04:37.895 INFO O| Sep 11 21:04:37.895 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100482026-09-11T21:04:39.114Z[ host-image] Sep 11 21:04:37.895 INFO O| Sep 11 21:04:37.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100492026-09-11T21:04:39.115Z[ host-image] Sep 11 21:04:37.895 INFO O| Sep 11 21:04:37.895 INFO STEP 69 (ensure_dir) COMPLETE
100502026-09-11T21:04:39.115Z[ host-image] Sep 11 21:04:37.895 INFO O| Sep 11 21:04:37.895 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512026-09-11T21:04:39.119Z[ recovery-image] Sep 11 21:04:37.899 INFO O| Sep 11 21:04:37.898 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
100522026-09-11T21:04:39.119Z[ recovery-image] Sep 11 21:04:37.899 INFO O| Sep 11 21:04:37.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
100532026-09-11T21:04:39.119Z[ recovery-image] Sep 11 21:04:37.899 INFO O| Sep 11 21:04:37.898 INFO STEP 17 (ensure_dir) COMPLETE
100542026-09-11T21:04:39.119Z[ recovery-image] Sep 11 21:04:37.899 INFO O| Sep 11 21:04:37.898 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100552026-09-11T21:04:39.131Z[ host-image] Sep 11 21:04:37.906 INFO O| Sep 11 21:04:37.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100562026-09-11T21:04:39.131Z[ host-image] Sep 11 21:04:37.906 INFO O| Sep 11 21:04:37.905 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100572026-09-11T21:04:39.135Z[ recovery-image] Sep 11 21:04:37.908 INFO O| Sep 11 21:04:37.908 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
100582026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.908 INFO O| Sep 11 21:04:37.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
100592026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.908 INFO O| Sep 11 21:04:37.908 INFO ok!
100602026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.908 INFO O| Sep 11 21:04:37.908 INFO STEP 18 (ensure_symlink) COMPLETE
100612026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.908 INFO O| Sep 11 21:04:37.908 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
100622026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.916 INFO O| Sep 11 21:04:37.916 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
100632026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.916 INFO O| Sep 11 21:04:37.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
100642026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.916 INFO O| Sep 11 21:04:37.916 INFO ok!
100652026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.916 INFO O| Sep 11 21:04:37.916 INFO STEP 19 (ensure_file) COMPLETE
100662026-09-11T21:04:39.136Z[ recovery-image] Sep 11 21:04:37.916 INFO O| Sep 11 21:04:37.916 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100672026-09-11T21:04:39.141Z[verify-libraries] Compiling pretty_assertions v1.4.1
100682026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
100692026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
100702026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
100712026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO ok!
100722026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO STEP 20 (ensure_symlink) COMPLETE
100732026-09-11T21:04:39.145Z[ recovery-image] Sep 11 21:04:37.925 INFO O| Sep 11 21:04:37.925 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100742026-09-11T21:04:39.152Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
100752026-09-11T21:04:39.156Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
100762026-09-11T21:04:39.156Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
100772026-09-11T21:04:39.156Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO ok!
100782026-09-11T21:04:39.156Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO STEP 21 (ensure_symlink) COMPLETE
100792026-09-11T21:04:39.156Z[ recovery-image] Sep 11 21:04:37.933 INFO O| Sep 11 21:04:37.933 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100802026-09-11T21:04:39.164Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.943 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
100812026-09-11T21:04:39.164Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.944 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
100822026-09-11T21:04:39.165Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
100832026-09-11T21:04:39.165Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.944 INFO ok!
100842026-09-11T21:04:39.165Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.944 INFO STEP 22 (ensure_symlink) COMPLETE
100852026-09-11T21:04:39.165Z[ recovery-image] Sep 11 21:04:37.944 INFO O| Sep 11 21:04:37.944 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
100862026-09-11T21:04:39.190Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
100872026-09-11T21:04:39.190Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
100882026-09-11T21:04:39.190Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
100892026-09-11T21:04:39.190Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO ok!
100902026-09-11T21:04:39.191Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO STEP 23 (ensure_symlink) COMPLETE
100912026-09-11T21:04:39.191Z[ recovery-image] Sep 11 21:04:37.971 INFO O| Sep 11 21:04:37.971 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100922026-09-11T21:04:39.202Z[ recovery-image] Sep 11 21:04:37.983 INFO O| Sep 11 21:04:37.983 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
100932026-09-11T21:04:39.206Z[ recovery-image] Sep 11 21:04:37.984 INFO O| Sep 11 21:04:37.984 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 ...
100942026-09-11T21:04:39.206Z[ recovery-image] Sep 11 21:04:37.984 INFO O| Sep 11 21:04:37.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
100952026-09-11T21:04:39.207Z[ recovery-image] Sep 11 21:04:37.984 INFO O| Sep 11 21:04:37.984 INFO ok!
100962026-09-11T21:04:39.207Z[ recovery-image] Sep 11 21:04:37.984 INFO O| Sep 11 21:04:37.984 INFO STEP 24 (ensure_file) COMPLETE
100972026-09-11T21:04:39.207Z[ recovery-image] Sep 11 21:04:37.984 INFO O| Sep 11 21:04:37.984 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
100982026-09-11T21:04:39.228Z[ recovery-image] Sep 11 21:04:38.007 INFO O| Sep 11 21:04:38.007 INFO updating shadow file
100992026-09-11T21:04:39.232Z[ recovery-image] Sep 11 21:04:38.007 INFO O| Sep 11 21:04:38.007 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
101002026-09-11T21:04:39.235Z[ recovery-image] Sep 11 21:04:38.007 INFO O| Sep 11 21:04:38.007 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
101012026-09-11T21:04:39.235Z[ recovery-image] Sep 11 21:04:38.007 INFO O| Sep 11 21:04:38.007 INFO STEP 25 (shadow) COMPLETE
101022026-09-11T21:04:39.235Z[ recovery-image] Sep 11 21:04:38.007 INFO O| Sep 11 21:04:38.007 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101032026-09-11T21:04:39.241Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
101042026-09-11T21:04:39.247Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
101052026-09-11T21:04:39.247Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
101062026-09-11T21:04:39.247Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 INFO ok!
101072026-09-11T21:04:39.247Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 INFO STEP 26 (ensure_file) COMPLETE
101082026-09-11T21:04:39.247Z[ recovery-image] Sep 11 21:04:38.023 INFO O| Sep 11 21:04:38.023 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101092026-09-11T21:04:39.256Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
101102026-09-11T21:04:39.256Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
101112026-09-11T21:04:39.257Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
101122026-09-11T21:04:39.257Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO ok!
101132026-09-11T21:04:39.257Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO STEP 27 (ensure_file) COMPLETE
101142026-09-11T21:04:39.257Z[ recovery-image] Sep 11 21:04:38.033 INFO O| Sep 11 21:04:38.033 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101152026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.040 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
101162026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
101172026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
101182026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
101192026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO ok!
101202026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO STEP 28 (ensure_file) COMPLETE
101212026-09-11T21:04:39.261Z[ recovery-image] Sep 11 21:04:38.041 INFO O| Sep 11 21:04:38.041 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101222026-09-11T21:04:39.280Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
101232026-09-11T21:04:39.289Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
101242026-09-11T21:04:39.289Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
101252026-09-11T21:04:39.292Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
101262026-09-11T21:04:39.293Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO ok!
101272026-09-11T21:04:39.293Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO STEP 29 (ensure_file) COMPLETE
101282026-09-11T21:04:39.293Z[ recovery-image] Sep 11 21:04:38.070 INFO O| Sep 11 21:04:38.070 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
101292026-09-11T21:04:39.318Z[ recovery-image] Sep 11 21:04:38.099 INFO O| Sep 11 21:04:38.098 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
101302026-09-11T21:04:39.318Z[ recovery-image] Sep 11 21:04:38.099 INFO O| Sep 11 21:04:38.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
101312026-09-11T21:04:39.319Z[ recovery-image] Sep 11 21:04:38.099 INFO O| Sep 11 21:04:38.099 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
101322026-09-11T21:04:39.319Z[ recovery-image] Sep 11 21:04:38.099 INFO O| Sep 11 21:04:38.099 INFO STEP 30 (ensure_dir) COMPLETE
101332026-09-11T21:04:39.322Z[ recovery-image] Sep 11 21:04:38.099 INFO O| Sep 11 21:04:38.099 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101342026-09-11T21:04:39.387Z[ recovery-image] Sep 11 21:04:38.155 INFO O| Sep 11 21:04:38.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
101352026-09-11T21:04:39.387Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.155 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 ...
101362026-09-11T21:04:39.387Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.156 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
101372026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
101382026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.156 INFO ok!
101392026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.156 INFO STEP 31 (ensure_file) COMPLETE
101402026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.156 INFO O| Sep 11 21:04:38.156 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
101412026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.167 INFO O| Sep 11 21:04:38.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
101422026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.167 INFO O| Sep 11 21:04:38.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
101432026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.167 INFO O| Sep 11 21:04:38.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
101442026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.167 INFO O| Sep 11 21:04:38.167 INFO STEP 32 (ensure_dir) COMPLETE
101452026-09-11T21:04:39.397Z[ recovery-image] Sep 11 21:04:38.167 INFO O| Sep 11 21:04:38.167 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
101462026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
101472026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 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 ...
101482026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 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
101492026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
101502026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 INFO ok!
101512026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 INFO STEP 33 (ensure_file) COMPLETE
101522026-09-11T21:04:39.416Z[ recovery-image] Sep 11 21:04:38.177 INFO O| Sep 11 21:04:38.177 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101532026-09-11T21:04:39.421Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
101542026-09-11T21:04:39.421Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
101552026-09-11T21:04:39.425Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
101562026-09-11T21:04:39.426Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO ok!
101572026-09-11T21:04:39.426Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO STEP 34 (ensure_file) COMPLETE
101582026-09-11T21:04:39.426Z[ recovery-image] Sep 11 21:04:38.202 INFO O| Sep 11 21:04:38.202 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101592026-09-11T21:04:39.434Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
101602026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
101612026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
101622026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
101632026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO ok!
101642026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO STEP 35 (ensure_file) COMPLETE
101652026-09-11T21:04:39.438Z[ recovery-image] Sep 11 21:04:38.215 INFO O| Sep 11 21:04:38.215 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101662026-09-11T21:04:39.444Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
101672026-09-11T21:04:39.444Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
101682026-09-11T21:04:39.447Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
101692026-09-11T21:04:39.447Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 INFO ok!
101702026-09-11T21:04:39.448Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 INFO STEP 36 (ensure_file) COMPLETE
101712026-09-11T21:04:39.448Z[ recovery-image] Sep 11 21:04:38.225 INFO O| Sep 11 21:04:38.225 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101722026-09-11T21:04:39.456Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
101732026-09-11T21:04:39.456Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
101742026-09-11T21:04:39.459Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
101752026-09-11T21:04:39.459Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 INFO ok!
101762026-09-11T21:04:39.459Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 INFO STEP 37 (ensure_file) COMPLETE
101772026-09-11T21:04:39.460Z[ recovery-image] Sep 11 21:04:38.237 INFO O| Sep 11 21:04:38.237 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101782026-09-11T21:04:39.466Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
101792026-09-11T21:04:39.466Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
101802026-09-11T21:04:39.470Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
101812026-09-11T21:04:39.470Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
101822026-09-11T21:04:39.470Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
101832026-09-11T21:04:39.471Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
101842026-09-11T21:04:39.471Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO ok!
101852026-09-11T21:04:39.471Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO STEP 38 (ensure_file) COMPLETE
101862026-09-11T21:04:39.471Z[ recovery-image] Sep 11 21:04:38.247 INFO O| Sep 11 21:04:38.247 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101872026-09-11T21:04:39.475Z[ recovery-image] Sep 11 21:04:38.257 INFO O| Sep 11 21:04:38.256 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
101882026-09-11T21:04:39.475Z[ recovery-image] Sep 11 21:04:38.257 INFO O| Sep 11 21:04:38.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
101892026-09-11T21:04:39.475Z[ recovery-image] Sep 11 21:04:38.257 INFO O| Sep 11 21:04:38.257 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
101902026-09-11T21:04:39.481Z[ recovery-image] Sep 11 21:04:38.257 INFO O| Sep 11 21:04:38.257 INFO STEP 39 (ensure_dir) COMPLETE
101912026-09-11T21:04:39.482Z[ recovery-image] Sep 11 21:04:38.257 INFO O| Sep 11 21:04:38.257 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
101922026-09-11T21:04:39.487Z[ recovery-image] Sep 11 21:04:38.268 INFO O| Sep 11 21:04:38.268 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
101932026-09-11T21:04:39.487Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.268 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 ...
101942026-09-11T21:04:39.491Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 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
101952026-09-11T21:04:39.491Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 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
101962026-09-11T21:04:39.492Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 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
101972026-09-11T21:04:39.492Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 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
101982026-09-11T21:04:39.492Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 INFO ok!
101992026-09-11T21:04:39.492Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 INFO STEP 40 (ensure_file) COMPLETE
102002026-09-11T21:04:39.492Z[ recovery-image] Sep 11 21:04:38.269 INFO O| Sep 11 21:04:38.269 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
102012026-09-11T21:04:39.511Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
102022026-09-11T21:04:39.511Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 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 ...
102032026-09-11T21:04:39.511Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
102042026-09-11T21:04:39.515Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 INFO ok!
102052026-09-11T21:04:39.516Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 INFO STEP 41 (ensure_symlink) COMPLETE
102062026-09-11T21:04:39.516Z[ recovery-image] Sep 11 21:04:38.292 INFO O| Sep 11 21:04:38.292 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
102072026-09-11T21:04:39.522Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
102082026-09-11T21:04:39.522Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
102092026-09-11T21:04:39.526Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
102102026-09-11T21:04:39.526Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO ok!
102112026-09-11T21:04:39.526Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO STEP 42 (ensure_symlink) COMPLETE
102122026-09-11T21:04:39.526Z[ recovery-image] Sep 11 21:04:38.303 INFO O| Sep 11 21:04:38.303 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
102132026-09-11T21:04:39.532Z[ recovery-image] Sep 11 21:04:38.313 INFO O| Sep 11 21:04:38.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
102142026-09-11T21:04:39.532Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.313 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
102152026-09-11T21:04:39.536Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
102162026-09-11T21:04:39.536Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
102172026-09-11T21:04:39.536Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
102182026-09-11T21:04:39.536Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
102192026-09-11T21:04:39.537Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO ok!
102202026-09-11T21:04:39.537Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO STEP 43 (ensure_file) COMPLETE
102212026-09-11T21:04:39.537Z[ recovery-image] Sep 11 21:04:38.314 INFO O| Sep 11 21:04:38.314 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
102222026-09-11T21:04:39.542Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
102232026-09-11T21:04:39.542Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 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 ...
102242026-09-11T21:04:39.547Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 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
102252026-09-11T21:04:39.547Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
102262026-09-11T21:04:39.548Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 INFO ok!
102272026-09-11T21:04:39.548Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 INFO STEP 44 (ensure_file) COMPLETE
102282026-09-11T21:04:39.548Z[ recovery-image] Sep 11 21:04:38.324 INFO O| Sep 11 21:04:38.324 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
102292026-09-11T21:04:39.554Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
102302026-09-11T21:04:39.554Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
102312026-09-11T21:04:39.558Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
102322026-09-11T21:04:39.558Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO ok!
102332026-09-11T21:04:39.558Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO STEP 45 (ensure_file) COMPLETE
102342026-09-11T21:04:39.558Z[ recovery-image] Sep 11 21:04:38.336 INFO O| Sep 11 21:04:38.336 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
102352026-09-11T21:04:39.566Z[ recovery-image] Sep 11 21:04:38.348 INFO O| Sep 11 21:04:38.347 INFO updating shadow file
102362026-09-11T21:04:39.570Z[ recovery-image] Sep 11 21:04:38.348 INFO O| Sep 11 21:04:38.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
102372026-09-11T21:04:39.570Z[ recovery-image] Sep 11 21:04:38.348 INFO O| Sep 11 21:04:38.348 INFO STEP 46 (shadow) COMPLETE
102382026-09-11T21:04:39.570Z[ recovery-image] Sep 11 21:04:38.348 INFO O| Sep 11 21:04:38.348 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
102392026-09-11T21:04:39.578Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
102402026-09-11T21:04:39.578Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
102412026-09-11T21:04:39.582Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
102422026-09-11T21:04:39.582Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
102432026-09-11T21:04:39.582Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO ok!
102442026-09-11T21:04:39.582Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO STEP 47 (ensure_file) COMPLETE
102452026-09-11T21:04:39.582Z[ recovery-image] Sep 11 21:04:38.359 INFO O| Sep 11 21:04:38.359 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102462026-09-11T21:04:39.614Z[ recovery-image] Sep 11 21:04:38.392 INFO O| Sep 11 21:04:38.392 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
102472026-09-11T21:04:39.614Z[ recovery-image] Sep 11 21:04:38.392 INFO O| Sep 11 21:04:38.392 INFO STEP 48 (ensure_dir) COMPLETE
102482026-09-11T21:04:39.614Z[ recovery-image] Sep 11 21:04:38.392 INFO O| Sep 11 21:04:38.392 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102492026-09-11T21:04:39.619Z[ host-image] Sep 11 21:04:38.400 INFO O| Sep 11 21:04:38.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102502026-09-11T21:04:39.622Z[ host-image] Sep 11 21:04:38.400 INFO O| Sep 11 21:04:38.400 INFO ok!
102512026-09-11T21:04:39.622Z[ host-image] Sep 11 21:04:38.400 INFO O| Sep 11 21:04:38.400 INFO STEP 70 (ensure_file) COMPLETE
102522026-09-11T21:04:39.622Z[ host-image] Sep 11 21:04:38.400 INFO O| Sep 11 21:04:38.400 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-09-11T21:04:39.627Z[ recovery-image] Sep 11 21:04:38.404 INFO O| Sep 11 21:04:38.404 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
102542026-09-11T21:04:39.628Z[ recovery-image] Sep 11 21:04:38.404 INFO O| Sep 11 21:04:38.404 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
102552026-09-11T21:04:39.628Z[ recovery-image] Sep 11 21:04:38.404 INFO O| Sep 11 21:04:38.404 INFO STEP 49 (ensure_dir) COMPLETE
102562026-09-11T21:04:39.628Z[ recovery-image] Sep 11 21:04:38.404 INFO O| Sep 11 21:04:38.404 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102572026-09-11T21:04:39.631Z[ host-image] Sep 11 21:04:38.410 INFO O| Sep 11 21:04:38.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102582026-09-11T21:04:39.631Z[ host-image] Sep 11 21:04:38.410 INFO O| Sep 11 21:04:38.410 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102592026-09-11T21:04:39.644Z[ recovery-image] Sep 11 21:04:38.425 INFO O| Sep 11 21:04:38.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
102602026-09-11T21:04:39.647Z[ recovery-image] Sep 11 21:04:38.425 INFO O| Sep 11 21:04:38.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
102612026-09-11T21:04:39.647Z[ recovery-image] Sep 11 21:04:38.425 INFO O| Sep 11 21:04:38.425 INFO STEP 50 (ensure_dir) COMPLETE
102622026-09-11T21:04:39.648Z[ recovery-image] Sep 11 21:04:38.425 INFO O| Sep 11 21:04:38.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102632026-09-11T21:04:39.654Z[ recovery-image] Sep 11 21:04:38.436 INFO O| Sep 11 21:04:38.436 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
102642026-09-11T21:04:39.654Z[ recovery-image] Sep 11 21:04:38.436 INFO O| Sep 11 21:04:38.436 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
102652026-09-11T21:04:39.667Z[ recovery-image] Sep 11 21:04:38.448 INFO O| Sep 11 21:04:38.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
102662026-09-11T21:04:39.667Z[ recovery-image] Sep 11 21:04:38.448 INFO O| Sep 11 21:04:38.448 INFO ok!
102672026-09-11T21:04:39.667Z[ recovery-image] Sep 11 21:04:38.448 INFO O| Sep 11 21:04:38.448 INFO STEP 51 (ensure_file) COMPLETE
102682026-09-11T21:04:39.671Z[ recovery-image] Sep 11 21:04:38.448 INFO O| Sep 11 21:04:38.448 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102692026-09-11T21:04:39.677Z[ recovery-image] Sep 11 21:04:38.458 INFO O| Sep 11 21:04:38.458 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
102702026-09-11T21:04:39.682Z[ recovery-image] Sep 11 21:04:38.458 INFO O| Sep 11 21:04:38.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
102712026-09-11T21:04:39.682Z[ recovery-image] Sep 11 21:04:38.458 INFO O| Sep 11 21:04:38.458 INFO STEP 52 (ensure_dir) COMPLETE
102722026-09-11T21:04:39.683Z[ recovery-image] Sep 11 21:04:38.458 INFO O| Sep 11 21:04:38.458 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102732026-09-11T21:04:39.694Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
102742026-09-11T21:04:39.694Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
102752026-09-11T21:04:39.694Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
102762026-09-11T21:04:39.694Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO ok!
102772026-09-11T21:04:39.694Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO STEP 53 (ensure_file) COMPLETE
102782026-09-11T21:04:39.695Z[ recovery-image] Sep 11 21:04:38.475 INFO O| Sep 11 21:04:38.475 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102792026-09-11T21:04:39.745Z[ recovery-image] Sep 11 21:04:38.526 INFO O| Sep 11 21:04:38.526 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
102802026-09-11T21:04:39.745Z[ recovery-image] Sep 11 21:04:38.526 INFO O| Sep 11 21:04:38.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
102812026-09-11T21:04:39.749Z[ recovery-image] Sep 11 21:04:38.526 INFO O| Sep 11 21:04:38.526 INFO STEP 54 (ensure_dir) COMPLETE
102822026-09-11T21:04:39.750Z[ recovery-image] Sep 11 21:04:38.526 INFO O| Sep 11 21:04:38.526 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
102832026-09-11T21:04:39.757Z[ recovery-image] Sep 11 21:04:38.537 INFO O| Sep 11 21:04:38.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
102842026-09-11T21:04:39.762Z[ recovery-image] Sep 11 21:04:38.537 INFO O| Sep 11 21:04:38.537 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
102852026-09-11T21:04:39.771Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
102862026-09-11T21:04:40.360Z[ host-image] Sep 11 21:04:39.141 INFO O| Sep 11 21:04:39.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102872026-09-11T21:04:40.360Z[ host-image] Sep 11 21:04:39.141 INFO O| Sep 11 21:04:39.141 INFO ok!
102882026-09-11T21:04:40.361Z[ host-image] Sep 11 21:04:39.141 INFO O| Sep 11 21:04:39.141 INFO STEP 71 (ensure_file) COMPLETE
102892026-09-11T21:04:40.361Z[ host-image] Sep 11 21:04:39.141 INFO O| Sep 11 21:04:39.141 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-09-11T21:04:40.373Z[ host-image] Sep 11 21:04:39.154 INFO O| Sep 11 21:04:39.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102912026-09-11T21:04:40.373Z[ host-image] Sep 11 21:04:39.154 INFO O| Sep 11 21:04:39.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102922026-09-11T21:04:40.377Z[ host-image] Sep 11 21:04:39.154 INFO O| Sep 11 21:04:39.154 INFO STEP 72 (ensure_dir) COMPLETE
102932026-09-11T21:04:40.377Z[ host-image] Sep 11 21:04:39.154 INFO O| Sep 11 21:04:39.154 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-09-11T21:04:40.384Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
102952026-09-11T21:04:40.397Z[ host-image] Sep 11 21:04:39.178 INFO O| Sep 11 21:04:39.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102962026-09-11T21:04:40.397Z[ host-image] Sep 11 21:04:39.179 INFO O| Sep 11 21:04:39.178 INFO copying /tmp/.tmpAiB8Pk/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 ...
102972026-09-11T21:04:40.397Z[ host-image] Sep 11 21:04:39.179 INFO O| Sep 11 21:04:39.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102982026-09-11T21:04:40.401Z[ host-image] Sep 11 21:04:39.179 INFO O| Sep 11 21:04:39.178 INFO ok!
102992026-09-11T21:04:40.401Z[ host-image] Sep 11 21:04:39.179 INFO O| Sep 11 21:04:39.178 INFO STEP 73 (ensure_file) COMPLETE
103002026-09-11T21:04:40.401Z[ host-image] Sep 11 21:04:39.179 INFO O| Sep 11 21:04:39.178 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
103022026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO copying /tmp/.tmpAiB8Pk/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 ...
103032026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
103042026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO ok!
103052026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO STEP 74 (ensure_file) COMPLETE
103062026-09-11T21:04:40.410Z[ host-image] Sep 11 21:04:39.190 INFO O| Sep 11 21:04:39.190 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-09-11T21:04:40.418Z[ host-image] Sep 11 21:04:39.199 INFO O| Sep 11 21:04:39.199 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103082026-09-11T21:04:40.418Z[ host-image] Sep 11 21:04:39.199 INFO O| Sep 11 21:04:39.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
103092026-09-11T21:04:40.418Z[ host-image] Sep 11 21:04:39.199 INFO O| Sep 11 21:04:39.199 INFO STEP 75 (ensure_dir) COMPLETE
103102026-09-11T21:04:40.418Z[ host-image] Sep 11 21:04:39.199 INFO O| Sep 11 21:04:39.199 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-09-11T21:04:40.428Z[ host-image] Sep 11 21:04:39.209 INFO O| Sep 11 21:04:39.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
103122026-09-11T21:04:40.429Z[ host-image] Sep 11 21:04:39.210 INFO O| Sep 11 21:04:39.209 INFO copying /tmp/.tmpAiB8Pk/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 ...
103132026-09-11T21:04:40.432Z[ host-image] Sep 11 21:04:39.210 INFO O| Sep 11 21:04:39.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
103142026-09-11T21:04:40.432Z[ host-image] Sep 11 21:04:39.210 INFO O| Sep 11 21:04:39.210 INFO ok!
103152026-09-11T21:04:40.432Z[ host-image] Sep 11 21:04:39.210 INFO O| Sep 11 21:04:39.210 INFO STEP 76 (ensure_file) COMPLETE
103162026-09-11T21:04:40.432Z[ host-image] Sep 11 21:04:39.210 INFO O| Sep 11 21:04:39.210 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-09-11T21:04:40.437Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
103182026-09-11T21:04:40.437Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO copying /tmp/.tmpAiB8Pk/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 ...
103192026-09-11T21:04:40.441Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
103202026-09-11T21:04:40.441Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO ok!
103212026-09-11T21:04:40.441Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO STEP 77 (ensure_file) COMPLETE
103222026-09-11T21:04:40.442Z[ host-image] Sep 11 21:04:39.219 INFO O| Sep 11 21:04:39.219 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-09-11T21:04:40.450Z[ host-image] Sep 11 21:04:39.231 INFO O| Sep 11 21:04:39.231 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103242026-09-11T21:04:40.450Z[ host-image] Sep 11 21:04:39.231 INFO O| Sep 11 21:04:39.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103252026-09-11T21:04:40.454Z[ host-image] Sep 11 21:04:39.231 INFO O| Sep 11 21:04:39.231 INFO STEP 78 (ensure_dir) COMPLETE
103262026-09-11T21:04:40.454Z[ host-image] Sep 11 21:04:39.231 INFO O| Sep 11 21:04:39.231 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-09-11T21:04:40.461Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
103282026-09-11T21:04:40.462Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO copying /tmp/.tmpAiB8Pk/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 ...
103292026-09-11T21:04:40.465Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
103302026-09-11T21:04:40.465Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO ok!
103312026-09-11T21:04:40.465Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO STEP 79 (ensure_file) COMPLETE
103322026-09-11T21:04:40.465Z[ host-image] Sep 11 21:04:39.242 INFO O| Sep 11 21:04:39.242 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-09-11T21:04:40.471Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
103342026-09-11T21:04:40.471Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
103352026-09-11T21:04:40.471Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
103362026-09-11T21:04:40.474Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO ok!
103372026-09-11T21:04:40.474Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO STEP 80 (ensure_file) COMPLETE
103382026-09-11T21:04:40.474Z[ host-image] Sep 11 21:04:39.252 INFO O| Sep 11 21:04:39.252 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-09-11T21:04:40.481Z[ host-image] Sep 11 21:04:39.263 INFO O| Sep 11 21:04:39.263 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103402026-09-11T21:04:40.481Z[ host-image] Sep 11 21:04:39.263 INFO O| Sep 11 21:04:39.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103412026-09-11T21:04:40.482Z[ host-image] Sep 11 21:04:39.263 INFO O| Sep 11 21:04:39.263 INFO STEP 81 (ensure_dir) COMPLETE
103422026-09-11T21:04:40.485Z[ host-image] Sep 11 21:04:39.263 INFO O| Sep 11 21:04:39.263 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-09-11T21:04:40.491Z[ host-image] Sep 11 21:04:39.272 INFO O| Sep 11 21:04:39.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103442026-09-11T21:04:40.491Z[ host-image] Sep 11 21:04:39.273 INFO O| Sep 11 21:04:39.272 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103452026-09-11T21:04:40.500Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
103462026-09-11T21:04:40.877Z[ host-image] Sep 11 21:04:39.659 INFO O| Sep 11 21:04:39.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103472026-09-11T21:04:40.877Z[ host-image] Sep 11 21:04:39.659 INFO O| Sep 11 21:04:39.658 INFO ok!
103482026-09-11T21:04:40.880Z[ host-image] Sep 11 21:04:39.659 INFO O| Sep 11 21:04:39.658 INFO STEP 82 (ensure_file) COMPLETE
103492026-09-11T21:04:40.880Z[ host-image] Sep 11 21:04:39.659 INFO O| Sep 11 21:04:39.658 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-09-11T21:04:40.889Z[ host-image] Sep 11 21:04:39.670 INFO O| Sep 11 21:04:39.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103512026-09-11T21:04:40.889Z[ host-image] Sep 11 21:04:39.670 INFO O| Sep 11 21:04:39.670 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103522026-09-11T21:04:40.893Z[ host-image] Sep 11 21:04:39.672 INFO O| Sep 11 21:04:39.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103532026-09-11T21:04:40.893Z[ host-image] Sep 11 21:04:39.672 INFO O| Sep 11 21:04:39.672 INFO ok!
103542026-09-11T21:04:40.893Z[ host-image] Sep 11 21:04:39.672 INFO O| Sep 11 21:04:39.672 INFO STEP 83 (ensure_file) COMPLETE
103552026-09-11T21:04:40.893Z[ host-image] Sep 11 21:04:39.672 INFO O| Sep 11 21:04:39.672 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-09-11T21:04:40.902Z[ host-image] Sep 11 21:04:39.684 INFO O| Sep 11 21:04:39.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103572026-09-11T21:04:40.902Z[ host-image] Sep 11 21:04:39.684 INFO O| Sep 11 21:04:39.684 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103582026-09-11T21:04:41.266Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
103592026-09-11T21:04:41.439Z[ recovery-image] Sep 11 21:04:40.220 INFO O| Sep 11 21:04:40.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
103602026-09-11T21:04:41.443Z[ recovery-image] Sep 11 21:04:40.220 INFO O| Sep 11 21:04:40.218 INFO ok!
103612026-09-11T21:04:41.443Z[ recovery-image] Sep 11 21:04:40.220 INFO O| Sep 11 21:04:40.218 INFO STEP 55 (ensure_file) COMPLETE
103622026-09-11T21:04:41.443Z[ recovery-image] Sep 11 21:04:40.220 INFO O| Sep 11 21:04:40.218 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
103632026-09-11T21:04:41.450Z[ recovery-image] Sep 11 21:04:40.231 INFO O| Sep 11 21:04:40.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
103642026-09-11T21:04:41.450Z[ recovery-image] Sep 11 21:04:40.231 INFO O| Sep 11 21:04:40.231 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
103652026-09-11T21:04:41.858Z[ host-image] Sep 11 21:04:40.639 INFO O| Sep 11 21:04:40.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103662026-09-11T21:04:41.859Z[ host-image] Sep 11 21:04:40.639 INFO O| Sep 11 21:04:40.639 INFO ok!
103672026-09-11T21:04:41.859Z[ host-image] Sep 11 21:04:40.639 INFO O| Sep 11 21:04:40.639 INFO STEP 84 (ensure_file) COMPLETE
103682026-09-11T21:04:41.859Z[ host-image] Sep 11 21:04:40.639 INFO O| Sep 11 21:04:40.639 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-09-11T21:04:41.870Z[ host-image] Sep 11 21:04:40.651 INFO O| Sep 11 21:04:40.651 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103702026-09-11T21:04:41.870Z[ host-image] Sep 11 21:04:40.651 INFO O| Sep 11 21:04:40.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103712026-09-11T21:04:41.870Z[ host-image] Sep 11 21:04:40.651 INFO O| Sep 11 21:04:40.651 INFO STEP 85 (ensure_dir) COMPLETE
103722026-09-11T21:04:41.874Z[ host-image] Sep 11 21:04:40.651 INFO O| Sep 11 21:04:40.651 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-09-11T21:04:41.882Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103742026-09-11T21:04:41.882Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO copying /tmp/.tmpAiB8Pk/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 ...
103752026-09-11T21:04:41.882Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103762026-09-11T21:04:41.882Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO ok!
103772026-09-11T21:04:41.887Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO STEP 86 (ensure_file) COMPLETE
103782026-09-11T21:04:41.887Z[ host-image] Sep 11 21:04:40.663 INFO O| Sep 11 21:04:40.663 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-09-11T21:04:41.894Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103802026-09-11T21:04:41.894Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO copying /tmp/.tmpAiB8Pk/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 ...
103812026-09-11T21:04:41.895Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103822026-09-11T21:04:41.900Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO ok!
103832026-09-11T21:04:41.900Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO STEP 87 (ensure_file) COMPLETE
103842026-09-11T21:04:41.901Z[ host-image] Sep 11 21:04:40.675 INFO O| Sep 11 21:04:40.675 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-09-11T21:04:41.906Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103862026-09-11T21:04:41.906Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.687 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103872026-09-11T21:04:41.906Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103882026-09-11T21:04:41.911Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.688 INFO ok!
103892026-09-11T21:04:41.911Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.688 INFO STEP 88 (ensure_file) COMPLETE
103902026-09-11T21:04:41.911Z[ host-image] Sep 11 21:04:40.688 INFO O| Sep 11 21:04:40.688 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-09-11T21:04:41.918Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103922026-09-11T21:04:41.918Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103932026-09-11T21:04:41.918Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103942026-09-11T21:04:41.924Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO ok!
103952026-09-11T21:04:41.924Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO STEP 89 (ensure_file) COMPLETE
103962026-09-11T21:04:41.925Z[ host-image] Sep 11 21:04:40.699 INFO O| Sep 11 21:04:40.699 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-09-11T21:04:41.929Z[ host-image] Sep 11 21:04:40.710 INFO O| Sep 11 21:04:40.710 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103982026-09-11T21:04:41.929Z[ host-image] Sep 11 21:04:40.711 INFO O| Sep 11 21:04:40.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103992026-09-11T21:04:41.933Z[ host-image] Sep 11 21:04:40.711 INFO O| Sep 11 21:04:40.711 INFO STEP 90 (ensure_dir) COMPLETE
104002026-09-11T21:04:41.933Z[ host-image] Sep 11 21:04:40.711 INFO O| Sep 11 21:04:40.711 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-09-11T21:04:41.940Z[ host-image] Sep 11 21:04:40.721 INFO O| Sep 11 21:04:40.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
104022026-09-11T21:04:41.940Z[ host-image] Sep 11 21:04:40.721 INFO O| Sep 11 21:04:40.721 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
104032026-09-11T21:04:41.943Z[ host-image] Sep 11 21:04:40.725 INFO O| Sep 11 21:04:40.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
104042026-09-11T21:04:41.943Z[ host-image] Sep 11 21:04:40.725 INFO O| Sep 11 21:04:40.723 INFO ok!
104052026-09-11T21:04:41.943Z[ host-image] Sep 11 21:04:40.725 INFO O| Sep 11 21:04:40.723 INFO STEP 91 (ensure_file) COMPLETE
104062026-09-11T21:04:41.944Z[ host-image] Sep 11 21:04:40.725 INFO O| Sep 11 21:04:40.723 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-09-11T21:04:41.953Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
104082026-09-11T21:04:41.953Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
104092026-09-11T21:04:41.953Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
104102026-09-11T21:04:41.959Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO ok!
104112026-09-11T21:04:41.959Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO STEP 92 (ensure_file) COMPLETE
104122026-09-11T21:04:41.959Z[ host-image] Sep 11 21:04:40.734 INFO O| Sep 11 21:04:40.734 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-09-11T21:04:41.965Z[ host-image] Sep 11 21:04:40.745 INFO O| Sep 11 21:04:40.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
104142026-09-11T21:04:41.965Z[ host-image] Sep 11 21:04:40.745 INFO O| Sep 11 21:04:40.745 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
104152026-09-11T21:04:42.163Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
104162026-09-11T21:04:42.330Z[ host-image] Sep 11 21:04:41.111 INFO O| Sep 11 21:04:41.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
104172026-09-11T21:04:42.330Z[ host-image] Sep 11 21:04:41.111 INFO O| Sep 11 21:04:41.111 INFO ok!
104182026-09-11T21:04:42.334Z[ host-image] Sep 11 21:04:41.111 INFO O| Sep 11 21:04:41.111 INFO STEP 93 (ensure_file) COMPLETE
104192026-09-11T21:04:42.334Z[ host-image] Sep 11 21:04:41.111 INFO O| Sep 11 21:04:41.111 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-09-11T21:04:42.341Z[ host-image] Sep 11 21:04:41.123 INFO O| Sep 11 21:04:41.122 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104212026-09-11T21:04:42.341Z[ host-image] Sep 11 21:04:41.123 INFO O| Sep 11 21:04:41.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104222026-09-11T21:04:42.341Z[ host-image] Sep 11 21:04:41.123 INFO O| Sep 11 21:04:41.123 INFO STEP 94 (ensure_dir) COMPLETE
104232026-09-11T21:04:42.345Z[ host-image] Sep 11 21:04:41.123 INFO O| Sep 11 21:04:41.123 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-09-11T21:04:42.352Z[ host-image] Sep 11 21:04:41.133 INFO O| Sep 11 21:04:41.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104252026-09-11T21:04:42.352Z[ host-image] Sep 11 21:04:41.133 INFO O| Sep 11 21:04:41.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104262026-09-11T21:04:42.352Z[ host-image] Sep 11 21:04:41.133 INFO O| Sep 11 21:04:41.133 INFO STEP 95 (ensure_dir) COMPLETE
104272026-09-11T21:04:42.352Z[ host-image] Sep 11 21:04:41.133 INFO O| Sep 11 21:04:41.133 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-09-11T21:04:42.364Z[ host-image] Sep 11 21:04:41.145 INFO O| Sep 11 21:04:41.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104292026-09-11T21:04:42.364Z[ host-image] Sep 11 21:04:41.145 INFO O| Sep 11 21:04:41.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104302026-09-11T21:04:42.367Z[ host-image] Sep 11 21:04:41.145 INFO O| Sep 11 21:04:41.145 INFO STEP 96 (ensure_dir) COMPLETE
104312026-09-11T21:04:42.367Z[ host-image] Sep 11 21:04:41.145 INFO O| Sep 11 21:04:41.145 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-09-11T21:04:42.376Z[ host-image] Sep 11 21:04:41.157 INFO O| Sep 11 21:04:41.157 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104332026-09-11T21:04:42.376Z[ host-image] Sep 11 21:04:41.157 INFO O| Sep 11 21:04:41.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104342026-09-11T21:04:42.379Z[ host-image] Sep 11 21:04:41.157 INFO O| Sep 11 21:04:41.157 INFO STEP 97 (ensure_dir) COMPLETE
104352026-09-11T21:04:42.380Z[ host-image] Sep 11 21:04:41.157 INFO O| Sep 11 21:04:41.157 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-09-11T21:04:42.390Z[ host-image] Sep 11 21:04:41.172 INFO O| Sep 11 21:04:41.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104372026-09-11T21:04:42.390Z[ host-image] Sep 11 21:04:41.172 INFO O| Sep 11 21:04:41.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104382026-09-11T21:04:42.394Z[ host-image] Sep 11 21:04:41.172 INFO O| Sep 11 21:04:41.172 INFO STEP 98 (ensure_dir) COMPLETE
104392026-09-11T21:04:42.394Z[ host-image] Sep 11 21:04:41.172 INFO O| Sep 11 21:04:41.172 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-09-11T21:04:42.400Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104412026-09-11T21:04:42.400Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO copying /tmp/.tmpAiB8Pk/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 ...
104422026-09-11T21:04:42.404Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104432026-09-11T21:04:42.404Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO ok!
104442026-09-11T21:04:42.404Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO STEP 99 (ensure_file) COMPLETE
104452026-09-11T21:04:42.404Z[ host-image] Sep 11 21:04:41.182 INFO O| Sep 11 21:04:41.182 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-09-11T21:04:42.413Z[ host-image] Sep 11 21:04:41.195 INFO O| Sep 11 21:04:41.195 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104472026-09-11T21:04:42.413Z[ host-image] Sep 11 21:04:41.195 INFO O| Sep 11 21:04:41.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104482026-09-11T21:04:42.413Z[ host-image] Sep 11 21:04:41.195 INFO O| Sep 11 21:04:41.195 INFO STEP 100 (ensure_dir) COMPLETE
104492026-09-11T21:04:42.417Z[ host-image] Sep 11 21:04:41.195 INFO O| Sep 11 21:04:41.195 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-09-11T21:04:42.424Z[ host-image] Sep 11 21:04:41.205 INFO O| Sep 11 21:04:41.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104512026-09-11T21:04:42.424Z[ host-image] Sep 11 21:04:41.205 INFO O| Sep 11 21:04:41.205 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104522026-09-11T21:04:42.588Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
104532026-09-11T21:04:42.846Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
104542026-09-11T21:04:42.919Z[ recovery-image] Sep 11 21:04:41.694 INFO O| Sep 11 21:04:41.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
104552026-09-11T21:04:42.919Z[ recovery-image] Sep 11 21:04:41.694 INFO O| Sep 11 21:04:41.694 INFO ok!
104562026-09-11T21:04:42.921Z[ recovery-image] Sep 11 21:04:41.694 INFO O| Sep 11 21:04:41.694 INFO STEP 56 (ensure_file) COMPLETE
104572026-09-11T21:04:42.922Z[ recovery-image] Sep 11 21:04:41.694 INFO O| Sep 11 21:04:41.694 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104582026-09-11T21:04:42.929Z[ recovery-image] Sep 11 21:04:41.706 INFO O| Sep 11 21:04:41.706 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
104592026-09-11T21:04:42.930Z[ recovery-image] Sep 11 21:04:41.706 INFO O| Sep 11 21:04:41.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
104602026-09-11T21:04:42.930Z[ recovery-image] Sep 11 21:04:41.706 INFO O| Sep 11 21:04:41.706 INFO STEP 57 (ensure_dir) COMPLETE
104612026-09-11T21:04:42.930Z[ recovery-image] Sep 11 21:04:41.706 INFO O| Sep 11 21:04:41.706 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104622026-09-11T21:04:42.936Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.717 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
104632026-09-11T21:04:42.936Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.717 INFO copying /tmp/.tmpAiB8Pk/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 ...
104642026-09-11T21:04:42.940Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.718 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
104652026-09-11T21:04:42.940Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.718 INFO ok!
104662026-09-11T21:04:42.940Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.718 INFO STEP 58 (ensure_file) COMPLETE
104672026-09-11T21:04:42.940Z[ recovery-image] Sep 11 21:04:41.718 INFO O| Sep 11 21:04:41.718 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104682026-09-11T21:04:42.947Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
104692026-09-11T21:04:42.948Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 INFO copying /tmp/.tmpAiB8Pk/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 ...
104702026-09-11T21:04:42.951Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 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
104712026-09-11T21:04:42.951Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 INFO ok!
104722026-09-11T21:04:42.951Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 INFO STEP 59 (ensure_file) COMPLETE
104732026-09-11T21:04:42.953Z[ recovery-image] Sep 11 21:04:41.729 INFO O| Sep 11 21:04:41.729 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104742026-09-11T21:04:42.959Z[ recovery-image] Sep 11 21:04:41.740 INFO O| Sep 11 21:04:41.740 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
104752026-09-11T21:04:42.959Z[ recovery-image] Sep 11 21:04:41.740 INFO O| Sep 11 21:04:41.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
104762026-09-11T21:04:42.963Z[ recovery-image] Sep 11 21:04:41.740 INFO O| Sep 11 21:04:41.740 INFO STEP 60 (ensure_dir) COMPLETE
104772026-09-11T21:04:42.963Z[ recovery-image] Sep 11 21:04:41.740 INFO O| Sep 11 21:04:41.740 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104782026-09-11T21:04:42.970Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
104792026-09-11T21:04:42.970Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO copying /tmp/.tmpAiB8Pk/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 ...
104802026-09-11T21:04:42.973Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
104812026-09-11T21:04:42.973Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO ok!
104822026-09-11T21:04:42.973Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO STEP 61 (ensure_file) COMPLETE
104832026-09-11T21:04:42.974Z[ recovery-image] Sep 11 21:04:41.752 INFO O| Sep 11 21:04:41.752 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104842026-09-11T21:04:42.984Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
104852026-09-11T21:04:42.984Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 INFO copying /tmp/.tmpAiB8Pk/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 ...
104862026-09-11T21:04:42.984Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 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
104872026-09-11T21:04:42.990Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 INFO ok!
104882026-09-11T21:04:42.990Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 INFO STEP 62 (ensure_file) COMPLETE
104892026-09-11T21:04:42.990Z[ recovery-image] Sep 11 21:04:41.764 INFO O| Sep 11 21:04:41.764 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104902026-09-11T21:04:42.994Z[ recovery-image] Sep 11 21:04:41.776 INFO O| Sep 11 21:04:41.776 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
104912026-09-11T21:04:42.994Z[ recovery-image] Sep 11 21:04:41.776 INFO O| Sep 11 21:04:41.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
104922026-09-11T21:04:42.995Z[ recovery-image] Sep 11 21:04:41.776 INFO O| Sep 11 21:04:41.776 INFO STEP 63 (ensure_dir) COMPLETE
104932026-09-11T21:04:42.995Z[ recovery-image] Sep 11 21:04:41.776 INFO O| Sep 11 21:04:41.776 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
104942026-09-11T21:04:43.006Z[ recovery-image] Sep 11 21:04:41.787 INFO O| Sep 11 21:04:41.787 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
104952026-09-11T21:04:43.006Z[ recovery-image] Sep 11 21:04:41.788 INFO O| Sep 11 21:04:41.787 INFO copying /tmp/.tmpAiB8Pk/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 ...
104962026-09-11T21:04:43.009Z[ recovery-image] Sep 11 21:04:41.788 INFO O| Sep 11 21:04:41.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
104972026-09-11T21:04:43.010Z[ recovery-image] Sep 11 21:04:41.788 INFO O| Sep 11 21:04:41.788 INFO ok!
104982026-09-11T21:04:43.010Z[ recovery-image] Sep 11 21:04:41.788 INFO O| Sep 11 21:04:41.788 INFO STEP 64 (ensure_file) COMPLETE
104992026-09-11T21:04:43.010Z[ recovery-image] Sep 11 21:04:41.788 INFO O| Sep 11 21:04:41.788 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105002026-09-11T21:04:43.018Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
105012026-09-11T21:04:43.018Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
105022026-09-11T21:04:43.021Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
105032026-09-11T21:04:43.021Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO ok!
105042026-09-11T21:04:43.021Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO STEP 65 (ensure_file) COMPLETE
105052026-09-11T21:04:43.021Z[ recovery-image] Sep 11 21:04:41.799 INFO O| Sep 11 21:04:41.799 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105062026-09-11T21:04:43.029Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
105072026-09-11T21:04:43.039Z[ recovery-image] Sep 11 21:04:41.820 INFO O| Sep 11 21:04:41.820 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
105082026-09-11T21:04:43.039Z[ recovery-image] Sep 11 21:04:41.820 INFO O| Sep 11 21:04:41.820 INFO STEP 66 (ensure_dir) COMPLETE
105092026-09-11T21:04:43.039Z[ recovery-image] Sep 11 21:04:41.820 INFO O| Sep 11 21:04:41.820 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105102026-09-11T21:04:43.049Z[ recovery-image] Sep 11 21:04:41.830 INFO O| Sep 11 21:04:41.830 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
105112026-09-11T21:04:43.049Z[ recovery-image] Sep 11 21:04:41.830 INFO O| Sep 11 21:04:41.830 INFO STEP 67 (ensure_dir) COMPLETE
105122026-09-11T21:04:43.049Z[ recovery-image] Sep 11 21:04:41.830 INFO O| Sep 11 21:04:41.830 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105132026-09-11T21:04:43.060Z[ recovery-image] Sep 11 21:04:41.840 INFO O| Sep 11 21:04:41.840 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
105142026-09-11T21:04:43.060Z[ recovery-image] Sep 11 21:04:41.840 INFO O| Sep 11 21:04:41.840 INFO STEP 68 (ensure_dir) COMPLETE
105152026-09-11T21:04:43.063Z[ recovery-image] Sep 11 21:04:41.840 INFO O| Sep 11 21:04:41.840 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105162026-09-11T21:04:43.069Z[ recovery-image] Sep 11 21:04:41.851 INFO O| Sep 11 21:04:41.851 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
105172026-09-11T21:04:43.070Z[ recovery-image] Sep 11 21:04:41.851 INFO O| Sep 11 21:04:41.851 INFO STEP 69 (ensure_dir) COMPLETE
105182026-09-11T21:04:43.073Z[ recovery-image] Sep 11 21:04:41.851 INFO O| Sep 11 21:04:41.851 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
105192026-09-11T21:04:43.080Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.861 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
105202026-09-11T21:04:43.080Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.862 INFO copying /tmp/.tmpAiB8Pk/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
105212026-09-11T21:04:43.080Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
105222026-09-11T21:04:43.083Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.862 INFO ok!
105232026-09-11T21:04:43.083Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.862 INFO STEP 70 (ensure_file) COMPLETE
105242026-09-11T21:04:43.083Z[ recovery-image] Sep 11 21:04:41.862 INFO O| Sep 11 21:04:41.862 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105252026-09-11T21:04:43.090Z[ recovery-image] Sep 11 21:04:41.872 INFO O| Sep 11 21:04:41.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
105262026-09-11T21:04:43.093Z[ recovery-image] Sep 11 21:04:41.872 INFO O| Sep 11 21:04:41.872 INFO STEP 71 (remove_files) COMPLETE
105272026-09-11T21:04:43.093Z[ recovery-image] Sep 11 21:04:41.872 INFO O| Sep 11 21:04:41.872 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105282026-09-11T21:04:43.096Z[ host-image] Sep 11 21:04:41.875 INFO O| Sep 11 21:04:41.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
105292026-09-11T21:04:43.096Z[ host-image] Sep 11 21:04:41.875 INFO O| Sep 11 21:04:41.875 INFO ok!
105302026-09-11T21:04:43.096Z[ host-image] Sep 11 21:04:41.875 INFO O| Sep 11 21:04:41.875 INFO STEP 101 (ensure_file) COMPLETE
105312026-09-11T21:04:43.096Z[ host-image] Sep 11 21:04:41.875 INFO O| Sep 11 21:04:41.875 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-09-11T21:04:43.103Z[ recovery-image] Sep 11 21:04:41.884 INFO O| Sep 11 21:04:41.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
105332026-09-11T21:04:43.106Z[ recovery-image] Sep 11 21:04:41.884 INFO O| Sep 11 21:04:41.884 INFO STEP 72 (remove_files) COMPLETE
105342026-09-11T21:04:43.106Z[ recovery-image] Sep 11 21:04:41.884 INFO O| Sep 11 21:04:41.884 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105352026-09-11T21:04:43.106Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
105362026-09-11T21:04:43.106Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.886 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
105372026-09-11T21:04:43.106Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
105382026-09-11T21:04:43.106Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.887 INFO ok!
105392026-09-11T21:04:43.106Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.887 INFO STEP 102 (ensure_file) COMPLETE
105402026-09-11T21:04:43.107Z[ host-image] Sep 11 21:04:41.887 INFO O| Sep 11 21:04:41.887 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.894 INFO O| Sep 11 21:04:41.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
105422026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.894 INFO O| Sep 11 21:04:41.894 INFO STEP 73 (remove_files) COMPLETE
105432026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.894 INFO O| Sep 11 21:04:41.894 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105442026-09-11T21:04:43.181Z[ host-image] Sep 11 21:04:41.899 INFO O| Sep 11 21:04:41.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
105452026-09-11T21:04:43.181Z[ host-image] Sep 11 21:04:41.899 INFO O| Sep 11 21:04:41.899 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
105462026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.904 INFO O| Sep 11 21:04:41.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
105472026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.904 INFO O| Sep 11 21:04:41.904 INFO STEP 74 (remove_files) COMPLETE
105482026-09-11T21:04:43.181Z[ recovery-image] Sep 11 21:04:41.904 INFO O| Sep 11 21:04:41.904 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105492026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.910 INFO O| Sep 11 21:04:41.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
105502026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.910 INFO O| Sep 11 21:04:41.910 INFO ok!
105512026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.910 INFO O| Sep 11 21:04:41.910 INFO STEP 103 (ensure_file) COMPLETE
105522026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.910 INFO O| Sep 11 21:04:41.910 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-09-11T21:04:43.182Z[ recovery-image] Sep 11 21:04:41.913 INFO O| Sep 11 21:04:41.913 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
105542026-09-11T21:04:43.182Z[ recovery-image] Sep 11 21:04:41.913 INFO O| Sep 11 21:04:41.913 INFO STEP 75 (remove_files) COMPLETE
105552026-09-11T21:04:43.182Z[ recovery-image] Sep 11 21:04:41.913 INFO O| Sep 11 21:04:41.913 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105562026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
105572026-09-11T21:04:43.182Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
105582026-09-11T21:04:43.183Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
105592026-09-11T21:04:43.183Z[ recovery-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
105602026-09-11T21:04:43.183Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO ok!
105612026-09-11T21:04:43.183Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO STEP 104 (ensure_file) COMPLETE
105622026-09-11T21:04:43.183Z[ recovery-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO STEP 76 (remove_files) COMPLETE
105632026-09-11T21:04:43.183Z[ recovery-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-09-11T21:04:43.183Z[ host-image] Sep 11 21:04:41.923 INFO O| Sep 11 21:04:41.923 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.933 INFO O| Sep 11 21:04:41.933 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
105662026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.933 INFO O| Sep 11 21:04:41.933 INFO STEP 77 (remove_files) COMPLETE
105672026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.933 INFO O| Sep 11 21:04:41.933 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105682026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.937 INFO O| Sep 11 21:04:41.937 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
105692026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.937 INFO O| Sep 11 21:04:41.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
105702026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.937 INFO O| Sep 11 21:04:41.937 INFO STEP 105 (ensure_dir) COMPLETE
105712026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.937 INFO O| Sep 11 21:04:41.937 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.944 INFO O| Sep 11 21:04:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
105732026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.944 INFO O| Sep 11 21:04:41.944 INFO STEP 78 (remove_files) COMPLETE
105742026-09-11T21:04:43.184Z[ recovery-image] Sep 11 21:04:41.944 INFO O| Sep 11 21:04:41.944 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105752026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.948 INFO O| Sep 11 21:04:41.948 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
105762026-09-11T21:04:43.184Z[ host-image] Sep 11 21:04:41.948 INFO O| Sep 11 21:04:41.948 INFO copying /tmp/.tmpAiB8Pk/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 ...
105772026-09-11T21:04:43.214Z[ recovery-image] Sep 11 21:04:41.995 INFO O| Sep 11 21:04:41.995 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
105782026-09-11T21:04:43.214Z[ recovery-image] Sep 11 21:04:41.995 INFO O| Sep 11 21:04:41.995 INFO STEP 79 (remove_files) COMPLETE
105792026-09-11T21:04:43.214Z[ recovery-image] Sep 11 21:04:41.995 INFO O| Sep 11 21:04:41.995 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-09-11T21:04:43.226Z[ recovery-image] Sep 11 21:04:42.008 INFO O| Sep 11 21:04:42.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
105812026-09-11T21:04:43.230Z[ recovery-image] Sep 11 21:04:42.008 INFO O| Sep 11 21:04:42.008 INFO STEP 80 (remove_files) COMPLETE
105822026-09-11T21:04:43.230Z[ recovery-image] Sep 11 21:04:42.008 INFO O| Sep 11 21:04:42.008 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-09-11T21:04:43.238Z[ recovery-image] Sep 11 21:04:42.020 INFO O| Sep 11 21:04:42.018 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
105842026-09-11T21:04:43.238Z[ recovery-image] Sep 11 21:04:42.020 INFO O| Sep 11 21:04:42.018 INFO STEP 81 (remove_files) COMPLETE
105852026-09-11T21:04:43.238Z[ recovery-image] Sep 11 21:04:42.020 INFO O| Sep 11 21:04:42.018 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-09-11T21:04:43.242Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
105872026-09-11T21:04:43.288Z[ recovery-image] Sep 11 21:04:42.056 INFO O| Sep 11 21:04:42.054 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
105882026-09-11T21:04:43.288Z[ recovery-image] Sep 11 21:04:42.056 INFO O| Sep 11 21:04:42.055 INFO STEP 82 (remove_files) COMPLETE
105892026-09-11T21:04:43.288Z[ recovery-image] Sep 11 21:04:42.056 INFO O| Sep 11 21:04:42.055 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105902026-09-11T21:04:43.300Z[ recovery-image] Sep 11 21:04:42.081 INFO O| Sep 11 21:04:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
105912026-09-11T21:04:43.332Z[ recovery-image] Sep 11 21:04:42.081 INFO O| Sep 11 21:04:42.080 INFO STEP 83 (remove_files) COMPLETE
105922026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.081 INFO O| Sep 11 21:04:42.080 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105932026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.096 INFO O| Sep 11 21:04:42.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
105942026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.096 INFO O| Sep 11 21:04:42.096 INFO STEP 84 (remove_files) COMPLETE
105952026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.096 INFO O| Sep 11 21:04:42.096 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105962026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.108 INFO O| Sep 11 21:04:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
105972026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.108 INFO O| Sep 11 21:04:42.108 INFO STEP 85 (remove_files) COMPLETE
105982026-09-11T21:04:43.333Z[ recovery-image] Sep 11 21:04:42.108 INFO O| Sep 11 21:04:42.108 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-09-11T21:04:43.347Z[ recovery-image] Sep 11 21:04:42.129 INFO O| Sep 11 21:04:42.128 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
106002026-09-11T21:04:43.347Z[ recovery-image] Sep 11 21:04:42.129 INFO O| Sep 11 21:04:42.129 INFO STEP 86 (remove_files) COMPLETE
106012026-09-11T21:04:43.350Z[ recovery-image] Sep 11 21:04:42.129 INFO O| Sep 11 21:04:42.129 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-09-11T21:04:43.357Z[ recovery-image] Sep 11 21:04:42.139 INFO O| Sep 11 21:04:42.139 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
106032026-09-11T21:04:43.357Z[ recovery-image] Sep 11 21:04:42.139 INFO O| Sep 11 21:04:42.139 INFO STEP 87 (remove_files) COMPLETE
106042026-09-11T21:04:43.361Z[ recovery-image] Sep 11 21:04:42.139 INFO O| Sep 11 21:04:42.139 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.148 INFO O| Sep 11 21:04:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
106062026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.149 INFO O| Sep 11 21:04:42.148 INFO STEP 88 (remove_files) COMPLETE
106072026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.149 INFO O| Sep 11 21:04:42.149 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.157 INFO O| Sep 11 21:04:42.157 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
106092026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.157 INFO O| Sep 11 21:04:42.157 INFO STEP 89 (remove_files) COMPLETE
106102026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.157 INFO O| Sep 11 21:04:42.157 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106112026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.165 INFO O| Sep 11 21:04:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
106122026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.165 INFO O| Sep 11 21:04:42.165 INFO STEP 90 (remove_files) COMPLETE
106132026-09-11T21:04:43.403Z[ recovery-image] Sep 11 21:04:42.165 INFO O| Sep 11 21:04:42.165 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106142026-09-11T21:04:43.419Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
106152026-09-11T21:04:43.422Z[ recovery-image] Sep 11 21:04:42.201 INFO O| Sep 11 21:04:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106162026-09-11T21:04:43.422Z[ recovery-image] Sep 11 21:04:42.201 INFO O| Sep 11 21:04:42.201 INFO STEP 91 (remove_files) COMPLETE
106172026-09-11T21:04:43.422Z[ recovery-image] Sep 11 21:04:42.201 INFO O| Sep 11 21:04:42.201 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-09-11T21:04:43.457Z[ recovery-image] Sep 11 21:04:42.238 INFO O| Sep 11 21:04:42.238 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
106192026-09-11T21:04:43.457Z[ recovery-image] Sep 11 21:04:42.238 INFO O| Sep 11 21:04:42.238 INFO STEP 92 (remove_files) COMPLETE
106202026-09-11T21:04:43.457Z[ recovery-image] Sep 11 21:04:42.238 INFO O| Sep 11 21:04:42.238 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-09-11T21:04:43.471Z[ recovery-image] Sep 11 21:04:42.249 INFO O| Sep 11 21:04:42.249 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106222026-09-11T21:04:43.471Z[ recovery-image] Sep 11 21:04:42.249 INFO O| Sep 11 21:04:42.249 INFO STEP 93 (remove_files) COMPLETE
106232026-09-11T21:04:43.474Z[ recovery-image] Sep 11 21:04:42.249 INFO O| Sep 11 21:04:42.249 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-09-11T21:04:43.478Z[ recovery-image] Sep 11 21:04:42.259 INFO O| Sep 11 21:04:42.259 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
106252026-09-11T21:04:43.478Z[ recovery-image] Sep 11 21:04:42.259 INFO O| Sep 11 21:04:42.259 INFO STEP 94 (remove_files) COMPLETE
106262026-09-11T21:04:43.478Z[ recovery-image] Sep 11 21:04:42.259 INFO O| Sep 11 21:04:42.259 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-09-11T21:04:43.489Z[ recovery-image] Sep 11 21:04:42.270 INFO O| Sep 11 21:04:42.270 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
106282026-09-11T21:04:43.489Z[ recovery-image] Sep 11 21:04:42.271 INFO O| Sep 11 21:04:42.270 INFO STEP 95 (remove_files) COMPLETE
106292026-09-11T21:04:43.489Z[ recovery-image] Sep 11 21:04:42.271 INFO O| Sep 11 21:04:42.270 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-09-11T21:04:43.499Z[ recovery-image] Sep 11 21:04:42.281 INFO O| Sep 11 21:04:42.281 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
106312026-09-11T21:04:43.499Z[ recovery-image] Sep 11 21:04:42.281 INFO O| Sep 11 21:04:42.281 INFO STEP 96 (remove_files) COMPLETE
106322026-09-11T21:04:43.502Z[ recovery-image] Sep 11 21:04:42.281 INFO O| Sep 11 21:04:42.281 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-09-11T21:04:43.510Z[ recovery-image] Sep 11 21:04:42.291 INFO O| Sep 11 21:04:42.291 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
106342026-09-11T21:04:43.510Z[ recovery-image] Sep 11 21:04:42.291 INFO O| Sep 11 21:04:42.291 INFO STEP 97 (remove_files) COMPLETE
106352026-09-11T21:04:43.510Z[ recovery-image] Sep 11 21:04:42.291 INFO O| Sep 11 21:04:42.291 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-09-11T21:04:43.516Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
106372026-09-11T21:04:43.519Z[verify-libraries] Compiling drift v0.2.0
106382026-09-11T21:04:43.522Z[ recovery-image] Sep 11 21:04:42.302 INFO O| Sep 11 21:04:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
106392026-09-11T21:04:43.522Z[ recovery-image] Sep 11 21:04:42.302 INFO O| Sep 11 21:04:42.302 INFO STEP 98 (remove_files) COMPLETE
106402026-09-11T21:04:43.522Z[ recovery-image] Sep 11 21:04:42.303 INFO O| Sep 11 21:04:42.302 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-09-11T21:04:43.531Z[ recovery-image] Sep 11 21:04:42.313 INFO O| Sep 11 21:04:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
106422026-09-11T21:04:43.532Z[ recovery-image] Sep 11 21:04:42.313 INFO O| Sep 11 21:04:42.313 INFO STEP 99 (remove_files) COMPLETE
106432026-09-11T21:04:43.535Z[ recovery-image] Sep 11 21:04:42.313 INFO O| Sep 11 21:04:42.313 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
106442026-09-11T21:04:43.547Z[ recovery-image] Sep 11 21:04:42.328 INFO O| Sep 11 21:04:42.328 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
106452026-09-11T21:04:43.547Z[ recovery-image] Sep 11 21:04:42.328 INFO O| Sep 11 21:04:42.328 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
106462026-09-11T21:04:43.574Z[ host-image] Sep 11 21:04:42.354 INFO O| Sep 11 21:04:42.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
106472026-09-11T21:04:43.575Z[ host-image] Sep 11 21:04:42.354 INFO O| Sep 11 21:04:42.354 INFO ok!
106482026-09-11T21:04:43.575Z[ host-image] Sep 11 21:04:42.354 INFO O| Sep 11 21:04:42.354 INFO STEP 106 (ensure_file) COMPLETE
106492026-09-11T21:04:43.579Z[ host-image] Sep 11 21:04:42.354 INFO O| Sep 11 21:04:42.354 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-11T21:04:43.583Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
106512026-09-11T21:04:43.583Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO copying /tmp/.tmpAiB8Pk/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 ...
106522026-09-11T21:04:43.588Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
106532026-09-11T21:04:43.588Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO ok!
106542026-09-11T21:04:43.588Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO STEP 107 (ensure_file) COMPLETE
106552026-09-11T21:04:43.588Z[ host-image] Sep 11 21:04:42.364 INFO O| Sep 11 21:04:42.364 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106562026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
106572026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO copying /tmp/.tmpAiB8Pk/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 ...
106582026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
106592026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO ok!
106602026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO STEP 108 (ensure_file) COMPLETE
106612026-09-11T21:04:43.598Z[ host-image] Sep 11 21:04:42.375 INFO O| Sep 11 21:04:42.375 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106622026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
106632026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO copying /tmp/.tmpAiB8Pk/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 ...
106642026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
106652026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO ok!
106662026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO STEP 109 (ensure_file) COMPLETE
106672026-09-11T21:04:43.607Z[ host-image] Sep 11 21:04:42.384 INFO O| Sep 11 21:04:42.384 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.392 INFO O| Sep 11 21:04:42.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
106692026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.393 INFO O| Sep 11 21:04:42.392 INFO copying /tmp/.tmpAiB8Pk/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 ...
106702026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.393 INFO O| Sep 11 21:04:42.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
106712026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.393 INFO O| Sep 11 21:04:42.393 INFO ok!
106722026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.393 INFO O| Sep 11 21:04:42.393 INFO STEP 110 (ensure_file) COMPLETE
106732026-09-11T21:04:43.613Z[ host-image] Sep 11 21:04:42.393 INFO O| Sep 11 21:04:42.393 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-11T21:04:43.620Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
106752026-09-11T21:04:43.620Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO copying /tmp/.tmpAiB8Pk/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 ...
106762026-09-11T21:04:43.633Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
106772026-09-11T21:04:43.633Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO ok!
106782026-09-11T21:04:43.633Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO STEP 111 (ensure_file) COMPLETE
106792026-09-11T21:04:43.633Z[ host-image] Sep 11 21:04:42.401 INFO O| Sep 11 21:04:42.401 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
106812026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO copying /tmp/.tmpAiB8Pk/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 ...
106822026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
106832026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO ok!
106842026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO STEP 112 (ensure_file) COMPLETE
106852026-09-11T21:04:43.638Z[ host-image] Sep 11 21:04:42.413 INFO O| Sep 11 21:04:42.413 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-11T21:04:43.642Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
106872026-09-11T21:04:43.642Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
106882026-09-11T21:04:43.642Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
106892026-09-11T21:04:43.642Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO ok!
106902026-09-11T21:04:43.642Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO STEP 113 (ensure_file) COMPLETE
106912026-09-11T21:04:43.656Z[ host-image] Sep 11 21:04:42.421 INFO O| Sep 11 21:04:42.421 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.429 INFO O| Sep 11 21:04:42.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
106932026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.430 INFO O| Sep 11 21:04:42.429 INFO copying /tmp/.tmpAiB8Pk/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 ...
106942026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.430 INFO O| Sep 11 21:04:42.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
106952026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.430 INFO O| Sep 11 21:04:42.430 INFO ok!
106962026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.430 INFO O| Sep 11 21:04:42.430 INFO STEP 114 (ensure_file) COMPLETE
106972026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.430 INFO O| Sep 11 21:04:42.430 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-09-11T21:04:43.660Z[verify-libraries] Compiling uzers v0.12.2
106992026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107002026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO copying /tmp/.tmpAiB8Pk/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 ...
107012026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107022026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO ok!
107032026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO STEP 115 (ensure_file) COMPLETE
107042026-09-11T21:04:43.660Z[ host-image] Sep 11 21:04:42.440 INFO O| Sep 11 21:04:42.440 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107052026-09-11T21:04:43.670Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107062026-09-11T21:04:43.670Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO copying /tmp/.tmpAiB8Pk/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 ...
107072026-09-11T21:04:43.670Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107082026-09-11T21:04:43.676Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO ok!
107092026-09-11T21:04:43.676Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO STEP 116 (ensure_file) COMPLETE
107102026-09-11T21:04:43.676Z[ host-image] Sep 11 21:04:42.451 INFO O| Sep 11 21:04:42.451 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107112026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107122026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107132026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107142026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO ok!
107152026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO STEP 117 (ensure_file) COMPLETE
107162026-09-11T21:04:43.681Z[ host-image] Sep 11 21:04:42.462 INFO O| Sep 11 21:04:42.462 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107172026-09-11T21:04:43.701Z[verify-libraries] Compiling parse-size v1.1.0
107182026-09-11T21:04:43.701Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107192026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO copying /tmp/.tmpAiB8Pk/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 ...
107202026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107212026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO ok!
107222026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO STEP 118 (ensure_file) COMPLETE
107232026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.472 INFO O| Sep 11 21:04:42.472 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107242026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107252026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO copying /tmp/.tmpAiB8Pk/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 ...
107262026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107272026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO ok!
107282026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO STEP 119 (ensure_file) COMPLETE
107292026-09-11T21:04:43.705Z[ host-image] Sep 11 21:04:42.483 INFO O| Sep 11 21:04:42.483 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107302026-09-11T21:04:43.723Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107312026-09-11T21:04:43.723Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO copying /tmp/.tmpAiB8Pk/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 ...
107322026-09-11T21:04:43.736Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107332026-09-11T21:04:43.736Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO ok!
107342026-09-11T21:04:43.736Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO STEP 120 (ensure_file) COMPLETE
107352026-09-11T21:04:43.736Z[ host-image] Sep 11 21:04:42.504 INFO O| Sep 11 21:04:42.504 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107362026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107372026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO copying /tmp/.tmpAiB8Pk/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 ...
107382026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107392026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO ok!
107402026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO STEP 121 (ensure_file) COMPLETE
107412026-09-11T21:04:43.743Z[ host-image] Sep 11 21:04:42.514 INFO O| Sep 11 21:04:42.514 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107422026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107432026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO copying /tmp/.tmpAiB8Pk/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 ...
107442026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
107452026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO ok!
107462026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO STEP 122 (ensure_file) COMPLETE
107472026-09-11T21:04:43.748Z[ host-image] Sep 11 21:04:42.523 INFO O| Sep 11 21:04:42.523 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107482026-09-11T21:04:43.752Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
107492026-09-11T21:04:43.752Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.533 INFO copying /tmp/.tmpAiB8Pk/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 ...
107502026-09-11T21:04:43.754Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
107512026-09-11T21:04:43.754Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.533 INFO ok!
107522026-09-11T21:04:43.754Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.533 INFO STEP 123 (ensure_file) COMPLETE
107532026-09-11T21:04:43.754Z[ host-image] Sep 11 21:04:42.533 INFO O| Sep 11 21:04:42.533 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107542026-09-11T21:04:43.763Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
107552026-09-11T21:04:43.763Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO copying /tmp/.tmpAiB8Pk/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 ...
107562026-09-11T21:04:43.768Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
107572026-09-11T21:04:43.768Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO ok!
107582026-09-11T21:04:43.768Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO STEP 124 (ensure_file) COMPLETE
107592026-09-11T21:04:43.768Z[ host-image] Sep 11 21:04:42.543 INFO O| Sep 11 21:04:42.543 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107602026-09-11T21:04:43.772Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
107612026-09-11T21:04:43.772Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO copying /tmp/.tmpAiB8Pk/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 ...
107622026-09-11T21:04:43.775Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
107632026-09-11T21:04:43.775Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO ok!
107642026-09-11T21:04:43.777Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO STEP 125 (ensure_file) COMPLETE
107652026-09-11T21:04:43.777Z[ host-image] Sep 11 21:04:42.554 INFO O| Sep 11 21:04:42.554 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107662026-09-11T21:04:43.783Z[ host-image] Sep 11 21:04:42.564 INFO O| Sep 11 21:04:42.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
107672026-09-11T21:04:43.783Z[ host-image] Sep 11 21:04:42.565 INFO O| Sep 11 21:04:42.564 INFO copying /tmp/.tmpAiB8Pk/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 ...
107682026-09-11T21:04:43.783Z[ host-image] Sep 11 21:04:42.565 INFO O| Sep 11 21:04:42.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
107692026-09-11T21:04:43.786Z[ host-image] Sep 11 21:04:42.565 INFO O| Sep 11 21:04:42.565 INFO ok!
107702026-09-11T21:04:43.786Z[ host-image] Sep 11 21:04:42.565 INFO O| Sep 11 21:04:42.565 INFO STEP 126 (ensure_file) COMPLETE
107712026-09-11T21:04:43.786Z[ host-image] Sep 11 21:04:42.565 INFO O| Sep 11 21:04:42.565 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107722026-09-11T21:04:43.794Z[ host-image] Sep 11 21:04:42.575 INFO O| Sep 11 21:04:42.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
107732026-09-11T21:04:43.794Z[ host-image] Sep 11 21:04:42.575 INFO O| Sep 11 21:04:42.575 INFO copying /tmp/.tmpAiB8Pk/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 ...
107742026-09-11T21:04:43.794Z[ host-image] Sep 11 21:04:42.575 INFO O| Sep 11 21:04:42.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
107752026-09-11T21:04:43.798Z[ host-image] Sep 11 21:04:42.576 INFO O| Sep 11 21:04:42.575 INFO ok!
107762026-09-11T21:04:43.798Z[ host-image] Sep 11 21:04:42.576 INFO O| Sep 11 21:04:42.575 INFO STEP 127 (ensure_file) COMPLETE
107772026-09-11T21:04:43.798Z[ host-image] Sep 11 21:04:42.576 INFO O| Sep 11 21:04:42.576 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107782026-09-11T21:04:43.804Z[ host-image] Sep 11 21:04:42.585 INFO O| Sep 11 21:04:42.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
107792026-09-11T21:04:43.804Z[ host-image] Sep 11 21:04:42.585 INFO O| Sep 11 21:04:42.585 INFO copying /tmp/.tmpAiB8Pk/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 ...
107802026-09-11T21:04:43.804Z[ host-image] Sep 11 21:04:42.586 INFO O| Sep 11 21:04:42.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
107812026-09-11T21:04:43.804Z[ host-image] Sep 11 21:04:42.586 INFO O| Sep 11 21:04:42.585 INFO ok!
107822026-09-11T21:04:43.807Z[ host-image] Sep 11 21:04:42.586 INFO O| Sep 11 21:04:42.585 INFO STEP 128 (ensure_file) COMPLETE
107832026-09-11T21:04:43.807Z[ host-image] Sep 11 21:04:42.586 INFO O| Sep 11 21:04:42.585 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107842026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
107852026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO copying /tmp/.tmpAiB8Pk/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 ...
107862026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
107872026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO ok!
107882026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO STEP 129 (ensure_file) COMPLETE
107892026-09-11T21:04:43.816Z[ host-image] Sep 11 21:04:42.596 INFO O| Sep 11 21:04:42.596 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107902026-09-11T21:04:43.826Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
107912026-09-11T21:04:43.826Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO copying /tmp/.tmpAiB8Pk/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 ...
107922026-09-11T21:04:43.826Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
107932026-09-11T21:04:43.826Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO ok!
107942026-09-11T21:04:43.830Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO STEP 130 (ensure_file) COMPLETE
107952026-09-11T21:04:43.830Z[ host-image] Sep 11 21:04:42.608 INFO O| Sep 11 21:04:42.608 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107962026-09-11T21:04:43.837Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
107972026-09-11T21:04:43.837Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO copying /tmp/.tmpAiB8Pk/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 ...
107982026-09-11T21:04:43.837Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
107992026-09-11T21:04:43.840Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO ok!
108002026-09-11T21:04:43.840Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO STEP 131 (ensure_file) COMPLETE
108012026-09-11T21:04:43.840Z[ host-image] Sep 11 21:04:42.619 INFO O| Sep 11 21:04:42.619 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108022026-09-11T21:04:43.848Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108032026-09-11T21:04:43.848Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO copying /tmp/.tmpAiB8Pk/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 ...
108042026-09-11T21:04:43.851Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108052026-09-11T21:04:43.851Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO ok!
108062026-09-11T21:04:43.851Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO STEP 132 (ensure_file) COMPLETE
108072026-09-11T21:04:43.851Z[ host-image] Sep 11 21:04:42.628 INFO O| Sep 11 21:04:42.628 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108082026-09-11T21:04:43.856Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108092026-09-11T21:04:43.856Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO copying /tmp/.tmpAiB8Pk/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 ...
108102026-09-11T21:04:43.859Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108112026-09-11T21:04:43.859Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO ok!
108122026-09-11T21:04:43.859Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO STEP 133 (ensure_file) COMPLETE
108132026-09-11T21:04:43.859Z[ host-image] Sep 11 21:04:42.638 INFO O| Sep 11 21:04:42.638 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108142026-09-11T21:04:43.866Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108152026-09-11T21:04:43.869Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO copying /tmp/.tmpAiB8Pk/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 ...
108162026-09-11T21:04:43.869Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108172026-09-11T21:04:43.869Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO ok!
108182026-09-11T21:04:43.869Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO STEP 134 (ensure_file) COMPLETE
108192026-09-11T21:04:43.869Z[ host-image] Sep 11 21:04:42.647 INFO O| Sep 11 21:04:42.647 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108202026-09-11T21:04:43.879Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108212026-09-11T21:04:43.879Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO copying /tmp/.tmpAiB8Pk/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 ...
108222026-09-11T21:04:43.883Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108232026-09-11T21:04:43.883Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO ok!
108242026-09-11T21:04:43.883Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO STEP 135 (ensure_file) COMPLETE
108252026-09-11T21:04:43.883Z[ host-image] Sep 11 21:04:42.659 INFO O| Sep 11 21:04:42.659 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108262026-09-11T21:04:43.890Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108272026-09-11T21:04:43.890Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108282026-09-11T21:04:43.892Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108292026-09-11T21:04:43.892Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO ok!
108302026-09-11T21:04:43.892Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO STEP 136 (ensure_file) COMPLETE
108312026-09-11T21:04:43.896Z[ host-image] Sep 11 21:04:42.671 INFO O| Sep 11 21:04:42.671 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108322026-09-11T21:04:43.900Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108332026-09-11T21:04:43.904Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO copying /tmp/.tmpAiB8Pk/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 ...
108342026-09-11T21:04:43.904Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108352026-09-11T21:04:43.904Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO ok!
108362026-09-11T21:04:43.904Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO STEP 137 (ensure_file) COMPLETE
108372026-09-11T21:04:43.904Z[ host-image] Sep 11 21:04:42.681 INFO O| Sep 11 21:04:42.681 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108382026-09-11T21:04:43.913Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108392026-09-11T21:04:43.913Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108402026-09-11T21:04:43.913Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108412026-09-11T21:04:43.916Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO ok!
108422026-09-11T21:04:43.916Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO STEP 138 (ensure_file) COMPLETE
108432026-09-11T21:04:43.916Z[ host-image] Sep 11 21:04:42.694 INFO O| Sep 11 21:04:42.694 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108442026-09-11T21:04:43.922Z[ host-image] Sep 11 21:04:42.703 INFO O| Sep 11 21:04:42.703 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
108452026-09-11T21:04:43.922Z[ host-image] Sep 11 21:04:42.703 INFO O| Sep 11 21:04:42.703 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
108462026-09-11T21:04:44.053Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
108472026-09-11T21:04:44.170Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
108482026-09-11T21:04:44.340Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
108492026-09-11T21:04:44.517Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
108502026-09-11T21:04:45.424Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
108512026-09-11T21:04:45.469Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
108522026-09-11T21:04:48.955Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
108532026-09-11T21:04:49.473Z[ recovery-image] Sep 11 21:04:48.254 INFO O| Sep 11 21:04:48.254 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
108542026-09-11T21:04:49.473Z[ recovery-image] Sep 11 21:04:48.254 INFO O| Sep 11 21:04:48.254 INFO E| svccfg: Loaded 69 smf(7) service descriptions
108552026-09-11T21:04:49.495Z[ recovery-image] Sep 11 21:04:48.277 INFO O| Sep 11 21:04:48.277 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
108562026-09-11T21:04:49.600Z[ recovery-image] Sep 11 21:04:48.381 INFO O| Sep 11 21:04:48.381 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
108572026-09-11T21:04:49.661Z[ recovery-image] Sep 11 21:04:48.442 INFO O| Sep 11 21:04:48.442 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.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"}
108582026-09-11T21:04:49.731Z[ recovery-image] Sep 11 21:04:48.512 INFO O| Sep 11 21:04:48.512 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
108592026-09-11T21:04:49.731Z[ recovery-image] Sep 11 21:04:48.512 INFO O| Sep 11 21:04:48.512 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 ...
108602026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
108612026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.513 INFO ok!
108622026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.513 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
108632026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.514 INFO STEP 100 (seed_smf) COMPLETE
108642026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.514 INFO steps complete; finalising image!
108652026-09-11T21:04:49.735Z[ recovery-image] Sep 11 21:04:48.514 INFO O| Sep 11 21:04:48.514 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
108662026-09-11T21:04:49.785Z[ recovery-image] Sep 11 21:04:48.566 INFO O| Sep 11 21:04:48.566 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 11 21:04:48 2026)
108672026-09-11T21:04:49.991Z[ recovery-image] Sep 11 21:04:48.772 INFO O| Sep 11 21:04:48.772 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108682026-09-11T21:04:50.197Z[ recovery-image] Sep 11 21:04:48.979 INFO O| Sep 11 21:04:48.979 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108692026-09-11T21:04:50.404Z[ recovery-image] Sep 11 21:04:49.186 INFO O| Sep 11 21:04:49.185 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108702026-09-11T21:04:50.612Z[ recovery-image] Sep 11 21:04:49.393 INFO O| Sep 11 21:04:49.393 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108712026-09-11T21:04:50.818Z[ recovery-image] Sep 11 21:04:49.599 INFO O| Sep 11 21:04:49.599 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108722026-09-11T21:04:51.024Z[ recovery-image] Sep 11 21:04:49.806 INFO O| Sep 11 21:04:49.806 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108732026-09-11T21:04:51.230Z[ recovery-image] Sep 11 21:04:50.012 INFO O| Sep 11 21:04:50.011 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108742026-09-11T21:04:51.436Z[ recovery-image] Sep 11 21:04:50.217 INFO O| Sep 11 21:04:50.217 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108752026-09-11T21:04:51.644Z[ recovery-image] Sep 11 21:04:50.424 INFO O| Sep 11 21:04:50.423 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108762026-09-11T21:04:51.847Z[ recovery-image] Sep 11 21:04:50.629 INFO O| Sep 11 21:04:50.629 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108772026-09-11T21:04:52.056Z[ recovery-image] Sep 11 21:04:50.835 INFO O| Sep 11 21:04:50.835 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108782026-09-11T21:04:52.259Z[ recovery-image] Sep 11 21:04:51.040 INFO O| Sep 11 21:04:51.040 INFO trim TEMPORARY-sled-zfs-recovery: (78% trimmed, started at Fri Sep 11 21:04:48 2026)
108792026-09-11T21:04:52.468Z[ recovery-image] Sep 11 21:04:51.247 INFO O| Sep 11 21:04:51.246 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108802026-09-11T21:04:52.671Z[ recovery-image] Sep 11 21:04:51.453 INFO O| Sep 11 21:04:51.452 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108812026-09-11T21:04:52.881Z[ recovery-image] Sep 11 21:04:51.659 INFO O| Sep 11 21:04:51.659 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108822026-09-11T21:04:53.084Z[ recovery-image] Sep 11 21:04:51.865 INFO O| Sep 11 21:04:51.865 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108832026-09-11T21:04:53.290Z[ recovery-image] Sep 11 21:04:52.071 INFO O| Sep 11 21:04:52.071 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108842026-09-11T21:04:53.496Z[ recovery-image] Sep 11 21:04:52.278 INFO O| Sep 11 21:04:52.278 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108852026-09-11T21:04:53.703Z[ recovery-image] Sep 11 21:04:52.484 INFO O| Sep 11 21:04:52.483 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108862026-09-11T21:04:53.909Z[ recovery-image] Sep 11 21:04:52.690 INFO O| Sep 11 21:04:52.690 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108872026-09-11T21:04:54.115Z[ recovery-image] Sep 11 21:04:52.896 INFO O| Sep 11 21:04:52.896 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108882026-09-11T21:04:54.329Z[ recovery-image] Sep 11 21:04:53.107 INFO O| Sep 11 21:04:53.106 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108892026-09-11T21:04:54.532Z[ recovery-image] Sep 11 21:04:53.313 INFO O| Sep 11 21:04:53.313 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
108902026-09-11T21:04:54.595Z[ host-image] Sep 11 21:04:53.376 INFO O| Sep 11 21:04:53.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
108912026-09-11T21:04:54.595Z[ host-image] Sep 11 21:04:53.376 INFO O| Sep 11 21:04:53.376 INFO ok!
108922026-09-11T21:04:54.595Z[ host-image] Sep 11 21:04:53.376 INFO O| Sep 11 21:04:53.376 INFO STEP 139 (ensure_file) COMPLETE
108932026-09-11T21:04:54.598Z[ host-image] Sep 11 21:04:53.376 INFO O| Sep 11 21:04:53.376 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-11T21:04:54.604Z[ host-image] Sep 11 21:04:53.386 INFO O| Sep 11 21:04:53.386 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
108952026-09-11T21:04:54.604Z[ host-image] Sep 11 21:04:53.386 INFO O| Sep 11 21:04:53.386 INFO STEP 140 (ensure_dir) COMPLETE
108962026-09-11T21:04:54.609Z[ host-image] Sep 11 21:04:53.386 INFO O| Sep 11 21:04:53.386 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108972026-09-11T21:04:54.613Z[ host-image] Sep 11 21:04:53.394 INFO O| Sep 11 21:04:53.394 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
108982026-09-11T21:04:54.613Z[ host-image] Sep 11 21:04:53.394 INFO O| Sep 11 21:04:53.394 INFO STEP 141 (ensure_dir) COMPLETE
108992026-09-11T21:04:54.613Z[ host-image] Sep 11 21:04:53.394 INFO O| Sep 11 21:04:53.394 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109002026-09-11T21:04:54.622Z[ host-image] Sep 11 21:04:53.403 INFO O| Sep 11 21:04:53.403 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109012026-09-11T21:04:54.622Z[ host-image] Sep 11 21:04:53.403 INFO O| Sep 11 21:04:53.403 INFO STEP 142 (ensure_dir) COMPLETE
109022026-09-11T21:04:54.625Z[ host-image] Sep 11 21:04:53.403 INFO O| Sep 11 21:04:53.403 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109032026-09-11T21:04:54.632Z[ host-image] Sep 11 21:04:53.412 INFO O| Sep 11 21:04:53.412 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109042026-09-11T21:04:54.632Z[ host-image] Sep 11 21:04:53.412 INFO O| Sep 11 21:04:53.412 INFO STEP 143 (ensure_dir) COMPLETE
109052026-09-11T21:04:54.635Z[ host-image] Sep 11 21:04:53.412 INFO O| Sep 11 21:04:53.412 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-11T21:04:54.639Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109072026-09-11T21:04:54.639Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO copying /tmp/.tmpAiB8Pk/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 ...
109082026-09-11T21:04:54.642Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109092026-09-11T21:04:54.642Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO ok!
109102026-09-11T21:04:54.642Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO STEP 144 (ensure_file) COMPLETE
109112026-09-11T21:04:54.642Z[ host-image] Sep 11 21:04:53.420 INFO O| Sep 11 21:04:53.420 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-11T21:04:54.646Z[ host-image] Sep 11 21:04:53.428 INFO O| Sep 11 21:04:53.428 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109132026-09-11T21:04:54.647Z[ host-image] Sep 11 21:04:53.428 INFO O| Sep 11 21:04:53.428 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109142026-09-11T21:04:54.650Z[ host-image] Sep 11 21:04:53.428 INFO O| Sep 11 21:04:53.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109152026-09-11T21:04:54.650Z[ host-image] Sep 11 21:04:53.428 INFO O| Sep 11 21:04:53.428 INFO STEP 145 (ensure_dir) COMPLETE
109162026-09-11T21:04:54.650Z[ host-image] Sep 11 21:04:53.428 INFO O| Sep 11 21:04:53.428 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109172026-09-11T21:04:54.655Z[ host-image] Sep 11 21:04:53.436 INFO O| Sep 11 21:04:53.436 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109182026-09-11T21:04:54.655Z[ host-image] Sep 11 21:04:53.436 INFO O| Sep 11 21:04:53.436 INFO copying /tmp/.tmpAiB8Pk/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109192026-09-11T21:04:54.657Z[ host-image] Sep 11 21:04:53.437 INFO O| Sep 11 21:04:53.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109202026-09-11T21:04:54.658Z[ host-image] Sep 11 21:04:53.437 INFO O| Sep 11 21:04:53.437 INFO ok!
109212026-09-11T21:04:54.659Z[ host-image] Sep 11 21:04:53.437 INFO O| Sep 11 21:04:53.437 INFO STEP 146 (ensure_file) COMPLETE
109222026-09-11T21:04:54.659Z[ host-image] Sep 11 21:04:53.437 INFO O| Sep 11 21:04:53.437 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109232026-09-11T21:04:54.664Z[ host-image] Sep 11 21:04:53.445 INFO O| Sep 11 21:04:53.445 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109242026-09-11T21:04:54.667Z[ host-image] Sep 11 21:04:53.445 INFO O| Sep 11 21:04:53.445 INFO STEP 147 (remove_files) COMPLETE
109252026-09-11T21:04:54.668Z[ host-image] Sep 11 21:04:53.445 INFO O| Sep 11 21:04:53.445 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109262026-09-11T21:04:54.674Z[ host-image] Sep 11 21:04:53.453 INFO O| Sep 11 21:04:53.453 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109272026-09-11T21:04:54.674Z[ host-image] Sep 11 21:04:53.453 INFO O| Sep 11 21:04:53.453 INFO STEP 148 (remove_files) COMPLETE
109282026-09-11T21:04:54.674Z[ host-image] Sep 11 21:04:53.453 INFO O| Sep 11 21:04:53.453 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109292026-09-11T21:04:54.682Z[ host-image] Sep 11 21:04:53.463 INFO O| Sep 11 21:04:53.463 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109302026-09-11T21:04:54.685Z[ host-image] Sep 11 21:04:53.463 INFO O| Sep 11 21:04:53.463 INFO STEP 149 (remove_files) COMPLETE
109312026-09-11T21:04:54.685Z[ host-image] Sep 11 21:04:53.463 INFO O| Sep 11 21:04:53.463 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109322026-09-11T21:04:54.690Z[ host-image] Sep 11 21:04:53.472 INFO O| Sep 11 21:04:53.471 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109332026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.472 INFO O| Sep 11 21:04:53.472 INFO STEP 150 (remove_files) COMPLETE
109342026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.472 INFO O| Sep 11 21:04:53.472 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109352026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.480 INFO O| Sep 11 21:04:53.480 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109362026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.480 INFO O| Sep 11 21:04:53.480 INFO STEP 151 (remove_files) COMPLETE
109372026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.480 INFO O| Sep 11 21:04:53.480 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.489 INFO O| Sep 11 21:04:53.489 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109392026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.489 INFO O| Sep 11 21:04:53.489 INFO STEP 152 (remove_files) COMPLETE
109402026-09-11T21:04:54.721Z[ host-image] Sep 11 21:04:53.489 INFO O| Sep 11 21:04:53.489 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.498 INFO O| Sep 11 21:04:53.498 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109422026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.498 INFO O| Sep 11 21:04:53.498 INFO STEP 153 (remove_files) COMPLETE
109432026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.498 INFO O| Sep 11 21:04:53.498 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.506 INFO O| Sep 11 21:04:53.506 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109452026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.506 INFO O| Sep 11 21:04:53.506 INFO STEP 154 (remove_files) COMPLETE
109462026-09-11T21:04:54.726Z[ host-image] Sep 11 21:04:53.506 INFO O| Sep 11 21:04:53.506 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-11T21:04:54.733Z[ host-image] Sep 11 21:04:53.514 INFO O| Sep 11 21:04:53.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109482026-09-11T21:04:54.733Z[ host-image] Sep 11 21:04:53.514 INFO O| Sep 11 21:04:53.514 INFO STEP 155 (remove_files) COMPLETE
109492026-09-11T21:04:54.736Z[ host-image] Sep 11 21:04:53.514 INFO O| Sep 11 21:04:53.514 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-11T21:04:54.736Z[ recovery-image] Sep 11 21:04:53.517 INFO O| Sep 11 21:04:53.517 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
109512026-09-11T21:04:54.740Z[ host-image] Sep 11 21:04:53.522 INFO O| Sep 11 21:04:53.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109522026-09-11T21:04:54.741Z[ host-image] Sep 11 21:04:53.522 INFO O| Sep 11 21:04:53.522 INFO STEP 156 (remove_files) COMPLETE
109532026-09-11T21:04:54.741Z[ host-image] Sep 11 21:04:53.522 INFO O| Sep 11 21:04:53.522 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109542026-09-11T21:04:54.749Z[ host-image] Sep 11 21:04:53.531 INFO O| Sep 11 21:04:53.531 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109552026-09-11T21:04:54.749Z[ host-image] Sep 11 21:04:53.531 INFO O| Sep 11 21:04:53.531 INFO STEP 157 (remove_files) COMPLETE
109562026-09-11T21:04:54.754Z[ host-image] Sep 11 21:04:53.531 INFO O| Sep 11 21:04:53.531 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109572026-09-11T21:04:54.757Z[ host-image] Sep 11 21:04:53.538 INFO O| Sep 11 21:04:53.538 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109582026-09-11T21:04:54.757Z[ host-image] Sep 11 21:04:53.538 INFO O| Sep 11 21:04:53.538 INFO STEP 158 (remove_files) COMPLETE
109592026-09-11T21:04:54.757Z[ host-image] Sep 11 21:04:53.538 INFO O| Sep 11 21:04:53.538 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109602026-09-11T21:04:54.762Z[ host-image] Sep 11 21:04:53.544 INFO O| Sep 11 21:04:53.544 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109612026-09-11T21:04:54.762Z[ host-image] Sep 11 21:04:53.544 INFO O| Sep 11 21:04:53.544 INFO STEP 159 (remove_files) COMPLETE
109622026-09-11T21:04:54.766Z[ host-image] Sep 11 21:04:53.544 INFO O| Sep 11 21:04:53.544 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109632026-09-11T21:04:54.769Z[ host-image] Sep 11 21:04:53.551 INFO O| Sep 11 21:04:53.551 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109642026-09-11T21:04:54.769Z[ host-image] Sep 11 21:04:53.551 INFO O| Sep 11 21:04:53.551 INFO STEP 160 (remove_files) COMPLETE
109652026-09-11T21:04:54.772Z[ host-image] Sep 11 21:04:53.551 INFO O| Sep 11 21:04:53.551 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109662026-09-11T21:04:54.776Z[ host-image] Sep 11 21:04:53.557 INFO O| Sep 11 21:04:53.557 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109672026-09-11T21:04:54.776Z[ host-image] Sep 11 21:04:53.558 INFO O| Sep 11 21:04:53.558 INFO STEP 161 (remove_files) COMPLETE
109682026-09-11T21:04:54.776Z[ host-image] Sep 11 21:04:53.558 INFO O| Sep 11 21:04:53.558 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109692026-09-11T21:04:54.785Z[ host-image] Sep 11 21:04:53.567 INFO O| Sep 11 21:04:53.567 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109702026-09-11T21:04:54.785Z[ host-image] Sep 11 21:04:53.567 INFO O| Sep 11 21:04:53.567 INFO STEP 162 (remove_files) COMPLETE
109712026-09-11T21:04:54.789Z[ host-image] Sep 11 21:04:53.567 INFO O| Sep 11 21:04:53.567 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109722026-09-11T21:04:54.794Z[ host-image] Sep 11 21:04:53.575 INFO O| Sep 11 21:04:53.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109732026-09-11T21:04:54.794Z[ host-image] Sep 11 21:04:53.575 INFO O| Sep 11 21:04:53.575 INFO STEP 163 (remove_files) COMPLETE
109742026-09-11T21:04:54.797Z[ host-image] Sep 11 21:04:53.575 INFO O| Sep 11 21:04:53.575 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109752026-09-11T21:04:54.801Z[ host-image] Sep 11 21:04:53.582 INFO O| Sep 11 21:04:53.582 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109762026-09-11T21:04:54.804Z[ host-image] Sep 11 21:04:53.582 INFO O| Sep 11 21:04:53.582 INFO STEP 164 (remove_files) COMPLETE
109772026-09-11T21:04:54.804Z[ host-image] Sep 11 21:04:53.582 INFO O| Sep 11 21:04:53.582 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109782026-09-11T21:04:54.808Z[ host-image] Sep 11 21:04:53.589 INFO O| Sep 11 21:04:53.589 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109792026-09-11T21:04:54.808Z[ host-image] Sep 11 21:04:53.589 INFO O| Sep 11 21:04:53.589 INFO STEP 165 (remove_files) COMPLETE
109802026-09-11T21:04:54.811Z[ host-image] Sep 11 21:04:53.589 INFO O| Sep 11 21:04:53.589 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109812026-09-11T21:04:54.817Z[ host-image] Sep 11 21:04:53.599 INFO O| Sep 11 21:04:53.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109822026-09-11T21:04:54.817Z[ host-image] Sep 11 21:04:53.599 INFO O| Sep 11 21:04:53.599 INFO STEP 166 (remove_files) COMPLETE
109832026-09-11T21:04:54.820Z[ host-image] Sep 11 21:04:53.599 INFO O| Sep 11 21:04:53.599 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109842026-09-11T21:04:54.825Z[ host-image] Sep 11 21:04:53.607 INFO O| Sep 11 21:04:53.607 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109852026-09-11T21:04:54.828Z[ host-image] Sep 11 21:04:53.607 INFO O| Sep 11 21:04:53.607 INFO STEP 167 (remove_files) COMPLETE
109862026-09-11T21:04:54.829Z[ host-image] Sep 11 21:04:53.607 INFO O| Sep 11 21:04:53.607 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109872026-09-11T21:04:54.832Z[ host-image] Sep 11 21:04:53.613 INFO O| Sep 11 21:04:53.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109882026-09-11T21:04:54.832Z[ host-image] Sep 11 21:04:53.613 INFO O| Sep 11 21:04:53.613 INFO STEP 168 (remove_files) COMPLETE
109892026-09-11T21:04:54.832Z[ host-image] Sep 11 21:04:53.614 INFO O| Sep 11 21:04:53.613 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109902026-09-11T21:04:54.839Z[ host-image] Sep 11 21:04:53.620 INFO O| Sep 11 21:04:53.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
109912026-09-11T21:04:54.844Z[ host-image] Sep 11 21:04:53.620 INFO O| Sep 11 21:04:53.620 INFO STEP 169 (remove_files) COMPLETE
109922026-09-11T21:04:54.844Z[ host-image] Sep 11 21:04:53.620 INFO O| Sep 11 21:04:53.620 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109932026-09-11T21:04:54.847Z[ host-image] Sep 11 21:04:53.627 INFO O| Sep 11 21:04:53.627 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
109942026-09-11T21:04:54.847Z[ host-image] Sep 11 21:04:53.627 INFO O| Sep 11 21:04:53.627 INFO STEP 170 (remove_files) COMPLETE
109952026-09-11T21:04:54.847Z[ host-image] Sep 11 21:04:53.627 INFO O| Sep 11 21:04:53.627 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109962026-09-11T21:04:54.852Z[ host-image] Sep 11 21:04:53.634 INFO O| Sep 11 21:04:53.634 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
109972026-09-11T21:04:54.852Z[ host-image] Sep 11 21:04:53.634 INFO O| Sep 11 21:04:53.634 INFO STEP 171 (remove_files) COMPLETE
109982026-09-11T21:04:54.855Z[ host-image] Sep 11 21:04:53.634 INFO O| Sep 11 21:04:53.634 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109992026-09-11T21:04:54.860Z[ host-image] Sep 11 21:04:53.641 INFO O| Sep 11 21:04:53.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110002026-09-11T21:04:54.863Z[ host-image] Sep 11 21:04:53.641 INFO O| Sep 11 21:04:53.641 INFO STEP 172 (remove_files) COMPLETE
110012026-09-11T21:04:54.863Z[ host-image] Sep 11 21:04:53.641 INFO O| Sep 11 21:04:53.641 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110022026-09-11T21:04:54.868Z[ host-image] Sep 11 21:04:53.649 INFO O| Sep 11 21:04:53.649 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110032026-09-11T21:04:54.868Z[ host-image] Sep 11 21:04:53.649 INFO O| Sep 11 21:04:53.649 INFO STEP 173 (remove_files) COMPLETE
110042026-09-11T21:04:54.868Z[ host-image] Sep 11 21:04:53.649 INFO O| Sep 11 21:04:53.649 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110052026-09-11T21:04:54.875Z[ host-image] Sep 11 21:04:53.656 INFO O| Sep 11 21:04:53.656 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110062026-09-11T21:04:54.875Z[ host-image] Sep 11 21:04:53.656 INFO O| Sep 11 21:04:53.656 INFO STEP 174 (remove_files) COMPLETE
110072026-09-11T21:04:54.875Z[ host-image] Sep 11 21:04:53.656 INFO O| Sep 11 21:04:53.656 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110082026-09-11T21:04:54.881Z[ host-image] Sep 11 21:04:53.663 INFO O| Sep 11 21:04:53.663 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110092026-09-11T21:04:54.881Z[ host-image] Sep 11 21:04:53.663 INFO O| Sep 11 21:04:53.663 INFO STEP 175 (remove_files) COMPLETE
110102026-09-11T21:04:54.881Z[ host-image] Sep 11 21:04:53.663 INFO O| Sep 11 21:04:53.663 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110112026-09-11T21:04:54.894Z[ host-image] Sep 11 21:04:53.675 INFO O| Sep 11 21:04:53.675 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110122026-09-11T21:04:54.894Z[ host-image] Sep 11 21:04:53.675 INFO O| Sep 11 21:04:53.675 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110132026-09-11T21:04:54.941Z[ recovery-image] Sep 11 21:04:53.723 INFO O| Sep 11 21:04:53.723 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
110142026-09-11T21:04:55.148Z[ recovery-image] Sep 11 21:04:53.928 INFO O| Sep 11 21:04:53.928 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Sep 11 21:04:48 2026)
110152026-09-11T21:04:55.332Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
110162026-09-11T21:04:55.353Z[ recovery-image] Sep 11 21:04:54.134 INFO O| Sep 11 21:04:54.134 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Sep 11 21:04:48 2026)
110172026-09-11T21:04:55.362Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
110182026-09-11T21:04:55.362Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
110192026-09-11T21:04:55.429Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
110202026-09-11T21:04:55.432Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
110212026-09-11T21:04:55.496Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
110222026-09-11T21:04:55.573Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
110232026-09-11T21:04:55.574Z[ recovery-image] Sep 11 21:04:54.354 INFO O| Sep 11 21:04:54.354 INFO temporary pool has 465M used, 1.30G avail, 1.00x compressratio
110242026-09-11T21:04:55.577Z[ recovery-image] Sep 11 21:04:54.354 INFO O| Sep 11 21:04:54.354 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
110252026-09-11T21:04:55.644Z[verify-libraries] Compiling multimap v0.10.1
110262026-09-11T21:04:55.955Z[verify-libraries] Compiling termios v0.3.3
110272026-09-11T21:04:56.254Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
110282026-09-11T21:04:56.279Z[ recovery-image] Sep 11 21:04:55.054 INFO O| Sep 11 21:04:55.054 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
110292026-09-11T21:04:56.281Z[ recovery-image] Sep 11 21:04:55.054 INFO O| Sep 11 21:04:55.054 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
110302026-09-11T21:04:56.372Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
110312026-09-11T21:04:57.571Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
110322026-09-11T21:04:58.736Z[ recovery-image] Sep 11 21:04:57.514 INFO O| Sep 11 21:04:57.514 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
110332026-09-11T21:04:58.736Z[ recovery-image] Sep 11 21:04:57.514 INFO O| Sep 11 21:04:57.514 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
110342026-09-11T21:04:58.736Z[ recovery-image] Sep 11 21:04:57.514 INFO O| Sep 11 21:04:57.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
110352026-09-11T21:04:58.739Z[ recovery-image] Sep 11 21:04:57.514 INFO O| Sep 11 21:04:57.514 INFO completed processing sled/zfs-recovery
110362026-09-11T21:04:58.739Z[ recovery-image] Sep 11 21:04:57.514 INFO O| Sep 11 21:04:57.514 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
110372026-09-11T21:04:59.442Z[ host-image] Sep 11 21:04:58.223 INFO O| Sep 11 21:04:58.223 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
110382026-09-11T21:04:59.442Z[ host-image] Sep 11 21:04:58.223 INFO O| Sep 11 21:04:58.223 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110392026-09-11T21:04:59.457Z[ host-image] Sep 11 21:04:58.237 INFO O| Sep 11 21:04:58.237 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110402026-09-11T21:04:59.557Z[ host-image] Sep 11 21:04:58.339 INFO O| Sep 11 21:04:58.338 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110412026-09-11T21:04:59.618Z[ host-image] Sep 11 21:04:58.399 INFO O| Sep 11 21:04:58.399 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
110422026-09-11T21:04:59.689Z[ host-image] Sep 11 21:04:58.467 INFO O| Sep 11 21:04:58.467 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110432026-09-11T21:04:59.689Z[ host-image] Sep 11 21:04:58.467 INFO O| Sep 11 21:04:58.467 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110442026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110452026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO ok!
110462026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110472026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO STEP 176 (seed_smf) COMPLETE
110482026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO steps complete; finalising image!
110492026-09-11T21:04:59.693Z[ host-image] Sep 11 21:04:58.469 INFO O| Sep 11 21:04:58.469 INFO TRIM POOL: TEMPORARY-sled-zfs
110502026-09-11T21:04:59.793Z[ host-image] Sep 11 21:04:58.574 INFO O| Sep 11 21:04:58.574 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Fri Sep 11 21:04:58 2026)
110512026-09-11T21:05:00.015Z[ host-image] Sep 11 21:04:58.796 INFO O| Sep 11 21:04:58.796 INFO temporary pool has 708M used, 316M avail, 1.92x compressratio
110522026-09-11T21:05:00.015Z[ host-image] Sep 11 21:04:58.796 INFO O| Sep 11 21:04:58.796 INFO EXPORT POOL: TEMPORARY-sled-zfs
110532026-09-11T21:05:00.448Z[verify-libraries] Compiling polar-core v0.27.3
110542026-09-11T21:05:00.453Z[ host-image] Sep 11 21:04:59.233 INFO O| Sep 11 21:04:59.233 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110552026-09-11T21:05:00.453Z[ host-image] Sep 11 21:04:59.233 INFO O| Sep 11 21:04:59.233 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110562026-09-11T21:05:01.517Z[ host-image] Sep 11 21:05:00.298 INFO O| Sep 11 21:05:00.298 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110572026-09-11T21:05:01.517Z[ host-image] Sep 11 21:05:00.298 INFO O| Sep 11 21:05:00.298 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110582026-09-11T21:05:01.520Z[ host-image] Sep 11 21:05:00.298 INFO O| Sep 11 21:05:00.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110592026-09-11T21:05:01.520Z[ host-image] Sep 11 21:05:00.298 INFO O| Sep 11 21:05:00.298 INFO completed processing sled/zfs
110602026-09-11T21:05:01.520Z[ host-image] Sep 11 21:05:00.298 INFO O| Sep 11 21:05:00.298 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110612026-09-11T21:05:07.108Z[ recovery-image] Sep 11 21:05:05.888 INFO O| Sep 11 21:05:05.888 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
110622026-09-11T21:05:08.037Z[verify-libraries] Compiling oso v0.27.3
110632026-09-11T21:05:08.700Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
110642026-09-11T21:05:09.545Z[ recovery-image] Sep 11 21:05:08.326 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
110652026-09-11T21:05:09.545Z[ recovery-image] Sep 11 21:05:08.326 INFO expanded image name: "recovery b3dab2e/${os_short_commit} 2026-09-11 20:49" -> "recovery b3dab2e/0a8e320 2026-09-11 20:49"
110662026-09-11T21:05:09.548Z[ recovery-image] Sep 11 21:05:08.326 INFO output artefacts stored in: "/work/os-recovery"
110672026-09-11T21:05:09.551Z[ recovery-image] Sep 11 21:05:08.326 INFO collecting git info from project "amd-firmware"...
110682026-09-11T21:05:09.689Z[ recovery-image] Sep 11 21:05:08.470 INFO collecting git info from project "image-builder"...
110692026-09-11T21:05:09.697Z[ recovery-image] Sep 11 21:05:08.478 INFO collecting git info from project "pinprick"...
110702026-09-11T21:05:09.704Z[ recovery-image] Sep 11 21:05:08.485 INFO collecting git info from project "chelsio-t6-roms"...
110712026-09-11T21:05:09.727Z[ recovery-image] Sep 11 21:05:08.504 INFO collecting git info from project "dmar-report"...
110722026-09-11T21:05:09.734Z[ recovery-image] Sep 11 21:05:08.515 INFO collecting git info from project "pilot"...
110732026-09-11T21:05:09.746Z[ recovery-image] Sep 11 21:05:08.528 INFO collecting git info from project "amd-host-image-builder"...
110742026-09-11T21:05:09.812Z[ recovery-image] Sep 11 21:05:08.593 INFO collecting git info from project "bootserver"...
110752026-09-11T21:05:09.843Z[ recovery-image] Sep 11 21:05:08.625 INFO collecting git info from project "phbl"...
110762026-09-11T21:05:09.877Z[ recovery-image] Sep 11 21:05:08.658 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110772026-09-11T21:05:10.074Z[ host-image] Sep 11 21:05:08.854 INFO O| Sep 11 21:05:08.854 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110782026-09-11T21:05:10.287Z[ host-image] Sep 11 21:05:09.068 INFO BUILD STRING "heads/stlouis-0-g0a8e320ff3\n"
110792026-09-11T21:05:10.287Z[ host-image] Sep 11 21:05:09.068 INFO expanded image name: "ci b3dab2e/${os_short_commit} 2026-09-11 20:49" -> "ci b3dab2e/0a8e320 2026-09-11 20:49"
110802026-09-11T21:05:10.287Z[ host-image] Sep 11 21:05:09.068 INFO output artefacts stored in: "/work/os-host"
110812026-09-11T21:05:10.287Z[ host-image] Sep 11 21:05:09.068 INFO collecting git info from project "amd-firmware"...
110822026-09-11T21:05:10.299Z[ host-image] Sep 11 21:05:09.081 INFO collecting git info from project "image-builder"...
110832026-09-11T21:05:10.305Z[ host-image] Sep 11 21:05:09.086 INFO collecting git info from project "pinprick"...
110842026-09-11T21:05:10.311Z[ host-image] Sep 11 21:05:09.092 INFO collecting git info from project "chelsio-t6-roms"...
110852026-09-11T21:05:10.319Z[ host-image] Sep 11 21:05:09.100 INFO collecting git info from project "dmar-report"...
110862026-09-11T21:05:10.337Z[ host-image] Sep 11 21:05:09.118 INFO collecting git info from project "pilot"...
110872026-09-11T21:05:10.367Z[ host-image] Sep 11 21:05:09.148 INFO collecting git info from project "amd-host-image-builder"...
110882026-09-11T21:05:10.370Z[ recovery-image] Sep 11 21:05:09.150 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110892026-09-11T21:05:10.374Z[ host-image] Sep 11 21:05:09.155 INFO collecting git info from project "bootserver"...
110902026-09-11T21:05:10.471Z[ host-image] Sep 11 21:05:09.253 INFO collecting git info from project "phbl"...
110912026-09-11T21:05:10.478Z[ host-image] Sep 11 21:05:09.259 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110922026-09-11T21:05:10.773Z[ recovery-image] Sep 11 21:05:09.554 INFO creating Oxide boot image...
110932026-09-11T21:05:10.773Z[ recovery-image] Sep 11 21:05:09.554 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery b3dab2e/0a8e320 2026-09-11 20:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
110942026-09-11T21:05:11.052Z[ host-image] Sep 11 21:05:09.833 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110952026-09-11T21:05:11.510Z[ host-image] Sep 11 21:05:10.291 INFO creating Oxide boot image...
110962026-09-11T21:05:11.510Z[ host-image] Sep 11 21:05:10.291 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci b3dab2e/0a8e320 2026-09-11 20:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110972026-09-11T21:05:12.742Z[ host-image] Sep 11 21:05:11.523 INFO O| ok, image written!
110982026-09-11T21:05:12.742Z[ host-image] Sep 11 21:05:11.523 INFO O| ok, boot_image_csum file written!
110992026-09-11T21:05:12.745Z[ host-image] Sep 11 21:05:11.526 INFO creating boot archive (CPIO)...
111002026-09-11T21:05:12.745Z[ host-image] Sep 11 21:05:11.526 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
111012026-09-11T21:05:12.751Z[ host-image] Sep 11 21:05:11.532 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111022026-09-11T21:05:12.751Z[ host-image] Sep 11 21:05:11.532 INFO E| + outfile=/work/os-host/cpio
111032026-09-11T21:05:12.754Z[ host-image] Sep 11 21:05:11.532 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111042026-09-11T21:05:12.757Z[ host-image] Sep 11 21:05:11.535 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111052026-09-11T21:05:12.757Z[ host-image] Sep 11 21:05:11.536 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111062026-09-11T21:05:12.805Z[ host-image] Sep 11 21:05:11.576 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111072026-09-11T21:05:12.805Z[ host-image] Sep 11 21:05:11.576 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111082026-09-11T21:05:12.805Z[ host-image] Sep 11 21:05:11.583 INFO creating compressed cpio/unix for dev loaders...
111092026-09-11T21:05:12.805Z[ host-image] Sep 11 21:05:11.584 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
111102026-09-11T21:05:13.037Z[ host-image] Sep 11 21:05:11.818 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111112026-09-11T21:05:14.323Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
111122026-09-11T21:05:16.683Z[ host-image] Sep 11 21:05:15.464 INFO creating reset image...
111132026-09-11T21:05:16.683Z[ host-image] Sep 11 21:05:15.464 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")
111142026-09-11T21:05:16.974Z[ host-image] Sep 11 21:05:15.755 INFO E| Updating crates.io index
111152026-09-11T21:05:17.345Z[ host-image] Sep 11 21:05:16.126 INFO E| Downloading crates ...
111162026-09-11T21:05:17.394Z[ host-image] Sep 11 21:05:16.175 INFO E| Downloaded sigchld v0.2.4
111172026-09-11T21:05:17.397Z[ host-image] Sep 11 21:05:16.177 INFO E| Downloaded shared_child v1.1.1
111182026-09-11T21:05:17.399Z[ host-image] Sep 11 21:05:16.178 INFO E| Downloaded shared_thread v0.2.0
111192026-09-11T21:05:17.402Z[ host-image] Sep 11 21:05:16.183 INFO E| Downloaded clap_lex v1.1.0
111202026-09-11T21:05:17.405Z[ host-image] Sep 11 21:05:16.185 INFO E| Downloaded os_pipe v1.2.3
111212026-09-11T21:05:17.408Z[ host-image] Sep 11 21:05:16.187 INFO E| Downloaded duct v1.1.1
111222026-09-11T21:05:17.408Z[ host-image] Sep 11 21:05:16.189 INFO E| Downloaded colorchoice v1.0.5
111232026-09-11T21:05:17.454Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling libc v0.2.186
111242026-09-11T21:05:17.454Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling proc-macro2 v1.0.106
111252026-09-11T21:05:17.454Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling unicode-ident v1.0.24
111262026-09-11T21:05:17.454Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling signal-hook v0.3.18
111272026-09-11T21:05:17.454Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling quote v1.0.45
111282026-09-11T21:05:17.458Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling utf8parse v0.2.2
111292026-09-11T21:05:17.458Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling colorchoice v1.0.5
111302026-09-11T21:05:17.458Z[ host-image] Sep 11 21:05:16.230 INFO E| Compiling anstyle v1.0.14
111312026-09-11T21:05:17.458Z[ host-image] Sep 11 21:05:16.231 INFO E| Compiling anstyle-query v1.1.5
111322026-09-11T21:05:17.488Z[ host-image] Sep 11 21:05:16.269 INFO E| Compiling is_terminal_polyfill v1.70.2
111332026-09-11T21:05:17.488Z[ host-image] Sep 11 21:05:16.269 INFO E| Compiling clap_lex v1.1.0
111342026-09-11T21:05:17.488Z[ host-image] Sep 11 21:05:16.269 INFO E| Compiling strsim v0.11.1
111352026-09-11T21:05:17.488Z[ host-image] Sep 11 21:05:16.269 INFO E| Compiling heck v0.5.0
111362026-09-11T21:05:17.491Z[ host-image] Sep 11 21:05:16.269 INFO E| Compiling shared_thread v0.2.0
111372026-09-11T21:05:17.939Z[ host-image] Sep 11 21:05:16.719 INFO E| Compiling anstyle-parse v1.0.0
111382026-09-11T21:05:18.401Z[ host-image] Sep 11 21:05:17.182 INFO E| Compiling anstream v1.0.0
111392026-09-11T21:05:18.698Z[ host-image] Sep 11 21:05:17.479 INFO E| Compiling clap_builder v4.6.0
111402026-09-11T21:05:18.994Z[ host-image] Sep 11 21:05:17.775 INFO E| Compiling errno v0.3.14
111412026-09-11T21:05:18.994Z[ host-image] Sep 11 21:05:17.775 INFO E| Compiling os_pipe v1.2.3
111422026-09-11T21:05:19.159Z[ host-image] Sep 11 21:05:17.940 INFO E| Compiling signal-hook-registry v1.4.8
111432026-09-11T21:05:19.445Z[ host-image] Sep 11 21:05:18.226 INFO E| Compiling syn v2.0.117
111442026-09-11T21:05:19.529Z[ host-image] Sep 11 21:05:18.309 INFO E| Compiling sigchld v0.2.4
111452026-09-11T21:05:19.661Z[ host-image] Sep 11 21:05:18.442 INFO E| Compiling shared_child v1.1.1
111462026-09-11T21:05:19.813Z[ host-image] Sep 11 21:05:18.594 INFO E| Compiling duct v1.1.1
111472026-09-11T21:05:23.073Z[ host-image] Sep 11 21:05:21.848 INFO E| Compiling clap_derive v4.6.1
111482026-09-11T21:05:23.215Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
111492026-09-11T21:05:24.980Z[ host-image] Sep 11 21:05:23.760 INFO E| Compiling clap v4.6.1
111502026-09-11T21:05:25.049Z[ host-image] Sep 11 21:05:23.830 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111512026-09-11T21:05:25.752Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
111522026-09-11T21:05:26.870Z[ host-image] Sep 11 21:05:25.651 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
111532026-09-11T21:05:26.875Z[ host-image] Sep 11 21:05:25.657 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111542026-09-11T21:05:27.333Z[ host-image] Sep 11 21:05:26.114 INFO E| Downloading crates ...
111552026-09-11T21:05:27.393Z[ host-image] Sep 11 21:05:26.174 INFO E| Downloaded bitflags v2.13.0
111562026-09-11T21:05:27.396Z[ host-image] Sep 11 21:05:26.177 INFO E| Downloaded log v0.4.32
111572026-09-11T21:05:27.399Z[ host-image] Sep 11 21:05:26.179 INFO E| Downloaded bit_field v0.10.3
111582026-09-11T21:05:27.402Z[ host-image] Sep 11 21:05:26.181 INFO E| Downloaded bitstruct_derive v0.1.0
111592026-09-11T21:05:27.411Z[ host-image] Sep 11 21:05:26.192 INFO E| Downloaded bitstruct v0.1.1
111602026-09-11T21:05:27.414Z[ host-image] Sep 11 21:05:26.193 INFO E| Downloaded cpio_reader v0.1.2
111612026-09-11T21:05:27.414Z[ host-image] Sep 11 21:05:26.194 INFO E| Downloaded miniz_oxide v0.9.1
111622026-09-11T21:05:27.427Z[ host-image] Sep 11 21:05:26.208 INFO E| Downloaded raw-cpuid v10.7.0
111632026-09-11T21:05:27.457Z[ host-image] Sep 11 21:05:26.238 INFO E| Downloaded goblin v0.10.7
111642026-09-11T21:05:27.503Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
111652026-09-11T21:05:27.590Z[ host-image] Sep 11 21:05:26.371 INFO E| Downloaded x86 v0.52.0
111662026-09-11T21:05:27.624Z[ host-image] Sep 11 21:05:26.405 INFO E| Updating crates.io index
111672026-09-11T21:05:27.674Z[ host-image] Sep 11 21:05:26.454 INFO E| Downloading crates ...
111682026-09-11T21:05:27.725Z[ host-image] Sep 11 21:05:26.506 INFO E| Downloaded hashbrown v0.17.1
111692026-09-11T21:05:27.728Z[ host-image] Sep 11 21:05:26.510 INFO E| Downloaded rustc-literal-escaper v0.0.7
111702026-09-11T21:05:27.887Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
111712026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 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)
111722026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 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)
111732026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling proc-macro2 v1.0.106
111742026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling quote v1.0.45
111752026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling unicode-ident v1.0.24
111762026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling syn v1.0.109
111772026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling x86 v0.52.0
111782026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111792026-09-11T21:05:27.890Z[ host-image] Sep 11 21:05:26.668 INFO E| Compiling seq-macro v0.3.6
111802026-09-11T21:05:27.955Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
111812026-09-11T21:05:30.357Z[ host-image] Sep 11 21:05:29.138 INFO E| Compiling syn v2.0.117
111822026-09-11T21:05:32.077Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
111832026-09-11T21:05:32.758Z[ host-image] Sep 11 21:05:31.539 INFO E| Compiling scroll_derive v0.13.1
111842026-09-11T21:05:33.017Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
111852026-09-11T21:05:34.109Z[ host-image] Sep 11 21:05:32.890 INFO E| Compiling bitstruct_derive v0.1.0
111862026-09-11T21:05:36.209Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
111872026-09-11T21:05:38.323Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
111882026-09-11T21:05:46.159Z[ host-image] Sep 11 21:05:44.940 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)
111892026-09-11T21:05:47.030Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
111902026-09-11T21:05:47.482Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
111912026-09-11T21:05:48.660Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling bitflags v1.3.2
111922026-09-11T21:05:48.660Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling adler2 v2.0.1
111932026-09-11T21:05:48.664Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling bitflags v2.13.0
111942026-09-11T21:05:48.664Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling scroll v0.13.0
111952026-09-11T21:05:48.664Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling bit_field v0.10.3
111962026-09-11T21:05:48.664Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling plain v0.2.3
111972026-09-11T21:05:48.665Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling log v0.4.32
111982026-09-11T21:05:48.665Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling static_assertions v1.1.0
111992026-09-11T21:05:48.665Z[ host-image] Sep 11 21:05:47.441 INFO E| Compiling bitstruct v0.1.1
112002026-09-11T21:05:48.718Z[ host-image] Sep 11 21:05:47.499 INFO E| Compiling raw-cpuid v10.7.0
112012026-09-11T21:05:48.760Z[ host-image] Sep 11 21:05:47.540 INFO E| Compiling miniz_oxide v0.9.1
112022026-09-11T21:05:48.834Z[ host-image] Sep 11 21:05:47.614 INFO E| Compiling cpio_reader v0.1.2
112032026-09-11T21:05:48.900Z[ host-image] Sep 11 21:05:47.681 INFO E| Compiling goblin v0.10.7
112042026-09-11T21:05:51.973Z[ host-image] Sep 11 21:05:50.698 INFO E| Finished `release` profile [optimized] target(s) in 25.01s
112052026-09-11T21:05:51.977Z[ host-image] Sep 11 21:05:50.719 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112062026-09-11T21:05:51.977Z[ host-image] Sep 11 21:05:50.719 INFO building ROM for cosmo
112072026-09-11T21:05:51.977Z[ host-image] Sep 11 21:05:50.719 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")
112082026-09-11T21:05:52.028Z[ host-image] Sep 11 21:05:50.809 INFO E| Downloading crates ...
112092026-09-11T21:05:52.083Z[ host-image] Sep 11 21:05:50.863 INFO E| Downloaded clap v4.5.37
112102026-09-11T21:05:52.088Z[ host-image] Sep 11 21:05:50.869 INFO E| Downloaded clap_lex v0.7.4
112112026-09-11T21:05:52.091Z[ host-image] Sep 11 21:05:50.870 INFO E| Downloaded anstyle-query v1.1.2
112122026-09-11T21:05:52.094Z[ host-image] Sep 11 21:05:50.875 INFO E| Downloaded anstyle v1.0.10
112132026-09-11T21:05:52.097Z[ host-image] Sep 11 21:05:50.876 INFO E| Downloaded colorchoice v1.0.3
112142026-09-11T21:05:52.099Z[ host-image] Sep 11 21:05:50.879 INFO E| Downloaded toml_datetime v0.6.9
112152026-09-11T21:05:52.102Z[ host-image] Sep 11 21:05:50.882 INFO E| Downloaded clap_derive v4.5.32
112162026-09-11T21:05:52.105Z[ host-image] Sep 11 21:05:50.884 INFO E| Downloaded is_terminal_polyfill v1.70.1
112172026-09-11T21:05:52.105Z[ host-image] Sep 11 21:05:50.884 INFO E| Downloaded serde_spanned v0.6.8
112182026-09-11T21:05:52.105Z[ host-image] Sep 11 21:05:50.886 INFO E| Downloaded os_pipe v1.2.1
112192026-09-11T21:05:52.108Z[ host-image] Sep 11 21:05:50.887 INFO E| Downloaded toml_write v0.1.1
112202026-09-11T21:05:52.112Z[ host-image] Sep 11 21:05:50.890 INFO E| Downloaded toml_edit v0.22.26
112212026-09-11T21:05:52.132Z[ host-image] Sep 11 21:05:50.912 INFO E| Downloaded shared_child v1.0.1
112222026-09-11T21:05:52.134Z[ host-image] Sep 11 21:05:50.913 INFO E| Downloaded anstyle-parse v0.2.6
112232026-09-11T21:05:52.135Z[ host-image] Sep 11 21:05:50.914 INFO E| Downloaded anstream v0.6.18
112242026-09-11T21:05:52.139Z[ host-image] Sep 11 21:05:50.916 INFO E| Downloaded duct v0.13.7
112252026-09-11T21:05:52.139Z[ host-image] Sep 11 21:05:50.917 INFO E| Downloaded toml v0.8.22
112262026-09-11T21:05:52.158Z[ host-image] Sep 11 21:05:50.938 INFO E| Downloaded cc v1.2.20
112272026-09-11T21:05:52.162Z[ host-image] Sep 11 21:05:50.940 INFO E| Downloaded winnow v0.7.7
112282026-09-11T21:05:52.164Z[ host-image] Sep 11 21:05:50.945 INFO E| Downloaded clap_builder v4.5.37
112292026-09-11T21:05:52.180Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling libc v0.2.172
112302026-09-11T21:05:52.180Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling utf8parse v0.2.2
112312026-09-11T21:05:52.183Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling equivalent v1.0.2
112322026-09-11T21:05:52.183Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling shlex v1.3.0
112332026-09-11T21:05:52.183Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling is_terminal_polyfill v1.70.1
112342026-09-11T21:05:52.183Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling colorchoice v1.0.3
112352026-09-11T21:05:52.183Z[ host-image] Sep 11 21:05:50.961 INFO E| Compiling anstyle v1.0.10
112362026-09-11T21:05:52.199Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling anstyle-query v1.1.2
112372026-09-11T21:05:52.202Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling once_cell v1.21.3
112382026-09-11T21:05:52.202Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling hashbrown v0.15.2
112392026-09-11T21:05:52.202Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling anyhow v1.0.98
112402026-09-11T21:05:52.202Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling strsim v0.11.1
112412026-09-11T21:05:52.204Z[ host-image] Sep 11 21:05:50.980 INFO E| Compiling toml_write v0.1.1
112422026-09-11T21:05:52.207Z[ host-image] Sep 11 21:05:50.988 INFO E| Compiling clap_lex v0.7.4
112432026-09-11T21:05:52.210Z[ host-image] Sep 11 21:05:50.989 INFO E| Compiling syn v2.0.101
112442026-09-11T21:05:52.210Z[ host-image] Sep 11 21:05:50.989 INFO E| Compiling winnow v0.7.7
112452026-09-11T21:05:52.445Z[ host-image] Sep 11 21:05:51.225 INFO E| Compiling anstyle-parse v0.2.6
112462026-09-11T21:05:52.530Z[ host-image] Sep 11 21:05:51.311 INFO E| Compiling cc v1.2.20
112472026-09-11T21:05:52.688Z[ host-image] Sep 11 21:05:51.469 INFO E| Compiling anstream v0.6.18
112482026-09-11T21:05:52.843Z[ host-image] Sep 11 21:05:51.623 INFO E| Compiling indexmap v2.9.0
112492026-09-11T21:05:52.957Z[ host-image] Sep 11 21:05:51.738 INFO E| Compiling clap_builder v4.5.37
112502026-09-11T21:05:53.435Z[ host-image] Sep 11 21:05:52.215 INFO E| Compiling os_pipe v1.2.1
112512026-09-11T21:05:53.435Z[ host-image] Sep 11 21:05:52.215 INFO E| Compiling shared_child v1.0.1
112522026-09-11T21:05:53.621Z[ host-image] Sep 11 21:05:52.401 INFO E| Compiling duct v0.13.7
112532026-09-11T21:05:53.639Z[ recovery-image] Sep 11 21:05:52.419 INFO O| ok, image written!
112542026-09-11T21:05:53.639Z[ recovery-image] Sep 11 21:05:52.419 INFO O| ok, boot_image_csum file written!
112552026-09-11T21:05:53.643Z[ recovery-image] Sep 11 21:05:52.422 INFO creating boot archive (CPIO)...
112562026-09-11T21:05:53.643Z[ recovery-image] Sep 11 21:05:52.422 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
112572026-09-11T21:05:53.647Z[ recovery-image] Sep 11 21:05:52.426 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
112582026-09-11T21:05:53.647Z[ recovery-image] Sep 11 21:05:52.426 INFO E| + outfile=/work/os-recovery/cpio
112592026-09-11T21:05:53.647Z[ recovery-image] Sep 11 21:05:52.426 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
112602026-09-11T21:05:53.651Z[ recovery-image] Sep 11 21:05:52.428 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
112612026-09-11T21:05:53.651Z[ recovery-image] Sep 11 21:05:52.429 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
112622026-09-11T21:05:53.676Z[ recovery-image] Sep 11 21:05:52.456 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
112632026-09-11T21:05:53.676Z[ recovery-image] Sep 11 21:05:52.456 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
112642026-09-11T21:05:53.683Z[ recovery-image] Sep 11 21:05:52.464 INFO creating compressed cpio/unix for dev loaders...
112652026-09-11T21:05:53.684Z[ recovery-image] Sep 11 21:05:52.464 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
112662026-09-11T21:05:53.913Z[ recovery-image] Sep 11 21:05:52.693 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
112672026-09-11T21:05:54.335Z[ host-image] Sep 11 21:05:53.115 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112682026-09-11T21:05:55.257Z[ host-image] Sep 11 21:05:54.037 INFO E| Compiling serde_derive v1.0.219
112692026-09-11T21:05:55.257Z[ host-image] Sep 11 21:05:54.037 INFO E| Compiling clap_derive v4.5.32
112702026-09-11T21:05:56.905Z[ host-image] Sep 11 21:05:55.681 INFO E| Compiling clap v4.5.37
112712026-09-11T21:05:57.495Z[ recovery-image] Sep 11 21:05:56.275 INFO creating reset image...
112722026-09-11T21:05:57.495Z[ recovery-image] Sep 11 21:05:56.276 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")
112732026-09-11T21:05:57.578Z[ recovery-image] Sep 11 21:05:56.359 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
112742026-09-11T21:05:57.581Z[ recovery-image] Sep 11 21:05:56.361 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
112752026-09-11T21:05:57.817Z[ host-image] Sep 11 21:05:56.598 INFO E| Compiling serde v1.0.219
112762026-09-11T21:05:57.970Z[ recovery-image] Sep 11 21:05:56.751 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)
112772026-09-11T21:05:57.970Z[ recovery-image] Sep 11 21:05:56.751 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)
112782026-09-11T21:05:57.970Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling proc-macro2 v1.0.106
112792026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling unicode-ident v1.0.24
112802026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling quote v1.0.45
112812026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling syn v1.0.109
112822026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling x86 v0.52.0
112832026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
112842026-09-11T21:05:57.974Z[ recovery-image] Sep 11 21:05:56.751 INFO E| Compiling seq-macro v0.3.6
112852026-09-11T21:05:59.208Z[ recovery-image] Sep 11 21:05:57.989 INFO E| Compiling syn v2.0.117
112862026-09-11T21:05:59.929Z[ host-image] Sep 11 21:05:58.709 INFO E| Compiling serde_spanned v0.6.8
112872026-09-11T21:05:59.930Z[ host-image] Sep 11 21:05:58.709 INFO E| Compiling toml_datetime v0.6.9
112882026-09-11T21:06:00.101Z[ host-image] Sep 11 21:05:58.882 INFO E| Compiling toml_edit v0.22.26
112892026-09-11T21:06:00.777Z[ recovery-image] Sep 11 21:05:59.558 INFO E| Compiling scroll_derive v0.13.1
112902026-09-11T21:06:01.512Z[ host-image] Sep 11 21:06:00.293 INFO E| Compiling toml v0.8.22
112912026-09-11T21:06:01.871Z[ recovery-image] Sep 11 21:06:00.652 INFO E| Compiling bitstruct_derive v0.1.0
112922026-09-11T21:06:04.042Z[ host-image] Sep 11 21:06:02.823 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s
112932026-09-11T21:06:04.051Z[ host-image] Sep 11 21:06:02.832 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`
112942026-09-11T21:06:04.070Z[ host-image] Sep 11 21:06:02.851 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112952026-09-11T21:06:04.151Z[ host-image] Sep 11 21:06:02.931 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
112962026-09-11T21:06:04.154Z[ host-image] Sep 11 21:06:02.935 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`
112972026-09-11T21:06:04.408Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
112982026-09-11T21:06:04.408Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
112992026-09-11T21:06:04.408Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113002026-09-11T21:06:04.413Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113012026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113022026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113032026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113042026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113052026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113062026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113072026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113082026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113092026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113102026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113112026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113122026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113132026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113142026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113152026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113162026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113172026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113182026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113192026-09-11T21:06:04.414Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113202026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113212026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113222026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113232026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113242026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113252026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113262026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113272026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113282026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113292026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113302026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113312026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113322026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113332026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113342026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113352026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113362026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113372026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113382026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113392026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113402026-09-11T21:06:04.415Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113412026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113422026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113432026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113442026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113452026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113462026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113472026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113482026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113492026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113502026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO O| Info: ABL version: 0x100af010
113512026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113522026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113532026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113542026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113552026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113562026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113572026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113582026-09-11T21:06:04.416Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113592026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113602026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113612026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113622026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113632026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113642026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113652026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
113662026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
113672026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
113682026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
113692026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
113702026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
113712026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
113722026-09-11T21:06:04.417Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
113732026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
113742026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
113752026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
113762026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
113772026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
113782026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
113792026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
113802026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
113812026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
113822026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
113832026-09-11T21:06:04.418Z[ host-image] Sep 11 21:06:03.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
113842026-09-11T21:06:04.449Z[ host-image] Sep 11 21:06:03.229 INFO building ROM for gimlet
113852026-09-11T21:06:04.455Z[ host-image] Sep 11 21:06:03.230 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")
113862026-09-11T21:06:04.546Z[ host-image] Sep 11 21:06:03.326 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
113872026-09-11T21:06:04.549Z[ host-image] Sep 11 21:06:03.329 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`
113882026-09-11T21:06:04.563Z[ host-image] Sep 11 21:06:03.343 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113892026-09-11T21:06:04.638Z[ host-image] Sep 11 21:06:03.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
113902026-09-11T21:06:04.641Z[ host-image] Sep 11 21:06:03.421 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`
113912026-09-11T21:06:04.764Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113922026-09-11T21:06:04.764Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113932026-09-11T21:06:04.765Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113942026-09-11T21:06:04.765Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113952026-09-11T21:06:04.766Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113962026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113972026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113982026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113992026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114002026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114012026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114022026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114032026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
114042026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
114052026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.545 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
114062026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.546 INFO O| Info: ABL version: 0x100f5010
114072026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.546 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
114082026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
114092026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
114102026-09-11T21:06:04.769Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
114112026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
114122026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
114132026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
114142026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
114152026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
114162026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
114172026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
114182026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
114192026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
114202026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
114212026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
114222026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
114232026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
114242026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
114252026-09-11T21:06:04.770Z[ host-image] Sep 11 21:06:03.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
114262026-09-11T21:06:04.808Z[ host-image] Sep 11 21:06:03.589 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114272026-09-11T21:06:04.808Z[ host-image] Sep 11 21:06:03.589 INFO finishing image archive at "/work/os-host/os.tar.gz"...
114282026-09-11T21:06:06.084Z[ host-image] Sep 11 21:06:04.864 INFO image complete! materials are in "/work/os-host"
114292026-09-11T21:06:06.087Z[ host-image]
114302026-09-11T21:06:06.090Z[ host-image] real 3:53.022726194
114312026-09-11T21:06:06.090Z[ host-image] user 3:21.638552772
114322026-09-11T21:06:06.090Z[ host-image] sys 47.013488662
114332026-09-11T21:06:06.090Z[ host-image] trap 0.216865563
114342026-09-11T21:06:06.090Z[ host-image] tflt 0.516866365
114352026-09-11T21:06:06.090Z[ host-image] dflt 1.474311083
114362026-09-11T21:06:06.090Z[ host-image] kflt 0.000524463
114372026-09-11T21:06:06.090Z[ host-image] lock 10:48.840574215
114382026-09-11T21:06:06.090Z[ host-image] slp 21:59.257071176
114392026-09-11T21:06:06.090Z[ host-image] lat 1:06.997904090
114402026-09-11T21:06:06.090Z[ host-image] stop 16.226712701
114412026-09-11T21:06:06.090ZSep 11 21:06:04.869 INFO [host-image] process exited with exit status: 0 (233.028433144s)
114422026-09-11T21:06:06.090ZSep 11 21:06:04.869 INFO [tuf-v2-host] running task
114432026-09-11T21:06:06.090ZSep 11 21:06:04.870 INFO [tuf-v2-host] task succeeded (1.06902ms)
114442026-09-11T21:06:10.918Z[ recovery-image] Sep 11 21:06:09.698 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)
114452026-09-11T21:06:13.012Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling bitflags v1.3.2
114462026-09-11T21:06:13.012Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling plain v0.2.3
114472026-09-11T21:06:13.012Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling bitflags v2.13.0
114482026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling scroll v0.13.0
114492026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling log v0.4.32
114502026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling bit_field v0.10.3
114512026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling adler2 v2.0.1
114522026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling static_assertions v1.1.0
114532026-09-11T21:06:13.015Z[ recovery-image] Sep 11 21:06:11.792 INFO E| Compiling bitstruct v0.1.1
114542026-09-11T21:06:13.066Z[ recovery-image] Sep 11 21:06:11.846 INFO E| Compiling raw-cpuid v10.7.0
114552026-09-11T21:06:13.107Z[ recovery-image] Sep 11 21:06:11.886 INFO E| Compiling miniz_oxide v0.9.1
114562026-09-11T21:06:13.176Z[ recovery-image] Sep 11 21:06:11.957 INFO E| Compiling cpio_reader v0.1.2
114572026-09-11T21:06:13.237Z[ recovery-image] Sep 11 21:06:12.017 INFO E| Compiling goblin v0.10.7
114582026-09-11T21:06:16.084Z[ recovery-image] Sep 11 21:06:14.865 INFO E| Finished `release` profile [optimized] target(s) in 18.48s
114592026-09-11T21:06:16.096Z[ recovery-image] Sep 11 21:06:14.877 INFO building ROM for cosmo
114602026-09-11T21:06:16.096Z[ recovery-image] Sep 11 21:06:14.877 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")
114612026-09-11T21:06:16.179Z[ recovery-image] Sep 11 21:06:14.960 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
114622026-09-11T21:06:16.182Z[ recovery-image] Sep 11 21:06:14.962 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`
114632026-09-11T21:06:16.191Z[ recovery-image] Sep 11 21:06:14.972 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114642026-09-11T21:06:16.258Z[ recovery-image] Sep 11 21:06:15.038 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114652026-09-11T21:06:16.261Z[ recovery-image] Sep 11 21:06:15.041 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`
114662026-09-11T21:06:16.479Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114672026-09-11T21:06:16.479Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114682026-09-11T21:06:16.479Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114692026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114702026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114712026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114722026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114732026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114742026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114752026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114762026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114772026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114782026-09-11T21:06:16.483Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114792026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114802026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114812026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114822026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114832026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114842026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114852026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114862026-09-11T21:06:16.485Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114872026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114882026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114892026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114902026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114912026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114922026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114932026-09-11T21:06:16.486Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114942026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114952026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114962026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114972026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114982026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114992026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115002026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115012026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115022026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115032026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115042026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115052026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115062026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115072026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115082026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115092026-09-11T21:06:16.487Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115102026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115112026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 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-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115132026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115142026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115152026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115162026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115172026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115182026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115192026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO O| Info: ABL version: 0x100af010
115202026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115212026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115222026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115232026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115242026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115252026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115262026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115272026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115282026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115292026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115302026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115312026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115322026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115332026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115342026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115352026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115362026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115372026-09-11T21:06:16.488Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115382026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115392026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115402026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115412026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115422026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115432026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115442026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115452026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115462026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115472026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115482026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115492026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115502026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115512026-09-11T21:06:16.489Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115522026-09-11T21:06:16.490Z[ recovery-image] Sep 11 21:06:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115532026-09-11T21:06:16.543Z[ recovery-image] Sep 11 21:06:15.288 INFO building ROM for gimlet
115542026-09-11T21:06:16.543Z[ recovery-image] Sep 11 21:06:15.288 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")
115552026-09-11T21:06:16.596Z[ recovery-image] Sep 11 21:06:15.375 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
115562026-09-11T21:06:16.599Z[ recovery-image] Sep 11 21:06:15.377 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`
115572026-09-11T21:06:16.609Z[ recovery-image] Sep 11 21:06:15.389 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
115582026-09-11T21:06:16.677Z[ recovery-image] Sep 11 21:06:15.457 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
115592026-09-11T21:06:16.680Z[ recovery-image] Sep 11 21:06:15.460 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`
115602026-09-11T21:06:16.796Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115612026-09-11T21:06:16.796Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115622026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115632026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115642026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115652026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115662026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115672026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115682026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115692026-09-11T21:06:16.799Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115702026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115712026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115722026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115732026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115742026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115752026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO O| Info: ABL version: 0x100f5010
115762026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115772026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115782026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115792026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115802026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115812026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115822026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115832026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115842026-09-11T21:06:16.800Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115852026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115862026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115872026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115882026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115892026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115902026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115912026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115922026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115932026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115942026-09-11T21:06:16.801Z[ recovery-image] Sep 11 21:06:15.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115952026-09-11T21:06:16.830Z[ recovery-image] Sep 11 21:06:15.610 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115962026-09-11T21:06:16.830Z[ recovery-image] Sep 11 21:06:15.610 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115972026-09-11T21:06:16.834Z[ recovery-image] Sep 11 21:06:15.610 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115982026-09-11T21:06:18.122Z[ recovery-image] Sep 11 21:06:16.902 INFO image complete! materials are in "/work/os-recovery"
115992026-09-11T21:06:18.127Z[ recovery-image]
116002026-09-11T21:06:18.128Z[ recovery-image] real 3:07.024645466
116012026-09-11T21:06:18.129Z[ recovery-image] user 2:01.997557421
116022026-09-11T21:06:18.129Z[ recovery-image] sys 29.670280793
116032026-09-11T21:06:18.129Z[ recovery-image] trap 0.120427692
116042026-09-11T21:06:18.129Z[ recovery-image] tflt 0.402579757
116052026-09-11T21:06:18.129Z[ recovery-image] dflt 0.206093108
116062026-09-11T21:06:18.129Z[ recovery-image] kflt 0.000173258
116072026-09-11T21:06:18.129Z[ recovery-image] lock 4:43.346124617
116082026-09-11T21:06:18.129Z[ recovery-image] slp 15:59.764890621
116092026-09-11T21:06:18.129Z[ recovery-image] lat 28.467664660
116102026-09-11T21:06:18.133Z[ recovery-image] stop 3.161509537
116112026-09-11T21:06:18.133ZSep 11 21:06:16.906 INFO [recovery-image] process exited with exit status: 0 (187.030095596s)
116122026-09-11T21:06:18.133ZSep 11 21:06:16.906 INFO [tuf-v2-recovery] running task
116132026-09-11T21:06:18.133ZSep 11 21:06:16.906 INFO [tuf-repo] running task
116142026-09-11T21:06:18.134ZSep 11 21:06:16.907 INFO [tuf-v2-recovery] task succeeded (576.43µs)
116152026-09-11T21:06:18.135ZSep 11 21:06:16.907 INFO [tuf-v2-repo] running task
116162026-09-11T21:06:32.253ZSep 11 21:06:31.031 INFO assembling repository in `/tmp/tufaceousY79Qr6`, component: OmicronRepoAssembler
116172026-09-11T21:06:35.988ZSep 11 21:06:34.768 INFO [tuf-v2-repo] task succeeded (17.861152125s)
116182026-09-11T21:06:43.880ZSep 11 21:06:42.658 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116192026-09-11T21:06:44.115ZSep 11 21:06:42.895 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
116202026-09-11T21:06:45.605ZSep 11 21:06:44.385 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
116212026-09-11T21:06:45.657ZSep 11 21:06:44.438 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
116222026-09-11T21:06:45.707ZSep 11 21:06:44.487 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116232026-09-11T21:06:45.753ZSep 11 21:06:44.534 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116242026-09-11T21:06:45.808ZSep 11 21:06:44.586 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116252026-09-11T21:06:45.854ZSep 11 21:06:44.634 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116262026-09-11T21:06:45.910ZSep 11 21:06:44.690 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116272026-09-11T21:06:53.502ZSep 11 21:06:52.282 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
116282026-09-11T21:06:53.508ZSep 11 21:06:52.288 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
116292026-09-11T21:06:53.533ZSep 11 21:06:52.312 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
116302026-09-11T21:06:53.584ZSep 11 21:06:52.365 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116312026-09-11T21:06:53.635ZSep 11 21:06:52.415 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116322026-09-11T21:06:53.691ZSep 11 21:06:52.471 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116332026-09-11T21:06:53.751ZSep 11 21:06:52.531 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
116342026-09-11T21:06:53.757ZSep 11 21:06:52.537 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
116352026-09-11T21:06:53.780ZSep 11 21:06:52.560 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
116362026-09-11T21:06:55.271ZSep 11 21:06:54.051 INFO [tuf-repo] task succeeded (37.144989356s)
116372026-09-11T21:10:33.773Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 18s
116382026-09-11T21:10:33.777Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116392026-09-11T21:10:33.777Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116402026-09-11T21:10:36.420ZSep 11 21:10:35.197 INFO [verify-libraries] process exited with exit status: 0 (445.537082639s)
116412026-09-11T21:10:36.420ZSep 11 21:10:35.197 INFO all jobs completed in 1238.531593523s
116422026-09-11T21:10:37.423Zprocess exited: duration 1452740 ms, exit code 0
 
116432026-09-11T21:10:37.436Zfound 41 output files
116442026-09-11T21:10:37.436Zuploading: /work/manifest.toml (17334 bytes)
116452026-09-11T21:10:38.456Zuploaded: /work/manifest.toml
116462026-09-11T21:10:38.456Zuploading: /work/repo.zip (2351782792 bytes)
116472026-09-11T21:11:21.603Zuploaded: /work/repo.zip
116482026-09-11T21:11:21.604Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116492026-09-11T21:11:22.685Zuploaded: /work/repo.zip.sha256.txt
116502026-09-11T21:11:22.685Zuploading: /work/helios.json (647 bytes)
116512026-09-11T21:11:23.698Zuploaded: /work/helios.json
116522026-09-11T21:11:23.698Zuploading: /work/incorporation.p5m (113595 bytes)
116532026-09-11T21:11:24.718Zuploaded: /work/incorporation.p5m
116542026-09-11T21:11:24.718Zuploading: /work/incorporation.p5p (133120 bytes)
116552026-09-11T21:11:25.738Zuploaded: /work/incorporation.p5p
116562026-09-11T21:11:25.738Zuploading: /work/helios-incorp.log (522 bytes)
116572026-09-11T21:11:26.749Zuploaded: /work/helios-incorp.log
116582026-09-11T21:11:26.749Zuploading: /work/helios-setup.log (57183 bytes)
116592026-09-11T21:11:27.765Zuploaded: /work/helios-setup.log
116602026-09-11T21:11:27.765Zuploading: /work/host-image.log (241724 bytes)
116612026-09-11T21:11:28.791Zuploaded: /work/host-image.log
116622026-09-11T21:11:28.791Zuploading: /work/host-package.log (50383 bytes)
116632026-09-11T21:11:29.807Zuploaded: /work/host-package.log
116642026-09-11T21:11:29.807Zuploading: /work/host-target.log (101 bytes)
116652026-09-11T21:11:30.820Zuploaded: /work/host-target.log
116662026-09-11T21:11:30.820Zuploading: /work/incorp-create.log (0 bytes)
116672026-09-11T21:11:31.831Zuploaded: /work/incorp-create.log
116682026-09-11T21:11:31.831Zuploading: /work/incorp-fmt.log (0 bytes)
116692026-09-11T21:11:32.839Zuploaded: /work/incorp-fmt.log
116702026-09-11T21:11:32.839Zuploading: /work/incorp-pkgsend.log (108 bytes)
116712026-09-11T21:11:33.849Zuploaded: /work/incorp-pkgsend.log
116722026-09-11T21:11:33.849Zuploading: /work/incorp-publisher.log (0 bytes)
116732026-09-11T21:11:34.855Zuploaded: /work/incorp-publisher.log
116742026-09-11T21:11:34.855Zuploading: /work/omicron-package.log (10435 bytes)
116752026-09-11T21:11:35.867Zuploaded: /work/omicron-package.log
116762026-09-11T21:11:35.867Zuploading: /work/recovery-image.log (585670 bytes)
116772026-09-11T21:11:36.907Zuploaded: /work/recovery-image.log
116782026-09-11T21:11:36.907Zuploading: /work/recovery-package.log (2621 bytes)
116792026-09-11T21:11:37.919Zuploaded: /work/recovery-package.log
116802026-09-11T21:11:37.919Zuploading: /work/recovery-target.log (98 bytes)
116812026-09-11T21:11:38.928Zuploaded: /work/recovery-target.log
116822026-09-11T21:11:38.928Zuploading: /work/stamp-clickhouse.log (117 bytes)
116832026-09-11T21:11:39.941Zuploaded: /work/stamp-clickhouse.log
116842026-09-11T21:11:39.941Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116852026-09-11T21:11:40.953Zuploaded: /work/stamp-clickhouse_keeper.log
116862026-09-11T21:11:40.953Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116872026-09-11T21:11:41.973Zuploaded: /work/stamp-clickhouse_server.log
116882026-09-11T21:11:41.973Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116892026-09-11T21:11:42.989Zuploaded: /work/stamp-cockroachdb.log
116902026-09-11T21:11:42.989Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116912026-09-11T21:11:43.999Zuploaded: /work/stamp-crucible-pantry-zone.log
116922026-09-11T21:11:43.999Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116932026-09-11T21:11:45.011Zuploaded: /work/stamp-crucible-utils.log
116942026-09-11T21:11:45.011Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116952026-09-11T21:11:46.021Zuploaded: /work/stamp-crucible-zone.log
116962026-09-11T21:11:46.021Zuploading: /work/stamp-external-dns.log (119 bytes)
116972026-09-11T21:11:47.033Zuploaded: /work/stamp-external-dns.log
116982026-09-11T21:11:47.033Zuploading: /work/stamp-installinator.log (103 bytes)
116992026-09-11T21:11:48.053Zuploaded: /work/stamp-installinator.log
117002026-09-11T21:11:48.053Zuploading: /work/stamp-internal-dns.log (119 bytes)
117012026-09-11T21:11:49.066Zuploaded: /work/stamp-internal-dns.log
117022026-09-11T21:11:49.066Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
117032026-09-11T21:11:50.075Zuploaded: /work/stamp-mg-ddm-gz.log
117042026-09-11T21:11:50.075Zuploading: /work/stamp-nexus.log (112 bytes)
117052026-09-11T21:11:51.085Zuploaded: /work/stamp-nexus.log
117062026-09-11T21:11:51.085Zuploading: /work/stamp-ntp.log (110 bytes)
117072026-09-11T21:11:52.236Zuploaded: /work/stamp-ntp.log
117082026-09-11T21:11:52.236Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
117092026-09-11T21:11:53.331Zuploaded: /work/stamp-omicron-sled-agent.log
117102026-09-11T21:11:53.331Zuploading: /work/stamp-overlay.log (114 bytes)
117112026-09-11T21:11:54.395Zuploaded: /work/stamp-overlay.log
117122026-09-11T21:11:54.395Zuploading: /work/stamp-oximeter.log (115 bytes)
117132026-09-11T21:11:55.453Zuploaded: /work/stamp-oximeter.log
117142026-09-11T21:11:55.453Zuploading: /work/stamp-oxlog.log (109 bytes)
117152026-09-11T21:11:56.470Zuploaded: /work/stamp-oxlog.log
117162026-09-11T21:11:56.470Zuploading: /work/stamp-probe.log (112 bytes)
117172026-09-11T21:11:57.478Zuploaded: /work/stamp-probe.log
117182026-09-11T21:11:57.478Zuploading: /work/stamp-propolis-server.log (122 bytes)
117192026-09-11T21:11:58.486Zuploaded: /work/stamp-propolis-server.log
117202026-09-11T21:11:58.487Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
117212026-09-11T21:11:59.500Zuploaded: /work/stamp-pumpkind-gz.log
117222026-09-11T21:11:59.500Zuploading: /work/stamp-switch-asic.log (118 bytes)
117232026-09-11T21:12:00.512Zuploaded: /work/stamp-switch-asic.log
117242026-09-11T21:12:00.512Zuploading: /work/verify-libraries.log (51177 bytes)
117252026-09-11T21:12:01.529Zuploaded: /work/verify-libraries.log