01M2HJJED86RXFQV7W537CEC8F: 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: 01M2HJKX0DE6CMN7A5NG1WRK9T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-15T03:44:40.267Zjob assigned to worker 01M2HJM3M3W6TVS452N2N248Q6 [factory aws, i-083e0eb23bc33f2e3] (queued for 49 s)
 
22026-09-15T03:44:47.706Zstarting task 0: "setup"
32026-09-15T03:44:47.710Z++ uname -s
42026-09-15T03:44:47.713Z+ kern=SunOS
52026-09-15T03:44:47.714Z+ build_user=build
62026-09-15T03:44:47.714Z+ build_uid=12345
72026-09-15T03:44:47.714Z+ work_dir=/work
82026-09-15T03:44:47.714Z+ input_dir=/input
92026-09-15T03:44:47.714Z+ [[ 0 == 12345 ]]
102026-09-15T03:44:47.714Z+ case "$kern" in
112026-09-15T03:44:47.714Z+ groupadd -g 12345 build
122026-09-15T03:44:47.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-15T03:44:49.735Z+ zfs create -o mountpoint=/work rpool/work
142026-09-15T03:44:49.812Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-15T03:44:49.816Z+ home_fs=zfs
162026-09-15T03:44:49.816Z+ [[ zfs == autofs ]]
172026-09-15T03:44:49.816Z+ mkdir -p /home/build
182026-09-15T03:44:49.816Z+ chown build:build /home/build /work
192026-09-15T03:44:51.817Z+ chmod 0700 /home/build /work
202026-09-15T03:44:51.821Zprocess exited: duration 4115 ms, exit code 0
 
212026-09-15T03:44:51.829Zstarting task 1: "rust-toolchain"
222026-09-15T03:44:51.834Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-15T03:44:51.835Z * rust toolchain channel = "1.98.1"
242026-09-15T03:44:51.835Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-15T03:44:51.835Z * rust toolchain profile = "default"
262026-09-15T03:44:51.835Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-15T03:44:51.835Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-15T03:44:51.839Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-15T03:44:51.839Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-15T03:44:51.925Zinfo: downloading installer
312026-09-15T03:44:53.165Zinfo: profile set to default
322026-09-15T03:44:53.165Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-15T03:44:53.169Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-15T03:44:53.304Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-15T03:44:53.307Zinfo: downloading 6 components
362026-09-15T03:45:08.255Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-15T03:45:08.255Z
382026-09-15T03:45:08.282Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-15T03:45:08.282Z
402026-09-15T03:45:08.285Z
412026-09-15T03:45:08.285ZRust is installed now. Great!
422026-09-15T03:45:08.285Z
432026-09-15T03:45:08.285ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-15T03:45:08.285Zenvironment variable. This has not been done automatically.
452026-09-15T03:45:08.286Z
462026-09-15T03:45:08.286ZTo configure your current shell, you need to source
472026-09-15T03:45:08.286Zthe corresponding env file under $HOME/.cargo.
482026-09-15T03:45:08.286Z
492026-09-15T03:45:08.286ZConsider running the right command for your shell (note the leading DOT):
502026-09-15T03:45:08.286Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-15T03:45:08.286Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-15T03:45:08.286ZCC_x86_64-unknown-illumos = None
532026-09-15T03:45:08.286Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-15T03:45:08.286ZCC_x86_64_unknown_illumos = None
552026-09-15T03:45:08.286Zcargo:rerun-if-env-changed=HOST_CC
562026-09-15T03:45:08.286ZHOST_CC = None
572026-09-15T03:45:08.286Zcargo:rerun-if-env-changed=CC
582026-09-15T03:45:08.286ZCC = None
592026-09-15T03:45:08.286Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-15T03:45:08.486Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-15T03:45:08.486ZCRATE_CC_NO_DEFAULTS = None
622026-09-15T03:45:08.486Zcargo:rerun-if-env-changed=CFLAGS
632026-09-15T03:45:08.486ZCFLAGS = None
642026-09-15T03:45:08.486Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-15T03:45:08.486ZHOST_CFLAGS = None
662026-09-15T03:45:08.487Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-15T03:45:08.487ZCFLAGS_x86_64_unknown_illumos = None
682026-09-15T03:45:08.487Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-15T03:45:08.487ZCFLAGS_x86_64-unknown-illumos = None
702026-09-15T03:45:08.595Z+ rustup --version
712026-09-15T03:45:08.600Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-15T03:45:08.603Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-15T03:45:08.622Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-15T03:45:08.626Z+ cargo --version
752026-09-15T03:45:08.633Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-15T03:45:08.636Z+ rustc --version
772026-09-15T03:45:08.655Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-15T03:45:08.658Zprocess exited: duration 16829 ms, exit code 0
 
792026-09-15T03:45:08.665Zstarting task 2: "authentication"
802026-09-15T03:45:08.682Zprocess exited: duration 17 ms, exit code 0
 
812026-09-15T03:45:08.691Zstarting task 3: "clone repository"
822026-09-15T03:45:08.694Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-15T03:45:08.697Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-15T03:45:08.730ZCloning into '/work/oxidecomputer/omicron'...
852026-09-15T03:45:22.138Z+ cd /work/oxidecomputer/omicron
862026-09-15T03:45:22.138Z+ git fetch origin a1ed210690ffc8344586295457271caa169f3150
872026-09-15T03:45:22.448ZFrom https://github.com/oxidecomputer/omicron
882026-09-15T03:45:22.448Z * branch a1ed210690ffc8344586295457271caa169f3150 -> FETCH_HEAD
892026-09-15T03:45:22.461Z+ [[ -n sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it ]]
902026-09-15T03:45:22.464Z++ git branch --show-current
912026-09-15T03:45:22.464Z+ current=main
922026-09-15T03:45:22.464Z+ [[ main != sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it ]]
932026-09-15T03:45:22.464Z+ git branch -f sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it a1ed210690ffc8344586295457271caa169f3150
942026-09-15T03:45:22.468Z+ git checkout -f sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it
952026-09-15T03:45:22.598ZSwitched to branch 'sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it'
962026-09-15T03:45:22.602Z+ git reset --hard a1ed210690ffc8344586295457271caa169f3150
972026-09-15T03:45:22.726ZHEAD is now at a1ed21069 rebase on main
982026-09-15T03:45:22.730Zprocess exited: duration 14038 ms, exit code 0
 
992026-09-15T03:45:22.736Zstarting task 4: "build"
1002026-09-15T03:45:22.741Z+ source .github/buildomat/ci-env.sh
1012026-09-15T03:45:22.741Z++ export CARGO_TERM_COLOR=always
1022026-09-15T03:45:22.741Z++ CARGO_TERM_COLOR=always
1032026-09-15T03:45:22.745Z+++ uname -s
1042026-09-15T03:45:22.745Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-15T03:45:22.745Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-15T03:45:22.748Z+ cargo --version
1072026-09-15T03:45:22.754Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-15T03:45:22.757Z+ rustc --version
1092026-09-15T03:45:22.776Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-15T03:45:22.779Z+ cargo tree --locked
1112026-09-15T03:45:22.946Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-15T03:45:23.308Z Updating crates.io index
1132026-09-15T03:45:23.311Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-15T03:45:23.613Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-15T03:45:24.017Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-15T03:45:24.310Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-15T03:45:25.358Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-15T03:45:25.977Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-15T03:45:28.072Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-15T03:45:28.958Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-15T03:45:29.257Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-15T03:45:29.630Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-15T03:45:30.777Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-15T03:45:31.133Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-15T03:45:31.532Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-15T03:45:31.811Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-15T03:45:32.115Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-15T03:45:32.382Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-15T03:45:32.689Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-15T03:45:32.996Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-15T03:45:33.353Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-15T03:45:33.686Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-15T03:45:34.205Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-15T03:45:34.537Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-15T03:45:35.072Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-15T03:45:35.430Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-15T03:45:36.011Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-15T03:45:36.435Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-15T03:45:36.738Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-15T03:45:37.164Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-15T03:45:37.881Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-15T03:45:38.188Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-15T03:45:38.500Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-15T03:45:38.886Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-15T03:45:39.546Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-15T03:45:39.871Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-15T03:45:40.149Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-15T03:45:40.465Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-15T03:45:41.083Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-15T03:45:41.382Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-15T03:45:41.694Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-15T03:45:42.011Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-15T03:45:42.286Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-15T03:45:42.725Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-15T03:45:45.575Z Downloading crates ...
1562026-09-15T03:45:45.640Z Downloaded cobs v0.3.0
1572026-09-15T03:45:45.646Z Downloaded curve25519-dalek-derive v0.1.1
1582026-09-15T03:45:45.652Z Downloaded hash32 v0.3.1
1592026-09-15T03:45:45.656Z Downloaded constant_time_eq v0.4.2
1602026-09-15T03:45:45.656Z Downloaded crc32fast v1.5.0
1612026-09-15T03:45:45.656Z Downloaded defmt-macros v1.0.1
1622026-09-15T03:45:45.659Z Downloaded csv-core v0.1.13
1632026-09-15T03:45:45.662Z Downloaded crossbeam-utils v0.8.21
1642026-09-15T03:45:45.662Z Downloaded colored v2.2.0
1652026-09-15T03:45:45.662Z Downloaded cookie v0.18.1
1662026-09-15T03:45:45.665Z Downloaded derive_builder v0.20.2
1672026-09-15T03:45:45.668Z Downloaded hostname v0.4.2
1682026-09-15T03:45:45.668Z Downloaded half v1.8.3
1692026-09-15T03:45:45.668Z Downloaded const_format v0.2.35
1702026-09-15T03:45:45.671Z Downloaded der v0.7.10
1712026-09-15T03:45:45.674Z Downloaded hmac v0.13.0
1722026-09-15T03:45:45.674Z Downloaded illumos-nvpair v0.3.0
1732026-09-15T03:45:45.674Z Downloaded hickory-resolver v0.25.2
1742026-09-15T03:45:45.677Z Downloaded icu_properties v2.1.2
1752026-09-15T03:45:45.681Z Downloaded icu_provider v2.1.1
1762026-09-15T03:45:45.681Z Downloaded crypto-bigint v0.7.5
1772026-09-15T03:45:45.688Z Downloaded anstyle v1.0.14
1782026-09-15T03:45:45.691Z Downloaded cpufeatures v0.2.17
1792026-09-15T03:45:45.691Z Downloaded cmake v0.1.57
1802026-09-15T03:45:45.691Z Downloaded colored v3.1.1
1812026-09-15T03:45:45.694Z Downloaded const_format_proc_macros v0.2.34
1822026-09-15T03:45:45.694Z Downloaded headers-core v0.3.0
1832026-09-15T03:45:45.695Z Downloaded hostname v0.3.1
1842026-09-15T03:45:45.695Z Downloaded hickory-resolver v0.24.4
1852026-09-15T03:45:45.699Z Downloaded cookie_store v0.22.1
1862026-09-15T03:45:45.699Z Downloaded clap v4.6.1
1872026-09-15T03:45:45.702Z Downloaded cpufeatures v0.3.0
1882026-09-15T03:45:45.705Z Downloaded compression-core v0.4.31
1892026-09-15T03:45:45.705Z Downloaded crossbeam-deque v0.8.6
1902026-09-15T03:45:45.705Z Downloaded half v2.7.1
1912026-09-15T03:45:45.705Z Downloaded crc-catalog v2.4.0
1922026-09-15T03:45:45.708Z Downloaded convert_case v0.4.0
1932026-09-15T03:45:45.708Z Downloaded darling_macro v0.20.11
1942026-09-15T03:45:45.708Z Downloaded clap_lex v1.0.0
1952026-09-15T03:45:45.708Z Downloaded crc8 v0.1.1
1962026-09-15T03:45:45.708Z Downloaded crunchy v0.2.4
1972026-09-15T03:45:45.708Z Downloaded hashbrown v0.15.5
1982026-09-15T03:45:45.711Z Downloaded guppy-workspace-hack v0.1.0
1992026-09-15T03:45:45.711Z Downloaded heck v0.5.0
2002026-09-15T03:45:45.711Z Downloaded http-range v0.1.5
2012026-09-15T03:45:45.711Z Downloaded home v0.5.12
2022026-09-15T03:45:45.715Z Downloaded crc v3.4.0
2032026-09-15T03:45:45.715Z Downloaded group v0.13.0
2042026-09-15T03:45:45.718Z Downloaded highway v1.3.0
2052026-09-15T03:45:45.721Z Downloaded cpubits v0.1.1
2062026-09-15T03:45:45.721Z Downloaded darling_macro v0.13.4
2072026-09-15T03:45:45.725Z Downloaded cstr-argument v0.1.2
2082026-09-15T03:45:45.725Z Downloaded hashbrown v0.12.3
2092026-09-15T03:45:45.728Z Downloaded colorchoice v1.0.4
2102026-09-15T03:45:45.729Z Downloaded compression-codecs v0.4.37
2112026-09-15T03:45:45.733Z Downloaded daft v0.1.8
2122026-09-15T03:45:45.736Z Downloaded debug-ignore v1.0.5
2132026-09-15T03:45:45.736Z Downloaded defmt v0.3.100
2142026-09-15T03:45:45.736Z Downloaded constant_time_eq v0.3.1
2152026-09-15T03:45:45.736Z Downloaded hashbrown v0.17.0
2162026-09-15T03:45:45.740Z Downloaded http v1.4.2
2172026-09-15T03:45:45.743Z Downloaded hubpack v0.1.2
2182026-09-15T03:45:45.743Z Downloaded hubpack_derive v0.1.1
2192026-09-15T03:45:45.743Z Downloaded crypto-common v0.2.2
2202026-09-15T03:45:45.743Z Downloaded heck v0.4.1
2212026-09-15T03:45:45.743Z Downloaded instability v0.3.11
2222026-09-15T03:45:45.746Z Downloaded group v0.14.0
2232026-09-15T03:45:45.746Z Downloaded indoc v1.0.9
2242026-09-15T03:45:45.746Z Downloaded internet-checksum v0.2.1
2252026-09-15T03:45:45.746Z Downloaded crucible-workspace-hack v0.1.0
2262026-09-15T03:45:45.746Z Downloaded derive_builder_macro v0.20.2
2272026-09-15T03:45:45.749Z Downloaded defmt-parser v1.0.0
2282026-09-15T03:45:45.749Z Downloaded diesel_table_macro_syntax v0.3.0
2292026-09-15T03:45:45.749Z Downloaded is_ci v1.2.0
2302026-09-15T03:45:45.749Z Downloaded http-body v1.0.1
2312026-09-15T03:45:45.753Z Downloaded darling_macro v0.21.3
2322026-09-15T03:45:45.756Z Downloaded darling_macro v0.23.0
2332026-09-15T03:45:45.756Z Downloaded ctutils v0.4.2
2342026-09-15T03:45:45.757Z Downloaded darling v0.13.4
2352026-09-15T03:45:45.760Z Downloaded criterion-plot v0.6.0
2362026-09-15T03:45:45.763Z Downloaded des v0.9.0
2372026-09-15T03:45:45.766Z Downloaded is_terminal_polyfill v1.70.2
2382026-09-15T03:45:45.769Z Downloaded bit-set v0.5.3
2392026-09-15T03:45:45.769Z Downloaded anstyle-query v1.1.5
2402026-09-15T03:45:45.772Z Downloaded async-stream-impl v0.3.6
2412026-09-15T03:45:45.772Z Downloaded async-object-pool v0.2.0
2422026-09-15T03:45:45.772Z Downloaded httptest v0.16.4
2432026-09-15T03:45:45.783Z Downloaded assert_matches v1.5.0
2442026-09-15T03:45:45.783Z Downloaded cast v0.3.0
2452026-09-15T03:45:45.783Z Downloaded concurrent-queue v2.5.0
2462026-09-15T03:45:45.783Z Downloaded hickory-client v0.25.2
2472026-09-15T03:45:45.784Z Downloaded convert_case v0.10.0
2482026-09-15T03:45:45.784Z Downloaded data-encoding v2.10.0
2492026-09-15T03:45:45.787Z Downloaded diesel-dtrace v0.5.0
2502026-09-15T03:45:45.787Z Downloaded cfg_aliases v0.2.1
2512026-09-15T03:45:45.791Z Downloaded hash32 v0.2.1
2522026-09-15T03:45:45.791Z Downloaded parse-display v0.10.0
2532026-09-15T03:45:45.794Z Downloaded path-slash v0.1.5
2542026-09-15T03:45:45.794Z Downloaded path-slash v0.2.1
2552026-09-15T03:45:45.794Z Downloaded clang-sys v1.8.1
2562026-09-15T03:45:45.797Z Downloaded crypto-common v0.1.7
2572026-09-15T03:45:45.800Z Downloaded httpdate v1.0.3
2582026-09-15T03:45:45.800Z Downloaded inout v0.2.2
2592026-09-15T03:45:45.800Z Downloaded is-terminal v0.4.17
2602026-09-15T03:45:45.803Z Downloaded cmov v0.5.4
2612026-09-15T03:45:45.804Z Downloaded daft-derive v0.1.8
2622026-09-15T03:45:45.807Z Downloaded derive-ex v0.1.8
2632026-09-15T03:45:45.807Z Downloaded hex-literal v1.1.0
2642026-09-15T03:45:45.807Z Downloaded ident_case v1.0.1
2652026-09-15T03:45:45.807Z Downloaded http-body-util v0.1.3
2662026-09-15T03:45:45.810Z Downloaded icu_normalizer_data v2.1.1
2672026-09-15T03:45:45.810Z Downloaded ctr v0.10.1
2682026-09-15T03:45:45.814Z Downloaded deranged v0.5.8
2692026-09-15T03:45:45.815Z Downloaded critical-section v1.2.0
2702026-09-15T03:45:45.815Z Downloaded hyper-tls v0.6.0
2712026-09-15T03:45:45.818Z Downloaded idna_adapter v1.2.1
2722026-09-15T03:45:45.818Z Downloaded addr2line v0.25.1
2732026-09-15T03:45:45.821Z Downloaded predicates-tree v1.0.13
2742026-09-15T03:45:45.821Z Downloaded proc-macro-crate v1.3.1
2752026-09-15T03:45:45.824Z Downloaded instant v0.1.13
2762026-09-15T03:45:45.824Z Downloaded delegate v0.13.5
2772026-09-15T03:45:45.827Z Downloaded der_derive v0.7.3
2782026-09-15T03:45:45.827Z Downloaded argon2 v0.5.3
2792026-09-15T03:45:45.827Z Downloaded defmt v1.0.1
2802026-09-15T03:45:45.831Z Downloaded hex v0.4.3
2812026-09-15T03:45:45.831Z Downloaded inout v0.1.4
2822026-09-15T03:45:45.834Z Downloaded bb8 v0.8.6
2832026-09-15T03:45:45.837Z Downloaded bitfield v0.19.4
2842026-09-15T03:45:45.840Z Downloaded derive_builder_core v0.20.2
2852026-09-15T03:45:45.840Z Downloaded cexpr v0.6.0
2862026-09-15T03:45:45.843Z Downloaded chacha20 v0.9.1
2872026-09-15T03:45:45.843Z Downloaded clap_derive v4.6.1
2882026-09-15T03:45:45.843Z Downloaded console v0.16.2
2892026-09-15T03:45:45.843Z Downloaded const-oid v0.9.6
2902026-09-15T03:45:45.846Z Downloaded indent_write v2.2.0
2912026-09-15T03:45:45.846Z Downloaded hex-literal v0.4.1
2922026-09-15T03:45:45.846Z Downloaded illumos-nvpair-sys v0.2.0
2932026-09-15T03:45:45.846Z Downloaded oxide-generation v0.1.3
2942026-09-15T03:45:45.850Z Downloaded oxide-update-engine-display v0.1.2
2952026-09-15T03:45:45.850Z Downloaded password-hash v0.5.0
2962026-09-15T03:45:45.850Z Downloaded indoc v2.0.7
2972026-09-15T03:45:45.850Z Downloaded polyval v0.7.1
2982026-09-15T03:45:45.853Z Downloaded ipnetwork v0.21.1
2992026-09-15T03:45:45.853Z Downloaded scheduled-thread-pool v0.2.7
3002026-09-15T03:45:45.853Z Downloaded sapling-renderdag v0.1.0
3012026-09-15T03:45:45.856Z Downloaded ciborium-io v0.2.2
3022026-09-15T03:45:45.859Z Downloaded block-buffer v0.12.1
3032026-09-15T03:45:45.859Z Downloaded console v0.15.11
3042026-09-15T03:45:45.863Z Downloaded corncobs v0.1.4
3052026-09-15T03:45:45.863Z Downloaded datatest-stable v0.3.3
3062026-09-15T03:45:45.866Z Downloaded darling v0.20.11
3072026-09-15T03:45:45.866Z Downloaded darling v0.23.0
3082026-09-15T03:45:45.870Z Downloaded heapless v0.7.17
3092026-09-15T03:45:45.873Z Downloaded serde_repr v0.1.20
3102026-09-15T03:45:45.873Z Downloaded secrecy v0.10.3
3112026-09-15T03:45:45.877Z Downloaded postgres-protocol v0.6.12
3122026-09-15T03:45:45.880Z Downloaded proc-macro-crate v3.4.0
3132026-09-15T03:45:45.880Z Downloaded signal-hook-tokio v0.3.1
3142026-09-15T03:45:45.880Z Downloaded ref-cast-impl v1.0.25
3152026-09-15T03:45:45.880Z Downloaded rustc-hash v2.1.1
3162026-09-15T03:45:45.883Z Downloaded packed_struct_codegen v0.10.1
3172026-09-15T03:45:45.883Z Downloaded signature v2.2.0
3182026-09-15T03:45:45.883Z Downloaded signature v3.0.0
3192026-09-15T03:45:45.886Z Downloaded cipher v0.5.2
3202026-09-15T03:45:45.886Z Downloaded autocfg v1.5.0
3212026-09-15T03:45:45.886Z Downloaded progenitor v0.14.0
3222026-09-15T03:45:45.890Z Downloaded recursive v0.1.1
3232026-09-15T03:45:45.890Z Downloaded rand_seeder v0.4.0
3242026-09-15T03:45:45.890Z Downloaded psm v0.1.30
3252026-09-15T03:45:45.893Z Downloaded sponge-cursor v0.1.0
3262026-09-15T03:45:45.893Z Downloaded slog-bunyan v2.5.0
3272026-09-15T03:45:45.897Z Downloaded subtle v2.6.1
3282026-09-15T03:45:45.900Z Downloaded darling_core v0.13.4
3292026-09-15T03:45:45.900Z Downloaded crc-any v2.5.0
3302026-09-15T03:45:45.904Z Downloaded derive-where v1.6.0
3312026-09-15T03:45:45.907Z Downloaded base16ct v1.0.0
3322026-09-15T03:45:45.907Z Downloaded parking_lot v0.11.2
3332026-09-15T03:45:45.907Z Downloaded path-tree v0.8.3
3342026-09-15T03:45:45.911Z Downloaded ipnet v2.12.0
3352026-09-15T03:45:45.914Z Downloaded time-core v0.1.8
3362026-09-15T03:45:45.914Z Downloaded plotters-svg v0.3.7
3372026-09-15T03:45:45.918Z Downloaded derive_more v0.99.20
3382026-09-15T03:45:45.923Z Downloaded pkcs8 v0.11.0
3392026-09-15T03:45:45.923Z Downloaded rusty-fork v0.3.1
3402026-09-15T03:45:45.926Z Downloaded scroll v0.13.0
3412026-09-15T03:45:45.926Z Downloaded darling v0.21.3
3422026-09-15T03:45:45.926Z Downloaded impl-trait-for-tuples v0.2.3
3432026-09-15T03:45:45.930Z Downloaded humantime v2.3.0
3442026-09-15T03:45:45.934Z Downloaded hyper-staticfile v0.10.1
3452026-09-15T03:45:45.934Z Downloaded buf-list v1.1.2
3462026-09-15T03:45:45.938Z Downloaded postgres-types v0.2.14
3472026-09-15T03:45:45.938Z Downloaded serde_with_macros v1.5.2
3482026-09-15T03:45:45.938Z Downloaded ingot-types v0.2.0
3492026-09-15T03:45:45.941Z Downloaded allocator-api2 v0.2.21
3502026-09-15T03:45:45.944Z Downloaded backon v1.6.0
3512026-09-15T03:45:45.944Z Downloaded supports-unicode v3.0.0
3522026-09-15T03:45:45.948Z Downloaded swrite v0.1.0
3532026-09-15T03:45:45.948Z Downloaded testing_table v0.3.0
3542026-09-15T03:45:45.951Z Downloaded smallvec v0.6.14
3552026-09-15T03:45:45.951Z Downloaded strum v0.27.2
3562026-09-15T03:45:45.951Z Downloaded ssh-cipher v0.3.0
3572026-09-15T03:45:45.951Z Downloaded typify-macro v0.6.2
3582026-09-15T03:45:45.954Z Downloaded phc v0.6.1
3592026-09-15T03:45:45.958Z Downloaded r2d2 v0.8.10
3602026-09-15T03:45:45.958Z Downloaded compact_str v0.8.1
3612026-09-15T03:45:45.961Z Downloaded const-oid v0.10.2
3622026-09-15T03:45:45.964Z Downloaded oso v0.27.3
3632026-09-15T03:45:45.964Z Downloaded oxide-update-engine-types v0.1.2
3642026-09-15T03:45:45.967Z Downloaded rustls-pemfile v2.2.0
3652026-09-15T03:45:45.967Z Downloaded rustversion v1.0.22
3662026-09-15T03:45:45.967Z Downloaded terminal_size v0.4.3
3672026-09-15T03:45:45.970Z Downloaded untrusted v0.7.1
3682026-09-15T03:45:45.970Z Downloaded waitgroup v0.1.2
3692026-09-15T03:45:45.974Z Downloaded target-lexicon v0.13.3
3702026-09-15T03:45:45.974Z Downloaded thiserror-no-std v2.0.2
3712026-09-15T03:45:45.977Z Downloaded quote v1.0.45
3722026-09-15T03:45:45.977Z Downloaded shlex v1.3.0
3732026-09-15T03:45:45.980Z Downloaded ingot v0.2.1
3742026-09-15T03:45:45.980Z Downloaded crossbeam-epoch v0.9.18
3752026-09-15T03:45:45.980Z Downloaded darling_core v0.23.0
3762026-09-15T03:45:45.983Z Downloaded ingot-macros v0.2.0
3772026-09-15T03:45:45.987Z Downloaded tokio-macros v2.7.0
3782026-09-15T03:45:45.991Z Downloaded hmac v0.12.1
3792026-09-15T03:45:45.991Z Downloaded hybrid-array v0.4.13
3802026-09-15T03:45:45.991Z Downloaded embedded-io v0.6.1
3812026-09-15T03:45:45.991Z Downloaded document-features v0.2.12
3822026-09-15T03:45:45.991Z Downloaded crypto-bigint v0.5.5
3832026-09-15T03:45:45.994Z Downloaded escape8259 v0.5.3
3842026-09-15T03:45:45.997Z Downloaded serdect v0.4.3
3852026-09-15T03:45:45.997Z Downloaded hashbrown v0.13.2
3862026-09-15T03:45:46.001Z Downloaded embedded-io v0.4.0
3872026-09-15T03:45:46.001Z Downloaded serde_tokenstream v0.3.0
3882026-09-15T03:45:46.001Z Downloaded iana-time-zone v0.1.65
3892026-09-15T03:45:46.001Z Downloaded slog-scope v4.4.1
3902026-09-15T03:45:46.004Z Downloaded ssh-encoding v0.3.0
3912026-09-15T03:45:46.004Z Downloaded string_cache v0.8.9
3922026-09-15T03:45:46.004Z Downloaded fnv v1.0.7
3932026-09-15T03:45:46.004Z Downloaded foreign-types v0.5.0
3942026-09-15T03:45:46.004Z Downloaded git-stub v1.0.0
3952026-09-15T03:45:46.004Z Downloaded blake2b_simd v1.0.4
3962026-09-15T03:45:46.008Z Downloaded digest-io v0.1.0
3972026-09-15T03:45:46.011Z Downloaded dtrace-parser v0.3.0
3982026-09-15T03:45:46.011Z Downloaded progenitor-impl v0.13.0
3992026-09-15T03:45:46.011Z Downloaded progenitor-impl v0.14.0
4002026-09-15T03:45:46.014Z Downloaded dunce v1.0.5
4012026-09-15T03:45:46.014Z Downloaded fd-lock v4.0.4
4022026-09-15T03:45:46.014Z Downloaded hickory-server v0.25.2
4032026-09-15T03:45:46.018Z Downloaded oorandom v11.1.5
4042026-09-15T03:45:46.018Z Downloaded ron v0.8.1
4052026-09-15T03:45:46.021Z Downloaded usdt-impl v0.6.0
4062026-09-15T03:45:46.021Z Downloaded usdt-impl v0.5.0
4072026-09-15T03:45:46.021Z Downloaded whoami v1.6.1
4082026-09-15T03:45:46.025Z Downloaded uzers v0.12.2
4092026-09-15T03:45:46.025Z Downloaded form_urlencoded v1.2.2
4102026-09-15T03:45:46.025Z Downloaded futures-core v0.3.32
4112026-09-15T03:45:46.025Z Downloaded indexmap v1.9.3
4122026-09-15T03:45:46.028Z Downloaded toml_writer v1.1.1+spec-1.1.0
4132026-09-15T03:45:46.028Z Downloaded generic-array v0.14.7
4142026-09-15T03:45:46.028Z Downloaded bitflags v2.11.0
4152026-09-15T03:45:46.032Z Downloaded pem-rfc7468 v1.0.0
4162026-09-15T03:45:46.032Z Downloaded pkcs1 v0.8.0-rc.4
4172026-09-15T03:45:46.032Z Downloaded hyper-rustls v0.27.7
4182026-09-15T03:45:46.032Z Downloaded lalrpop-util v0.19.12
4192026-09-15T03:45:46.036Z Downloaded lazy_static v1.5.0
4202026-09-15T03:45:46.036Z Downloaded quinn-udp v0.5.14
4212026-09-15T03:45:46.036Z Downloaded tempfile v3.27.0
4222026-09-15T03:45:46.039Z Downloaded maplit v1.0.2
4232026-09-15T03:45:46.039Z Downloaded derive_more v2.1.1
4242026-09-15T03:45:46.043Z Downloaded arc-swap v1.8.2
4252026-09-15T03:45:46.046Z Downloaded darling_core v0.21.3
4262026-09-15T03:45:46.049Z Downloaded tls_codec v0.4.2
4272026-09-15T03:45:46.049Z Downloaded vergen-gitcl v1.0.8
4282026-09-15T03:45:46.053Z Downloaded serde_core v1.0.228
4292026-09-15T03:45:46.053Z Downloaded serde_cbor v0.11.2
4302026-09-15T03:45:46.053Z Downloaded vergen-git2 v9.1.0
4312026-09-15T03:45:46.056Z Downloaded md5 v0.8.0
4322026-09-15T03:45:46.056Z Downloaded displaydoc v0.2.5
4332026-09-15T03:45:46.056Z Downloaded ignore v0.4.25
4342026-09-15T03:45:46.056Z Downloaded tracing-attributes v0.1.31
4352026-09-15T03:45:46.059Z Downloaded dropshot-api-manager-types v0.8.0
4362026-09-15T03:45:46.059Z Downloaded env_logger v0.11.11
4372026-09-15T03:45:46.060Z Downloaded fallible-iterator v0.2.0
4382026-09-15T03:45:46.063Z Downloaded httparse v1.10.1
4392026-09-15T03:45:46.063Z Downloaded approx v0.5.1
4402026-09-15T03:45:46.063Z Downloaded assert-json-diff v2.0.2
4412026-09-15T03:45:46.063Z Downloaded bcrypt-pbkdf v0.11.0
4422026-09-15T03:45:46.066Z Downloaded find-msvc-tools v0.1.9
4432026-09-15T03:45:46.071Z Downloaded futures-executor v0.3.32
4442026-09-15T03:45:46.072Z Downloaded headers v0.4.1
4452026-09-15T03:45:46.072Z Downloaded heapless v0.8.0
4462026-09-15T03:45:46.075Z Downloaded trybuild v1.0.116
4472026-09-15T03:45:46.075Z Downloaded fs-err v2.11.0
4482026-09-15T03:45:46.078Z Downloaded tui-tree-widget v0.23.1
4492026-09-15T03:45:46.078Z Downloaded nested v0.1.1
4502026-09-15T03:45:46.081Z Downloaded subprocess v0.2.15
4512026-09-15T03:45:46.084Z Downloaded zerocopy-derive v0.7.35
4522026-09-15T03:45:46.087Z Downloaded num_enum_derive v0.5.11
4532026-09-15T03:45:46.090Z Downloaded ciborium-ll v0.2.2
4542026-09-15T03:45:46.090Z Downloaded opaque-debug v0.3.1
4552026-09-15T03:45:46.090Z Downloaded openssl-probe v0.2.1
4562026-09-15T03:45:46.094Z Downloaded tokio-native-tls v0.3.1
4572026-09-15T03:45:46.094Z Downloaded zerovec-derive v0.11.2
4582026-09-15T03:45:46.094Z Downloaded block-buffer v0.10.4
4592026-09-15T03:45:46.094Z Downloaded camino v1.2.5
4602026-09-15T03:45:46.097Z Downloaded zerocopy v0.6.6
4612026-09-15T03:45:46.100Z Downloaded diesel_derives v2.3.7
4622026-09-15T03:45:46.103Z Downloaded diff v0.1.13
4632026-09-15T03:45:46.103Z Downloaded crossbeam-channel v0.5.15
4642026-09-15T03:45:46.106Z Downloaded darling_core v0.20.11
4652026-09-15T03:45:46.109Z Downloaded scuffle v0.1.0
4662026-09-15T03:45:46.109Z Downloaded rustc-demangle v0.1.27
4672026-09-15T03:45:46.109Z Downloaded parking v2.2.1
4682026-09-15T03:45:46.113Z Downloaded phf_shared v0.12.1
4692026-09-15T03:45:46.113Z Downloaded phf_shared v0.11.3
4702026-09-15T03:45:46.113Z Downloaded predicates-core v1.0.10
4712026-09-15T03:45:46.113Z Downloaded keccak v0.2.0
4722026-09-15T03:45:46.113Z Downloaded linkme v0.3.35
4732026-09-15T03:45:46.117Z Downloaded globset v0.4.18
4742026-09-15T03:45:46.117Z Downloaded lock_api v0.4.14
4752026-09-15T03:45:46.117Z Downloaded toml v1.1.2+spec-1.1.0
4762026-09-15T03:45:46.120Z Downloaded num-conv v0.2.0
4772026-09-15T03:45:46.120Z Downloaded assert_cmd v2.1.2
4782026-09-15T03:45:46.125Z Downloaded icu_normalizer v2.1.1
4792026-09-15T03:45:46.128Z Downloaded recursive-proc-macro-impl v0.1.1
4802026-09-15T03:45:46.129Z Downloaded tungstenite v0.21.0
4812026-09-15T03:45:46.132Z Downloaded ucd-trie v0.1.7
4822026-09-15T03:45:46.132Z Downloaded miette-derive v7.6.0
4832026-09-15T03:45:46.136Z Downloaded semver v0.1.20
4842026-09-15T03:45:46.136Z Downloaded proc-macro-error-attr v1.0.4
4852026-09-15T03:45:46.136Z Downloaded peg-runtime v0.8.5
4862026-09-15T03:45:46.136Z Downloaded plotters-backend v0.3.7
4872026-09-15T03:45:46.136Z Downloaded icu_locale_core v2.1.1
4882026-09-15T03:45:46.140Z Downloaded serde_plain v1.0.2
4892026-09-15T03:45:46.140Z Downloaded byteorder v1.5.0
4902026-09-15T03:45:46.143Z Downloaded derive_more-impl v2.1.1
4912026-09-15T03:45:46.146Z Downloaded bcs v0.1.6
4922026-09-15T03:45:46.149Z Downloaded proc-macro-error-attr2 v2.0.0
4932026-09-15T03:45:46.149Z Downloaded owo-colors v4.3.0
4942026-09-15T03:45:46.153Z Downloaded serde v1.0.228
4952026-09-15T03:45:46.156Z Downloaded textwrap v0.15.2
4962026-09-15T03:45:46.156Z Downloaded criterion v0.7.0
4972026-09-15T03:45:46.160Z Downloaded der v0.8.0
4982026-09-15T03:45:46.163Z Downloaded oxide-update-engine v0.1.2
4992026-09-15T03:45:46.166Z Downloaded supports-color v2.1.0
5002026-09-15T03:45:46.166Z Downloaded supports-unicode v2.1.0
5012026-09-15T03:45:46.166Z Downloaded native-tls v0.2.18
5022026-09-15T03:45:46.166Z Downloaded sync-ptr v0.1.4
5032026-09-15T03:45:46.169Z Downloaded tabwriter v1.4.1
5042026-09-15T03:45:46.169Z Downloaded tap v1.0.1
5052026-09-15T03:45:46.169Z Downloaded num_enum v0.7.6
5062026-09-15T03:45:46.174Z Downloaded backoff v0.4.0
5072026-09-15T03:45:46.174Z Downloaded thread-id v4.2.2
5082026-09-15T03:45:46.174Z Downloaded pkcs8 v0.10.2
5092026-09-15T03:45:46.178Z Downloaded bitflags v1.3.2
5102026-09-15T03:45:46.178Z Downloaded serde_bytes v0.11.19
5112026-09-15T03:45:46.178Z Downloaded crossterm v0.29.0
5122026-09-15T03:45:46.181Z Downloaded num-complex v0.4.6
5132026-09-15T03:45:46.181Z Downloaded unsafe-libyaml v0.2.11
5142026-09-15T03:45:46.184Z Downloaded ahash v0.8.12
5152026-09-15T03:45:46.184Z Downloaded cargo_metadata v0.23.1
5162026-09-15T03:45:46.184Z Downloaded rand_core v0.6.4
5172026-09-15T03:45:46.187Z Downloaded rand_core v0.9.5
5182026-09-15T03:45:46.187Z Downloaded sha1 v0.11.0
5192026-09-15T03:45:46.187Z Downloaded termtree v0.5.1
5202026-09-15T03:45:46.187Z Downloaded rustc_version v0.1.7
5212026-09-15T03:45:46.190Z Downloaded unit-prefix v0.5.2
5222026-09-15T03:45:46.190Z Downloaded utf8_iter v1.0.4
5232026-09-15T03:45:46.194Z Downloaded unicode-xid v0.2.6
5242026-09-15T03:45:46.198Z Downloaded usdt-macro v0.6.0
5252026-09-15T03:45:46.198Z Downloaded utf-8 v0.7.6
5262026-09-15T03:45:46.198Z Downloaded parse-display-derive v0.10.0
5272026-09-15T03:45:46.201Z Downloaded serde_path_to_error v0.1.20
5282026-09-15T03:45:46.201Z Downloaded indicatif v0.18.4
5292026-09-15T03:45:46.204Z Downloaded icu_collections v2.1.1
5302026-09-15T03:45:46.207Z Downloaded signal-hook-registry v1.4.8
5312026-09-15T03:45:46.207Z Downloaded zip v0.6.6
5322026-09-15T03:45:46.211Z Downloaded display-error-chain v0.2.2
5332026-09-15T03:45:46.211Z Downloaded getrandom v0.3.4
5342026-09-15T03:45:46.214Z Downloaded camino-tempfile v1.4.1
5352026-09-15T03:45:46.214Z Downloaded sqlformat v0.3.5
5362026-09-15T03:45:46.214Z Downloaded port-file v0.1.0
5372026-09-15T03:45:46.217Z Downloaded pretty_assertions v1.4.1
5382026-09-15T03:45:46.217Z Downloaded paste v1.0.15
5392026-09-15T03:45:46.217Z Downloaded zopfli v0.8.3
5402026-09-15T03:45:46.220Z Downloaded stringmetrics v2.2.2
5412026-09-15T03:45:46.220Z Downloaded stringprep v0.1.5
5422026-09-15T03:45:46.220Z Downloaded aes v0.9.1
5432026-09-15T03:45:46.223Z Downloaded xshell-macros v0.2.7
5442026-09-15T03:45:46.223Z Downloaded slog-json v2.6.1
5452026-09-15T03:45:46.223Z Downloaded thiserror v2.0.18
5462026-09-15T03:45:46.227Z Downloaded peg v0.8.5
5472026-09-15T03:45:46.230Z Downloaded rustls-native-certs v0.8.3
5482026-09-15T03:45:46.230Z Downloaded sec1 v0.7.3
5492026-09-15T03:45:46.233Z Downloaded anyhow v1.0.104
5502026-09-15T03:45:46.233Z Downloaded time-macros v0.2.27
5512026-09-15T03:45:46.236Z Downloaded async-bb8-diesel v0.2.1
5522026-09-15T03:45:46.236Z Downloaded fxhash v0.2.1
5532026-09-15T03:45:46.236Z Downloaded tokio-tungstenite v0.21.0
5542026-09-15T03:45:46.240Z Downloaded zerofrom-derive v0.1.6
5552026-09-15T03:45:46.240Z Downloaded snafu v0.8.9
5562026-09-15T03:45:46.243Z Downloaded tinyvec_macros v0.1.1
5572026-09-15T03:45:46.243Z Downloaded dsl_auto_type v0.2.0
5582026-09-15T03:45:46.243Z Downloaded fixedbitset v0.4.2
5592026-09-15T03:45:46.246Z Downloaded strum_macros v0.24.3
5602026-09-15T03:45:46.249Z Downloaded jiff-static v0.2.34
5612026-09-15T03:45:46.249Z Downloaded bumpalo v3.20.2
5622026-09-15T03:45:46.252Z Downloaded toml_edit v0.22.27
5632026-09-15T03:45:46.255Z Downloaded libbz2-rs-sys v0.2.2
5642026-09-15T03:45:46.255Z Downloaded whoami v2.1.0
5652026-09-15T03:45:46.258Z Downloaded memmap v0.7.0
5662026-09-15T03:45:46.261Z Downloaded maybe-uninit v2.0.0
5672026-09-15T03:45:46.261Z Downloaded fastrand v2.3.0
5682026-09-15T03:45:46.265Z Downloaded env_filter v2.0.0
5692026-09-15T03:45:46.265Z Downloaded crossterm v0.28.1
5702026-09-15T03:45:46.268Z Downloaded knus v3.4.0
5712026-09-15T03:45:46.268Z Downloaded foreign-types v0.3.2
5722026-09-15T03:45:46.268Z Downloaded lzss v0.8.2
5732026-09-15T03:45:46.272Z Downloaded sha2 v0.10.9
5742026-09-15T03:45:46.272Z Downloaded digest v0.10.7
5752026-09-15T03:45:46.272Z Downloaded spki v0.8.0
5762026-09-15T03:45:46.275Z Downloaded wnaf v0.14.0
5772026-09-15T03:45:46.275Z Downloaded xshell v0.2.7
5782026-09-15T03:45:46.278Z Downloaded miniz_oxide v0.8.9
5792026-09-15T03:45:46.284Z Downloaded prefix-trie v0.7.0
5802026-09-15T03:45:46.287Z Downloaded peg-macros v0.8.5
5812026-09-15T03:45:46.287Z Downloaded proc-macro-error2 v2.0.1
5822026-09-15T03:45:46.287Z Downloaded keccak v0.1.6
5832026-09-15T03:45:46.290Z Downloaded num-derive v0.4.2
5842026-09-15T03:45:46.290Z Downloaded bitfield-struct v0.6.2
5852026-09-15T03:45:46.290Z Downloaded internal-russh-num-bigint v0.5.0
5862026-09-15T03:45:46.293Z Downloaded itertools v0.13.0
5872026-09-15T03:45:46.296Z Downloaded flate2 v1.1.9
5882026-09-15T03:45:46.299Z Downloaded indexmap v2.14.0
5892026-09-15T03:45:46.302Z Downloaded either v1.15.0
5902026-09-15T03:45:46.302Z Downloaded foldhash v0.2.0
5912026-09-15T03:45:46.302Z Downloaded tokio-tungstenite v0.23.1
5922026-09-15T03:45:46.305Z Downloaded zerofrom v0.1.6
5932026-09-15T03:45:46.305Z Downloaded toml_parser v1.1.2+spec-1.1.0
5942026-09-15T03:45:46.309Z Downloaded oxide-generation-macros v0.2.0
5952026-09-15T03:45:46.309Z Downloaded hyper v1.10.1
5962026-09-15T03:45:46.313Z Downloaded powerfmt v0.2.0
5972026-09-15T03:45:46.317Z Downloaded bit-set v0.8.0
5982026-09-15T03:45:46.320Z Downloaded cfg-if v1.0.4
5992026-09-15T03:45:46.320Z Downloaded olpc-cjson v0.1.4
6002026-09-15T03:45:46.320Z Downloaded chacha20 v0.10.0
6012026-09-15T03:45:46.324Z Downloaded yansi v1.0.1
6022026-09-15T03:45:46.327Z Downloaded jobserver v0.1.34
6032026-09-15T03:45:46.327Z Downloaded percent-encoding v2.3.2
6042026-09-15T03:45:46.327Z Downloaded potential_utf v0.1.4
6052026-09-15T03:45:46.327Z Downloaded unicode_categories v0.1.1
6062026-09-15T03:45:46.330Z Downloaded log v0.4.33
6072026-09-15T03:45:46.330Z Downloaded progenitor-macro v0.13.0
6082026-09-15T03:45:46.330Z Downloaded ref-cast v1.0.25
6092026-09-15T03:45:46.333Z Downloaded similar v2.7.0
6102026-09-15T03:45:46.336Z Downloaded smallvec v1.15.1
6112026-09-15T03:45:46.336Z Downloaded linear-map v1.2.0
6122026-09-15T03:45:46.336Z Downloaded md-5 v0.11.0
6132026-09-15T03:45:46.336Z Downloaded module-lattice v0.2.3
6142026-09-15T03:45:46.339Z Downloaded openssl-macros v0.1.1
6152026-09-15T03:45:46.339Z Downloaded zerocopy-derive v0.8.55
6162026-09-15T03:45:46.343Z Downloaded radium v0.7.0
6172026-09-15T03:45:46.348Z Downloaded rand_chacha v0.3.1
6182026-09-15T03:45:46.348Z Downloaded russh-util v0.52.0
6192026-09-15T03:45:46.348Z Downloaded filetime v0.2.27
6202026-09-15T03:45:46.348Z Downloaded term v0.7.0
6212026-09-15T03:45:46.348Z Downloaded ecdsa v0.17.0
6222026-09-15T03:45:46.348Z Downloaded anstyle-parse v0.2.7
6232026-09-15T03:45:46.351Z Downloaded itertools v0.10.5
6242026-09-15T03:45:46.354Z Downloaded rayon-core v1.13.0
6252026-09-15T03:45:46.354Z Downloaded hyper-util v0.1.20
6262026-09-15T03:45:46.357Z Downloaded event-listener v5.4.1
6272026-09-15T03:45:46.361Z Downloaded block-padding v0.4.2
6282026-09-15T03:45:46.361Z Downloaded sigpipe v0.1.3
6292026-09-15T03:45:46.361Z Downloaded same-file v1.0.6
6302026-09-15T03:45:46.361Z Downloaded rcgen v0.12.1
6312026-09-15T03:45:46.364Z Downloaded serde_regex v1.1.0
6322026-09-15T03:45:46.364Z Downloaded futures-channel v0.3.32
6332026-09-15T03:45:46.364Z Downloaded nu-ansi-term v0.50.3
6342026-09-15T03:45:46.364Z Downloaded cassowary v0.3.0
6352026-09-15T03:45:46.367Z Downloaded schemars v0.9.0
6362026-09-15T03:45:46.372Z Downloaded array-init v0.0.4
6372026-09-15T03:45:46.376Z Downloaded byte-wrapper v0.1.0
6382026-09-15T03:45:46.376Z Downloaded slog-envlogger v2.2.0
6392026-09-15T03:45:46.376Z Downloaded steno v0.4.1
6402026-09-15T03:45:46.379Z Downloaded target-triple v1.0.0
6412026-09-15T03:45:46.379Z Downloaded tabled_derive v0.7.0
6422026-09-15T03:45:46.382Z Downloaded litrs v1.0.0
6432026-09-15T03:45:46.386Z Downloaded owo-colors v3.5.0
6442026-09-15T03:45:46.386Z Downloaded serde-big-array v0.5.1
6452026-09-15T03:45:46.389Z Downloaded oxide-tokio-rt v0.1.4
6462026-09-15T03:45:46.389Z Downloaded structmeta-derive v0.3.0
6472026-09-15T03:45:46.392Z Downloaded proc-macro-error v1.0.4
6482026-09-15T03:45:46.392Z Downloaded tower-service v0.3.3
6492026-09-15T03:45:46.395Z Downloaded unicode-properties v0.1.4
6502026-09-15T03:45:46.398Z Downloaded cc v1.2.56
6512026-09-15T03:45:46.403Z Downloaded rpassword v7.5.4
6522026-09-15T03:45:46.407Z Downloaded usdt v0.6.0
6532026-09-15T03:45:46.407Z Downloaded want v0.3.1
6542026-09-15T03:45:46.407Z Downloaded memchr v2.8.0
6552026-09-15T03:45:46.410Z Downloaded async-lock v3.4.2
6562026-09-15T03:45:46.410Z Downloaded clap_builder v4.6.0
6572026-09-15T03:45:46.414Z Downloaded drift v0.2.0
6582026-09-15T03:45:46.421Z Downloaded toml_datetime v0.6.11
6592026-09-15T03:45:46.425Z Downloaded stable_deref_trait v1.2.1
6602026-09-15T03:45:46.425Z Downloaded enum-as-inner v0.6.1
6612026-09-15T03:45:46.425Z Downloaded flagset v0.4.7
6622026-09-15T03:45:46.425Z Downloaded resolv-conf v0.7.6
6632026-09-15T03:45:46.425Z Downloaded slog v2.8.2
6642026-09-15T03:45:46.428Z Downloaded socket2 v0.5.10
6652026-09-15T03:45:46.431Z Downloaded version_check v0.9.5
6662026-09-15T03:45:46.431Z Downloaded chacha20poly1305 v0.10.1
6672026-09-15T03:45:46.431Z Downloaded float-cmp v0.10.0
6682026-09-15T03:45:46.431Z Downloaded futures-macro v0.3.32
6692026-09-15T03:45:46.434Z Downloaded quinn v0.11.11
6702026-09-15T03:45:46.434Z Downloaded slab v0.4.12
6712026-09-15T03:45:46.435Z Downloaded multer v3.1.0
6722026-09-15T03:45:46.438Z Downloaded toml_edit v0.23.10+spec-1.0.0
6732026-09-15T03:45:46.441Z Downloaded universal-hash v0.5.1
6742026-09-15T03:45:46.441Z Downloaded dof v0.3.0
6752026-09-15T03:45:46.441Z Downloaded vte v0.14.1
6762026-09-15T03:45:46.441Z Downloaded bzip2 v0.6.1
6772026-09-15T03:45:46.444Z Downloaded oxnet v0.1.6
6782026-09-15T03:45:46.444Z Downloaded schemars_derive v0.8.22
6792026-09-15T03:45:46.444Z Downloaded synstructure v0.13.2
6802026-09-15T03:45:46.447Z Downloaded thiserror-impl-no-std v2.0.2
6812026-09-15T03:45:46.447Z Downloaded multimap v0.10.1
6822026-09-15T03:45:46.447Z Downloaded x509-cert v0.2.5
6832026-09-15T03:45:46.451Z Downloaded hashbrown v0.16.1
6842026-09-15T03:45:46.454Z Downloaded hkdf v0.13.0
6852026-09-15T03:45:46.457Z Downloaded proc-macro2 v1.0.106
6862026-09-15T03:45:46.457Z Downloaded lru v0.12.5
6872026-09-15T03:45:46.460Z Downloaded num_threads v0.1.7
6882026-09-15T03:45:46.460Z Downloaded schemars v1.2.1
6892026-09-15T03:45:46.466Z Downloaded tungstenite v0.23.0
6902026-09-15T03:45:46.469Z Downloaded errno v0.3.14
6912026-09-15T03:45:46.472Z Downloaded libscf-sys v1.2.0
6922026-09-15T03:45:46.472Z Downloaded usdt v0.5.0
6932026-09-15T03:45:46.472Z Downloaded goblin v0.8.2
6942026-09-15T03:45:46.475Z Downloaded tinystr v0.8.2
6952026-09-15T03:45:46.476Z Downloaded nodrop v0.1.14
6962026-09-15T03:45:46.480Z Downloaded async-recursion v1.1.1
6972026-09-15T03:45:46.480Z Downloaded num-traits v0.2.19
6982026-09-15T03:45:46.483Z Downloaded managed v0.8.0
6992026-09-15T03:45:46.483Z Downloaded memoffset v0.9.1
7002026-09-15T03:45:46.483Z Downloaded newtype-uuid-macros v0.1.0
7012026-09-15T03:45:46.483Z Downloaded mio v1.2.0
7022026-09-15T03:45:46.486Z Downloaded writeable v0.6.2
7032026-09-15T03:45:46.489Z Downloaded nom v7.1.3
7042026-09-15T03:45:46.492Z Downloaded atomicwrites v0.4.4
7052026-09-15T03:45:46.492Z Downloaded smf v0.2.3
7062026-09-15T03:45:46.492Z Downloaded support-bundle-viewer v0.1.2
7072026-09-15T03:45:46.495Z Downloaded elliptic-curve v0.13.8
7082026-09-15T03:45:46.495Z Downloaded ecdsa v0.16.9
7092026-09-15T03:45:46.498Z Downloaded ryu v1.0.23
7102026-09-15T03:45:46.498Z Downloaded pkcs1 v0.7.5
7112026-09-15T03:45:46.501Z Downloaded getrandom v0.4.3
7122026-09-15T03:45:46.502Z Downloaded futures v0.3.32
7132026-09-15T03:45:46.505Z Downloaded ed25519 v2.2.3
7142026-09-15T03:45:46.507Z Downloaded fs-err v3.3.0
7152026-09-15T03:45:46.507Z Downloaded jiff-core v0.1.0
7162026-09-15T03:45:46.510Z Downloaded tokio-dtrace v0.1.1
7172026-09-15T03:45:46.510Z Downloaded gethostname v0.5.0
7182026-09-15T03:45:46.510Z Downloaded knuffel-derive v3.2.0
7192026-09-15T03:45:46.513Z Downloaded password-hash v0.6.1
7202026-09-15T03:45:46.513Z Downloaded idna v1.1.0
7212026-09-15T03:45:46.516Z Downloaded num-rational v0.4.2
7222026-09-15T03:45:46.516Z Downloaded mime_guess v2.0.5
7232026-09-15T03:45:46.519Z Downloaded plain v0.2.3
7242026-09-15T03:45:46.519Z Downloaded quick-error v1.2.3
7252026-09-15T03:45:46.519Z Downloaded tokio-util v0.7.18
7262026-09-15T03:45:46.522Z Downloaded libxml v0.3.3
7272026-09-15T03:45:46.526Z Downloaded anstream v0.6.21
7282026-09-15T03:45:46.529Z Downloaded scopeguard v1.2.0
7292026-09-15T03:45:46.529Z Downloaded rsa v0.9.10
7302026-09-15T03:45:46.532Z Downloaded crypto-primes v0.7.2
7312026-09-15T03:45:46.535Z Downloaded libsw v3.5.0
7322026-09-15T03:45:46.538Z Downloaded seq-macro v0.3.6
7332026-09-15T03:45:46.538Z Downloaded serde_spanned v1.1.1
7342026-09-15T03:45:46.538Z Downloaded serde_spanned v0.6.9
7352026-09-15T03:45:46.541Z Downloaded supports-color v3.0.2
7362026-09-15T03:45:46.541Z Downloaded supports-hyperlinks v2.1.0
7372026-09-15T03:45:46.545Z Downloaded rand v0.9.2
7382026-09-15T03:45:46.545Z Downloaded cbc v0.2.1
7392026-09-15T03:45:46.548Z Downloaded parking_lot_core v0.8.6
7402026-09-15T03:45:46.551Z Downloaded typed-path v0.12.3
7412026-09-15T03:45:46.554Z Downloaded textwrap v0.16.2
7422026-09-15T03:45:46.557Z Downloaded progenitor-macro v0.14.0
7432026-09-15T03:45:46.557Z Downloaded ppv-lite86 v0.2.21
7442026-09-15T03:45:46.557Z Downloaded difflib v0.4.0
7452026-09-15T03:45:46.559Z Downloaded p256 v0.14.0
7462026-09-15T03:45:46.560Z Downloaded terminal_size v0.1.17
7472026-09-15T03:45:46.563Z Downloaded unarray v0.1.4
7482026-09-15T03:45:46.563Z Downloaded progenitor v0.13.0
7492026-09-15T03:45:46.566Z Downloaded toml v0.8.23
7502026-09-15T03:45:46.566Z Downloaded twox-hash v2.1.2
7512026-09-15T03:45:46.569Z Downloaded dof v0.4.0
7522026-09-15T03:45:46.569Z Downloaded postcard v1.1.3
7532026-09-15T03:45:46.569Z Downloaded bit-vec v0.6.3
7542026-09-15T03:45:46.569Z Downloaded itertools v0.12.1
7552026-09-15T03:45:46.572Z Downloaded guppy v0.17.25
7562026-09-15T03:45:46.576Z Downloaded iri-string v0.7.10
7572026-09-15T03:45:46.580Z Downloaded dtrace-parser v0.2.0
7582026-09-15T03:45:46.582Z Downloaded kem v0.3.0
7592026-09-15T03:45:46.582Z Downloaded icu_properties_data v2.1.2
7602026-09-15T03:45:46.586Z Downloaded itertools v0.14.0
7612026-09-15T03:45:46.590Z Downloaded itertools v0.15.0
7622026-09-15T03:45:46.595Z Downloaded macaddr v1.0.1
7632026-09-15T03:45:46.599Z Downloaded pem-rfc7468 v0.7.0
7642026-09-15T03:45:46.605Z Downloaded usdt-attr-macro v0.6.0
7652026-09-15T03:45:46.605Z Downloaded vergen v9.1.0
7662026-09-15T03:45:46.608Z Downloaded yasna v0.5.2
7672026-09-15T03:45:46.608Z Downloaded zone_cfg_derive v0.3.1
7682026-09-15T03:45:46.608Z Downloaded scrypt v0.12.0
7692026-09-15T03:45:46.611Z Downloaded hkdf v0.12.4
7702026-09-15T03:45:46.611Z Downloaded schemars v0.8.22
7712026-09-15T03:45:46.619Z Downloaded zmij v1.0.21
7722026-09-15T03:45:46.623Z Downloaded ed25519-dalek v3.0.0
7732026-09-15T03:45:46.623Z Downloaded adler2 v2.0.1
7742026-09-15T03:45:46.624Z Downloaded aead v0.5.2
7752026-09-15T03:45:46.627Z Downloaded float-ord v0.3.2
7762026-09-15T03:45:46.627Z Downloaded newtype_derive v0.1.6
7772026-09-15T03:45:46.627Z Downloaded nom v8.0.0
7782026-09-15T03:45:46.627Z Downloaded blake2 v0.10.6
7792026-09-15T03:45:46.631Z Downloaded packed_struct v0.10.1
7802026-09-15T03:45:46.631Z Downloaded slog-dtrace v0.3.0
7812026-09-15T03:45:46.631Z Downloaded snafu-derive v0.8.9
7822026-09-15T03:45:46.631Z Downloaded static_assertions v1.1.0
7832026-09-15T03:45:46.634Z Downloaded thiserror-impl v2.0.18
7842026-09-15T03:45:46.634Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7852026-09-15T03:45:46.634Z Downloaded tokio-postgres v0.7.18
7862026-09-15T03:45:46.637Z Downloaded knus-derive v3.4.0
7872026-09-15T03:45:46.637Z Downloaded chumsky v0.9.3
7882026-09-15T03:45:46.640Z Downloaded rust-argon2 v2.1.0
7892026-09-15T03:45:46.640Z Downloaded serde_derive_internals v0.29.1
7902026-09-15T03:45:46.641Z Downloaded serde_tokenstream v0.2.3
7912026-09-15T03:45:46.641Z Downloaded structmeta v0.3.0
7922026-09-15T03:45:46.643Z Downloaded atomic-waker v1.1.2
7932026-09-15T03:45:46.643Z Downloaded phf v0.12.1
7942026-09-15T03:45:46.644Z Downloaded slog-async v2.8.0
7952026-09-15T03:45:46.644Z Downloaded generic-array v1.4.3
7962026-09-15T03:45:46.648Z Downloaded oso-derive v0.27.3
7972026-09-15T03:45:46.648Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7982026-09-15T03:45:46.648Z Downloaded argon2 v0.6.0-rc.8
7992026-09-15T03:45:46.648Z Downloaded cfg_aliases v0.1.1
8002026-09-15T03:45:46.648Z Downloaded phf_shared v0.13.1
8012026-09-15T03:45:46.651Z Downloaded tower-http v0.6.8
8022026-09-15T03:45:46.651Z Downloaded publicsuffix v2.3.0
8032026-09-15T03:45:46.655Z Downloaded p521 v0.14.0
8042026-09-15T03:45:46.655Z Downloaded enum_dispatch v0.3.13
8052026-09-15T03:45:46.658Z Downloaded unicase v2.9.0
8062026-09-15T03:45:46.658Z Downloaded futures-timer v3.0.3
8072026-09-15T03:45:46.658Z Downloaded camino-tempfile-ext v0.3.3
8082026-09-15T03:45:46.661Z Downloaded zeroize v1.9.0
8092026-09-15T03:45:46.661Z Downloaded precomputed-hash v0.1.1
8102026-09-15T03:45:46.661Z Downloaded rand_pcg v0.10.2
8112026-09-15T03:45:46.661Z Downloaded typenum v1.20.1
8122026-09-15T03:45:46.664Z Downloaded strum_macros v0.27.2
8132026-09-15T03:45:46.664Z Downloaded num-integer v0.1.46
8142026-09-15T03:45:46.667Z Downloaded fixedbitset v0.5.7
8152026-09-15T03:45:46.667Z Downloaded serde_urlencoded v0.7.1
8162026-09-15T03:45:46.667Z Downloaded serde_yaml v0.9.34+deprecated
8172026-09-15T03:45:46.671Z Downloaded libtest-mimic v0.8.1
8182026-09-15T03:45:46.671Z Downloaded cipher v0.4.4
8192026-09-15T03:45:46.671Z Downloaded thiserror-impl v1.0.69
8202026-09-15T03:45:46.671Z Downloaded newtype-uuid v1.3.2
8212026-09-15T03:45:46.674Z Downloaded backtrace v0.3.76
8222026-09-15T03:45:46.674Z Downloaded h2 v0.4.15
8232026-09-15T03:45:46.677Z Downloaded sqlparser_derive v0.5.0
8242026-09-15T03:45:46.680Z Downloaded socket2 v0.6.3
8252026-09-15T03:45:46.680Z Downloaded strsim v0.11.1
8262026-09-15T03:45:46.680Z Downloaded strum v0.26.3
8272026-09-15T03:45:46.680Z Downloaded try-lock v0.2.5
8282026-09-15T03:45:46.680Z Downloaded signal-hook-mio v0.2.5
8292026-09-15T03:45:46.683Z Downloaded futures-io v0.3.32
8302026-09-15T03:45:46.684Z Downloaded take_mut v0.2.2
8312026-09-15T03:45:46.684Z Downloaded hashbrown v0.14.5
8322026-09-15T03:45:46.687Z Downloaded rsa v0.10.0-rc.18
8332026-09-15T03:45:46.690Z Downloaded tokio-rustls v0.26.4
8342026-09-15T03:45:46.690Z Downloaded lru-slab v0.1.2
8352026-09-15T03:45:46.690Z Downloaded partial-io v0.5.4
8362026-09-15T03:45:46.690Z Downloaded utf8parse v0.2.2
8372026-09-15T03:45:46.694Z Downloaded lru-cache v0.1.2
8382026-09-15T03:45:46.694Z Downloaded pest_meta v2.8.6
8392026-09-15T03:45:46.694Z Downloaded pkg-config v0.3.32
8402026-09-15T03:45:46.694Z Downloaded getrandom v0.2.17
8412026-09-15T03:45:46.697Z Downloaded async-compression v0.4.41
8422026-09-15T03:45:46.700Z Downloaded num-iter v0.1.45
8432026-09-15T03:45:46.700Z Downloaded omicron-zone-package v0.12.3
8442026-09-15T03:45:46.700Z Downloaded pin-project v1.1.11
8452026-09-15T03:45:46.706Z Downloaded ascii-canvas v3.0.0
8462026-09-15T03:45:46.709Z Downloaded progenitor-extras v0.2.0
8472026-09-15T03:45:46.709Z Downloaded async-stream v0.3.6
8482026-09-15T03:45:46.709Z Downloaded openssl-probe v0.1.6
8492026-09-15T03:45:46.709Z Downloaded arrayvec v0.7.6
8502026-09-15T03:45:46.712Z Downloaded scroll v0.12.0
8512026-09-15T03:45:46.712Z Downloaded itoa v1.0.17
8522026-09-15T03:45:46.712Z Downloaded kstat-rs v0.2.5
8532026-09-15T03:45:46.712Z Downloaded aes-gcm v0.11.0
8542026-09-15T03:45:46.715Z Downloaded primeorder v0.13.6
8552026-09-15T03:45:46.716Z Downloaded endian-type v0.1.2
8562026-09-15T03:45:46.716Z Downloaded new_debug_unreachable v1.0.6
8572026-09-15T03:45:46.716Z Downloaded nibble_vec v0.1.0
8582026-09-15T03:45:46.719Z Downloaded bs58 v0.5.1
8592026-09-15T03:45:46.719Z Downloaded shell-words v1.1.1
8602026-09-15T03:45:46.719Z Downloaded rfc6979 v0.4.0
8612026-09-15T03:45:46.722Z Downloaded fatfs v0.3.6
8622026-09-15T03:45:46.725Z Downloaded rfc6979 v0.6.0
8632026-09-15T03:45:46.725Z Downloaded scroll_derive v0.13.1
8642026-09-15T03:45:46.725Z Downloaded base64ct v1.8.3
8652026-09-15T03:45:46.728Z Downloaded vergen-lib v9.1.0
8662026-09-15T03:45:46.731Z Downloaded libsw-core v0.3.2
8672026-09-15T03:45:46.731Z Downloaded relative-path v1.9.3
8682026-09-15T03:45:46.734Z Downloaded ml-kem v0.3.2
8692026-09-15T03:45:46.737Z Downloaded strip-ansi-escapes v0.2.1
8702026-09-15T03:45:46.740Z Downloaded zstd v0.13.3
8712026-09-15T03:45:46.743Z Downloaded xattr v1.6.1
8722026-09-15T03:45:46.743Z Downloaded zip v4.6.1
8732026-09-15T03:45:46.747Z Downloaded winnow v1.0.3
8742026-09-15T03:45:46.756Z Downloaded termios v0.3.3
8752026-09-15T03:45:46.756Z Downloaded unicode-truncate v1.1.0
8762026-09-15T03:45:46.756Z Downloaded elliptic-curve v0.14.1
8772026-09-15T03:45:46.756Z Downloaded vsss-rs v3.3.4
8782026-09-15T03:45:46.761Z Downloaded ena v0.14.4
8792026-09-15T03:45:46.761Z Downloaded arrayref v0.3.9
8802026-09-15T03:45:46.764Z Downloaded anstyle-parse v1.0.0
8812026-09-15T03:45:46.764Z Downloaded downcast-rs v2.0.2
8822026-09-15T03:45:46.764Z Downloaded foreign-types-shared v0.1.1
8832026-09-15T03:45:46.764Z Downloaded foreign-types-shared v0.3.1
8842026-09-15T03:45:46.764Z Downloaded equivalent v1.0.2
8852026-09-15T03:45:46.767Z Downloaded unicode-bidi v0.3.18
8862026-09-15T03:45:46.767Z Downloaded rstest_macros v0.25.0
8872026-09-15T03:45:46.770Z Downloaded anes v0.1.6
8882026-09-15T03:45:46.770Z Downloaded anstream v1.0.0
8892026-09-15T03:45:46.773Z Downloaded iddqd v0.4.2
8902026-09-15T03:45:46.776Z Downloaded cancel-safe-futures v0.1.5
8912026-09-15T03:45:46.780Z Downloaded unicode-linebreak v0.1.5
8922026-09-15T03:45:46.780Z Downloaded termcolor v1.4.1
8932026-09-15T03:45:46.783Z Downloaded base64 v0.21.7
8942026-09-15T03:45:46.783Z Downloaded wyz v0.5.1
8952026-09-15T03:45:46.783Z Downloaded newline-converter v0.3.0
8962026-09-15T03:45:46.783Z Downloaded prettyplease v0.2.37
8972026-09-15T03:45:46.786Z Downloaded pbkdf2 v0.13.0
8982026-09-15T03:45:46.786Z Downloaded bitfield-macros v0.19.4
8992026-09-15T03:45:46.786Z Downloaded cargo-platform v0.3.2
9002026-09-15T03:45:46.786Z Downloaded sha2 v0.11.0
9012026-09-15T03:45:46.789Z Downloaded openssl-sys v0.9.117
9022026-09-15T03:45:46.796Z Downloaded supports-hyperlinks v3.2.0
9032026-09-15T03:45:46.798Z Downloaded linkme-impl v0.3.35
9042026-09-15T03:45:46.798Z Downloaded nonempty v0.12.0
9052026-09-15T03:45:46.798Z Downloaded term v1.2.1
9062026-09-15T03:45:46.801Z Downloaded tracing-core v0.1.36
9072026-09-15T03:45:46.804Z Downloaded tls_codec_derive v0.4.2
9082026-09-15T03:45:46.804Z Downloaded phf v0.13.1
9092026-09-15T03:45:46.807Z Downloaded pin-project-internal v1.1.11
9102026-09-15T03:45:46.807Z Downloaded time v0.3.47
9112026-09-15T03:45:46.812Z Downloaded russh v0.62.4
9122026-09-15T03:45:46.816Z Downloaded rustc_version v0.4.1
9132026-09-15T03:45:46.819Z Downloaded sec1 v0.8.1
9142026-09-15T03:45:46.819Z Downloaded siphasher v1.0.2
9152026-09-15T03:45:46.822Z Downloaded pin-project-lite v0.2.17
9162026-09-15T03:45:46.825Z Downloaded thread_local v1.1.9
9172026-09-15T03:45:46.825Z Downloaded trait-variant v0.1.2
9182026-09-15T03:45:46.828Z Downloaded zone v0.3.1
9192026-09-15T03:45:46.831Z Downloaded backtrace-ext v0.2.1
9202026-09-15T03:45:46.838Z Downloaded usdt-attr-macro v0.5.0
9212026-09-15T03:45:46.841Z Downloaded foreign-types-macros v0.2.3
9222026-09-15T03:45:46.841Z Downloaded yoke v0.8.1
9232026-09-15T03:45:46.841Z Downloaded rustls-platform-verifier v0.6.2
9242026-09-15T03:45:46.843Z Downloaded vergen-lib v0.1.6
9252026-09-15T03:45:46.847Z Downloaded base64 v0.22.1
9262026-09-15T03:45:46.850Z Downloaded psl-types v2.0.11
9272026-09-15T03:45:46.853Z Downloaded secrecy v0.8.0
9282026-09-15T03:45:46.853Z Downloaded bytecount v0.6.9
9292026-09-15T03:45:46.857Z Downloaded normalize-line-endings v0.3.0
9302026-09-15T03:45:46.861Z Downloaded void v1.0.2
9312026-09-15T03:45:46.863Z Downloaded papergrid v0.18.0
9322026-09-15T03:45:46.866Z Downloaded poly1305 v0.8.0
9332026-09-15T03:45:46.869Z Downloaded progenitor-client v0.13.0
9342026-09-15T03:45:46.869Z Downloaded ff v0.13.1
9352026-09-15T03:45:46.869Z Downloaded flume v0.11.1
9362026-09-15T03:45:46.874Z Downloaded funty v2.0.0
9372026-09-15T03:45:46.877Z Downloaded usdt-macro v0.5.0
9382026-09-15T03:45:46.877Z Downloaded toml_write v0.1.2
9392026-09-15T03:45:46.880Z Downloaded miette-derive v5.10.0
9402026-09-15T03:45:46.883Z Downloaded strsim v0.10.0
9412026-09-15T03:45:46.887Z Downloaded tinytemplate v1.2.1
9422026-09-15T03:45:46.889Z Downloaded test-strategy v0.4.5
9432026-09-15T03:45:46.892Z Downloaded nanorand v0.7.0
9442026-09-15T03:45:46.892Z Downloaded unicode-normalization v0.1.25
9452026-09-15T03:45:46.895Z Downloaded foldhash v0.1.5
9462026-09-15T03:45:46.898Z Downloaded num_enum_derive v0.7.6
9472026-09-15T03:45:46.898Z Downloaded zstd-safe v7.2.4
9482026-09-15T03:45:46.898Z Downloaded atty v0.2.14
9492026-09-15T03:45:46.901Z Downloaded progenitor-client v0.14.0
9502026-09-15T03:45:46.904Z Downloaded dirs-next v2.0.0
9512026-09-15T03:45:46.904Z Downloaded dirs-sys-next v0.1.2
9522026-09-15T03:45:46.904Z Downloaded rustyline v14.0.0
9532026-09-15T03:45:46.907Z Downloaded rustls-webpki v0.103.13
9542026-09-15T03:45:46.911Z Downloaded rayon v1.11.0
9552026-09-15T03:45:46.914Z Downloaded erased-serde v0.3.31
9562026-09-15T03:45:46.914Z Downloaded primefield v0.14.0
9572026-09-15T03:45:46.918Z Downloaded reedline v0.40.0
9582026-09-15T03:45:46.921Z Downloaded rstest v0.25.0
9592026-09-15T03:45:46.923Z Downloaded rand v0.10.1
9602026-09-15T03:45:46.926Z Downloaded yoke-derive v0.8.1
9612026-09-15T03:45:46.926Z Downloaded linked-hash-map v0.5.6
9622026-09-15T03:45:46.926Z Downloaded typed-path v0.9.3
9632026-09-15T03:45:46.929Z Downloaded futures-task v0.3.32
9642026-09-15T03:45:46.929Z Downloaded signal-hook v0.3.18
9652026-09-15T03:45:46.932Z Downloaded ssh-key v0.7.0-rc.11
9662026-09-15T03:45:46.936Z Downloaded rand_core v0.10.0
9672026-09-15T03:45:46.936Z Downloaded stacker v0.1.23
9682026-09-15T03:45:46.939Z Downloaded fs_extra v1.3.0
9692026-09-15T03:45:46.939Z Downloaded similar-asserts v1.7.0
9702026-09-15T03:45:46.939Z Downloaded libm v0.2.16
9712026-09-15T03:45:46.943Z Downloaded pathdiff v0.2.3
9722026-09-15T03:45:46.947Z Downloaded glob v0.3.3
9732026-09-15T03:45:46.947Z Downloaded poly1305 v0.9.0
9742026-09-15T03:45:46.947Z Downloaded serde_with v3.21.0
9752026-09-15T03:45:46.953Z Downloaded git-stub-vcs v0.1.0
9762026-09-15T03:45:46.956Z Downloaded libloading v0.8.9
9772026-09-15T03:45:46.956Z Downloaded futures-sink v0.3.32
9782026-09-15T03:45:46.956Z Downloaded num v0.4.3
9792026-09-15T03:45:46.956Z Downloaded rand_xorshift v0.4.0
9802026-09-15T03:45:46.959Z Downloaded rtoolbox v0.0.3
9812026-09-15T03:45:46.959Z Downloaded untrusted v0.9.0
9822026-09-15T03:45:46.959Z Downloaded universal-hash v0.6.1
9832026-09-15T03:45:46.959Z Downloaded pkcs5 v0.8.1
9842026-09-15T03:45:46.962Z Downloaded slog-stdlog v4.1.1
9852026-09-15T03:45:46.962Z Downloaded spin v0.9.8
9862026-09-15T03:45:46.962Z Downloaded tiny-keccak v2.0.2
9872026-09-15T03:45:46.966Z Downloaded ed25519 v3.0.0
9882026-09-15T03:45:46.966Z Downloaded zip v8.6.0
9892026-09-15T03:45:46.969Z Downloaded memmap2 v0.9.10
9902026-09-15T03:45:46.969Z Downloaded bzip2 v0.4.4
9912026-09-15T03:45:46.972Z Downloaded smawk v0.3.2
9922026-09-15T03:45:46.972Z Downloaded thread-id v5.1.0
9932026-09-15T03:45:46.972Z Downloaded tokio-test v0.4.5
9942026-09-15T03:45:46.972Z Downloaded parking_lot v0.12.5
9952026-09-15T03:45:46.976Z Downloaded thiserror v1.0.69
9962026-09-15T03:45:46.979Z Downloaded samael v0.0.19
9972026-09-15T03:45:46.982Z Downloaded serde_json v1.0.151
9982026-09-15T03:45:46.985Z Downloaded target-spec v3.5.7
9992026-09-15T03:45:46.985Z Downloaded tabled v0.15.0
10002026-09-15T03:45:46.995Z Downloaded async-trait v0.1.89
10012026-09-15T03:45:46.998Z Downloaded plotters v0.3.7
10022026-09-15T03:45:47.002Z Downloaded pretty-hex v0.4.1
10032026-09-15T03:45:47.005Z Downloaded aead v0.6.1
10042026-09-15T03:45:47.005Z Downloaded num-bigint v0.4.6
10052026-09-15T03:45:47.008Z Downloaded ghash v0.6.0
10062026-09-15T03:45:47.008Z Downloaded parse-size v1.1.0
10072026-09-15T03:45:47.008Z Downloaded event-listener-strategy v0.5.4
10082026-09-15T03:45:47.008Z Downloaded strum_macros v0.26.4
10092026-09-15T03:45:47.011Z Downloaded tar v0.4.46
10102026-09-15T03:45:47.011Z Downloaded typify v0.6.2
10112026-09-15T03:45:47.014Z Downloaded num_enum v0.5.11
10122026-09-15T03:45:47.017Z Downloaded base16ct v0.2.0
10132026-09-15T03:45:47.017Z Downloaded parking_lot_core v0.9.12
10142026-09-15T03:45:47.017Z Downloaded serde-hex v0.1.0
10152026-09-15T03:45:47.020Z Downloaded libefi-sys v0.1.0
10162026-09-15T03:45:47.020Z Downloaded match_cfg v0.1.0
10172026-09-15T03:45:47.020Z Downloaded topological-sort v0.2.2
10182026-09-15T03:45:47.021Z Downloaded knuffel v3.2.0
10192026-09-15T03:45:47.021Z Downloaded ciborium v0.2.2
10202026-09-15T03:45:47.024Z Downloaded pest_derive v2.8.6
10212026-09-15T03:45:47.024Z Downloaded dyn-clone v1.0.20
10222026-09-15T03:45:47.027Z Downloaded expectorate v1.2.0
10232026-09-15T03:45:47.027Z Downloaded serde_derive v1.0.228
10242026-09-15T03:45:47.027Z Downloaded rustls-pki-types v1.14.0
10252026-09-15T03:45:47.030Z Downloaded rand v0.8.6
10262026-09-15T03:45:47.030Z Downloaded zerovec v0.11.5
10272026-09-15T03:45:47.034Z Downloaded primeorder v0.14.0
10282026-09-15T03:45:47.034Z Downloaded tagptr v0.2.0
10292026-09-15T03:45:47.038Z Downloaded tinyvec v1.10.0
10302026-09-15T03:45:47.038Z Downloaded predicates v3.1.4
10312026-09-15T03:45:47.038Z Downloaded russh-cryptovec v0.62.0
10322026-09-15T03:45:47.042Z Downloaded scroll_derive v0.12.1
10332026-09-15T03:45:47.042Z Downloaded mime v0.3.17
10342026-09-15T03:45:47.042Z Downloaded sync_wrapper v1.0.2
10352026-09-15T03:45:47.042Z Downloaded tower-layer v0.3.3
10362026-09-15T03:45:47.042Z Downloaded sha1 v0.10.6
10372026-09-15T03:45:47.042Z Downloaded castaway v0.2.4
10382026-09-15T03:45:47.042Z Downloaded ar_archive_writer v0.5.1
10392026-09-15T03:45:47.046Z Downloaded curve25519-dalek v4.1.3
10402026-09-15T03:45:47.049Z Downloaded tabled v0.21.0
10412026-09-15T03:45:47.056Z Downloaded wait-timeout v0.2.1
10422026-09-15T03:45:47.060Z Downloaded cfg-expr v0.20.6
10432026-09-15T03:45:47.060Z Downloaded zeroize_derive v1.5.0
10442026-09-15T03:45:47.060Z Downloaded tokio-stream v0.1.18
10452026-09-15T03:45:47.063Z Downloaded globwalk v0.9.1
10462026-09-15T03:45:47.063Z Downloaded pest_generator v2.8.6
10472026-09-15T03:45:47.066Z Downloaded ff v0.14.0
10482026-09-15T03:45:47.066Z Downloaded openssl v0.10.80
10492026-09-15T03:45:47.069Z Downloaded portable-atomic v1.13.1
10502026-09-15T03:45:47.073Z Downloaded unicode-ident v1.0.24
10512026-09-15T03:45:47.076Z Downloaded rand_chacha v0.9.0
10522026-09-15T03:45:47.076Z Downloaded walkdir v2.5.0
10532026-09-15T03:45:47.079Z Downloaded bit-vec v0.8.0
10542026-09-15T03:45:47.079Z Downloaded miette v7.6.0
10552026-09-15T03:45:47.083Z Downloaded miette v5.10.0
10562026-09-15T03:45:47.083Z Downloaded toml v0.7.8
10572026-09-15T03:45:47.086Z Downloaded once_cell v1.21.3
10582026-09-15T03:45:47.086Z Downloaded simd-adler32 v0.3.8
10592026-09-15T03:45:47.089Z Downloaded petname v2.0.2
10602026-09-15T03:45:47.092Z Downloaded goblin v0.10.5
10612026-09-15T03:45:47.095Z Downloaded sha3 v0.12.0
10622026-09-15T03:45:47.095Z Downloaded aho-corasick v1.1.4
10632026-09-15T03:45:47.098Z Downloaded digest v0.11.3
10642026-09-15T03:45:47.101Z Downloaded blowfish v0.10.0
10652026-09-15T03:45:47.102Z Downloaded pem v3.0.6
10662026-09-15T03:45:47.102Z Downloaded spki v0.7.3
10672026-09-15T03:45:47.102Z Downloaded futures-util v0.3.32
10682026-09-15T03:45:47.107Z Downloaded litemap v0.8.1
10692026-09-15T03:45:47.110Z Downloaded salsa20 v0.11.0
10702026-09-15T03:45:47.110Z Downloaded serde_with_macros v3.21.0
10712026-09-15T03:45:47.113Z Downloaded dropshot-api-manager v0.8.0
10722026-09-15T03:45:47.113Z Downloaded pest v2.8.6
10732026-09-15T03:45:47.116Z Downloaded slog-term v2.9.2
10742026-09-15T03:45:47.119Z Downloaded uuid v1.23.4
10752026-09-15T03:45:47.119Z Downloaded papergrid v0.11.0
10762026-09-15T03:45:47.122Z Downloaded quinn-proto v0.11.16
10772026-09-15T03:45:47.125Z Downloaded unicode-segmentation v1.12.0
10782026-09-15T03:45:47.128Z Downloaded toml_edit v0.19.15
10792026-09-15T03:45:47.137Z Downloaded semver v1.0.28
10802026-09-15T03:45:47.140Z Downloaded reqwest v0.13.2
10812026-09-15T03:45:47.143Z Downloaded blake2 v0.11.0-rc.6
10822026-09-15T03:45:47.143Z Downloaded p384 v0.14.0
10832026-09-15T03:45:47.146Z Downloaded winnow v0.6.26
10842026-09-15T03:45:47.149Z Downloaded smoltcp v0.11.0
10852026-09-15T03:45:47.156Z Downloaded git2 v0.20.4
10862026-09-15T03:45:47.160Z Downloaded curve25519-dalek v5.0.0
10872026-09-15T03:45:47.166Z Downloaded url v2.5.8
10882026-09-15T03:45:47.169Z Downloaded blake3 v1.8.5
10892026-09-15T03:45:47.172Z Downloaded ed25519-dalek v2.2.0
10902026-09-15T03:45:47.175Z Downloaded bytes v1.11.1
10912026-09-15T03:45:47.178Z Downloaded quick-xml v0.37.5
10922026-09-15T03:45:47.181Z Downloaded tower v0.5.3
10932026-09-15T03:45:47.184Z Downloaded rand_distr v0.5.1
10942026-09-15T03:45:47.188Z Downloaded winnow v0.7.14
10952026-09-15T03:45:47.191Z Downloaded dropshot_endpoint v0.17.1
10962026-09-15T03:45:47.194Z Downloaded serde_with v1.14.0
10972026-09-15T03:45:47.204Z Downloaded unicode-width v0.2.0
10982026-09-15T03:45:47.218Z Downloaded winnow v0.5.40
10992026-09-15T03:45:47.223Z Downloaded object v0.30.4
11002026-09-15T03:45:47.227Z Downloaded minimal-lexical v0.2.1
11012026-09-15T03:45:47.231Z Downloaded zerotrie v0.2.3
11022026-09-15T03:45:47.234Z Downloaded tough v0.22.0
11032026-09-15T03:45:47.243Z Downloaded fancy-regex v0.14.0
11042026-09-15T03:45:47.246Z Downloaded aws-lc-rs v1.16.3
11052026-09-15T03:45:47.251Z Downloaded qorb v0.4.1
11062026-09-15T03:45:47.266Z Downloaded moka v0.12.13
11072026-09-15T03:45:47.272Z Downloaded radix_trie v0.2.1
11082026-09-15T03:45:47.276Z Downloaded nix v0.27.1
11092026-09-15T03:45:47.281Z Downloaded zlib-rs v0.6.2
11102026-09-15T03:45:47.285Z Downloaded diesel v2.3.7
11112026-09-15T03:45:47.297Z Downloaded regex v1.12.3
11122026-09-15T03:45:47.300Z Downloaded vcpkg v0.2.15
11132026-09-15T03:45:47.323Z Downloaded num-bigint-dig v0.8.6
11142026-09-15T03:45:47.326Z Downloaded reqwest v0.12.28
11152026-09-15T03:45:47.329Z Downloaded hickory-proto v0.25.2
11162026-09-15T03:45:47.338Z Downloaded salty v0.3.0
11172026-09-15T03:45:47.343Z Downloaded regress v0.10.5
11182026-09-15T03:45:47.348Z Downloaded syn v1.0.109
11192026-09-15T03:45:47.355Z Downloaded p384 v0.13.1
11202026-09-15T03:45:47.359Z Downloaded smoltcp v0.9.1
11212026-09-15T03:45:47.364Z Downloaded hickory-proto v0.24.4
11222026-09-15T03:45:47.373Z Downloaded typify-impl v0.6.2
11232026-09-15T03:45:47.381Z Downloaded nix v0.31.2
11242026-09-15T03:45:47.388Z Downloaded rawzip v0.4.4
11252026-09-15T03:45:47.391Z Downloaded zerocopy v0.7.35
11262026-09-15T03:45:47.401Z Downloaded object v0.39.1
11272026-09-15T03:45:47.408Z Downloaded bindgen v0.71.1
11282026-09-15T03:45:47.412Z Downloaded regress v0.11.1
11292026-09-15T03:45:47.417Z Downloaded chrono v0.4.45
11302026-09-15T03:45:47.421Z Downloaded bitvec v1.0.1
11312026-09-15T03:45:47.430Z Downloaded proptest v1.11.0
11322026-09-15T03:45:47.436Z Downloaded regex-syntax v0.8.10
11332026-09-15T03:45:47.441Z Downloaded bstr v1.12.1
11342026-09-15T03:45:47.445Z Downloaded lalrpop v0.19.12
11352026-09-15T03:45:47.451Z Downloaded zerocopy v0.8.55
11362026-09-15T03:45:47.463Z Downloaded rustls v0.23.41
11372026-09-15T03:45:47.470Z Downloaded tracing v0.1.44
11382026-09-15T03:45:47.483Z Downloaded syn v3.0.3
11392026-09-15T03:45:47.490Z Downloaded gimli v0.32.3
11402026-09-15T03:45:47.495Z Downloaded polar-core v0.27.3
11412026-09-15T03:45:47.514Z Downloaded regex-syntax v0.6.29
11422026-09-15T03:45:47.518Z Downloaded unicode-width v0.1.14
11432026-09-15T03:45:47.522Z Downloaded syn v2.0.117
11442026-09-15T03:45:47.536Z Downloaded nix v0.28.0
11452026-09-15T03:45:47.544Z Downloaded dropshot v0.17.1
11462026-09-15T03:45:47.558Z Downloaded bzip2-sys v0.1.13+1.0.8
11472026-09-15T03:45:47.566Z Downloaded openapiv3 v2.2.0
11482026-09-15T03:45:47.575Z Downloaded object v0.37.3
11492026-09-15T03:45:47.582Z Downloaded rustix v0.38.44
11502026-09-15T03:45:47.597Z Downloaded rustix v1.1.4
11512026-09-15T03:45:47.613Z Downloaded sled v0.34.7
11522026-09-15T03:45:47.620Z Downloaded zerocopy-derive v0.6.6
11532026-09-15T03:45:47.627Z Downloaded sha3 v0.11.0
11542026-09-15T03:45:47.630Z Downloaded ratatui v0.29.0
11552026-09-15T03:45:47.643Z Downloaded jiff v0.2.34
11562026-09-15T03:45:47.656Z Downloaded regex-automata v0.4.14
11572026-09-15T03:45:47.665Z Downloaded sqlparser v0.61.0
11582026-09-15T03:45:47.672Z Downloaded csv v1.4.0
11592026-09-15T03:45:47.687Z Downloaded chrono-tz v0.10.4
11602026-09-15T03:45:47.700Z Downloaded sha3 v0.10.8
11612026-09-15T03:45:47.703Z Downloaded libz-sys v1.1.24
11622026-09-15T03:45:47.716Z Downloaded ring v0.17.14
11632026-09-15T03:45:47.743Z Downloaded petgraph v0.8.3
11642026-09-15T03:45:47.759Z Downloaded petgraph v0.6.5
11652026-09-15T03:45:47.778Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11662026-09-15T03:45:47.790Z Downloaded libc v0.2.185
11672026-09-15T03:45:47.811Z Downloaded tokio v1.52.1
11682026-09-15T03:45:47.937Z Downloaded encoding_rs v0.8.35
11692026-09-15T03:45:47.954Z Downloaded httpmock v0.8.3
11702026-09-15T03:45:48.022Z Downloaded libgit2-sys v0.18.3+1.9.2
11712026-09-15T03:45:48.494Z Downloaded aws-lc-sys v0.40.0
11722026-09-15T03:45:48.912Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11732026-09-15T03:45:51.006Z Startup: Refreshing catalog 'helios' ... Done
11742026-09-15T03:45:51.505Z Startup: Caching catalogs ... Done
11752026-09-15T03:45:54.228ZPlanning: Solver setup ... Done (2.570s)
11762026-09-15T03:45:54.303ZPlanning: Running solver ... Done (0.077s)
11772026-09-15T03:45:54.357ZPlanning: Finding local manifests ... Done (0.003s)
11782026-09-15T03:45:54.368ZPlanning: Fetching manifests: 0/2 0% complete
11792026-09-15T03:45:54.387ZPlanning: Fetching manifests: 2/2 100% complete
11802026-09-15T03:45:54.401ZPlanning: Package planning ... Done (0.014s)
11812026-09-15T03:45:54.404ZPlanning: Merging actions ... Done (0.001s)
11822026-09-15T03:45:54.563ZPlanning: Checking for conflicting actions ... Done (0.160s)
11832026-09-15T03:45:54.567ZPlanning: Consolidating action changes ... Done (0.001s)
11842026-09-15T03:45:55.366ZPlanning: Evaluating mediators ... Done (0.802s)
11852026-09-15T03:45:55.369ZPlanning: Planning completed in 3.83 seconds
11862026-09-15T03:45:55.376Z Packages to install: 2
11872026-09-15T03:45:55.376Z Estimated space available: 155.73 GB
11882026-09-15T03:45:55.376ZEstimated space to be consumed: 89.29 MB
11892026-09-15T03:45:55.376Z Create boot environment: No
11902026-09-15T03:45:55.376ZCreate backup boot environment: No
11912026-09-15T03:45:55.376Z Rebuild boot archive: No
11922026-09-15T03:45:55.376Z
11932026-09-15T03:45:55.376ZChanged packages:
11942026-09-15T03:45:55.379Zhelios
11952026-09-15T03:45:55.379Z developer/build-essential
11962026-09-15T03:45:55.379Z None -> 11-3.0
11972026-09-15T03:45:55.379Z library/libxmlsec1
11982026-09-15T03:45:55.379Z None -> 1.2.35-3.0
11992026-09-15T03:45:55.401Z
12002026-09-15T03:45:55.401ZDownload: 0/214 items 0.0/1.3MB 0% complete
12012026-09-15T03:45:55.470ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
12022026-09-15T03:45:55.559Z Actions: 1/268 actions (Installing new actions)
12032026-09-15T03:45:55.599Z Actions: Completed 268 actions in 0.04 seconds.
12042026-09-15T03:45:55.632ZFinalize: Updating package state database ... Done (0.034s)
12052026-09-15T03:45:55.635ZFinalize: Updating package cache ... Done (0.000s)
12062026-09-15T03:45:55.748ZFinalize: Updating image state ... Done (0.116s)
12072026-09-15T03:45:58.499ZFinalize: Creating fast lookup database ... Done (2.694s)
12082026-09-15T03:45:58.569ZFinalize: Reading search index ... Done (0.014s)
12092026-09-15T03:45:58.573ZFinalize: Updating search index ... Done (0.000s)
12102026-09-15T03:45:58.672ZFinalize: Updating package cache ... Done (0.000s)
12112026-09-15T03:45:59.048ZPlanning: Evaluating mediator changes ... Done
12122026-09-15T03:45:59.151ZPlanning: Checking for conflicting actions ... Done
12132026-09-15T03:45:59.155ZPlanning: Consolidating action changes ... Done
12142026-09-15T03:45:59.311ZPlanning: Evaluating mediators ... Done
12152026-09-15T03:45:59.317ZPlanning: Planning completed in 0.26 seconds
12162026-09-15T03:45:59.335Z Mediators to change: 2
12172026-09-15T03:45:59.335Z Create boot environment: No
12182026-09-15T03:45:59.335ZCreate backup boot environment: No
12192026-09-15T03:45:59.425ZFinalize: Updating package state database ... Done
12202026-09-15T03:45:59.425ZFinalize: Updating package cache ... Done
12212026-09-15T03:45:59.488ZFinalize: Updating image state ... Done
12222026-09-15T03:46:01.435ZFinalize: Creating fast lookup database ... Done
12232026-09-15T03:46:01.494ZFinalize: Reading search index ... Done
12242026-09-15T03:46:01.497ZFinalize: Updating search index ... Done
12252026-09-15T03:46:01.572ZFinalize: Updating package cache ... Done
12262026-09-15T03:46:01.859ZPlanning: Evaluating mediator changes ... Done
12272026-09-15T03:46:01.961ZPlanning: Checking for conflicting actions ... Done
12282026-09-15T03:46:01.965ZPlanning: Consolidating action changes ... Done
12292026-09-15T03:46:02.117ZPlanning: Evaluating mediators ... Done
12302026-09-15T03:46:02.121ZPlanning: Planning completed in 0.26 seconds
12312026-09-15T03:46:02.141Z Mediators to change: 1
12322026-09-15T03:46:02.141Z Create boot environment: No
12332026-09-15T03:46:02.141ZCreate backup boot environment: No
12342026-09-15T03:46:02.198ZFinalize: Updating package state database ... Done
12352026-09-15T03:46:02.198ZFinalize: Updating package cache ... Done
12362026-09-15T03:46:02.261ZFinalize: Updating image state ... Done
12372026-09-15T03:46:04.210ZFinalize: Creating fast lookup database ... Done
12382026-09-15T03:46:04.271ZFinalize: Reading search index ... Done
12392026-09-15T03:46:04.275ZFinalize: Updating search index ... Done
12402026-09-15T03:46:04.336ZFinalize: Updating package cache ... Done
12412026-09-15T03:46:04.651ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12422026-09-15T03:46:04.651Zapache system 2.4 system
12432026-09-15T03:46:04.651Zclang system 15 system
12442026-09-15T03:46:04.651Zcsh system system illumos
12452026-09-15T03:46:04.651Zctags system system illumos
12462026-09-15T03:46:04.651Zfile vendor vendor darwinsys
12472026-09-15T03:46:04.651Zfile system system illumos
12482026-09-15T03:46:04.651Zgcc vendor 14 vendor
12492026-09-15T03:46:04.651Zgcc system 13 system
12502026-09-15T03:46:04.652Zgcc system 10 system
12512026-09-15T03:46:04.652Zgo system 1.25 system
12522026-09-15T03:46:04.652Zllvm system 15 system
12532026-09-15T03:46:04.652Zmariadb system 11.4 system
12542026-09-15T03:46:04.652Zmta vendor vendor dma
12552026-09-15T03:46:04.652Zopenjdk system 17 system
12562026-09-15T03:46:04.652Zopenjdk system 11 system
12572026-09-15T03:46:04.652Zopenssl vendor 3 vendor
12582026-09-15T03:46:04.652Zperl system 5.40 system
12592026-09-15T03:46:04.652Zpostgresql system 18 system
12602026-09-15T03:46:04.652Zpostgresql system 17 system
12612026-09-15T03:46:04.652Zpython vendor 3 vendor
12622026-09-15T03:46:04.652Zpython system 2 system
12632026-09-15T03:46:04.652Zpython3 vendor 3.13 vendor
12642026-09-15T03:46:04.652Zruby system 3.4 system
12652026-09-15T03:46:04.652Zruby system 3.0 system
12662026-09-15T03:46:04.652Zwords vendor vendor american-english
12672026-09-15T03:46:04.652Zwords system system australian-english
12682026-09-15T03:46:04.652Zwords system system british-english
12692026-09-15T03:46:04.652Zwords system system canadian-english
12702026-09-15T03:46:04.652Zwords system system french
12712026-09-15T03:46:04.652Zwords system system italian
12722026-09-15T03:46:04.652Zwords system system ngerman
12732026-09-15T03:46:04.652Zwords system system ogerman
12742026-09-15T03:46:04.652Zwords system system spanish
12752026-09-15T03:46:04.911ZPUBLISHER TYPE STATUS P LOCATION
12762026-09-15T03:46:04.911Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12772026-09-15T03:46:05.437ZFMRI IFO
12782026-09-15T03:46:05.437Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12792026-09-15T03:46:05.437Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12802026-09-15T03:46:05.437Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12812026-09-15T03:46:05.437Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12822026-09-15T03:46:05.437Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12832026-09-15T03:46:05.437Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12842026-09-15T03:46:05.437Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12852026-09-15T03:46:05.437Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12862026-09-15T03:46:05.437Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12872026-09-15T03:46:06.074Z Downloading crates ...
12882026-09-15T03:46:06.132Z Downloaded cargo_toml v0.21.0
12892026-09-15T03:46:06.174Z Compiling proc-macro2 v1.0.106
12902026-09-15T03:46:06.174Z Compiling quote v1.0.45
12912026-09-15T03:46:06.174Z Compiling unicode-ident v1.0.24
12922026-09-15T03:46:06.197Z Compiling serde_core v1.0.228
12932026-09-15T03:46:06.197Z Compiling libc v0.2.185
12942026-09-15T03:46:06.197Z Compiling version_check v0.9.5
12952026-09-15T03:46:06.197Z Compiling memchr v2.8.0
12962026-09-15T03:46:06.197Z Compiling serde v1.0.228
12972026-09-15T03:46:06.197Z Compiling zmij v1.0.21
12982026-09-15T03:46:06.258Z Compiling itoa v1.0.17
12992026-09-15T03:46:06.277Z Compiling thiserror v1.0.69
13002026-09-15T03:46:06.277Z Compiling ucd-trie v0.1.7
13012026-09-15T03:46:06.277Z Compiling byteorder v1.5.0
13022026-09-15T03:46:06.294Z Compiling rustix v1.1.4
13032026-09-15T03:46:06.406Z Compiling serde_json v1.0.151
13042026-09-15T03:46:06.633Z Compiling bitflags v2.11.0
13052026-09-15T03:46:06.740Z Compiling syn v1.0.109
13062026-09-15T03:46:06.766Z Compiling usdt-impl v0.5.0
13072026-09-15T03:46:06.811Z Compiling pest v2.8.6
13082026-09-15T03:46:06.841Z Compiling proc-macro-error-attr v1.0.4
13092026-09-15T03:46:06.871Z Compiling camino v1.2.5
13102026-09-15T03:46:06.922Z Compiling proc-macro-error v1.0.4
13112026-09-15T03:46:06.934Z Compiling plain v0.2.3
13122026-09-15T03:46:06.992Z Compiling getrandom v0.3.4
13132026-09-15T03:46:07.035Z Compiling utf8parse v0.2.2
13142026-09-15T03:46:07.049Z Compiling log v0.4.33
13152026-09-15T03:46:07.094Z Compiling equivalent v1.0.2
13162026-09-15T03:46:07.111Z Compiling hashbrown v0.17.0
13172026-09-15T03:46:07.130Z Compiling anstyle-parse v1.0.0
13182026-09-15T03:46:07.156Z Compiling thiserror v2.0.18
13192026-09-15T03:46:07.166Z Compiling is_terminal_polyfill v1.70.2
13202026-09-15T03:46:07.188Z Compiling autocfg v1.5.0
13212026-09-15T03:46:07.198Z Compiling anstyle-query v1.1.5
13222026-09-15T03:46:07.248Z Compiling errno v0.3.14
13232026-09-15T03:46:07.269Z Compiling thread-id v4.2.2
13242026-09-15T03:46:07.289Z Compiling anstyle v1.0.14
13252026-09-15T03:46:07.304Z Compiling cfg-if v1.0.4
13262026-09-15T03:46:07.318Z Compiling pretty-hex v0.4.1
13272026-09-15T03:46:07.327Z Compiling winnow v0.7.14
13282026-09-15T03:46:07.338Z Compiling colorchoice v1.0.4
13292026-09-15T03:46:07.401Z Compiling toml_write v0.1.2
13302026-09-15T03:46:07.418Z Compiling fastrand v2.3.0
13312026-09-15T03:46:07.462Z Compiling anstream v1.0.0
13322026-09-15T03:46:07.474Z Compiling unicode-width v0.1.14
13332026-09-15T03:46:07.507Z Compiling fnv v1.0.7
13342026-09-15T03:46:07.531Z Compiling heck v0.4.1
13352026-09-15T03:46:07.622Z Compiling indexmap v2.14.0
13362026-09-15T03:46:07.648Z Compiling fs-err v3.3.0
13372026-09-15T03:46:07.663Z Compiling once_cell v1.21.3
13382026-09-15T03:46:07.697Z Compiling heck v0.5.0
13392026-09-15T03:46:07.732Z Compiling anyhow v1.0.104
13402026-09-15T03:46:07.765Z Compiling strsim v0.11.1
13412026-09-15T03:46:07.778Z Compiling syn v2.0.117
13422026-09-15T03:46:07.839Z Compiling bytecount v0.6.9
13432026-09-15T03:46:07.865Z Compiling clap_lex v1.0.0
13442026-09-15T03:46:07.876Z Compiling pest_meta v2.8.6
13452026-09-15T03:46:07.934Z Compiling papergrid v0.11.0
13462026-09-15T03:46:07.985Z Compiling memmap v0.7.0
13472026-09-15T03:46:08.007Z Compiling unicode-width v0.2.0
13482026-09-15T03:46:08.114Z Compiling smawk v0.3.2
13492026-09-15T03:46:08.124Z Compiling unicode-linebreak v0.1.5
13502026-09-15T03:46:08.187Z Compiling swrite v0.1.0
13512026-09-15T03:46:08.271Z Compiling terminal_size v0.4.3
13522026-09-15T03:46:08.283Z Compiling tempfile v3.27.0
13532026-09-15T03:46:08.368Z Compiling clap_builder v4.6.0
13542026-09-15T03:46:08.369Z Compiling textwrap v0.16.2
13552026-09-15T03:46:08.704Z Compiling cargo-platform v0.3.2
13562026-09-15T03:46:08.744Z Compiling semver v1.0.28
13572026-09-15T03:46:08.947Z Compiling camino-tempfile v1.4.1
13582026-09-15T03:46:09.180Z Compiling tabled_derive v0.7.0
13592026-09-15T03:46:09.922Z Compiling tabled v0.15.0
13602026-09-15T03:46:09.937Z Compiling pest_generator v2.8.6
13612026-09-15T03:46:10.460Z Compiling serde_derive v1.0.228
13622026-09-15T03:46:10.460Z Compiling thiserror-impl v1.0.69
13632026-09-15T03:46:10.463Z Compiling zerocopy-derive v0.7.35
13642026-09-15T03:46:10.464Z Compiling pest_derive v2.8.6
13652026-09-15T03:46:10.464Z Compiling scroll_derive v0.12.1
13662026-09-15T03:46:10.464Z Compiling thiserror-impl v2.0.18
13672026-09-15T03:46:10.464Z Compiling clap_derive v4.6.1
13682026-09-15T03:46:11.063Z Compiling scroll v0.12.0
13692026-09-15T03:46:11.181Z Compiling zerocopy v0.7.35
13702026-09-15T03:46:11.262Z Compiling goblin v0.8.2
13712026-09-15T03:46:11.511Z Compiling dtrace-parser v0.2.0
13722026-09-15T03:46:11.764Z Compiling clap v4.6.1
13732026-09-15T03:46:12.831Z Compiling toml_datetime v0.6.11
13742026-09-15T03:46:12.831Z Compiling serde_spanned v0.6.9
13752026-09-15T03:46:12.835Z Compiling macaddr v1.0.1
13762026-09-15T03:46:12.835Z Compiling cargo_metadata v0.23.1
13772026-09-15T03:46:12.835Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13782026-09-15T03:46:12.842Z Compiling dof v0.3.0
13792026-09-15T03:46:12.851Z Compiling serde_tokenstream v0.2.3
13802026-09-15T03:46:13.005Z Compiling toml_edit v0.22.27
13812026-09-15T03:46:13.528Z Compiling usdt-attr-macro v0.5.0
13822026-09-15T03:46:13.528Z Compiling usdt-macro v0.5.0
13832026-09-15T03:46:14.148Z Compiling usdt v0.5.0
13842026-09-15T03:46:14.256Z Compiling toml v0.8.23
13852026-09-15T03:46:14.574Z Compiling cargo_toml v0.21.0
13862026-09-15T03:46:15.866Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13872026-09-15T03:46:17.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
13882026-09-15T03:46:17.966Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13892026-09-15T03:46:18.740Z Compiling serde_core v1.0.228
13902026-09-15T03:46:18.740Z Compiling libc v0.2.185
13912026-09-15T03:46:18.740Z Compiling serde v1.0.228
13922026-09-15T03:46:18.740Z Compiling log v0.4.33
13932026-09-15T03:46:18.753Z Compiling smallvec v1.15.1
13942026-09-15T03:46:18.753Z Compiling subtle v2.6.1
13952026-09-15T03:46:18.753Z Compiling find-msvc-tools v0.1.9
13962026-09-15T03:46:18.753Z Compiling shlex v1.3.0
13972026-09-15T03:46:18.753Z Compiling typenum v1.20.1
13982026-09-15T03:46:18.947Z Compiling scopeguard v1.2.0
13992026-09-15T03:46:18.959Z Compiling stable_deref_trait v1.2.1
14002026-09-15T03:46:18.962Z Compiling portable-atomic v1.13.1
14012026-09-15T03:46:18.998Z Compiling serde_json v1.0.151
14022026-09-15T03:46:18.998Z Compiling zerocopy v0.8.55
14032026-09-15T03:46:19.010Z Compiling syn v2.0.117
14042026-09-15T03:46:19.036Z Compiling critical-section v1.2.0
14052026-09-15T03:46:19.050Z Compiling libm v0.2.16
14062026-09-15T03:46:19.069Z Compiling lock_api v0.4.14
14072026-09-15T03:46:19.089Z Compiling num-traits v0.2.19
14082026-09-15T03:46:19.104Z Compiling pkg-config v0.3.32
14092026-09-15T03:46:19.122Z Compiling parking_lot_core v0.9.12
14102026-09-15T03:46:19.134Z Compiling getrandom v0.4.3
14112026-09-15T03:46:19.139Z Compiling pin-project-lite v0.2.17
14122026-09-15T03:46:19.163Z Compiling rand_core v0.10.0
14132026-09-15T03:46:19.261Z Compiling litemap v0.8.1
14142026-09-15T03:46:19.278Z Compiling futures-core v0.3.32
14152026-09-15T03:46:19.335Z Compiling percent-encoding v2.3.2
14162026-09-15T03:46:19.361Z Compiling writeable v0.6.2
14172026-09-15T03:46:19.361Z Compiling foldhash v0.2.0
14182026-09-15T03:46:19.446Z Compiling icu_normalizer_data v2.1.1
14192026-09-15T03:46:19.470Z Compiling icu_properties_data v2.1.2
14202026-09-15T03:46:19.499Z Compiling generic-array v0.14.7
14212026-09-15T03:46:19.535Z Compiling const-oid v0.9.6
14222026-09-15T03:46:19.573Z Compiling getrandom v0.3.4
14232026-09-15T03:46:19.590Z Compiling hashbrown v0.17.0
14242026-09-15T03:46:19.616Z Compiling rustix v1.1.4
14252026-09-15T03:46:19.619Z Compiling futures-sink v0.3.32
14262026-09-15T03:46:19.619Z Compiling slab v0.4.12
14272026-09-15T03:46:19.693Z Compiling futures-task v0.3.32
14282026-09-15T03:46:19.737Z Compiling futures-channel v0.3.32
14292026-09-15T03:46:19.774Z Compiling utf8_iter v1.0.4
14302026-09-15T03:46:19.803Z Compiling futures-io v0.3.32
14312026-09-15T03:46:19.830Z Compiling errno v0.3.14
14322026-09-15T03:46:19.845Z Compiling jobserver v0.1.34
14332026-09-15T03:46:19.878Z Compiling getrandom v0.2.17
14342026-09-15T03:46:19.963Z Compiling signal-hook-registry v1.4.8
14352026-09-15T03:46:19.981Z Compiling mio v1.2.0
14362026-09-15T03:46:19.996Z Compiling socket2 v0.6.3
14372026-09-15T03:46:20.011Z Compiling form_urlencoded v1.2.2
14382026-09-15T03:46:20.150Z Compiling cc v1.2.56
14392026-09-15T03:46:20.200Z Compiling once_cell v1.21.3
14402026-09-15T03:46:20.218Z Compiling parking_lot v0.12.5
14412026-09-15T03:46:20.221Z Compiling rand_core v0.6.4
14422026-09-15T03:46:20.221Z Compiling cmov v0.5.4
14432026-09-15T03:46:20.251Z Compiling rustversion v1.0.22
14442026-09-15T03:46:20.280Z Compiling iana-time-zone v0.1.65
14452026-09-15T03:46:20.294Z Compiling base64ct v1.8.3
14462026-09-15T03:46:20.335Z Compiling ident_case v1.0.1
14472026-09-15T03:46:20.420Z Compiling dunce v1.0.5
14482026-09-15T03:46:20.435Z Compiling ctutils v0.4.2
14492026-09-15T03:46:20.468Z Compiling flagset v0.4.7
14502026-09-15T03:46:20.468Z Compiling fs_extra v1.3.0
14512026-09-15T03:46:20.495Z Compiling regex-syntax v0.8.10
14522026-09-15T03:46:20.510Z Compiling syn v1.0.109
14532026-09-15T03:46:20.534Z Compiling base64 v0.22.1
14542026-09-15T03:46:20.550Z Compiling vcpkg v0.2.15
14552026-09-15T03:46:20.596Z Compiling pem-rfc7468 v0.7.0
14562026-09-15T03:46:20.611Z Compiling tracing-core v0.1.36
14572026-09-15T03:46:20.611Z Compiling dyn-clone v1.0.20
14582026-09-15T03:46:20.640Z Compiling crc32fast v1.5.0
14592026-09-15T03:46:20.644Z Compiling aws-lc-rs v1.16.3
14602026-09-15T03:46:20.682Z Compiling schemars v0.8.22
14612026-09-15T03:46:20.755Z Compiling rand_core v0.9.5
14622026-09-15T03:46:20.773Z Compiling spin v0.9.8
14632026-09-15T03:46:20.876Z Compiling cmake v0.1.57
14642026-09-15T03:46:20.913Z Compiling openssl-probe v0.2.1
14652026-09-15T03:46:20.944Z Compiling tinyvec_macros v0.1.1
14662026-09-15T03:46:20.985Z Compiling bitflags v2.11.0
14672026-09-15T03:46:21.001Z Compiling semver v1.0.28
14682026-09-15T03:46:21.027Z Compiling indexmap v2.14.0
14692026-09-15T03:46:21.027Z Compiling uuid v1.23.4
14702026-09-15T03:46:21.056Z Compiling httparse v1.10.1
14712026-09-15T03:46:21.184Z Compiling tinyvec v1.10.0
14722026-09-15T03:46:21.232Z Compiling rustc_version v0.4.1
14732026-09-15T03:46:21.276Z Compiling aho-corasick v1.1.4
14742026-09-15T03:46:21.296Z Compiling atomic-waker v1.1.2
14752026-09-15T03:46:21.311Z Compiling tower-layer v0.3.3
14762026-09-15T03:46:21.340Z Compiling untrusted v0.7.1
14772026-09-15T03:46:21.358Z Compiling try-lock v0.2.5
14782026-09-15T03:46:21.439Z Compiling radium v0.7.0
14792026-09-15T03:46:21.473Z Compiling unicode-segmentation v1.12.0
14802026-09-15T03:46:21.490Z Compiling simd-adler32 v0.3.8
14812026-09-15T03:46:21.493Z Compiling tower-service v0.3.3
14822026-09-15T03:46:21.546Z Compiling want v0.3.1
14832026-09-15T03:46:21.563Z Compiling maybe-uninit v2.0.0
14842026-09-15T03:46:21.611Z Compiling foreign-types-shared v0.1.1
14852026-09-15T03:46:21.690Z Compiling const-oid v0.10.2
14862026-09-15T03:46:21.714Z Compiling openssl v0.10.80
14872026-09-15T03:46:21.731Z Compiling aws-lc-sys v0.40.0
14882026-09-15T03:46:21.745Z Compiling openssl-sys v0.9.117
14892026-09-15T03:46:21.748Z Compiling rustls v0.23.41
14902026-09-15T03:46:21.787Z Compiling httpdate v1.0.3
14912026-09-15T03:46:21.804Z Compiling synstructure v0.13.2
14922026-09-15T03:46:21.825Z Compiling serde_derive_internals v0.29.1
14932026-09-15T03:46:21.875Z Compiling pest_generator v2.8.6
14942026-09-15T03:46:21.892Z Compiling darling_core v0.20.11
14952026-09-15T03:46:21.910Z Compiling untrusted v0.9.0
14962026-09-15T03:46:21.971Z Compiling tap v1.0.1
14972026-09-15T03:46:21.990Z Compiling cpufeatures v0.2.17
14982026-09-15T03:46:22.035Z Compiling adler2 v2.0.1
14992026-09-15T03:46:22.075Z Compiling tempfile v3.27.0
15002026-09-15T03:46:22.091Z Compiling terminal_size v0.4.3
15012026-09-15T03:46:22.109Z Compiling regex-automata v0.4.14
15022026-09-15T03:46:22.146Z Compiling miniz_oxide v0.8.9
15032026-09-15T03:46:22.181Z Compiling wyz v0.5.1
15042026-09-15T03:46:22.340Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15052026-09-15T03:46:22.401Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-09-15T03:46:22.421Z Compiling foreign-types v0.3.2
15072026-09-15T03:46:22.477Z Compiling unicode-normalization v0.1.25
15082026-09-15T03:46:22.494Z Compiling num-integer v0.1.46
15092026-09-15T03:46:22.507Z Compiling wait-timeout v0.2.1
15102026-09-15T03:46:22.601Z Compiling socket2 v0.5.10
15112026-09-15T03:46:22.731Z Compiling ahash v0.8.12
15122026-09-15T03:46:22.767Z Compiling time-core v0.1.8
15132026-09-15T03:46:22.798Z Compiling bit-vec v0.8.0
15142026-09-15T03:46:22.801Z Compiling quick-error v1.2.3
15152026-09-15T03:46:22.813Z Compiling cpufeatures v0.3.0
15162026-09-15T03:46:22.843Z Compiling num-bigint-dig v0.8.6
15172026-09-15T03:46:22.860Z Compiling native-tls v0.2.18
15182026-09-15T03:46:22.914Z Compiling funty v2.0.0
15192026-09-15T03:46:22.914Z Compiling num-conv v0.2.0
15202026-09-15T03:46:22.938Z Compiling packed_struct v0.10.1
15212026-09-15T03:46:22.942Z Compiling powerfmt v0.2.0
15222026-09-15T03:46:22.967Z Compiling rusty-fork v0.3.1
15232026-09-15T03:46:23.008Z Compiling bit-set v0.8.0
15242026-09-15T03:46:23.025Z Compiling clap_builder v4.6.0
15252026-09-15T03:46:23.072Z Compiling time-macros v0.2.27
15262026-09-15T03:46:23.105Z Compiling deranged v0.5.8
15272026-09-15T03:46:23.138Z Compiling num-iter v0.1.45
15282026-09-15T03:46:23.182Z Compiling lazy_static v1.5.0
15292026-09-15T03:46:23.235Z Compiling rand_xorshift v0.4.0
15302026-09-15T03:46:23.267Z Compiling bitvec v1.0.1
15312026-09-15T03:46:23.281Z Compiling sync_wrapper v1.0.2
15322026-09-15T03:46:23.296Z Compiling indexmap v1.9.3
15332026-09-15T03:46:23.311Z Compiling unarray v0.1.4
15342026-09-15T03:46:23.400Z Compiling object v0.37.3
15352026-09-15T03:46:23.425Z Compiling nodrop v0.1.14
15362026-09-15T03:46:23.439Z Compiling paste v1.0.15
15372026-09-15T03:46:23.523Z Compiling num_threads v0.1.7
15382026-09-15T03:46:23.538Z Compiling crossbeam-utils v0.8.21
15392026-09-15T03:46:23.541Z Compiling siphasher v1.0.2
15402026-09-15T03:46:23.569Z Compiling serde_derive v1.0.228
15412026-09-15T03:46:23.635Z Compiling zeroize_derive v1.5.0
15422026-09-15T03:46:23.704Z Compiling zerofrom-derive v0.1.6
15432026-09-15T03:46:23.742Z Compiling yoke-derive v0.8.1
15442026-09-15T03:46:23.755Z Compiling zerocopy-derive v0.8.55
15452026-09-15T03:46:23.876Z Compiling zerovec-derive v0.11.2
15462026-09-15T03:46:24.022Z Compiling displaydoc v0.2.5
15472026-09-15T03:46:24.081Z Compiling tokio-macros v2.7.0
15482026-09-15T03:46:24.174Z Compiling futures-macro v0.3.32
15492026-09-15T03:46:24.231Z Compiling thiserror-impl v2.0.18
15502026-09-15T03:46:24.313Z Compiling der_derive v0.7.3
15512026-09-15T03:46:24.810Z Compiling tracing-attributes v0.1.31
15522026-09-15T03:46:24.913Z Compiling schemars_derive v0.8.22
15532026-09-15T03:46:24.927Z Compiling pest_derive v2.8.6
15542026-09-15T03:46:24.961Z Compiling scroll_derive v0.13.1
15552026-09-15T03:46:24.997Z Compiling darling_macro v0.20.11
15562026-09-15T03:46:25.082Z Compiling thiserror-impl v1.0.69
15572026-09-15T03:46:25.125Z Compiling futures-util v0.3.32
15582026-09-15T03:46:25.168Z Compiling zerofrom v0.1.6
15592026-09-15T03:46:25.317Z Compiling yoke v0.8.1
15602026-09-15T03:46:25.365Z Compiling openssl-macros v0.1.1
15612026-09-15T03:46:25.418Z Compiling packed_struct_codegen v0.10.1
15622026-09-15T03:46:25.517Z Compiling zerovec v0.11.5
15632026-09-15T03:46:25.531Z Compiling zerotrie v0.2.3
15642026-09-15T03:46:25.681Z Compiling thiserror v2.0.18
15652026-09-15T03:46:25.803Z Compiling darling v0.20.11
15662026-09-15T03:46:25.833Z Compiling scroll v0.13.0
15672026-09-15T03:46:25.855Z Compiling zerocopy-derive v0.6.6
15682026-09-15T03:46:25.899Z Compiling bitfield-macros v0.19.4
15692026-09-15T03:46:26.054Z Compiling tinystr v0.8.2
15702026-09-15T03:46:26.115Z Compiling potential_utf v0.1.4
15712026-09-15T03:46:26.165Z Compiling goblin v0.10.5
15722026-09-15T03:46:26.212Z Compiling tracing v0.1.44
15732026-09-15T03:46:26.248Z Compiling icu_locale_core v2.1.1
15742026-09-15T03:46:26.289Z Compiling icu_collections v2.1.1
15752026-09-15T03:46:26.308Z Compiling clap_derive v4.6.1
15762026-09-15T03:46:26.366Z Compiling usdt-impl v0.6.0
15772026-09-15T03:46:26.438Z Compiling thiserror v1.0.69
15782026-09-15T03:46:26.515Z Compiling crc-catalog v2.4.0
15792026-09-15T03:46:26.561Z Compiling derive_builder_core v0.20.2
15802026-09-15T03:46:26.588Z Compiling dtrace-parser v0.3.0
15812026-09-15T03:46:26.634Z Compiling crc v3.4.0
15822026-09-15T03:46:26.652Z Compiling time v0.3.47
15832026-09-15T03:46:26.683Z Compiling bitfield v0.19.4
15842026-09-15T03:46:26.772Z Compiling zerocopy v0.6.6
15852026-09-15T03:46:26.903Z Compiling icu_provider v2.1.1
15862026-09-15T03:46:26.969Z Compiling scroll_derive v0.12.1
15872026-09-15T03:46:26.991Z Compiling structmeta-derive v0.3.0
15882026-09-15T03:46:27.130Z Compiling zeroize v1.9.0
15892026-09-15T03:46:27.186Z Compiling bytes v1.11.1
15902026-09-15T03:46:27.208Z Compiling icu_properties v2.1.2
15912026-09-15T03:46:27.225Z Compiling icu_normalizer v2.1.1
15922026-09-15T03:46:27.368Z Compiling hybrid-array v0.4.13
15932026-09-15T03:46:27.457Z Compiling chrono v0.4.45
15942026-09-15T03:46:27.498Z Compiling der v0.7.10
15952026-09-15T03:46:27.680Z Compiling tokio v1.52.1
15962026-09-15T03:46:27.782Z Compiling http v1.4.2
15972026-09-15T03:46:27.813Z Compiling rustls-pki-types v1.14.0
15982026-09-15T03:46:27.914Z Compiling crypto-common v0.1.7
15992026-09-15T03:46:28.085Z Compiling idna_adapter v1.2.1
16002026-09-15T03:46:28.148Z Compiling block-buffer v0.10.4
16012026-09-15T03:46:28.163Z Compiling crypto-common v0.2.2
16022026-09-15T03:46:28.167Z Compiling block-buffer v0.12.1
16032026-09-15T03:46:28.249Z Compiling idna v1.1.0
16042026-09-15T03:46:28.268Z Compiling block-padding v0.4.2
16052026-09-15T03:46:28.273Z Compiling ppv-lite86 v0.2.21
16062026-09-15T03:46:28.320Z Compiling digest v0.10.7
16072026-09-15T03:46:28.335Z Compiling spki v0.7.3
16082026-09-15T03:46:28.394Z Compiling ipnet v2.12.0
16092026-09-15T03:46:28.453Z Compiling http-body v1.0.1
16102026-09-15T03:46:28.504Z Compiling pkcs8 v0.10.2
16112026-09-15T03:46:28.555Z Compiling url v2.5.8
16122026-09-15T03:46:28.587Z Compiling rand_chacha v0.9.0
16132026-09-15T03:46:28.625Z Compiling rand_chacha v0.3.1
16142026-09-15T03:46:28.638Z Compiling signature v2.2.0
16152026-09-15T03:46:28.705Z Compiling inout v0.2.2
16162026-09-15T03:46:28.720Z Compiling hex v0.4.3
16172026-09-15T03:46:28.786Z Compiling sha2 v0.10.9
16182026-09-15T03:46:28.845Z Compiling digest v0.11.3
16192026-09-15T03:46:28.860Z Compiling rand v0.9.2
16202026-09-15T03:46:28.878Z Compiling cipher v0.5.2
16212026-09-15T03:46:28.899Z Compiling rand v0.8.6
16222026-09-15T03:46:28.914Z Compiling toml_datetime v0.6.11
16232026-09-15T03:46:28.917Z Compiling serde_spanned v0.6.9
16242026-09-15T03:46:29.003Z Compiling dof v0.4.0
16252026-09-15T03:46:29.102Z Compiling pkcs1 v0.7.5
16262026-09-15T03:46:29.192Z Compiling chacha20 v0.10.0
16272026-09-15T03:46:29.206Z Compiling http-body-util v0.1.3
16282026-09-15T03:46:29.361Z Compiling clap v4.6.1
16292026-09-15T03:46:29.549Z Compiling proptest v1.11.0
16302026-09-15T03:46:29.564Z Compiling array-init v0.0.4
16312026-09-15T03:46:29.652Z Compiling smallvec v0.6.14
16322026-09-15T03:46:29.711Z Compiling darling_core v0.23.0
16332026-09-15T03:46:29.775Z Compiling heapless v0.7.17
16342026-09-15T03:46:29.801Z Compiling slog v2.8.2
16352026-09-15T03:46:29.868Z Compiling thread-id v5.1.0
16362026-09-15T03:46:29.923Z Compiling env_filter v2.0.0
16372026-09-15T03:46:29.937Z Compiling syn v3.0.3
16382026-09-15T03:46:29.963Z Compiling ipnetwork v0.21.1
16392026-09-15T03:46:30.024Z Compiling cookie v0.18.1
16402026-09-15T03:46:30.063Z Compiling allocator-api2 v0.2.21
16412026-09-15T03:46:30.105Z Compiling base64 v0.21.7
16422026-09-15T03:46:30.140Z Compiling winnow v0.5.40
16432026-09-15T03:46:30.238Z Compiling unicode-bidi v0.3.18
16442026-09-15T03:46:30.253Z Compiling anyhow v1.0.104
16452026-09-15T03:46:30.285Z Compiling gimli v0.32.3
16462026-09-15T03:46:30.379Z Compiling unicode-properties v0.1.4
16472026-09-15T03:46:30.406Z Compiling signal-hook v0.3.18
16482026-09-15T03:46:30.438Z Compiling ryu v1.0.23
16492026-09-15T03:46:30.501Z Compiling iri-string v0.7.10
16502026-09-15T03:46:30.541Z Compiling hashbrown v0.12.3
16512026-09-15T03:46:30.614Z Compiling zstd-safe v7.2.4
16522026-09-15T03:46:30.647Z Compiling rsa v0.9.10
16532026-09-15T03:46:30.699Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-09-15T03:46:30.787Z Compiling stringprep v0.1.5
16552026-09-15T03:46:30.813Z Compiling serde_urlencoded v0.7.1
16562026-09-15T03:46:30.881Z Compiling ron v0.8.1
16572026-09-15T03:46:30.951Z Compiling oxnet v0.1.6
16582026-09-15T03:46:31.257Z Compiling env_logger v0.11.11
16592026-09-15T03:46:31.463Z Compiling serde-hex v0.1.0
16602026-09-15T03:46:31.477Z Compiling toml_edit v0.19.15
16612026-09-15T03:46:31.629Z Compiling tokio-util v0.7.18
16622026-09-15T03:46:31.641Z Compiling tower v0.5.3
16632026-09-15T03:46:31.884Z Compiling tokio-native-tls v0.3.1
16642026-09-15T03:46:31.978Z Compiling hashbrown v0.13.2
16652026-09-15T03:46:32.079Z Compiling tower-http v0.6.8
16662026-09-15T03:46:32.099Z Compiling addr2line v0.25.1
16672026-09-15T03:46:32.143Z Compiling newtype-uuid v1.3.2
16682026-09-15T03:46:32.321Z Compiling h2 v0.4.15
16692026-09-15T03:46:32.335Z Compiling darling_macro v0.23.0
16702026-09-15T03:46:32.448Z Compiling rand v0.10.1
16712026-09-15T03:46:32.503Z Compiling sha2 v0.11.0
16722026-09-15T03:46:32.519Z Compiling hmac v0.13.0
16732026-09-15T03:46:32.523Z Compiling md-5 v0.11.0
16742026-09-15T03:46:32.685Z Compiling x509-cert v0.2.5
16752026-09-15T03:46:32.723Z Compiling structmeta v0.3.0
16762026-09-15T03:46:32.837Z Compiling rustls-native-certs v0.8.3
16772026-09-15T03:46:32.851Z Compiling scroll v0.12.0
16782026-09-15T03:46:32.954Z Compiling derive_builder_macro v0.20.2
16792026-09-15T03:46:33.142Z Compiling serde_tokenstream v0.2.3
16802026-09-15T03:46:33.157Z Compiling erased-serde v0.3.31
16812026-09-15T03:46:33.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-09-15T03:46:33.475Z Compiling daft-derive v0.1.8
16832026-09-15T03:46:33.490Z Compiling bzip2 v0.4.4
16842026-09-15T03:46:33.569Z Compiling camino v1.2.5
16852026-09-15T03:46:33.660Z Compiling hubpack_derive v0.1.1
16862026-09-15T03:46:33.715Z Compiling bstr v1.12.1
16872026-09-15T03:46:33.791Z Compiling async-trait v0.1.89
16882026-09-15T03:46:33.970Z Compiling pin-project-internal v1.1.11
16892026-09-15T03:46:33.985Z Compiling zerocopy-derive v0.7.35
16902026-09-15T03:46:34.011Z Compiling heck v0.4.1
16912026-09-15T03:46:34.148Z Compiling curve25519-dalek v4.1.3
16922026-09-15T03:46:34.163Z Compiling vergen-lib v9.1.0
16932026-09-15T03:46:34.243Z Compiling hash32 v0.2.1
16942026-09-15T03:46:34.257Z Compiling encoding_rs v0.8.35
16952026-09-15T03:46:34.277Z Compiling memoffset v0.9.1
16962026-09-15T03:46:34.307Z Compiling fallible-iterator v0.2.0
16972026-09-15T03:46:34.430Z Compiling zlib-rs v0.6.2
16982026-09-15T03:46:34.446Z Compiling rustc-demangle v0.1.27
16992026-09-15T03:46:34.478Z Compiling rustix v0.38.44
17002026-09-15T03:46:34.507Z Compiling crc-any v2.5.0
17012026-09-15T03:46:34.547Z Compiling libbz2-rs-sys v0.2.2
17022026-09-15T03:46:34.676Z Compiling litrs v1.0.0
17032026-09-15T03:46:34.753Z Compiling bumpalo v3.20.2
17042026-09-15T03:46:34.872Z Compiling owo-colors v4.3.0
17052026-09-15T03:46:34.886Z Compiling smoltcp v0.9.1
17062026-09-15T03:46:34.910Z Compiling psl-types v2.0.11
17072026-09-15T03:46:34.942Z Compiling ref-cast v1.0.25
17082026-09-15T03:46:35.035Z Compiling cfg_aliases v0.2.1
17092026-09-15T03:46:35.053Z Compiling mime v0.3.17
17102026-09-15T03:46:35.119Z Compiling nix v0.31.2
17112026-09-15T03:46:35.170Z Compiling pin-project v1.1.11
17122026-09-15T03:46:35.216Z Compiling document-features v0.2.12
17132026-09-15T03:46:35.251Z Compiling publicsuffix v2.3.0
17142026-09-15T03:46:35.288Z Compiling bzip2 v0.6.1
17152026-09-15T03:46:35.304Z Compiling zopfli v0.8.3
17162026-09-15T03:46:35.307Z Compiling zerocopy v0.7.35
17172026-09-15T03:46:35.350Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17182026-09-15T03:46:35.378Z Compiling postgres-protocol v0.6.12
17192026-09-15T03:46:35.519Z Compiling hyper v1.10.1
17202026-09-15T03:46:35.534Z Compiling daft v0.1.8
17212026-09-15T03:46:35.565Z Compiling snafu-derive v0.8.9
17222026-09-15T03:46:35.569Z Compiling hubpack v0.1.2
17232026-09-15T03:46:35.820Z Compiling zip v0.6.6
17242026-09-15T03:46:35.849Z Compiling backtrace v0.3.76
17252026-09-15T03:46:35.886Z Compiling derive_builder v0.20.2
17262026-09-15T03:46:35.908Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17272026-09-15T03:46:35.967Z Compiling goblin v0.8.2
17282026-09-15T03:46:36.002Z Compiling derive-ex v0.1.8
17292026-09-15T03:46:36.029Z Compiling darling v0.23.0
17302026-09-15T03:46:36.043Z Compiling toml v0.7.8
17312026-09-15T03:46:36.128Z Compiling object v0.30.4
17322026-09-15T03:46:36.406Z Compiling hmac v0.12.1
17332026-09-15T03:46:36.587Z Compiling futures-executor v0.3.32
17342026-09-15T03:46:36.590Z Compiling regex v1.12.3
17352026-09-15T03:46:36.642Z Compiling hyper-util v0.1.20
17362026-09-15T03:46:36.660Z Compiling phf_shared v0.13.1
17372026-09-15T03:46:36.690Z Compiling strum_macros v0.27.2
17382026-09-15T03:46:36.752Z Compiling ref-cast-impl v1.0.25
17392026-09-15T03:46:36.863Z Compiling curve25519-dalek-derive v0.1.1
17402026-09-15T03:46:36.916Z Compiling convert_case v0.10.0
17412026-09-15T03:46:37.040Z Compiling vergen v9.1.0
17422026-09-15T03:46:37.044Z Compiling cargo-platform v0.3.2
17432026-09-15T03:46:37.136Z Compiling ff v0.13.1
17442026-09-15T03:46:37.234Z Compiling fs-err v3.3.0
17452026-09-15T03:46:37.272Z Compiling same-file v1.0.6
17462026-09-15T03:46:37.293Z Compiling flate2 v1.1.9
17472026-09-15T03:46:37.341Z Compiling base16ct v0.2.0
17482026-09-15T03:46:37.356Z Compiling foldhash v0.1.5
17492026-09-15T03:46:37.461Z Compiling path-slash v0.1.5
17502026-09-15T03:46:37.476Z Compiling is_ci v1.2.0
17512026-09-15T03:46:37.549Z Compiling jiff-core v0.1.0
17522026-09-15T03:46:37.552Z Compiling bitflags v1.3.2
17532026-09-15T03:46:37.578Z Compiling managed v0.8.0
17542026-09-15T03:46:37.608Z Compiling textwrap v0.16.2
17552026-09-15T03:46:37.632Z Compiling snafu v0.8.9
17562026-09-15T03:46:37.648Z Compiling supports-color v3.0.2
17572026-09-15T03:46:37.677Z Compiling hashbrown v0.15.5
17582026-09-15T03:46:37.736Z Compiling test-strategy v0.4.5
17592026-09-15T03:46:37.829Z Compiling sec1 v0.7.3
17602026-09-15T03:46:37.858Z Compiling walkdir v2.5.0
17612026-09-15T03:46:38.081Z Compiling hyper-tls v0.6.0
17622026-09-15T03:46:38.130Z Compiling group v0.13.0
17632026-09-15T03:46:38.163Z Compiling derive_more-impl v2.1.1
17642026-09-15T03:46:38.180Z Compiling dof v0.3.0
17652026-09-15T03:46:38.239Z Compiling cargo_metadata v0.23.1
17662026-09-15T03:46:38.343Z Compiling jiff v0.2.34
17672026-09-15T03:46:38.346Z Compiling reqwest v0.12.28
17682026-09-15T03:46:38.411Z Compiling phf v0.13.1
17692026-09-15T03:46:38.589Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17702026-09-15T03:46:38.604Z Compiling futures v0.3.32
17712026-09-15T03:46:38.651Z Compiling signal-hook-mio v0.2.5
17722026-09-15T03:46:38.700Z Compiling hkdf v0.12.4
17732026-09-15T03:46:38.718Z Compiling strum v0.27.2
17742026-09-15T03:46:38.864Z Compiling cookie_store v0.22.1
17752026-09-15T03:46:38.886Z Compiling zstd v0.13.3
17762026-09-15T03:46:38.906Z Compiling backtrace-ext v0.2.1
17772026-09-15T03:46:39.061Z Compiling serde_with_macros v3.21.0
17782026-09-15T03:46:39.089Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17792026-09-15T03:46:39.167Z Compiling postgres-types v0.2.14
17802026-09-15T03:46:39.399Z Compiling globset v0.4.18
17812026-09-15T03:46:39.470Z Compiling usdt-attr-macro v0.6.0
17822026-09-15T03:46:39.484Z Compiling usdt-macro v0.6.0
17832026-09-15T03:46:39.610Z Compiling hashbrown v0.16.1
17842026-09-15T03:46:39.667Z Compiling byte-wrapper v0.1.0
17852026-09-15T03:46:39.762Z Compiling ed25519 v2.2.3
17862026-09-15T03:46:40.033Z Compiling crypto-bigint v0.5.5
17872026-09-15T03:46:40.077Z Compiling serde_plain v1.0.2
17882026-09-15T03:46:40.101Z Compiling serde-big-array v0.5.1
17892026-09-15T03:46:40.116Z Compiling olpc-cjson v0.1.4
17902026-09-15T03:46:40.228Z Compiling dtrace-parser v0.2.0
17912026-09-15T03:46:40.269Z Compiling phf_shared v0.11.3
17922026-09-15T03:46:40.295Z Compiling async-recursion v1.1.1
17932026-09-15T03:46:40.298Z Compiling enum-as-inner v0.6.1
17942026-09-15T03:46:40.324Z Compiling strum_macros v0.26.4
17952026-09-15T03:46:40.327Z Compiling serde_repr v0.1.20
17962026-09-15T03:46:40.355Z Compiling miette-derive v7.6.0
17972026-09-15T03:46:40.436Z Compiling float-cmp v0.10.0
17982026-09-15T03:46:40.467Z Compiling pem v3.0.6
17992026-09-15T03:46:40.612Z Compiling thread-id v4.2.2
18002026-09-15T03:46:40.650Z Compiling memmap2 v0.9.10
18012026-09-15T03:46:40.710Z Compiling winnow v1.0.3
18022026-09-15T03:46:40.725Z Compiling fixedbitset v0.5.7
18032026-09-15T03:46:40.739Z Compiling supports-hyperlinks v3.2.0
18042026-09-15T03:46:40.826Z Compiling typed-path v0.12.3
18052026-09-15T03:46:40.846Z Compiling either v1.15.0
18062026-09-15T03:46:40.894Z Compiling precomputed-hash v0.1.1
18072026-09-15T03:46:40.910Z Compiling typed-path v0.9.3
18082026-09-15T03:46:40.933Z Compiling supports-unicode v3.0.0
18092026-09-15T03:46:40.997Z Compiling new_debug_unreachable v1.0.6
18102026-09-15T03:46:41.036Z Compiling fixedbitset v0.4.2
18112026-09-15T03:46:41.050Z Compiling predicates-core v1.0.10
18122026-09-15T03:46:41.053Z Compiling whoami v2.1.0
18132026-09-15T03:46:41.079Z Compiling keccak v0.1.6
18142026-09-15T03:46:41.083Z Compiling difflib v0.4.0
18152026-09-15T03:46:41.109Z Compiling data-encoding v2.10.0
18162026-09-15T03:46:41.250Z Compiling normalize-line-endings v0.3.0
18172026-09-15T03:46:41.275Z Compiling static_assertions v1.1.0
18182026-09-15T03:46:41.362Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
18192026-09-15T03:46:41.376Z Compiling predicates v3.1.4
18202026-09-15T03:46:41.466Z Compiling hickory-proto v0.25.2
18212026-09-15T03:46:41.576Z Compiling miette v7.6.0
18222026-09-15T03:46:41.680Z Compiling toml_parser v1.1.2+spec-1.1.0
18232026-09-15T03:46:41.810Z Compiling zip v8.6.0
18242026-09-15T03:46:41.828Z Compiling tokio-postgres v0.7.18
18252026-09-15T03:46:41.852Z Compiling sha3 v0.10.8
18262026-09-15T03:46:42.001Z Compiling petgraph v0.6.5
18272026-09-15T03:46:42.033Z Compiling string_cache v0.8.9
18282026-09-15T03:46:42.047Z Compiling toml_edit v0.22.27
18292026-09-15T03:46:42.127Z Compiling strum v0.26.3
18302026-09-15T03:46:42.153Z Compiling itertools v0.13.0
18312026-09-15T03:46:42.185Z Compiling elliptic-curve v0.13.8
18322026-09-15T03:46:42.252Z Compiling petgraph v0.8.3
18332026-09-15T03:46:42.271Z Compiling usdt v0.6.0
18342026-09-15T03:46:42.286Z Compiling usdt-impl v0.5.0
18352026-09-15T03:46:42.330Z Compiling zip v4.6.1
18362026-09-15T03:46:42.342Z Compiling serde_with v3.21.0
18372026-09-15T03:46:42.553Z Compiling crossterm v0.28.1
18382026-09-15T03:46:42.605Z Compiling iddqd v0.4.2
18392026-09-15T03:46:42.752Z Compiling ed25519-dalek v2.2.0
18402026-09-15T03:46:42.898Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18412026-09-15T03:46:42.923Z Compiling derive_more v2.1.1
18422026-09-15T03:46:43.408Z Compiling similar v2.7.0
18432026-09-15T03:46:43.528Z Compiling crossbeam-epoch v0.9.18
18442026-09-15T03:46:43.726Z Compiling tokio-stream v0.1.18
18452026-09-15T03:46:43.740Z Compiling buf-list v1.1.2
18462026-09-15T03:46:43.839Z Compiling openapiv3 v2.2.0
18472026-09-15T03:46:43.874Z Compiling peg-runtime v0.8.5
18482026-09-15T03:46:43.889Z Compiling lalrpop-util v0.19.12
18492026-09-15T03:46:44.024Z Compiling thread_local v1.1.9
18502026-09-15T03:46:44.098Z Compiling slog-async v2.8.0
18512026-09-15T03:46:44.157Z Compiling crossbeam-channel v0.5.15
18522026-09-15T03:46:44.176Z Compiling is-terminal v0.4.17
18532026-09-15T03:46:44.191Z Compiling filetime v0.2.27
18542026-09-15T03:46:44.208Z Compiling xattr v1.6.1
18552026-09-15T03:46:44.213Z Compiling take_mut v0.2.2
18562026-09-15T03:46:44.275Z Compiling term v1.2.1
18572026-09-15T03:46:44.295Z Compiling camino-tempfile v1.4.1
18582026-09-15T03:46:44.381Z Compiling tar v0.4.46
18592026-09-15T03:46:44.631Z Compiling slog-term v2.9.2
18602026-09-15T03:47:01.762Z Compiling rustls-webpki v0.103.13
18612026-09-15T03:47:04.482Z Compiling tokio-rustls v0.26.4
18622026-09-15T03:47:04.482Z Compiling rustls-platform-verifier v0.6.2
18632026-09-15T03:47:04.486Z Compiling tough v0.22.0
18642026-09-15T03:47:04.679Z Compiling hyper-rustls v0.27.7
18652026-09-15T03:47:04.869Z Compiling reqwest v0.13.2
18662026-09-15T03:47:07.058Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18672026-09-15T03:47:07.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18682026-09-15T03:47:10.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
18692026-09-15T03:47:10.382Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18702026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: Cockroach
18712026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: Clickhouse
18722026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: Console
18732026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: DendriteStub
18742026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: MaghemiteMgd
18752026-09-15T03:47:10.430ZSep 15 03:47:09.442 INFO Starting download, target: MaghemiteDdmd
18762026-09-15T03:47:10.433ZSep 15 03:47:09.442 INFO Starting download, target: TransceiverControl
18772026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18782026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18792026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18802026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18812026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18822026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18832026-09-15T03:47:10.434ZSep 15 03:47:09.443 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18842026-09-15T03:47:11.157ZSep 15 03:47:10.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18852026-09-15T03:47:11.318ZSep 15 03:47:10.318 INFO Download complete, target: TransceiverControl
18862026-09-15T03:47:12.300ZSep 15 03:47:11.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18872026-09-15T03:47:12.536ZSep 15 03:47:11.531 INFO Download complete, target: Console
18882026-09-15T03:47:13.112ZSep 15 03:47:12.103 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18892026-09-15T03:47:13.173ZSep 15 03:47:12.114 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18902026-09-15T03:47:13.830ZSep 15 03:47:12.839 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18912026-09-15T03:47:13.885ZSep 15 03:47:12.892 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18922026-09-15T03:47:14.677ZSep 15 03:47:13.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18932026-09-15T03:47:14.677ZSep 15 03:47:13.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18942026-09-15T03:47:14.744ZSep 15 03:47:13.751 INFO Download complete, target: MaghemiteDdmd
18952026-09-15T03:47:15.242ZSep 15 03:47:14.253 INFO Download complete, target: DendriteStub
18962026-09-15T03:47:16.000ZSep 15 03:47:15.008 INFO Download complete, target: MaghemiteMgd
18972026-09-15T03:47:18.571ZSep 15 03:47:17.583 INFO Checking that binary works, target: Cockroach
18982026-09-15T03:47:18.694ZSep 15 03:47:17.706 INFO Download complete, target: Cockroach
18992026-09-15T03:47:19.420ZSep 15 03:47:18.431 INFO Checking that binary works, target: Clickhouse
19002026-09-15T03:47:19.505ZSep 15 03:47:18.517 INFO Download complete, target: Clickhouse
19012026-09-15T03:47:19.511ZAll prerequisites installed successfully
19022026-09-15T03:47:19.514Z
19032026-09-15T03:47:19.514Zreal 1:30.595740200
19042026-09-15T03:47:19.514Zuser 7:22.120089208
19052026-09-15T03:47:19.514Zsys 1:45.998033574
19062026-09-15T03:47:19.514Ztrap 0.252279066
19072026-09-15T03:47:19.514Ztflt 0.846379669
19082026-09-15T03:47:19.515Zdflt 1.351457492
19092026-09-15T03:47:19.515Zkflt 0.024830965
19102026-09-15T03:47:19.515Zlock 27:40.633324478
19112026-09-15T03:47:19.515Zslp 20:12.047103228
19122026-09-15T03:47:19.515Zlat 26.720672326
19132026-09-15T03:47:19.515Zstop 2:58.995418095
19142026-09-15T03:47:19.515Z+ source ./tools/include/force-git-over-https.sh
19152026-09-15T03:47:19.515Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19162026-09-15T03:47:19.515Z++ (( i = 0 ))
19172026-09-15T03:47:19.515Z++ (( i < 5 ))
19182026-09-15T03:47:19.515Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19192026-09-15T03:47:19.521Z++ (( i++ ))
19202026-09-15T03:47:19.521Z++ (( i < 5 ))
19212026-09-15T03:47:19.521Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19222026-09-15T03:47:19.521Z++ (( i++ ))
19232026-09-15T03:47:19.521Z++ (( i < 5 ))
19242026-09-15T03:47:19.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19252026-09-15T03:47:19.526Z++ (( i++ ))
19262026-09-15T03:47:19.526Z++ (( i < 5 ))
19272026-09-15T03:47:19.526Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19282026-09-15T03:47:19.526Z++ (( i++ ))
19292026-09-15T03:47:19.526Z++ (( i < 5 ))
19302026-09-15T03:47:19.526Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19312026-09-15T03:47:19.530Z++ (( i++ ))
19322026-09-15T03:47:19.530Z++ (( i < 5 ))
19332026-09-15T03:47:19.531Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19342026-09-15T03:47:19.531Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19352026-09-15T03:47:19.531Z+ rc=0
19362026-09-15T03:47:19.531Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19372026-09-15T03:47:28.050Z+ case $rc in
19382026-09-15T03:47:28.050Z+ pfexec zfs create -p rpool/images/build/host
19392026-09-15T03:47:28.249Z+ pfexec zfs create -p rpool/images/build/recovery
19402026-09-15T03:47:28.314Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19412026-09-15T03:47:28.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19422026-09-15T03:47:28.780Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19432026-09-15T03:47:29.653Z Compiling proc-macro2 v1.0.106
19442026-09-15T03:47:29.653Z Compiling quote v1.0.45
19452026-09-15T03:47:29.653Z Compiling unicode-ident v1.0.24
19462026-09-15T03:47:29.654Z Compiling serde_core v1.0.228
19472026-09-15T03:47:29.657Z Compiling libc v0.2.185
19482026-09-15T03:47:29.657Z Compiling serde v1.0.228
19492026-09-15T03:47:29.657Z Compiling cfg-if v1.0.4
19502026-09-15T03:47:29.657Z Compiling find-msvc-tools v0.1.9
19512026-09-15T03:47:29.657Z Compiling shlex v1.3.0
19522026-09-15T03:47:29.810Z Compiling autocfg v1.5.0
19532026-09-15T03:47:29.839Z Compiling version_check v0.9.5
19542026-09-15T03:47:29.847Z Compiling memchr v2.8.0
19552026-09-15T03:47:29.856Z Compiling portable-atomic v1.13.1
19562026-09-15T03:47:29.856Z Compiling zmij v1.0.21
19572026-09-15T03:47:29.932Z Compiling zerocopy v0.8.55
19582026-09-15T03:47:29.949Z Compiling serde_json v1.0.151
19592026-09-15T03:47:29.964Z Compiling libm v0.2.16
19602026-09-15T03:47:30.150Z Compiling getrandom v0.4.3
19612026-09-15T03:47:30.207Z Compiling parking_lot_core v0.9.12
19622026-09-15T03:47:30.248Z Compiling pkg-config v0.3.32
19632026-09-15T03:47:30.320Z Compiling icu_normalizer_data v2.1.1
19642026-09-15T03:47:30.334Z Compiling icu_properties_data v2.1.2
19652026-09-15T03:47:30.338Z Compiling num-traits v0.2.19
19662026-09-15T03:47:30.379Z Compiling smallvec v1.15.1
19672026-09-15T03:47:30.393Z Compiling getrandom v0.3.4
19682026-09-15T03:47:30.426Z Compiling log v0.4.33
19692026-09-15T03:47:30.450Z Compiling rustix v1.1.4
19702026-09-15T03:47:30.569Z Compiling generic-array v0.14.7
19712026-09-15T03:47:30.590Z Compiling subtle v2.6.1
19722026-09-15T03:47:30.614Z Compiling itoa v1.0.17
19732026-09-15T03:47:30.698Z Compiling typenum v1.20.1
19742026-09-15T03:47:30.735Z Compiling jobserver v0.1.34
19752026-09-15T03:47:30.736Z Compiling errno v0.3.14
19762026-09-15T03:47:30.760Z Compiling stable_deref_trait v1.2.1
19772026-09-15T03:47:30.823Z Compiling scopeguard v1.2.0
19782026-09-15T03:47:30.885Z Compiling critical-section v1.2.0
19792026-09-15T03:47:30.937Z Compiling lock_api v0.4.14
19802026-09-15T03:47:30.953Z Compiling thiserror v2.0.18
19812026-09-15T03:47:30.984Z Compiling cc v1.2.56
19822026-09-15T03:47:31.084Z Compiling syn v2.0.117
19832026-09-15T03:47:31.147Z Compiling fs_extra v1.3.0
19842026-09-15T03:47:31.147Z Compiling dunce v1.0.5
19852026-09-15T03:47:31.186Z Compiling heck v0.5.0
19862026-09-15T03:47:31.288Z Compiling writeable v0.6.2
19872026-09-15T03:47:31.307Z Compiling litemap v0.8.1
19882026-09-15T03:47:31.316Z Compiling percent-encoding v2.3.2
19892026-09-15T03:47:31.335Z Compiling rand_core v0.10.0
19902026-09-15T03:47:31.443Z Compiling once_cell v1.21.3
19912026-09-15T03:47:31.559Z Compiling equivalent v1.0.2
19922026-09-15T03:47:31.592Z Compiling schemars v0.8.22
19932026-09-15T03:47:31.618Z Compiling pin-project-lite v0.2.17
19942026-09-15T03:47:31.623Z Compiling foldhash v0.2.0
19952026-09-15T03:47:31.701Z Compiling getrandom v0.2.17
19962026-09-15T03:47:31.739Z Compiling cmake v0.1.57
19972026-09-15T03:47:31.757Z Compiling crc32fast v1.5.0
19982026-09-15T03:47:31.782Z Compiling signal-hook-registry v1.4.8
19992026-09-15T03:47:31.838Z Compiling syn v1.0.109
20002026-09-15T03:47:31.859Z Compiling rand_core v0.6.4
20012026-09-15T03:47:31.894Z Compiling aws-lc-rs v1.16.3
20022026-09-15T03:47:32.008Z Compiling rustversion v1.0.22
20032026-09-15T03:47:32.072Z Compiling bitflags v2.11.0
20042026-09-15T03:47:32.086Z Compiling semver v1.0.28
20052026-09-15T03:47:32.122Z Compiling futures-core v0.3.32
20062026-09-15T03:47:32.135Z Compiling parking_lot v0.12.5
20072026-09-15T03:47:32.231Z Compiling hashbrown v0.17.0
20082026-09-15T03:47:32.248Z Compiling mio v1.2.0
20092026-09-15T03:47:32.354Z Compiling const-oid v0.9.6
20102026-09-15T03:47:32.369Z Compiling aws-lc-sys v0.40.0
20112026-09-15T03:47:32.433Z Compiling utf8_iter v1.0.4
20122026-09-15T03:47:32.602Z Compiling form_urlencoded v1.2.2
20132026-09-15T03:47:32.761Z Compiling strsim v0.11.1
20142026-09-15T03:47:32.877Z Compiling indexmap v2.14.0
20152026-09-15T03:47:32.917Z Compiling byteorder v1.5.0
20162026-09-15T03:47:33.018Z Compiling vcpkg v0.2.15
20172026-09-15T03:47:33.069Z Compiling fnv v1.0.7
20182026-09-15T03:47:33.146Z Compiling socket2 v0.6.3
20192026-09-15T03:47:33.257Z Compiling httparse v1.10.1
20202026-09-15T03:47:33.262Z Compiling futures-sink v0.3.32
20212026-09-15T03:47:33.351Z Compiling radium v0.7.0
20222026-09-15T03:47:33.410Z Compiling futures-channel v0.3.32
20232026-09-15T03:47:33.646Z Compiling futures-task v0.3.32
20242026-09-15T03:47:33.664Z Compiling iana-time-zone v0.1.65
20252026-09-15T03:47:33.667Z Compiling thiserror v1.0.69
20262026-09-15T03:47:33.692Z Compiling openssl-sys v0.9.117
20272026-09-15T03:47:33.696Z Compiling futures-io v0.3.32
20282026-09-15T03:47:33.723Z Compiling slab v0.4.12
20292026-09-15T03:47:33.820Z Compiling base64 v0.22.1
20302026-09-15T03:47:33.824Z Compiling rustls v0.23.41
20312026-09-15T03:47:33.853Z Compiling maybe-uninit v2.0.0
20322026-09-15T03:47:33.893Z Compiling synstructure v0.13.2
20332026-09-15T03:47:33.917Z Compiling serde_derive_internals v0.29.1
20342026-09-15T03:47:33.982Z Compiling rustc_version v0.4.1
20352026-09-15T03:47:34.182Z Compiling bzip2-sys v0.1.13+1.0.8
20362026-09-15T03:47:34.207Z Compiling uuid v1.23.4
20372026-09-15T03:47:34.230Z Compiling ahash v0.8.12
20382026-09-15T03:47:34.230Z Compiling base64ct v1.8.3
20392026-09-15T03:47:34.263Z Compiling cmov v0.5.4
20402026-09-15T03:47:34.266Z Compiling ident_case v1.0.1
20412026-09-15T03:47:34.310Z Compiling num-bigint-dig v0.8.6
20422026-09-15T03:47:34.361Z Compiling ucd-trie v0.1.7
20432026-09-15T03:47:34.385Z Compiling packed_struct v0.10.1
20442026-09-15T03:47:34.435Z Compiling regex-syntax v0.8.10
20452026-09-15T03:47:34.484Z Compiling ctutils v0.4.2
20462026-09-15T03:47:34.528Z Compiling pem-rfc7468 v0.7.0
20472026-09-15T03:47:34.568Z Compiling pest v2.8.6
20482026-09-15T03:47:34.607Z Compiling fastrand v2.3.0
20492026-09-15T03:47:34.624Z Compiling flagset v0.4.7
20502026-09-15T03:47:34.726Z Compiling openssl v0.10.80
20512026-09-15T03:47:34.750Z Compiling dyn-clone v1.0.20
20522026-09-15T03:47:34.799Z Compiling indexmap v1.9.3
20532026-09-15T03:47:34.842Z Compiling tempfile v3.27.0
20542026-09-15T03:47:34.848Z Compiling unicode-segmentation v1.12.0
20552026-09-15T03:47:34.917Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20562026-09-15T03:47:34.973Z Compiling native-tls v0.2.18
20572026-09-15T03:47:34.977Z Compiling paste v1.0.15
20582026-09-15T03:47:35.152Z Compiling serde_derive v1.0.228
20592026-09-15T03:47:35.170Z Compiling zeroize_derive v1.5.0
20602026-09-15T03:47:35.236Z Compiling zerofrom-derive v0.1.6
20612026-09-15T03:47:35.255Z Compiling yoke-derive v0.8.1
20622026-09-15T03:47:35.255Z Compiling zerovec-derive v0.11.2
20632026-09-15T03:47:35.294Z Compiling zerocopy-derive v0.8.55
20642026-09-15T03:47:35.337Z Compiling displaydoc v0.2.5
20652026-09-15T03:47:35.381Z Compiling tokio-macros v2.7.0
20662026-09-15T03:47:35.396Z Compiling futures-macro v0.3.32
20672026-09-15T03:47:35.414Z Compiling der_derive v0.7.3
20682026-09-15T03:47:35.521Z Compiling thiserror-impl v2.0.18
20692026-09-15T03:47:35.851Z Compiling schemars_derive v0.8.22
20702026-09-15T03:47:35.872Z Compiling tracing-attributes v0.1.31
20712026-09-15T03:47:35.969Z Compiling thiserror-impl v1.0.69
20722026-09-15T03:47:36.086Z Compiling clap_derive v4.6.1
20732026-09-15T03:47:36.102Z Compiling packed_struct_codegen v0.10.1
20742026-09-15T03:47:36.213Z Compiling futures-util v0.3.32
20752026-09-15T03:47:36.362Z Compiling pest_meta v2.8.6
20762026-09-15T03:47:36.384Z Compiling bitfield-macros v0.19.4
20772026-09-15T03:47:36.410Z Compiling zerofrom v0.1.6
20782026-09-15T03:47:36.556Z Compiling yoke v0.8.1
20792026-09-15T03:47:36.784Z Compiling zerovec v0.11.5
20802026-09-15T03:47:37.102Z Compiling zerotrie v0.2.3
20812026-09-15T03:47:37.194Z Compiling zerocopy-derive v0.6.6
20822026-09-15T03:47:37.199Z Compiling pest_generator v2.8.6
20832026-09-15T03:47:37.385Z Compiling tinystr v0.8.2
20842026-09-15T03:47:37.409Z Compiling potential_utf v0.1.4
20852026-09-15T03:47:37.500Z Compiling openssl-macros v0.1.1
20862026-09-15T03:47:37.569Z Compiling icu_locale_core v2.1.1
20872026-09-15T03:47:37.599Z Compiling icu_collections v2.1.1
20882026-09-15T03:47:37.621Z Compiling scroll_derive v0.13.1
20892026-09-15T03:47:37.782Z Compiling rand_core v0.9.5
20902026-09-15T03:47:37.943Z Compiling pest_derive v2.8.6
20912026-09-15T03:47:38.004Z Compiling syn v3.0.3
20922026-09-15T03:47:38.039Z Compiling crossbeam-utils v0.8.21
20932026-09-15T03:47:38.188Z Compiling anstyle v1.0.14
20942026-09-15T03:47:38.408Z Compiling zeroize v1.9.0
20952026-09-15T03:47:38.440Z Compiling bytes v1.11.1
20962026-09-15T03:47:38.461Z Compiling icu_provider v2.1.1
20972026-09-15T03:47:38.491Z Compiling chrono v0.4.45
20982026-09-15T03:47:38.495Z Compiling hex v0.4.3
20992026-09-15T03:47:38.805Z Compiling icu_normalizer v2.1.1
21002026-09-15T03:47:38.822Z Compiling icu_properties v2.1.2
21012026-09-15T03:47:38.838Z Compiling der v0.7.10
21022026-09-15T03:47:38.871Z Compiling hybrid-array v0.4.13
21032026-09-15T03:47:38.958Z Compiling tokio v1.52.1
21042026-09-15T03:47:39.205Z Compiling crypto-common v0.1.7
21052026-09-15T03:47:39.208Z Compiling block-buffer v0.10.4
21062026-09-15T03:47:39.369Z Compiling digest v0.10.7
21072026-09-15T03:47:39.631Z Compiling utf8parse v0.2.2
21082026-09-15T03:47:39.723Z Compiling idna_adapter v1.2.1
21092026-09-15T03:47:39.770Z Compiling camino v1.2.5
21102026-09-15T03:47:39.794Z Compiling spki v0.7.3
21112026-09-15T03:47:39.881Z Compiling idna v1.1.0
21122026-09-15T03:47:39.985Z Compiling ppv-lite86 v0.2.21
21132026-09-15T03:47:40.065Z Compiling pkcs8 v0.10.2
21142026-09-15T03:47:40.175Z Compiling anstyle-parse v1.0.0
21152026-09-15T03:47:40.179Z Compiling http v1.4.2
21162026-09-15T03:47:40.296Z Compiling url v2.5.8
21172026-09-15T03:47:40.383Z Compiling rustls-pki-types v1.14.0
21182026-09-15T03:47:40.680Z Compiling terminal_size v0.4.3
21192026-09-15T03:47:40.746Z Compiling spin v0.9.8
21202026-09-15T03:47:40.770Z Compiling num-conv v0.2.0
21212026-09-15T03:47:40.853Z Compiling time-core v0.1.8
21222026-09-15T03:47:40.868Z Compiling tinyvec_macros v0.1.1
21232026-09-15T03:47:40.901Z Compiling is_terminal_polyfill v1.70.2
21242026-09-15T03:47:40.953Z Compiling colorchoice v1.0.4
21252026-09-15T03:47:40.975Z Compiling anstyle-query v1.1.5
21262026-09-15T03:47:41.022Z Compiling time-macros v0.2.27
21272026-09-15T03:47:41.022Z Compiling tinyvec v1.10.0
21282026-09-15T03:47:41.056Z Compiling crypto-common v0.2.2
21292026-09-15T03:47:41.059Z Compiling block-buffer v0.12.1
21302026-09-15T03:47:41.089Z Compiling anstream v1.0.0
21312026-09-15T03:47:41.106Z Compiling rand_chacha v0.9.0
21322026-09-15T03:47:41.110Z Compiling daft-derive v0.1.8
21332026-09-15T03:47:41.270Z Compiling async-trait v0.1.89
21342026-09-15T03:47:41.434Z Compiling structmeta-derive v0.3.0
21352026-09-15T03:47:41.466Z Compiling tracing-core v0.1.36
21362026-09-15T03:47:41.500Z Compiling plain v0.2.3
21372026-09-15T03:47:41.571Z Compiling untrusted v0.7.1
21382026-09-15T03:47:41.638Z Compiling cpufeatures v0.2.17
21392026-09-15T03:47:41.719Z Compiling object v0.37.3
21402026-09-15T03:47:41.733Z Compiling rand v0.9.2
21412026-09-15T03:47:41.838Z Compiling tracing v0.1.44
21422026-09-15T03:47:41.854Z Compiling http-body v1.0.1
21432026-09-15T03:47:42.038Z Compiling toml_datetime v0.6.11
21442026-09-15T03:47:42.114Z Compiling serde_spanned v0.6.9
21452026-09-15T03:47:42.149Z Compiling pin-project-internal v1.1.11
21462026-09-15T03:47:42.276Z Compiling slog v2.8.2
21472026-09-15T03:47:42.348Z Compiling wait-timeout v0.2.1
21482026-09-15T03:47:42.365Z Compiling cookie v0.18.1
21492026-09-15T03:47:42.381Z Compiling simd-adler32 v0.3.8
21502026-09-15T03:47:42.437Z Compiling untrusted v0.9.0
21512026-09-15T03:47:42.470Z Compiling structmeta v0.3.0
21522026-09-15T03:47:42.474Z Compiling tap v1.0.1
21532026-09-15T03:47:42.521Z Compiling bit-vec v0.8.0
21542026-09-15T03:47:42.550Z Compiling quick-error v1.2.3
21552026-09-15T03:47:42.583Z Compiling openssl-probe v0.2.1
21562026-09-15T03:47:42.610Z Compiling clap_lex v1.0.0
21572026-09-15T03:47:42.632Z Compiling zstd-safe v7.2.4
21582026-09-15T03:47:42.723Z Compiling derive-ex v0.1.8
21592026-09-15T03:47:42.744Z Compiling bit-set v0.8.0
21602026-09-15T03:47:42.816Z Compiling tokio-util v0.7.18
21612026-09-15T03:47:42.832Z Compiling clap_builder v4.6.0
21622026-09-15T03:47:42.865Z Compiling rusty-fork v0.3.1
21632026-09-15T03:47:42.887Z Compiling wyz v0.5.1
21642026-09-15T03:47:43.074Z Compiling sha2 v0.10.9
21652026-09-15T03:47:43.090Z Compiling unicode-normalization v0.1.25
21662026-09-15T03:47:43.105Z Compiling rand_chacha v0.3.1
21672026-09-15T03:47:43.120Z Compiling signature v2.2.0
21682026-09-15T03:47:43.147Z Compiling rand_xorshift v0.4.0
21692026-09-15T03:47:43.312Z Compiling heck v0.4.1
21702026-09-15T03:47:43.341Z Compiling scroll_derive v0.12.1
21712026-09-15T03:47:43.358Z Compiling heapless v0.7.17
21722026-09-15T03:47:43.587Z Compiling num-integer v0.1.46
21732026-09-15T03:47:43.602Z Compiling aho-corasick v1.1.4
21742026-09-15T03:47:43.700Z Compiling usdt-impl v0.6.0
21752026-09-15T03:47:43.715Z Compiling tower-layer v0.3.3
21762026-09-15T03:47:43.846Z Compiling unarray v0.1.4
21772026-09-15T03:47:43.954Z Compiling pretty-hex v0.4.1
21782026-09-15T03:47:43.970Z Compiling try-lock v0.2.5
21792026-09-15T03:47:43.993Z Compiling atomic-waker v1.1.2
21802026-09-15T03:47:44.048Z Compiling rustix v0.38.44
21812026-09-15T03:47:44.097Z Compiling funty v2.0.0
21822026-09-15T03:47:44.255Z Compiling tower-service v0.3.3
21832026-09-15T03:47:44.272Z Compiling anyhow v1.0.104
21842026-09-15T03:47:44.286Z Compiling adler2 v2.0.1
21852026-09-15T03:47:44.366Z Compiling signal-hook v0.3.18
21862026-09-15T03:47:44.436Z Compiling regex-automata v0.4.14
21872026-09-15T03:47:44.439Z Compiling miniz_oxide v0.8.9
21882026-09-15T03:47:44.464Z Compiling bitvec v1.0.1
21892026-09-15T03:47:44.482Z Compiling test-strategy v0.4.5
21902026-09-15T03:47:44.485Z Compiling want v0.3.1
21912026-09-15T03:47:44.594Z Compiling h2 v0.4.15
21922026-09-15T03:47:44.942Z Compiling clap v4.6.1
21932026-09-15T03:47:44.958Z Compiling proptest v1.11.0
21942026-09-15T03:47:44.994Z Compiling num-iter v0.1.45
21952026-09-15T03:47:45.136Z Compiling snafu-derive v0.8.9
21962026-09-15T03:47:45.365Z Compiling rand v0.8.6
21972026-09-15T03:47:45.409Z Compiling ipnetwork v0.21.1
21982026-09-15T03:47:45.755Z Compiling lazy_static v1.5.0
21992026-09-15T03:47:45.812Z Compiling block-padding v0.4.2
22002026-09-15T03:47:45.865Z Compiling scroll v0.13.0
22012026-09-15T03:47:45.980Z Compiling ipnet v2.12.0
22022026-09-15T03:47:46.150Z Compiling strum_macros v0.26.4
22032026-09-15T03:47:46.332Z Compiling darling_core v0.20.11
22042026-09-15T03:47:46.371Z Compiling darling_core v0.23.0
22052026-09-15T03:47:46.553Z Compiling crc-catalog v2.4.0
22062026-09-15T03:47:46.669Z Compiling foreign-types-shared v0.1.1
22072026-09-15T03:47:46.774Z Compiling winnow v0.5.40
22082026-09-15T03:47:46.814Z Compiling httpdate v1.0.3
22092026-09-15T03:47:47.045Z Compiling const-oid v0.10.2
22102026-09-15T03:47:47.132Z Compiling nodrop v0.1.14
22112026-09-15T03:47:47.244Z Compiling cpufeatures v0.3.0
22122026-09-15T03:47:47.285Z Compiling array-init v0.0.4
22132026-09-15T03:47:47.346Z Compiling digest v0.11.3
22142026-09-15T03:47:47.633Z Compiling newtype-uuid v1.3.2
22152026-09-15T03:47:47.732Z Compiling foreign-types v0.3.2
22162026-09-15T03:47:47.860Z Compiling hyper v1.10.1
22172026-09-15T03:47:47.929Z Compiling crc v3.4.0
22182026-09-15T03:47:48.243Z Compiling goblin v0.10.5
22192026-09-15T03:47:48.287Z Compiling inout v0.2.2
22202026-09-15T03:47:48.290Z Compiling darling_macro v0.20.11
22212026-09-15T03:47:48.327Z Compiling toml_edit v0.19.15
22222026-09-15T03:47:48.506Z Compiling oxnet v0.1.6
22232026-09-15T03:47:48.532Z Compiling darling_macro v0.23.0
22242026-09-15T03:47:48.847Z Compiling smallvec v0.6.14
22252026-09-15T03:47:49.265Z Compiling pkcs1 v0.7.5
22262026-09-15T03:47:49.548Z Compiling zerocopy v0.6.6
22272026-09-15T03:47:49.582Z Compiling bitfield v0.19.4
22282026-09-15T03:47:49.636Z Compiling hubpack_derive v0.1.1
22292026-09-15T03:47:49.650Z Compiling zerocopy-derive v0.7.35
22302026-09-15T03:47:49.788Z Compiling curve25519-dalek v4.1.3
22312026-09-15T03:47:49.915Z Compiling socket2 v0.5.10
22322026-09-15T03:47:50.077Z Compiling env_filter v2.0.0
22332026-09-15T03:47:50.141Z Compiling memoffset v0.9.1
22342026-09-15T03:47:50.222Z Compiling base64 v0.21.7
22352026-09-15T03:47:50.225Z Compiling smoltcp v0.9.1
22362026-09-15T03:47:50.405Z Compiling ref-cast v1.0.25
22372026-09-15T03:47:50.421Z Compiling litrs v1.0.0
22382026-09-15T03:47:50.550Z Compiling hashbrown v0.12.3
22392026-09-15T03:47:50.567Z Compiling owo-colors v4.3.0
22402026-09-15T03:47:50.650Z Compiling ron v0.8.1
22412026-09-15T03:47:50.723Z Compiling hyper-util v0.1.20
22422026-09-15T03:47:50.740Z Compiling env_logger v0.11.11
22432026-09-15T03:47:50.889Z Compiling document-features v0.2.12
22442026-09-15T03:47:51.108Z Compiling dof v0.4.0
22452026-09-15T03:47:51.113Z Compiling toml v0.7.8
22462026-09-15T03:47:51.140Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22472026-09-15T03:47:51.340Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22482026-09-15T03:47:51.354Z Compiling rsa v0.9.10
22492026-09-15T03:47:52.129Z Compiling bzip2 v0.4.4
22502026-09-15T03:47:52.145Z Compiling darling v0.23.0
22512026-09-15T03:47:52.163Z Compiling serde-hex v0.1.0
22522026-09-15T03:47:52.180Z Compiling daft v0.1.8
22532026-09-15T03:47:52.185Z Compiling darling v0.20.11
22542026-09-15T03:47:52.212Z Compiling cipher v0.5.2
22552026-09-15T03:47:52.244Z Compiling hashbrown v0.13.2
22562026-09-15T03:47:52.546Z Compiling x509-cert v0.2.5
22572026-09-15T03:47:52.659Z Compiling dtrace-parser v0.3.0
22582026-09-15T03:47:52.761Z Compiling async-recursion v1.1.1
22592026-09-15T03:47:52.901Z Compiling sync_wrapper v1.0.2
22602026-09-15T03:47:52.951Z Compiling thread-id v5.1.0
22612026-09-15T03:47:53.063Z Compiling crc-any v2.5.0
22622026-09-15T03:47:53.136Z Compiling powerfmt v0.2.0
22632026-09-15T03:47:53.210Z Compiling cfg_aliases v0.2.1
22642026-09-15T03:47:53.216Z Compiling siphasher v1.0.2
22652026-09-15T03:47:53.295Z Compiling nix v0.31.2
22662026-09-15T03:47:53.376Z Compiling deranged v0.5.8
22672026-09-15T03:47:53.619Z Compiling tower v0.5.3
22682026-09-15T03:47:54.008Z Compiling object v0.30.4
22692026-09-15T03:47:54.298Z Compiling chacha20 v0.10.0
22702026-09-15T03:47:54.380Z Compiling zip v0.6.6
22712026-09-15T03:47:54.404Z Compiling derive_builder_core v0.20.2
22722026-09-15T03:47:54.426Z Compiling serde_with_macros v3.21.0
22732026-09-15T03:47:54.607Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22742026-09-15T03:47:54.765Z Compiling bstr v1.12.1
22752026-09-15T03:47:55.025Z Compiling http-body-util v0.1.3
22762026-09-15T03:47:55.185Z Compiling futures-executor v0.3.32
22772026-09-15T03:47:55.200Z Compiling erased-serde v0.3.31
22782026-09-15T03:47:55.216Z Compiling serde_tokenstream v0.2.3
22792026-09-15T03:47:55.407Z Compiling ref-cast-impl v1.0.25
22802026-09-15T03:47:55.500Z Compiling strum_macros v0.27.2
22812026-09-15T03:47:55.546Z Compiling curve25519-dalek-derive v0.1.1
22822026-09-15T03:47:55.592Z Compiling fs-err v3.3.0
22832026-09-15T03:47:55.607Z Compiling usdt-impl v0.5.0
22842026-09-15T03:47:55.746Z Compiling path-slash v0.1.5
22852026-09-15T03:47:55.896Z Compiling iri-string v0.7.10
22862026-09-15T03:47:55.992Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22872026-09-15T03:47:56.011Z Compiling ryu v1.0.23
22882026-09-15T03:47:56.186Z Compiling unicode-properties v0.1.4
22892026-09-15T03:47:56.200Z Compiling unicode-bidi v0.3.18
22902026-09-15T03:47:56.242Z Compiling num_threads v0.1.7
22912026-09-15T03:47:56.353Z Compiling allocator-api2 v0.2.21
22922026-09-15T03:47:56.628Z Compiling zlib-rs v0.6.2
22932026-09-15T03:47:56.692Z Compiling same-file v1.0.6
22942026-09-15T03:47:56.759Z Compiling gimli v0.32.3
22952026-09-15T03:47:56.817Z Compiling walkdir v2.5.0
22962026-09-15T03:47:56.860Z Compiling time v0.3.47
22972026-09-15T03:47:57.265Z Compiling tower-http v0.6.8
22982026-09-15T03:47:57.687Z Compiling stringprep v0.1.5
22992026-09-15T03:47:57.752Z Compiling serde_urlencoded v0.7.1
23002026-09-15T03:47:58.424Z Compiling addr2line v0.25.1
23012026-09-15T03:47:58.738Z Compiling flate2 v1.1.9
23022026-09-15T03:47:58.769Z Compiling futures v0.3.32
23032026-09-15T03:47:58.896Z Compiling derive_builder_macro v0.20.2
23042026-09-15T03:47:59.194Z Compiling rand v0.10.1
23052026-09-15T03:47:59.230Z Compiling tokio-native-tls v0.3.1
23062026-09-15T03:47:59.436Z Compiling sha2 v0.11.0
23072026-09-15T03:47:59.520Z Compiling strum v0.26.3
23082026-09-15T03:47:59.536Z Compiling hmac v0.13.0
23092026-09-15T03:47:59.575Z Compiling md-5 v0.11.0
23102026-09-15T03:47:59.695Z Compiling scroll v0.12.0
23112026-09-15T03:47:59.729Z Compiling pin-project v1.1.11
23122026-09-15T03:47:59.769Z Compiling rustls-native-certs v0.8.3
23132026-09-15T03:47:59.855Z Compiling convert_case v0.10.0
23142026-09-15T03:47:59.888Z Compiling hash32 v0.2.1
23152026-09-15T03:47:59.892Z Compiling vergen-lib v9.1.0
23162026-09-15T03:47:59.919Z Compiling encoding_rs v0.8.35
23172026-09-15T03:47:59.994Z Compiling jiff-core v0.1.0
23182026-09-15T03:48:00.021Z Compiling psl-types v2.0.11
23192026-09-15T03:48:00.089Z Compiling mime v0.3.17
23202026-09-15T03:48:00.145Z Compiling bumpalo v3.20.2
23212026-09-15T03:48:00.334Z Compiling fallible-iterator v0.2.0
23222026-09-15T03:48:00.363Z Compiling libbz2-rs-sys v0.2.2
23232026-09-15T03:48:00.406Z Compiling rustc-demangle v0.1.27
23242026-09-15T03:48:00.514Z Compiling zopfli v0.8.3
23252026-09-15T03:48:00.599Z Compiling derive_more-impl v2.1.1
23262026-09-15T03:48:00.654Z Compiling postgres-protocol v0.6.12
23272026-09-15T03:48:00.765Z Compiling bzip2 v0.6.1
23282026-09-15T03:48:00.891Z Compiling jiff v0.2.34
23292026-09-15T03:48:00.948Z Compiling publicsuffix v2.3.0
23302026-09-15T03:48:01.139Z Compiling goblin v0.8.2
23312026-09-15T03:48:01.465Z Compiling snafu v0.8.9
23322026-09-15T03:48:01.526Z Compiling backtrace v0.3.76
23332026-09-15T03:48:01.771Z Compiling derive_builder v0.20.2
23342026-09-15T03:48:01.872Z Compiling hyper-tls v0.6.0
23352026-09-15T03:48:02.145Z Compiling usdt-macro v0.6.0
23362026-09-15T03:48:02.175Z Compiling usdt-attr-macro v0.6.0
23372026-09-15T03:48:02.304Z Compiling globset v0.4.18
23382026-09-15T03:48:02.320Z Compiling phf_shared v0.13.1
23392026-09-15T03:48:02.414Z Compiling crossbeam-epoch v0.9.18
23402026-09-15T03:48:02.565Z Compiling zerocopy v0.7.35
23412026-09-15T03:48:02.580Z Compiling hubpack v0.1.2
23422026-09-15T03:48:02.709Z Compiling regex v1.12.3
23432026-09-15T03:48:02.988Z Compiling hmac v0.12.1
23442026-09-15T03:48:03.059Z Compiling serde_plain v1.0.2
23452026-09-15T03:48:03.123Z Compiling miette-derive v7.6.0
23462026-09-15T03:48:03.139Z Compiling enum-as-inner v0.6.1
23472026-09-15T03:48:03.157Z Compiling serde_repr v0.1.20
23482026-09-15T03:48:03.228Z Compiling pem v3.0.6
23492026-09-15T03:48:03.304Z Compiling ff v0.13.1
23502026-09-15T03:48:03.348Z Compiling vergen v9.1.0
23512026-09-15T03:48:03.363Z Compiling cargo-platform v0.3.2
23522026-09-15T03:48:03.421Z Compiling filetime v0.2.27
23532026-09-15T03:48:03.629Z Compiling xattr v1.6.1
23542026-09-15T03:48:03.716Z Compiling managed v0.8.0
23552026-09-15T03:48:03.733Z Compiling unicode-linebreak v0.1.5
23562026-09-15T03:48:03.764Z Compiling unicode-width v0.2.0
23572026-09-15T03:48:03.768Z Compiling is_ci v1.2.0
23582026-09-15T03:48:03.952Z Compiling foldhash v0.1.5
23592026-09-15T03:48:04.007Z Compiling smawk v0.3.2
23602026-09-15T03:48:04.025Z Compiling base16ct v0.2.0
23612026-09-15T03:48:04.076Z Compiling typed-path v0.9.3
23622026-09-15T03:48:04.108Z Compiling bitflags v1.3.2
23632026-09-15T03:48:04.139Z Compiling textwrap v0.16.2
23642026-09-15T03:48:04.165Z Compiling sec1 v0.7.3
23652026-09-15T03:48:04.232Z Compiling hashbrown v0.15.5
23662026-09-15T03:48:04.547Z Compiling supports-color v3.0.2
23672026-09-15T03:48:04.697Z Compiling tar v0.4.46
23682026-09-15T03:48:04.723Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23692026-09-15T03:48:04.815Z Compiling cargo_metadata v0.23.1
23702026-09-15T03:48:04.830Z Compiling group v0.13.0
23712026-09-15T03:48:04.846Z Compiling dof v0.3.0
23722026-09-15T03:48:05.110Z Compiling hkdf v0.12.4
23732026-09-15T03:48:05.840Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
23742026-09-15T03:48:06.153Z Compiling phf v0.13.1
23752026-09-15T03:48:06.198Z Compiling zstd v0.13.3
23762026-09-15T03:48:06.214Z Compiling reqwest v0.12.28
23772026-09-15T03:48:06.218Z Compiling backtrace-ext v0.2.1
23782026-09-15T03:48:06.440Z Compiling signal-hook-mio v0.2.5
23792026-09-15T03:48:06.462Z Compiling cookie_store v0.22.1
23802026-09-15T03:48:06.669Z Compiling postgres-types v0.2.14
23812026-09-15T03:48:06.718Z Compiling strum v0.27.2
23822026-09-15T03:48:06.854Z Compiling hashbrown v0.16.1
23832026-09-15T03:48:07.036Z Compiling phf_shared v0.11.3
23842026-09-15T03:48:07.052Z Compiling dtrace-parser v0.2.0
23852026-09-15T03:48:07.072Z Compiling byte-wrapper v0.1.0
23862026-09-15T03:48:07.095Z Compiling ed25519 v2.2.3
23872026-09-15T03:48:07.181Z Compiling olpc-cjson v0.1.4
23882026-09-15T03:48:07.454Z Compiling crypto-bigint v0.5.5
23892026-09-15T03:48:07.568Z Compiling serde-big-array v0.5.1
23902026-09-15T03:48:07.644Z Compiling float-cmp v0.10.0
23912026-09-15T03:48:07.698Z Compiling memmap2 v0.9.10
23922026-09-15T03:48:07.726Z Compiling thread-id v4.2.2
23932026-09-15T03:48:07.823Z Compiling either v1.15.0
23942026-09-15T03:48:07.890Z Compiling normalize-line-endings v0.3.0
23952026-09-15T03:48:07.950Z Compiling keccak v0.1.6
23962026-09-15T03:48:07.988Z Compiling rayon-core v1.13.0
23972026-09-15T03:48:08.003Z Compiling typed-path v0.12.3
23982026-09-15T03:48:08.006Z Compiling fixedbitset v0.4.2
23992026-09-15T03:48:08.055Z Compiling new_debug_unreachable v1.0.6
24002026-09-15T03:48:08.164Z Compiling toml_write v0.1.2
24012026-09-15T03:48:08.193Z Compiling winnow v0.7.14
24022026-09-15T03:48:08.196Z Compiling predicates-core v1.0.10
24032026-09-15T03:48:08.239Z Compiling data-encoding v2.10.0
24042026-09-15T03:48:08.302Z Compiling supports-unicode v3.0.0
24052026-09-15T03:48:08.411Z Compiling whoami v2.1.0
24062026-09-15T03:48:08.462Z Compiling winnow v1.0.3
24072026-09-15T03:48:08.507Z Compiling fixedbitset v0.5.7
24082026-09-15T03:48:08.752Z Compiling difflib v0.4.0
24092026-09-15T03:48:08.800Z Compiling precomputed-hash v0.1.1
24102026-09-15T03:48:08.905Z Compiling static_assertions v1.1.0
24112026-09-15T03:48:08.989Z Compiling supports-hyperlinks v3.2.0
24122026-09-15T03:48:09.030Z Compiling unicode-width v0.1.14
24132026-09-15T03:48:09.074Z Compiling predicates v3.1.4
24142026-09-15T03:48:09.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
24152026-09-15T03:48:09.155Z Compiling string_cache v0.8.9
24162026-09-15T03:48:09.215Z Compiling zip v8.6.0
24172026-09-15T03:48:09.251Z Compiling petgraph v0.8.3
24182026-09-15T03:48:09.283Z Compiling miette v7.6.0
24192026-09-15T03:48:09.387Z Compiling toml_parser v1.1.2+spec-1.1.0
24202026-09-15T03:48:09.489Z Compiling tokio-postgres v0.7.18
24212026-09-15T03:48:09.516Z Compiling hickory-proto v0.25.2
24222026-09-15T03:48:09.656Z Compiling elliptic-curve v0.13.8
24232026-09-15T03:48:09.966Z Compiling toml_edit v0.22.27
24242026-09-15T03:48:10.062Z Compiling petgraph v0.6.5
24252026-09-15T03:48:10.213Z Compiling sha3 v0.10.8
24262026-09-15T03:48:10.297Z Compiling itertools v0.13.0
24272026-09-15T03:48:10.974Z Compiling usdt v0.6.0
24282026-09-15T03:48:11.532Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24292026-09-15T03:48:11.643Z Compiling iddqd v0.4.2
24302026-09-15T03:48:11.934Z Compiling ed25519-dalek v2.2.0
24312026-09-15T03:48:12.254Z Compiling crossterm v0.28.1
24322026-09-15T03:48:12.299Z Compiling zip v4.6.1
24332026-09-15T03:48:12.846Z Compiling derive_more v2.1.1
24342026-09-15T03:48:12.968Z Compiling similar v2.7.0
24352026-09-15T03:48:13.160Z Compiling serde_with v3.21.0
24362026-09-15T03:48:13.782Z Compiling tokio-stream v0.1.18
24372026-09-15T03:48:13.866Z Compiling buf-list v1.1.2
24382026-09-15T03:48:13.913Z Compiling half v2.7.1
24392026-09-15T03:48:14.139Z Compiling openapiv3 v2.2.0
24402026-09-15T03:48:14.372Z Compiling peg-runtime v0.8.5
24412026-09-15T03:48:14.517Z Compiling lalrpop-util v0.19.12
24422026-09-15T03:48:14.581Z Compiling ciborium-io v0.2.2
24432026-09-15T03:48:14.694Z Compiling ciborium-ll v0.2.2
24442026-09-15T03:48:15.662Z Compiling crossbeam-deque v0.8.6
24452026-09-15T03:48:15.991Z Compiling camino-tempfile v1.4.1
24462026-09-15T03:48:16.345Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-09-15T03:48:16.402Z Compiling blake3 v1.8.5
24482026-09-15T03:48:16.562Z Compiling fs-err v2.11.0
24492026-09-15T03:48:18.660Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24502026-09-15T03:48:19.590Z Compiling ciborium v0.2.2
24512026-09-15T03:48:19.783Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24522026-09-15T03:48:19.993Z Compiling thread_local v1.1.9
24532026-09-15T03:48:20.028Z Compiling arrayvec v0.7.6
24542026-09-15T03:48:20.209Z Compiling arrayref v0.3.9
24552026-09-15T03:48:20.252Z Compiling slog-async v2.8.0
24562026-09-15T03:48:20.278Z Compiling constant_time_eq v0.4.2
24572026-09-15T03:48:20.329Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24582026-09-15T03:48:20.348Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24592026-09-15T03:48:20.607Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-09-15T03:48:20.622Z Compiling toml v0.8.23
24612026-09-15T03:48:20.636Z Compiling atomicwrites v0.4.4
24622026-09-15T03:48:20.652Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24632026-09-15T03:48:20.815Z Compiling crossbeam-channel v0.5.15
24642026-09-15T03:48:20.853Z Compiling digest-io v0.1.0
24652026-09-15T03:48:20.895Z Compiling serde_path_to_error v0.1.20
24662026-09-15T03:48:20.938Z Compiling is-terminal v0.4.17
24672026-09-15T03:48:21.009Z Compiling topological-sort v0.2.2
24682026-09-15T03:48:21.053Z Compiling take_mut v0.2.2
24692026-09-15T03:48:21.129Z Compiling parse-size v1.1.0
24702026-09-15T03:48:21.186Z Compiling debug-ignore v1.0.5
24712026-09-15T03:48:21.201Z Compiling rawzip v0.4.4
24722026-09-15T03:48:21.218Z Compiling term v1.2.1
24732026-09-15T03:48:21.309Z Compiling indent_write v2.2.0
24742026-09-15T03:48:21.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24752026-09-15T03:48:21.344Z Compiling shell-words v1.1.1
24762026-09-15T03:48:21.560Z Compiling slog-term v2.9.2
24772026-09-15T03:48:24.305Z Compiling rustls-webpki v0.103.13
24782026-09-15T03:48:27.065Z Compiling tokio-rustls v0.26.4
24792026-09-15T03:48:27.065Z Compiling rustls-platform-verifier v0.6.2
24802026-09-15T03:48:27.065Z Compiling tough v0.22.0
24812026-09-15T03:48:27.268Z Compiling hyper-rustls v0.27.7
24822026-09-15T03:48:27.464Z Compiling reqwest v0.13.2
24832026-09-15T03:48:28.994Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24842026-09-15T03:48:29.750Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24852026-09-15T03:48:30.962Z Compiling omicron-zone-package v0.12.3
24862026-09-15T03:48:31.372Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24872026-09-15T03:48:31.578Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24882026-09-15T03:48:31.600Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24892026-09-15T03:48:34.163Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24902026-09-15T03:48:53.559Z Finished `release` profile [optimized] target(s) in 1m 24s
24912026-09-15T03:48:53.702Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24922026-09-15T03:48:53.758ZSep 15 03:48:52.769 DEBG changing working directory to /work/oxidecomputer/omicron
24932026-09-15T03:48:53.855ZSep 15 03:48:52.866 DEBG running: git rev-parse HEAD
24942026-09-15T03:48:53.858ZSep 15 03:48:52.869 DEBG process exited with exit status: 0 (2.368242ms)
24952026-09-15T03:48:53.858ZSep 15 03:48:52.869 INFO version: 23.0.0-0.ci+gita1ed210690f
24962026-09-15T03:48:53.865ZSep 15 03:48:52.877 INFO cloning helios to /work/oxidecomputer/helios
24972026-09-15T03:48:53.865ZSep 15 03:48:52.877 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24982026-09-15T03:48:53.868ZCloning into '/work/oxidecomputer/helios'...
24992026-09-15T03:48:54.489ZSep 15 03:48:53.501 DEBG process exited with exit status: 0 (624.014533ms)
25002026-09-15T03:48:54.489ZSep 15 03:48:53.501 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25012026-09-15T03:48:54.492ZSep 15 03:48:53.503 DEBG process exited with exit status: 0 (2.398943ms)
25022026-09-15T03:48:54.492ZSep 15 03:48:53.503 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25032026-09-15T03:48:54.868ZSep 15 03:48:53.880 DEBG process exited with exit status: 0 (376.949199ms)
25042026-09-15T03:48:54.868ZSep 15 03:48:53.880 DEBG running: zfs list rpool/images/build/host
25052026-09-15T03:48:54.873ZNAME USED AVAIL REFER MOUNTPOINT
25062026-09-15T03:48:54.873Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25072026-09-15T03:48:54.878ZSep 15 03:48:53.884 DEBG process exited with exit status: 0 (4.213245ms)
25082026-09-15T03:48:54.878ZSep 15 03:48:53.884 DEBG running: zfs list rpool/images/build/recovery
25092026-09-15T03:48:54.878ZNAME USED AVAIL REFER MOUNTPOINT
25102026-09-15T03:48:54.878Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25112026-09-15T03:48:54.878ZSep 15 03:48:53.888 DEBG process exited with exit status: 0 (3.604274ms)
25122026-09-15T03:48:54.878ZSep 15 03:48:53.888 INFO console assets match pinned console commit (96092fcc5a72f4732de39f3c9a2aa58037442361)
25132026-09-15T03:48:54.888ZSep 15 03:48:53.899 INFO console client API version matches nexus API version (2026091100.0.0)
25142026-09-15T03:48:54.892ZSep 15 03:48:53.901 INFO [incorp-manifest] running task
25152026-09-15T03:48:54.892ZSep 15 03:48:53.901 INFO [hubris-staging] running task
25162026-09-15T03:48:54.892ZSep 15 03:48:53.901 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25172026-09-15T03:48:54.892ZSep 15 03:48:53.902 INFO [hubris-production] running task
25182026-09-15T03:48:54.892ZSep 15 03:48:53.902 INFO [incorp-create] running: pkgrepo create /work/incorporation
25192026-09-15T03:48:54.892ZSep 15 03:48:53.903 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25202026-09-15T03:48:54.892ZSep 15 03:48:53.904 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
25212026-09-15T03:48:54.931Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25222026-09-15T03:48:55.003Z[ omicron-package] Blocking waiting for file lock on package cache
25232026-09-15T03:48:55.125ZSep 15 03:48:54.136 INFO [incorp-create] process exited with exit status: 0 (234.468728ms)
25242026-09-15T03:48:55.130ZSep 15 03:48:54.137 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25252026-09-15T03:48:55.352ZSep 15 03:48:54.363 INFO [incorp-publisher] process exited with exit status: 0 (226.756729ms)
25262026-09-15T03:48:55.766Z[ omicron-package] Blocking waiting for file lock on package cache
25272026-09-15T03:48:56.114ZSep 15 03:48:55.125 INFO [hubris-production] task succeeded (1.223690486s)
25282026-09-15T03:48:56.912Z[ omicron-package] Compiling macaddr v1.0.1
25292026-09-15T03:48:56.912Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25302026-09-15T03:48:56.916Z[ omicron-package] Compiling itertools v0.15.0
25312026-09-15T03:48:56.916Z[ omicron-package] Compiling secrecy v0.10.3
25322026-09-15T03:48:56.923Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-09-15T03:48:56.923Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25342026-09-15T03:48:56.923Z[ omicron-package] Compiling heapless v0.8.0
25352026-09-15T03:48:56.923Z[ omicron-package] Compiling inout v0.1.4
25362026-09-15T03:48:56.923Z[ omicron-package] Compiling hash32 v0.3.1
25372026-09-15T03:48:56.923Z[ omicron-package] Compiling multer v3.1.0
25382026-09-15T03:48:56.923Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392026-09-15T03:48:56.923Z[ omicron-package] Compiling smoltcp v0.11.0
25402026-09-15T03:48:56.923Z[ omicron-package] Compiling compression-core v0.4.31
25412026-09-15T03:48:56.923Z[ omicron-package] Compiling match_cfg v0.1.0
25422026-09-15T03:48:56.923Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25432026-09-15T03:48:56.923Z[ omicron-package] Compiling slog-json v2.6.1
25442026-09-15T03:48:57.296ZSep 15 03:48:56.307 DEBG process exited with exit status: 0 (2.405852025s)
25452026-09-15T03:48:57.296ZSep 15 03:48:56.307 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25462026-09-15T03:48:57.699Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25472026-09-15T03:48:57.703Z[ omicron-package] Compiling compression-codecs v0.4.37
25482026-09-15T03:48:57.926Z[ omicron-package] Compiling cipher v0.4.4
25492026-09-15T03:48:58.005Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25502026-09-15T03:48:58.076Z[ omicron-package] Compiling hostname v0.3.1
25512026-09-15T03:48:58.076Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25522026-09-15T03:48:58.080Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25532026-09-15T03:48:58.080Z[ omicron-package] Compiling cobs v0.3.0
25542026-09-15T03:48:58.165Z[ omicron-package] Compiling universal-hash v0.5.1
25552026-09-15T03:48:58.193Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25562026-09-15T03:48:58.196Z[ omicron-package] Compiling dropshot v0.17.1
25572026-09-15T03:48:58.232Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25582026-09-15T03:48:58.352Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25592026-09-15T03:48:58.420Z[ omicron-package] Compiling serde_spanned v1.1.1
25602026-09-15T03:48:58.440Z[ omicron-package] Compiling async-stream-impl v0.3.6
25612026-09-15T03:48:58.707Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25622026-09-15T03:48:58.707Z[ omicron-package] Compiling opaque-debug v0.3.1
25632026-09-15T03:48:58.710Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25642026-09-15T03:48:58.837Z[ omicron-package] Compiling convert_case v0.4.0
25652026-09-15T03:48:58.887Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25662026-09-15T03:48:58.903Z[ omicron-package] Compiling ingot-macros v0.2.0
25672026-09-15T03:48:58.906Z[ omicron-package] Compiling poly1305 v0.8.0
25682026-09-15T03:48:58.907Z[ omicron-package] Compiling chacha20 v0.9.1
25692026-09-15T03:48:58.941Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25702026-09-15T03:48:59.054Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25712026-09-15T03:48:59.058Z[ omicron-package] Compiling slog-bunyan v2.5.0
25722026-09-15T03:48:59.074Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25732026-09-15T03:48:59.126Z[ omicron-package] Compiling async-stream v0.3.6
25742026-09-15T03:48:59.130Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25752026-09-15T03:48:59.194Z[ omicron-package] Compiling derive_more v0.99.20
25762026-09-15T03:48:59.198Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25772026-09-15T03:48:59.323Z[ omicron-package] Compiling num_enum_derive v0.7.6
25782026-09-15T03:48:59.429Z[ omicron-package] Compiling postcard v1.1.3
25792026-09-15T03:48:59.537Z[ omicron-package] Compiling async-compression v0.4.41
25802026-09-15T03:48:59.537Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25812026-09-15T03:48:59.645Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25822026-09-15T03:48:59.913Z[ omicron-package] Compiling progenitor-client v0.14.0
25832026-09-15T03:48:59.913Z[ omicron-package] Compiling oxide-generation v0.1.3
25842026-09-15T03:48:59.916Z[ omicron-package] Compiling sha1 v0.11.0
25852026-09-15T03:49:00.038Z[ omicron-package] Compiling parse-display-derive v0.10.0
25862026-09-15T03:49:00.038Z[ omicron-package] Compiling waitgroup v0.1.2
25872026-09-15T03:49:00.146Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25882026-09-15T03:49:00.150Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25892026-09-15T03:49:00.288Z[ omicron-package] Compiling backon v1.6.0
25902026-09-15T03:49:00.341Z[ omicron-package] Compiling password-hash v0.5.0
25912026-09-15T03:49:00.411ZSep 15 03:48:59.423 DEBG process exited with exit status: 0 (3.115682085s)
25922026-09-15T03:49:00.422Z[ omicron-package] Compiling blake2 v0.10.6
25932026-09-15T03:49:00.453ZSep 15 03:48:59.464 INFO [incorp-manifest] task succeeded (5.563159348s)
25942026-09-15T03:49:00.456ZSep 15 03:48:59.465 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25952026-09-15T03:49:00.484Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25962026-09-15T03:49:00.552Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-09-15T03:49:00.571Z[ omicron-package] Compiling aead v0.5.2
25982026-09-15T03:49:00.575Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25992026-09-15T03:49:00.575Z[ omicron-package] Compiling proc-macro-error v1.0.4
26002026-09-15T03:49:00.591Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26012026-09-15T03:49:00.652Z[ omicron-package] Compiling instant v0.1.13
26022026-09-15T03:49:00.656ZSep 15 03:48:59.668 INFO [incorp-fmt] process exited with exit status: 0 (203.235562ms)
26032026-09-15T03:49:00.659ZSep 15 03:48:59.668 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26042026-09-15T03:49:00.679Z[ omicron-package] Compiling hostname v0.4.2
26052026-09-15T03:49:00.711Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26062026-09-15T03:49:00.840Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26072026-09-15T03:49:00.923Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26082026-09-15T03:49:00.961Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260915T034859Z
26092026-09-15T03:49:00.961Z[ incorp-pkgsend] PUBLISHED
26102026-09-15T03:49:00.990Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-09-15T03:49:00.994Z[ omicron-package] Compiling backoff v0.4.0
26122026-09-15T03:49:01.021ZSep 15 03:49:00.033 INFO [incorp-pkgsend] process exited with exit status: 0 (364.499835ms)
26132026-09-15T03:49:01.024ZSep 15 03:49:00.033 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26142026-09-15T03:49:01.049Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26152026-09-15T03:49:01.052Z[ omicron-package] Compiling argon2 v0.5.3
26162026-09-15T03:49:01.052Z[ omicron-package] Compiling num_enum_derive v0.5.11
26172026-09-15T03:49:01.052Z[ omicron-package] Compiling num_enum v0.7.6
26182026-09-15T03:49:01.299Z[ omicron-package] Compiling progenitor-extras v0.2.0
26192026-09-15T03:49:01.329Z[ helios-incorp] Retrieving packages for publisher helios ...
26202026-09-15T03:49:01.335Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26212026-09-15T03:49:01.357Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26222026-09-15T03:49:01.357Z[ omicron-package] Compiling vsss-rs v3.3.4
26232026-09-15T03:49:01.360Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26242026-09-15T03:49:01.360Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26252026-09-15T03:49:01.360Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26262026-09-15T03:49:01.364Z[ helios-incorp]
26272026-09-15T03:49:01.367Z[ helios-incorp] Archiving packages ...
26282026-09-15T03:49:01.367Z[ helios-incorp] Packages to add: 1
26292026-09-15T03:49:01.367Z[ helios-incorp] Files to retrieve: 0
26302026-09-15T03:49:01.367Z[ helios-incorp] Estimated transfer size: 0.00 B
26312026-09-15T03:49:01.367Z[ helios-incorp]
26322026-09-15T03:49:01.367Z[ helios-incorp] Packages to archive:
26332026-09-15T03:49:01.367Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260915T034859Z
26342026-09-15T03:49:01.367Z[ helios-incorp]
26352026-09-15T03:49:01.367Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26362026-09-15T03:49:01.367Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26372026-09-15T03:49:01.417Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26382026-09-15T03:49:01.420ZSep 15 03:49:00.432 INFO [helios-incorp] process exited with exit status: 0 (399.308845ms)
26392026-09-15T03:49:01.464Z[ omicron-package] Compiling foreign-types v0.5.0
26402026-09-15T03:49:01.564Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26412026-09-15T03:49:01.625Z[ omicron-package] Compiling regress v0.10.5
26422026-09-15T03:49:01.673Z[ omicron-package] Compiling itertools v0.14.0
26432026-09-15T03:49:01.712Z[ omicron-package] Compiling tabwriter v1.4.1
26442026-09-15T03:49:01.788Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26452026-09-15T03:49:01.860Z[ omicron-package] Compiling parse-display v0.10.0
26462026-09-15T03:49:01.888Z[ omicron-package] Compiling cstr-argument v0.1.2
26472026-09-15T03:49:01.987Z[ omicron-package] Compiling ingot-types v0.2.0
26482026-09-15T03:49:02.025Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26492026-09-15T03:49:02.054Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26502026-09-15T03:49:02.057Z[ omicron-package] Compiling humantime v2.3.0
26512026-09-15T03:49:02.137Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26522026-09-15T03:49:02.169Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26532026-09-15T03:49:02.300Z[ omicron-package] Compiling num_enum v0.5.11
26542026-09-15T03:49:02.368Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552026-09-15T03:49:02.428Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26562026-09-15T03:49:02.454Z[ omicron-package] Compiling ingot v0.2.1
26572026-09-15T03:49:02.454Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26582026-09-15T03:49:02.523Z[ omicron-package] Compiling rayon v1.11.0
26592026-09-15T03:49:02.611Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26602026-09-15T03:49:02.654Z[ omicron-package] Compiling libefi-sys v0.1.0
26612026-09-15T03:49:02.657Z[ omicron-package] Compiling colored v3.1.1
26622026-09-15T03:49:02.657Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26632026-09-15T03:49:02.675Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26642026-09-15T03:49:02.821Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26652026-09-15T03:49:02.867Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26662026-09-15T03:49:02.922Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26672026-09-15T03:49:03.098Z[ omicron-package] Compiling itertools v0.12.1
26682026-09-15T03:49:03.151Z[ omicron-package] Compiling usdt-macro v0.5.0
26692026-09-15T03:49:03.195Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26702026-09-15T03:49:03.245Z[ omicron-package] Compiling sigpipe v0.1.3
26712026-09-15T03:49:03.310Z[ omicron-package] Compiling memmap v0.7.0
26722026-09-15T03:49:03.334Z[ omicron-package] Compiling num-derive v0.4.2
26732026-09-15T03:49:03.401Z[ omicron-package] Compiling bitfield-struct v0.6.2
26742026-09-15T03:49:03.490Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26752026-09-15T03:49:03.552Z[ omicron-package] Compiling swrite v0.1.0
26762026-09-15T03:49:03.612Z[ omicron-package] Compiling glob v0.3.3
26772026-09-15T03:49:03.661Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26782026-09-15T03:49:04.049Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26792026-09-15T03:49:04.175Z[ omicron-package] Compiling usdt v0.5.0
26802026-09-15T03:49:04.265Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26812026-09-15T03:49:04.316Z[ omicron-package] Compiling smf v0.2.3
26822026-09-15T03:49:04.388Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26832026-09-15T03:49:04.461Z[ omicron-package] Compiling whoami v1.6.1
26842026-09-15T03:49:04.518Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26852026-09-15T03:49:04.522Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26862026-09-15T03:49:04.605Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26872026-09-15T03:49:04.711Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26882026-09-15T03:49:04.777Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26892026-09-15T03:49:04.828Z[ omicron-package] Compiling zone v0.3.1
26902026-09-15T03:49:04.860Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26912026-09-15T03:49:04.898Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26922026-09-15T03:49:04.935Z[ omicron-package] Compiling gethostname v0.5.0
26932026-09-15T03:49:04.963Z[ omicron-package] Compiling console v0.16.2
26942026-09-15T03:49:05.028Z[ omicron-package] Compiling unit-prefix v0.5.2
26952026-09-15T03:49:05.137Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26962026-09-15T03:49:05.469Z[ omicron-package] Compiling indicatif v0.18.4
26972026-09-15T03:49:06.269Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26982026-09-15T03:49:06.365Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26992026-09-15T03:49:07.486Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27002026-09-15T03:49:09.468Z[ helios-setup] Sep 15 03:49:08.479 INFO helios repository root is: /work/oxidecomputer/helios
27012026-09-15T03:49:09.471Z[ helios-setup] Sep 15 03:49:08.480 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
27022026-09-15T03:49:09.471Z[ helios-setup] Sep 15 03:49:08.480 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27032026-09-15T03:49:09.471Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27042026-09-15T03:49:09.668Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27052026-09-15T03:49:10.132Z[ helios-setup] Sep 15 03:49:09.144 INFO clone ok!, project: dmar-report
27062026-09-15T03:49:10.136Z[ helios-setup] Sep 15 03:49:09.144 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27072026-09-15T03:49:10.136Z[ helios-setup] Sep 15 03:49:09.144 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
27082026-09-15T03:49:10.136Z[ helios-setup] Sep 15 03:49:09.144 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27092026-09-15T03:49:10.136Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27102026-09-15T03:49:10.678Z[ helios-setup] Sep 15 03:49:09.689 INFO clone ok!, project: image-builder
27112026-09-15T03:49:10.681Z[ helios-setup] Sep 15 03:49:09.689 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
27122026-09-15T03:49:10.681Z[ helios-setup] Sep 15 03:49:09.689 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27132026-09-15T03:49:10.681Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27142026-09-15T03:49:10.785ZSep 15 03:49:09.796 INFO [hubris-staging] task succeeded (15.894724376s)
27152026-09-15T03:49:11.161Z[ helios-setup] Sep 15 03:49:10.172 INFO clone ok!, project: pinprick
27162026-09-15T03:49:11.161Z[ helios-setup] Sep 15 03:49:10.172 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
27172026-09-15T03:49:11.161Z[ helios-setup] Sep 15 03:49:10.172 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27182026-09-15T03:49:11.166Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27192026-09-15T03:49:11.975Z[ helios-setup] Sep 15 03:49:10.986 INFO clone ok!, project: chelsio-t6-roms
27202026-09-15T03:49:11.975Z[ helios-setup] Sep 15 03:49:10.986 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27212026-09-15T03:49:11.978Z[ helios-setup] Sep 15 03:49:10.986 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
27222026-09-15T03:49:11.978Z[ helios-setup] Sep 15 03:49:10.986 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27232026-09-15T03:49:11.978Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27242026-09-15T03:49:12.478Z[ helios-setup] Sep 15 03:49:11.489 INFO clone ok!, project: bootserver
27252026-09-15T03:49:12.478Z[ helios-setup] Sep 15 03:49:11.489 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
27262026-09-15T03:49:12.478Z[ helios-setup] Sep 15 03:49:11.489 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27272026-09-15T03:49:12.481Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27282026-09-15T03:49:19.602Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27292026-09-15T03:49:22.721Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27302026-09-15T03:49:23.667Z[ helios-setup] Sep 15 03:49:22.679 INFO clone ok!, project: amd-firmware
27312026-09-15T03:49:23.667Z[ helios-setup] Sep 15 03:49:22.679 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
27322026-09-15T03:49:23.671Z[ helios-setup] Sep 15 03:49:22.679 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27332026-09-15T03:49:23.671Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27342026-09-15T03:49:23.735Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27352026-09-15T03:49:24.202Z[ helios-setup] Sep 15 03:49:23.213 INFO clone ok!, project: phbl
27362026-09-15T03:49:24.202Z[ helios-setup] Sep 15 03:49:23.213 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27372026-09-15T03:49:24.205Z[ helios-setup] Sep 15 03:49:23.213 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
27382026-09-15T03:49:24.206Z[ helios-setup] Sep 15 03:49:23.213 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
27392026-09-15T03:49:24.206Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27402026-09-15T03:49:25.132Z[ helios-setup] Sep 15 03:49:24.144 INFO clone ok!, project: amd-host-image-builder
27412026-09-15T03:49:25.136Z[ helios-setup] Sep 15 03:49:24.144 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-15T03:49:25.136Z[ helios-setup] Sep 15 03:49:24.144 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27432026-09-15T03:49:25.136Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27442026-09-15T03:49:25.940Z[ helios-setup] Sep 15 03:49:24.951 INFO clone ok!, project: pilot
27452026-09-15T03:49:25.943Z[ helios-setup] Sep 15 03:49:24.951 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27462026-09-15T03:49:26.154Z[ helios-setup] Sep 15 03:49:25.165 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27472026-09-15T03:49:26.371Z[ helios-setup] Sep 15 03:49:25.381 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27482026-09-15T03:49:26.371Z[ helios-setup] Sep 15 03:49:25.381 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27492026-09-15T03:49:26.604Z[ helios-setup] Sep 15 03:49:25.615 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27502026-09-15T03:49:26.848Z[ helios-setup] Sep 15 03:49:25.859 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27512026-09-15T03:49:26.848Z[ helios-setup] Sep 15 03:49:25.859 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27522026-09-15T03:49:27.081Z[ helios-setup] Sep 15 03:49:26.091 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27532026-09-15T03:49:27.311Z[ helios-setup] Sep 15 03:49:26.323 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27542026-09-15T03:49:27.311Z[ helios-setup] Sep 15 03:49:26.323 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27552026-09-15T03:49:27.311Z[ helios-setup] Sep 15 03:49:26.323 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27562026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO ok!
27572026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27582026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27592026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO ok!
27602026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27612026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27622026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO ok!
27632026-09-15T03:49:27.315Z[ helios-setup] Sep 15 03:49:26.323 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27642026-09-15T03:49:27.319Z[ helios-setup] Sep 15 03:49:26.329 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
27652026-09-15T03:49:27.319Z[ helios-setup] Sep 15 03:49:26.329 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27662026-09-15T03:49:27.319Z[ helios-setup] Sep 15 03:49:26.329 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27672026-09-15T03:49:27.406Z[ helios-setup] Sep 15 03:49:26.417 INFO E| Updating crates.io index
27682026-09-15T03:49:27.486Z[ helios-setup] Sep 15 03:49:26.497 INFO E| Downloading crates ...
27692026-09-15T03:49:27.558Z[ helios-setup] Sep 15 03:49:26.568 INFO E| Downloaded anyhow v1.0.98
27702026-09-15T03:49:27.566Z[ helios-setup] Sep 15 03:49:26.577 INFO E| Downloaded unicode-ident v1.0.18
27712026-09-15T03:49:27.568Z[ helios-setup] Sep 15 03:49:26.579 INFO E| Downloaded memchr v2.7.4
27722026-09-15T03:49:27.571Z[ helios-setup] Sep 15 03:49:26.583 INFO E| Downloaded itoa v1.0.15
27732026-09-15T03:49:27.574Z[ helios-setup] Sep 15 03:49:26.584 INFO E| Downloaded serde_derive v1.0.219
27742026-09-15T03:49:27.574Z[ helios-setup] Sep 15 03:49:26.586 INFO E| Downloaded errno v0.3.12
27752026-09-15T03:49:27.580Z[ helios-setup] Sep 15 03:49:26.590 INFO E| Downloaded time-core v0.1.4
27762026-09-15T03:49:27.594Z[ helios-setup] Sep 15 03:49:26.605 INFO E| Downloaded serde_with_macros v3.12.0
27772026-09-15T03:49:27.601Z[ helios-setup] Sep 15 03:49:26.612 INFO E| Downloaded deranged v0.4.0
27782026-09-15T03:49:27.604Z[ helios-setup] Sep 15 03:49:26.613 INFO E| Downloaded thiserror-impl v2.0.12
27792026-09-15T03:49:27.604Z[ helios-setup] Sep 15 03:49:26.614 INFO E| Downloaded time-macros v0.2.22
27802026-09-15T03:49:27.607Z[ helios-setup] Sep 15 03:49:26.618 INFO E| Downloaded ryu v1.0.20
27812026-09-15T03:49:27.612Z[ helios-setup] Sep 15 03:49:26.619 INFO E| Downloaded iana-time-zone v0.1.63
27822026-09-15T03:49:27.612Z[ helios-setup] Sep 15 03:49:26.621 INFO E| Downloaded autocfg v1.4.0
27832026-09-15T03:49:27.617Z[ helios-setup] Sep 15 03:49:26.622 INFO E| Downloaded getrandom v0.3.3
27842026-09-15T03:49:27.617Z[ helios-setup] Sep 15 03:49:26.626 INFO E| Downloaded thiserror v2.0.12
27852026-09-15T03:49:27.620Z[ helios-setup] Sep 15 03:49:26.629 INFO E| Downloaded quote v1.0.40
27862026-09-15T03:49:27.623Z[ helios-setup] Sep 15 03:49:26.633 INFO E| Downloaded tempfile v3.20.0
27872026-09-15T03:49:27.628Z[ helios-setup] Sep 15 03:49:26.640 INFO E| Downloaded serde v1.0.219
27882026-09-15T03:49:27.635Z[ helios-setup] Sep 15 03:49:26.646 INFO E| Downloaded proc-macro2 v1.0.95
27892026-09-15T03:49:27.638Z[ helios-setup] Sep 15 03:49:26.648 INFO E| Downloaded bitflags v2.9.1
27902026-09-15T03:49:27.642Z[ helios-setup] Sep 15 03:49:26.653 INFO E| Downloaded indexmap v2.9.0
27912026-09-15T03:49:27.657Z[ helios-setup] Sep 15 03:49:26.669 INFO E| Downloaded serde_with v3.12.0
27922026-09-15T03:49:27.662Z[ helios-setup] Sep 15 03:49:26.674 INFO E| Downloaded serde_json v1.0.140
27932026-09-15T03:49:27.671Z[ helios-setup] Sep 15 03:49:26.683 INFO E| Downloaded hashbrown v0.15.3
27942026-09-15T03:49:27.674Z[ helios-setup] Sep 15 03:49:26.686 INFO E| Downloaded time v0.3.41
27952026-09-15T03:49:27.685Z[ helios-setup] Sep 15 03:49:26.696 INFO E| Downloaded chrono v0.4.41
27962026-09-15T03:49:27.699Z[ helios-setup] Sep 15 03:49:26.711 INFO E| Downloaded syn v2.0.101
27972026-09-15T03:49:27.711Z[ helios-setup] Sep 15 03:49:26.723 INFO E| Downloaded rustix v1.0.7
27982026-09-15T03:49:27.732Z[ helios-setup] Sep 15 03:49:26.744 INFO E| Downloaded libc v0.2.172
27992026-09-15T03:49:27.776Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling proc-macro2 v1.0.95
28002026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling unicode-ident v1.0.18
28012026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling libc v0.2.172
28022026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling fnv v1.0.7
28032026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling ident_case v1.0.1
28042026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling strsim v0.11.1
28052026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling serde v1.0.219
28062026-09-15T03:49:27.779Z[ helios-setup] Sep 15 03:49:26.788 INFO E| Compiling getrandom v0.3.3
28072026-09-15T03:49:27.803Z[ helios-setup] Sep 15 03:49:26.802 INFO E| Compiling rustix v1.0.7
28082026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling serde_json v1.0.140
28092026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling cfg-if v1.0.0
28102026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling bitflags v2.9.1
28112026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling anyhow v1.0.98
28122026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling thiserror v2.0.12
28132026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.803 INFO E| Compiling ryu v1.0.20
28142026-09-15T03:49:27.807Z[ helios-setup] Sep 15 03:49:26.806 INFO E| Compiling once_cell v1.21.3
28152026-09-15T03:49:27.908Z[ helios-setup] Sep 15 03:49:26.919 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28162026-09-15T03:49:27.913Z[ helios-setup] Sep 15 03:49:26.924 INFO E| Compiling memchr v2.7.4
28172026-09-15T03:49:27.933Z[ helios-setup] Sep 15 03:49:26.944 INFO E| Compiling itoa v1.0.15
28182026-09-15T03:49:27.958Z[ helios-setup] Sep 15 03:49:26.969 INFO E| Compiling fastrand v2.3.0
28192026-09-15T03:49:28.438Z[ helios-setup] Sep 15 03:49:27.449 INFO E| Compiling errno v0.3.12
28202026-09-15T03:49:28.718Z[ helios-setup] Sep 15 03:49:27.729 INFO E| Compiling quote v1.0.40
28212026-09-15T03:49:28.881Z[ helios-setup] Sep 15 03:49:27.892 INFO E| Compiling syn v2.0.101
28222026-09-15T03:49:29.393Z[ helios-setup] Sep 15 03:49:28.405 INFO E| Compiling tempfile v3.20.0
28232026-09-15T03:49:31.208Z[ helios-setup] Sep 15 03:49:30.219 INFO E| Compiling darling_core v0.20.11
28242026-09-15T03:49:32.261Z[ helios-setup] Sep 15 03:49:31.272 INFO E| Compiling serde_derive v1.0.219
28252026-09-15T03:49:32.261Z[ helios-setup] Sep 15 03:49:31.272 INFO E| Compiling thiserror-impl v2.0.12
28262026-09-15T03:49:33.242Z[ helios-setup] Sep 15 03:49:32.251 INFO E| Compiling darling_macro v0.20.11
28272026-09-15T03:49:34.041Z[ helios-setup] Sep 15 03:49:33.052 INFO E| Compiling darling v0.20.11
28282026-09-15T03:49:34.118Z[ helios-setup] Sep 15 03:49:33.130 INFO E| Compiling serde_with_macros v3.12.0
28292026-09-15T03:49:36.692Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.79s
28302026-09-15T03:49:36.918Z[ omicron-package]
28312026-09-15T03:49:36.921Z[ omicron-package] real 41.966860944
28322026-09-15T03:49:36.921Z[ omicron-package] user 4:00.378946437
28332026-09-15T03:49:36.921Z[ omicron-package] sys 29.091811782
28342026-09-15T03:49:36.921Z[ omicron-package] trap 0.370669681
28352026-09-15T03:49:36.921Z[ omicron-package] tflt 0.365396516
28362026-09-15T03:49:36.921Z[ omicron-package] dflt 2.465496426
28372026-09-15T03:49:36.921Z[ omicron-package] kflt 0.000357250
28382026-09-15T03:49:36.921Z[ omicron-package] lock 8:20.598349142
28392026-09-15T03:49:36.921Z[ omicron-package] slp 4:33.046217773
28402026-09-15T03:49:36.921ZSep 15 03:49:35.930 INFO [omicron-package] process exited with exit status: 0 (42.026432722s)
28412026-09-15T03:49:36.921Z[ omicron-package] lat 54.466841227
28422026-09-15T03:49:36.921Z[ omicron-package] stop 1:48.760417497
28432026-09-15T03:49:36.922ZSep 15 03:49:35.930 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28442026-09-15T03:49:36.922ZSep 15 03:49:35.931 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28452026-09-15T03:49:36.926Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28462026-09-15T03:49:36.929Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28472026-09-15T03:49:36.929Z[ recovery-target] Created new build target 'recovery' and set it as active
28482026-09-15T03:49:36.929Z[ host-target] Created new build target 'host' and set it as active
28492026-09-15T03:49:36.929ZSep 15 03:49:35.941 INFO [recovery-target] process exited with exit status: 0 (9.909742ms)
28502026-09-15T03:49:36.932ZSep 15 03:49:35.941 INFO [host-target] process exited with exit status: 0 (10.536182ms)
28512026-09-15T03:49:36.932ZSep 15 03:49:35.941 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28522026-09-15T03:49:36.936Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28532026-09-15T03:49:36.968Z[ helios-setup] Sep 15 03:49:35.979 INFO E| Compiling serde_with v3.12.0
28542026-09-15T03:49:38.499Z[ host-package] Compiling cfg-if v1.0.4
28552026-09-15T03:49:38.725Z[ host-package] Compiling serde_core v1.0.228
28562026-09-15T03:49:38.725Z[ host-package] Compiling libc v0.2.185
28572026-09-15T03:49:38.728Z[ host-package] Compiling memchr v2.8.0
28582026-09-15T03:49:38.794Z[ host-package] Compiling smallvec v1.15.1
28592026-09-15T03:49:38.832Z[ host-package] Compiling stable_deref_trait v1.2.1
28602026-09-15T03:49:38.860Z[ host-package] Compiling libm v0.2.16
28612026-09-15T03:49:38.863Z[ host-package] Compiling scopeguard v1.2.0
28622026-09-15T03:49:38.904Z[ host-package] Compiling zerofrom v0.1.6
28632026-09-15T03:49:38.929Z[ host-package] Compiling writeable v0.6.2
28642026-09-15T03:49:38.929Z[ host-package] Compiling litemap v0.8.1
28652026-09-15T03:49:38.977Z[ host-package] Compiling percent-encoding v2.3.2
28662026-09-15T03:49:39.005Z[ host-package] Compiling icu_normalizer_data v2.1.1
28672026-09-15T03:49:39.005Z[ host-package] Compiling icu_properties_data v2.1.2
28682026-09-15T03:49:39.005Z[ host-package] Compiling rand_core v0.10.0
28692026-09-15T03:49:39.005Z[ host-package] Compiling utf8_iter v1.0.4
28702026-09-15T03:49:39.008Z[ host-package] Compiling lock_api v0.4.14
28712026-09-15T03:49:39.091Z[ host-package] Compiling yoke v0.8.1
28722026-09-15T03:49:39.218Z[ host-package] Compiling errno v0.3.14
28732026-09-15T03:49:39.218Z[ host-package] Compiling form_urlencoded v1.2.2
28742026-09-15T03:49:39.264Z[ host-package] Compiling parking_lot_core v0.9.12
28752026-09-15T03:49:39.299Z[ host-package] Compiling getrandom v0.4.3
28762026-09-15T03:49:39.332Z[ host-package] Compiling zerocopy v0.8.55
28772026-09-15T03:49:39.335Z[ host-package] Compiling iana-time-zone v0.1.65
28782026-09-15T03:49:39.471Z[ host-package] Compiling zerovec v0.11.5
28792026-09-15T03:49:39.471Z[ host-package] Compiling zerotrie v0.2.3
28802026-09-15T03:49:39.517Z[ host-package] Compiling parking_lot v0.12.5
28812026-09-15T03:49:39.544Z[ host-package] Compiling signal-hook-registry v1.4.8
28822026-09-15T03:49:39.589Z[ host-package] Compiling mio v1.2.0
28832026-09-15T03:49:39.604Z[ host-package] Compiling socket2 v0.6.3
28842026-09-15T03:49:39.632Z[ host-package] Compiling thiserror v2.0.18
28852026-09-15T03:49:39.688Z[ host-package] Compiling getrandom v0.2.17
28862026-09-15T03:49:39.724Z[ host-package] Compiling getrandom v0.3.4
28872026-09-15T03:49:39.750Z[ host-package] Compiling num-traits v0.2.19
28882026-09-15T03:49:39.750Z[ host-package] Compiling futures-util v0.3.32
28892026-09-15T03:49:39.796Z[ host-package] Compiling base64 v0.22.1
28902026-09-15T03:49:39.829Z[ host-package] Compiling time v0.3.47
28912026-09-15T03:49:39.917Z[ host-package] Compiling rand_core v0.6.4
28922026-09-15T03:49:39.951Z[ helios-setup] Sep 15 03:49:38.962 INFO E| Finished `release` profile [optimized] target(s) in 12.62s
28932026-09-15T03:49:39.973Z[ host-package] Compiling rand_core v0.9.5
28942026-09-15T03:49:39.987Z[ helios-setup] Sep 15 03:49:38.989 INFO building project "dmar-report" ok (12 seconds)
28952026-09-15T03:49:39.987Z[ helios-setup] Sep 15 03:49:38.989 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28962026-09-15T03:49:39.991Z[ helios-setup] Sep 15 03:49:38.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
28972026-09-15T03:49:39.991Z[ helios-setup] Sep 15 03:49:38.997 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28982026-09-15T03:49:39.991Z[ helios-setup] Sep 15 03:49:38.997 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28992026-09-15T03:49:40.000Z[ host-package] Compiling tinystr v0.8.2
29002026-09-15T03:49:40.000Z[ host-package] Compiling potential_utf v0.1.4
29012026-09-15T03:49:40.074Z[ host-package] Compiling aho-corasick v1.1.4
29022026-09-15T03:49:40.079Z[ helios-setup] Sep 15 03:49:39.091 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29032026-09-15T03:49:40.102Z[ host-package] Compiling spin v0.9.8
29042026-09-15T03:49:40.124Z[ host-package] Compiling socket2 v0.5.10
29052026-09-15T03:49:40.148Z[ host-package] Compiling icu_collections v2.1.1
29062026-09-15T03:49:40.171Z[ host-package] Compiling pest v2.8.6
29072026-09-15T03:49:40.219Z[ host-package] Compiling crc32fast v1.5.0
29082026-09-15T03:49:40.223Z[ host-package] Compiling encoding_rs v0.8.35
29092026-09-15T03:49:40.264Z[ host-package] Compiling icu_locale_core v2.1.1
29102026-09-15T03:49:40.290Z[ host-package] Compiling simd-adler32 v0.3.8
29112026-09-15T03:49:40.318Z[ host-package] Compiling adler2 v2.0.1
29122026-09-15T03:49:40.391Z[ host-package] Compiling lazy_static v1.5.0
29132026-09-15T03:49:40.395Z[ helios-setup] Sep 15 03:49:39.406 INFO E| From https://github.com/jclulow/rust-jmclib
29142026-09-15T03:49:40.395Z[ helios-setup] Sep 15 03:49:39.406 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29152026-09-15T03:49:40.406Z[ helios-setup] Sep 15 03:49:39.417 INFO E| Updating crates.io index
29162026-09-15T03:49:40.532Z[ host-package] Compiling miniz_oxide v0.8.9
29172026-09-15T03:49:40.555Z[ host-package] Compiling wait-timeout v0.2.1
29182026-09-15T03:49:40.563Z[ helios-setup] Sep 15 03:49:39.571 INFO E| Downloading crates ...
29192026-09-15T03:49:40.582Z[ host-package] Compiling rand_xorshift v0.4.0
29202026-09-15T03:49:40.610Z[ helios-setup] Sep 15 03:49:39.621 INFO E| Downloaded digest v0.9.0
29212026-09-15T03:49:40.621Z[ helios-setup] Sep 15 03:49:39.632 INFO E| Downloaded serde v1.0.193
29222026-09-15T03:49:40.624Z[ helios-setup] Sep 15 03:49:39.634 INFO E| Downloaded tempfile v3.7.0
29232026-09-15T03:49:40.627Z[ helios-setup] Sep 15 03:49:39.636 INFO E| Downloaded opaque-debug v0.3.0
29242026-09-15T03:49:40.627Z[ helios-setup] Sep 15 03:49:39.637 INFO E| Downloaded errno v0.3.1
29252026-09-15T03:49:40.627Z[ helios-setup] Sep 15 03:49:39.638 INFO E| Downloaded fastrand v2.0.0
29262026-09-15T03:49:40.630Z[ host-package] Compiling zlib-rs v0.6.2
29272026-09-15T03:49:40.635Z[ helios-setup] Sep 15 03:49:39.647 INFO E| Downloaded cpufeatures v0.2.9
29282026-09-15T03:49:40.638Z[ helios-setup] Sep 15 03:49:39.648 INFO E| Downloaded sha-1 v0.9.8
29292026-09-15T03:49:40.638Z[ helios-setup] Sep 15 03:49:39.649 INFO E| Downloaded block-buffer v0.9.0
29302026-09-15T03:49:40.644Z[ helios-setup] Sep 15 03:49:39.655 INFO E| Downloaded itoa v1.0.9
29312026-09-15T03:49:40.648Z[ helios-setup] Sep 15 03:49:39.656 INFO E| Downloaded libdevinfo-sys v1.0.0
29322026-09-15T03:49:40.658Z[ helios-setup] Sep 15 03:49:39.667 INFO E| Downloaded glob v0.3.1
29332026-09-15T03:49:40.661Z[ helios-setup] Sep 15 03:49:39.668 INFO E| Downloaded md-5 v0.9.1
29342026-09-15T03:49:40.661Z[ helios-setup] Sep 15 03:49:39.671 INFO E| Downloaded quote v1.0.31
29352026-09-15T03:49:40.664Z[ helios-setup] Sep 15 03:49:39.673 INFO E| Downloaded walkdir v2.3.3
29362026-09-15T03:49:40.664Z[ helios-setup] Sep 15 03:49:39.674 INFO E| Downloaded unicode-width v0.1.10
29372026-09-15T03:49:40.664Z[ helios-setup] Sep 15 03:49:39.675 INFO E| Downloaded ryu v1.0.15
29382026-09-15T03:49:40.667Z[ helios-setup] Sep 15 03:49:39.677 INFO E| Downloaded once_cell v1.18.0
29392026-09-15T03:49:40.670Z[ helios-setup] Sep 15 03:49:39.680 INFO E| Downloaded getrandom v0.2.10
29402026-09-15T03:49:40.673Z[ helios-setup] Sep 15 03:49:39.682 INFO E| Downloaded typenum v1.16.0
29412026-09-15T03:49:40.673Z[ helios-setup] Sep 15 03:49:39.684 INFO E| Downloaded bitflags v2.3.3
29422026-09-15T03:49:40.676Z[ helios-setup] Sep 15 03:49:39.685 INFO E| Downloaded anyhow v1.0.72
29432026-09-15T03:49:40.676Z[ helios-setup] Sep 15 03:49:39.687 INFO E| Downloaded toml v0.5.11
29442026-09-15T03:49:40.680Z[ helios-setup] Sep 15 03:49:39.689 INFO E| Downloaded unicode-ident v1.0.11
29452026-09-15T03:49:40.680Z[ helios-setup] Sep 15 03:49:39.690 INFO E| Downloaded uuid v0.8.2
29462026-09-15T03:49:40.683Z[ helios-setup] Sep 15 03:49:39.692 INFO E| Downloaded proc-macro2 v1.0.66
29472026-09-15T03:49:40.683Z[ helios-setup] Sep 15 03:49:39.694 INFO E| Downloaded serde_derive v1.0.193
29482026-09-15T03:49:40.707Z[ helios-setup] Sep 15 03:49:39.716 INFO E| Downloaded serde_json v1.0.103
29492026-09-15T03:49:40.710Z[ host-package] Compiling serde v1.0.228
29502026-09-15T03:49:40.724Z[ helios-setup] Sep 15 03:49:39.735 INFO E| Downloaded syn v2.0.32
29512026-09-15T03:49:40.737Z[ helios-setup] Sep 15 03:49:39.748 INFO E| Downloaded rustix v0.38.4
29522026-09-15T03:49:40.756Z[ helios-setup] Sep 15 03:49:39.767 INFO E| Downloaded libc v0.2.147
29532026-09-15T03:49:40.761Z[ host-package] Compiling bitflags v2.11.0
29542026-09-15T03:49:40.806Z[ host-package] Compiling serde_json v1.0.151
29552026-09-15T03:49:40.815Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling libc v0.2.147
29562026-09-15T03:49:40.815Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling proc-macro2 v1.0.66
29572026-09-15T03:49:40.815Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling cfg-if v1.0.0
29582026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling unicode-ident v1.0.11
29592026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling typenum v1.16.0
29602026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling version_check v0.9.4
29612026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling serde v1.0.193
29622026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling num-conv v0.1.0
29632026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling slog v2.7.0
29642026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling rustix v0.38.4
29652026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling powerfmt v0.2.0
29662026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling time-core v0.1.2
29672026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling itoa v1.0.9
29682026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling bitflags v2.3.3
29692026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling once_cell v1.18.0
29702026-09-15T03:49:40.818Z[ helios-setup] Sep 15 03:49:39.826 INFO E| Compiling num_threads v0.1.6
29712026-09-15T03:49:40.951Z[ host-package] Compiling uuid v1.23.4
29722026-09-15T03:49:40.951Z[ host-package] Compiling semver v1.0.28
29732026-09-15T03:49:41.055Z[ helios-setup] Sep 15 03:49:40.066 INFO E| Compiling serde_json v1.0.103
29742026-09-15T03:49:41.234Z[ helios-setup] Sep 15 03:49:40.243 INFO E| Compiling anyhow v1.0.72
29752026-09-15T03:49:41.239Z[ helios-setup] Sep 15 03:49:40.251 INFO E| Compiling fastrand v2.0.0
29762026-09-15T03:49:41.342Z[ host-package] Compiling icu_provider v2.1.1
29772026-09-15T03:49:41.345Z[ host-package] Compiling rustix v1.1.4
29782026-09-15T03:49:41.367Z[ helios-setup] Sep 15 03:49:40.379 INFO E| Compiling deranged v0.3.11
29792026-09-15T03:49:41.440Z[ helios-setup] Sep 15 03:49:40.449 INFO E| Compiling thread_local v1.1.7
29802026-09-15T03:49:41.453Z[ helios-setup] Sep 15 03:49:40.464 INFO E| Compiling opaque-debug v0.3.0
29812026-09-15T03:49:41.524Z[ helios-setup] Sep 15 03:49:40.534 INFO E| Compiling same-file v1.0.6
29822026-09-15T03:49:41.535Z[ helios-setup] Sep 15 03:49:40.546 INFO E| Compiling time-macros v0.2.18
29832026-09-15T03:49:41.576Z[ helios-setup] Sep 15 03:49:40.580 INFO E| Compiling ryu v1.0.15
29842026-09-15T03:49:41.604Z[ helios-setup] Sep 15 03:49:40.615 INFO E| Compiling unicode-width v0.1.10
29852026-09-15T03:49:41.624Z[ helios-setup] Sep 15 03:49:40.627 INFO E| Compiling cpufeatures v0.2.9
29862026-09-15T03:49:41.649Z[ host-package] Compiling bytes v1.11.1
29872026-09-15T03:49:41.688Z[ helios-setup] Sep 15 03:49:40.700 INFO E| Compiling libdevinfo-sys v1.0.0
29882026-09-15T03:49:41.857Z[ helios-setup] Sep 15 03:49:40.868 INFO E| Compiling walkdir v2.3.3
29892026-09-15T03:49:41.864Z[ host-package] Compiling zeroize v1.9.0
29902026-09-15T03:49:41.890Z[ helios-setup] Sep 15 03:49:40.902 INFO E| Compiling getopts v0.2.21
29912026-09-15T03:49:41.967Z[ helios-setup] Sep 15 03:49:40.979 INFO E| Compiling glob v0.3.1
29922026-09-15T03:49:42.029Z[ helios-setup] Sep 15 03:49:41.041 INFO E| Compiling quote v1.0.31
29932026-09-15T03:49:42.061Z[ helios-setup] Sep 15 03:49:41.072 INFO E| Compiling generic-array v0.14.7
29942026-09-15T03:49:42.145Z[ host-package] Compiling icu_normalizer v2.1.1
29952026-09-15T03:49:42.175Z[ host-package] Compiling icu_properties v2.1.2
29962026-09-15T03:49:42.376Z[ helios-setup] Sep 15 03:49:41.387 INFO E| Compiling dirs-sys-next v0.1.2
29972026-09-15T03:49:42.376Z[ helios-setup] Sep 15 03:49:41.387 INFO E| Compiling errno v0.3.1
29982026-09-15T03:49:42.376Z[ helios-setup] Sep 15 03:49:41.387 INFO E| Compiling atty v0.2.14
29992026-09-15T03:49:42.380Z[ helios-setup] Sep 15 03:49:41.387 INFO E| Compiling getrandom v0.2.10
30002026-09-15T03:49:42.412Z[ host-package] Compiling chrono v0.4.45
30012026-09-15T03:49:42.469Z[ helios-setup] Sep 15 03:49:41.481 INFO E| Compiling syn v2.0.32
30022026-09-15T03:49:42.542Z[ host-package] Compiling indexmap v2.14.0
30032026-09-15T03:49:42.542Z[ host-package] Compiling generic-array v0.14.7
30042026-09-15T03:49:42.542Z[ host-package] Compiling erased-serde v0.3.31
30052026-09-15T03:49:42.558Z[ helios-setup] Sep 15 03:49:41.569 INFO E| Compiling dirs-next v2.0.0
30062026-09-15T03:49:42.630Z[ helios-setup] Sep 15 03:49:41.642 INFO E| Compiling term v0.7.0
30072026-09-15T03:49:42.899Z[ host-package] Compiling rustls-pki-types v1.14.0
30082026-09-15T03:49:43.064Z[ helios-setup] Sep 15 03:49:42.075 INFO E| Compiling block-buffer v0.9.0
30092026-09-15T03:49:43.064Z[ helios-setup] Sep 15 03:49:42.075 INFO E| Compiling digest v0.9.0
30102026-09-15T03:49:43.228Z[ helios-setup] Sep 15 03:49:42.239 INFO E| Compiling md-5 v0.9.1
30112026-09-15T03:49:43.228Z[ helios-setup] Sep 15 03:49:42.239 INFO E| Compiling sha-1 v0.9.8
30122026-09-15T03:49:43.262Z[ host-package] Compiling tokio v1.52.1
30132026-09-15T03:49:43.293Z[ helios-setup] Sep 15 03:49:42.303 INFO E| Compiling tempfile v3.7.0
30142026-09-15T03:49:43.322Z[ helios-setup] Sep 15 03:49:42.333 INFO E| Compiling time v0.3.36
30152026-09-15T03:49:43.341Z[ host-package] Compiling http v1.4.2
30162026-09-15T03:49:43.344Z[ host-package] Compiling terminal_size v0.4.3
30172026-09-15T03:49:43.429Z[ host-package] Compiling slog v2.8.2
30182026-09-15T03:49:43.429Z[ host-package] Compiling ipnet v2.12.0
30192026-09-15T03:49:43.504Z[ host-package] Compiling aws-lc-rs v1.16.3
30202026-09-15T03:49:43.508Z[ host-package] Compiling regex-automata v0.4.14
30212026-09-15T03:49:43.625Z[ host-package] Compiling crypto-common v0.1.7
30222026-09-15T03:49:43.628Z[ host-package] Compiling block-buffer v0.10.4
30232026-09-15T03:49:43.744Z[ host-package] Compiling idna_adapter v1.2.1
30242026-09-15T03:49:43.807Z[ host-package] Compiling clap_builder v4.6.0
30252026-09-15T03:49:43.894Z[ host-package] Compiling ppv-lite86 v0.2.21
30262026-09-15T03:49:43.945Z[ host-package] Compiling idna v1.1.0
30272026-09-15T03:49:43.970Z[ host-package] Compiling digest v0.10.7
30282026-09-15T03:49:44.018Z[ host-package] Compiling tempfile v3.27.0
30292026-09-15T03:49:44.022Z[ host-package] Compiling der v0.7.10
30302026-09-15T03:49:44.081Z[ host-package] Compiling hybrid-array v0.4.13
30312026-09-15T03:49:44.123Z[ host-package] Compiling serde_urlencoded v0.7.1
30322026-09-15T03:49:44.270Z[ helios-setup] Sep 15 03:49:43.281 INFO E| Compiling serde_derive v1.0.193
30332026-09-15T03:49:44.320Z[ host-package] Compiling http-body v1.0.1
30342026-09-15T03:49:44.346Z[ helios-setup] Sep 15 03:49:43.358 INFO E| Compiling slog-term v2.9.0
30352026-09-15T03:49:44.395Z[ host-package] Compiling url v2.5.8
30362026-09-15T03:49:44.470Z[ host-package] Compiling rand_chacha v0.9.0
30372026-09-15T03:49:44.470Z[ host-package] Compiling rand_chacha v0.3.1
30382026-09-15T03:49:44.593Z[ host-package] Compiling http-body-util v0.1.3
30392026-09-15T03:49:44.648Z[ host-package] Compiling hex v0.4.3
30402026-09-15T03:49:44.773Z[ host-package] Compiling rand v0.9.2
30412026-09-15T03:49:44.968Z[ host-package] Compiling rustls-webpki v0.103.13
30422026-09-15T03:49:45.094Z[ host-package] Compiling rand v0.8.6
30432026-09-15T03:49:45.097Z[ host-package] Compiling crypto-common v0.2.2
30442026-09-15T03:49:45.136Z[ host-package] Compiling schemars v0.8.22
30452026-09-15T03:49:45.139Z[ host-package] Compiling block-buffer v0.12.1
30462026-09-15T03:49:45.232Z[ host-package] Compiling hubpack v0.1.2
30472026-09-15T03:49:45.391Z[ host-package] Compiling spki v0.7.3
30482026-09-15T03:49:45.511Z[ host-package] Compiling rustls-native-certs v0.8.3
30492026-09-15T03:49:45.591Z[ host-package] Compiling futures-executor v0.3.32
30502026-09-15T03:49:45.679Z[ host-package] Compiling rustls v0.23.41
30512026-09-15T03:49:45.775Z[ host-package] Compiling pkcs8 v0.10.2
30522026-09-15T03:49:45.915Z[ host-package] Compiling clap v4.6.1
30532026-09-15T03:49:45.974Z[ host-package] Compiling futures v0.3.32
30542026-09-15T03:49:46.068Z[ host-package] Compiling publicsuffix v2.3.0
30552026-09-15T03:49:46.109Z[ host-package] Compiling openapiv3 v2.2.0
30562026-09-15T03:49:46.114Z[ host-package] Compiling cookie v0.18.1
30572026-09-15T03:49:46.115Z[ host-package] Compiling signature v2.2.0
30582026-09-15T03:49:46.115Z[ host-package] Compiling digest v0.11.3
30592026-09-15T03:49:46.247Z[ host-package] Compiling ipnetwork v0.21.1
30602026-09-15T03:49:46.247Z[ host-package] Compiling rusty-fork v0.3.1
30612026-09-15T03:49:46.341Z[ host-package] Compiling sha2 v0.10.9
30622026-09-15T03:49:46.382Z[ host-package] Compiling dof v0.4.0
30632026-09-15T03:49:46.417Z[ host-package] Compiling flate2 v1.1.9
30642026-09-15T03:49:46.417Z[ host-package] Compiling dtrace-parser v0.3.0
30652026-09-15T03:49:46.417Z[ host-package] Compiling camino v1.2.5
30662026-09-15T03:49:46.590Z[ host-package] Compiling regex v1.12.3
30672026-09-15T03:49:46.827Z[ host-package] Compiling oxnet v0.1.6
30682026-09-15T03:49:47.020Z[ host-package] Compiling cookie_store v0.22.1
30692026-09-15T03:49:47.092Z[ host-package] Compiling proptest v1.11.0
30702026-09-15T03:49:47.101Z[ host-package] Compiling num-integer v0.1.46
30712026-09-15T03:49:47.120Z[ host-package] Compiling thread-id v5.1.0
30722026-09-15T03:49:47.168Z[ host-package] Compiling data-encoding v2.10.0
30732026-09-15T03:49:47.195Z[ host-package] Compiling x509-cert v0.2.5
30742026-09-15T03:49:47.256Z[ host-package] Compiling usdt-impl v0.6.0
30752026-09-15T03:49:47.357Z[ host-package] Compiling memmap2 v0.9.10
30762026-09-15T03:49:47.406Z[ host-package] Compiling rustix v0.38.44
30772026-09-15T03:49:47.550Z[ host-package] Compiling num-iter v0.1.45
30782026-09-15T03:49:47.678Z[ host-package] Compiling packed_struct v0.10.1
30792026-09-15T03:49:47.741Z[ host-package] Compiling usdt v0.6.0
30802026-09-15T03:49:47.882Z[ host-package] Compiling hmac v0.12.1
30812026-09-15T03:49:47.928Z[ host-package] Compiling tokio-util v0.7.18
30822026-09-15T03:49:48.136Z[ host-package] Compiling tower v0.5.3
30832026-09-15T03:49:48.185Z[ host-package] Compiling num-bigint-dig v0.8.6
30842026-09-15T03:49:48.222Z[ host-package] Compiling dof v0.3.0
30852026-09-15T03:49:48.281Z[ host-package] Compiling bstr v1.12.1
30862026-09-15T03:49:48.323Z[ host-package] Compiling pkcs1 v0.7.5
30872026-09-15T03:49:48.690Z[ helios-setup] Sep 15 03:49:47.701 INFO E| Compiling toml v0.5.11
30882026-09-15T03:49:48.690Z[ helios-setup] Sep 15 03:49:47.701 INFO E| Compiling uuid v0.8.2
30892026-09-15T03:49:48.817Z[ host-package] Compiling tower-http v0.6.8
30902026-09-15T03:49:48.912Z[ host-package] Compiling block-padding v0.4.2
30912026-09-15T03:49:49.069Z[ host-package] Compiling h2 v0.4.15
30922026-09-15T03:49:49.147Z[ host-package] Compiling dtrace-parser v0.2.0
30932026-09-15T03:49:49.205Z[ host-package] Compiling serde_spanned v0.6.9
30942026-09-15T03:49:49.291Z[ host-package] Compiling toml_datetime v0.6.11
30952026-09-15T03:49:49.394Z[ host-package] Compiling ff v0.13.1
30962026-09-15T03:49:49.447Z[ host-package] Compiling thread-id v4.2.2
30972026-09-15T03:49:49.471Z[ helios-setup] Sep 15 03:49:48.482 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30982026-09-15T03:49:49.505Z[ host-package] Compiling tokio-rustls v0.26.4
30992026-09-15T03:49:49.663Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31002026-09-15T03:49:49.720Z[ host-package] Compiling group v0.13.0
31012026-09-15T03:49:49.759Z[ host-package] Compiling newtype-uuid v1.3.2
31022026-09-15T03:49:49.791Z[ host-package] Compiling sec1 v0.7.3
31032026-09-15T03:49:49.796Z[ host-package] Compiling usdt-impl v0.5.0
31042026-09-15T03:49:49.796Z[ host-package] Compiling signal-hook v0.3.18
31052026-09-15T03:49:49.948Z[ host-package] Compiling nix v0.31.2
31062026-09-15T03:49:50.049Z[ host-package] Compiling daft v0.1.8
31072026-09-15T03:49:50.052Z[ host-package] Compiling rsa v0.9.10
31082026-09-15T03:49:50.052Z[ host-package] Compiling inout v0.2.2
31092026-09-15T03:49:50.132Z[ host-package] Compiling serde-hex v0.1.0
31102026-09-15T03:49:50.171Z[ helios-setup] Sep 15 03:49:49.182 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31112026-09-15T03:49:50.349Z[ host-package] Compiling hkdf v0.12.4
31122026-09-15T03:49:50.394Z[ host-package] Compiling ron v0.8.1
31132026-09-15T03:49:50.418Z[ host-package] Compiling serde_with v3.21.0
31142026-09-15T03:49:50.418Z[ host-package] Compiling crypto-bigint v0.5.5
31152026-09-15T03:49:50.494Z[ host-package] Compiling foreign-types-shared v0.1.1
31162026-09-15T03:49:50.558Z[ host-package] Compiling cipher v0.5.2
31172026-09-15T03:49:50.563Z[ host-package] Compiling openssl-sys v0.9.117
31182026-09-15T03:49:50.677Z[ host-package] Compiling foreign-types v0.3.2
31192026-09-15T03:49:50.733Z[ host-package] Compiling ahash v0.8.12
31202026-09-15T03:49:50.794Z[ host-package] Compiling signal-hook-mio v0.2.5
31212026-09-15T03:49:50.990Z[ host-package] Compiling openssl v0.10.80
31222026-09-15T03:49:51.043Z[ host-package] Compiling chacha20 v0.10.0
31232026-09-15T03:49:51.084Z[ host-package] Compiling globset v0.4.18
31242026-09-15T03:49:51.115Z[ host-package] Compiling zopfli v0.8.3
31252026-09-15T03:49:51.229Z[ host-package] Compiling sha3 v0.10.8
31262026-09-15T03:49:51.456Z[ host-package] Compiling elliptic-curve v0.13.8
31272026-09-15T03:49:51.492Z[ host-package] Compiling rand v0.10.1
31282026-09-15T03:49:51.524Z[ host-package] Compiling toml_edit v0.19.15
31292026-09-15T03:49:51.528Z[ host-package] Compiling curve25519-dalek v4.1.3
31302026-09-15T03:49:51.661Z[ host-package] Compiling hashbrown v0.13.2
31312026-09-15T03:49:51.827Z[ host-package] Compiling bzip2 v0.4.4
31322026-09-15T03:49:51.965Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31332026-09-15T03:49:52.091Z[ host-package] Compiling jiff v0.2.34
31342026-09-15T03:49:52.120Z[ host-package] Compiling zip v0.6.6
31352026-09-15T03:49:52.123Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31362026-09-15T03:49:52.214Z[ host-package] Compiling crossterm v0.28.1
31372026-09-15T03:49:52.284Z[ host-package] Compiling object v0.30.4
31382026-09-15T03:49:52.341Z[ host-package] Compiling sha2 v0.11.0
31392026-09-15T03:49:52.341Z[ host-package] Compiling ed25519 v2.2.3
31402026-09-15T03:49:52.543Z[ host-package] Compiling serde-big-array v0.5.1
31412026-09-15T03:49:52.664Z[ host-package] Compiling pem v3.0.6
31422026-09-15T03:49:52.693Z[ host-package] Compiling petgraph v0.8.3
31432026-09-15T03:49:52.897Z[ host-package] Compiling hyper v1.10.1
31442026-09-15T03:49:52.955Z[ host-package] Compiling ed25519-dalek v2.2.0
31452026-09-15T03:49:53.042Z[ host-package] Compiling object v0.37.3
31462026-09-15T03:49:53.107Z[ host-package] Compiling heapless v0.7.17
31472026-09-15T03:49:53.187Z[ host-package] Compiling md-5 v0.11.0
31482026-09-15T03:49:53.240Z[ host-package] Compiling hmac v0.13.0
31492026-09-15T03:49:53.478Z[ host-package] Compiling toml v0.7.8
31502026-09-15T03:49:53.545Z[ host-package] Compiling byte-wrapper v0.1.0
31512026-09-15T03:49:53.565Z[ host-package] Compiling serde_plain v1.0.2
31522026-09-15T03:49:53.606Z[ host-package] Compiling postgres-protocol v0.6.12
31532026-09-15T03:49:53.785Z[ host-package] Compiling smoltcp v0.9.1
31542026-09-15T03:49:53.912Z[ host-package] Compiling native-tls v0.2.18
31552026-09-15T03:49:54.148Z[ host-package] Compiling zip v8.6.0
31562026-09-15T03:49:54.301Z[ helios-setup] Sep 15 03:49:53.312 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
31572026-09-15T03:49:54.326Z[ helios-setup] Sep 15 03:49:53.336 INFO building project "image-builder" ok (14 seconds)
31582026-09-15T03:49:54.326Z[ helios-setup] Sep 15 03:49:53.336 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31592026-09-15T03:49:54.334Z[ helios-setup] Sep 15 03:49:53.344 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
31602026-09-15T03:49:54.334Z[ helios-setup] Sep 15 03:49:53.344 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31612026-09-15T03:49:54.334Z[ helios-setup] Sep 15 03:49:53.344 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31622026-09-15T03:49:54.389Z[ host-package] Compiling tokio-native-tls v0.3.1
31632026-09-15T03:49:54.438Z[ host-package] Compiling toml_edit v0.22.27
31642026-09-15T03:49:54.514Z[ helios-setup] Sep 15 03:49:53.524 INFO E| Downloading crates ...
31652026-09-15T03:49:54.552Z[ host-package] Compiling hyper-util v0.1.20
31662026-09-15T03:49:54.564Z[ helios-setup] Sep 15 03:49:53.575 INFO E| Downloaded adler2 v2.0.0
31672026-09-15T03:49:54.576Z[ helios-setup] Sep 15 03:49:53.587 INFO E| Downloaded miniz_oxide v0.8.8
31682026-09-15T03:49:54.617Z[ helios-setup] Sep 15 03:49:53.626 INFO E| Compiling adler2 v2.0.0
31692026-09-15T03:49:54.638Z[ host-package] Compiling hickory-proto v0.25.2
31702026-09-15T03:49:54.695Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
31712026-09-15T03:49:54.703Z[ helios-setup] Sep 15 03:49:53.713 INFO E| Compiling miniz_oxide v0.8.8
31722026-09-15T03:49:54.776Z[ host-package] Compiling float-cmp v0.10.0
31732026-09-15T03:49:55.046Z[ host-package] Compiling petgraph v0.6.5
31742026-09-15T03:49:55.077Z[ host-package] Compiling predicates v3.1.4
31752026-09-15T03:49:55.082Z[ host-package] Compiling textwrap v0.16.2
31762026-09-15T03:49:55.107Z[ host-package] Compiling string_cache v0.8.9
31772026-09-15T03:49:55.405Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
31782026-09-15T03:49:55.458Z[ host-package] Compiling zip v4.6.1
31792026-09-15T03:49:55.852Z[ helios-setup] Sep 15 03:49:54.863 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31802026-09-15T03:49:55.852Z[ host-package] Compiling postgres-types v0.2.14
31812026-09-15T03:49:56.061Z[ host-package] Compiling iddqd v0.4.2
31822026-09-15T03:49:56.110Z[ host-package] Compiling similar v2.7.0
31832026-09-15T03:49:56.225Z[ host-package] Compiling backtrace v0.3.76
31842026-09-15T03:49:56.368Z[ helios-setup] Sep 15 03:49:55.379 INFO E| Finished `release` profile [optimized] target(s) in 2.02s
31852026-09-15T03:49:56.386Z[ helios-setup] Sep 15 03:49:55.397 INFO building project "pinprick" ok (2 seconds)
31862026-09-15T03:49:56.386Z[ helios-setup] Sep 15 03:49:55.397 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31872026-09-15T03:49:56.394Z[ helios-setup] Sep 15 03:49:55.405 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
31882026-09-15T03:49:56.394Z[ helios-setup] Sep 15 03:49:55.405 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31892026-09-15T03:49:56.394Z[ helios-setup] Sep 15 03:49:55.405 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31902026-09-15T03:49:56.437Z[ host-package] Compiling hyper-rustls v0.27.7
31912026-09-15T03:49:56.501Z[ helios-setup] Sep 15 03:49:55.511 INFO E| Downloading crates ...
31922026-09-15T03:49:56.511Z[ host-package] Compiling hyper-tls v0.6.0
31932026-09-15T03:49:56.552Z[ helios-setup] Sep 15 03:49:55.561 INFO E| Downloaded anyhow v1.0.62
31942026-09-15T03:49:56.555Z[ helios-setup] Sep 15 03:49:55.563 INFO E| Downloaded generic-array v0.14.6
31952026-09-15T03:49:56.558Z[ helios-setup] Sep 15 03:49:55.569 INFO E| Downloaded flate2 v1.0.25
31962026-09-15T03:49:56.562Z[ helios-setup] Sep 15 03:49:55.572 INFO E| Downloaded sha2 v0.10.5
31972026-09-15T03:49:56.562Z[ helios-setup] Sep 15 03:49:55.573 INFO E| Downloaded block-buffer v0.10.3
31982026-09-15T03:49:56.567Z[ helios-setup] Sep 15 03:49:55.576 INFO E| Downloaded digest v0.10.3
31992026-09-15T03:49:56.573Z[ helios-setup] Sep 15 03:49:55.577 INFO E| Downloaded typenum v1.15.0
32002026-09-15T03:49:56.573Z[ helios-setup] Sep 15 03:49:55.579 INFO E| Downloaded bytes v1.2.1
32012026-09-15T03:49:56.573Z[ helios-setup] Sep 15 03:49:55.581 INFO E| Downloaded miniz_oxide v0.6.2
32022026-09-15T03:49:56.579Z[ helios-setup] Sep 15 03:49:55.582 INFO E| Downloaded cpufeatures v0.2.5
32032026-09-15T03:49:56.612Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling typenum v1.15.0
32042026-09-15T03:49:56.612Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling version_check v0.9.4
32052026-09-15T03:49:56.612Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling crc32fast v1.3.2
32062026-09-15T03:49:56.612Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling cfg-if v1.0.0
32072026-09-15T03:49:56.618Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling anyhow v1.0.62
32082026-09-15T03:49:56.618Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling adler v1.0.2
32092026-09-15T03:49:56.618Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling unicode-width v0.1.10
32102026-09-15T03:49:56.618Z[ helios-setup] Sep 15 03:49:55.622 INFO E| Compiling cpufeatures v0.2.5
32112026-09-15T03:49:56.639Z[ helios-setup] Sep 15 03:49:55.650 INFO E| Compiling bytes v1.2.1
32122026-09-15T03:49:56.639Z[ helios-setup] Sep 15 03:49:55.650 INFO E| Compiling bitflags v1.3.2
32132026-09-15T03:49:56.959Z[ host-package] Compiling reqwest v0.13.2
32142026-09-15T03:49:57.026Z[ host-package] Compiling reqwest v0.12.28
32152026-09-15T03:49:57.026Z[ host-package] Compiling backtrace-ext v0.2.1
32162026-09-15T03:49:57.057Z[ helios-setup] Sep 15 03:49:56.068 INFO E| Compiling getopts v0.2.21
32172026-09-15T03:49:57.094Z[ helios-setup] Sep 15 03:49:56.104 INFO E| Compiling generic-array v0.14.6
32182026-09-15T03:49:57.128Z[ host-package] Compiling olpc-cjson v0.1.4
32192026-09-15T03:49:57.184Z[ helios-setup] Sep 15 03:49:56.194 INFO E| Compiling miniz_oxide v0.6.2
32202026-09-15T03:49:57.275Z[ host-package] Compiling tokio-stream v0.1.18
32212026-09-15T03:49:57.477Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32222026-09-15T03:49:57.481Z[ host-package] Compiling tokio-postgres v0.7.18
32232026-09-15T03:49:57.636Z[ helios-setup] Sep 15 03:49:56.645 INFO E| Compiling flate2 v1.0.25
32242026-09-15T03:49:57.643Z[ host-package] Compiling miette v7.6.0
32252026-09-15T03:49:57.737Z[ host-package] Compiling fs-err v3.3.0
32262026-09-15T03:49:57.926Z[ host-package] Compiling buf-list v1.1.2
32272026-09-15T03:49:58.155Z[ host-package] Compiling thread_local v1.1.9
32282026-09-15T03:49:58.222Z[ host-package] Compiling is-terminal v0.4.17
32292026-09-15T03:49:58.308Z[ host-package] Compiling hostname v0.3.1
32302026-09-15T03:49:58.546Z[ host-package] Compiling slog-async v2.8.0
32312026-09-15T03:49:58.585Z[ host-package] Compiling slog-term v2.9.2
32322026-09-15T03:49:58.640Z[ host-package] Compiling slog-json v2.6.1
32332026-09-15T03:49:58.669Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32342026-09-15T03:49:58.674Z[ host-package] Compiling serde_spanned v1.1.1
32352026-09-15T03:49:58.722Z[ helios-setup] Sep 15 03:49:57.729 INFO E| Compiling block-buffer v0.10.3
32362026-09-15T03:49:58.722Z[ helios-setup] Sep 15 03:49:57.729 INFO E| Compiling crypto-common v0.1.6
32372026-09-15T03:49:58.791Z[ host-package] Compiling compression-codecs v0.4.37
32382026-09-15T03:49:58.831Z[ helios-setup] Sep 15 03:49:57.841 INFO E| Compiling digest v0.10.3
32392026-09-15T03:49:58.896Z[ host-package] Compiling slog-bunyan v2.5.0
32402026-09-15T03:49:58.964Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32412026-09-15T03:49:59.001Z[ helios-setup] Sep 15 03:49:58.009 INFO E| Compiling sha2 v0.10.5
32422026-09-15T03:49:59.040Z[ host-package] Compiling tough v0.22.0
32432026-09-15T03:49:59.092Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32442026-09-15T03:49:59.131Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32452026-09-15T03:49:59.195Z[ host-package] Compiling multer v3.1.0
32462026-09-15T03:49:59.270Z[ helios-setup] Sep 15 03:49:58.279 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32472026-09-15T03:49:59.405Z[ host-package] Compiling progenitor-client v0.14.0
32482026-09-15T03:49:59.492Z[ host-package] Compiling async-compression v0.4.41
32492026-09-15T03:49:59.956Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32502026-09-15T03:50:00.033Z[ host-package] Compiling sha1 v0.11.0
32512026-09-15T03:50:00.037Z[ host-package] Compiling rustls-pemfile v2.2.0
32522026-09-15T03:50:00.099Z[ host-package] Compiling serde_path_to_error v0.1.20
32532026-09-15T03:50:00.162Z[ host-package] Compiling hostname v0.4.2
32542026-09-15T03:50:00.354Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32552026-09-15T03:50:00.388Z[ host-package] Compiling atomicwrites v0.4.4
32562026-09-15T03:50:00.388Z[ host-package] Compiling macaddr v1.0.1
32572026-09-15T03:50:00.391Z[ host-package] Compiling instant v0.1.13
32582026-09-15T03:50:00.460Z[ host-package] Compiling oxide-generation v0.1.3
32592026-09-15T03:50:00.590Z[ host-package] Compiling dropshot v0.17.1
32602026-09-15T03:50:00.661Z[ host-package] Compiling regress v0.10.5
32612026-09-15T03:50:00.665Z[ host-package] Compiling backoff v0.4.0
32622026-09-15T03:50:00.706Z[ host-package] Compiling progenitor-extras v0.2.0
32632026-09-15T03:50:00.796Z[ host-package] Compiling parse-display v0.10.0
32642026-09-15T03:50:00.888Z[ host-package] Compiling half v2.7.1
32652026-09-15T03:50:01.028Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32662026-09-15T03:50:01.241Z[ host-package] Compiling heck v0.5.0
32672026-09-15T03:50:01.246Z[ host-package] Compiling regress v0.11.1
32682026-09-15T03:50:01.246Z[ host-package] Compiling secrecy v0.10.3
32692026-09-15T03:50:01.306Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32702026-09-15T03:50:01.434Z[ host-package] Compiling ciborium-ll v0.2.2
32712026-09-15T03:50:01.540Z[ helios-setup] Sep 15 03:50:00.551 INFO E| Finished `release` profile [optimized] target(s) in 5.13s
32722026-09-15T03:50:01.552Z[ helios-setup] Sep 15 03:50:00.563 INFO building project "bootserver" ok (5 seconds)
32732026-09-15T03:50:01.552Z[ helios-setup] Sep 15 03:50:00.563 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32742026-09-15T03:50:01.580Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32752026-09-15T03:50:01.584Z[ host-package] Compiling inout v0.1.4
32762026-09-15T03:50:01.740Z[ host-package] Compiling ciborium v0.2.2
32772026-09-15T03:50:01.772Z[ host-package] Compiling cipher v0.4.4
32782026-09-15T03:50:01.825Z[ host-package] Compiling universal-hash v0.5.1
32792026-09-15T03:50:01.848Z[ host-package] Compiling unsafe-libyaml v0.2.11
32802026-09-15T03:50:01.978Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32812026-09-15T03:50:02.008Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32822026-09-15T03:50:02.091Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32832026-09-15T03:50:02.121Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32842026-09-15T03:50:02.298Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32852026-09-15T03:50:02.328Z[ host-package] Compiling chacha20 v0.9.1
32862026-09-15T03:50:02.543Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32872026-09-15T03:50:02.582Z[ host-package] Compiling poly1305 v0.8.0
32882026-09-15T03:50:02.604Z[ host-package] Compiling blake2 v0.10.6
32892026-09-15T03:50:02.628Z[ host-package] Compiling aead v0.5.2
32902026-09-15T03:50:02.656Z[ host-package] Compiling password-hash v0.5.0
32912026-09-15T03:50:02.882Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32922026-09-15T03:50:02.921Z[ host-package] Compiling typify-impl v0.6.2
32932026-09-15T03:50:02.953Z[ host-package] Compiling argon2 v0.5.3
32942026-09-15T03:50:03.041Z[ host-package] Compiling chacha20poly1305 v0.10.1
32952026-09-15T03:50:03.100Z[ host-package] Compiling vsss-rs v3.3.4
32962026-09-15T03:50:03.152Z[ host-package] Compiling camino-tempfile v1.4.1
32972026-09-15T03:50:03.268Z[ host-package] Compiling heapless v0.8.0
32982026-09-15T03:50:03.341Z[ host-package] Compiling ingot-types v0.2.0
32992026-09-15T03:50:03.442Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33002026-09-15T03:50:03.710Z[ host-package] Compiling cobs v0.3.0
33012026-09-15T03:50:03.836Z[ host-package] Compiling ingot v0.2.1
33022026-09-15T03:50:03.865Z[ host-package] Compiling smoltcp v0.11.0
33032026-09-15T03:50:03.901Z[ host-package] Compiling postcard v1.1.3
33042026-09-15T03:50:03.905Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33052026-09-15T03:50:03.955Z[ host-package] Compiling cstr-argument v0.1.2
33062026-09-15T03:50:04.000Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33072026-09-15T03:50:04.148Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33082026-09-15T03:50:04.211Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33092026-09-15T03:50:04.329Z[ host-package] Compiling sigpipe v0.1.3
33102026-09-15T03:50:04.365Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33112026-09-15T03:50:04.480Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33122026-09-15T03:50:04.509Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33132026-09-15T03:50:04.583Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33142026-09-15T03:50:04.616Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33152026-09-15T03:50:04.823Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33162026-09-15T03:50:04.847Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33172026-09-15T03:50:04.980Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33182026-09-15T03:50:05.012Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33192026-09-15T03:50:05.072Z[ host-package] Compiling memmap v0.7.0
33202026-09-15T03:50:05.204Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33212026-09-15T03:50:05.260Z[ host-package] Compiling usdt v0.5.0
33222026-09-15T03:50:05.327Z[ host-package] Compiling zone v0.3.1
33232026-09-15T03:50:05.370Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33242026-09-15T03:50:05.508Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33252026-09-15T03:50:05.735Z[ host-package] Compiling derive-where v1.6.0
33262026-09-15T03:50:05.866Z[ host-package] Compiling bytecount v0.6.9
33272026-09-15T03:50:05.917Z[ host-package] Compiling toml v0.8.23
33282026-09-15T03:50:06.077Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33292026-09-15T03:50:06.107Z[ host-package] Compiling tokio-dtrace v0.1.1
33302026-09-15T03:50:06.320Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33312026-09-15T03:50:06.446Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33322026-09-15T03:50:06.555Z[ host-package] Compiling prettyplease v0.2.37
33332026-09-15T03:50:06.599Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-09-15T03:50:06.667Z[ host-package] Compiling typify-macro v0.6.2
33352026-09-15T03:50:06.687Z[ host-package] Compiling newline-converter v0.3.0
33362026-09-15T03:50:06.733Z[ host-package] Compiling gethostname v0.5.0
33372026-09-15T03:50:06.741Z[ host-package] Compiling console v0.15.11
33382026-09-15T03:50:06.846Z[ host-package] Compiling slog-dtrace v0.3.0
33392026-09-15T03:50:06.882Z[ host-package] Compiling cancel-safe-futures v0.1.5
33402026-09-15T03:50:06.966Z[ host-package] Compiling num-rational v0.4.2
33412026-09-15T03:50:07.013Z[ host-package] Compiling num-complex v0.4.6
33422026-09-15T03:50:07.148Z[ host-package] Compiling oxide-update-engine-types v0.1.2
33432026-09-15T03:50:07.212Z[ host-package] Compiling expectorate v1.2.0
33442026-09-15T03:50:07.328Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33452026-09-15T03:50:07.354Z[ host-package] Compiling resolv-conf v0.7.6
33462026-09-15T03:50:07.449Z[ host-package] Compiling match_cfg v0.1.0
33472026-09-15T03:50:07.502Z[ host-package] Compiling compression-core v0.4.31
33482026-09-15T03:50:07.560Z[ host-package] Compiling num v0.4.3
33492026-09-15T03:50:07.805Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33502026-09-15T03:50:07.903Z[ host-package] Compiling crossbeam-channel v0.5.15
33512026-09-15T03:50:08.018Z[ host-package] Compiling linear-map v1.2.0
33522026-09-15T03:50:08.054Z[ host-package] Compiling take_mut v0.2.2
33532026-09-15T03:50:08.128Z[ host-package] Compiling term v1.2.1
33542026-09-15T03:50:08.201Z[ host-package] Compiling float-ord v0.3.2
33552026-09-15T03:50:08.245Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
33562026-09-15T03:50:08.490Z[ host-package] Compiling typify v0.6.2
33572026-09-15T03:50:08.681Z[ host-package] Compiling progenitor-impl v0.14.0
33582026-09-15T03:50:08.741Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-09-15T03:50:08.765Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33602026-09-15T03:50:08.795Z[ host-package] Compiling oxide-update-engine v0.1.2
33612026-09-15T03:50:08.863Z[ host-package] Compiling async-stream v0.3.6
33622026-09-15T03:50:09.405Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-09-15T03:50:09.562Z[ host-package] Compiling waitgroup v0.1.2
33642026-09-15T03:50:09.712Z[ host-package] Compiling backon v1.6.0
33652026-09-15T03:50:09.909Z[ host-package] Compiling linked-hash-map v0.5.6
33662026-09-15T03:50:09.975Z[ host-package] Compiling minimal-lexical v0.2.1
33672026-09-15T03:50:10.009Z[ host-package] Compiling debug-ignore v1.0.5
33682026-09-15T03:50:10.203Z[ host-package] Compiling lru-cache v0.1.2
33692026-09-15T03:50:10.277Z[ host-package] Compiling nom v7.1.3
33702026-09-15T03:50:10.302Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33712026-09-15T03:50:10.769Z[ host-package] Compiling itertools v0.14.0
33722026-09-15T03:50:11.172Z[ host-package] Compiling progenitor-macro v0.14.0
33732026-09-15T03:50:11.643Z[ host-package] Compiling humantime v2.3.0
33742026-09-15T03:50:11.837Z[ host-package] Compiling unicode-xid v0.2.6
33752026-09-15T03:50:11.882Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33762026-09-15T03:50:12.011Z[ host-package] Compiling hickory-proto v0.24.4
33772026-09-15T03:50:12.030Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33782026-09-15T03:50:12.054Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33792026-09-15T03:50:12.140Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33802026-09-15T03:50:12.495Z[ host-package] Compiling papergrid v0.11.0
33812026-09-15T03:50:13.052Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33822026-09-15T03:50:13.157Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33832026-09-15T03:50:13.249Z[ host-package] Compiling tabled_derive v0.7.0
33842026-09-15T03:50:13.308Z[ host-package] Compiling termtree v0.5.1
33852026-09-15T03:50:13.468Z[ host-package] Compiling crossterm v0.29.0
33862026-09-15T03:50:13.525Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33872026-09-15T03:50:13.565Z[ host-package] Compiling phf_shared v0.12.1
33882026-09-15T03:50:13.641Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33892026-09-15T03:50:14.042Z[ host-package] Compiling csv-core v0.1.13
33902026-09-15T03:50:14.321Z[ host-package] Compiling tabled v0.15.0
33912026-09-15T03:50:14.411Z[ host-package] Compiling vte v0.14.1
33922026-09-15T03:50:14.483Z[ host-package] Compiling highway v1.3.0
33932026-09-15T03:50:14.826Z[ host-package] Compiling chrono-tz v0.10.4
33942026-09-15T03:50:14.947Z[ host-package] Compiling hickory-resolver v0.24.4
33952026-09-15T03:50:15.115Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33962026-09-15T03:50:15.149Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33972026-09-15T03:50:15.337Z[ host-package] Compiling csv v1.4.0
33982026-09-15T03:50:15.450Z[ host-package] Compiling phf v0.12.1
33992026-09-15T03:50:15.606Z[ host-package] Compiling const_format_proc_macros v0.2.34
34002026-09-15T03:50:15.640Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34012026-09-15T03:50:15.696Z[ host-package] Compiling fd-lock v4.0.4
34022026-09-15T03:50:15.794Z[ host-package] Compiling peg-macros v0.8.5
34032026-09-15T03:50:15.890Z[ host-package] Compiling nu-ansi-term v0.50.3
34042026-09-15T03:50:16.078Z[ host-package] Compiling progenitor v0.14.0
34052026-09-15T03:50:16.237Z[ host-package] Compiling reedline v0.40.0
34062026-09-15T03:50:16.290Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34072026-09-15T03:50:16.316Z[ host-package] Compiling qorb v0.4.1
34082026-09-15T03:50:16.387Z[ host-package] Compiling const_format v0.2.35
34092026-09-15T03:50:16.469Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34102026-09-15T03:50:16.517Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34112026-09-15T03:50:16.608Z[ host-package] Compiling bcs v0.1.6
34122026-09-15T03:50:16.835Z[ host-package] Compiling nom v8.0.0
34132026-09-15T03:50:17.422Z[ host-package] Compiling semver v0.1.20
34142026-09-15T03:50:17.484Z[ host-package] Compiling peg v0.8.5
34152026-09-15T03:50:17.484Z[ host-package] Compiling rustc_version v0.1.7
34162026-09-15T03:50:17.484Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34172026-09-15T03:50:17.647Z[ host-package] Compiling newtype_derive v0.1.6
34182026-09-15T03:50:20.937Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34192026-09-15T03:50:20.937Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34202026-09-15T03:50:20.937Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34212026-09-15T03:50:20.937Z[ host-package] Compiling steno v0.4.1
34222026-09-15T03:50:20.937Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34232026-09-15T03:50:20.937Z[ host-package] Compiling sha1 v0.10.6
34242026-09-15T03:50:20.937Z[ host-package] Compiling utf-8 v0.7.6
34252026-09-15T03:50:20.937Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34262026-09-15T03:50:20.937Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-09-15T03:50:20.937Z[ host-package] Compiling tagptr v0.2.0
34282026-09-15T03:50:20.937Z[ host-package] Compiling tungstenite v0.21.0
34292026-09-15T03:50:20.937Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-09-15T03:50:20.937Z[ host-package] Compiling moka v0.12.13
34312026-09-15T03:50:20.937Z[ host-package] Compiling darling_core v0.21.3
34322026-09-15T03:50:20.938Z[ host-package] Compiling display-error-chain v0.2.2
34332026-09-15T03:50:20.938Z[ host-package] Compiling vergen-lib v0.1.6
34342026-09-15T03:50:20.938Z[ host-package] Compiling diesel_derives v2.3.7
34352026-09-15T03:50:20.938Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-09-15T03:50:20.938Z[ host-package] Compiling tokio-tungstenite v0.21.0
34372026-09-15T03:50:20.938Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34382026-09-15T03:50:20.938Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34392026-09-15T03:50:20.938Z[ host-package] Compiling vergen-gitcl v1.0.8
34402026-09-15T03:50:20.938Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34412026-09-15T03:50:20.939Z[ host-package] Compiling hickory-resolver v0.25.2
34422026-09-15T03:50:20.939Z[ host-package] Compiling dirs-sys-next v0.1.2
34432026-09-15T03:50:20.939Z[ host-package] Compiling maplit v1.0.2
34442026-09-15T03:50:20.939Z[ host-package] Compiling glob v0.3.3
34452026-09-15T03:50:20.939Z[ host-package] Compiling crunchy v0.2.4
34462026-09-15T03:50:20.939Z[ host-package] Compiling r2d2 v0.8.10
34472026-09-15T03:50:20.939Z[ host-package] Compiling dirs-next v2.0.0
34482026-09-15T03:50:20.939Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34492026-09-15T03:50:20.960Z[ host-package] Compiling libscf-sys v1.2.0
34502026-09-15T03:50:20.967Z[ host-package] Compiling xshell-macros v0.2.7
34512026-09-15T03:50:20.967Z[ host-package] Compiling tiny-keccak v2.0.2
34522026-09-15T03:50:20.993Z[ host-package] Compiling clang-sys v1.8.1
34532026-09-15T03:50:21.040Z[ host-package] Compiling downcast-rs v2.0.2
34542026-09-15T03:50:21.185Z[ host-package] Compiling term v0.7.0
34552026-09-15T03:50:21.231Z[ host-package] Compiling papergrid v0.18.0
34562026-09-15T03:50:21.302Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34572026-09-15T03:50:21.338Z[ host-package] Compiling bit-vec v0.6.3
34582026-09-15T03:50:21.403Z[ host-package] Compiling darling_macro v0.21.3
34592026-09-15T03:50:21.460Z[ host-package] Compiling xshell v0.2.7
34602026-09-15T03:50:21.566Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-09-15T03:50:21.594Z[ host-package] Compiling bit-set v0.5.3
34622026-09-15T03:50:21.627Z[ host-package] Compiling ascii-canvas v3.0.0
34632026-09-15T03:50:21.705Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34642026-09-15T03:50:21.752Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34652026-09-15T03:50:21.842Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34662026-09-15T03:50:21.903Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34672026-09-15T03:50:21.924Z[ helios-setup] Sep 15 03:50:20.931 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')"
34682026-09-15T03:50:21.924Z[ helios-setup] Sep 15 03:50:20.931 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34692026-09-15T03:50:21.957Z[ helios-setup] Sep 15 03:50:20.968 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')"
34702026-09-15T03:50:21.960Z[ helios-setup] Sep 15 03:50:20.968 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34712026-09-15T03:50:21.961Z[ helios-setup] Sep 15 03:50:20.968 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34722026-09-15T03:50:22.013Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34732026-09-15T03:50:22.094Z[ host-package] Compiling darling v0.21.3
34742026-09-15T03:50:22.136Z[ helios-setup] Sep 15 03:50:21.147 INFO E| Updating crates.io index
34752026-09-15T03:50:22.140Z[ helios-setup] Sep 15 03:50:21.148 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34762026-09-15T03:50:22.221Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34772026-09-15T03:50:22.244Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34782026-09-15T03:50:22.277Z[ host-package] Compiling dsl_auto_type v0.2.0
34792026-09-15T03:50:22.342Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34802026-09-15T03:50:22.366Z[ host-package] Compiling itertools v0.15.0
34812026-09-15T03:50:22.387Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34822026-09-15T03:50:22.517Z[ host-package] Compiling tabled v0.21.0
34832026-09-15T03:50:22.573Z[ host-package] Compiling itertools v0.10.5
34842026-09-15T03:50:22.618Z[ helios-setup] Sep 15 03:50:21.629 INFO E| From https://github.com/oxidecomputer/amd-apcb
34852026-09-15T03:50:22.618Z[ helios-setup] Sep 15 03:50:21.629 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34862026-09-15T03:50:22.634Z[ helios-setup] Sep 15 03:50:21.644 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34872026-09-15T03:50:22.896Z[ host-package] Compiling ena v0.14.4
34882026-09-15T03:50:22.921Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34892026-09-15T03:50:23.030Z[ helios-setup] Sep 15 03:50:22.040 INFO E| From https://github.com/oxidecomputer/amd-efs
34902026-09-15T03:50:23.030Z[ helios-setup] Sep 15 03:50:22.040 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34912026-09-15T03:50:23.163Z[ host-package] Compiling libloading v0.8.9
34922026-09-15T03:50:23.217Z[ host-package] Compiling unicase v2.9.0
34932026-09-15T03:50:23.269Z[ helios-setup] Sep 15 03:50:22.280 INFO E| Downloading crates ...
34942026-09-15T03:50:23.319Z[ helios-setup] Sep 15 03:50:22.329 INFO E| Downloaded modular-bitfield-impl v0.13.1
34952026-09-15T03:50:23.322Z[ helios-setup] Sep 15 03:50:22.331 INFO E| Downloaded dyn-clone v1.0.19
34962026-09-15T03:50:23.325Z[ helios-setup] Sep 15 03:50:22.336 INFO E| Downloaded structopt-derive v0.4.18
34972026-09-15T03:50:23.348Z[ helios-setup] Sep 15 03:50:22.359 INFO E| Downloaded strum v0.27.1
34982026-09-15T03:50:23.352Z[ helios-setup] Sep 15 03:50:22.361 INFO E| Downloaded heck v0.3.3
34992026-09-15T03:50:23.355Z[ helios-setup] Sep 15 03:50:22.367 INFO E| Downloaded unic-char-property v0.9.0
35002026-09-15T03:50:23.359Z[ helios-setup] Sep 15 03:50:22.368 INFO E| Downloaded unic-char-range v0.9.0
35012026-09-15T03:50:23.359Z[ helios-setup] Sep 15 03:50:22.368 INFO E| Downloaded unic-ucd-ident v0.9.0
35022026-09-15T03:50:23.359Z[ helios-setup] Sep 15 03:50:22.369 INFO E| Downloaded strsim v0.8.0
35032026-09-15T03:50:23.359Z[ helios-setup] Sep 15 03:50:22.370 INFO E| Downloaded four-cc v0.4.0
35042026-09-15T03:50:23.363Z[ helios-setup] Sep 15 03:50:22.371 INFO E| Downloaded parse_int v0.9.0
35052026-09-15T03:50:23.365Z[ helios-setup] Sep 15 03:50:22.376 INFO E| Downloaded fletcher v1.0.0
35062026-09-15T03:50:23.365Z[ helios-setup] Sep 15 03:50:22.377 INFO E| Downloaded vec_map v0.8.2
35072026-09-15T03:50:23.368Z[ helios-setup] Sep 15 03:50:22.377 INFO E| Downloaded unic-common v0.9.0
35082026-09-15T03:50:23.368Z[ helios-setup] Sep 15 03:50:22.378 INFO E| Downloaded unic-ucd-version v0.9.0
35092026-09-15T03:50:23.373Z[ helios-setup] Sep 15 03:50:22.385 INFO E| Downloaded strum_macros v0.27.1
35102026-09-15T03:50:23.376Z[ helios-setup] Sep 15 03:50:22.386 INFO E| Downloaded bytesize v2.0.1
35112026-09-15T03:50:23.376Z[ helios-setup] Sep 15 03:50:22.387 INFO E| Downloaded textwrap v0.11.0
35122026-09-15T03:50:23.382Z[ helios-setup] Sep 15 03:50:22.393 INFO E| Downloaded rustversion v1.0.20
35132026-09-15T03:50:23.384Z[ helios-setup] Sep 15 03:50:22.395 INFO E| Downloaded ansi_term v0.12.1
35142026-09-15T03:50:23.387Z[ helios-setup] Sep 15 03:50:22.396 INFO E| Downloaded pest_generator v2.8.0
35152026-09-15T03:50:23.387Z[ helios-setup] Sep 15 03:50:22.397 INFO E| Downloaded modular-bitfield-impl v0.11.2
35162026-09-15T03:50:23.390Z[ helios-setup] Sep 15 03:50:22.399 INFO E| Downloaded log v0.4.27
35172026-09-15T03:50:23.395Z[ helios-setup] Sep 15 03:50:22.406 INFO E| Downloaded pest_derive v2.8.0
35182026-09-15T03:50:23.401Z[ helios-setup] Sep 15 03:50:22.412 INFO E| Downloaded modular-bitfield v0.11.2
35192026-09-15T03:50:23.409Z[ helios-setup] Sep 15 03:50:22.420 INFO E| Downloaded pest_meta v2.8.0
35202026-09-15T03:50:23.412Z[ helios-setup] Sep 15 03:50:22.421 INFO E| Downloaded structopt v0.3.26
35212026-09-15T03:50:23.415Z[ helios-setup] Sep 15 03:50:22.426 INFO E| Downloaded modular-bitfield v0.13.1
35222026-09-15T03:50:23.415Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35232026-09-15T03:50:23.420Z[ helios-setup] Sep 15 03:50:22.431 INFO E| Downloaded typenum v1.18.0
35242026-09-15T03:50:23.423Z[ helios-setup] Sep 15 03:50:22.433 INFO E| Downloaded zerocopy-derive v0.8.25
35252026-09-15T03:50:23.426Z[ helios-setup] Sep 15 03:50:22.437 INFO E| Downloaded zerocopy v0.8.25
35262026-09-15T03:50:23.442Z[ helios-setup] Sep 15 03:50:22.453 INFO E| Downloaded clap v2.34.0
35272026-09-15T03:50:23.445Z[ helios-setup] Sep 15 03:50:22.456 INFO E| Downloaded pest v2.8.0
35282026-09-15T03:50:23.448Z[ helios-setup] Sep 15 03:50:22.459 INFO E| Downloaded goblin v0.9.3
35292026-09-15T03:50:23.513Z[ helios-setup] Sep 15 03:50:22.523 INFO E| Compiling proc-macro2 v1.0.95
35302026-09-15T03:50:23.513Z[ helios-setup] Sep 15 03:50:22.523 INFO E| Compiling unicode-ident v1.0.18
35312026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.523 INFO E| Compiling memchr v2.7.4
35322026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.523 INFO E| Compiling autocfg v1.4.0
35332026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling thiserror v2.0.12
35342026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling serde v1.0.219
35352026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling syn v1.0.109
35362026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling version_check v0.9.5
35372026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling serde_json v1.0.140
35382026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling schemars v0.8.22
35392026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling itoa v1.0.15
35402026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling ryu v1.0.20
35412026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling static_assertions v1.1.0
35422026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling ucd-trie v0.1.7
35432026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling dyn-clone v1.0.19
35442026-09-15T03:50:23.517Z[ helios-setup] Sep 15 03:50:22.524 INFO E| Compiling libc v0.2.172
35452026-09-15T03:50:23.614Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35462026-09-15T03:50:23.693Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35472026-09-15T03:50:23.748Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35482026-09-15T03:50:23.871Z[ host-package] Compiling bindgen v0.71.1
35492026-09-15T03:50:23.990Z[ host-package] Compiling regex-syntax v0.6.29
35502026-09-15T03:50:24.156Z[ host-package] Compiling diff v0.1.13
35512026-09-15T03:50:24.274Z[ helios-setup] Sep 15 03:50:23.283 INFO E| Compiling rustversion v1.0.20
35522026-09-15T03:50:24.527Z[ helios-setup] Sep 15 03:50:23.538 INFO E| Compiling zerocopy v0.8.25
35532026-09-15T03:50:24.583Z[ helios-setup] Sep 15 03:50:23.594 INFO E| Compiling paste v1.0.15
35542026-09-15T03:50:24.624Z[ helios-setup] Sep 15 03:50:23.635 INFO E| Compiling once_cell v1.21.3
35552026-09-15T03:50:24.688Z[ helios-setup] Sep 15 03:50:23.699 INFO E| Compiling unicode-segmentation v1.12.0
35562026-09-15T03:50:24.734Z[ helios-setup] Sep 15 03:50:23.744 INFO E| Compiling proc-macro-error-attr v1.0.4
35572026-09-15T03:50:24.740Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35582026-09-15T03:50:24.814Z[ helios-setup] Sep 15 03:50:23.825 INFO E| Compiling proc-macro-error v1.0.4
35592026-09-15T03:50:24.949Z[ helios-setup] Sep 15 03:50:23.956 INFO E| Compiling unicode-width v0.1.14
35602026-09-15T03:50:25.071Z[ helios-setup] Sep 15 03:50:24.082 INFO E| Compiling heck v0.5.0
35612026-09-15T03:50:25.072Z[ helios-setup] Sep 15 03:50:24.082 INFO E| Compiling fletcher v1.0.0
35622026-09-15T03:50:25.077Z[ helios-setup] Sep 15 03:50:24.088 INFO E| Compiling quote v1.0.40
35632026-09-15T03:50:25.105Z[ helios-setup] Sep 15 03:50:24.116 INFO E| Compiling num-traits v0.2.19
35642026-09-15T03:50:25.111Z[ helios-setup] Sep 15 03:50:24.122 INFO E| Compiling memoffset v0.9.1
35652026-09-15T03:50:25.231Z[ helios-setup] Sep 15 03:50:24.240 INFO E| Compiling strum v0.27.1
35662026-09-15T03:50:25.334Z[ helios-setup] Sep 15 03:50:24.345 INFO E| Compiling heck v0.3.3
35672026-09-15T03:50:25.358Z[ helios-setup] Sep 15 03:50:24.369 INFO E| Compiling bitflags v1.3.2
35682026-09-15T03:50:25.377Z[ helios-setup] Sep 15 03:50:24.387 INFO E| Compiling ansi_term v0.12.1
35692026-09-15T03:50:25.380Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35702026-09-15T03:50:25.383Z[ helios-setup] Sep 15 03:50:24.393 INFO E| Compiling strsim v0.8.0
35712026-09-15T03:50:25.396Z[ helios-setup] Sep 15 03:50:24.407 INFO E| Compiling byteorder v1.5.0
35722026-09-15T03:50:25.447Z[ helios-setup] Sep 15 03:50:24.458 INFO E| Compiling textwrap v0.11.0
35732026-09-15T03:50:25.454Z[ helios-setup] Sep 15 03:50:24.465 INFO E| Compiling vec_map v0.8.2
35742026-09-15T03:50:25.457Z[ host-package] Compiling cexpr v0.6.0
35752026-09-15T03:50:25.583Z[ helios-setup] Sep 15 03:50:24.594 INFO E| Compiling atty v0.2.14
35762026-09-15T03:50:25.594Z[ helios-setup] Sep 15 03:50:24.605 INFO E| Compiling unic-char-range v0.9.0
35772026-09-15T03:50:25.602Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35782026-09-15T03:50:25.683Z[ helios-setup] Sep 15 03:50:24.694 INFO E| Compiling syn v2.0.101
35792026-09-15T03:50:25.774Z[ helios-setup] Sep 15 03:50:24.785 INFO E| Compiling unic-common v0.9.0
35802026-09-15T03:50:25.789Z[ helios-setup] Sep 15 03:50:24.800 INFO E| Compiling clap v2.34.0
35812026-09-15T03:50:25.791Z[ helios-setup] Sep 15 03:50:24.800 INFO E| Compiling log v0.4.27
35822026-09-15T03:50:25.895Z[ helios-setup] Sep 15 03:50:24.906 INFO E| Compiling unic-ucd-version v0.9.0
35832026-09-15T03:50:25.933Z[ helios-setup] Sep 15 03:50:24.944 INFO E| Compiling unic-char-property v0.9.0
35842026-09-15T03:50:25.938Z[ helios-setup] Sep 15 03:50:24.950 INFO E| Compiling lazy_static v1.5.0
35852026-09-15T03:50:25.991Z[ helios-setup] Sep 15 03:50:25.002 INFO E| Compiling plain v0.2.3
35862026-09-15T03:50:25.997Z[ helios-setup] Sep 15 03:50:25.008 INFO E| Compiling bytesize v2.0.1
35872026-09-15T03:50:26.044Z[ helios-setup] Sep 15 03:50:25.054 INFO E| Compiling unic-ucd-ident v0.9.0
35882026-09-15T03:50:26.315Z[ host-package] Compiling rustc-hash v2.1.1
35892026-09-15T03:50:26.593Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35902026-09-15T03:50:26.674Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35912026-09-15T03:50:26.817Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35922026-09-15T03:50:26.877Z[ helios-setup] Sep 15 03:50:25.888 INFO E| Compiling parse_int v0.9.0
35932026-09-15T03:50:27.010Z[ host-package] Compiling lalrpop v0.19.12
35942026-09-15T03:50:27.137Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35952026-09-15T03:50:28.303Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35962026-09-15T03:50:28.621Z[ helios-setup] Sep 15 03:50:27.631 INFO E| Compiling modular-bitfield-impl v0.11.2
35972026-09-15T03:50:28.621Z[ helios-setup] Sep 15 03:50:27.632 INFO E| Compiling structopt-derive v0.4.18
35982026-09-15T03:50:29.088Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35992026-09-15T03:50:29.173Z[ helios-setup] Sep 15 03:50:28.184 INFO E| Compiling serde_derive_internals v0.29.1
36002026-09-15T03:50:29.274Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36012026-09-15T03:50:29.386Z[ host-package] Compiling headers-core v0.3.0
36022026-09-15T03:50:29.849Z[ host-package] Compiling libxml v0.3.3
36032026-09-15T03:50:29.966Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36042026-09-15T03:50:30.004Z[ host-package] Compiling diesel v2.3.7
36052026-09-15T03:50:30.008Z[ helios-setup] Sep 15 03:50:29.018 INFO E| Compiling modular-bitfield v0.11.2
36062026-09-15T03:50:30.059Z[ host-package] Compiling crc8 v0.1.1
36072026-09-15T03:50:30.248Z[ host-package] Compiling headers v0.4.1
36082026-09-15T03:50:30.417Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36092026-09-15T03:50:30.437Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling thiserror-impl v2.0.12
36102026-09-15T03:50:30.437Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling serde_derive v1.0.219
36112026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling schemars_derive v0.8.22
36122026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling zerocopy-derive v0.8.25
36132026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling num-derive v0.4.2
36142026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling modular-bitfield-impl v0.13.1
36152026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling scroll_derive v0.12.1
36162026-09-15T03:50:30.440Z[ helios-setup] Sep 15 03:50:29.448 INFO E| Compiling strum_macros v0.27.1
36172026-09-15T03:50:30.744Z[ helios-setup] Sep 15 03:50:29.755 INFO E| Compiling structopt v0.3.26
36182026-09-15T03:50:30.831Z[ host-package] Compiling strum_macros v0.24.3
36192026-09-15T03:50:30.922Z[ host-package] Compiling indoc v1.0.9
36202026-09-15T03:50:31.459Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36212026-09-15T03:50:31.823Z[ helios-setup] Sep 15 03:50:30.834 INFO E| Compiling scroll v0.12.0
36222026-09-15T03:50:31.939Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36232026-09-15T03:50:31.991Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36242026-09-15T03:50:32.041Z[ host-package] Compiling quick-xml v0.37.5
36252026-09-15T03:50:32.050Z[ helios-setup] Sep 15 03:50:31.061 INFO E| Compiling modular-bitfield v0.13.1
36262026-09-15T03:50:32.074Z[ host-package] Compiling derive_builder v0.20.2
36272026-09-15T03:50:32.115Z[ helios-setup] Sep 15 03:50:31.126 INFO E| Compiling pest v2.8.0
36282026-09-15T03:50:32.118Z[ helios-setup] Sep 15 03:50:31.130 INFO E| Compiling goblin v0.9.3
36292026-09-15T03:50:32.476Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36302026-09-15T03:50:32.573Z[ host-package] Compiling oso-derive v0.27.3
36312026-09-15T03:50:32.802Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36322026-09-15T03:50:32.879Z[ host-package] Compiling openssl-probe v0.1.6
36332026-09-15T03:50:33.363Z[ host-package] Compiling object v0.39.1
36342026-09-15T03:50:33.444Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36352026-09-15T03:50:33.448Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36362026-09-15T03:50:33.448Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-09-15T03:50:33.583Z[ helios-setup] Sep 15 03:50:32.594 INFO E| Compiling pest_meta v2.8.0
36382026-09-15T03:50:33.632Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
36392026-09-15T03:50:33.893Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
36402026-09-15T03:50:34.068Z[ host-package] Compiling samael v0.0.19
36412026-09-15T03:50:34.216Z[ helios-setup] Sep 15 03:50:33.227 INFO E| Compiling pest_generator v2.8.0
36422026-09-15T03:50:34.371Z[ host-package] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
36432026-09-15T03:50:34.428Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36442026-09-15T03:50:34.656Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36452026-09-15T03:50:34.761Z[ host-package] Compiling bb8 v0.8.6
36462026-09-15T03:50:34.840Z[ host-package] Compiling filetime v0.2.27
36472026-09-15T03:50:34.935Z[ host-package] Compiling trait-variant v0.1.2
36482026-09-15T03:50:35.089Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
36492026-09-15T03:50:35.206Z[ host-package] Compiling half v1.8.3
36502026-09-15T03:50:35.299Z[ helios-setup] Sep 15 03:50:34.309 INFO E| Compiling pest_derive v2.8.0
36512026-09-15T03:50:35.355Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36522026-09-15T03:50:35.359Z[ host-package] Compiling path-slash v0.2.1
36532026-09-15T03:50:35.693Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36542026-09-15T03:50:35.781Z[ host-package] Compiling tar v0.4.46
36552026-09-15T03:50:35.874Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36562026-09-15T03:50:35.997Z[ host-package] Compiling proc-macro-error2 v2.0.1
36572026-09-15T03:50:36.177Z[ host-package] Compiling serde_cbor v0.11.2
36582026-09-15T03:50:36.333Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36592026-09-15T03:50:36.391Z[ host-package] Compiling rfc6979 v0.4.0
36602026-09-15T03:50:36.448Z[ host-package] Compiling polar-core v0.27.3
36612026-09-15T03:50:36.511Z[ helios-setup] Sep 15 03:50:35.522 INFO E| Compiling json5 v0.4.1
36622026-09-15T03:50:36.515Z[ host-package] Compiling hashbrown v0.14.5
36632026-09-15T03:50:36.598Z[ host-package] Compiling salty v0.3.0
36642026-09-15T03:50:36.850Z[ host-package] Compiling ecdsa v0.16.9
36652026-09-15T03:50:37.043Z[ host-package] Compiling knus-derive v3.4.0
36662026-09-15T03:50:37.157Z[ host-package] Compiling chumsky v0.9.3
36672026-09-15T03:50:37.412Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-09-15T03:50:37.416Z[ host-package] Compiling primeorder v0.13.6
36692026-09-15T03:50:37.489Z[ host-package] Compiling nonempty v0.12.0
36702026-09-15T03:50:37.772Z[ host-package] Compiling p384 v0.13.1
36712026-09-15T03:50:37.927Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36722026-09-15T03:50:38.110Z[ helios-setup] Sep 15 03:50:37.120 INFO E| Compiling four-cc v0.4.0
36732026-09-15T03:50:38.110Z[ helios-setup] Sep 15 03:50:37.120 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36742026-09-15T03:50:38.228Z[ helios-setup] Sep 15 03:50:37.240 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36752026-09-15T03:50:38.565Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36762026-09-15T03:50:38.688Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36772026-09-15T03:50:38.829Z[ host-package] Compiling knus v3.4.0
36782026-09-15T03:50:39.034Z[ host-package] Compiling fxhash v0.2.1
36792026-09-15T03:50:39.102Z[ host-package] Compiling libz-sys v1.1.24
36802026-09-15T03:50:39.223Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
36812026-09-15T03:50:39.406Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-09-15T03:50:39.740Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36832026-09-15T03:50:39.779Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-09-15T03:50:39.841Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36852026-09-15T03:50:39.930Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36862026-09-15T03:50:40.252Z[ host-package] Compiling kstat-rs v0.2.5
36872026-09-15T03:50:40.530Z[ host-package] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
36882026-09-15T03:50:40.601Z[ host-package] Compiling mime_guess v2.0.5
36892026-09-15T03:50:41.198Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36902026-09-15T03:50:41.616Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36912026-09-15T03:50:41.683Z[ host-package] Compiling nanorand v0.7.0
36922026-09-15T03:50:42.066Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36932026-09-15T03:50:42.134Z[ host-package] Compiling parking_lot_core v0.8.6
36942026-09-15T03:50:42.202Z[ host-package] Compiling flume v0.11.1
36952026-09-15T03:50:42.618Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36962026-09-15T03:50:42.681Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36972026-09-15T03:50:42.776Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36982026-09-15T03:50:43.661Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36992026-09-15T03:50:43.665Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37002026-09-15T03:50:43.665Z[ host-package] Compiling git-stub v1.0.0
37012026-09-15T03:50:43.849Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37022026-09-15T03:50:43.880Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
37032026-09-15T03:50:43.916Z[ host-package] Compiling corncobs v0.1.4
37042026-09-15T03:50:44.090Z[ host-package] Compiling strsim v0.10.0
37052026-09-15T03:50:44.151Z[ host-package] Compiling http-range v0.1.5
37062026-09-15T03:50:44.187Z[ host-package] Compiling instability v0.3.11
37072026-09-15T03:50:44.272Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37082026-09-15T03:50:44.462Z[ host-package] Compiling darling_core v0.13.4
37092026-09-15T03:50:44.465Z[ host-package] Compiling git-stub-vcs v0.1.0
37102026-09-15T03:50:44.537Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37112026-09-15T03:50:44.838Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37122026-09-15T03:50:44.876Z[ host-package] Compiling progenitor-impl v0.13.0
37132026-09-15T03:50:44.967Z[ host-package] Compiling ignore v0.4.25
37142026-09-15T03:50:45.302Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37152026-09-15T03:50:45.332Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37162026-09-15T03:50:45.549Z[ host-package] Compiling secrecy v0.8.0
37172026-09-15T03:50:45.785Z[ host-package] Compiling anstyle-parse v0.2.7
37182026-09-15T03:50:46.044Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37192026-09-15T03:50:46.214Z[ host-package] Compiling vergen-git2 v9.1.0
37202026-09-15T03:50:46.532Z[ host-package] Compiling oso v0.27.3
37212026-09-15T03:50:46.654Z[ host-package] Compiling castaway v0.2.4
37222026-09-15T03:50:46.874Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37232026-09-15T03:50:47.135Z[ host-package] Compiling indoc v2.0.7
37242026-09-15T03:50:47.189Z[ host-package] Compiling progenitor-macro v0.13.0
37252026-09-15T03:50:47.248Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37262026-09-15T03:50:47.672Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37272026-09-15T03:50:48.010Z[ host-package] Compiling compact_str v0.8.1
37282026-09-15T03:50:48.264Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37292026-09-15T03:50:48.450Z[ host-package] Compiling darling_macro v0.13.4
37302026-09-15T03:50:48.532Z[ host-package] Compiling anstream v0.6.21
37312026-09-15T03:50:48.846Z[ host-package] Compiling globwalk v0.9.1
37322026-09-15T03:50:48.971Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37332026-09-15T03:50:48.994Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37342026-09-15T03:50:49.016Z[ host-package] Compiling hyper-staticfile v0.10.1
37352026-09-15T03:50:49.341Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37362026-09-15T03:50:49.373Z[ host-package] Compiling parking_lot v0.11.2
37372026-09-15T03:50:49.625Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37382026-09-15T03:50:49.914Z[ host-package] Compiling async-bb8-diesel v0.2.1
37392026-09-15T03:50:50.057Z[ host-package] Compiling diesel-dtrace v0.5.0
37402026-09-15T03:50:50.185Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37412026-09-15T03:50:50.372Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37422026-09-15T03:50:50.401Z[ host-package] Compiling predicates-tree v1.0.13
37432026-09-15T03:50:50.778Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37442026-09-15T03:50:50.859Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
37452026-09-15T03:50:51.026Z[ host-package] Compiling progenitor-client v0.13.0
37462026-09-15T03:50:51.187Z[ host-package] Compiling unicode-truncate v1.1.0
37472026-09-15T03:50:51.431Z[ host-package] Compiling lru v0.12.5
37482026-09-15T03:50:51.572Z[ host-package] Compiling digest-io v0.1.0
37492026-09-15T03:50:51.617Z[ host-package] Compiling prefix-trie v0.7.0
37502026-09-15T03:50:51.644Z[ host-package] Compiling rand_seeder v0.4.0
37512026-09-15T03:50:51.704Z[ host-package] Compiling cassowary v0.3.0
37522026-09-15T03:50:51.820Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37532026-09-15T03:50:51.858Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37542026-09-15T03:50:51.895Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37552026-09-15T03:50:52.118Z[ host-package] Compiling hickory-server v0.25.2
37562026-09-15T03:50:52.142Z[ host-package] Compiling progenitor v0.13.0
37572026-09-15T03:50:52.277Z[ helios-setup] Sep 15 03:50:51.288 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37582026-09-15T03:50:52.288Z[ host-package] Compiling ratatui v0.29.0
37592026-09-15T03:50:52.346Z[ host-package] Compiling sled v0.34.7
37602026-09-15T03:50:52.588Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37612026-09-15T03:50:54.280Z[ host-package] Compiling darling v0.13.4
37622026-09-15T03:50:54.501Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37632026-09-15T03:50:54.771Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37642026-09-15T03:50:55.369Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37652026-09-15T03:50:55.768Z[ helios-setup] Sep 15 03:50:54.779 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37662026-09-15T03:50:56.138Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37672026-09-15T03:50:56.184Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37682026-09-15T03:50:56.454Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37692026-09-15T03:50:56.605Z[ host-package] Compiling serde_with_macros v1.5.2
37702026-09-15T03:50:56.956Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
37712026-09-15T03:50:57.494Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37722026-09-15T03:50:57.552Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37732026-09-15T03:50:57.576Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37742026-09-15T03:50:57.888Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37752026-09-15T03:50:57.923Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37762026-09-15T03:50:58.156Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37772026-09-15T03:50:58.227Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37782026-09-15T03:50:58.272Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37792026-09-15T03:50:58.420Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37802026-09-15T03:50:58.450Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37812026-09-15T03:50:58.485Z[ host-package] Compiling arc-swap v1.8.2
37822026-09-15T03:50:58.546Z[ host-package] Compiling void v1.0.2
37832026-09-15T03:50:58.737Z[ host-package] Compiling lzss v0.8.2
37842026-09-15T03:50:58.781Z[ host-package] Compiling slog-scope v4.4.1
37852026-09-15T03:50:58.881Z[ host-package] Compiling serde_with v1.14.0
37862026-09-15T03:50:58.891Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
37872026-09-15T03:50:58.942Z[ host-package] Compiling scuffle v0.1.0
37882026-09-15T03:50:58.945Z[ host-package] Compiling tungstenite v0.23.0
37892026-09-15T03:50:59.066Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37902026-09-15T03:50:59.126Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37912026-09-15T03:50:59.170Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-09-15T03:50:59.451Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37932026-09-15T03:50:59.619Z[ host-package] Compiling libsw-core v0.3.2
37942026-09-15T03:50:59.659Z[ host-package] Compiling nix v0.27.1
37952026-09-15T03:50:59.692Z[ host-package] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
37962026-09-15T03:50:59.756Z[ host-package] Compiling twox-hash v2.1.2
37972026-09-15T03:50:59.815Z[ host-package] Compiling serde_bytes v0.11.19
37982026-09-15T03:50:59.868Z[ host-package] Compiling atty v0.2.14
37992026-09-15T03:51:00.009Z[ host-package] Compiling libsw v3.5.0
38002026-09-15T03:51:00.084Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38012026-09-15T03:51:00.126Z[ host-package] Compiling tokio-tungstenite v0.23.1
38022026-09-15T03:51:00.191Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38032026-09-15T03:51:00.268Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
38042026-09-15T03:51:00.331Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
38052026-09-15T03:51:00.335Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38062026-09-15T03:51:00.392Z[ host-package] Compiling slog-stdlog v4.1.1
38072026-09-15T03:51:00.476Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38082026-09-15T03:51:00.531Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38092026-09-15T03:51:00.566Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38102026-09-15T03:51:00.641Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38112026-09-15T03:51:00.743Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38122026-09-15T03:51:01.005Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38132026-09-15T03:51:01.308Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38142026-09-15T03:51:01.706Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38152026-09-15T03:51:01.811Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38162026-09-15T03:51:01.941Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38172026-09-15T03:51:02.253Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-09-15T03:51:03.005Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
38192026-09-15T03:51:03.957Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38202026-09-15T03:51:04.047Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38212026-09-15T03:51:05.258Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38222026-09-15T03:51:06.761Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38232026-09-15T03:51:06.904Z[ helios-setup] Sep 15 03:51:05.915 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.90s
38242026-09-15T03:51:06.939Z[ helios-setup] Sep 15 03:51:05.949 INFO building project "amd-host-image-builder" ok (44 seconds)
38252026-09-15T03:51:06.939Z[ helios-setup] Sep 15 03:51:05.949 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
38262026-09-15T03:51:06.947Z[ helios-setup] Sep 15 03:51:05.957 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
38272026-09-15T03:51:06.947Z[ helios-setup] Sep 15 03:51:05.957 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
38282026-09-15T03:51:06.947Z[ helios-setup] Sep 15 03:51:05.957 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
38292026-09-15T03:51:06.993Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38302026-09-15T03:51:07.061Z[ helios-setup] Sep 15 03:51:06.072 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
38312026-09-15T03:51:07.119Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38322026-09-15T03:51:07.356Z[ helios-setup] Sep 15 03:51:06.367 INFO E| From https://github.com/jclulow/hiercmd
38332026-09-15T03:51:07.357Z[ helios-setup] Sep 15 03:51:06.367 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
38342026-09-15T03:51:07.369Z[ helios-setup] Sep 15 03:51:06.379 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
38352026-09-15T03:51:07.716Z[ helios-setup] Sep 15 03:51:06.726 INFO E| From https://github.com/oxidecomputer/network-interface
38362026-09-15T03:51:07.716Z[ helios-setup] Sep 15 03:51:06.726 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38372026-09-15T03:51:07.727Z[ helios-setup] Sep 15 03:51:06.738 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38382026-09-15T03:51:07.976Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38392026-09-15T03:51:08.037Z[ helios-setup] Sep 15 03:51:07.048 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38402026-09-15T03:51:08.037Z[ helios-setup] Sep 15 03:51:07.048 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38412026-09-15T03:51:08.057Z[ helios-setup] Sep 15 03:51:07.068 INFO E| Updating crates.io index
38422026-09-15T03:51:08.223Z[ helios-setup] Sep 15 03:51:07.234 INFO E| Downloading crates ...
38432026-09-15T03:51:08.296Z[ helios-setup] Sep 15 03:51:07.306 INFO E| Downloaded bitfield-macros v0.19.3
38442026-09-15T03:51:08.299Z[ helios-setup] Sep 15 03:51:07.309 INFO E| Downloaded anstyle v1.0.13
38452026-09-15T03:51:08.303Z[ helios-setup] Sep 15 03:51:07.314 INFO E| Downloaded log v0.4.28
38462026-09-15T03:51:08.326Z[ helios-setup] Sep 15 03:51:07.337 INFO E| Downloaded futures-executor v0.3.31
38472026-09-15T03:51:08.329Z[ helios-setup] Sep 15 03:51:07.337 INFO E| Downloaded futures-sink v0.3.31
38482026-09-15T03:51:08.329Z[ helios-setup] Sep 15 03:51:07.338 INFO E| Downloaded clap_derive v4.5.49
38492026-09-15T03:51:08.329Z[ helios-setup] Sep 15 03:51:07.339 INFO E| Downloaded env_logger v0.11.8
38502026-09-15T03:51:08.332Z[ helios-setup] Sep 15 03:51:07.341 INFO E| Downloaded deranged v0.5.5
38512026-09-15T03:51:08.332Z[ helios-setup] Sep 15 03:51:07.342 INFO E| Downloaded num_enum v0.7.5
38522026-09-15T03:51:08.349Z[ helios-setup] Sep 15 03:51:07.360 INFO E| Downloaded term v1.2.0
38532026-09-15T03:51:08.352Z[ helios-setup] Sep 15 03:51:07.362 INFO E| Downloaded futures-macro v0.3.31
38542026-09-15T03:51:08.352Z[ helios-setup] Sep 15 03:51:07.363 INFO E| Downloaded getrandom v0.2.16
38552026-09-15T03:51:08.356Z[ helios-setup] Sep 15 03:51:07.364 INFO E| Downloaded zeroize v1.8.2
38562026-09-15T03:51:08.356Z[ helios-setup] Sep 15 03:51:07.365 INFO E| Downloaded anstyle-query v1.1.4
38572026-09-15T03:51:08.356Z[ helios-setup] Sep 15 03:51:07.366 INFO E| Downloaded env_filter v0.1.4
38582026-09-15T03:51:08.359Z[ helios-setup] Sep 15 03:51:07.367 INFO E| Downloaded crc v3.3.0
38592026-09-15T03:51:08.375Z[ helios-setup] Sep 15 03:51:07.386 INFO E| Downloaded toml_parser v1.0.4
38602026-09-15T03:51:08.379Z[ helios-setup] Sep 15 03:51:07.388 INFO E| Downloaded futures-task v0.3.31
38612026-09-15T03:51:08.382Z[ helios-setup] Sep 15 03:51:07.389 INFO E| Downloaded bitfield v0.19.3
38622026-09-15T03:51:08.382Z[ helios-setup] Sep 15 03:51:07.390 INFO E| Downloaded libdevinfo-sys v1.1.0
38632026-09-15T03:51:08.382Z[ helios-setup] Sep 15 03:51:07.390 INFO E| Downloaded signal-hook-registry v1.4.6
38642026-09-15T03:51:08.382Z[ helios-setup] Sep 15 03:51:07.391 INFO E| Downloaded base64ct v1.8.0
38652026-09-15T03:51:08.382Z[ helios-setup] Sep 15 03:51:07.392 INFO E| Downloaded futures-channel v0.3.31
38662026-09-15T03:51:08.391Z[ helios-setup] Sep 15 03:51:07.402 INFO E| Downloaded serde_spanned v1.0.3
38672026-09-15T03:51:08.394Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38682026-09-15T03:51:08.394Z[ helios-setup] Sep 15 03:51:07.403 INFO E| Downloaded zeroize_derive v1.4.2
38692026-09-15T03:51:08.394Z[ helios-setup] Sep 15 03:51:07.404 INFO E| Downloaded devinfo v0.1.0
38702026-09-15T03:51:08.397Z[ helios-setup] Sep 15 03:51:07.406 INFO E| Downloaded pin-utils v0.1.0
38712026-09-15T03:51:08.401Z[ helios-setup] Sep 15 03:51:07.410 INFO E| Downloaded futures-core v0.3.31
38722026-09-15T03:51:08.404Z[ helios-setup] Sep 15 03:51:07.414 INFO E| Downloaded toml v0.9.8
38732026-09-15T03:51:08.407Z[ helios-setup] Sep 15 03:51:07.417 INFO E| Downloaded time-core v0.1.6
38742026-09-15T03:51:08.413Z[ helios-setup] Sep 15 03:51:07.422 INFO E| Downloaded bytes v1.10.1
38752026-09-15T03:51:08.417Z[ helios-setup] Sep 15 03:51:07.427 INFO E| Downloaded simd-adler32 v0.3.7
38762026-09-15T03:51:08.421Z[ helios-setup] Sep 15 03:51:07.429 INFO E| Downloaded tokio-macros v2.6.0
38772026-09-15T03:51:08.421Z[ helios-setup] Sep 15 03:51:07.430 INFO E| Downloaded generic-array v0.14.9
38782026-09-15T03:51:08.421Z[ host-package] Compiling git2 v0.20.4
38792026-09-15T03:51:08.436Z[ helios-setup] Sep 15 03:51:07.447 INFO E| Downloaded futures-io v0.3.31
38802026-09-15T03:51:08.439Z[ helios-setup] Sep 15 03:51:07.448 INFO E| Downloaded clap_lex v0.7.6
38812026-09-15T03:51:08.439Z[ helios-setup] Sep 15 03:51:07.449 INFO E| Downloaded slab v0.4.11
38822026-09-15T03:51:08.439Z[ helios-setup] Sep 15 03:51:07.450 INFO E| Downloaded toml_datetime v0.7.3
38832026-09-15T03:51:08.443Z[ helios-setup] Sep 15 03:51:07.451 INFO E| Downloaded find-msvc-tools v0.1.4
38842026-09-15T03:51:08.443Z[ helios-setup] Sep 15 03:51:07.452 INFO E| Downloaded thiserror-impl v2.0.17
38852026-09-15T03:51:08.443Z[ helios-setup] Sep 15 03:51:07.453 INFO E| Downloaded thiserror v2.0.17
38862026-09-15T03:51:08.446Z[ helios-setup] Sep 15 03:51:07.457 INFO E| Downloaded toml_writer v1.0.4
38872026-09-15T03:51:08.449Z[ helios-setup] Sep 15 03:51:07.458 INFO E| Downloaded getopts v0.2.24
38882026-09-15T03:51:08.449Z[ helios-setup] Sep 15 03:51:07.459 INFO E| Downloaded proc-macro2 v1.0.103
38892026-09-15T03:51:08.449Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38902026-09-15T03:51:08.452Z[ helios-setup] Sep 15 03:51:07.461 INFO E| Downloaded uuid v1.18.1
38912026-09-15T03:51:08.457Z[ helios-setup] Sep 15 03:51:07.464 INFO E| Downloaded num_enum_derive v0.7.5
38922026-09-15T03:51:08.457Z[ helios-setup] Sep 15 03:51:07.465 INFO E| Downloaded pin-project-lite v0.2.16
38932026-09-15T03:51:08.460Z[ helios-setup] Sep 15 03:51:07.471 INFO E| Downloaded clap v4.5.51
38942026-09-15T03:51:08.480Z[ helios-setup] Sep 15 03:51:07.491 INFO E| Downloaded quote v1.0.41
38952026-09-15T03:51:08.495Z[ helios-setup] Sep 15 03:51:07.504 INFO E| Downloaded iana-time-zone v0.1.64
38962026-09-15T03:51:08.495Z[ helios-setup] Sep 15 03:51:07.506 INFO E| Downloaded flate2 v1.1.5
38972026-09-15T03:51:08.498Z[ helios-setup] Sep 15 03:51:07.509 INFO E| Downloaded time-macros v0.2.24
38982026-09-15T03:51:08.501Z[ helios-setup] Sep 15 03:51:07.510 INFO E| Downloaded bitflags v2.10.0
38992026-09-15T03:51:08.504Z[ helios-setup] Sep 15 03:51:07.513 INFO E| Downloaded anyhow v1.0.100
39002026-09-15T03:51:08.504Z[ helios-setup] Sep 15 03:51:07.515 INFO E| Downloaded unicode-ident v1.0.22
39012026-09-15T03:51:08.507Z[ helios-setup] Sep 15 03:51:07.517 INFO E| Downloaded futures v0.3.31
39022026-09-15T03:51:08.511Z[ helios-setup] Sep 15 03:51:07.520 INFO E| Downloaded indexmap v2.12.0
39032026-09-15T03:51:08.519Z[ helios-setup] Sep 15 03:51:07.530 INFO E| Downloaded socket2 v0.6.1
39042026-09-15T03:51:08.522Z[ helios-setup] Sep 15 03:51:07.532 INFO E| Downloaded cc v1.2.44
39052026-09-15T03:51:08.554Z[ helios-setup] Sep 15 03:51:07.564 INFO E| Downloaded toml_edit v0.23.7
39062026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.567 INFO E| Downloaded typenum v1.19.0
39072026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.569 INFO E| Downloaded memchr v2.7.6
39082026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.573 INFO E| Downloaded rand v0.8.5
39092026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.575 INFO E| Downloaded rsa v0.9.8
39102026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.579 INFO E| Downloaded num-bigint-dig v0.8.4
39112026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.582 INFO E| Downloaded mio v1.1.0
39122026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.585 INFO E| Downloaded iddqd v0.3.14
39132026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.590 INFO E| Downloaded zerocopy-derive v0.8.27
39142026-09-15T03:51:08.635Z[ helios-setup] Sep 15 03:51:07.625 INFO E| Downloaded futures-util v0.3.31
39152026-09-15T03:51:08.646Z[ helios-setup] Sep 15 03:51:07.657 INFO E| Downloaded time v0.3.44
39162026-09-15T03:51:08.651Z[ helios-setup] Sep 15 03:51:07.662 INFO E| Downloaded hashbrown v0.16.0
39172026-09-15T03:51:08.655Z[ helios-setup] Sep 15 03:51:07.666 INFO E| Downloaded libm v0.2.15
39182026-09-15T03:51:08.662Z[ helios-setup] Sep 15 03:51:07.673 INFO E| Downloaded serde_json v1.0.145
39192026-09-15T03:51:08.667Z[ helios-setup] Sep 15 03:51:07.678 INFO E| Downloaded clap_builder v4.5.51
39202026-09-15T03:51:08.716Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39212026-09-15T03:51:08.719Z[ helios-setup] Sep 15 03:51:07.729 INFO E| Downloaded winnow v0.7.13
39222026-09-15T03:51:08.725Z[ helios-setup] Sep 15 03:51:07.736 INFO E| Downloaded chrono v0.4.42
39232026-09-15T03:51:08.731Z[ helios-setup] Sep 15 03:51:07.741 INFO E| Downloaded unicode-width v0.2.2
39242026-09-15T03:51:08.734Z[ helios-setup] Sep 15 03:51:07.745 INFO E| Downloaded zerocopy v0.8.27
39252026-09-15T03:51:08.822Z[ helios-setup] Sep 15 03:51:07.788 INFO E| Downloaded syn v2.0.108
39262026-09-15T03:51:08.826Z[ helios-setup] Sep 15 03:51:07.796 INFO E| Downloaded rustix v1.1.2
39272026-09-15T03:51:08.826Z[ helios-setup] Sep 15 03:51:07.810 INFO E| Downloaded libc v0.2.177
39282026-09-15T03:51:08.826Z[ helios-setup] Sep 15 03:51:07.827 INFO E| Downloaded tokio v1.48.0
39292026-09-15T03:51:08.934Z[ helios-setup] Sep 15 03:51:07.944 INFO E| Compiling proc-macro2 v1.0.103
39302026-09-15T03:51:08.934Z[ helios-setup] Sep 15 03:51:07.944 INFO E| Compiling quote v1.0.41
39312026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.944 INFO E| Compiling unicode-ident v1.0.22
39322026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling libc v0.2.177
39332026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling serde_core v1.0.228
39342026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling cfg-if v1.0.4
39352026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling serde v1.0.228
39362026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling version_check v0.9.5
39372026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling autocfg v1.5.0
39382026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling typenum v1.19.0
39392026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling const-oid v0.9.6
39402026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling libm v0.2.15
39412026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling zerocopy v0.8.27
39422026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling rustversion v1.0.22
39432026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling base64ct v1.8.0
39442026-09-15T03:51:08.937Z[ helios-setup] Sep 15 03:51:07.945 INFO E| Compiling zeroize v1.8.2
39452026-09-15T03:51:09.206Z[ helios-setup] Sep 15 03:51:08.216 INFO E| Compiling smallvec v1.15.1
39462026-09-15T03:51:09.369Z[ helios-setup] Sep 15 03:51:08.379 INFO E| Compiling memchr v2.7.6
39472026-09-15T03:51:09.627Z[ helios-setup] Sep 15 03:51:08.631 INFO E| Compiling pem-rfc7468 v0.7.0
39482026-09-15T03:51:09.710Z[ helios-setup] Sep 15 03:51:08.718 INFO E| Compiling utf8parse v0.2.2
39492026-09-15T03:51:09.718Z[ helios-setup] Sep 15 03:51:08.724 INFO E| Compiling equivalent v1.0.2
39502026-09-15T03:51:09.777Z[ helios-setup] Sep 15 03:51:08.788 INFO E| Compiling hashbrown v0.16.0
39512026-09-15T03:51:09.815Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39522026-09-15T03:51:09.845Z[ helios-setup] Sep 15 03:51:08.856 INFO E| Compiling winnow v0.7.13
39532026-09-15T03:51:09.851Z[ helios-setup] Sep 15 03:51:08.862 INFO E| Compiling num-traits v0.2.19
39542026-09-15T03:51:09.931Z[ helios-setup] Sep 15 03:51:08.942 INFO E| Compiling generic-array v0.14.9
39552026-09-15T03:51:09.942Z[ helios-setup] Sep 15 03:51:08.953 INFO E| Compiling flagset v0.4.7
39562026-09-15T03:51:10.161Z[ helios-setup] Sep 15 03:51:09.170 INFO E| Compiling byteorder v1.5.0
39572026-09-15T03:51:10.166Z[ helios-setup] Sep 15 03:51:09.177 INFO E| Compiling anyhow v1.0.100
39582026-09-15T03:51:10.298Z[ helios-setup] Sep 15 03:51:09.309 INFO E| Compiling crc32fast v1.5.0
39592026-09-15T03:51:10.510Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39602026-09-15T03:51:10.643Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39612026-09-15T03:51:10.675Z[ helios-setup] Sep 15 03:51:09.685 INFO E| Compiling rustix v1.1.2
39622026-09-15T03:51:10.775Z[ helios-setup] Sep 15 03:51:09.786 INFO E| Compiling indexmap v2.12.0
39632026-09-15T03:51:10.823Z[ helios-setup] Sep 15 03:51:09.834 INFO E| Compiling anstyle-parse v0.2.7
39642026-09-15T03:51:10.895Z[ helios-setup] Sep 15 03:51:09.905 INFO E| Compiling getrandom v0.2.16
39652026-09-15T03:51:10.899Z[ helios-setup] Sep 15 03:51:09.906 INFO E| Compiling errno v0.3.14
39662026-09-15T03:51:10.960Z[ helios-setup] Sep 15 03:51:09.970 INFO E| Compiling anstyle-query v1.1.4
39672026-09-15T03:51:11.003Z[ helios-setup] Sep 15 03:51:10.013 INFO E| Compiling shlex v1.3.0
39682026-09-15T03:51:11.176Z[ helios-setup] Sep 15 03:51:10.185 INFO E| Compiling rand_core v0.6.4
39692026-09-15T03:51:11.285Z[ helios-setup] Sep 15 03:51:10.296 INFO E| Compiling syn v1.0.109
39702026-09-15T03:51:11.338Z[ helios-setup] Sep 15 03:51:10.349 INFO E| Compiling colorchoice v1.0.4
39712026-09-15T03:51:11.505Z[ helios-setup] Sep 15 03:51:10.515 INFO E| Compiling syn v2.0.108
39722026-09-15T03:51:11.589Z[ helios-setup] Sep 15 03:51:10.599 INFO E| Compiling allocator-api2 v0.2.21
39732026-09-15T03:51:11.599Z[ helios-setup] Sep 15 03:51:10.609 INFO E| Compiling find-msvc-tools v0.1.4
39742026-09-15T03:51:11.606Z[ helios-setup] Sep 15 03:51:10.617 INFO E| Compiling is_terminal_polyfill v1.70.2
39752026-09-15T03:51:11.683Z[ helios-setup] Sep 15 03:51:10.693 INFO E| Compiling toml_datetime v0.7.3
39762026-09-15T03:51:11.690Z[ helios-setup] Sep 15 03:51:10.701 INFO E| Compiling anstyle v1.0.13
39772026-09-15T03:51:11.809Z[ helios-setup] Sep 15 03:51:10.820 INFO E| Compiling cpufeatures v0.2.17
39782026-09-15T03:51:11.829Z[ helios-setup] Sep 15 03:51:10.839 INFO E| Compiling radium v0.7.0
39792026-09-15T03:51:11.899Z[ helios-setup] Sep 15 03:51:10.910 INFO E| Compiling cc v1.2.44
39802026-09-15T03:51:11.943Z[ helios-setup] Sep 15 03:51:10.954 INFO E| Compiling slog v2.8.2
39812026-09-15T03:51:12.093Z[ helios-setup] Sep 15 03:51:11.103 INFO E| Compiling parking_lot_core v0.9.12
39822026-09-15T03:51:12.175Z[ helios-setup] Sep 15 03:51:11.185 INFO E| Compiling anstream v0.6.21
39832026-09-15T03:51:12.337Z[ helios-setup] Sep 15 03:51:11.347 INFO E| Compiling pkg-config v0.3.32
39842026-09-15T03:51:12.427Z[ helios-setup] Sep 15 03:51:11.437 INFO E| Compiling unicode-width v0.2.2
39852026-09-15T03:51:12.700Z[ helios-setup] Sep 15 03:51:11.710 INFO E| Compiling futures-core v0.3.31
39862026-09-15T03:51:12.782Z[ helios-setup] Sep 15 03:51:11.793 INFO E| Compiling block-buffer v0.10.4
39872026-09-15T03:51:12.786Z[ helios-setup] Sep 15 03:51:11.793 INFO E| Compiling crypto-common v0.1.6
39882026-09-15T03:51:13.012Z[ helios-setup] Sep 15 03:51:12.022 INFO E| Compiling digest v0.10.7
39892026-09-15T03:51:13.022Z[ helios-setup] Sep 15 03:51:12.033 INFO E| Compiling toml_parser v1.0.4
39902026-09-15T03:51:13.066Z[ helios-setup] Sep 15 03:51:12.076 INFO E| Compiling tap v1.0.1
39912026-09-15T03:51:13.089Z[ helios-setup] Sep 15 03:51:12.099 INFO E| Compiling maybe-uninit v2.0.0
39922026-09-15T03:51:13.089Z[ helios-setup] Sep 15 03:51:12.099 INFO E| Compiling futures-sink v0.3.31
39932026-09-15T03:51:13.141Z[ helios-setup] Sep 15 03:51:12.151 INFO E| Compiling pin-project-lite v0.2.16
39942026-09-15T03:51:13.234Z[ helios-setup] Sep 15 03:51:12.244 INFO E| Compiling wyz v0.5.1
39952026-09-15T03:51:13.238Z[ helios-setup] Sep 15 03:51:12.245 INFO E| Compiling futures-channel v0.3.31
39962026-09-15T03:51:13.266Z[ helios-setup] Sep 15 03:51:12.277 INFO E| Compiling getopts v0.2.24
39972026-09-15T03:51:13.313Z[ helios-setup] Sep 15 03:51:12.323 INFO E| Compiling ahash v0.8.12
39982026-09-15T03:51:13.322Z[ helios-setup] Sep 15 03:51:12.332 INFO E| Compiling sha2 v0.10.9
39992026-09-15T03:51:13.445Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40002026-09-15T03:51:13.508Z[ helios-setup] Sep 15 03:51:12.519 INFO E| Compiling num-integer v0.1.46
40012026-09-15T03:51:13.537Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40022026-09-15T03:51:13.607Z[ helios-setup] Sep 15 03:51:12.618 INFO E| Compiling thiserror v1.0.69
40032026-09-15T03:51:13.737Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40042026-09-15T03:51:13.861Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40052026-09-15T03:51:13.904Z[ helios-setup] Sep 15 03:51:12.914 INFO E| Compiling toml_edit v0.23.7
40062026-09-15T03:51:14.135Z[ helios-setup] Sep 15 03:51:13.102 INFO E| Compiling spin v0.9.8
40072026-09-15T03:51:14.139Z[ host-package] Compiling signal-hook-tokio v0.3.1
40082026-09-15T03:51:14.139Z[ helios-setup] Sep 15 03:51:13.121 INFO E| Compiling getrandom v0.3.4
40092026-09-15T03:51:14.139Z[ helios-setup] Sep 15 03:51:13.121 INFO E| Compiling packed_struct v0.10.1
40102026-09-15T03:51:14.139Z[ helios-setup] Sep 15 03:51:13.132 INFO E| Compiling itoa v1.0.15
40112026-09-15T03:51:14.172Z[ host-package] Compiling fatfs v0.3.6
40122026-09-15T03:51:14.177Z[ helios-setup] Sep 15 03:51:13.187 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
40132026-09-15T03:51:14.177Z[ helios-setup] Sep 15 03:51:13.187 INFO E| Compiling time-core v0.1.6
40142026-09-15T03:51:14.384Z[ helios-setup] Sep 15 03:51:13.395 INFO E| Compiling heck v0.5.0
40152026-09-15T03:51:14.411Z[ helios-setup] Sep 15 03:51:13.422 INFO E| Compiling powerfmt v0.2.0
40162026-09-15T03:51:14.452Z[ helios-setup] Sep 15 03:51:13.462 INFO E| Compiling num-bigint-dig v0.8.4
40172026-09-15T03:51:14.500Z[ helios-setup] Sep 15 03:51:13.510 INFO E| Compiling bitflags v2.10.0
40182026-09-15T03:51:14.508Z[ helios-setup] Sep 15 03:51:13.518 INFO E| Compiling pin-utils v0.1.0
40192026-09-15T03:51:14.603Z[ helios-setup] Sep 15 03:51:13.613 INFO E| Compiling futures-task v0.3.31
40202026-09-15T03:51:14.626Z[ host-package] Compiling yasna v0.5.2
40212026-09-15T03:51:14.756Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40222026-09-15T03:51:14.768Z[ helios-setup] Sep 15 03:51:13.778 INFO E| Compiling slab v0.4.11
40232026-09-15T03:51:14.802Z[ helios-setup] Sep 15 03:51:13.810 INFO E| Compiling strsim v0.11.1
40242026-09-15T03:51:14.828Z[ helios-setup] Sep 15 03:51:13.838 INFO E| Compiling futures-io v0.3.31
40252026-09-15T03:51:14.840Z[ helios-setup] Sep 15 03:51:13.851 INFO E| Compiling bytes v1.10.1
40262026-09-15T03:51:14.999Z[ helios-setup] Sep 15 03:51:14.010 INFO E| Compiling proc-macro-crate v3.4.0
40272026-09-15T03:51:15.022Z[ helios-setup] Sep 15 03:51:14.033 INFO E| Compiling funty v2.0.0
40282026-09-15T03:51:15.091Z[ helios-setup] Sep 15 03:51:14.102 INFO E| Compiling scopeguard v1.2.0
40292026-09-15T03:51:15.137Z[ helios-setup] Sep 15 03:51:14.146 INFO E| Compiling num-conv v0.1.0
40302026-09-15T03:51:15.163Z[ helios-setup] Sep 15 03:51:14.174 INFO E| Compiling clap_lex v0.7.6
40312026-09-15T03:51:15.205Z[ helios-setup] Sep 15 03:51:14.216 INFO E| Compiling lock_api v0.4.14
40322026-09-15T03:51:15.297Z[ helios-setup] Sep 15 03:51:14.306 INFO E| Compiling deranged v0.5.5
40332026-09-15T03:51:15.328Z[ helios-setup] Sep 15 03:51:14.339 INFO E| Compiling time-macros v0.2.24
40342026-09-15T03:51:15.378Z[ helios-setup] Sep 15 03:51:14.388 INFO E| Compiling num-iter v0.1.45
40352026-09-15T03:51:15.482Z[ host-package] Compiling console v0.16.2
40362026-09-15T03:51:15.611Z[ helios-setup] Sep 15 03:51:14.621 INFO E| Compiling lazy_static v1.5.0
40372026-09-15T03:51:15.674Z[ helios-setup] Sep 15 03:51:14.684 INFO E| Compiling bitvec v1.0.1
40382026-09-15T03:51:15.980Z[ helios-setup] Sep 15 03:51:14.991 INFO E| Compiling indexmap v1.9.3
40392026-09-15T03:51:16.060Z[ helios-setup] Sep 15 03:51:15.071 INFO E| Compiling terminal_size v0.4.3
40402026-09-15T03:51:16.216Z[ helios-setup] Sep 15 03:51:15.227 INFO E| Compiling serde_json v1.0.145
40412026-09-15T03:51:16.278Z[ helios-setup] Sep 15 03:51:15.288 INFO E| Compiling clap_builder v4.5.51
40422026-09-15T03:51:16.315Z[ helios-setup] Sep 15 03:51:15.325 INFO E| Compiling adler2 v2.0.1
40432026-09-15T03:51:16.566Z[ helios-setup] Sep 15 03:51:15.577 INFO E| Compiling iana-time-zone v0.1.64
40442026-09-15T03:51:16.599Z[ host-package] Compiling seq-macro v0.3.6
40452026-09-15T03:51:16.817Z[ helios-setup] Sep 15 03:51:15.828 INFO E| Compiling nodrop v0.1.14
40462026-09-15T03:51:16.935Z[ helios-setup] Sep 15 03:51:15.945 INFO E| Compiling crc-catalog v2.4.0
40472026-09-15T03:51:16.985Z[ helios-setup] Sep 15 03:51:15.995 INFO E| Compiling thiserror v2.0.17
40482026-09-15T03:51:16.992Z[ helios-setup] Sep 15 03:51:16.002 INFO E| Compiling log v0.4.28
40492026-09-15T03:51:17.053Z[ helios-setup] Sep 15 03:51:16.063 INFO E| Compiling once_cell v1.21.3
40502026-09-15T03:51:17.088Z[ helios-setup] Sep 15 03:51:16.099 INFO E| Compiling simd-adler32 v0.3.7
40512026-09-15T03:51:17.105Z[ helios-setup] Sep 15 03:51:16.115 INFO E| Compiling crc v3.3.0
40522026-09-15T03:51:17.138Z[ helios-setup] Sep 15 03:51:16.148 INFO E| Compiling array-init v0.0.4
40532026-09-15T03:51:17.149Z[ helios-setup] Sep 15 03:51:16.160 INFO E| Compiling chrono v0.4.42
40542026-09-15T03:51:17.190Z[ host-package] Compiling assert_matches v1.5.0
40552026-09-15T03:51:17.289Z[ helios-setup] Sep 15 03:51:16.299 INFO E| Compiling parking_lot v0.12.5
40562026-09-15T03:51:17.351Z[ helios-setup] Sep 15 03:51:16.362 INFO E| Compiling time v0.3.44
40572026-09-15T03:51:17.376Z[ helios-setup] Sep 15 03:51:16.386 INFO E| Compiling smallvec v0.6.14
40582026-09-15T03:51:17.457Z[ host-package] Compiling indicatif v0.18.4
40592026-09-15T03:51:17.461Z[ helios-setup] Sep 15 03:51:16.471 INFO E| Compiling miniz_oxide v0.8.9
40602026-09-15T03:51:17.671Z[ helios-setup] Sep 15 03:51:16.682 INFO E| Compiling env_filter v0.1.4
40612026-09-15T03:51:18.052Z[ host-package] Compiling rcgen v0.12.1
40622026-09-15T03:51:18.057Z[ helios-setup] Sep 15 03:51:17.068 INFO E| Compiling serde_spanned v1.0.3
40632026-09-15T03:51:18.563Z[ helios-setup] Sep 15 03:51:17.574 INFO E| Compiling signature v2.2.0
40642026-09-15T03:51:18.744Z[ helios-setup] Sep 15 03:51:17.755 INFO E| Compiling is-terminal v0.4.17
40652026-09-15T03:51:18.748Z[ helios-setup] Sep 15 03:51:17.755 INFO E| Compiling packed_struct_codegen v0.10.1
40662026-09-15T03:51:18.758Z[ helios-setup] Sep 15 03:51:17.769 INFO E| Compiling mio v1.1.0
40672026-09-15T03:51:18.816Z[ helios-setup] Sep 15 03:51:17.827 INFO E| Compiling serde_derive v1.0.228
40682026-09-15T03:51:18.870Z[ helios-setup] Sep 15 03:51:17.881 INFO E| Compiling zerocopy-derive v0.8.27
40692026-09-15T03:51:18.897Z[ helios-setup] Sep 15 03:51:17.908 INFO E| Compiling der_derive v0.7.3
40702026-09-15T03:51:18.943Z[ helios-setup] Sep 15 03:51:17.954 INFO E| Compiling futures-macro v0.3.31
40712026-09-15T03:51:18.981Z[ helios-setup] Sep 15 03:51:17.991 INFO E| Compiling thiserror-impl v1.0.69
40722026-09-15T03:51:18.986Z[ helios-setup] Sep 15 03:51:17.992 INFO E| Compiling zerocopy-derive v0.6.6
40732026-09-15T03:51:19.052Z[ helios-setup] Sep 15 03:51:18.063 INFO E| Compiling num_enum_derive v0.7.5
40742026-09-15T03:51:19.787Z[ helios-setup] Sep 15 03:51:18.797 INFO E| Compiling bitfield-macros v0.19.3
40752026-09-15T03:51:19.825Z[ helios-setup] Sep 15 03:51:18.835 INFO E| Compiling clap_derive v4.5.49
40762026-09-15T03:51:20.084Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40772026-09-15T03:51:20.436Z[ helios-setup] Sep 15 03:51:19.446 INFO E| Compiling thiserror-impl v2.0.17
40782026-09-15T03:51:20.517Z[ helios-setup] Sep 15 03:51:19.528 INFO E| Compiling futures-util v0.3.31
40792026-09-15T03:51:20.545Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40802026-09-15T03:51:20.576Z[ helios-setup] Sep 15 03:51:19.586 INFO E| Compiling tokio-macros v2.6.0
40812026-09-15T03:51:21.210Z[ helios-setup] Sep 15 03:51:20.220 INFO E| Compiling socket2 v0.6.1
40822026-09-15T03:51:21.230Z[ helios-setup] Sep 15 03:51:20.241 INFO E| Compiling num_enum v0.7.5
40832026-09-15T03:51:21.237Z[ helios-setup] Sep 15 03:51:20.248 INFO E| Compiling zerocopy v0.6.6
40842026-09-15T03:51:21.311Z[ helios-setup] Sep 15 03:51:20.322 INFO E| Compiling der v0.7.10
40852026-09-15T03:51:21.383Z[ helios-setup] Sep 15 03:51:20.393 INFO E| Compiling signal-hook-registry v1.4.6
40862026-09-15T03:51:21.570Z[ helios-setup] Sep 15 03:51:20.580 INFO E| Compiling thread_local v1.1.9
40872026-09-15T03:51:21.626Z[ helios-setup] Sep 15 03:51:20.636 INFO E| Compiling subtle v2.6.1
40882026-09-15T03:51:21.886Z[ helios-setup] Sep 15 03:51:20.897 INFO E| Compiling toml_writer v1.0.4
40892026-09-15T03:51:22.091Z[ helios-setup] Sep 15 03:51:21.101 INFO E| Compiling hashbrown v0.12.3
40902026-09-15T03:51:22.156Z[ helios-setup] Sep 15 03:51:21.167 INFO E| Compiling bitfield v0.19.3
40912026-09-15T03:51:22.195Z[ helios-setup] Sep 15 03:51:21.205 INFO E| Compiling term v1.2.0
40922026-09-15T03:51:22.310Z[ helios-setup] Sep 15 03:51:21.320 INFO E| Compiling winnow v0.5.40
40932026-09-15T03:51:22.554Z[ helios-setup] Sep 15 03:51:21.564 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40942026-09-15T03:51:22.655Z[ helios-setup] Sep 15 03:51:21.665 INFO E| Compiling libdevinfo-sys v1.1.0
40952026-09-15T03:51:22.696Z[ helios-setup] Sep 15 03:51:21.706 INFO E| Compiling base64 v0.21.7
40962026-09-15T03:51:22.768Z[ helios-setup] Sep 15 03:51:21.750 INFO E| Compiling ryu v1.0.20
40972026-09-15T03:51:22.768Z[ host-package] Compiling slog-envlogger v2.2.0
40982026-09-15T03:51:22.825Z[ helios-setup] Sep 15 03:51:21.836 INFO E| Compiling devinfo v0.1.0
40992026-09-15T03:51:22.856Z[ helios-setup] Sep 15 03:51:21.866 INFO E| Compiling toml v0.9.8
41002026-09-15T03:51:22.884Z[ helios-setup] Sep 15 03:51:21.894 INFO E| Compiling tokio v1.48.0
41012026-09-15T03:51:23.262Z[ helios-setup] Sep 15 03:51:22.273 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
41022026-09-15T03:51:23.285Z[ helios-setup] Sep 15 03:51:22.295 INFO E| Compiling bzip2 v0.4.4
41032026-09-15T03:51:23.524Z[ host-package] Compiling oxide-update-engine-display v0.1.2
41042026-09-15T03:51:23.762Z[ helios-setup] Sep 15 03:51:22.773 INFO E| Compiling spki v0.7.3
41052026-09-15T03:51:23.787Z[ helios-setup] Sep 15 03:51:22.797 INFO E| Compiling clap v4.5.51
41062026-09-15T03:51:23.874Z[ helios-setup] Sep 15 03:51:22.884 INFO E| Compiling flate2 v1.1.5
41072026-09-15T03:51:23.891Z[ helios-setup] Sep 15 03:51:22.901 INFO E| Compiling env_logger v0.11.8
41082026-09-15T03:51:24.001Z[ helios-setup] Sep 15 03:51:23.011 INFO E| Compiling uuid v1.18.1
41092026-09-15T03:51:24.113Z[ helios-setup] Sep 15 03:51:23.123 INFO E| Compiling pkcs8 v0.10.2
41102026-09-15T03:51:24.253Z[ helios-setup] Sep 15 03:51:23.260 INFO E| Compiling x509-cert v0.2.5
41112026-09-15T03:51:24.318Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41122026-09-15T03:51:24.992Z[ helios-setup] Sep 15 03:51:23.999 INFO E| Compiling erased-serde v0.3.31
41132026-09-15T03:51:25.007Z[ helios-setup] Sep 15 03:51:24.017 INFO E| Compiling serde_spanned v0.6.9
41142026-09-15T03:51:25.153Z[ helios-setup] Sep 15 03:51:24.126 INFO E| Compiling toml_datetime v0.6.11
41152026-09-15T03:51:25.191Z[ helios-setup] Sep 15 03:51:24.202 INFO E| Compiling ppv-lite86 v0.2.21
41162026-09-15T03:51:25.303Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41172026-09-15T03:51:25.445Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41182026-09-15T03:51:25.466Z[ helios-setup] Sep 15 03:51:24.476 INFO E| Compiling pkcs1 v0.7.5
41192026-09-15T03:51:25.514Z[ helios-setup] Sep 15 03:51:24.525 INFO E| Compiling hashbrown v0.13.2
41202026-09-15T03:51:25.712Z[ helios-setup] Sep 15 03:51:24.722 INFO E| Compiling toml_edit v0.19.15
41212026-09-15T03:51:25.728Z[ host-package] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
41222026-09-15T03:51:25.874Z[ helios-setup] Sep 15 03:51:24.885 INFO E| Compiling rand_chacha v0.3.1
41232026-09-15T03:51:25.966Z[ helios-setup] Sep 15 03:51:24.967 INFO E| Compiling futures-executor v0.3.31
41242026-09-15T03:51:26.158Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41252026-09-15T03:51:26.182Z[ helios-setup] Sep 15 03:51:25.192 INFO E| Compiling ron v0.8.1
41262026-09-15T03:51:26.262Z[ host-package] Compiling port-file v0.1.0
41272026-09-15T03:51:26.312Z[ helios-setup] Sep 15 03:51:25.322 INFO E| Compiling rand v0.8.5
41282026-09-15T03:51:26.519Z[ helios-setup] Sep 15 03:51:25.529 INFO E| Compiling futures v0.3.31
41292026-09-15T03:51:26.556Z[ helios-setup] Sep 15 03:51:25.566 INFO E| Compiling serde-hex v0.1.0
41302026-09-15T03:51:26.623Z[ helios-setup] Sep 15 03:51:25.634 INFO E| Compiling foldhash v0.2.0
41312026-09-15T03:51:26.926Z[ helios-setup] Sep 15 03:51:25.936 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41322026-09-15T03:51:26.931Z[ host-package] Compiling rtoolbox v0.0.3
41332026-09-15T03:51:26.935Z[ helios-setup] Sep 15 03:51:25.945 INFO E| Compiling slog-term v2.9.2
41342026-09-15T03:51:27.015Z[ helios-setup] Sep 15 03:51:26.023 INFO E| Compiling crc-any v2.5.0
41352026-09-15T03:51:27.082Z[ host-package] Compiling subprocess v0.2.15
41362026-09-15T03:51:27.365Z[ helios-setup] Sep 15 03:51:26.375 INFO E| Compiling bitflags v1.3.2
41372026-09-15T03:51:27.371Z[ host-package] Compiling rpassword v7.5.4
41382026-09-15T03:51:27.429Z[ helios-setup] Sep 15 03:51:26.439 INFO E| Compiling rustc-hash v2.1.1
41392026-09-15T03:51:27.474Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41402026-09-15T03:51:27.500Z[ helios-setup] Sep 15 03:51:26.511 INFO E| Compiling hex v0.4.3
41412026-09-15T03:51:27.657Z[ helios-setup] Sep 15 03:51:26.668 INFO E| Compiling iddqd v0.3.14
41422026-09-15T03:51:27.887Z[ helios-setup] Sep 15 03:51:26.898 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41432026-09-15T03:51:28.015Z[ helios-setup] Sep 15 03:51:27.021 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41442026-09-15T03:51:28.126Z[ helios-setup] Sep 15 03:51:27.136 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41452026-09-15T03:51:28.211Z[ helios-setup] Sep 15 03:51:27.221 INFO E| Compiling object v0.30.4
41462026-09-15T03:51:28.352Z[ helios-setup] Sep 15 03:51:27.362 INFO E| Compiling zip v0.6.6
41472026-09-15T03:51:28.440Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-09-15T03:51:29.061Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41492026-09-15T03:51:29.496Z[ helios-setup] Sep 15 03:51:28.506 INFO E| Compiling toml v0.7.8
41502026-09-15T03:51:29.705Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41512026-09-15T03:51:29.816Z[ helios-setup] Sep 15 03:51:28.826 INFO E| Compiling rsa v0.9.8
41522026-09-15T03:51:29.834Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41532026-09-15T03:51:29.963Z[ helios-setup] Sep 15 03:51:28.973 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41542026-09-15T03:51:30.076Z[ helios-setup] Sep 15 03:51:29.082 INFO E| Compiling path-slash v0.1.5
41552026-09-15T03:51:30.429Z[ host-package] Compiling tui-tree-widget v0.23.1
41562026-09-15T03:51:30.982Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41572026-09-15T03:51:31.417Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41582026-09-15T03:51:31.978Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41592026-09-15T03:51:32.085Z[ helios-setup] Sep 15 03:51:31.095 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41602026-09-15T03:51:32.199Z[ helios-setup] Sep 15 03:51:31.209 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41612026-09-15T03:51:34.531Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41622026-09-15T03:51:34.811Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41632026-09-15T03:51:35.167Z[ host-package] Compiling uzers v0.12.2
41642026-09-15T03:51:35.342Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41652026-09-15T03:51:36.414Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41662026-09-15T03:51:36.591Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41672026-09-15T03:51:37.041Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41682026-09-15T03:51:37.279Z[ host-package] Compiling support-bundle-viewer v0.1.2
41692026-09-15T03:51:37.550Z[ helios-setup] Sep 15 03:51:36.561 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41702026-09-15T03:51:37.629Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41712026-09-15T03:51:37.724Z[ host-package] Compiling multimap v0.10.1
41722026-09-15T03:51:38.865Z[ helios-setup] Sep 15 03:51:37.876 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
41732026-09-15T03:51:39.214Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41742026-09-15T03:51:43.550Z[ helios-setup] Sep 15 03:51:42.561 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
41752026-09-15T03:51:55.451Z[ helios-setup] Sep 15 03:51:54.461 INFO E| Finished `release` profile [optimized] target(s) in 48.49s
41762026-09-15T03:51:55.455Z[ helios-setup] Sep 15 03:51:54.464 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41772026-09-15T03:51:55.455Z[ helios-setup] Sep 15 03:51:54.464 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41782026-09-15T03:51:55.512Z[ helios-setup] Sep 15 03:51:54.522 INFO building project "pilot" ok (48 seconds)
41792026-09-15T03:51:55.515Z[ helios-setup] rm -f helios-build
41802026-09-15T03:51:55.515Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41812026-09-15T03:51:55.520Z[ helios-setup]
41822026-09-15T03:51:55.523Z[ helios-setup] Setup complete! ./helios-build is now available.
41832026-09-15T03:51:55.523Z[ helios-setup]
41842026-09-15T03:51:55.526Z[ helios-setup]
41852026-09-15T03:51:55.526Z[ helios-setup] real 3:00.628154767
41862026-09-15T03:51:55.526Z[ helios-setup] user 7:07.028818672
41872026-09-15T03:51:55.526Z[ helios-setup] sys 1:21.975867323
41882026-09-15T03:51:55.526Z[ helios-setup] trap 0.593807370
41892026-09-15T03:51:55.526Z[ helios-setup] tflt 2.608008354
41902026-09-15T03:51:55.527Z[ helios-setup] dflt 8.134508412
41912026-09-15T03:51:55.527Z[ helios-setup] kflt 0.021558323
41922026-09-15T03:51:55.527Z[ helios-setup] lock 57:30.965487682
41932026-09-15T03:51:55.527Z[ helios-setup] slp 38:41.560982126
41942026-09-15T03:51:55.527Z[ helios-setup] lat 7:13.419669834
41952026-09-15T03:51:55.527Z[ helios-setup] stop 1:39.739308549
41962026-09-15T03:51:55.527ZSep 15 03:51:54.535 INFO [helios-setup] process exited with exit status: 0 (180.63132471s)
41972026-09-15T03:51:55.527ZSep 15 03:51:54.535 INFO [helios-record] running task
41982026-09-15T03:51:55.527ZSep 15 03:51:54.535 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41992026-09-15T03:51:55.531ZSep 15 03:51:54.539 DEBG process exited with exit status: 0 (4.228694ms)
42002026-09-15T03:51:55.531ZSep 15 03:51:54.539 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
42012026-09-15T03:51:55.534ZSep 15 03:51:54.543 DEBG process exited with exit status: 0 (4.286665ms)
42022026-09-15T03:51:55.534ZSep 15 03:51:54.543 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
42032026-09-15T03:51:55.537ZSep 15 03:51:54.547 DEBG process exited with exit status: 0 (3.522474ms)
42042026-09-15T03:51:55.537ZSep 15 03:51:54.547 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
42052026-09-15T03:51:55.545ZSep 15 03:51:54.550 DEBG process exited with exit status: 0 (3.317033ms)
42062026-09-15T03:51:55.545ZSep 15 03:51:54.550 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
42072026-09-15T03:51:55.545ZSep 15 03:51:54.553 DEBG process exited with exit status: 0 (3.027504ms)
42082026-09-15T03:51:55.545ZSep 15 03:51:54.553 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
42092026-09-15T03:51:55.548ZSep 15 03:51:54.556 DEBG process exited with exit status: 0 (2.973583ms)
42102026-09-15T03:51:55.548ZSep 15 03:51:54.556 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
42112026-09-15T03:51:55.551ZSep 15 03:51:54.559 DEBG process exited with exit status: 0 (2.927214ms)
42122026-09-15T03:51:55.551ZSep 15 03:51:54.559 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
42132026-09-15T03:51:55.554ZSep 15 03:51:54.562 DEBG process exited with exit status: 0 (2.950533ms)
42142026-09-15T03:51:55.554ZSep 15 03:51:54.562 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
42152026-09-15T03:51:55.554ZSep 15 03:51:54.565 DEBG process exited with exit status: 0 (2.872573ms)
42162026-09-15T03:51:55.558ZSep 15 03:51:54.565 INFO [helios-record] task succeeded (30.817896ms)
42172026-09-15T03:52:03.279Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42182026-09-15T03:52:26.908Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42192026-09-15T03:52:45.055Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
42202026-09-15T04:00:32.945Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 55s
42212026-09-15T04:00:32.948Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42222026-09-15T04:00:32.948Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42232026-09-15T04:01:11.937ZSep 15 04:01:10.945 INFO [host-package] process exited with exit status: 0 (695.003457419s)
42242026-09-15T04:01:11.937ZSep 15 04:01:10.945 INFO [host-libraries] running task
42252026-09-15T04:01:11.937ZSep 15 04:01:10.945 INFO [host-stamp] running task
42262026-09-15T04:01:11.941ZSep 15 04:01:10.947 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+gita1ed210690f
42272026-09-15T04:01:11.941ZSep 15 04:01:10.948 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+gita1ed210690f
42282026-09-15T04:01:11.941ZSep 15 04:01:10.948 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+gita1ed210690f
42292026-09-15T04:01:11.941ZSep 15 04:01:10.948 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+gita1ed210690f
42302026-09-15T04:01:11.941ZSep 15 04:01:10.948 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+gita1ed210690f
42312026-09-15T04:01:11.945ZSep 15 04:01:10.949 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+gita1ed210690f
42322026-09-15T04:01:11.945ZSep 15 04:01:10.949 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+gita1ed210690f
42332026-09-15T04:01:11.945ZSep 15 04:01:10.949 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+gita1ed210690f
42342026-09-15T04:01:11.948Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42352026-09-15T04:01:11.948Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42362026-09-15T04:01:11.948Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42372026-09-15T04:01:11.948Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42382026-09-15T04:01:11.948Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42392026-09-15T04:01:11.948Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42402026-09-15T04:01:11.949Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42412026-09-15T04:01:11.949Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42422026-09-15T04:01:11.949Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42432026-09-15T04:01:11.952ZSep 15 04:01:10.958 INFO [stamp-overlay] process exited with exit status: 0 (9.762511ms)
42442026-09-15T04:01:11.956Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42452026-09-15T04:01:11.956ZSep 15 04:01:10.963 INFO [stamp-oxlog] process exited with exit status: 0 (13.746936ms)
42462026-09-15T04:01:11.992Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42472026-09-15T04:01:11.995ZSep 15 04:01:11.002 INFO [stamp-crucible-utils] process exited with exit status: 0 (53.979191ms)
42482026-09-15T04:01:12.005Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42492026-09-15T04:01:12.008ZSep 15 04:01:11.014 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (65.919156ms)
42502026-09-15T04:01:12.184Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42512026-09-15T04:01:12.188ZSep 15 04:01:11.195 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (246.851242ms)
42522026-09-15T04:01:12.197Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42532026-09-15T04:01:12.201ZSep 15 04:01:11.207 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (259.693227ms)
42542026-09-15T04:01:12.471Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42552026-09-15T04:01:12.475ZSep 15 04:01:11.482 INFO [stamp-propolis-server] process exited with exit status: 0 (532.942828ms)
42562026-09-15T04:01:12.736ZSep 15 04:01:11.743 INFO [host-libraries] task succeeded (798.836062ms)
42572026-09-15T04:01:12.739ZSep 15 04:01:11.744 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42582026-09-15T04:01:12.742Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42592026-09-15T04:01:13.735Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42602026-09-15T04:01:13.879Z[recovery-package] Compiling regress v0.11.1
42612026-09-15T04:01:13.913Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42622026-09-15T04:01:13.916Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42632026-09-15T04:01:13.934Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42642026-09-15T04:01:13.945Z[recovery-package] Compiling slog-scope v4.4.1
42652026-09-15T04:01:13.948Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42662026-09-15T04:01:13.971Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42672026-09-15T04:01:14.088Z[recovery-package] Compiling slog-stdlog v4.1.1
42682026-09-15T04:01:14.102Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42692026-09-15T04:01:14.126Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42702026-09-15T04:01:14.238Z[recovery-package] Compiling slog-envlogger v2.2.0
42712026-09-15T04:01:14.384Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42722026-09-15T04:01:14.859Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42732026-09-15T04:01:15.007Z[recovery-package] Compiling oxide-update-engine v0.1.2
42742026-09-15T04:01:15.497Z[recovery-package] Compiling typify-impl v0.6.2
42752026-09-15T04:01:16.751Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42762026-09-15T04:01:16.755ZSep 15 04:01:15.763 INFO [stamp-switch-asic] process exited with exit status: 0 (4.815226775s)
42772026-09-15T04:01:16.755ZSep 15 04:01:15.763 INFO [host-stamp] task succeeded (4.817981768s)
42782026-09-15T04:01:16.755ZSep 15 04:01:15.763 INFO [host-proto] running task
42792026-09-15T04:01:17.052ZSep 15 04:01:16.060 INFO [host-proto] task succeeded (297.349899ms)
42802026-09-15T04:01:17.052ZSep 15 04:01:16.060 INFO [host-profile] running task
42812026-09-15T04:01:17.056ZSep 15 04:01:16.060 INFO [host-profile] task succeeded (254µs)
42822026-09-15T04:01:17.056ZSep 15 04:01:16.060 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/.tmp3ft5gm/proto/host/root -N 'ci a1ed210/${os_short_commit} 2026-09-15 03:48' -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/'
42832026-09-15T04:01:17.059Z[ host-image] Sep 15 04:01:16.067 INFO Checking files for board 'cosmo-mbist-noaggr'
42842026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42852026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO Checking files for board 'gimlet'
42862026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42872026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42882026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO Checking files for board 'cosmo-mbist'
42892026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42902026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO Checking files for board 'cosmo'
42912026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42922026-09-15T04:01:17.062Z[ host-image] Sep 15 04:01:16.067 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42932026-09-15T04:01:17.070Z[ host-image] Sep 15 04:01:16.077 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3ft5gm/proto/host/root"
42942026-09-15T04:01:17.073Z[ host-image] Sep 15 04:01:16.077 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42952026-09-15T04:01:17.073Z[ host-image] Sep 15 04:01:16.077 INFO image builder template: ramdisk-01-os...
42962026-09-15T04:01:17.073Z[ host-image] Sep 15 04:01:16.077 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/.tmp3ft5gm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42972026-09-15T04:01:17.082Z[ host-image] Sep 15 04:01:16.090 INFO O| Sep 15 04:01:16.090 INFO CREATE DATASET: rpool/images/build/host/output
42982026-09-15T04:01:17.312Z[recovery-package] Compiling typify v0.6.2
42992026-09-15T04:01:17.398Z[recovery-package] Compiling progenitor-impl v0.14.0
43002026-09-15T04:01:18.148Z[ host-image] Sep 15 04:01:17.156 INFO O| Sep 15 04:01:17.156 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
43012026-09-15T04:01:18.152Z[ host-image] Sep 15 04:01:17.159 INFO O| Sep 15 04:01:17.159 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
43022026-09-15T04:01:18.452Z[ host-image] Sep 15 04:01:17.459 INFO O| Sep 15 04:01:17.459 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
43032026-09-15T04:01:18.577Z[ host-image] Sep 15 04:01:17.585 INFO O| Sep 15 04:01:17.585 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
43042026-09-15T04:01:18.577Z[ host-image] Sep 15 04:01:17.585 INFO O| Sep 15 04:01:17.585 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
43052026-09-15T04:01:18.580Z[ host-image] Sep 15 04:01:17.585 INFO O| Sep 15 04:01:17.585 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
43062026-09-15T04:01:18.580Z[ host-image] Sep 15 04:01:17.585 INFO O| Sep 15 04:01:17.585 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
43072026-09-15T04:01:18.584Z[ host-image] Sep 15 04:01:17.591 INFO O| Sep 15 04:01:17.591 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
43082026-09-15T04:01:18.740Z[recovery-package] Compiling progenitor v0.14.0
43092026-09-15T04:01:18.851Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43102026-09-15T04:01:18.852Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43112026-09-15T04:01:18.872Z[ host-image] Sep 15 04:01:17.879 INFO O| Sep 15 04:01:17.879 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43122026-09-15T04:01:18.880Z[ host-image] Sep 15 04:01:17.887 INFO O| Sep 15 04:01:17.887 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
43132026-09-15T04:01:19.176Z[ host-image] Sep 15 04:01:18.183 INFO O| Sep 15 04:01:18.183 INFO O| Caching catalogs ... Done
43142026-09-15T04:01:19.254Z[ host-image] Sep 15 04:01:18.262 INFO O| Sep 15 04:01:18.262 INFO STEP 0 (pkg_image_create) COMPLETE
43152026-09-15T04:01:19.255Z[ host-image] Sep 15 04:01:18.262 INFO O| Sep 15 04:01:18.262 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43162026-09-15T04:01:19.262Z[ host-image] Sep 15 04:01:18.270 INFO O| Sep 15 04:01:18.270 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"]
43172026-09-15T04:01:19.379Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43182026-09-15T04:01:19.533Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO STEP 1 (pkg_set_publisher) COMPLETE
43192026-09-15T04:01:19.533Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43202026-09-15T04:01:19.533Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO skip step because feature "publisher_1_name" is not enabled
43212026-09-15T04:01:19.533Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43222026-09-15T04:01:19.536Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO skip step because feature "publisher_2_name" is not enabled
43232026-09-15T04:01:19.536Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43242026-09-15T04:01:19.536Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO skip step because feature "publisher_3_name" is not enabled
43252026-09-15T04:01:19.536Z[ host-image] Sep 15 04:01:18.540 INFO O| Sep 15 04:01:18.540 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-09-15T04:01:19.803Z[ host-image] Sep 15 04:01:18.810 INFO O| Sep 15 04:01:18.810 INFO variant opensolaris.zone is already global
43272026-09-15T04:01:19.803Z[ host-image] Sep 15 04:01:18.810 INFO O| Sep 15 04:01:18.810 INFO STEP 5 (pkg_change_variant) COMPLETE
43282026-09-15T04:01:19.806Z[ host-image] Sep 15 04:01:18.810 INFO O| Sep 15 04:01:18.810 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43292026-09-15T04:01:20.061Z[ host-image] Sep 15 04:01:19.068 INFO O| Sep 15 04:01:19.068 INFO variant opensolaris.imagetype is full; changing to partial
43302026-09-15T04:01:20.061Z[ host-image] Sep 15 04:01:19.068 INFO O| Sep 15 04:01:19.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43312026-09-15T04:01:21.939Z[ host-image] Sep 15 04:01:20.946 INFO O| Sep 15 04:01:20.946 INFO O| Startup: Refreshing catalog 'helios' ... Done
43322026-09-15T04:01:22.405Z[ host-image] Sep 15 04:01:21.413 INFO O| Sep 15 04:01:21.413 INFO O| Startup: Caching catalogs ... Done
43332026-09-15T04:01:22.422Z[ host-image] Sep 15 04:01:21.430 INFO O| Sep 15 04:01:21.430 INFO O| Planning: Planning completed in 0.00 seconds
43342026-09-15T04:01:22.425Z[ host-image] Sep 15 04:01:21.430 INFO O| Sep 15 04:01:21.430 INFO O| Planning: Consolidating action changes ... Done
43352026-09-15T04:01:22.425Z[ host-image] Sep 15 04:01:21.430 INFO O| Sep 15 04:01:21.430 INFO O| Planning: Evaluating mediators ... Done
43362026-09-15T04:01:22.425Z[ host-image] Sep 15 04:01:21.431 INFO O| Sep 15 04:01:21.431 INFO O| Planning: Planning completed in 0.00 seconds
43372026-09-15T04:01:22.425Z[ host-image] Sep 15 04:01:21.431 INFO O| Sep 15 04:01:21.431 INFO O| Variants/Facets to change: 1
43382026-09-15T04:01:22.431Z[ host-image] Sep 15 04:01:21.439 INFO O| Sep 15 04:01:21.439 INFO O| Finalize: Updating package state database ... Done
43392026-09-15T04:01:22.431Z[ host-image] Sep 15 04:01:21.439 INFO O| Sep 15 04:01:21.439 INFO O| Finalize: Updating package cache ... Done
43402026-09-15T04:01:22.515Z[ host-image] Sep 15 04:01:21.523 INFO O| Sep 15 04:01:21.523 INFO O| Finalize: Updating image state ... Done
43412026-09-15T04:01:22.528Z[ host-image] Sep 15 04:01:21.536 INFO O| Sep 15 04:01:21.536 INFO O| Finalize: Creating fast lookup database ... Done
43422026-09-15T04:01:22.531Z[ host-image] Sep 15 04:01:21.537 INFO O| Sep 15 04:01:21.537 INFO O| Finalize: Reading search index ... Done
43432026-09-15T04:01:22.531Z[ host-image] Sep 15 04:01:21.537 INFO O| Sep 15 04:01:21.537 INFO O| Finalize: Updating search index ... Done
43442026-09-15T04:01:22.532Z[ host-image] Sep 15 04:01:21.538 INFO O| Sep 15 04:01:21.538 INFO O| Finalize: Updating package cache ... Done
43452026-09-15T04:01:22.730Z[ host-image] Sep 15 04:01:21.738 INFO O| Sep 15 04:01:21.738 INFO STEP 6 (pkg_change_variant) COMPLETE
43462026-09-15T04:01:22.730Z[ host-image] Sep 15 04:01:21.738 INFO O| Sep 15 04:01:21.738 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43472026-09-15T04:01:22.734Z[ host-image] Sep 15 04:01:21.738 INFO O| Sep 15 04:01:21.738 INFO skip step because feature "debug_variant" is not enabled
43482026-09-15T04:01:22.734Z[ host-image] Sep 15 04:01:21.738 INFO O| Sep 15 04:01:21.738 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43492026-09-15T04:01:22.971Z[ host-image] Sep 15 04:01:21.978 INFO O| Sep 15 04:01:21.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43502026-09-15T04:01:24.898Z[ host-image] Sep 15 04:01:23.905 INFO O| Sep 15 04:01:23.905 INFO O| Startup: Refreshing catalog 'helios' ... Done
43512026-09-15T04:01:25.217Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43522026-09-15T04:01:25.361Z[ host-image] Sep 15 04:01:24.368 INFO O| Sep 15 04:01:24.368 INFO O| Startup: Caching catalogs ... Done
43532026-09-15T04:01:25.379Z[ host-image] Sep 15 04:01:24.386 INFO O| Sep 15 04:01:24.386 INFO O| Planning: Planning completed in 0.00 seconds
43542026-09-15T04:01:25.382Z[ host-image] Sep 15 04:01:24.387 INFO O| Sep 15 04:01:24.387 INFO O| Planning: Consolidating action changes ... Done
43552026-09-15T04:01:25.383Z[ host-image] Sep 15 04:01:24.387 INFO O| Sep 15 04:01:24.387 INFO O| Planning: Evaluating mediators ... Done
43562026-09-15T04:01:25.383Z[ host-image] Sep 15 04:01:24.387 INFO O| Sep 15 04:01:24.387 INFO O| Planning: Planning completed in 0.00 seconds
43572026-09-15T04:01:25.383Z[ host-image] Sep 15 04:01:24.387 INFO O| Sep 15 04:01:24.387 INFO O| Variants/Facets to change: 1
43582026-09-15T04:01:25.388Z[ host-image] Sep 15 04:01:24.396 INFO O| Sep 15 04:01:24.396 INFO O| Finalize: Updating package state database ... Done
43592026-09-15T04:01:25.388Z[ host-image] Sep 15 04:01:24.396 INFO O| Sep 15 04:01:24.396 INFO O| Finalize: Updating package cache ... Done
43602026-09-15T04:01:25.467Z[ host-image] Sep 15 04:01:24.474 INFO O| Sep 15 04:01:24.474 INFO O| Finalize: Updating image state ... Done
43612026-09-15T04:01:25.485Z[ host-image] Sep 15 04:01:24.493 INFO O| Sep 15 04:01:24.493 INFO O| Finalize: Creating fast lookup database ... Done
43622026-09-15T04:01:25.489Z[ host-image] Sep 15 04:01:24.493 INFO O| Sep 15 04:01:24.493 INFO O| Finalize: Reading search index ... Done
43632026-09-15T04:01:25.489Z[ host-image] Sep 15 04:01:24.493 INFO O| Sep 15 04:01:24.493 INFO O| Finalize: Updating search index ... Done
43642026-09-15T04:01:25.489Z[ host-image] Sep 15 04:01:24.494 INFO O| Sep 15 04:01:24.494 INFO O| Finalize: Updating package cache ... Done
43652026-09-15T04:01:25.769Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO STEP 8 (pkg_change_facet) COMPLETE
43662026-09-15T04:01:25.769Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43672026-09-15T04:01:25.769Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO skip step because feature "recovery" is not enabled
43682026-09-15T04:01:25.772Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43692026-09-15T04:01:25.773Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO skip step because feature "recovery" is not enabled
43702026-09-15T04:01:25.773Z[ host-image] Sep 15 04:01:24.776 INFO O| Sep 15 04:01:24.776 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43712026-09-15T04:01:25.776Z[ host-image] Sep 15 04:01:24.784 INFO O| Sep 15 04:01:24.784 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"]
43722026-09-15T04:01:26.176Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43732026-09-15T04:01:26.180Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43742026-09-15T04:01:27.773Z[ host-image] Sep 15 04:01:26.781 INFO O| Sep 15 04:01:26.781 INFO O| Startup: Refreshing catalog 'helios' ... Done
43752026-09-15T04:01:28.243Z[ host-image] Sep 15 04:01:27.250 INFO O| Sep 15 04:01:27.250 INFO O| Startup: Caching catalogs ... Done
43762026-09-15T04:01:28.365Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43772026-09-15T04:01:28.365Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43782026-09-15T04:01:29.447Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43792026-09-15T04:01:30.032Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43802026-09-15T04:01:31.037Z[ host-image] Sep 15 04:01:30.044 INFO O| Sep 15 04:01:30.044 INFO O| Planning: Solver setup ... Done
43812026-09-15T04:01:31.356Z[ host-image] Sep 15 04:01:30.363 INFO O| Sep 15 04:01:30.363 INFO O| Planning: Running solver ... Done
43822026-09-15T04:01:31.410Z[ host-image] Sep 15 04:01:30.418 INFO O| Sep 15 04:01:30.418 INFO O| Planning: Finding local manifests ... Done
43832026-09-15T04:01:31.427Z[ host-image] Sep 15 04:01:30.435 INFO O| Sep 15 04:01:30.435 INFO O| Planning: Fetching manifests: 0/130 0% complete
43842026-09-15T04:01:33.063Z[ host-image] Sep 15 04:01:32.071 INFO O| Sep 15 04:01:32.071 INFO O| Planning: Fetching manifests: 130/130 100% complete
43852026-09-15T04:01:33.511Z[ host-image] Sep 15 04:01:32.518 INFO O| Sep 15 04:01:32.518 INFO O| Planning: Package planning ... Done
43862026-09-15T04:01:33.823Z[ host-image] Sep 15 04:01:32.830 INFO O| Sep 15 04:01:32.830 INFO O| Planning: Merging actions ... Done
43872026-09-15T04:01:34.090Z[ host-image] Sep 15 04:01:33.098 INFO O| Sep 15 04:01:33.098 INFO O| Planning: Checking for conflicting actions ... Done
43882026-09-15T04:01:34.190Z[ host-image] Sep 15 04:01:33.198 INFO O| Sep 15 04:01:33.197 INFO O| Planning: Consolidating action changes ... Done
43892026-09-15T04:01:34.359Z[ host-image] Sep 15 04:01:33.366 INFO O| Sep 15 04:01:33.366 INFO O| Planning: Evaluating mediators ... Done
43902026-09-15T04:01:35.773Z[ host-image] Sep 15 04:01:34.781 INFO O| Sep 15 04:01:34.781 INFO O| Planning: Planning completed in 7.51 seconds
43912026-09-15T04:01:35.777Z[ host-image] Sep 15 04:01:34.782 INFO O| Sep 15 04:01:34.782 INFO O| Packages to install: 130
43922026-09-15T04:01:35.778Z[ host-image] Sep 15 04:01:34.782 INFO O| Sep 15 04:01:34.782 INFO O| Mediators to change: 5
43932026-09-15T04:01:35.778Z[ host-image] Sep 15 04:01:34.782 INFO O| Sep 15 04:01:34.782 INFO O| Services to change: 6
43942026-09-15T04:01:35.801Z[ host-image] Sep 15 04:01:34.808 INFO O| Sep 15 04:01:34.808 INFO O| Download: 0/23899 items 0.0/223.1MB 0% complete
43952026-09-15T04:01:40.803Z[ host-image] Sep 15 04:01:39.810 INFO O| Sep 15 04:01:39.810 INFO O| Download: 11679/23899 items 99.3/223.1MB 44% complete (19.9M/s)
43962026-09-15T04:01:45.768Z[ host-image] Sep 15 04:01:44.775 INFO O| Sep 15 04:01:44.775 INFO O| Download: Completed 223.11 MB in 9.97 seconds (22.3M/s)
43972026-09-15T04:01:45.963Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.10s
43982026-09-15T04:01:46.089Z[ host-image] Sep 15 04:01:45.097 INFO O| Sep 15 04:01:45.097 INFO O| Actions: 1/54210 actions (Installing new actions)
43992026-09-15T04:01:48.332ZSep 15 04:01:47.340 INFO [recovery-package] process exited with exit status: 0 (35.595859795s)
44002026-09-15T04:01:48.332ZSep 15 04:01:47.340 INFO [recovery-libraries] running task
44012026-09-15T04:01:48.332ZSep 15 04:01:47.340 INFO [recovery-stamp] running task
44022026-09-15T04:01:48.335ZSep 15 04:01:47.340 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+gita1ed210690f
44032026-09-15T04:01:48.335ZSep 15 04:01:47.340 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gita1ed210690f
44042026-09-15T04:01:48.338Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
44052026-09-15T04:01:48.341Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
44062026-09-15T04:01:48.354ZSep 15 04:01:47.360 INFO [recovery-libraries] task succeeded (20.608213ms)
44072026-09-15T04:01:48.357ZSep 15 04:01:47.360 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
44082026-09-15T04:01:48.377Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
44092026-09-15T04:01:48.381ZSep 15 04:01:47.388 INFO [stamp-installinator] process exited with exit status: 0 (47.402454ms)
44102026-09-15T04:01:48.489Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
44112026-09-15T04:01:48.492ZSep 15 04:01:47.500 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (159.653473ms)
44122026-09-15T04:01:48.492ZSep 15 04:01:47.500 INFO [recovery-stamp] task succeeded (160.161563ms)
44132026-09-15T04:01:48.492ZSep 15 04:01:47.500 INFO [recovery-proto] running task
44142026-09-15T04:01:48.492ZSep 15 04:01:47.500 INFO [tuf-stamp] running task
44152026-09-15T04:01:48.495ZSep 15 04:01:47.500 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+gita1ed210690f
44162026-09-15T04:01:48.495ZSep 15 04:01:47.501 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+gita1ed210690f
44172026-09-15T04:01:48.495ZSep 15 04:01:47.501 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+gita1ed210690f
44182026-09-15T04:01:48.495ZSep 15 04:01:47.502 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+gita1ed210690f
44192026-09-15T04:01:48.495ZSep 15 04:01:47.502 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+gita1ed210690f
44202026-09-15T04:01:48.495ZSep 15 04:01:47.502 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+gita1ed210690f
44212026-09-15T04:01:48.496ZSep 15 04:01:47.502 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+gita1ed210690f
44222026-09-15T04:01:48.496ZSep 15 04:01:47.503 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+gita1ed210690f
44232026-09-15T04:01:48.496ZSep 15 04:01:47.503 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+gita1ed210690f
44242026-09-15T04:01:48.499ZSep 15 04:01:47.503 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+gita1ed210690f
44252026-09-15T04:01:48.499ZSep 15 04:01:47.504 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+gita1ed210690f
44262026-09-15T04:01:48.499ZSep 15 04:01:47.504 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+gita1ed210690f
44272026-09-15T04:01:48.502Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44282026-09-15T04:01:48.502Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44292026-09-15T04:01:48.502Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44302026-09-15T04:01:48.502Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44312026-09-15T04:01:48.502Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44322026-09-15T04:01:48.502Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44332026-09-15T04:01:48.502Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44342026-09-15T04:01:48.502Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44352026-09-15T04:01:48.502Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44362026-09-15T04:01:48.502Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44372026-09-15T04:01:48.506Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44382026-09-15T04:01:48.506Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44392026-09-15T04:01:48.548Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44402026-09-15T04:01:48.552ZSep 15 04:01:47.559 INFO [stamp-probe] process exited with exit status: 0 (59.058458ms)
44412026-09-15T04:01:48.590ZSep 15 04:01:47.598 INFO [recovery-proto] task succeeded (98.188242ms)
44422026-09-15T04:01:48.594ZSep 15 04:01:47.599 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/.tmp3ft5gm/proto/recovery/root -N 'recovery a1ed210/${os_short_commit} 2026-09-15 03:48' -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/'
44432026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.604 INFO Checking files for board 'gimlet'
44442026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44452026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44462026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.605 INFO Checking files for board 'cosmo-mbist'
44472026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44482026-09-15T04:01:48.597Z[ recovery-image] Sep 15 04:01:47.605 INFO Checking files for board 'cosmo'
44492026-09-15T04:01:48.598Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44502026-09-15T04:01:48.598Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44512026-09-15T04:01:48.598Z[ recovery-image] Sep 15 04:01:47.605 INFO Checking files for board 'cosmo-mbist-noaggr'
44522026-09-15T04:01:48.598Z[ recovery-image] Sep 15 04:01:47.605 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44532026-09-15T04:01:48.606Z[ recovery-image] Sep 15 04:01:47.614 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3ft5gm/proto/recovery/root"
44542026-09-15T04:01:48.606Z[ recovery-image] Sep 15 04:01:47.614 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44552026-09-15T04:01:48.611Z[ recovery-image] Sep 15 04:01:47.614 INFO image builder template: ramdisk-01-os...
44562026-09-15T04:01:48.611Z[ recovery-image] Sep 15 04:01:47.614 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/.tmp3ft5gm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44572026-09-15T04:01:48.611Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44582026-09-15T04:01:48.615ZSep 15 04:01:47.618 INFO [stamp-ntp] process exited with exit status: 0 (116.173783ms)
44592026-09-15T04:01:48.621Z[ recovery-image] Sep 15 04:01:47.629 INFO O| Sep 15 04:01:47.629 INFO CREATE DATASET: rpool/images/build/recovery/output
44602026-09-15T04:01:48.767Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44612026-09-15T04:01:48.770ZSep 15 04:01:47.778 INFO [stamp-internal-dns] process exited with exit status: 0 (276.930146ms)
44622026-09-15T04:01:48.802Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44632026-09-15T04:01:48.805ZSep 15 04:01:47.813 INFO [stamp-external-dns] process exited with exit status: 0 (311.644736ms)
44642026-09-15T04:01:48.852Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44652026-09-15T04:01:48.855ZSep 15 04:01:47.863 INFO [stamp-oximeter] process exited with exit status: 0 (359.46279ms)
44662026-09-15T04:01:48.906Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44672026-09-15T04:01:48.910ZSep 15 04:01:47.917 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (413.372542ms)
44682026-09-15T04:01:48.973Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
44692026-09-15T04:01:49.001Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44702026-09-15T04:01:49.102Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44712026-09-15T04:01:49.105ZSep 15 04:01:48.113 INFO [stamp-crucible-zone] process exited with exit status: 0 (610.637937ms)
44722026-09-15T04:01:49.270Z[ recovery-image] Sep 15 04:01:48.277 INFO O| Sep 15 04:01:48.277 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44732026-09-15T04:01:49.274Z[ recovery-image] Sep 15 04:01:48.281 INFO O| Sep 15 04:01:48.281 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44742026-09-15T04:01:50.423Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44752026-09-15T04:01:50.426ZSep 15 04:01:49.434 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.931972684s)
44762026-09-15T04:01:51.090Z[ host-image] Sep 15 04:01:50.098 INFO O| Sep 15 04:01:50.098 INFO O| Actions: 26652/54210 actions (Installing new actions)
44772026-09-15T04:01:51.548Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44782026-09-15T04:01:51.552ZSep 15 04:01:50.559 INFO [stamp-nexus] process exited with exit status: 0 (3.055784356s)
44792026-09-15T04:01:51.851Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44802026-09-15T04:01:51.854ZSep 15 04:01:50.862 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.358047891s)
44812026-09-15T04:01:51.995Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44822026-09-15T04:01:52.000ZSep 15 04:01:51.007 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.503732808s)
44832026-09-15T04:01:52.059Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44842026-09-15T04:01:52.062ZSep 15 04:01:51.070 INFO [stamp-clickhouse] process exited with exit status: 0 (3.56703211s)
44852026-09-15T04:01:52.062ZSep 15 04:01:51.070 INFO [tuf-stamp] task succeeded (3.569820853s)
44862026-09-15T04:01:52.062ZSep 15 04:01:51.070 INFO [tuf-v2-zones] running task
44872026-09-15T04:01:52.150ZSep 15 04:01:51.158 INFO [tuf-v2-zones] task succeeded (88.615601ms)
44882026-09-15T04:01:52.502Z[ recovery-image] Sep 15 04:01:51.507 INFO O| Sep 15 04:01:51.506 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44892026-09-15T04:01:52.789Z[ host-image] Sep 15 04:01:51.796 INFO O| Sep 15 04:01:51.796 INFO O| Actions: Completed 54210 actions in 6.70 seconds.
44902026-09-15T04:01:52.868Z[ host-image] Sep 15 04:01:51.875 INFO O| Sep 15 04:01:51.875 INFO O| Finalize: Updating package state database ... Done
44912026-09-15T04:01:52.868Z[ host-image] Sep 15 04:01:51.875 INFO O| Sep 15 04:01:51.875 INFO O| Finalize: Updating package cache ... Done
44922026-09-15T04:01:53.002Z[ host-image] Sep 15 04:01:52.009 INFO O| Sep 15 04:01:52.009 INFO O| Finalize: Updating image state ... Done
44932026-09-15T04:01:53.375Z[verify-libraries] Compiling match_cfg v0.1.0
44942026-09-15T04:01:53.375Z[verify-libraries] Compiling slog-json v2.6.1
44952026-09-15T04:01:53.375Z[verify-libraries] Compiling debug-ignore v1.0.5
44962026-09-15T04:01:53.378Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44972026-09-15T04:01:53.378Z[verify-libraries] Compiling serde_spanned v1.1.1
44982026-09-15T04:01:53.378Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44992026-09-15T04:01:53.378Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
45002026-09-15T04:01:53.378Z[verify-libraries] Compiling sha1 v0.11.0
45012026-09-15T04:01:53.378Z[verify-libraries] Compiling serde_path_to_error v0.1.20
45022026-09-15T04:01:53.378Z[verify-libraries] Compiling multer v3.1.0
45032026-09-15T04:01:53.579Z[verify-libraries] Compiling compression-core v0.4.31
45042026-09-15T04:01:53.582Z[verify-libraries] Compiling progenitor-client v0.14.0
45052026-09-15T04:01:53.781Z[ host-image] Sep 15 04:01:52.788 INFO O| Sep 15 04:01:52.788 INFO O| Finalize: Creating fast lookup database ... Done
45062026-09-15T04:01:53.806Z[ host-image] Sep 15 04:01:52.814 INFO O| Sep 15 04:01:52.814 INFO O| Finalize: Reading search index ... Done
45072026-09-15T04:01:53.826Z[verify-libraries] Compiling async-stream-impl v0.3.6
45082026-09-15T04:01:53.847Z[verify-libraries] Compiling hostname v0.3.1
45092026-09-15T04:01:53.847Z[verify-libraries] Compiling compression-codecs v0.4.37
45102026-09-15T04:01:53.850Z[verify-libraries] Compiling dropshot v0.17.1
45112026-09-15T04:01:53.850Z[verify-libraries] Compiling waitgroup v0.1.2
45122026-09-15T04:01:53.943Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45132026-09-15T04:01:53.943Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45142026-09-15T04:01:53.946Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45152026-09-15T04:01:53.946Z[verify-libraries] Compiling hostname v0.4.2
45162026-09-15T04:01:53.946Z[verify-libraries] Compiling atomicwrites v0.4.4
45172026-09-15T04:01:54.058Z[verify-libraries] Compiling slog-bunyan v2.5.0
45182026-09-15T04:01:54.084Z[verify-libraries] Compiling async-compression v0.4.41
45192026-09-15T04:01:54.120Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45202026-09-15T04:01:54.133Z[verify-libraries] Compiling macaddr v1.0.1
45212026-09-15T04:01:54.159Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45222026-09-15T04:01:54.163Z[verify-libraries] Compiling regress v0.10.5
45232026-09-15T04:01:54.253Z[verify-libraries] Compiling instant v0.1.13
45242026-09-15T04:01:54.253Z[verify-libraries] Compiling oxide-generation v0.1.3
45252026-09-15T04:01:54.256Z[verify-libraries] Compiling parse-display-derive v0.10.0
45262026-09-15T04:01:54.256Z[verify-libraries] Compiling itertools v0.14.0
45272026-09-15T04:01:54.256Z[verify-libraries] Compiling backon v1.6.0
45282026-09-15T04:01:54.395Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45292026-09-15T04:01:54.436Z[verify-libraries] Compiling backoff v0.4.0
45302026-09-15T04:01:54.459Z[verify-libraries] Compiling humantime v2.3.0
45312026-09-15T04:01:54.479Z[verify-libraries] Compiling convert_case v0.4.0
45322026-09-15T04:01:54.507Z[verify-libraries] Compiling async-stream v0.3.6
45332026-09-15T04:01:54.560Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45342026-09-15T04:01:54.601Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45352026-09-15T04:01:54.625Z[verify-libraries] Compiling progenitor-extras v0.2.0
45362026-09-15T04:01:54.629Z[verify-libraries] Compiling half v2.7.1
45372026-09-15T04:01:54.648Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45382026-09-15T04:01:54.699Z[verify-libraries] Compiling ciborium-io v0.2.2
45392026-09-15T04:01:54.747Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45402026-09-15T04:01:54.772Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45412026-09-15T04:01:54.796Z[verify-libraries] Compiling indent_write v2.2.0
45422026-09-15T04:01:54.799Z[verify-libraries] Compiling regress v0.11.1
45432026-09-15T04:01:54.829Z[verify-libraries] Compiling secrecy v0.10.3
45442026-09-15T04:01:54.884Z[verify-libraries] Compiling derive_more v0.99.20
45452026-09-15T04:01:54.942Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45462026-09-15T04:01:54.974Z[verify-libraries] Compiling ciborium-ll v0.2.2
45472026-09-15T04:01:55.039Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45482026-09-15T04:01:55.064Z[verify-libraries] Compiling inout v0.1.4
45492026-09-15T04:01:55.128Z[verify-libraries] Compiling universal-hash v0.5.1
45502026-09-15T04:01:55.156Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45512026-09-15T04:01:55.227Z[verify-libraries] Compiling ciborium v0.2.2
45522026-09-15T04:01:55.264Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45532026-09-15T04:01:55.317Z[verify-libraries] Compiling cipher v0.4.4
45542026-09-15T04:01:55.341Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45552026-09-15T04:01:55.362Z[verify-libraries] Compiling opaque-debug v0.3.1
45562026-09-15T04:01:55.420Z[ recovery-image] Sep 15 04:01:54.428 INFO O| Sep 15 04:01:54.428 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45572026-09-15T04:01:55.424Z[ recovery-image] Sep 15 04:01:54.428 INFO O| Sep 15 04:01:54.428 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45582026-09-15T04:01:55.424Z[ recovery-image] Sep 15 04:01:54.428 INFO O| Sep 15 04:01:54.428 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
45592026-09-15T04:01:55.424Z[ recovery-image] Sep 15 04:01:54.428 INFO O| Sep 15 04:01:54.428 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
45602026-09-15T04:01:55.439Z[ recovery-image] Sep 15 04:01:54.435 INFO O| Sep 15 04:01:54.435 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45612026-09-15T04:01:55.458Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45622026-09-15T04:01:55.501Z[verify-libraries] Compiling poly1305 v0.8.0
45632026-09-15T04:01:55.504Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45642026-09-15T04:01:55.546Z[verify-libraries] Compiling blake2 v0.10.6
45652026-09-15T04:01:55.596Z[verify-libraries] Compiling aead v0.5.2
45662026-09-15T04:01:55.653Z[verify-libraries] Compiling chacha20 v0.9.1
45672026-09-15T04:01:55.746Z[ recovery-image] Sep 15 04:01:54.753 INFO O| Sep 15 04:01:54.753 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45682026-09-15T04:01:55.755Z[ recovery-image] Sep 15 04:01:54.762 INFO O| Sep 15 04:01:54.762 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45692026-09-15T04:01:55.821Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45702026-09-15T04:01:55.885Z[verify-libraries] Compiling password-hash v0.5.0
45712026-09-15T04:01:55.938Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45722026-09-15T04:01:55.978Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45732026-09-15T04:01:56.051Z[verify-libraries] Compiling itertools v0.15.0
45742026-09-15T04:01:56.069Z[ recovery-image] Sep 15 04:01:55.076 INFO O| Sep 15 04:01:55.076 INFO O| Caching catalogs ... Done
45752026-09-15T04:01:56.077Z[verify-libraries] Compiling num-derive v0.4.2
45762026-09-15T04:01:56.153Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45772026-09-15T04:01:56.169Z[ recovery-image] Sep 15 04:01:55.176 INFO O| Sep 15 04:01:55.176 INFO STEP 0 (pkg_image_create) COMPLETE
45782026-09-15T04:01:56.169Z[ recovery-image] Sep 15 04:01:55.176 INFO O| Sep 15 04:01:55.176 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45792026-09-15T04:01:56.179Z[ recovery-image] Sep 15 04:01:55.185 INFO O| Sep 15 04:01:55.185 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"]
45802026-09-15T04:01:56.207Z[verify-libraries] Compiling argon2 v0.5.3
45812026-09-15T04:01:56.265Z[verify-libraries] Compiling parse-display v0.10.0
45822026-09-15T04:01:56.269Z[verify-libraries] Compiling rayon-core v1.13.0
45832026-09-15T04:01:56.378Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45842026-09-15T04:01:56.431Z[verify-libraries] Compiling glob v0.3.3
45852026-09-15T04:01:56.463Z[verify-libraries] Compiling heapless v0.8.0
45862026-09-15T04:01:56.507Z[ host-image] Sep 15 04:01:55.514 INFO O| Sep 15 04:01:55.514 INFO O| Finalize: Building new search index ... Done
45872026-09-15T04:01:56.547Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45882026-09-15T04:01:56.554Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO STEP 1 (pkg_set_publisher) COMPLETE
45892026-09-15T04:01:56.554Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45902026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO skip step because feature "publisher_1_name" is not enabled
45912026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45922026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO skip step because feature "publisher_2_name" is not enabled
45932026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45942026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO skip step because feature "publisher_3_name" is not enabled
45952026-09-15T04:01:56.558Z[ recovery-image] Sep 15 04:01:55.560 INFO O| Sep 15 04:01:55.560 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45962026-09-15T04:01:56.611Z[verify-libraries] Compiling typify-impl v0.6.2
45972026-09-15T04:01:56.684Z[verify-libraries] Compiling vsss-rs v3.3.4
45982026-09-15T04:01:56.708Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45992026-09-15T04:01:56.860Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
46002026-09-15T04:01:56.896Z[ recovery-image] Sep 15 04:01:55.899 INFO O| Sep 15 04:01:55.899 INFO variant opensolaris.zone is already global
46012026-09-15T04:01:56.897Z[ recovery-image] Sep 15 04:01:55.899 INFO O| Sep 15 04:01:55.899 INFO STEP 5 (pkg_change_variant) COMPLETE
46022026-09-15T04:01:56.897Z[ recovery-image] Sep 15 04:01:55.899 INFO O| Sep 15 04:01:55.899 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-09-15T04:01:56.943Z[ host-image] Sep 15 04:01:55.950 INFO O| Sep 15 04:01:55.950 INFO O| Finalize: Updating package cache ... Done
46042026-09-15T04:01:57.130Z[verify-libraries] Compiling proc-macro-error v1.0.4
46052026-09-15T04:01:57.207Z[ recovery-image] Sep 15 04:01:56.214 INFO O| Sep 15 04:01:56.214 INFO variant opensolaris.imagetype is full; changing to partial
46062026-09-15T04:01:57.207Z[ recovery-image] Sep 15 04:01:56.214 INFO O| Sep 15 04:01:56.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
46072026-09-15T04:01:57.258Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
46082026-09-15T04:01:57.334Z[verify-libraries] Compiling usdt-macro v0.5.0
46092026-09-15T04:01:57.351Z[ host-image] Sep 15 04:01:56.358 INFO O| Sep 15 04:01:56.358 INFO STEP 11 (pkg_install) COMPLETE
46102026-09-15T04:01:57.351Z[ host-image] Sep 15 04:01:56.358 INFO O| Sep 15 04:01:56.358 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-09-15T04:01:57.361Z[ host-image] Sep 15 04:01:56.368 INFO O| Sep 15 04:01:56.368 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"]
46122026-09-15T04:01:57.465Z[verify-libraries] Compiling tabwriter v1.4.1
46132026-09-15T04:01:57.530Z[verify-libraries] Compiling proc-macro-crate v3.4.0
46142026-09-15T04:01:57.570Z[verify-libraries] Compiling hash32 v0.3.1
46152026-09-15T04:01:57.570Z[verify-libraries] Compiling ingot-macros v0.2.0
46162026-09-15T04:01:57.601Z[verify-libraries] Compiling memmap v0.7.0
46172026-09-15T04:01:57.724Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46182026-09-15T04:01:57.724Z[verify-libraries] Compiling smoltcp v0.11.0
46192026-09-15T04:01:57.786Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46202026-09-15T04:01:57.830Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46212026-09-15T04:01:57.873Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46222026-09-15T04:01:58.031Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46232026-09-15T04:01:58.087Z[verify-libraries] Compiling cobs v0.3.0
46242026-09-15T04:01:58.142Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46252026-09-15T04:01:58.224Z[verify-libraries] Compiling num_enum_derive v0.7.6
46262026-09-15T04:01:58.282Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46272026-09-15T04:01:58.297Z[verify-libraries] Compiling usdt v0.5.0
46282026-09-15T04:01:58.351Z[verify-libraries] Compiling colored v3.1.1
46292026-09-15T04:01:58.378Z[verify-libraries] Compiling postcard v1.1.3
46302026-09-15T04:01:58.405Z[verify-libraries] Compiling rayon v1.11.0
46312026-09-15T04:01:58.453Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46322026-09-15T04:01:58.457Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46332026-09-15T04:01:58.632Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46342026-09-15T04:01:58.671Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46352026-09-15T04:01:58.742Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46362026-09-15T04:01:58.817Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46372026-09-15T04:01:58.990Z[verify-libraries] Compiling num_enum_derive v0.5.11
46382026-09-15T04:01:58.996Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46392026-09-15T04:01:58.996Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46402026-09-15T04:01:59.075Z[verify-libraries] Compiling cstr-argument v0.1.2
46412026-09-15T04:01:59.131Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46422026-09-15T04:01:59.154Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46432026-09-15T04:01:59.214Z[verify-libraries] Compiling foreign-types v0.5.0
46442026-09-15T04:01:59.217Z[verify-libraries] Compiling itertools v0.12.1
46452026-09-15T04:01:59.217Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46462026-09-15T04:01:59.312Z[verify-libraries] Compiling sigpipe v0.1.3
46472026-09-15T04:01:59.376Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46482026-09-15T04:01:59.413Z[verify-libraries] Compiling num_enum v0.7.6
46492026-09-15T04:01:59.482Z[ recovery-image] Sep 15 04:01:58.489 INFO O| Sep 15 04:01:58.489 INFO O| Startup: Refreshing catalog 'helios' ... Done
46502026-09-15T04:01:59.514Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46512026-09-15T04:01:59.558Z[ host-image] Sep 15 04:01:58.563 INFO O| Sep 15 04:01:58.563 INFO O| Startup: Refreshing catalog 'helios' ... Done
46522026-09-15T04:01:59.558Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46532026-09-15T04:01:59.588Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46542026-09-15T04:01:59.645Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46552026-09-15T04:01:59.695Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46562026-09-15T04:01:59.719Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46572026-09-15T04:01:59.743Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46582026-09-15T04:01:59.784Z[verify-libraries] Compiling toml v0.8.23
46592026-09-15T04:01:59.856Z[verify-libraries] Compiling smf v0.2.3
46602026-09-15T04:01:59.919Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46612026-09-15T04:01:59.992Z[ recovery-image] Sep 15 04:01:58.999 INFO O| Sep 15 04:01:58.999 INFO O| Startup: Caching catalogs ... Done
46622026-09-15T04:02:00.011Z[ recovery-image] Sep 15 04:01:59.018 INFO O| Sep 15 04:01:59.018 INFO O| Planning: Planning completed in 0.00 seconds
46632026-09-15T04:02:00.014Z[ recovery-image] Sep 15 04:01:59.018 INFO O| Sep 15 04:01:59.018 INFO O| Planning: Consolidating action changes ... Done
46642026-09-15T04:02:00.014Z[ recovery-image] Sep 15 04:01:59.018 INFO O| Sep 15 04:01:59.018 INFO O| Planning: Evaluating mediators ... Done
46652026-09-15T04:02:00.018Z[ recovery-image] Sep 15 04:01:59.019 INFO O| Sep 15 04:01:59.019 INFO O| Planning: Planning completed in 0.00 seconds
46662026-09-15T04:02:00.018Z[ recovery-image] Sep 15 04:01:59.019 INFO O| Sep 15 04:01:59.019 INFO O| Variants/Facets to change: 1
46672026-09-15T04:02:00.033Z[ recovery-image] Sep 15 04:01:59.041 INFO O| Sep 15 04:01:59.041 INFO O| Finalize: Updating package state database ... Done
46682026-09-15T04:02:00.037Z[ recovery-image] Sep 15 04:01:59.041 INFO O| Sep 15 04:01:59.041 INFO O| Finalize: Updating package cache ... Done
46692026-09-15T04:02:00.105Z[ host-image] Sep 15 04:01:59.112 INFO O| Sep 15 04:01:59.112 INFO O| Startup: Caching catalogs ... Done
46702026-09-15T04:02:00.132Z[ recovery-image] Sep 15 04:01:59.139 INFO O| Sep 15 04:01:59.139 INFO O| Finalize: Updating image state ... Done
46712026-09-15T04:02:00.151Z[ recovery-image] Sep 15 04:01:59.158 INFO O| Sep 15 04:01:59.158 INFO O| Finalize: Creating fast lookup database ... Done
46722026-09-15T04:02:00.155Z[ recovery-image] Sep 15 04:01:59.159 INFO O| Sep 15 04:01:59.159 INFO O| Finalize: Reading search index ... Done
46732026-09-15T04:02:00.155Z[ recovery-image] Sep 15 04:01:59.159 INFO O| Sep 15 04:01:59.159 INFO O| Finalize: Updating search index ... Done
46742026-09-15T04:02:00.155Z[ recovery-image] Sep 15 04:01:59.160 INFO O| Sep 15 04:01:59.160 INFO O| Finalize: Updating package cache ... Done
46752026-09-15T04:02:00.178Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46762026-09-15T04:02:00.215Z[verify-libraries] Compiling whoami v1.6.1
46772026-09-15T04:02:00.258Z[verify-libraries] Compiling num_enum v0.5.11
46782026-09-15T04:02:00.313Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46792026-09-15T04:02:00.313Z[verify-libraries] Compiling derive-where v1.6.0
46802026-09-15T04:02:00.425Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46812026-09-15T04:02:00.425Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46822026-09-15T04:02:00.490Z[verify-libraries] Compiling gethostname v0.5.0
46832026-09-15T04:02:00.581Z[ recovery-image] Sep 15 04:01:59.587 INFO O| Sep 15 04:01:59.586 INFO STEP 6 (pkg_change_variant) COMPLETE
46842026-09-15T04:02:00.581Z[ recovery-image] Sep 15 04:01:59.587 INFO O| Sep 15 04:01:59.587 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46852026-09-15T04:02:00.581Z[ recovery-image] Sep 15 04:01:59.587 INFO O| Sep 15 04:01:59.587 INFO skip step because feature "debug_variant" is not enabled
46862026-09-15T04:02:00.581Z[ recovery-image] Sep 15 04:01:59.587 INFO O| Sep 15 04:01:59.587 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46872026-09-15T04:02:00.615Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46882026-09-15T04:02:00.674Z[verify-libraries] Compiling zone v0.3.1
46892026-09-15T04:02:00.717Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46902026-09-15T04:02:00.729Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46912026-09-15T04:02:00.777Z[verify-libraries] Compiling ingot-types v0.2.0
46922026-09-15T04:02:00.777Z[verify-libraries] Compiling newline-converter v0.3.0
46932026-09-15T04:02:00.780Z[verify-libraries] Compiling console v0.15.11
46942026-09-15T04:02:00.917Z[ recovery-image] Sep 15 04:01:59.924 INFO O| Sep 15 04:01:59.924 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46952026-09-15T04:02:00.931Z[ host-image] Sep 15 04:01:59.932 INFO O| Sep 15 04:01:59.932 INFO O| Planning: Solver setup ... Done
46962026-09-15T04:02:00.931Z[ host-image] Sep 15 04:01:59.937 INFO O| Sep 15 04:01:59.937 INFO O| Planning: Running solver ... Done
46972026-09-15T04:02:00.948Z[ host-image] Sep 15 04:01:59.955 INFO O| Sep 15 04:01:59.955 INFO O| Planning: Finding local manifests ... Done
46982026-09-15T04:02:00.992Z[verify-libraries] Compiling linear-map v1.2.0
46992026-09-15T04:02:00.996Z[ host-image] Sep 15 04:02:00.004 INFO O| Sep 15 04:02:00.003 INFO O| Planning: Fetching manifests: 0/6 0% complete
47002026-09-15T04:02:01.077Z[ host-image] Sep 15 04:02:00.084 INFO O| Sep 15 04:02:00.084 INFO O| Planning: Fetching manifests: 6/6 100% complete
47012026-09-15T04:02:01.083Z[verify-libraries] Compiling num-rational v0.4.2
47022026-09-15T04:02:01.094Z[ host-image] Sep 15 04:02:00.100 INFO O| Sep 15 04:02:00.100 INFO O| Planning: Package planning ... Done
47032026-09-15T04:02:01.094Z[ host-image] Sep 15 04:02:00.102 INFO O| Sep 15 04:02:00.102 INFO O| Planning: Merging actions ... Done
47042026-09-15T04:02:01.147Z[ host-image] Sep 15 04:02:00.154 INFO O| Sep 15 04:02:00.154 INFO O| Planning: Checking for conflicting actions ... Done
47052026-09-15T04:02:01.150Z[ host-image] Sep 15 04:02:00.155 INFO O| Sep 15 04:02:00.155 INFO O| Planning: Consolidating action changes ... Done
47062026-09-15T04:02:01.155Z[verify-libraries] Compiling ingot v0.2.1
47072026-09-15T04:02:01.238Z[verify-libraries] Compiling expectorate v1.2.0
47082026-09-15T04:02:01.238Z[verify-libraries] Compiling num-complex v0.4.6
47092026-09-15T04:02:01.241Z[verify-libraries] Compiling slog-dtrace v0.3.0
47102026-09-15T04:02:01.295Z[ host-image] Sep 15 04:02:00.302 INFO O| Sep 15 04:02:00.302 INFO O| Planning: Evaluating mediators ... Done
47112026-09-15T04:02:01.299Z[ host-image] Sep 15 04:02:00.304 INFO O| Sep 15 04:02:00.304 INFO O| Planning: Planning completed in 1.15 seconds
47122026-09-15T04:02:01.299Z[ host-image] Sep 15 04:02:00.304 INFO O| Sep 15 04:02:00.304 INFO O| Packages to install: 6
47132026-09-15T04:02:01.299Z[ host-image] Sep 15 04:02:00.304 INFO O| Sep 15 04:02:00.304 INFO O| Services to change: 2
47142026-09-15T04:02:01.307Z[ host-image] Sep 15 04:02:00.315 INFO O| Sep 15 04:02:00.315 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47152026-09-15T04:02:01.313Z[verify-libraries] Compiling resolv-conf v0.7.6
47162026-09-15T04:02:01.401Z[verify-libraries] Compiling prettyplease v0.2.37
47172026-09-15T04:02:01.451Z[verify-libraries] Compiling float-ord v0.3.2
47182026-09-15T04:02:01.487Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47192026-09-15T04:02:01.517Z[ host-image] Sep 15 04:02:00.525 INFO O| Sep 15 04:02:00.525 INFO O| Download: Completed 1.76 MB in 0.21 seconds (8.3M/s)
47202026-09-15T04:02:01.538Z[ host-image] Sep 15 04:02:00.546 INFO O| Sep 15 04:02:00.546 INFO O| Actions: 1/391 actions (Installing new actions)
47212026-09-15T04:02:01.550Z[verify-libraries] Compiling minimal-lexical v0.2.1
47222026-09-15T04:02:01.576Z[verify-libraries] Compiling typify-macro v0.6.2
47232026-09-15T04:02:01.640Z[verify-libraries] Compiling num v0.4.3
47242026-09-15T04:02:01.696Z[ host-image] Sep 15 04:02:00.703 INFO O| Sep 15 04:02:00.703 INFO O| Actions: Completed 391 actions in 0.16 seconds.
47252026-09-15T04:02:01.718Z[verify-libraries] Compiling linked-hash-map v0.5.6
47262026-09-15T04:02:01.743Z[ host-image] Sep 15 04:02:00.751 INFO O| Sep 15 04:02:00.751 INFO O| Finalize: Updating package state database ... Done
47272026-09-15T04:02:01.744Z[ host-image] Sep 15 04:02:00.751 INFO O| Sep 15 04:02:00.751 INFO O| Finalize: Updating package cache ... Done
47282026-09-15T04:02:01.747Z[verify-libraries] Compiling hickory-proto v0.24.4
47292026-09-15T04:02:01.801Z[verify-libraries] Compiling unicode-xid v0.2.6
47302026-09-15T04:02:01.834Z[verify-libraries] Compiling nom v7.1.3
47312026-09-15T04:02:01.856Z[ host-image] Sep 15 04:02:00.856 INFO O| Sep 15 04:02:00.856 INFO O| Finalize: Updating image state ... Done
47322026-09-15T04:02:01.884Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47332026-09-15T04:02:01.909Z[verify-libraries] Compiling lru-cache v0.1.2
47342026-09-15T04:02:01.909Z[verify-libraries] Compiling tabled_derive v0.7.0
47352026-09-15T04:02:01.980Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47362026-09-15T04:02:01.983Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47372026-09-15T04:02:02.051Z[verify-libraries] Compiling fd-lock v4.0.4
47382026-09-15T04:02:02.094Z[verify-libraries] Compiling vte v0.14.1
47392026-09-15T04:02:02.097Z[verify-libraries] Compiling display-error-chain v0.2.2
47402026-09-15T04:02:02.312Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47412026-09-15T04:02:02.373Z[verify-libraries] Compiling crossterm v0.29.0
47422026-09-15T04:02:02.397Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47432026-09-15T04:02:02.421Z[verify-libraries] Compiling stacker v0.1.23
47442026-09-15T04:02:02.652Z[verify-libraries] Compiling cfg_aliases v0.1.1
47452026-09-15T04:02:02.792Z[ host-image] Sep 15 04:02:01.792 INFO O| Sep 15 04:02:01.792 INFO O| Finalize: Creating fast lookup database ... Done
47462026-09-15T04:02:02.796Z[verify-libraries] Compiling reedline v0.40.0
47472026-09-15T04:02:02.849Z[ host-image] Sep 15 04:02:01.856 INFO O| Sep 15 04:02:01.856 INFO O| Finalize: Reading search index ... Done
47482026-09-15T04:02:02.849Z[ host-image] Sep 15 04:02:01.856 INFO O| Sep 15 04:02:01.856 INFO O| Finalize: Updating search index ... Done
47492026-09-15T04:02:02.865Z[ host-image] Sep 15 04:02:01.872 INFO O| Sep 15 04:02:01.871 INFO O| Finalize: Updating package cache ... Done
47502026-09-15T04:02:02.876Z[verify-libraries] Compiling nix v0.28.0
47512026-09-15T04:02:02.877Z[verify-libraries] Compiling termtree v0.5.1
47522026-09-15T04:02:02.990Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47532026-09-15T04:02:02.993Z[verify-libraries] Compiling psm v0.1.30
47542026-09-15T04:02:03.176Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47552026-09-15T04:02:03.187Z[ host-image] Sep 15 04:02:02.195 INFO O| Sep 15 04:02:02.195 INFO STEP 12 (pkg_install) COMPLETE
47562026-09-15T04:02:03.187Z[ host-image] Sep 15 04:02:02.195 INFO O| Sep 15 04:02:02.195 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47572026-09-15T04:02:03.199Z[ host-image] Sep 15 04:02:02.206 INFO O| Sep 15 04:02:02.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47582026-09-15T04:02:03.238Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47592026-09-15T04:02:03.255Z[verify-libraries] Compiling tabled v0.15.0
47602026-09-15T04:02:03.255Z[verify-libraries] Compiling semver v0.1.20
47612026-09-15T04:02:03.407Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47622026-09-15T04:02:03.407Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47632026-09-15T04:02:03.410Z[ recovery-image] Sep 15 04:02:02.415 INFO O| Sep 15 04:02:02.415 INFO O| Startup: Refreshing catalog 'helios' ... Done
47642026-09-15T04:02:03.464Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47652026-09-15T04:02:03.536Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47662026-09-15T04:02:03.570Z[verify-libraries] Compiling rustc_version v0.1.7
47672026-09-15T04:02:03.596Z[verify-libraries] Compiling typify v0.6.2
47682026-09-15T04:02:03.716Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47692026-09-15T04:02:03.754Z[verify-libraries] Compiling progenitor-impl v0.14.0
47702026-09-15T04:02:03.799Z[verify-libraries] Compiling phf_shared v0.12.1
47712026-09-15T04:02:03.889Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47722026-09-15T04:02:03.943Z[ recovery-image] Sep 15 04:02:02.951 INFO O| Sep 15 04:02:02.951 INFO O| Startup: Caching catalogs ... Done
47732026-09-15T04:02:03.963Z[ recovery-image] Sep 15 04:02:02.971 INFO O| Sep 15 04:02:02.970 INFO O| Planning: Planning completed in 0.00 seconds
47742026-09-15T04:02:03.967Z[ recovery-image] Sep 15 04:02:02.971 INFO O| Sep 15 04:02:02.971 INFO O| Planning: Consolidating action changes ... Done
47752026-09-15T04:02:03.967Z[ recovery-image] Sep 15 04:02:02.971 INFO O| Sep 15 04:02:02.971 INFO O| Planning: Evaluating mediators ... Done
47762026-09-15T04:02:03.967Z[ recovery-image] Sep 15 04:02:02.971 INFO O| Sep 15 04:02:02.971 INFO O| Planning: Planning completed in 0.00 seconds
47772026-09-15T04:02:03.967Z[ recovery-image] Sep 15 04:02:02.971 INFO O| Sep 15 04:02:02.971 INFO O| Variants/Facets to change: 1
47782026-09-15T04:02:03.976Z[ recovery-image] Sep 15 04:02:02.983 INFO O| Sep 15 04:02:02.983 INFO O| Finalize: Updating package state database ... Done
47792026-09-15T04:02:03.976Z[ recovery-image] Sep 15 04:02:02.983 INFO O| Sep 15 04:02:02.983 INFO O| Finalize: Updating package cache ... Done
47802026-09-15T04:02:04.015Z[verify-libraries] Compiling nibble_vec v0.1.0
47812026-09-15T04:02:04.064Z[ recovery-image] Sep 15 04:02:03.072 INFO O| Sep 15 04:02:03.071 INFO O| Finalize: Updating image state ... Done
47822026-09-15T04:02:04.085Z[ recovery-image] Sep 15 04:02:03.092 INFO O| Sep 15 04:02:03.092 INFO O| Finalize: Creating fast lookup database ... Done
47832026-09-15T04:02:04.089Z[ recovery-image] Sep 15 04:02:03.092 INFO O| Sep 15 04:02:03.092 INFO O| Finalize: Reading search index ... Done
47842026-09-15T04:02:04.089Z[ recovery-image] Sep 15 04:02:03.092 INFO O| Sep 15 04:02:03.092 INFO O| Finalize: Updating search index ... Done
47852026-09-15T04:02:04.089Z[ recovery-image] Sep 15 04:02:03.093 INFO O| Sep 15 04:02:03.093 INFO O| Finalize: Updating package cache ... Done
47862026-09-15T04:02:04.259Z[verify-libraries] Compiling hickory-resolver v0.24.4
47872026-09-15T04:02:04.348Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47882026-09-15T04:02:04.387Z[verify-libraries] Compiling endian-type v0.1.2
47892026-09-15T04:02:04.410Z[verify-libraries] Compiling chrono-tz v0.10.4
47902026-09-15T04:02:04.457Z[ recovery-image] Sep 15 04:02:03.465 INFO O| Sep 15 04:02:03.458 INFO STEP 8 (pkg_change_facet) COMPLETE
47912026-09-15T04:02:04.457Z[ recovery-image] Sep 15 04:02:03.465 INFO O| Sep 15 04:02:03.458 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47922026-09-15T04:02:04.508Z[verify-libraries] Compiling highway v1.3.0
47932026-09-15T04:02:04.556Z[verify-libraries] Compiling recursive v0.1.1
47942026-09-15T04:02:04.627Z[verify-libraries] Compiling radix_trie v0.2.1
47952026-09-15T04:02:04.788Z[ recovery-image] Sep 15 04:02:03.793 INFO O| Sep 15 04:02:03.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47962026-09-15T04:02:04.806Z[verify-libraries] Compiling phf v0.12.1
47972026-09-15T04:02:04.843Z[verify-libraries] Compiling newtype_derive v0.1.6
47982026-09-15T04:02:05.057Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47992026-09-15T04:02:05.060Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
48002026-09-15T04:02:05.115Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
48012026-09-15T04:02:05.173Z[verify-libraries] Compiling peg-macros v0.8.5
48022026-09-15T04:02:05.532Z[verify-libraries] Compiling qorb v0.4.1
48032026-09-15T04:02:05.702Z[verify-libraries] Compiling sqlparser_derive v0.5.0
48042026-09-15T04:02:05.763Z[ host-image] Sep 15 04:02:04.771 INFO O| Sep 15 04:02:04.770 INFO O| Startup: Refreshing catalog 'helios' ... Done
48052026-09-15T04:02:05.774Z[verify-libraries] Compiling winnow v0.6.26
48062026-09-15T04:02:05.871Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48072026-09-15T04:02:06.053Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48082026-09-15T04:02:06.053Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48092026-09-15T04:02:06.313Z[verify-libraries] Compiling csv-core v0.1.13
48102026-09-15T04:02:06.323Z[ host-image] Sep 15 04:02:05.331 INFO O| Sep 15 04:02:05.331 INFO O| Startup: Caching catalogs ... Done
48112026-09-15T04:02:06.540Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48122026-09-15T04:02:06.580Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48132026-09-15T04:02:06.621Z[verify-libraries] Compiling unicode_categories v0.1.1
48142026-09-15T04:02:06.648Z[verify-libraries] Compiling home v0.5.12
48152026-09-15T04:02:06.675Z[verify-libraries] Compiling sqlparser v0.61.0
48162026-09-15T04:02:06.725Z[verify-libraries] Compiling csv v1.4.0
48172026-09-15T04:02:06.767Z[verify-libraries] Compiling progenitor-macro v0.14.0
48182026-09-15T04:02:06.812Z[verify-libraries] Compiling rustyline v14.0.0
48192026-09-15T04:02:06.845Z[verify-libraries] Compiling peg v0.8.5
48202026-09-15T04:02:06.878Z[verify-libraries] Compiling const_format v0.2.35
48212026-09-15T04:02:06.958Z[ host-image] Sep 15 04:02:05.965 INFO O| Sep 15 04:02:05.965 INFO O| Planning: Solver setup ... Done
48222026-09-15T04:02:06.963Z[ host-image] Sep 15 04:02:05.971 INFO O| Sep 15 04:02:05.971 INFO O| Planning: Running solver ... Done
48232026-09-15T04:02:06.981Z[ host-image] Sep 15 04:02:05.989 INFO O| Sep 15 04:02:05.989 INFO O| Planning: Finding local manifests ... Done
48242026-09-15T04:02:07.001Z[ host-image] Sep 15 04:02:06.008 INFO O| Sep 15 04:02:06.008 INFO O| Planning: Fetching manifests: 0/6 0% complete
48252026-09-15T04:02:07.034Z[verify-libraries] Compiling bcs v0.1.6
48262026-09-15T04:02:07.100Z[ host-image] Sep 15 04:02:06.107 INFO O| Sep 15 04:02:06.107 INFO O| Planning: Fetching manifests: 6/6 100% complete
48272026-09-15T04:02:07.129Z[ host-image] Sep 15 04:02:06.137 INFO O| Sep 15 04:02:06.137 INFO O| Planning: Package planning ... Done
48282026-09-15T04:02:07.138Z[ host-image] Sep 15 04:02:06.145 INFO O| Sep 15 04:02:06.145 INFO O| Planning: Merging actions ... Done
48292026-09-15T04:02:07.186Z[ host-image] Sep 15 04:02:06.193 INFO O| Sep 15 04:02:06.193 INFO O| Planning: Checking for conflicting actions ... Done
48302026-09-15T04:02:07.189Z[ host-image] Sep 15 04:02:06.196 INFO O| Sep 15 04:02:06.196 INFO O| Planning: Consolidating action changes ... Done
48312026-09-15T04:02:07.246Z[verify-libraries] Compiling sqlformat v0.3.5
48322026-09-15T04:02:07.277Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48332026-09-15T04:02:07.288Z[ recovery-image] Sep 15 04:02:06.295 INFO O| Sep 15 04:02:06.295 INFO O| Startup: Refreshing catalog 'helios' ... Done
48342026-09-15T04:02:07.324Z[verify-libraries] Compiling nom v8.0.0
48352026-09-15T04:02:07.328Z[ host-image] Sep 15 04:02:06.334 INFO O| Sep 15 04:02:06.334 INFO O| Planning: Evaluating mediators ... Done
48362026-09-15T04:02:07.331Z[ host-image] Sep 15 04:02:06.336 INFO O| Sep 15 04:02:06.336 INFO O| Planning: Planning completed in 0.98 seconds
48372026-09-15T04:02:07.331Z[ host-image] Sep 15 04:02:06.336 INFO O| Sep 15 04:02:06.336 INFO O| Packages to install: 6
48382026-09-15T04:02:07.331Z[ host-image] Sep 15 04:02:06.336 INFO O| Sep 15 04:02:06.336 INFO O| Mediators to change: 1
48392026-09-15T04:02:07.331Z[ host-image] Sep 15 04:02:06.336 INFO O| Sep 15 04:02:06.336 INFO O| Services to change: 1
48402026-09-15T04:02:07.340Z[ host-image] Sep 15 04:02:06.348 INFO O| Sep 15 04:02:06.348 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48412026-09-15T04:02:07.369Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48422026-09-15T04:02:07.401Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48432026-09-15T04:02:07.401Z[verify-libraries] Compiling steno v0.4.1
48442026-09-15T04:02:07.495Z[verify-libraries] Compiling sha1 v0.10.6
48452026-09-15T04:02:07.571Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48462026-09-15T04:02:07.731Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48472026-09-15T04:02:07.801Z[ recovery-image] Sep 15 04:02:06.808 INFO O| Sep 15 04:02:06.808 INFO O| Startup: Caching catalogs ... Done
48482026-09-15T04:02:07.819Z[ recovery-image] Sep 15 04:02:06.826 INFO O| Sep 15 04:02:06.826 INFO O| Planning: Planning completed in 0.00 seconds
48492026-09-15T04:02:07.822Z[ recovery-image] Sep 15 04:02:06.827 INFO O| Sep 15 04:02:06.827 INFO O| Planning: Consolidating action changes ... Done
48502026-09-15T04:02:07.822Z[ recovery-image] Sep 15 04:02:06.827 INFO O| Sep 15 04:02:06.827 INFO O| Planning: Evaluating mediators ... Done
48512026-09-15T04:02:07.822Z[ recovery-image] Sep 15 04:02:06.827 INFO O| Sep 15 04:02:06.827 INFO O| Planning: Planning completed in 0.00 seconds
48522026-09-15T04:02:07.822Z[ recovery-image] Sep 15 04:02:06.827 INFO O| Sep 15 04:02:06.827 INFO O| Variants/Facets to change: 1
48532026-09-15T04:02:07.825Z[verify-libraries] Compiling utf-8 v0.7.6
48542026-09-15T04:02:07.833Z[ recovery-image] Sep 15 04:02:06.841 INFO O| Sep 15 04:02:06.841 INFO O| Finalize: Updating package state database ... Done
48552026-09-15T04:02:07.833Z[ recovery-image] Sep 15 04:02:06.841 INFO O| Sep 15 04:02:06.841 INFO O| Finalize: Updating package cache ... Done
48562026-09-15T04:02:07.842Z[ host-image] Sep 15 04:02:06.849 INFO O| Sep 15 04:02:06.849 INFO O| Download: Completed 7.84 MB in 0.50 seconds (15.6M/s)
48572026-09-15T04:02:07.901Z[ host-image] Sep 15 04:02:06.909 INFO O| Sep 15 04:02:06.909 INFO O| Actions: 1/1366 actions (Installing new actions)
48582026-09-15T04:02:07.937Z[ recovery-image] Sep 15 04:02:06.945 INFO O| Sep 15 04:02:06.945 INFO O| Finalize: Updating image state ... Done
48592026-09-15T04:02:07.957Z[ recovery-image] Sep 15 04:02:06.964 INFO O| Sep 15 04:02:06.964 INFO O| Finalize: Creating fast lookup database ... Done
48602026-09-15T04:02:07.960Z[ recovery-image] Sep 15 04:02:06.965 INFO O| Sep 15 04:02:06.965 INFO O| Finalize: Reading search index ... Done
48612026-09-15T04:02:07.961Z[ recovery-image] Sep 15 04:02:06.965 INFO O| Sep 15 04:02:06.965 INFO O| Finalize: Updating search index ... Done
48622026-09-15T04:02:07.961Z[ recovery-image] Sep 15 04:02:06.966 INFO O| Sep 15 04:02:06.966 INFO O| Finalize: Updating package cache ... Done
48632026-09-15T04:02:08.108Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48642026-09-15T04:02:08.138Z[verify-libraries] Compiling tagptr v0.2.0
48652026-09-15T04:02:08.142Z[ host-image] Sep 15 04:02:07.148 INFO O| Sep 15 04:02:07.148 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
48662026-09-15T04:02:08.188Z[ host-image] Sep 15 04:02:07.195 INFO O| Sep 15 04:02:07.195 INFO O| Finalize: Updating package state database ... Done
48672026-09-15T04:02:08.188Z[ host-image] Sep 15 04:02:07.195 INFO O| Sep 15 04:02:07.195 INFO O| Finalize: Updating package cache ... Done
48682026-09-15T04:02:08.311Z[ recovery-image] Sep 15 04:02:07.318 INFO O| Sep 15 04:02:07.318 INFO STEP 9 (pkg_change_facet) COMPLETE
48692026-09-15T04:02:08.311Z[ recovery-image] Sep 15 04:02:07.318 INFO O| Sep 15 04:02:07.318 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48702026-09-15T04:02:08.329Z[ host-image] Sep 15 04:02:07.336 INFO O| Sep 15 04:02:07.335 INFO O| Finalize: Updating image state ... Done
48712026-09-15T04:02:08.332Z[verify-libraries] Compiling libefi-sys v0.1.0
48722026-09-15T04:02:08.362Z[verify-libraries] Compiling moka v0.12.13
48732026-09-15T04:02:08.392Z[verify-libraries] Compiling bitfield-struct v0.6.2
48742026-09-15T04:02:08.431Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48752026-09-15T04:02:08.458Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48762026-09-15T04:02:08.510Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48772026-09-15T04:02:08.584Z[verify-libraries] Compiling xshell-macros v0.2.7
48782026-09-15T04:02:08.614Z[verify-libraries] Compiling tungstenite v0.21.0
48792026-09-15T04:02:08.638Z[ recovery-image] Sep 15 04:02:07.645 INFO O| Sep 15 04:02:07.645 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48802026-09-15T04:02:08.782Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48812026-09-15T04:02:08.786Z[verify-libraries] Compiling object v0.39.1
48822026-09-15T04:02:08.836Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48832026-09-15T04:02:09.051Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48842026-09-15T04:02:09.124Z[verify-libraries] Compiling hickory-resolver v0.25.2
48852026-09-15T04:02:09.191Z[verify-libraries] Compiling xshell v0.2.7
48862026-09-15T04:02:09.217Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48872026-09-15T04:02:09.220Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48882026-09-15T04:02:09.283Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
48892026-09-15T04:02:09.320Z[ host-image] Sep 15 04:02:08.325 INFO O| Sep 15 04:02:08.324 INFO O| Finalize: Creating fast lookup database ... Done
48902026-09-15T04:02:09.347Z[ host-image] Sep 15 04:02:08.354 INFO O| Sep 15 04:02:08.354 INFO O| Finalize: Reading search index ... Done
48912026-09-15T04:02:09.347Z[ host-image] Sep 15 04:02:08.354 INFO O| Sep 15 04:02:08.354 INFO O| Finalize: Updating search index ... Done
48922026-09-15T04:02:09.377Z[ host-image] Sep 15 04:02:08.385 INFO O| Sep 15 04:02:08.385 INFO O| Finalize: Updating package cache ... Done
48932026-09-15T04:02:09.433Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
48942026-09-15T04:02:09.532Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48952026-09-15T04:02:09.642Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48962026-09-15T04:02:09.689Z[ host-image] Sep 15 04:02:08.697 INFO O| Sep 15 04:02:08.697 INFO STEP 13 (pkg_install) COMPLETE
48972026-09-15T04:02:09.693Z[ host-image] Sep 15 04:02:08.697 INFO O| Sep 15 04:02:08.697 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48982026-09-15T04:02:09.703Z[ host-image] Sep 15 04:02:08.710 INFO O| Sep 15 04:02:08.710 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48992026-09-15T04:02:09.729Z[verify-libraries] Compiling half v1.8.3
49002026-09-15T04:02:09.819Z[verify-libraries] Compiling path-slash v0.2.1
49012026-09-15T04:02:09.849Z[verify-libraries] Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
49022026-09-15T04:02:10.041Z[verify-libraries] Compiling serde_cbor v0.11.2
49032026-09-15T04:02:10.117Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49042026-09-15T04:02:10.173Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49052026-09-15T04:02:10.221Z[verify-libraries] Compiling libscf-sys v1.2.0
49062026-09-15T04:02:10.258Z[verify-libraries] Compiling subprocess v0.2.15
49072026-09-15T04:02:10.307Z[verify-libraries] Compiling papergrid v0.18.0
49082026-09-15T04:02:10.503Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
49092026-09-15T04:02:10.612Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49102026-09-15T04:02:10.847Z[verify-libraries] Compiling headers-core v0.3.0
49112026-09-15T04:02:10.898Z[ recovery-image] Sep 15 04:02:09.903 INFO O| Sep 15 04:02:09.903 INFO O| Startup: Refreshing catalog 'helios' ... Done
49122026-09-15T04:02:11.040Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49132026-09-15T04:02:11.103Z[verify-libraries] Compiling unicase v2.9.0
49142026-09-15T04:02:11.267Z[verify-libraries] Compiling headers v0.4.1
49152026-09-15T04:02:11.301Z[verify-libraries] Compiling darling_core v0.21.3
49162026-09-15T04:02:11.464Z[verify-libraries] Compiling maplit v1.0.2
49172026-09-15T04:02:11.475Z[ recovery-image] Sep 15 04:02:10.482 INFO O| Sep 15 04:02:10.482 INFO O| Startup: Caching catalogs ... Done
49182026-09-15T04:02:11.493Z[ recovery-image] Sep 15 04:02:10.500 INFO O| Sep 15 04:02:10.500 INFO O| Planning: Planning completed in 0.00 seconds
49192026-09-15T04:02:11.497Z[ recovery-image] Sep 15 04:02:10.501 INFO O| Sep 15 04:02:10.501 INFO O| Planning: Consolidating action changes ... Done
49202026-09-15T04:02:11.498Z[ recovery-image] Sep 15 04:02:10.501 INFO O| Sep 15 04:02:10.501 INFO O| Planning: Evaluating mediators ... Done
49212026-09-15T04:02:11.498Z[ recovery-image] Sep 15 04:02:10.501 INFO O| Sep 15 04:02:10.501 INFO O| Planning: Planning completed in 0.00 seconds
49222026-09-15T04:02:11.498Z[ recovery-image] Sep 15 04:02:10.501 INFO O| Sep 15 04:02:10.501 INFO O| Variants/Facets to change: 1
49232026-09-15T04:02:11.521Z[verify-libraries] Compiling tabled v0.21.0
49242026-09-15T04:02:11.524Z[ recovery-image] Sep 15 04:02:10.531 INFO O| Sep 15 04:02:10.531 INFO O| Finalize: Updating package state database ... Done
49252026-09-15T04:02:11.524Z[ recovery-image] Sep 15 04:02:10.531 INFO O| Sep 15 04:02:10.531 INFO O| Finalize: Updating package cache ... Done
49262026-09-15T04:02:11.607Z[ recovery-image] Sep 15 04:02:10.614 INFO O| Sep 15 04:02:10.614 INFO O| Finalize: Updating image state ... Done
49272026-09-15T04:02:11.628Z[ recovery-image] Sep 15 04:02:10.635 INFO O| Sep 15 04:02:10.634 INFO O| Finalize: Creating fast lookup database ... Done
49282026-09-15T04:02:11.631Z[ recovery-image] Sep 15 04:02:10.635 INFO O| Sep 15 04:02:10.635 INFO O| Finalize: Reading search index ... Done
49292026-09-15T04:02:11.631Z[ recovery-image] Sep 15 04:02:10.635 INFO O| Sep 15 04:02:10.635 INFO O| Finalize: Updating search index ... Done
49302026-09-15T04:02:11.631Z[ recovery-image] Sep 15 04:02:10.636 INFO O| Sep 15 04:02:10.636 INFO O| Finalize: Updating package cache ... Done
49312026-09-15T04:02:11.698Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49322026-09-15T04:02:11.780Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49332026-09-15T04:02:11.967Z[verify-libraries] Compiling yasna v0.5.2
49342026-09-15T04:02:12.014Z[ recovery-image] Sep 15 04:02:11.021 INFO O| Sep 15 04:02:11.021 INFO STEP 10 (pkg_change_facet) COMPLETE
49352026-09-15T04:02:12.014Z[ recovery-image] Sep 15 04:02:11.021 INFO O| Sep 15 04:02:11.021 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-09-15T04:02:12.023Z[ recovery-image] Sep 15 04:02:11.030 INFO O| Sep 15 04:02:11.030 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"]
49372026-09-15T04:02:12.149Z[verify-libraries] Compiling crc8 v0.1.1
49382026-09-15T04:02:12.329Z[verify-libraries] Compiling vergen-lib v0.1.6
49392026-09-15T04:02:12.357Z[verify-libraries] Compiling diesel_derives v2.3.7
49402026-09-15T04:02:12.408Z[verify-libraries] Compiling port-file v0.1.0
49412026-09-15T04:02:12.505Z[verify-libraries] Compiling progenitor v0.14.0
49422026-09-15T04:02:12.576Z[ host-image] Sep 15 04:02:11.582 INFO O| Sep 15 04:02:11.582 INFO O| Startup: Refreshing catalog 'helios' ... Done
49432026-09-15T04:02:12.640Z[verify-libraries] Compiling rcgen v0.12.1
49442026-09-15T04:02:12.701Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49452026-09-15T04:02:12.738Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49462026-09-15T04:02:12.764Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49472026-09-15T04:02:12.797Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49482026-09-15T04:02:13.113Z[ host-image] Sep 15 04:02:12.120 INFO O| Sep 15 04:02:12.120 INFO O| Startup: Caching catalogs ... Done
49492026-09-15T04:02:13.277Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
49502026-09-15T04:02:13.393Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49512026-09-15T04:02:13.510Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49522026-09-15T04:02:13.632Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49532026-09-15T04:02:13.727Z[ host-image] Sep 15 04:02:12.734 INFO O| Sep 15 04:02:12.734 INFO O| Planning: Solver setup ... Done
49542026-09-15T04:02:13.732Z[ host-image] Sep 15 04:02:12.739 INFO O| Sep 15 04:02:12.739 INFO O| Planning: Running solver ... Done
49552026-09-15T04:02:13.749Z[ host-image] Sep 15 04:02:12.757 INFO O| Sep 15 04:02:12.756 INFO O| Planning: Finding local manifests ... Done
49562026-09-15T04:02:13.791Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49572026-09-15T04:02:13.805Z[ host-image] Sep 15 04:02:12.812 INFO O| Sep 15 04:02:12.812 INFO O| Planning: Fetching manifests: 0/1 0% complete
49582026-09-15T04:02:13.823Z[ host-image] Sep 15 04:02:12.830 INFO O| Sep 15 04:02:12.830 INFO O| Planning: Fetching manifests: 1/1 100% complete
49592026-09-15T04:02:13.839Z[ host-image] Sep 15 04:02:12.846 INFO O| Sep 15 04:02:12.846 INFO O| Planning: Package planning ... Done
49602026-09-15T04:02:13.843Z[ host-image] Sep 15 04:02:12.847 INFO O| Sep 15 04:02:12.847 INFO O| Planning: Merging actions ... Done
49612026-09-15T04:02:13.878Z[ host-image] Sep 15 04:02:12.885 INFO O| Sep 15 04:02:12.885 INFO O| Planning: Checking for conflicting actions ... Done
49622026-09-15T04:02:13.881Z[ host-image] Sep 15 04:02:12.885 INFO O| Sep 15 04:02:12.885 INFO O| Planning: Consolidating action changes ... Done
49632026-09-15T04:02:13.917Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49642026-09-15T04:02:14.009Z[ host-image] Sep 15 04:02:13.017 INFO O| Sep 15 04:02:13.017 INFO O| Planning: Evaluating mediators ... Done
49652026-09-15T04:02:14.013Z[ host-image] Sep 15 04:02:13.017 INFO O| Sep 15 04:02:13.017 INFO O| Planning: Planning completed in 0.88 seconds
49662026-09-15T04:02:14.013Z[ host-image] Sep 15 04:02:13.018 INFO O| Sep 15 04:02:13.018 INFO O| Packages to install: 1
49672026-09-15T04:02:14.022Z[ host-image] Sep 15 04:02:13.029 INFO O| Sep 15 04:02:13.029 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49682026-09-15T04:02:14.028Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49692026-09-15T04:02:14.083Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49702026-09-15T04:02:14.131Z[verify-libraries] Compiling darling_macro v0.21.3
49712026-09-15T04:02:14.174Z[ host-image] Sep 15 04:02:13.182 INFO O| Sep 15 04:02:13.181 INFO O| Download: Completed 13.27 MB in 0.15 seconds (86.6M/s)
49722026-09-15T04:02:14.194Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49732026-09-15T04:02:14.197Z[ host-image] Sep 15 04:02:13.202 INFO O| Sep 15 04:02:13.202 INFO O| Actions: 1/22 actions (Installing new actions)
49742026-09-15T04:02:14.358Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49752026-09-15T04:02:14.383Z[verify-libraries] Compiling r2d2 v0.8.10
49762026-09-15T04:02:14.439Z[ host-image] Sep 15 04:02:13.447 INFO O| Sep 15 04:02:13.447 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49772026-09-15T04:02:14.503Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49782026-09-15T04:02:14.524Z[ host-image] Sep 15 04:02:13.528 INFO O| Sep 15 04:02:13.528 INFO O| Finalize: Updating package state database ... Done
49792026-09-15T04:02:14.524Z[ host-image] Sep 15 04:02:13.528 INFO O| Sep 15 04:02:13.528 INFO O| Finalize: Updating package cache ... Done
49802026-09-15T04:02:14.612Z[verify-libraries] Compiling digest-io v0.1.0
49812026-09-15T04:02:14.642Z[ recovery-image] Sep 15 04:02:13.650 INFO O| Sep 15 04:02:13.649 INFO O| Startup: Refreshing catalog 'helios' ... Done
49822026-09-15T04:02:14.657Z[ host-image] Sep 15 04:02:13.664 INFO O| Sep 15 04:02:13.664 INFO O| Finalize: Updating image state ... Done
49832026-09-15T04:02:14.667Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49842026-09-15T04:02:14.828Z[verify-libraries] Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
49852026-09-15T04:02:14.865Z[verify-libraries] Compiling darling v0.21.3
49862026-09-15T04:02:14.868Z[verify-libraries] Compiling downcast-rs v2.0.2
49872026-09-15T04:02:14.868Z[verify-libraries] Compiling rawzip v0.4.4
49882026-09-15T04:02:14.891Z[verify-libraries] Compiling cpubits v0.1.1
49892026-09-15T04:02:15.024Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49902026-09-15T04:02:15.028Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49912026-09-15T04:02:15.074Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49922026-09-15T04:02:15.078Z[verify-libraries] Compiling crunchy v0.2.4
49932026-09-15T04:02:15.078Z[verify-libraries] Compiling dirs-next v2.0.0
49942026-09-15T04:02:15.336Z[verify-libraries] Compiling clang-sys v1.8.1
49952026-09-15T04:02:15.403Z[ recovery-image] Sep 15 04:02:14.410 INFO O| Sep 15 04:02:14.410 INFO O| Startup: Caching catalogs ... Done
49962026-09-15T04:02:15.610Z[verify-libraries] Compiling ignore v0.4.25
49972026-09-15T04:02:15.613Z[verify-libraries] Compiling anstyle-parse v0.2.7
49982026-09-15T04:02:15.672Z[ host-image] Sep 15 04:02:14.680 INFO O| Sep 15 04:02:14.680 INFO O| Finalize: Creating fast lookup database ... Done
49992026-09-15T04:02:15.704Z[ host-image] Sep 15 04:02:14.704 INFO O| Sep 15 04:02:14.704 INFO O| Finalize: Reading search index ... Done
50002026-09-15T04:02:15.704Z[ host-image] Sep 15 04:02:14.704 INFO O| Sep 15 04:02:14.704 INFO O| Finalize: Updating search index ... Done
50012026-09-15T04:02:15.708Z[ host-image] Sep 15 04:02:14.714 INFO O| Sep 15 04:02:14.714 INFO O| Finalize: Updating package cache ... Done
50022026-09-15T04:02:15.777Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50032026-09-15T04:02:15.934Z[verify-libraries] Compiling tiny-keccak v2.0.2
50042026-09-15T04:02:16.012Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 14 (pkg_install) COMPLETE
50052026-09-15T04:02:16.012Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-09-15T04:02:16.012Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "mbist" is not enabled
50072026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50082026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "mfg" is not enabled
50092026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50102026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "compliance" is not enabled
50112026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50122026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "stress" is not enabled
50132026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "compliance" is not enabled
50152026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50162026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO skip step because feature "nfs" is not enabled
50172026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50182026-09-15T04:02:16.017Z[ host-image] Sep 15 04:02:15.019 INFO O| Sep 15 04:02:15.019 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50192026-09-15T04:02:16.057Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
50202026-09-15T04:02:16.097Z[verify-libraries] Compiling anstream v0.6.21
50212026-09-15T04:02:16.125Z[ host-image] Sep 15 04:02:15.132 INFO O| Sep 15 04:02:15.132 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50222026-09-15T04:02:16.210Z[ host-image] Sep 15 04:02:15.217 INFO O| Sep 15 04:02:15.217 INFO completed processing sled/ramdisk-01-os
50232026-09-15T04:02:16.213Z[ host-image] Sep 15 04:02:15.219 INFO omicron1 baseline generation...
50242026-09-15T04:02:16.213Z[ host-image] Sep 15 04:02:15.219 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50252026-09-15T04:02:16.389Z[verify-libraries] Compiling globwalk v0.9.1
50262026-09-15T04:02:16.515Z[verify-libraries] Compiling term v0.7.0
50272026-09-15T04:02:16.558Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50282026-09-15T04:02:16.558Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50292026-09-15T04:02:16.581Z[ host-image] Sep 15 04:02:15.588 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24262:20260914T205901Z
50302026-09-15T04:02:16.705Z[verify-libraries] Compiling predicates-tree v1.0.13
50312026-09-15T04:02:16.756Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50322026-09-15T04:02:16.832Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50332026-09-15T04:02:16.926Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50342026-09-15T04:02:17.038Z[verify-libraries] Compiling rand_seeder v0.4.0
50352026-09-15T04:02:17.083Z[verify-libraries] Compiling diff v0.1.13
50362026-09-15T04:02:17.158Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
50372026-09-15T04:02:17.190Z[verify-libraries] Compiling bit-vec v0.6.3
50382026-09-15T04:02:17.333Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
50392026-09-15T04:02:17.381Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50402026-09-15T04:02:17.419Z[verify-libraries] Compiling ascii-canvas v3.0.0
50412026-09-15T04:02:17.534Z[verify-libraries] Compiling bit-set v0.5.3
50422026-09-15T04:02:17.706Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50432026-09-15T04:02:17.745Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50442026-09-15T04:02:17.749Z[verify-libraries] Compiling itertools v0.10.5
50452026-09-15T04:02:17.749Z[verify-libraries] Compiling ena v0.14.4
50462026-09-15T04:02:17.749Z[verify-libraries] Compiling libloading v0.8.9
50472026-09-15T04:02:17.789Z[verify-libraries] Compiling regex-syntax v0.6.29
50482026-09-15T04:02:18.016Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50492026-09-15T04:02:18.052Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50502026-09-15T04:02:18.119Z[verify-libraries] Compiling bindgen v0.71.1
50512026-09-15T04:02:18.719Z[ recovery-image] Sep 15 04:02:17.727 INFO O| Sep 15 04:02:17.726 INFO O| Planning: Solver setup ... Done
50522026-09-15T04:02:18.766Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50532026-09-15T04:02:18.809Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50542026-09-15T04:02:18.973Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50552026-09-15T04:02:19.090Z[ recovery-image] Sep 15 04:02:18.097 INFO O| Sep 15 04:02:18.097 INFO O| Planning: Running solver ... Done
50562026-09-15T04:02:19.137Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50572026-09-15T04:02:19.160Z[ recovery-image] Sep 15 04:02:18.168 INFO O| Sep 15 04:02:18.168 INFO O| Planning: Finding local manifests ... Done
50582026-09-15T04:02:19.243Z[ recovery-image] Sep 15 04:02:18.251 INFO O| Sep 15 04:02:18.251 INFO O| Planning: Fetching manifests: 0/130 0% complete
50592026-09-15T04:02:19.907Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50602026-09-15T04:02:20.009Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50612026-09-15T04:02:20.070Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50622026-09-15T04:02:20.562Z[verify-libraries] Compiling lalrpop v0.19.12
50632026-09-15T04:02:20.618Z[verify-libraries] Compiling cexpr v0.6.0
50642026-09-15T04:02:20.850Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50652026-09-15T04:02:21.230Z[verify-libraries] Compiling rustc-hash v2.1.1
50662026-09-15T04:02:21.458Z[verify-libraries] Compiling rfc6979 v0.4.0
50672026-09-15T04:02:21.681Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50682026-09-15T04:02:21.778Z[verify-libraries] Compiling diesel v2.3.7
50692026-09-15T04:02:22.025Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50702026-09-15T04:02:22.087Z[verify-libraries] Compiling libxml v0.3.3
50712026-09-15T04:02:22.330Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50722026-09-15T04:02:22.510Z[verify-libraries] Compiling ecdsa v0.16.9
50732026-09-15T04:02:22.879Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50742026-09-15T04:02:23.014Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50752026-09-15T04:02:23.072Z[ recovery-image] Sep 15 04:02:22.079 INFO O| Sep 15 04:02:22.079 INFO O| Planning: Fetching manifests: 130/130 100% complete
50762026-09-15T04:02:23.128Z[verify-libraries] Compiling primeorder v0.13.6
50772026-09-15T04:02:23.282Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50782026-09-15T04:02:23.377Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50792026-09-15T04:02:23.446Z[verify-libraries] Compiling strum_macros v0.24.3
50802026-09-15T04:02:23.532Z[verify-libraries] Compiling hashbrown v0.14.5
50812026-09-15T04:02:23.585Z[verify-libraries] Compiling universal-hash v0.6.1
50822026-09-15T04:02:23.681Z[ recovery-image] Sep 15 04:02:22.688 INFO O| Sep 15 04:02:22.688 INFO O| Planning: Package planning ... Done
50832026-09-15T04:02:23.833Z[verify-libraries] Compiling fxhash v0.2.1
50842026-09-15T04:02:23.858Z[ recovery-image] Sep 15 04:02:22.865 INFO O| Sep 15 04:02:22.865 INFO O| Planning: Merging actions ... Done
50852026-09-15T04:02:23.927Z[ recovery-image] Sep 15 04:02:22.934 INFO O| Sep 15 04:02:22.934 INFO O| Planning: Checking for conflicting actions ... Done
50862026-09-15T04:02:23.983Z[ recovery-image] Sep 15 04:02:22.990 INFO O| Sep 15 04:02:22.989 INFO O| Planning: Consolidating action changes ... Done
50872026-09-15T04:02:24.109Z[verify-libraries] Compiling salty v0.3.0
50882026-09-15T04:02:24.119Z[ recovery-image] Sep 15 04:02:23.126 INFO O| Sep 15 04:02:23.126 INFO O| Planning: Evaluating mediators ... Done
50892026-09-15T04:02:24.269Z[verify-libraries] Compiling indoc v1.0.9
50902026-09-15T04:02:24.416Z[verify-libraries] Compiling chumsky v0.9.3
50912026-09-15T04:02:24.594Z[verify-libraries] Compiling p384 v0.13.1
50922026-09-15T04:02:24.660Z[verify-libraries] Compiling knus-derive v3.4.0
50932026-09-15T04:02:24.915Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50942026-09-15T04:02:24.980Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50952026-09-15T04:02:25.068Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50962026-09-15T04:02:25.382Z[verify-libraries] Compiling oso-derive v0.27.3
50972026-09-15T04:02:25.441Z[verify-libraries] Compiling quick-xml v0.37.5
50982026-09-15T04:02:25.480Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50992026-09-15T04:02:25.685Z[ recovery-image] Sep 15 04:02:24.692 INFO O| Sep 15 04:02:24.692 INFO O| Planning: Planning completed in 10.26 seconds
51002026-09-15T04:02:25.688Z[ recovery-image] Sep 15 04:02:24.694 INFO O| Sep 15 04:02:24.693 INFO O| Packages to install: 130
51012026-09-15T04:02:25.688Z[ recovery-image] Sep 15 04:02:24.694 INFO O| Sep 15 04:02:24.694 INFO O| Mediators to change: 5
51022026-09-15T04:02:25.688Z[ recovery-image] Sep 15 04:02:24.694 INFO O| Sep 15 04:02:24.694 INFO O| Services to change: 5
51032026-09-15T04:02:25.715Z[ recovery-image] Sep 15 04:02:24.722 INFO O| Sep 15 04:02:24.722 INFO O| Download: 0/16687 items 0.0/200.2MB 0% complete
51042026-09-15T04:02:25.772Z[verify-libraries] Compiling openssl-probe v0.1.6
51052026-09-15T04:02:26.034Z[verify-libraries] Compiling polyval v0.7.1
51062026-09-15T04:02:26.055Z[verify-libraries] Compiling der v0.8.0
51072026-09-15T04:02:26.167Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51082026-09-15T04:02:26.418Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51092026-09-15T04:02:26.421Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51102026-09-15T04:02:26.545Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
51112026-09-15T04:02:26.579Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51122026-09-15T04:02:26.642Z[verify-libraries] Compiling knus v3.4.0
51132026-09-15T04:02:26.668Z[verify-libraries] Compiling git-stub v1.0.0
51142026-09-15T04:02:26.982Z[verify-libraries] Compiling kstat-rs v0.2.5
51152026-09-15T04:02:27.071Z[verify-libraries] Compiling trait-variant v0.1.2
51162026-09-15T04:02:27.332Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
51172026-09-15T04:02:27.368Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51182026-09-15T04:02:27.421Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51192026-09-15T04:02:27.568Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
51202026-09-15T04:02:27.608Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51212026-09-15T04:02:27.676Z[verify-libraries] Compiling git-stub-vcs v0.1.0
51222026-09-15T04:02:27.738Z[verify-libraries] Compiling ghash v0.6.0
51232026-09-15T04:02:27.924Z[verify-libraries] Compiling crypto-bigint v0.7.5
51242026-09-15T04:02:27.988Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51252026-09-15T04:02:28.041Z[verify-libraries] Compiling aes v0.9.1
51262026-09-15T04:02:28.103Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51272026-09-15T04:02:28.129Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51282026-09-15T04:02:28.198Z[verify-libraries] Compiling pbkdf2 v0.13.0
51292026-09-15T04:02:28.480Z[verify-libraries] Compiling bb8 v0.8.6
51302026-09-15T04:02:28.512Z[verify-libraries] Compiling ctr v0.10.1
51312026-09-15T04:02:28.568Z[verify-libraries] Compiling aead v0.6.1
51322026-09-15T04:02:28.873Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51332026-09-15T04:02:28.900Z[verify-libraries] Compiling parking_lot_core v0.8.6
51342026-09-15T04:02:28.927Z[verify-libraries] Compiling aes-gcm v0.11.0
51352026-09-15T04:02:29.032Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51362026-09-15T04:02:29.332Z[verify-libraries] Compiling spki v0.8.0
51372026-09-15T04:02:29.335Z[verify-libraries] Compiling mime_guess v2.0.5
51382026-09-15T04:02:29.563Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51392026-09-15T04:02:29.600Z[verify-libraries] Compiling salsa20 v0.11.0
51402026-09-15T04:02:29.640Z[verify-libraries] Compiling nanorand v0.7.0
51412026-09-15T04:02:29.874Z[verify-libraries] Compiling scrypt v0.12.0
51422026-09-15T04:02:29.905Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51432026-09-15T04:02:29.934Z[verify-libraries] Compiling flume v0.11.1
51442026-09-15T04:02:30.022Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51452026-09-15T04:02:30.163Z[verify-libraries] Compiling cbc v0.2.1
51462026-09-15T04:02:30.230Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51472026-09-15T04:02:30.358Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51482026-09-15T04:02:30.412Z[verify-libraries] Compiling corncobs v0.1.4
51492026-09-15T04:02:30.441Z[verify-libraries] Compiling nonempty v0.12.0
51502026-09-15T04:02:30.554Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51512026-09-15T04:02:30.594Z[verify-libraries] Compiling http-range v0.1.5
51522026-09-15T04:02:30.658Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51532026-09-15T04:02:30.716Z[ recovery-image] Sep 15 04:02:29.723 INFO O| Sep 15 04:02:29.723 INFO O| Download: 9826/16687 items 103.5/200.2MB 51% complete (20.7M/s)
51542026-09-15T04:02:30.723Z[verify-libraries] Compiling pkcs5 v0.8.1
51552026-09-15T04:02:30.745Z[verify-libraries] Compiling parking_lot v0.11.2
51562026-09-15T04:02:30.820Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51572026-09-15T04:02:30.906Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51582026-09-15T04:02:31.120Z[verify-libraries] Compiling prefix-trie v0.7.0
51592026-09-15T04:02:31.212Z[verify-libraries] Compiling secrecy v0.8.0
51602026-09-15T04:02:31.350Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51612026-09-15T04:02:31.388Z[verify-libraries] Compiling pkcs8 v0.11.0
51622026-09-15T04:02:31.450Z[verify-libraries] Compiling sled v0.34.7
51632026-09-15T04:02:31.606Z[verify-libraries] Compiling hickory-server v0.25.2
51642026-09-15T04:02:31.705Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51652026-09-15T04:02:31.914Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51662026-09-15T04:02:31.997Z[verify-libraries] Compiling ff v0.14.0
51672026-09-15T04:02:32.095Z[verify-libraries] Compiling libz-sys v1.1.24
51682026-09-15T04:02:32.240Z[verify-libraries] Compiling group v0.14.0
51692026-09-15T04:02:32.315Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51702026-09-15T04:02:32.445Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51712026-09-15T04:02:32.520Z[verify-libraries] Compiling signature v3.0.0
51722026-09-15T04:02:32.858Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51732026-09-15T04:02:32.896Z[verify-libraries] Compiling base16ct v1.0.0
51742026-09-15T04:02:32.921Z[verify-libraries] Compiling instability v0.3.11
51752026-09-15T04:02:32.963Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
51762026-09-15T04:02:33.022Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51772026-09-15T04:02:33.119Z[verify-libraries] Compiling sec1 v0.8.1
51782026-09-15T04:02:33.152Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51792026-09-15T04:02:33.287Z[verify-libraries] Compiling scuffle v0.1.0
51802026-09-15T04:02:33.323Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51812026-09-15T04:02:33.660Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51822026-09-15T04:02:33.693Z[verify-libraries] Compiling hkdf v0.13.0
51832026-09-15T04:02:33.693Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51842026-09-15T04:02:33.743Z[verify-libraries] Compiling castaway v0.2.4
51852026-09-15T04:02:33.796Z[verify-libraries] Compiling indoc v2.0.7
51862026-09-15T04:02:33.904Z[ recovery-image] Sep 15 04:02:32.907 INFO O| Sep 15 04:02:32.907 INFO O| Download: Completed 200.24 MB in 8.19 seconds (24.4M/s)
51872026-09-15T04:02:33.920Z[verify-libraries] Compiling compact_str v0.8.1
51882026-09-15T04:02:33.944Z[verify-libraries] Compiling elliptic-curve v0.14.1
51892026-09-15T04:02:34.398Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51902026-09-15T04:02:34.605Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
51912026-09-15T04:02:34.799Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51922026-09-15T04:02:35.288Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51932026-09-15T04:02:35.309Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51942026-09-15T04:02:35.733Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51952026-09-15T04:02:35.990Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51962026-09-15T04:02:36.016Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51972026-09-15T04:02:36.155Z[verify-libraries] Compiling lru v0.12.5
51982026-09-15T04:02:36.418Z[ recovery-image] Sep 15 04:02:35.425 INFO O| Sep 15 04:02:35.425 INFO O| Actions: 1/27596 actions (Installing new actions)
51992026-09-15T04:02:36.424Z[verify-libraries] Compiling unicode-truncate v1.1.0
52002026-09-15T04:02:36.472Z[verify-libraries] Compiling arc-swap v1.8.2
52012026-09-15T04:02:36.556Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52022026-09-15T04:02:36.671Z[verify-libraries] Compiling cassowary v0.3.0
52032026-09-15T04:02:36.901Z[verify-libraries] Compiling slog-scope v4.4.1
52042026-09-15T04:02:37.009Z[verify-libraries] Compiling ratatui v0.29.0
52052026-09-15T04:02:37.210Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52062026-09-15T04:02:37.282Z[verify-libraries] Compiling wnaf v0.14.0
52072026-09-15T04:02:37.555Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52082026-09-15T04:02:37.589Z[verify-libraries] Compiling primefield v0.14.0
52092026-09-15T04:02:37.888Z[verify-libraries] Compiling rfc6979 v0.6.0
52102026-09-15T04:02:37.963Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52112026-09-15T04:02:38.094Z[verify-libraries] Compiling progenitor-impl v0.13.0
52122026-09-15T04:02:38.126Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52132026-09-15T04:02:38.474Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
52142026-09-15T04:02:38.672Z[verify-libraries] Compiling vergen-git2 v9.1.0
52152026-09-15T04:02:39.552Z[verify-libraries] Compiling diesel-dtrace v0.5.0
52162026-09-15T04:02:39.777Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
52172026-09-15T04:02:39.850Z[verify-libraries] Compiling strsim v0.10.0
52182026-09-15T04:02:39.924Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
52192026-09-15T04:02:40.129Z[verify-libraries] Compiling darling_core v0.13.4
52202026-09-15T04:02:40.200Z[verify-libraries] Compiling ecdsa v0.17.0
52212026-09-15T04:02:40.231Z[verify-libraries] Compiling primeorder v0.14.0
52222026-09-15T04:02:40.278Z[verify-libraries] Compiling slog-stdlog v4.1.1
52232026-09-15T04:02:40.307Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52242026-09-15T04:02:40.560Z[verify-libraries] Compiling tungstenite v0.23.0
52252026-09-15T04:02:40.711Z[verify-libraries] Compiling progenitor-client v0.13.0
52262026-09-15T04:02:40.783Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52272026-09-15T04:02:41.031Z[verify-libraries] Compiling console v0.16.2
52282026-09-15T04:02:41.116Z[verify-libraries] Compiling libsw-core v0.3.2
52292026-09-15T04:02:41.242Z[verify-libraries] Compiling progenitor-macro v0.13.0
52302026-09-15T04:02:41.299Z[verify-libraries] Compiling assert_matches v1.5.0
52312026-09-15T04:02:41.342Z[verify-libraries] Compiling unit-prefix v0.5.2
52322026-09-15T04:02:41.395Z[verify-libraries] Compiling void v1.0.2
52332026-09-15T04:02:41.413Z[ recovery-image] Sep 15 04:02:40.421 INFO O| Sep 15 04:02:40.420 INFO O| Actions: 23125/27596 actions (Installing new actions)
52342026-09-15T04:02:41.440Z[verify-libraries] Compiling libsw v3.5.0
52352026-09-15T04:02:41.560Z[verify-libraries] Compiling lzss v0.8.2
52362026-09-15T04:02:41.595Z[verify-libraries] Compiling indicatif v0.18.4
52372026-09-15T04:02:41.598Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52382026-09-15T04:02:41.598Z[verify-libraries] Compiling slog-envlogger v2.2.0
52392026-09-15T04:02:41.753Z[verify-libraries] Compiling ssh-encoding v0.3.0
52402026-09-15T04:02:41.790Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52412026-09-15T04:02:41.848Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52422026-09-15T04:02:42.069Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52432026-09-15T04:02:42.105Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52442026-09-15T04:02:42.141Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52452026-09-15T04:02:42.144Z[ recovery-image] Sep 15 04:02:41.150 INFO O| Sep 15 04:02:41.150 INFO O| Actions: Completed 27596 actions in 5.73 seconds.
52462026-09-15T04:02:42.224Z[ recovery-image] Sep 15 04:02:41.231 INFO O| Sep 15 04:02:41.231 INFO O| Finalize: Updating package state database ... Done
52472026-09-15T04:02:42.224Z[ recovery-image] Sep 15 04:02:41.231 INFO O| Sep 15 04:02:41.231 INFO O| Finalize: Updating package cache ... Done
52482026-09-15T04:02:42.248Z[verify-libraries] Compiling darling_macro v0.13.4
52492026-09-15T04:02:42.367Z[verify-libraries] Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
52502026-09-15T04:02:42.377Z[ recovery-image] Sep 15 04:02:41.384 INFO O| Sep 15 04:02:41.384 INFO O| Finalize: Updating image state ... Done
52512026-09-15T04:02:42.489Z[verify-libraries] Compiling nix v0.27.1
52522026-09-15T04:02:42.548Z[verify-libraries] Compiling colored v2.2.0
52532026-09-15T04:02:42.654Z[verify-libraries] Compiling blake3 v1.8.5
52542026-09-15T04:02:42.680Z[verify-libraries] Compiling serde_bytes v0.11.19
52552026-09-15T04:02:42.935Z[verify-libraries] Compiling keccak v0.2.0
52562026-09-15T04:02:43.003Z[verify-libraries] Compiling shell-words v1.1.1
52572026-09-15T04:02:43.038Z[verify-libraries] Compiling darling v0.13.4
52582026-09-15T04:02:43.196Z[ recovery-image] Sep 15 04:02:42.203 INFO O| Sep 15 04:02:42.203 INFO O| Finalize: Creating fast lookup database ... Done
52592026-09-15T04:02:43.214Z[ recovery-image] Sep 15 04:02:42.221 INFO O| Sep 15 04:02:42.221 INFO O| Finalize: Reading search index ... Done
52602026-09-15T04:02:43.230Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
52612026-09-15T04:02:43.330Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52622026-09-15T04:02:43.434Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52632026-09-15T04:02:43.538Z[verify-libraries] Compiling ed25519 v3.0.0
52642026-09-15T04:02:43.702Z[verify-libraries] Compiling crypto-primes v0.7.2
52652026-09-15T04:02:43.961Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52662026-09-15T04:02:44.205Z[verify-libraries] Compiling poly1305 v0.9.0
52672026-09-15T04:02:44.241Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52682026-09-15T04:02:44.306Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52692026-09-15T04:02:44.595Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52702026-09-15T04:02:44.634Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52712026-09-15T04:02:44.879Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52722026-09-15T04:02:44.955Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52732026-09-15T04:02:45.014Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52742026-09-15T04:02:45.052Z[verify-libraries] Compiling blowfish v0.10.0
52752026-09-15T04:02:45.058Z[ recovery-image] Sep 15 04:02:44.060 INFO O| Sep 15 04:02:44.060 INFO O| Finalize: Building new search index ... Done
52762026-09-15T04:02:45.494Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52772026-09-15T04:02:45.519Z[verify-libraries] Compiling petname v2.0.2
52782026-09-15T04:02:45.519Z[verify-libraries] Compiling arrayvec v0.7.6
52792026-09-15T04:02:45.519Z[ recovery-image] Sep 15 04:02:44.346 INFO O| Sep 15 04:02:44.346 INFO O| Finalize: Updating package cache ... Done
52802026-09-15T04:02:45.519Z[verify-libraries] Compiling constant_time_eq v0.4.2
52812026-09-15T04:02:45.519Z[verify-libraries] Compiling arrayref v0.3.9
52822026-09-15T04:02:45.649Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52832026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO STEP 11 (pkg_install) COMPLETE
52842026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52852026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO skip step because feature "recovery" is enabled
52862026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52872026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO skip step because feature "omicron1" is not enabled
52882026-09-15T04:02:45.759Z[ recovery-image] Sep 15 04:02:44.765 INFO O| Sep 15 04:02:44.765 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52892026-09-15T04:02:45.768Z[ recovery-image] Sep 15 04:02:44.775 INFO O| Sep 15 04:02:44.774 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52902026-09-15T04:02:45.796Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52912026-09-15T04:02:46.012Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52922026-09-15T04:02:46.066Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52932026-09-15T04:02:46.115Z[verify-libraries] Compiling ssh-cipher v0.3.0
52942026-09-15T04:02:46.171Z[verify-libraries] Compiling serde_with_macros v1.5.2
52952026-09-15T04:02:46.209Z[verify-libraries] Compiling sha3 v0.11.0
52962026-09-15T04:02:46.679Z[verify-libraries] Compiling p384 v0.14.0
52972026-09-15T04:02:46.780Z[verify-libraries] Compiling p521 v0.14.0
52982026-09-15T04:02:46.808Z[verify-libraries] Compiling p256 v0.14.0
52992026-09-15T04:02:46.812Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53002026-09-15T04:02:46.854Z[verify-libraries] Compiling progenitor v0.13.0
53012026-09-15T04:02:47.049Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53022026-09-15T04:02:47.133Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
53032026-09-15T04:02:47.190Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53042026-09-15T04:02:47.240Z[verify-libraries] Compiling twox-hash v2.1.2
53052026-09-15T04:02:47.484Z[verify-libraries] Compiling kem v0.3.0
53062026-09-15T04:02:47.683Z[verify-libraries] Compiling module-lattice v0.2.3
53072026-09-15T04:02:47.733Z[verify-libraries] Compiling rtoolbox v0.0.3
53082026-09-15T04:02:47.754Z[verify-libraries] Compiling atty v0.2.14
53092026-09-15T04:02:47.921Z[verify-libraries] Compiling sponge-cursor v0.1.0
53102026-09-15T04:02:48.011Z[verify-libraries] Compiling topological-sort v0.2.2
53112026-09-15T04:02:48.011Z[verify-libraries] Compiling ml-kem v0.3.2
53122026-09-15T04:02:48.056Z[verify-libraries] Compiling sha3 v0.12.0
53132026-09-15T04:02:48.082Z[verify-libraries] Compiling rpassword v7.5.4
53142026-09-15T04:02:48.166Z[verify-libraries] Compiling serde_with v1.14.0
53152026-09-15T04:02:48.228Z[verify-libraries] Compiling omicron-zone-package v0.12.3
53162026-09-15T04:02:48.895Z[verify-libraries] Compiling russh-cryptovec v0.62.0
53172026-09-15T04:02:49.105Z[verify-libraries] Compiling tui-tree-widget v0.23.1
53182026-09-15T04:02:49.317Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53192026-09-15T04:02:49.377Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53202026-09-15T04:02:49.381Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53212026-09-15T04:02:49.557Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53222026-09-15T04:02:49.626Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53232026-09-15T04:02:49.698Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53242026-09-15T04:02:49.912Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53252026-09-15T04:02:50.167Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53262026-09-15T04:02:50.267Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53272026-09-15T04:02:50.585Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53282026-09-15T04:02:50.586Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53292026-09-15T04:02:50.698Z[ recovery-image] Sep 15 04:02:49.705 INFO O| Sep 15 04:02:49.705 INFO O| Startup: Refreshing catalog 'helios' ... Done
53302026-09-15T04:02:50.714Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53312026-09-15T04:02:50.970Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53322026-09-15T04:02:51.013Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53332026-09-15T04:02:51.016Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53342026-09-15T04:02:51.135Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53352026-09-15T04:02:51.285Z[ recovery-image] Sep 15 04:02:50.292 INFO O| Sep 15 04:02:50.292 INFO O| Startup: Caching catalogs ... Done
53362026-09-15T04:02:51.348Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53372026-09-15T04:02:51.450Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53382026-09-15T04:02:51.981Z[ recovery-image] Sep 15 04:02:50.988 INFO O| Sep 15 04:02:50.988 INFO O| Planning: Solver setup ... Done
53392026-09-15T04:02:51.986Z[ recovery-image] Sep 15 04:02:50.994 INFO O| Sep 15 04:02:50.994 INFO O| Planning: Running solver ... Done
53402026-09-15T04:02:52.003Z[ recovery-image] Sep 15 04:02:51.010 INFO O| Sep 15 04:02:51.010 INFO O| Planning: Finding local manifests ... Done
53412026-09-15T04:02:52.046Z[ recovery-image] Sep 15 04:02:51.053 INFO O| Sep 15 04:02:51.053 INFO O| Planning: Fetching manifests: 0/1 0% complete
53422026-09-15T04:02:52.052Z[ recovery-image] Sep 15 04:02:51.059 INFO O| Sep 15 04:02:51.059 INFO O| Planning: Fetching manifests: 1/1 100% complete
53432026-09-15T04:02:52.086Z[ recovery-image] Sep 15 04:02:51.093 INFO O| Sep 15 04:02:51.093 INFO O| Planning: Package planning ... Done
53442026-09-15T04:02:52.086Z[ recovery-image] Sep 15 04:02:51.093 INFO O| Sep 15 04:02:51.093 INFO O| Planning: Merging actions ... Done
53452026-09-15T04:02:52.106Z[ recovery-image] Sep 15 04:02:51.113 INFO O| Sep 15 04:02:51.113 INFO O| Planning: Checking for conflicting actions ... Done
53462026-09-15T04:02:52.109Z[ recovery-image] Sep 15 04:02:51.113 INFO O| Sep 15 04:02:51.113 INFO O| Planning: Consolidating action changes ... Done
53472026-09-15T04:02:52.201Z[ recovery-image] Sep 15 04:02:51.208 INFO O| Sep 15 04:02:51.208 INFO O| Planning: Evaluating mediators ... Done
53482026-09-15T04:02:52.205Z[ recovery-image] Sep 15 04:02:51.208 INFO O| Sep 15 04:02:51.208 INFO O| Planning: Planning completed in 0.90 seconds
53492026-09-15T04:02:52.205Z[ recovery-image] Sep 15 04:02:51.208 INFO O| Sep 15 04:02:51.208 INFO O| Packages to install: 1
53502026-09-15T04:02:52.233Z[ recovery-image] Sep 15 04:02:51.221 INFO O| Sep 15 04:02:51.221 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53512026-09-15T04:02:52.803Z[ recovery-image] Sep 15 04:02:51.810 INFO O| Sep 15 04:02:51.810 INFO O| Download: Completed 13.27 MB in 0.59 seconds (22.5M/s)
53522026-09-15T04:02:52.842Z[ recovery-image] Sep 15 04:02:51.849 INFO O| Sep 15 04:02:51.849 INFO O| Actions: 1/22 actions (Installing new actions)
53532026-09-15T04:02:53.073Z[ recovery-image] Sep 15 04:02:52.080 INFO O| Sep 15 04:02:52.080 INFO O| Actions: Completed 22 actions in 0.23 seconds.
53542026-09-15T04:02:53.137Z[ recovery-image] Sep 15 04:02:52.144 INFO O| Sep 15 04:02:52.144 INFO O| Finalize: Updating package state database ... Done
53552026-09-15T04:02:53.137Z[ recovery-image] Sep 15 04:02:52.144 INFO O| Sep 15 04:02:52.144 INFO O| Finalize: Updating package cache ... Done
53562026-09-15T04:02:53.156Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53572026-09-15T04:02:53.257Z[ recovery-image] Sep 15 04:02:52.264 INFO O| Sep 15 04:02:52.264 INFO O| Finalize: Updating image state ... Done
53582026-09-15T04:02:53.891Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53592026-09-15T04:02:54.073Z[ recovery-image] Sep 15 04:02:53.080 INFO O| Sep 15 04:02:53.080 INFO O| Finalize: Creating fast lookup database ... Done
53602026-09-15T04:02:54.093Z[ recovery-image] Sep 15 04:02:53.100 INFO O| Sep 15 04:02:53.100 INFO O| Finalize: Reading search index ... Done
53612026-09-15T04:02:54.096Z[ recovery-image] Sep 15 04:02:53.100 INFO O| Sep 15 04:02:53.100 INFO O| Finalize: Updating search index ... Done
53622026-09-15T04:02:54.106Z[ recovery-image] Sep 15 04:02:53.113 INFO O| Sep 15 04:02:53.113 INFO O| Finalize: Updating package cache ... Done
53632026-09-15T04:02:54.456Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.462 INFO STEP 14 (pkg_install) COMPLETE
53642026-09-15T04:02:54.456Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53652026-09-15T04:02:54.456Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "mbist" is not enabled
53662026-09-15T04:02:54.456Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53672026-09-15T04:02:54.456Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "mfg" is not enabled
53682026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53692026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "compliance" is not enabled
53702026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53712026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "stress" is not enabled
53722026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53732026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "compliance" is not enabled
53742026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53752026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO skip step because feature "nfs" is not enabled
53762026-09-15T04:02:54.459Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53772026-09-15T04:02:54.460Z[ recovery-image] Sep 15 04:02:53.463 INFO O| Sep 15 04:02:53.463 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53782026-09-15T04:02:54.460Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53792026-09-15T04:02:54.589Z[ recovery-image] Sep 15 04:02:53.595 INFO O| Sep 15 04:02:53.595 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53802026-09-15T04:02:54.719Z[ recovery-image] Sep 15 04:02:53.726 INFO O| Sep 15 04:02:53.726 INFO completed processing sled/ramdisk-01-os
53812026-09-15T04:02:54.722Z[ recovery-image] Sep 15 04:02:53.728 INFO image builder template: ramdisk-02-trim...
53822026-09-15T04:02:54.722Z[ recovery-image] Sep 15 04:02:53.729 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/.tmp3ft5gm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
53832026-09-15T04:02:54.743Z[ recovery-image] Sep 15 04:02:53.750 INFO O| Sep 15 04:02:53.750 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53842026-09-15T04:02:54.748Z[ recovery-image] Sep 15 04:02:53.754 INFO O| Sep 15 04:02:53.754 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53852026-09-15T04:02:54.849Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53862026-09-15T04:02:54.916Z[ recovery-image] Sep 15 04:02:53.922 INFO O| Sep 15 04:02:53.921 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53872026-09-15T04:02:55.006Z[ recovery-image] Sep 15 04:02:54.012 INFO O| Sep 15 04:02:54.012 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53882026-09-15T04:02:55.006Z[ recovery-image] Sep 15 04:02:54.012 INFO O| Sep 15 04:02:54.012 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53892026-09-15T04:02:55.010Z[ recovery-image] Sep 15 04:02:54.017 INFO O| Sep 15 04:02:54.017 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53902026-09-15T04:02:55.014Z[ recovery-image] Sep 15 04:02:54.021 INFO O| Sep 15 04:02:54.021 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53912026-09-15T04:02:55.018Z[ recovery-image] Sep 15 04:02:54.025 INFO O| Sep 15 04:02:54.025 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53922026-09-15T04:02:55.162Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53932026-09-15T04:02:55.258Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53942026-09-15T04:02:55.325Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53952026-09-15T04:02:56.061Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53962026-09-15T04:02:56.065Z[ recovery-image] Sep 15 04:02:55.072 INFO O| Sep 15 04:02:55.072 INFO rolled back to input snapshot; work may begin
53972026-09-15T04:02:56.065Z[ recovery-image] Sep 15 04:02:55.072 INFO O| Sep 15 04:02:55.072 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53982026-09-15T04:02:56.070Z[ recovery-image] Sep 15 04:02:55.077 INFO O| Sep 15 04:02:55.077 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53992026-09-15T04:02:56.087Z[ recovery-image] Sep 15 04:02:55.094 INFO O| Sep 15 04:02:55.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54002026-09-15T04:02:56.129Z[ recovery-image] Sep 15 04:02:55.136 INFO O| Sep 15 04:02:55.136 INFO STEP 0 (remove_files) COMPLETE
54012026-09-15T04:02:56.129Z[ recovery-image] Sep 15 04:02:55.136 INFO O| Sep 15 04:02:55.136 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54022026-09-15T04:02:56.140Z[ recovery-image] Sep 15 04:02:55.147 INFO O| Sep 15 04:02:55.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54032026-09-15T04:02:56.143Z[ recovery-image] Sep 15 04:02:55.149 INFO O| Sep 15 04:02:55.149 INFO STEP 1 (remove_files) COMPLETE
54042026-09-15T04:02:56.143Z[ recovery-image] Sep 15 04:02:55.149 INFO O| Sep 15 04:02:55.149 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54052026-09-15T04:02:56.152Z[ recovery-image] Sep 15 04:02:55.159 INFO O| Sep 15 04:02:55.158 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54062026-09-15T04:02:56.164Z[ recovery-image] Sep 15 04:02:55.172 INFO O| Sep 15 04:02:55.172 INFO STEP 2 (remove_files) COMPLETE
54072026-09-15T04:02:56.165Z[ recovery-image] Sep 15 04:02:55.172 INFO O| Sep 15 04:02:55.172 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54082026-09-15T04:02:56.177Z[ recovery-image] Sep 15 04:02:55.182 INFO O| Sep 15 04:02:55.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54092026-09-15T04:02:56.180Z[ recovery-image] Sep 15 04:02:55.184 INFO O| Sep 15 04:02:55.183 INFO STEP 3 (remove_files) COMPLETE
54102026-09-15T04:02:56.180Z[ recovery-image] Sep 15 04:02:55.184 INFO O| Sep 15 04:02:55.184 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54112026-09-15T04:02:56.185Z[ recovery-image] Sep 15 04:02:55.193 INFO O| Sep 15 04:02:55.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54122026-09-15T04:02:56.188Z[ recovery-image] Sep 15 04:02:55.196 INFO O| Sep 15 04:02:55.196 INFO STEP 4 (remove_files) COMPLETE
54132026-09-15T04:02:56.188Z[ recovery-image] Sep 15 04:02:55.196 INFO O| Sep 15 04:02:55.196 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54142026-09-15T04:02:56.200Z[ recovery-image] Sep 15 04:02:55.206 INFO O| Sep 15 04:02:55.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54152026-09-15T04:02:56.200Z[ recovery-image] Sep 15 04:02:55.206 INFO O| Sep 15 04:02:55.206 INFO STEP 5 (remove_files) COMPLETE
54162026-09-15T04:02:56.204Z[ recovery-image] Sep 15 04:02:55.206 INFO O| Sep 15 04:02:55.206 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54172026-09-15T04:02:56.210Z[ recovery-image] Sep 15 04:02:55.217 INFO O| Sep 15 04:02:55.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54182026-09-15T04:02:56.220Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 6 (remove_files) COMPLETE
54192026-09-15T04:02:56.220Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54202026-09-15T04:02:56.220Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO skip step because feature "heliosv2" is not enabled
54212026-09-15T04:02:56.223Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54222026-09-15T04:02:56.223Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO skip step because feature "recovery" is enabled
54232026-09-15T04:02:56.223Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54242026-09-15T04:02:56.224Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO skip step because feature "recovery" is enabled
54252026-09-15T04:02:56.224Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54262026-09-15T04:02:56.224Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO skip step because feature "recovery" is enabled
54272026-09-15T04:02:56.224Z[ recovery-image] Sep 15 04:02:55.227 INFO O| Sep 15 04:02:55.227 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54282026-09-15T04:02:56.230Z[ recovery-image] Sep 15 04:02:55.236 INFO O| Sep 15 04:02:55.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54292026-09-15T04:02:56.233Z[ recovery-image] Sep 15 04:02:55.239 INFO O| Sep 15 04:02:55.239 INFO STEP 11 (remove_files) COMPLETE
54302026-09-15T04:02:56.233Z[ recovery-image] Sep 15 04:02:55.239 INFO O| Sep 15 04:02:55.239 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54312026-09-15T04:02:56.241Z[ recovery-image] Sep 15 04:02:55.248 INFO O| Sep 15 04:02:55.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54322026-09-15T04:02:56.244Z[ recovery-image] Sep 15 04:02:55.249 INFO O| Sep 15 04:02:55.249 INFO STEP 12 (remove_files) COMPLETE
54332026-09-15T04:02:56.244Z[ recovery-image] Sep 15 04:02:55.249 INFO O| Sep 15 04:02:55.249 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54342026-09-15T04:02:56.251Z[ recovery-image] Sep 15 04:02:55.258 INFO O| Sep 15 04:02:55.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54352026-09-15T04:02:56.254Z[ recovery-image] Sep 15 04:02:55.259 INFO O| Sep 15 04:02:55.259 INFO STEP 13 (remove_files) COMPLETE
54362026-09-15T04:02:56.254Z[ recovery-image] Sep 15 04:02:55.259 INFO O| Sep 15 04:02:55.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54372026-09-15T04:02:56.322Z[ recovery-image] Sep 15 04:02:55.329 INFO O| Sep 15 04:02:55.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54382026-09-15T04:02:56.337Z[ recovery-image] Sep 15 04:02:55.344 INFO O| Sep 15 04:02:55.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54392026-09-15T04:02:56.429Z[ recovery-image] Sep 15 04:02:55.436 INFO O| Sep 15 04:02:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54402026-09-15T04:02:56.429Z[ recovery-image] Sep 15 04:02:55.436 INFO O| Sep 15 04:02:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54412026-09-15T04:02:56.437Z[ recovery-image] Sep 15 04:02:55.444 INFO O| Sep 15 04:02:55.444 INFO STEP 14 (remove_files) COMPLETE
54422026-09-15T04:02:56.437Z[ recovery-image] Sep 15 04:02:55.444 INFO O| Sep 15 04:02:55.444 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54432026-09-15T04:02:56.448Z[ recovery-image] Sep 15 04:02:55.455 INFO O| Sep 15 04:02:55.455 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54442026-09-15T04:02:56.451Z[ recovery-image] Sep 15 04:02:55.456 INFO O| Sep 15 04:02:55.456 INFO STEP 15 (remove_files) COMPLETE
54452026-09-15T04:02:56.451Z[ recovery-image] Sep 15 04:02:55.456 INFO O| Sep 15 04:02:55.456 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54462026-09-15T04:02:56.461Z[ recovery-image] Sep 15 04:02:55.468 INFO O| Sep 15 04:02:55.468 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54472026-09-15T04:02:56.466Z[ recovery-image] Sep 15 04:02:55.474 INFO O| Sep 15 04:02:55.473 INFO STEP 16 (remove_files) COMPLETE
54482026-09-15T04:02:56.466Z[ recovery-image] Sep 15 04:02:55.474 INFO O| Sep 15 04:02:55.474 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54492026-09-15T04:02:56.476Z[ recovery-image] Sep 15 04:02:55.484 INFO O| Sep 15 04:02:55.484 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54502026-09-15T04:02:56.479Z[ recovery-image] Sep 15 04:02:55.484 INFO O| Sep 15 04:02:55.484 INFO STEP 17 (remove_files) COMPLETE
54512026-09-15T04:02:56.479Z[ recovery-image] Sep 15 04:02:55.484 INFO O| Sep 15 04:02:55.484 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54522026-09-15T04:02:56.486Z[ recovery-image] Sep 15 04:02:55.493 INFO O| Sep 15 04:02:55.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54532026-09-15T04:02:56.489Z[ recovery-image] Sep 15 04:02:55.495 INFO O| Sep 15 04:02:55.494 INFO STEP 18 (remove_files) COMPLETE
54542026-09-15T04:02:56.489Z[ recovery-image] Sep 15 04:02:55.495 INFO O| Sep 15 04:02:55.495 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54552026-09-15T04:02:56.498Z[ recovery-image] Sep 15 04:02:55.505 INFO O| Sep 15 04:02:55.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54562026-09-15T04:02:56.498Z[ recovery-image] Sep 15 04:02:55.505 INFO O| Sep 15 04:02:55.505 INFO STEP 19 (remove_files) COMPLETE
54572026-09-15T04:02:56.502Z[ recovery-image] Sep 15 04:02:55.505 INFO O| Sep 15 04:02:55.505 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54582026-09-15T04:02:56.507Z[ recovery-image] Sep 15 04:02:55.515 INFO O| Sep 15 04:02:55.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54592026-09-15T04:02:56.507Z[ recovery-image] Sep 15 04:02:55.515 INFO O| Sep 15 04:02:55.515 INFO STEP 20 (remove_files) COMPLETE
54602026-09-15T04:02:56.507Z[ recovery-image] Sep 15 04:02:55.515 INFO O| Sep 15 04:02:55.515 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54612026-09-15T04:02:56.517Z[ recovery-image] Sep 15 04:02:55.525 INFO O| Sep 15 04:02:55.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54622026-09-15T04:02:56.517Z[ recovery-image] Sep 15 04:02:55.525 INFO O| Sep 15 04:02:55.525 INFO STEP 21 (remove_files) COMPLETE
54632026-09-15T04:02:56.517Z[ recovery-image] Sep 15 04:02:55.525 INFO O| Sep 15 04:02:55.525 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-15T04:02:56.528Z[ recovery-image] Sep 15 04:02:55.535 INFO O| Sep 15 04:02:55.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54652026-09-15T04:02:56.528Z[ recovery-image] Sep 15 04:02:55.535 INFO O| Sep 15 04:02:55.535 INFO STEP 22 (remove_files) COMPLETE
54662026-09-15T04:02:56.528Z[ recovery-image] Sep 15 04:02:55.535 INFO O| Sep 15 04:02:55.535 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54672026-09-15T04:02:56.540Z[ recovery-image] Sep 15 04:02:55.547 INFO O| Sep 15 04:02:55.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54682026-09-15T04:02:56.540Z[ recovery-image] Sep 15 04:02:55.547 INFO O| Sep 15 04:02:55.547 INFO STEP 23 (remove_files) COMPLETE
54692026-09-15T04:02:56.540Z[ recovery-image] Sep 15 04:02:55.547 INFO O| Sep 15 04:02:55.547 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-15T04:02:56.550Z[ recovery-image] Sep 15 04:02:55.557 INFO O| Sep 15 04:02:55.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54712026-09-15T04:02:56.550Z[ recovery-image] Sep 15 04:02:55.557 INFO O| Sep 15 04:02:55.557 INFO STEP 24 (remove_files) COMPLETE
54722026-09-15T04:02:56.550Z[ recovery-image] Sep 15 04:02:55.557 INFO O| Sep 15 04:02:55.557 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-15T04:02:56.570Z[ recovery-image] Sep 15 04:02:55.577 INFO O| Sep 15 04:02:55.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54742026-09-15T04:02:56.573Z[ recovery-image] Sep 15 04:02:55.577 INFO O| Sep 15 04:02:55.577 INFO STEP 25 (remove_files) COMPLETE
54752026-09-15T04:02:56.573Z[ recovery-image] Sep 15 04:02:55.577 INFO O| Sep 15 04:02:55.577 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-15T04:02:56.582Z[ recovery-image] Sep 15 04:02:55.587 INFO O| Sep 15 04:02:55.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54772026-09-15T04:02:56.582Z[ recovery-image] Sep 15 04:02:55.587 INFO O| Sep 15 04:02:55.587 INFO STEP 26 (remove_files) COMPLETE
54782026-09-15T04:02:56.582Z[ recovery-image] Sep 15 04:02:55.587 INFO O| Sep 15 04:02:55.587 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-15T04:02:56.593Z[ recovery-image] Sep 15 04:02:55.600 INFO O| Sep 15 04:02:55.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54802026-09-15T04:02:56.593Z[ recovery-image] Sep 15 04:02:55.600 INFO O| Sep 15 04:02:55.600 INFO STEP 27 (remove_files) COMPLETE
54812026-09-15T04:02:56.593Z[ recovery-image] Sep 15 04:02:55.600 INFO O| Sep 15 04:02:55.600 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-15T04:02:56.618Z[ recovery-image] Sep 15 04:02:55.625 INFO O| Sep 15 04:02:55.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54832026-09-15T04:02:56.618Z[ recovery-image] Sep 15 04:02:55.625 INFO O| Sep 15 04:02:55.625 INFO STEP 28 (remove_files) COMPLETE
54842026-09-15T04:02:56.618Z[ recovery-image] Sep 15 04:02:55.625 INFO O| Sep 15 04:02:55.625 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-15T04:02:56.628Z[ recovery-image] Sep 15 04:02:55.636 INFO O| Sep 15 04:02:55.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54862026-09-15T04:02:56.628Z[ recovery-image] Sep 15 04:02:55.636 INFO O| Sep 15 04:02:55.636 INFO STEP 29 (remove_files) COMPLETE
54872026-09-15T04:02:56.628Z[ recovery-image] Sep 15 04:02:55.636 INFO O| Sep 15 04:02:55.636 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-15T04:02:56.638Z[ recovery-image] Sep 15 04:02:55.645 INFO O| Sep 15 04:02:55.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54892026-09-15T04:02:56.638Z[ recovery-image] Sep 15 04:02:55.645 INFO O| Sep 15 04:02:55.645 INFO STEP 30 (remove_files) COMPLETE
54902026-09-15T04:02:56.638Z[ recovery-image] Sep 15 04:02:55.645 INFO O| Sep 15 04:02:55.645 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-15T04:02:56.663Z[ recovery-image] Sep 15 04:02:55.670 INFO O| Sep 15 04:02:55.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54922026-09-15T04:02:56.663Z[ recovery-image] Sep 15 04:02:55.670 INFO O| Sep 15 04:02:55.670 INFO STEP 31 (remove_files) COMPLETE
54932026-09-15T04:02:56.663Z[ recovery-image] Sep 15 04:02:55.670 INFO O| Sep 15 04:02:55.670 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54942026-09-15T04:02:56.685Z[ recovery-image] Sep 15 04:02:55.692 INFO O| Sep 15 04:02:55.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54952026-09-15T04:02:56.685Z[ recovery-image] Sep 15 04:02:55.692 INFO O| Sep 15 04:02:55.692 INFO STEP 32 (remove_files) COMPLETE
54962026-09-15T04:02:56.685Z[ recovery-image] Sep 15 04:02:55.692 INFO O| Sep 15 04:02:55.692 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-15T04:02:56.706Z[ recovery-image] Sep 15 04:02:55.713 INFO O| Sep 15 04:02:55.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54982026-09-15T04:02:56.706Z[ recovery-image] Sep 15 04:02:55.713 INFO O| Sep 15 04:02:55.713 INFO STEP 33 (remove_files) COMPLETE
54992026-09-15T04:02:56.710Z[ recovery-image] Sep 15 04:02:55.713 INFO O| Sep 15 04:02:55.713 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55002026-09-15T04:02:56.719Z[ recovery-image] Sep 15 04:02:55.724 INFO O| Sep 15 04:02:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55012026-09-15T04:02:56.719Z[ recovery-image] Sep 15 04:02:55.724 INFO O| Sep 15 04:02:55.724 INFO STEP 34 (remove_files) COMPLETE
55022026-09-15T04:02:56.722Z[ recovery-image] Sep 15 04:02:55.724 INFO O| Sep 15 04:02:55.724 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-15T04:02:56.735Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55042026-09-15T04:02:56.747Z[ recovery-image] Sep 15 04:02:55.755 INFO O| Sep 15 04:02:55.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55052026-09-15T04:02:56.747Z[ recovery-image] Sep 15 04:02:55.755 INFO O| Sep 15 04:02:55.755 INFO STEP 35 (remove_files) COMPLETE
55062026-09-15T04:02:56.748Z[ recovery-image] Sep 15 04:02:55.755 INFO O| Sep 15 04:02:55.755 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55072026-09-15T04:02:56.756Z[ recovery-image] Sep 15 04:02:55.763 INFO O| Sep 15 04:02:55.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55082026-09-15T04:02:56.756Z[ recovery-image] Sep 15 04:02:55.763 INFO O| Sep 15 04:02:55.763 INFO STEP 36 (remove_files) COMPLETE
55092026-09-15T04:02:56.756Z[ recovery-image] Sep 15 04:02:55.763 INFO O| Sep 15 04:02:55.763 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55102026-09-15T04:02:56.764Z[ recovery-image] Sep 15 04:02:55.771 INFO O| Sep 15 04:02:55.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55112026-09-15T04:02:56.764Z[ recovery-image] Sep 15 04:02:55.771 INFO O| Sep 15 04:02:55.771 INFO STEP 37 (remove_files) COMPLETE
55122026-09-15T04:02:56.764Z[ recovery-image] Sep 15 04:02:55.771 INFO O| Sep 15 04:02:55.771 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55132026-09-15T04:02:56.777Z[ recovery-image] Sep 15 04:02:55.784 INFO O| Sep 15 04:02:55.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55142026-09-15T04:02:56.777Z[ recovery-image] Sep 15 04:02:55.784 INFO O| Sep 15 04:02:55.784 INFO STEP 38 (remove_files) COMPLETE
55152026-09-15T04:02:56.777Z[ recovery-image] Sep 15 04:02:55.784 INFO O| Sep 15 04:02:55.784 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55162026-09-15T04:02:56.787Z[ recovery-image] Sep 15 04:02:55.795 INFO O| Sep 15 04:02:55.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55172026-09-15T04:02:56.787Z[ recovery-image] Sep 15 04:02:55.795 INFO O| Sep 15 04:02:55.795 INFO STEP 39 (remove_files) COMPLETE
55182026-09-15T04:02:56.787Z[ recovery-image] Sep 15 04:02:55.795 INFO O| Sep 15 04:02:55.795 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55192026-09-15T04:02:56.797Z[ recovery-image] Sep 15 04:02:55.804 INFO O| Sep 15 04:02:55.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55202026-09-15T04:02:56.797Z[ recovery-image] Sep 15 04:02:55.804 INFO O| Sep 15 04:02:55.804 INFO STEP 40 (remove_files) COMPLETE
55212026-09-15T04:02:56.797Z[ recovery-image] Sep 15 04:02:55.804 INFO O| Sep 15 04:02:55.804 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55222026-09-15T04:02:56.803Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55232026-09-15T04:02:56.821Z[ recovery-image] Sep 15 04:02:55.824 INFO O| Sep 15 04:02:55.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55242026-09-15T04:02:56.821Z[ recovery-image] Sep 15 04:02:55.824 INFO O| Sep 15 04:02:55.824 INFO STEP 41 (remove_files) COMPLETE
55252026-09-15T04:02:56.825Z[ recovery-image] Sep 15 04:02:55.824 INFO O| Sep 15 04:02:55.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-15T04:02:56.841Z[ recovery-image] Sep 15 04:02:55.849 INFO O| Sep 15 04:02:55.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55272026-09-15T04:02:56.842Z[ recovery-image] Sep 15 04:02:55.849 INFO O| Sep 15 04:02:55.849 INFO STEP 42 (remove_files) COMPLETE
55282026-09-15T04:02:56.842Z[ recovery-image] Sep 15 04:02:55.849 INFO O| Sep 15 04:02:55.849 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55292026-09-15T04:02:56.855Z[ recovery-image] Sep 15 04:02:55.863 INFO O| Sep 15 04:02:55.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55302026-09-15T04:02:56.856Z[ recovery-image] Sep 15 04:02:55.863 INFO O| Sep 15 04:02:55.863 INFO STEP 43 (remove_files) COMPLETE
55312026-09-15T04:02:56.856Z[ recovery-image] Sep 15 04:02:55.863 INFO O| Sep 15 04:02:55.863 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-15T04:02:56.865Z[ recovery-image] Sep 15 04:02:55.872 INFO O| Sep 15 04:02:55.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55332026-09-15T04:02:56.865Z[ recovery-image] Sep 15 04:02:55.872 INFO O| Sep 15 04:02:55.872 INFO STEP 44 (remove_files) COMPLETE
55342026-09-15T04:02:56.865Z[ recovery-image] Sep 15 04:02:55.872 INFO O| Sep 15 04:02:55.872 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-15T04:02:56.873Z[ recovery-image] Sep 15 04:02:55.881 INFO O| Sep 15 04:02:55.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55362026-09-15T04:02:56.873Z[ recovery-image] Sep 15 04:02:55.881 INFO O| Sep 15 04:02:55.881 INFO STEP 45 (remove_files) COMPLETE
55372026-09-15T04:02:56.873Z[ recovery-image] Sep 15 04:02:55.881 INFO O| Sep 15 04:02:55.881 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-15T04:02:56.892Z[ recovery-image] Sep 15 04:02:55.899 INFO O| Sep 15 04:02:55.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55392026-09-15T04:02:56.892Z[ recovery-image] Sep 15 04:02:55.899 INFO O| Sep 15 04:02:55.899 INFO STEP 46 (remove_files) COMPLETE
55402026-09-15T04:02:56.895Z[ recovery-image] Sep 15 04:02:55.899 INFO O| Sep 15 04:02:55.899 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55412026-09-15T04:02:56.903Z[ recovery-image] Sep 15 04:02:55.910 INFO O| Sep 15 04:02:55.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55422026-09-15T04:02:56.903Z[ recovery-image] Sep 15 04:02:55.910 INFO O| Sep 15 04:02:55.910 INFO STEP 47 (remove_files) COMPLETE
55432026-09-15T04:02:56.906Z[ recovery-image] Sep 15 04:02:55.910 INFO O| Sep 15 04:02:55.910 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55442026-09-15T04:02:56.914Z[ recovery-image] Sep 15 04:02:55.922 INFO O| Sep 15 04:02:55.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55452026-09-15T04:02:56.914Z[ recovery-image] Sep 15 04:02:55.922 INFO O| Sep 15 04:02:55.922 INFO STEP 48 (remove_files) COMPLETE
55462026-09-15T04:02:56.914Z[ recovery-image] Sep 15 04:02:55.922 INFO O| Sep 15 04:02:55.922 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55472026-09-15T04:02:56.956Z[ recovery-image] Sep 15 04:02:55.963 INFO O| Sep 15 04:02:55.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55482026-09-15T04:02:56.956Z[ recovery-image] Sep 15 04:02:55.964 INFO O| Sep 15 04:02:55.963 INFO STEP 49 (remove_files) COMPLETE
55492026-09-15T04:02:56.956Z[ recovery-image] Sep 15 04:02:55.964 INFO O| Sep 15 04:02:55.963 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55502026-09-15T04:02:56.966Z[ recovery-image] Sep 15 04:02:55.973 INFO O| Sep 15 04:02:55.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55512026-09-15T04:02:56.966Z[ recovery-image] Sep 15 04:02:55.973 INFO O| Sep 15 04:02:55.973 INFO STEP 50 (remove_files) COMPLETE
55522026-09-15T04:02:56.966Z[ recovery-image] Sep 15 04:02:55.973 INFO O| Sep 15 04:02:55.973 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55532026-09-15T04:02:56.982Z[ recovery-image] Sep 15 04:02:55.989 INFO O| Sep 15 04:02:55.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55542026-09-15T04:02:56.982Z[ recovery-image] Sep 15 04:02:55.989 INFO O| Sep 15 04:02:55.989 INFO STEP 51 (remove_files) COMPLETE
55552026-09-15T04:02:56.985Z[ recovery-image] Sep 15 04:02:55.989 INFO O| Sep 15 04:02:55.989 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55562026-09-15T04:02:56.992Z[ recovery-image] Sep 15 04:02:55.999 INFO O| Sep 15 04:02:55.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55572026-09-15T04:02:56.992Z[ recovery-image] Sep 15 04:02:55.999 INFO O| Sep 15 04:02:55.999 INFO STEP 52 (remove_files) COMPLETE
55582026-09-15T04:02:56.992Z[ recovery-image] Sep 15 04:02:55.999 INFO O| Sep 15 04:02:55.999 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55592026-09-15T04:02:57.000Z[ recovery-image] Sep 15 04:02:56.007 INFO O| Sep 15 04:02:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55602026-09-15T04:02:57.000Z[ recovery-image] Sep 15 04:02:56.007 INFO O| Sep 15 04:02:56.007 INFO STEP 53 (remove_files) COMPLETE
55612026-09-15T04:02:57.004Z[ recovery-image] Sep 15 04:02:56.007 INFO O| Sep 15 04:02:56.007 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55622026-09-15T04:02:57.008Z[ recovery-image] Sep 15 04:02:56.016 INFO O| Sep 15 04:02:56.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55632026-09-15T04:02:57.008Z[ recovery-image] Sep 15 04:02:56.016 INFO O| Sep 15 04:02:56.016 INFO STEP 54 (remove_files) COMPLETE
55642026-09-15T04:02:57.012Z[ recovery-image] Sep 15 04:02:56.016 INFO O| Sep 15 04:02:56.016 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55652026-09-15T04:02:57.018Z[ recovery-image] Sep 15 04:02:56.025 INFO O| Sep 15 04:02:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55662026-09-15T04:02:57.018Z[ recovery-image] Sep 15 04:02:56.025 INFO O| Sep 15 04:02:56.025 INFO STEP 55 (remove_files) COMPLETE
55672026-09-15T04:02:57.018Z[ recovery-image] Sep 15 04:02:56.025 INFO O| Sep 15 04:02:56.025 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55682026-09-15T04:02:57.056Z[ recovery-image] Sep 15 04:02:56.058 INFO O| Sep 15 04:02:56.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55692026-09-15T04:02:57.056Z[ recovery-image] Sep 15 04:02:56.058 INFO O| Sep 15 04:02:56.058 INFO STEP 56 (remove_files) COMPLETE
55702026-09-15T04:02:57.056Z[ recovery-image] Sep 15 04:02:56.058 INFO O| Sep 15 04:02:56.058 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55712026-09-15T04:02:57.061Z[ recovery-image] Sep 15 04:02:56.069 INFO O| Sep 15 04:02:56.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55722026-09-15T04:02:57.061Z[ recovery-image] Sep 15 04:02:56.069 INFO O| Sep 15 04:02:56.069 INFO STEP 57 (remove_files) COMPLETE
55732026-09-15T04:02:57.061Z[ recovery-image] Sep 15 04:02:56.069 INFO O| Sep 15 04:02:56.069 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55742026-09-15T04:02:57.065Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
55752026-09-15T04:02:57.072Z[ recovery-image] Sep 15 04:02:56.079 INFO O| Sep 15 04:02:56.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55762026-09-15T04:02:57.072Z[ recovery-image] Sep 15 04:02:56.079 INFO O| Sep 15 04:02:56.079 INFO STEP 58 (remove_files) COMPLETE
55772026-09-15T04:02:57.075Z[ recovery-image] Sep 15 04:02:56.079 INFO O| Sep 15 04:02:56.079 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-15T04:02:57.081Z[ recovery-image] Sep 15 04:02:56.088 INFO O| Sep 15 04:02:56.088 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55792026-09-15T04:02:57.081Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.088 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55802026-09-15T04:02:57.081Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55812026-09-15T04:02:57.081Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55822026-09-15T04:02:57.084Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55832026-09-15T04:02:57.085Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55842026-09-15T04:02:57.085Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO ok!
55852026-09-15T04:02:57.085Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO STEP 59 (ensure_file) COMPLETE
55862026-09-15T04:02:57.085Z[ recovery-image] Sep 15 04:02:56.089 INFO O| Sep 15 04:02:56.089 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-15T04:02:57.097Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55882026-09-15T04:02:57.097Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55892026-09-15T04:02:57.100Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55902026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55912026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55922026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55932026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO ok!
55942026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO STEP 60 (ensure_file) COMPLETE
55952026-09-15T04:02:57.101Z[ recovery-image] Sep 15 04:02:56.104 INFO O| Sep 15 04:02:56.099 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-15T04:02:57.103Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55972026-09-15T04:02:57.103Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55982026-09-15T04:02:57.103Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55992026-09-15T04:02:57.104Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO ok!
56002026-09-15T04:02:57.104Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO STEP 61 (ensure_file) COMPLETE
56012026-09-15T04:02:57.104Z[ recovery-image] Sep 15 04:02:56.110 INFO O| Sep 15 04:02:56.110 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56022026-09-15T04:02:57.112Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56032026-09-15T04:02:57.112Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56042026-09-15T04:02:57.115Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56052026-09-15T04:02:57.115Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 INFO ok!
56062026-09-15T04:02:57.115Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 INFO STEP 62 (ensure_file) COMPLETE
56072026-09-15T04:02:57.115Z[ recovery-image] Sep 15 04:02:56.119 INFO O| Sep 15 04:02:56.119 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56082026-09-15T04:02:57.123Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56092026-09-15T04:02:57.123Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56102026-09-15T04:02:57.123Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56112026-09-15T04:02:57.126Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56122026-09-15T04:02:57.126Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO ok!
56132026-09-15T04:02:57.126Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO STEP 63 (ensure_file) COMPLETE
56142026-09-15T04:02:57.126Z[ recovery-image] Sep 15 04:02:56.130 INFO O| Sep 15 04:02:56.130 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56152026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56162026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56172026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56182026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56192026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO ok!
56202026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO STEP 64 (ensure_file) COMPLETE
56212026-09-15T04:02:57.134Z[ recovery-image] Sep 15 04:02:56.141 INFO O| Sep 15 04:02:56.141 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56222026-09-15T04:02:57.145Z[ recovery-image] Sep 15 04:02:56.152 INFO O| Sep 15 04:02:56.152 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56232026-09-15T04:02:57.145Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.152 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56242026-09-15T04:02:57.145Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56252026-09-15T04:02:57.148Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56262026-09-15T04:02:57.148Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.153 INFO ok!
56272026-09-15T04:02:57.148Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.153 INFO STEP 65 (ensure_file) COMPLETE
56282026-09-15T04:02:57.148Z[ recovery-image] Sep 15 04:02:56.153 INFO O| Sep 15 04:02:56.153 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56292026-09-15T04:02:57.156Z[ recovery-image] Sep 15 04:02:56.163 INFO O| Sep 15 04:02:56.163 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56302026-09-15T04:02:57.156Z[ recovery-image] Sep 15 04:02:56.164 INFO O| Sep 15 04:02:56.163 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56312026-09-15T04:02:57.156Z[ recovery-image] Sep 15 04:02:56.164 INFO O| Sep 15 04:02:56.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56322026-09-15T04:02:57.159Z[ recovery-image] Sep 15 04:02:56.164 INFO O| Sep 15 04:02:56.164 INFO ok!
56332026-09-15T04:02:57.159Z[ recovery-image] Sep 15 04:02:56.164 INFO O| Sep 15 04:02:56.164 INFO STEP 66 (assemble_files) COMPLETE
56342026-09-15T04:02:57.159Z[ recovery-image] Sep 15 04:02:56.164 INFO O| Sep 15 04:02:56.164 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56352026-09-15T04:02:57.167Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56362026-09-15T04:02:57.167Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56372026-09-15T04:02:57.167Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56382026-09-15T04:02:57.167Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56392026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO ok!
56402026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO STEP 67 (ensure_file) COMPLETE
56412026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56422026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO skip step because feature "omicron1" is not enabled
56432026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56442026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO skip step because feature "omicron1" is not enabled
56452026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56462026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO skip step because feature "omicron1" is not enabled
56472026-09-15T04:02:57.170Z[ recovery-image] Sep 15 04:02:56.174 INFO O| Sep 15 04:02:56.174 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56482026-09-15T04:02:57.182Z[ recovery-image] Sep 15 04:02:56.190 INFO O| Sep 15 04:02:56.190 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56492026-09-15T04:02:57.183Z[ recovery-image] Sep 15 04:02:56.190 INFO O| Sep 15 04:02:56.190 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56502026-09-15T04:02:57.733Z[verify-libraries] Compiling fatfs v0.3.6
56512026-09-15T04:02:58.328Z[verify-libraries] Compiling num-bigint v0.4.6
56522026-09-15T04:02:58.574Z[ recovery-image] Sep 15 04:02:57.538 INFO O| Sep 15 04:02:57.538 INFO STEP 71 (pack_tar) COMPLETE
56532026-09-15T04:02:58.574Z[ recovery-image] Sep 15 04:02:57.538 INFO O| Sep 15 04:02:57.538 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56542026-09-15T04:02:58.574Z[ recovery-image] Sep 15 04:02:57.538 INFO O| Sep 15 04:02:57.538 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56552026-09-15T04:02:58.642Z[verify-libraries] Compiling generic-array v1.4.3
56562026-09-15T04:02:58.715Z[verify-libraries] Compiling russh-util v0.52.0
56572026-09-15T04:02:58.721Z[verify-libraries] Compiling enum_dispatch v0.3.13
56582026-09-15T04:02:58.849Z[verify-libraries] Compiling delegate v0.13.5
56592026-09-15T04:02:58.930Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
56602026-09-15T04:02:58.998Z[verify-libraries] Compiling sapling-renderdag v0.1.0
56612026-09-15T04:02:59.197Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56622026-09-15T04:02:59.281Z[ recovery-image] Sep 15 04:02:58.287 INFO O| Sep 15 04:02:58.287 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56632026-09-15T04:02:59.462Z[verify-libraries] Compiling sync-ptr v0.1.4
56642026-09-15T04:02:59.477Z[ recovery-image] Sep 15 04:02:58.484 INFO O| Sep 15 04:02:58.484 INFO completed processing sled/ramdisk-02-trim
56652026-09-15T04:02:59.481Z[ recovery-image] Sep 15 04:02:58.486 INFO image builder template: ramdisk-03-recovery-trim...
56662026-09-15T04:02:59.481Z[ recovery-image] Sep 15 04:02:58.486 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/.tmp3ft5gm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
56672026-09-15T04:02:59.484Z[ recovery-image] Sep 15 04:02:58.491 INFO O| Sep 15 04:02:58.491 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56682026-09-15T04:02:59.557Z[ recovery-image] Sep 15 04:02:58.564 INFO O| Sep 15 04:02:58.564 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56692026-09-15T04:02:59.570Z[ recovery-image] Sep 15 04:02:58.577 INFO O| Sep 15 04:02:58.569 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56702026-09-15T04:02:59.586Z[verify-libraries] Compiling hex-literal v1.1.0
56712026-09-15T04:02:59.648Z[verify-libraries] Compiling md5 v0.8.0
56722026-09-15T04:02:59.677Z[ recovery-image] Sep 15 04:02:58.683 INFO O| Sep 15 04:02:58.683 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56732026-09-15T04:02:59.749Z[verify-libraries] Compiling seq-macro v0.3.6
56742026-09-15T04:02:59.775Z[ recovery-image] Sep 15 04:02:58.782 INFO O| Sep 15 04:02:58.782 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56752026-09-15T04:02:59.775Z[ recovery-image] Sep 15 04:02:58.782 INFO O| Sep 15 04:02:58.782 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56762026-09-15T04:02:59.783Z[ recovery-image] Sep 15 04:02:58.790 INFO O| Sep 15 04:02:58.790 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56772026-09-15T04:02:59.788Z[ recovery-image] Sep 15 04:02:58.795 INFO O| Sep 15 04:02:58.795 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56782026-09-15T04:02:59.796Z[ recovery-image] Sep 15 04:02:58.801 INFO O| Sep 15 04:02:58.800 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56792026-09-15T04:02:59.813Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56802026-09-15T04:02:59.953Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56812026-09-15T04:03:00.013Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56822026-09-15T04:03:00.051Z[verify-libraries] Compiling russh v0.62.4
56832026-09-15T04:03:00.079Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56842026-09-15T04:03:00.361Z[ recovery-image] Sep 15 04:02:59.368 INFO O| Sep 15 04:02:59.368 INFO rolled back to input snapshot; work may begin
56852026-09-15T04:03:00.361Z[ recovery-image] Sep 15 04:02:59.368 INFO O| Sep 15 04:02:59.368 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56862026-09-15T04:03:00.367Z[ recovery-image] Sep 15 04:02:59.373 INFO O| Sep 15 04:02:59.373 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-15T04:03:00.376Z[ recovery-image] Sep 15 04:02:59.383 INFO O| Sep 15 04:02:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56882026-09-15T04:03:00.382Z[ recovery-image] Sep 15 04:02:59.386 INFO O| Sep 15 04:02:59.386 INFO STEP 0 (remove_files) COMPLETE
56892026-09-15T04:03:00.395Z[ recovery-image] Sep 15 04:02:59.386 INFO O| Sep 15 04:02:59.386 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-09-15T04:03:00.395Z[ recovery-image] Sep 15 04:02:59.396 INFO O| Sep 15 04:02:59.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56912026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.397 INFO O| Sep 15 04:02:59.397 INFO STEP 1 (remove_files) COMPLETE
56922026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.397 INFO O| Sep 15 04:02:59.397 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.407 INFO O| Sep 15 04:02:59.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56942026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.412 INFO O| Sep 15 04:02:59.412 INFO STEP 2 (remove_files) COMPLETE
56952026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.412 INFO O| Sep 15 04:02:59.412 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-09-15T04:03:00.427Z[ recovery-image] Sep 15 04:02:59.422 INFO O| Sep 15 04:02:59.422 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56972026-09-15T04:03:00.485Z[ recovery-image] Sep 15 04:02:59.491 INFO O| Sep 15 04:02:59.491 INFO STEP 3 (remove_files) COMPLETE
56982026-09-15T04:03:00.485Z[ recovery-image] Sep 15 04:02:59.491 INFO O| Sep 15 04:02:59.491 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-09-15T04:03:00.497Z[ recovery-image] Sep 15 04:02:59.502 INFO O| Sep 15 04:02:59.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
57002026-09-15T04:03:00.503Z[ recovery-image] Sep 15 04:02:59.506 INFO O| Sep 15 04:02:59.505 INFO STEP 4 (remove_files) COMPLETE
57012026-09-15T04:03:00.503Z[ recovery-image] Sep 15 04:02:59.506 INFO O| Sep 15 04:02:59.505 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-09-15T04:03:00.503Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
57032026-09-15T04:03:00.508Z[ recovery-image] Sep 15 04:02:59.515 INFO O| Sep 15 04:02:59.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
57042026-09-15T04:03:00.551Z[ recovery-image] Sep 15 04:02:59.553 INFO O| Sep 15 04:02:59.553 INFO STEP 5 (remove_files) COMPLETE
57052026-09-15T04:03:00.551Z[ recovery-image] Sep 15 04:02:59.553 INFO O| Sep 15 04:02:59.553 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-15T04:03:00.560Z[ recovery-image] Sep 15 04:02:59.564 INFO O| Sep 15 04:02:59.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
57072026-09-15T04:03:00.574Z[ recovery-image] Sep 15 04:02:59.580 INFO O| Sep 15 04:02:59.579 INFO STEP 6 (remove_files) COMPLETE
57082026-09-15T04:03:00.574Z[ recovery-image] Sep 15 04:02:59.580 INFO O| Sep 15 04:02:59.579 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-15T04:03:00.585Z[ recovery-image] Sep 15 04:02:59.591 INFO O| Sep 15 04:02:59.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
57102026-09-15T04:03:00.589Z[ recovery-image] Sep 15 04:02:59.593 INFO O| Sep 15 04:02:59.593 INFO STEP 7 (remove_files) COMPLETE
57112026-09-15T04:03:00.589Z[ recovery-image] Sep 15 04:02:59.593 INFO O| Sep 15 04:02:59.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-15T04:03:00.597Z[ recovery-image] Sep 15 04:02:59.604 INFO O| Sep 15 04:02:59.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57132026-09-15T04:03:00.601Z[ recovery-image] Sep 15 04:02:59.606 INFO O| Sep 15 04:02:59.606 INFO STEP 8 (remove_files) COMPLETE
57142026-09-15T04:03:00.601Z[ recovery-image] Sep 15 04:02:59.606 INFO O| Sep 15 04:02:59.606 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-15T04:03:00.612Z[ recovery-image] Sep 15 04:02:59.619 INFO O| Sep 15 04:02:59.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57162026-09-15T04:03:00.644Z[ recovery-image] Sep 15 04:02:59.626 INFO O| Sep 15 04:02:59.626 INFO STEP 9 (remove_files) COMPLETE
57172026-09-15T04:03:00.644Z[ recovery-image] Sep 15 04:02:59.626 INFO O| Sep 15 04:02:59.626 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.639 INFO O| Sep 15 04:02:59.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57192026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.640 INFO O| Sep 15 04:02:59.640 INFO STEP 10 (remove_files) COMPLETE
57202026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.640 INFO O| Sep 15 04:02:59.640 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.650 INFO O| Sep 15 04:02:59.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57222026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.651 INFO O| Sep 15 04:02:59.651 INFO STEP 11 (remove_files) COMPLETE
57232026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.651 INFO O| Sep 15 04:02:59.651 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-15T04:03:00.671Z[ recovery-image] Sep 15 04:02:59.662 INFO O| Sep 15 04:02:59.661 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57252026-09-15T04:03:01.097Z[ recovery-image] Sep 15 04:03:00.104 INFO O| Sep 15 04:03:00.104 INFO STEP 12 (remove_files) COMPLETE
57262026-09-15T04:03:01.097Z[ recovery-image] Sep 15 04:03:00.104 INFO O| Sep 15 04:03:00.104 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-15T04:03:01.108Z[ recovery-image] Sep 15 04:03:00.115 INFO O| Sep 15 04:03:00.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57282026-09-15T04:03:01.112Z[ recovery-image] Sep 15 04:03:00.118 INFO O| Sep 15 04:03:00.118 INFO STEP 13 (remove_files) COMPLETE
57292026-09-15T04:03:01.112Z[ recovery-image] Sep 15 04:03:00.118 INFO O| Sep 15 04:03:00.118 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-15T04:03:01.122Z[ recovery-image] Sep 15 04:03:00.129 INFO O| Sep 15 04:03:00.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57312026-09-15T04:03:01.125Z[ recovery-image] Sep 15 04:03:00.132 INFO O| Sep 15 04:03:00.132 INFO STEP 14 (remove_files) COMPLETE
57322026-09-15T04:03:01.125Z[ recovery-image] Sep 15 04:03:00.132 INFO O| Sep 15 04:03:00.132 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-15T04:03:01.135Z[ recovery-image] Sep 15 04:03:00.142 INFO O| Sep 15 04:03:00.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57342026-09-15T04:03:01.136Z[ recovery-image] Sep 15 04:03:00.143 INFO O| Sep 15 04:03:00.143 INFO STEP 15 (remove_files) COMPLETE
57352026-09-15T04:03:01.136Z[ recovery-image] Sep 15 04:03:00.143 INFO O| Sep 15 04:03:00.143 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-15T04:03:01.146Z[ recovery-image] Sep 15 04:03:00.153 INFO O| Sep 15 04:03:00.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57372026-09-15T04:03:01.149Z[ recovery-image] Sep 15 04:03:00.154 INFO O| Sep 15 04:03:00.154 INFO STEP 16 (remove_files) COMPLETE
57382026-09-15T04:03:01.149Z[ recovery-image] Sep 15 04:03:00.154 INFO O| Sep 15 04:03:00.154 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-15T04:03:01.156Z[ recovery-image] Sep 15 04:03:00.164 INFO O| Sep 15 04:03:00.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57402026-09-15T04:03:01.165Z[ recovery-image] Sep 15 04:03:00.172 INFO O| Sep 15 04:03:00.172 INFO STEP 17 (remove_files) COMPLETE
57412026-09-15T04:03:01.165Z[ recovery-image] Sep 15 04:03:00.172 INFO O| Sep 15 04:03:00.172 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-15T04:03:01.175Z[ recovery-image] Sep 15 04:03:00.182 INFO O| Sep 15 04:03:00.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57432026-09-15T04:03:01.175Z[ recovery-image] Sep 15 04:03:00.182 INFO O| Sep 15 04:03:00.182 INFO STEP 18 (remove_files) COMPLETE
57442026-09-15T04:03:01.175Z[ recovery-image] Sep 15 04:03:00.182 INFO O| Sep 15 04:03:00.182 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-15T04:03:01.185Z[ recovery-image] Sep 15 04:03:00.193 INFO O| Sep 15 04:03:00.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57462026-09-15T04:03:01.189Z[ recovery-image] Sep 15 04:03:00.194 INFO O| Sep 15 04:03:00.193 INFO STEP 19 (remove_files) COMPLETE
57472026-09-15T04:03:01.189Z[ recovery-image] Sep 15 04:03:00.194 INFO O| Sep 15 04:03:00.193 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-15T04:03:01.196Z[ recovery-image] Sep 15 04:03:00.203 INFO O| Sep 15 04:03:00.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57492026-09-15T04:03:01.232Z[ recovery-image] Sep 15 04:03:00.239 INFO O| Sep 15 04:03:00.239 INFO STEP 20 (remove_files) COMPLETE
57502026-09-15T04:03:01.232Z[ recovery-image] Sep 15 04:03:00.239 INFO O| Sep 15 04:03:00.239 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-15T04:03:01.241Z[ recovery-image] Sep 15 04:03:00.248 INFO O| Sep 15 04:03:00.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57522026-09-15T04:03:01.244Z[ recovery-image] Sep 15 04:03:00.250 INFO O| Sep 15 04:03:00.250 INFO STEP 21 (remove_files) COMPLETE
57532026-09-15T04:03:01.244Z[ recovery-image] Sep 15 04:03:00.250 INFO O| Sep 15 04:03:00.250 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-15T04:03:01.252Z[ recovery-image] Sep 15 04:03:00.259 INFO O| Sep 15 04:03:00.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57552026-09-15T04:03:01.252Z[ recovery-image] Sep 15 04:03:00.259 INFO O| Sep 15 04:03:00.259 INFO STEP 22 (remove_files) COMPLETE
57562026-09-15T04:03:01.252Z[ recovery-image] Sep 15 04:03:00.259 INFO O| Sep 15 04:03:00.259 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-15T04:03:01.286Z[ recovery-image] Sep 15 04:03:00.294 INFO O| Sep 15 04:03:00.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57582026-09-15T04:03:01.291Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57592026-09-15T04:03:01.294Z[ recovery-image] Sep 15 04:03:00.299 INFO O| Sep 15 04:03:00.299 INFO STEP 23 (remove_files) COMPLETE
57602026-09-15T04:03:01.294Z[ recovery-image] Sep 15 04:03:00.299 INFO O| Sep 15 04:03:00.299 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-09-15T04:03:01.326Z[ recovery-image] Sep 15 04:03:00.333 INFO O| Sep 15 04:03:00.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57622026-09-15T04:03:01.329Z[ recovery-image] Sep 15 04:03:00.334 INFO O| Sep 15 04:03:00.334 INFO STEP 24 (remove_files) COMPLETE
57632026-09-15T04:03:01.329Z[ recovery-image] Sep 15 04:03:00.334 INFO O| Sep 15 04:03:00.334 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-15T04:03:01.329Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57652026-09-15T04:03:01.337Z[ recovery-image] Sep 15 04:03:00.345 INFO O| Sep 15 04:03:00.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57662026-09-15T04:03:01.340Z[ recovery-image] Sep 15 04:03:00.348 INFO O| Sep 15 04:03:00.346 INFO STEP 25 (remove_files) COMPLETE
57672026-09-15T04:03:01.340Z[ recovery-image] Sep 15 04:03:00.348 INFO O| Sep 15 04:03:00.348 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-15T04:03:01.350Z[ recovery-image] Sep 15 04:03:00.357 INFO O| Sep 15 04:03:00.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57692026-09-15T04:03:01.353Z[ recovery-image] Sep 15 04:03:00.358 INFO O| Sep 15 04:03:00.358 INFO STEP 26 (remove_files) COMPLETE
57702026-09-15T04:03:01.353Z[ recovery-image] Sep 15 04:03:00.358 INFO O| Sep 15 04:03:00.358 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-15T04:03:01.360Z[ recovery-image] Sep 15 04:03:00.367 INFO O| Sep 15 04:03:00.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57722026-09-15T04:03:01.364Z[ recovery-image] Sep 15 04:03:00.371 INFO O| Sep 15 04:03:00.371 INFO STEP 27 (remove_files) COMPLETE
57732026-09-15T04:03:01.364Z[ recovery-image] Sep 15 04:03:00.371 INFO O| Sep 15 04:03:00.371 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-15T04:03:01.374Z[ recovery-image] Sep 15 04:03:00.381 INFO O| Sep 15 04:03:00.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57752026-09-15T04:03:01.376Z[ recovery-image] Sep 15 04:03:00.382 INFO O| Sep 15 04:03:00.382 INFO STEP 28 (remove_files) COMPLETE
57762026-09-15T04:03:01.377Z[ recovery-image] Sep 15 04:03:00.382 INFO O| Sep 15 04:03:00.382 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-15T04:03:01.386Z[ recovery-image] Sep 15 04:03:00.393 INFO O| Sep 15 04:03:00.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57782026-09-15T04:03:01.389Z[ recovery-image] Sep 15 04:03:00.396 INFO O| Sep 15 04:03:00.396 INFO STEP 29 (remove_files) COMPLETE
57792026-09-15T04:03:01.389Z[ recovery-image] Sep 15 04:03:00.396 INFO O| Sep 15 04:03:00.396 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-15T04:03:01.399Z[ recovery-image] Sep 15 04:03:00.407 INFO O| Sep 15 04:03:00.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57812026-09-15T04:03:01.400Z[ recovery-image] Sep 15 04:03:00.407 INFO O| Sep 15 04:03:00.407 INFO STEP 30 (remove_files) COMPLETE
57822026-09-15T04:03:01.403Z[ recovery-image] Sep 15 04:03:00.407 INFO O| Sep 15 04:03:00.407 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-15T04:03:01.409Z[ recovery-image] Sep 15 04:03:00.416 INFO O| Sep 15 04:03:00.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57842026-09-15T04:03:01.409Z[ recovery-image] Sep 15 04:03:00.416 INFO O| Sep 15 04:03:00.416 INFO STEP 31 (remove_files) COMPLETE
57852026-09-15T04:03:01.409Z[ recovery-image] Sep 15 04:03:00.416 INFO O| Sep 15 04:03:00.416 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-15T04:03:01.437Z[ recovery-image] Sep 15 04:03:00.444 INFO O| Sep 15 04:03:00.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57872026-09-15T04:03:01.440Z[ recovery-image] Sep 15 04:03:00.447 INFO O| Sep 15 04:03:00.447 INFO STEP 32 (remove_files) COMPLETE
57882026-09-15T04:03:01.440Z[ recovery-image] Sep 15 04:03:00.447 INFO O| Sep 15 04:03:00.447 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-15T04:03:01.450Z[ recovery-image] Sep 15 04:03:00.458 INFO O| Sep 15 04:03:00.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57902026-09-15T04:03:01.451Z[ recovery-image] Sep 15 04:03:00.458 INFO O| Sep 15 04:03:00.458 INFO STEP 33 (remove_files) COMPLETE
57912026-09-15T04:03:01.451Z[ recovery-image] Sep 15 04:03:00.458 INFO O| Sep 15 04:03:00.458 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-15T04:03:01.465Z[ recovery-image] Sep 15 04:03:00.472 INFO O| Sep 15 04:03:00.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57932026-09-15T04:03:01.465Z[ recovery-image] Sep 15 04:03:00.472 INFO O| Sep 15 04:03:00.472 INFO STEP 34 (remove_files) COMPLETE
57942026-09-15T04:03:01.465Z[ recovery-image] Sep 15 04:03:00.472 INFO O| Sep 15 04:03:00.472 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-15T04:03:01.475Z[ recovery-image] Sep 15 04:03:00.482 INFO O| Sep 15 04:03:00.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57962026-09-15T04:03:01.475Z[ recovery-image] Sep 15 04:03:00.482 INFO O| Sep 15 04:03:00.482 INFO STEP 35 (remove_files) COMPLETE
57972026-09-15T04:03:01.475Z[ recovery-image] Sep 15 04:03:00.482 INFO O| Sep 15 04:03:00.482 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-15T04:03:01.485Z[ recovery-image] Sep 15 04:03:00.492 INFO O| Sep 15 04:03:00.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57992026-09-15T04:03:01.485Z[ recovery-image] Sep 15 04:03:00.492 INFO O| Sep 15 04:03:00.492 INFO STEP 36 (remove_files) COMPLETE
58002026-09-15T04:03:01.485Z[ recovery-image] Sep 15 04:03:00.492 INFO O| Sep 15 04:03:00.492 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-15T04:03:01.501Z[ recovery-image] Sep 15 04:03:00.508 INFO O| Sep 15 04:03:00.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
58022026-09-15T04:03:01.501Z[ recovery-image] Sep 15 04:03:00.508 INFO O| Sep 15 04:03:00.508 INFO STEP 37 (remove_files) COMPLETE
58032026-09-15T04:03:01.501Z[ recovery-image] Sep 15 04:03:00.508 INFO O| Sep 15 04:03:00.508 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-15T04:03:01.510Z[ recovery-image] Sep 15 04:03:00.518 INFO O| Sep 15 04:03:00.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
58052026-09-15T04:03:01.510Z[ recovery-image] Sep 15 04:03:00.518 INFO O| Sep 15 04:03:00.518 INFO STEP 38 (remove_files) COMPLETE
58062026-09-15T04:03:01.511Z[ recovery-image] Sep 15 04:03:00.518 INFO O| Sep 15 04:03:00.518 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-15T04:03:01.523Z[ recovery-image] Sep 15 04:03:00.530 INFO O| Sep 15 04:03:00.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
58082026-09-15T04:03:01.523Z[ recovery-image] Sep 15 04:03:00.530 INFO O| Sep 15 04:03:00.530 INFO STEP 39 (remove_files) COMPLETE
58092026-09-15T04:03:01.526Z[ recovery-image] Sep 15 04:03:00.530 INFO O| Sep 15 04:03:00.530 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-15T04:03:01.532Z[ recovery-image] Sep 15 04:03:00.539 INFO O| Sep 15 04:03:00.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
58112026-09-15T04:03:01.532Z[ recovery-image] Sep 15 04:03:00.539 INFO O| Sep 15 04:03:00.539 INFO STEP 40 (remove_files) COMPLETE
58122026-09-15T04:03:01.532Z[ recovery-image] Sep 15 04:03:00.539 INFO O| Sep 15 04:03:00.539 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-15T04:03:01.541Z[ recovery-image] Sep 15 04:03:00.548 INFO O| Sep 15 04:03:00.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58142026-09-15T04:03:01.541Z[ recovery-image] Sep 15 04:03:00.548 INFO O| Sep 15 04:03:00.548 INFO STEP 41 (remove_files) COMPLETE
58152026-09-15T04:03:01.541Z[ recovery-image] Sep 15 04:03:00.548 INFO O| Sep 15 04:03:00.548 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-15T04:03:01.551Z[ recovery-image] Sep 15 04:03:00.558 INFO O| Sep 15 04:03:00.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58172026-09-15T04:03:01.551Z[ recovery-image] Sep 15 04:03:00.558 INFO O| Sep 15 04:03:00.558 INFO STEP 42 (remove_files) COMPLETE
58182026-09-15T04:03:01.551Z[ recovery-image] Sep 15 04:03:00.558 INFO O| Sep 15 04:03:00.558 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-15T04:03:01.565Z[ recovery-image] Sep 15 04:03:00.573 INFO O| Sep 15 04:03:00.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58202026-09-15T04:03:01.565Z[ recovery-image] Sep 15 04:03:00.573 INFO O| Sep 15 04:03:00.573 INFO STEP 43 (remove_files) COMPLETE
58212026-09-15T04:03:01.566Z[ recovery-image] Sep 15 04:03:00.573 INFO O| Sep 15 04:03:00.573 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-15T04:03:01.576Z[ recovery-image] Sep 15 04:03:00.582 INFO O| Sep 15 04:03:00.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58232026-09-15T04:03:01.576Z[ recovery-image] Sep 15 04:03:00.582 INFO O| Sep 15 04:03:00.582 INFO STEP 44 (remove_files) COMPLETE
58242026-09-15T04:03:01.576Z[ recovery-image] Sep 15 04:03:00.582 INFO O| Sep 15 04:03:00.582 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-09-15T04:03:01.585Z[ recovery-image] Sep 15 04:03:00.592 INFO O| Sep 15 04:03:00.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58262026-09-15T04:03:01.585Z[ recovery-image] Sep 15 04:03:00.592 INFO O| Sep 15 04:03:00.592 INFO STEP 45 (remove_files) COMPLETE
58272026-09-15T04:03:01.588Z[ recovery-image] Sep 15 04:03:00.592 INFO O| Sep 15 04:03:00.592 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-09-15T04:03:01.595Z[ recovery-image] Sep 15 04:03:00.602 INFO O| Sep 15 04:03:00.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58292026-09-15T04:03:01.595Z[ recovery-image] Sep 15 04:03:00.602 INFO O| Sep 15 04:03:00.602 INFO STEP 46 (remove_files) COMPLETE
58302026-09-15T04:03:01.598Z[ recovery-image] Sep 15 04:03:00.602 INFO O| Sep 15 04:03:00.602 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-15T04:03:01.605Z[ recovery-image] Sep 15 04:03:00.613 INFO O| Sep 15 04:03:00.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58322026-09-15T04:03:01.608Z[ recovery-image] Sep 15 04:03:00.614 INFO O| Sep 15 04:03:00.614 INFO STEP 47 (remove_files) COMPLETE
58332026-09-15T04:03:01.608Z[ recovery-image] Sep 15 04:03:00.614 INFO O| Sep 15 04:03:00.614 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-15T04:03:01.616Z[ recovery-image] Sep 15 04:03:00.624 INFO O| Sep 15 04:03:00.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58352026-09-15T04:03:01.616Z[ recovery-image] Sep 15 04:03:00.624 INFO O| Sep 15 04:03:00.624 INFO STEP 48 (remove_files) COMPLETE
58362026-09-15T04:03:01.619Z[ recovery-image] Sep 15 04:03:00.624 INFO O| Sep 15 04:03:00.624 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-15T04:03:01.629Z[ recovery-image] Sep 15 04:03:00.633 INFO O| Sep 15 04:03:00.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58382026-09-15T04:03:01.629Z[ recovery-image] Sep 15 04:03:00.633 INFO O| Sep 15 04:03:00.633 INFO STEP 49 (remove_files) COMPLETE
58392026-09-15T04:03:01.629Z[ recovery-image] Sep 15 04:03:00.633 INFO O| Sep 15 04:03:00.633 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-15T04:03:01.642Z[ recovery-image] Sep 15 04:03:00.649 INFO O| Sep 15 04:03:00.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58412026-09-15T04:03:01.642Z[ recovery-image] Sep 15 04:03:00.649 INFO O| Sep 15 04:03:00.649 INFO STEP 50 (remove_files) COMPLETE
58422026-09-15T04:03:01.642Z[ recovery-image] Sep 15 04:03:00.649 INFO O| Sep 15 04:03:00.649 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-15T04:03:01.652Z[ recovery-image] Sep 15 04:03:00.659 INFO O| Sep 15 04:03:00.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58442026-09-15T04:03:01.652Z[ recovery-image] Sep 15 04:03:00.659 INFO O| Sep 15 04:03:00.659 INFO STEP 51 (remove_files) COMPLETE
58452026-09-15T04:03:01.652Z[ recovery-image] Sep 15 04:03:00.659 INFO O| Sep 15 04:03:00.659 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-15T04:03:01.664Z[ recovery-image] Sep 15 04:03:00.671 INFO O| Sep 15 04:03:00.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58472026-09-15T04:03:01.664Z[ recovery-image] Sep 15 04:03:00.671 INFO O| Sep 15 04:03:00.671 INFO STEP 52 (remove_files) COMPLETE
58482026-09-15T04:03:01.664Z[ recovery-image] Sep 15 04:03:00.671 INFO O| Sep 15 04:03:00.671 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-15T04:03:01.674Z[ recovery-image] Sep 15 04:03:00.681 INFO O| Sep 15 04:03:00.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58502026-09-15T04:03:01.674Z[ recovery-image] Sep 15 04:03:00.681 INFO O| Sep 15 04:03:00.681 INFO STEP 53 (remove_files) COMPLETE
58512026-09-15T04:03:01.674Z[ recovery-image] Sep 15 04:03:00.681 INFO O| Sep 15 04:03:00.681 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-15T04:03:01.683Z[ recovery-image] Sep 15 04:03:00.690 INFO O| Sep 15 04:03:00.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58532026-09-15T04:03:01.683Z[ recovery-image] Sep 15 04:03:00.690 INFO O| Sep 15 04:03:00.690 INFO STEP 54 (remove_files) COMPLETE
58542026-09-15T04:03:01.683Z[ recovery-image] Sep 15 04:03:00.690 INFO O| Sep 15 04:03:00.690 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-15T04:03:01.692Z[ recovery-image] Sep 15 04:03:00.699 INFO O| Sep 15 04:03:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58562026-09-15T04:03:01.692Z[ recovery-image] Sep 15 04:03:00.699 INFO O| Sep 15 04:03:00.699 INFO STEP 55 (remove_files) COMPLETE
58572026-09-15T04:03:01.692Z[ recovery-image] Sep 15 04:03:00.699 INFO O| Sep 15 04:03:00.699 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-15T04:03:01.700Z[ recovery-image] Sep 15 04:03:00.708 INFO O| Sep 15 04:03:00.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58592026-09-15T04:03:01.705Z[ recovery-image] Sep 15 04:03:00.712 INFO O| Sep 15 04:03:00.712 INFO STEP 56 (remove_files) COMPLETE
58602026-09-15T04:03:01.705Z[ recovery-image] Sep 15 04:03:00.712 INFO O| Sep 15 04:03:00.712 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-15T04:03:01.715Z[ recovery-image] Sep 15 04:03:00.722 INFO O| Sep 15 04:03:00.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58622026-09-15T04:03:01.715Z[ recovery-image] Sep 15 04:03:00.722 INFO O| Sep 15 04:03:00.722 INFO STEP 57 (remove_files) COMPLETE
58632026-09-15T04:03:01.715Z[ recovery-image] Sep 15 04:03:00.722 INFO O| Sep 15 04:03:00.722 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-15T04:03:01.725Z[ recovery-image] Sep 15 04:03:00.732 INFO O| Sep 15 04:03:00.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58652026-09-15T04:03:01.725Z[ recovery-image] Sep 15 04:03:00.732 INFO O| Sep 15 04:03:00.732 INFO STEP 58 (remove_files) COMPLETE
58662026-09-15T04:03:01.725Z[ recovery-image] Sep 15 04:03:00.732 INFO O| Sep 15 04:03:00.732 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-15T04:03:01.760Z[ recovery-image] Sep 15 04:03:00.767 INFO O| Sep 15 04:03:00.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58682026-09-15T04:03:01.760Z[ recovery-image] Sep 15 04:03:00.767 INFO O| Sep 15 04:03:00.767 INFO STEP 59 (remove_files) COMPLETE
58692026-09-15T04:03:01.760Z[ recovery-image] Sep 15 04:03:00.767 INFO O| Sep 15 04:03:00.767 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-15T04:03:01.770Z[ recovery-image] Sep 15 04:03:00.778 INFO O| Sep 15 04:03:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58712026-09-15T04:03:01.770Z[ recovery-image] Sep 15 04:03:00.778 INFO O| Sep 15 04:03:00.778 INFO STEP 60 (remove_files) COMPLETE
58722026-09-15T04:03:01.773Z[ recovery-image] Sep 15 04:03:00.778 INFO O| Sep 15 04:03:00.778 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-15T04:03:01.781Z[ recovery-image] Sep 15 04:03:00.788 INFO O| Sep 15 04:03:00.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58742026-09-15T04:03:01.781Z[ recovery-image] Sep 15 04:03:00.788 INFO O| Sep 15 04:03:00.788 INFO STEP 61 (remove_files) COMPLETE
58752026-09-15T04:03:01.784Z[ recovery-image] Sep 15 04:03:00.788 INFO O| Sep 15 04:03:00.788 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-15T04:03:01.790Z[ recovery-image] Sep 15 04:03:00.798 INFO O| Sep 15 04:03:00.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58772026-09-15T04:03:01.791Z[ recovery-image] Sep 15 04:03:00.798 INFO O| Sep 15 04:03:00.798 INFO STEP 62 (remove_files) COMPLETE
58782026-09-15T04:03:01.791Z[ recovery-image] Sep 15 04:03:00.798 INFO O| Sep 15 04:03:00.798 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-15T04:03:01.801Z[ recovery-image] Sep 15 04:03:00.808 INFO O| Sep 15 04:03:00.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58802026-09-15T04:03:01.804Z[ recovery-image] Sep 15 04:03:00.809 INFO O| Sep 15 04:03:00.809 INFO STEP 63 (remove_files) COMPLETE
58812026-09-15T04:03:01.804Z[ recovery-image] Sep 15 04:03:00.809 INFO O| Sep 15 04:03:00.809 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-15T04:03:01.812Z[ recovery-image] Sep 15 04:03:00.819 INFO O| Sep 15 04:03:00.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58832026-09-15T04:03:01.812Z[ recovery-image] Sep 15 04:03:00.819 INFO O| Sep 15 04:03:00.819 INFO STEP 64 (remove_files) COMPLETE
58842026-09-15T04:03:01.812Z[ recovery-image] Sep 15 04:03:00.819 INFO O| Sep 15 04:03:00.819 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-15T04:03:01.822Z[ recovery-image] Sep 15 04:03:00.829 INFO O| Sep 15 04:03:00.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58862026-09-15T04:03:01.822Z[ recovery-image] Sep 15 04:03:00.829 INFO O| Sep 15 04:03:00.829 INFO STEP 65 (remove_files) COMPLETE
58872026-09-15T04:03:01.822Z[ recovery-image] Sep 15 04:03:00.830 INFO O| Sep 15 04:03:00.830 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-15T04:03:01.833Z[ recovery-image] Sep 15 04:03:00.840 INFO O| Sep 15 04:03:00.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58892026-09-15T04:03:01.833Z[ recovery-image] Sep 15 04:03:00.840 INFO O| Sep 15 04:03:00.840 INFO STEP 66 (remove_files) COMPLETE
58902026-09-15T04:03:01.833Z[ recovery-image] Sep 15 04:03:00.840 INFO O| Sep 15 04:03:00.840 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-15T04:03:01.866Z[ recovery-image] Sep 15 04:03:00.873 INFO O| Sep 15 04:03:00.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58922026-09-15T04:03:01.866Z[ recovery-image] Sep 15 04:03:00.873 INFO O| Sep 15 04:03:00.873 INFO STEP 67 (remove_files) COMPLETE
58932026-09-15T04:03:01.866Z[ recovery-image] Sep 15 04:03:00.873 INFO O| Sep 15 04:03:00.873 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-15T04:03:01.920Z[ recovery-image] Sep 15 04:03:00.927 INFO O| Sep 15 04:03:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58952026-09-15T04:03:01.920Z[ recovery-image] Sep 15 04:03:00.927 INFO O| Sep 15 04:03:00.927 INFO STEP 68 (remove_files) COMPLETE
58962026-09-15T04:03:01.923Z[ recovery-image] Sep 15 04:03:00.927 INFO O| Sep 15 04:03:00.927 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-15T04:03:01.957Z[ recovery-image] Sep 15 04:03:00.965 INFO O| Sep 15 04:03:00.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58982026-09-15T04:03:01.957Z[ recovery-image] Sep 15 04:03:00.965 INFO O| Sep 15 04:03:00.965 INFO STEP 69 (remove_files) COMPLETE
58992026-09-15T04:03:01.957Z[ recovery-image] Sep 15 04:03:00.965 INFO O| Sep 15 04:03:00.965 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-09-15T04:03:01.969Z[ recovery-image] Sep 15 04:03:00.977 INFO O| Sep 15 04:03:00.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
59012026-09-15T04:03:01.969Z[ recovery-image] Sep 15 04:03:00.977 INFO O| Sep 15 04:03:00.975 INFO STEP 70 (remove_files) COMPLETE
59022026-09-15T04:03:01.973Z[ recovery-image] Sep 15 04:03:00.977 INFO O| Sep 15 04:03:00.975 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-09-15T04:03:02.005Z[ recovery-image] Sep 15 04:03:01.012 INFO O| Sep 15 04:03:01.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
59042026-09-15T04:03:02.005Z[ recovery-image] Sep 15 04:03:01.012 INFO O| Sep 15 04:03:01.012 INFO STEP 71 (remove_files) COMPLETE
59052026-09-15T04:03:02.005Z[ recovery-image] Sep 15 04:03:01.012 INFO O| Sep 15 04:03:01.012 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-09-15T04:03:02.014Z[ recovery-image] Sep 15 04:03:01.021 INFO O| Sep 15 04:03:01.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
59072026-09-15T04:03:02.014Z[ recovery-image] Sep 15 04:03:01.021 INFO O| Sep 15 04:03:01.021 INFO STEP 72 (remove_files) COMPLETE
59082026-09-15T04:03:02.017Z[ recovery-image] Sep 15 04:03:01.021 INFO O| Sep 15 04:03:01.021 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-09-15T04:03:02.023Z[ recovery-image] Sep 15 04:03:01.030 INFO O| Sep 15 04:03:01.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
59102026-09-15T04:03:02.023Z[ recovery-image] Sep 15 04:03:01.030 INFO O| Sep 15 04:03:01.030 INFO STEP 73 (remove_files) COMPLETE
59112026-09-15T04:03:02.023Z[ recovery-image] Sep 15 04:03:01.030 INFO O| Sep 15 04:03:01.030 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-09-15T04:03:02.068Z[ recovery-image] Sep 15 04:03:01.075 INFO O| Sep 15 04:03:01.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59132026-09-15T04:03:02.068Z[ recovery-image] Sep 15 04:03:01.075 INFO O| Sep 15 04:03:01.075 INFO STEP 74 (remove_files) COMPLETE
59142026-09-15T04:03:02.068Z[ recovery-image] Sep 15 04:03:01.075 INFO O| Sep 15 04:03:01.075 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-09-15T04:03:02.080Z[ recovery-image] Sep 15 04:03:01.087 INFO O| Sep 15 04:03:01.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59162026-09-15T04:03:02.080Z[ recovery-image] Sep 15 04:03:01.087 INFO O| Sep 15 04:03:01.086 INFO STEP 75 (remove_files) COMPLETE
59172026-09-15T04:03:02.080Z[ recovery-image] Sep 15 04:03:01.087 INFO O| Sep 15 04:03:01.086 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-09-15T04:03:02.089Z[ recovery-image] Sep 15 04:03:01.096 INFO O| Sep 15 04:03:01.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59192026-09-15T04:03:02.089Z[ recovery-image] Sep 15 04:03:01.096 INFO O| Sep 15 04:03:01.096 INFO STEP 76 (remove_files) COMPLETE
59202026-09-15T04:03:02.089Z[ recovery-image] Sep 15 04:03:01.096 INFO O| Sep 15 04:03:01.096 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-09-15T04:03:02.099Z[ recovery-image] Sep 15 04:03:01.106 INFO O| Sep 15 04:03:01.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59222026-09-15T04:03:02.099Z[ recovery-image] Sep 15 04:03:01.106 INFO O| Sep 15 04:03:01.106 INFO STEP 77 (remove_files) COMPLETE
59232026-09-15T04:03:02.099Z[ recovery-image] Sep 15 04:03:01.106 INFO O| Sep 15 04:03:01.106 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-09-15T04:03:02.108Z[ recovery-image] Sep 15 04:03:01.116 INFO O| Sep 15 04:03:01.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59252026-09-15T04:03:02.108Z[ recovery-image] Sep 15 04:03:01.116 INFO O| Sep 15 04:03:01.116 INFO STEP 78 (remove_files) COMPLETE
59262026-09-15T04:03:02.108Z[ recovery-image] Sep 15 04:03:01.116 INFO O| Sep 15 04:03:01.116 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-09-15T04:03:02.120Z[ recovery-image] Sep 15 04:03:01.127 INFO O| Sep 15 04:03:01.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59282026-09-15T04:03:02.120Z[ recovery-image] Sep 15 04:03:01.127 INFO O| Sep 15 04:03:01.127 INFO STEP 79 (remove_files) COMPLETE
59292026-09-15T04:03:02.120Z[ recovery-image] Sep 15 04:03:01.127 INFO O| Sep 15 04:03:01.127 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-15T04:03:02.130Z[ recovery-image] Sep 15 04:03:01.137 INFO O| Sep 15 04:03:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59312026-09-15T04:03:02.130Z[ recovery-image] Sep 15 04:03:01.137 INFO O| Sep 15 04:03:01.137 INFO STEP 80 (remove_files) COMPLETE
59322026-09-15T04:03:02.130Z[ recovery-image] Sep 15 04:03:01.137 INFO O| Sep 15 04:03:01.137 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-15T04:03:02.141Z[ recovery-image] Sep 15 04:03:01.148 INFO O| Sep 15 04:03:01.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59342026-09-15T04:03:02.141Z[ recovery-image] Sep 15 04:03:01.148 INFO O| Sep 15 04:03:01.148 INFO STEP 81 (remove_files) COMPLETE
59352026-09-15T04:03:02.144Z[ recovery-image] Sep 15 04:03:01.148 INFO O| Sep 15 04:03:01.148 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-15T04:03:02.153Z[ recovery-image] Sep 15 04:03:01.160 INFO O| Sep 15 04:03:01.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59372026-09-15T04:03:02.153Z[ recovery-image] Sep 15 04:03:01.160 INFO O| Sep 15 04:03:01.160 INFO STEP 82 (remove_files) COMPLETE
59382026-09-15T04:03:02.153Z[ recovery-image] Sep 15 04:03:01.160 INFO O| Sep 15 04:03:01.160 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-15T04:03:02.163Z[ recovery-image] Sep 15 04:03:01.171 INFO O| Sep 15 04:03:01.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59402026-09-15T04:03:02.163Z[ recovery-image] Sep 15 04:03:01.171 INFO O| Sep 15 04:03:01.171 INFO STEP 83 (remove_files) COMPLETE
59412026-09-15T04:03:02.163Z[ recovery-image] Sep 15 04:03:01.171 INFO O| Sep 15 04:03:01.171 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-15T04:03:02.173Z[ recovery-image] Sep 15 04:03:01.180 INFO O| Sep 15 04:03:01.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59432026-09-15T04:03:02.173Z[ recovery-image] Sep 15 04:03:01.181 INFO O| Sep 15 04:03:01.180 INFO STEP 84 (remove_files) COMPLETE
59442026-09-15T04:03:02.173Z[ recovery-image] Sep 15 04:03:01.181 INFO O| Sep 15 04:03:01.181 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-15T04:03:02.185Z[ recovery-image] Sep 15 04:03:01.192 INFO O| Sep 15 04:03:01.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59462026-09-15T04:03:02.185Z[ recovery-image] Sep 15 04:03:01.192 INFO O| Sep 15 04:03:01.192 INFO STEP 85 (remove_files) COMPLETE
59472026-09-15T04:03:02.188Z[ recovery-image] Sep 15 04:03:01.192 INFO O| Sep 15 04:03:01.192 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-15T04:03:02.196Z[ recovery-image] Sep 15 04:03:01.203 INFO O| Sep 15 04:03:01.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59492026-09-15T04:03:02.196Z[ recovery-image] Sep 15 04:03:01.203 INFO O| Sep 15 04:03:01.203 INFO STEP 86 (remove_files) COMPLETE
59502026-09-15T04:03:02.196Z[ recovery-image] Sep 15 04:03:01.203 INFO O| Sep 15 04:03:01.203 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-15T04:03:02.206Z[ recovery-image] Sep 15 04:03:01.213 INFO O| Sep 15 04:03:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59522026-09-15T04:03:02.206Z[ recovery-image] Sep 15 04:03:01.213 INFO O| Sep 15 04:03:01.213 INFO STEP 87 (remove_files) COMPLETE
59532026-09-15T04:03:02.206Z[ recovery-image] Sep 15 04:03:01.213 INFO O| Sep 15 04:03:01.213 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-15T04:03:02.218Z[ recovery-image] Sep 15 04:03:01.225 INFO O| Sep 15 04:03:01.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59552026-09-15T04:03:02.218Z[ recovery-image] Sep 15 04:03:01.225 INFO O| Sep 15 04:03:01.225 INFO STEP 88 (remove_files) COMPLETE
59562026-09-15T04:03:02.218Z[ recovery-image] Sep 15 04:03:01.225 INFO O| Sep 15 04:03:01.225 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-15T04:03:02.229Z[ recovery-image] Sep 15 04:03:01.237 INFO O| Sep 15 04:03:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59582026-09-15T04:03:02.229Z[ recovery-image] Sep 15 04:03:01.237 INFO O| Sep 15 04:03:01.237 INFO STEP 89 (remove_files) COMPLETE
59592026-09-15T04:03:02.229Z[ recovery-image] Sep 15 04:03:01.237 INFO O| Sep 15 04:03:01.237 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-15T04:03:02.239Z[ recovery-image] Sep 15 04:03:01.246 INFO O| Sep 15 04:03:01.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59612026-09-15T04:03:02.239Z[ recovery-image] Sep 15 04:03:01.246 INFO O| Sep 15 04:03:01.246 INFO STEP 90 (remove_files) COMPLETE
59622026-09-15T04:03:02.242Z[ recovery-image] Sep 15 04:03:01.246 INFO O| Sep 15 04:03:01.246 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-15T04:03:02.251Z[ recovery-image] Sep 15 04:03:01.258 INFO O| Sep 15 04:03:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59642026-09-15T04:03:02.251Z[ recovery-image] Sep 15 04:03:01.258 INFO O| Sep 15 04:03:01.258 INFO STEP 91 (remove_files) COMPLETE
59652026-09-15T04:03:02.254Z[ recovery-image] Sep 15 04:03:01.258 INFO O| Sep 15 04:03:01.258 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-15T04:03:02.261Z[ recovery-image] Sep 15 04:03:01.268 INFO O| Sep 15 04:03:01.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59672026-09-15T04:03:02.261Z[ recovery-image] Sep 15 04:03:01.268 INFO O| Sep 15 04:03:01.268 INFO STEP 92 (remove_files) COMPLETE
59682026-09-15T04:03:02.261Z[ recovery-image] Sep 15 04:03:01.268 INFO O| Sep 15 04:03:01.268 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-15T04:03:02.269Z[ recovery-image] Sep 15 04:03:01.276 INFO O| Sep 15 04:03:01.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59702026-09-15T04:03:02.269Z[ recovery-image] Sep 15 04:03:01.277 INFO O| Sep 15 04:03:01.277 INFO STEP 93 (remove_files) COMPLETE
59712026-09-15T04:03:02.272Z[ recovery-image] Sep 15 04:03:01.277 INFO O| Sep 15 04:03:01.277 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-15T04:03:02.280Z[ recovery-image] Sep 15 04:03:01.288 INFO O| Sep 15 04:03:01.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59732026-09-15T04:03:02.280Z[ recovery-image] Sep 15 04:03:01.288 INFO O| Sep 15 04:03:01.288 INFO STEP 94 (remove_files) COMPLETE
59742026-09-15T04:03:02.281Z[ recovery-image] Sep 15 04:03:01.288 INFO O| Sep 15 04:03:01.288 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-15T04:03:02.291Z[ recovery-image] Sep 15 04:03:01.299 INFO O| Sep 15 04:03:01.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59762026-09-15T04:03:02.292Z[ recovery-image] Sep 15 04:03:01.299 INFO O| Sep 15 04:03:01.299 INFO STEP 95 (remove_files) COMPLETE
59772026-09-15T04:03:02.294Z[ recovery-image] Sep 15 04:03:01.299 INFO O| Sep 15 04:03:01.299 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-15T04:03:02.301Z[ recovery-image] Sep 15 04:03:01.309 INFO O| Sep 15 04:03:01.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59792026-09-15T04:03:02.304Z[ recovery-image] Sep 15 04:03:01.309 INFO O| Sep 15 04:03:01.309 INFO STEP 96 (remove_files) COMPLETE
59802026-09-15T04:03:02.305Z[ recovery-image] Sep 15 04:03:01.309 INFO O| Sep 15 04:03:01.309 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-15T04:03:02.314Z[ recovery-image] Sep 15 04:03:01.321 INFO O| Sep 15 04:03:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59822026-09-15T04:03:02.314Z[ recovery-image] Sep 15 04:03:01.321 INFO O| Sep 15 04:03:01.321 INFO STEP 97 (remove_files) COMPLETE
59832026-09-15T04:03:02.314Z[ recovery-image] Sep 15 04:03:01.321 INFO O| Sep 15 04:03:01.321 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-15T04:03:02.328Z[ recovery-image] Sep 15 04:03:01.332 INFO O| Sep 15 04:03:01.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59852026-09-15T04:03:02.332Z[ recovery-image] Sep 15 04:03:01.332 INFO O| Sep 15 04:03:01.332 INFO STEP 98 (remove_files) COMPLETE
59862026-09-15T04:03:02.333Z[ recovery-image] Sep 15 04:03:01.332 INFO O| Sep 15 04:03:01.332 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-15T04:03:02.337Z[ recovery-image] Sep 15 04:03:01.344 INFO O| Sep 15 04:03:01.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59882026-09-15T04:03:02.337Z[ recovery-image] Sep 15 04:03:01.345 INFO O| Sep 15 04:03:01.345 INFO STEP 99 (remove_files) COMPLETE
59892026-09-15T04:03:02.337Z[ recovery-image] Sep 15 04:03:01.345 INFO O| Sep 15 04:03:01.345 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-15T04:03:02.347Z[ recovery-image] Sep 15 04:03:01.354 INFO O| Sep 15 04:03:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59912026-09-15T04:03:02.347Z[ recovery-image] Sep 15 04:03:01.354 INFO O| Sep 15 04:03:01.354 INFO STEP 100 (remove_files) COMPLETE
59922026-09-15T04:03:02.347Z[ recovery-image] Sep 15 04:03:01.354 INFO O| Sep 15 04:03:01.354 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-15T04:03:02.357Z[ recovery-image] Sep 15 04:03:01.364 INFO O| Sep 15 04:03:01.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59942026-09-15T04:03:02.357Z[ recovery-image] Sep 15 04:03:01.364 INFO O| Sep 15 04:03:01.364 INFO STEP 101 (remove_files) COMPLETE
59952026-09-15T04:03:02.357Z[ recovery-image] Sep 15 04:03:01.364 INFO O| Sep 15 04:03:01.364 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-15T04:03:02.366Z[ recovery-image] Sep 15 04:03:01.373 INFO O| Sep 15 04:03:01.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59972026-09-15T04:03:02.366Z[ recovery-image] Sep 15 04:03:01.373 INFO O| Sep 15 04:03:01.373 INFO STEP 102 (remove_files) COMPLETE
59982026-09-15T04:03:02.366Z[ recovery-image] Sep 15 04:03:01.373 INFO O| Sep 15 04:03:01.373 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-15T04:03:02.374Z[ recovery-image] Sep 15 04:03:01.382 INFO O| Sep 15 04:03:01.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
60002026-09-15T04:03:02.375Z[ recovery-image] Sep 15 04:03:01.382 INFO O| Sep 15 04:03:01.382 INFO STEP 103 (remove_files) COMPLETE
60012026-09-15T04:03:02.377Z[ recovery-image] Sep 15 04:03:01.382 INFO O| Sep 15 04:03:01.382 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-15T04:03:02.383Z[ recovery-image] Sep 15 04:03:01.391 INFO O| Sep 15 04:03:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
60032026-09-15T04:03:02.383Z[ recovery-image] Sep 15 04:03:01.391 INFO O| Sep 15 04:03:01.391 INFO STEP 104 (remove_files) COMPLETE
60042026-09-15T04:03:02.384Z[ recovery-image] Sep 15 04:03:01.391 INFO O| Sep 15 04:03:01.391 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-15T04:03:02.388Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
60062026-09-15T04:03:02.393Z[ recovery-image] Sep 15 04:03:01.401 INFO O| Sep 15 04:03:01.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
60072026-09-15T04:03:02.393Z[ recovery-image] Sep 15 04:03:01.401 INFO O| Sep 15 04:03:01.401 INFO STEP 105 (remove_files) COMPLETE
60082026-09-15T04:03:02.393Z[ recovery-image] Sep 15 04:03:01.401 INFO O| Sep 15 04:03:01.401 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-09-15T04:03:02.404Z[ recovery-image] Sep 15 04:03:01.411 INFO O| Sep 15 04:03:01.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
60102026-09-15T04:03:02.404Z[ recovery-image] Sep 15 04:03:01.411 INFO O| Sep 15 04:03:01.411 INFO STEP 106 (remove_files) COMPLETE
60112026-09-15T04:03:02.404Z[ recovery-image] Sep 15 04:03:01.411 INFO O| Sep 15 04:03:01.411 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-09-15T04:03:02.412Z[ recovery-image] Sep 15 04:03:01.419 INFO O| Sep 15 04:03:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
60132026-09-15T04:03:02.412Z[ recovery-image] Sep 15 04:03:01.419 INFO O| Sep 15 04:03:01.419 INFO STEP 107 (remove_files) COMPLETE
60142026-09-15T04:03:02.412Z[ recovery-image] Sep 15 04:03:01.419 INFO O| Sep 15 04:03:01.419 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-09-15T04:03:02.419Z[ recovery-image] Sep 15 04:03:01.427 INFO O| Sep 15 04:03:01.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60162026-09-15T04:03:02.419Z[ recovery-image] Sep 15 04:03:01.427 INFO O| Sep 15 04:03:01.427 INFO STEP 108 (remove_files) COMPLETE
60172026-09-15T04:03:02.419Z[ recovery-image] Sep 15 04:03:01.427 INFO O| Sep 15 04:03:01.427 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-09-15T04:03:02.428Z[ recovery-image] Sep 15 04:03:01.436 INFO O| Sep 15 04:03:01.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60192026-09-15T04:03:02.428Z[ recovery-image] Sep 15 04:03:01.436 INFO O| Sep 15 04:03:01.436 INFO STEP 109 (remove_files) COMPLETE
60202026-09-15T04:03:02.428Z[ recovery-image] Sep 15 04:03:01.436 INFO O| Sep 15 04:03:01.436 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-09-15T04:03:02.437Z[ recovery-image] Sep 15 04:03:01.444 INFO O| Sep 15 04:03:01.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60222026-09-15T04:03:02.437Z[ recovery-image] Sep 15 04:03:01.444 INFO O| Sep 15 04:03:01.444 INFO STEP 110 (remove_files) COMPLETE
60232026-09-15T04:03:02.440Z[ recovery-image] Sep 15 04:03:01.444 INFO O| Sep 15 04:03:01.444 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-09-15T04:03:02.445Z[ recovery-image] Sep 15 04:03:01.453 INFO O| Sep 15 04:03:01.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60252026-09-15T04:03:02.445Z[ recovery-image] Sep 15 04:03:01.453 INFO O| Sep 15 04:03:01.453 INFO STEP 111 (remove_files) COMPLETE
60262026-09-15T04:03:02.445Z[ recovery-image] Sep 15 04:03:01.453 INFO O| Sep 15 04:03:01.453 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-15T04:03:02.455Z[ recovery-image] Sep 15 04:03:01.462 INFO O| Sep 15 04:03:01.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60282026-09-15T04:03:02.455Z[ recovery-image] Sep 15 04:03:01.462 INFO O| Sep 15 04:03:01.462 INFO STEP 112 (remove_files) COMPLETE
60292026-09-15T04:03:02.458Z[ recovery-image] Sep 15 04:03:01.462 INFO O| Sep 15 04:03:01.462 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-15T04:03:02.464Z[ recovery-image] Sep 15 04:03:01.471 INFO O| Sep 15 04:03:01.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60312026-09-15T04:03:02.464Z[ recovery-image] Sep 15 04:03:01.471 INFO O| Sep 15 04:03:01.471 INFO STEP 113 (remove_files) COMPLETE
60322026-09-15T04:03:02.464Z[ recovery-image] Sep 15 04:03:01.471 INFO O| Sep 15 04:03:01.471 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-15T04:03:02.473Z[ recovery-image] Sep 15 04:03:01.480 INFO O| Sep 15 04:03:01.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60342026-09-15T04:03:02.473Z[ recovery-image] Sep 15 04:03:01.480 INFO O| Sep 15 04:03:01.480 INFO STEP 114 (remove_files) COMPLETE
60352026-09-15T04:03:02.476Z[ recovery-image] Sep 15 04:03:01.480 INFO O| Sep 15 04:03:01.480 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-15T04:03:02.481Z[ recovery-image] Sep 15 04:03:01.489 INFO O| Sep 15 04:03:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60372026-09-15T04:03:02.484Z[ recovery-image] Sep 15 04:03:01.490 INFO O| Sep 15 04:03:01.490 INFO STEP 115 (remove_files) COMPLETE
60382026-09-15T04:03:02.484Z[ recovery-image] Sep 15 04:03:01.490 INFO O| Sep 15 04:03:01.490 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-15T04:03:02.491Z[ recovery-image] Sep 15 04:03:01.499 INFO O| Sep 15 04:03:01.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60402026-09-15T04:03:02.491Z[ recovery-image] Sep 15 04:03:01.499 INFO O| Sep 15 04:03:01.499 INFO STEP 116 (remove_files) COMPLETE
60412026-09-15T04:03:02.494Z[ recovery-image] Sep 15 04:03:01.499 INFO O| Sep 15 04:03:01.499 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-15T04:03:02.500Z[ recovery-image] Sep 15 04:03:01.508 INFO O| Sep 15 04:03:01.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60432026-09-15T04:03:02.500Z[ recovery-image] Sep 15 04:03:01.508 INFO O| Sep 15 04:03:01.508 INFO STEP 117 (remove_files) COMPLETE
60442026-09-15T04:03:02.503Z[ recovery-image] Sep 15 04:03:01.508 INFO O| Sep 15 04:03:01.508 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-15T04:03:02.509Z[ recovery-image] Sep 15 04:03:01.516 INFO O| Sep 15 04:03:01.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60462026-09-15T04:03:02.509Z[ recovery-image] Sep 15 04:03:01.516 INFO O| Sep 15 04:03:01.516 INFO STEP 118 (remove_files) COMPLETE
60472026-09-15T04:03:02.509Z[ recovery-image] Sep 15 04:03:01.516 INFO O| Sep 15 04:03:01.516 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-15T04:03:02.520Z[ recovery-image] Sep 15 04:03:01.527 INFO O| Sep 15 04:03:01.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60492026-09-15T04:03:02.520Z[ recovery-image] Sep 15 04:03:01.527 INFO O| Sep 15 04:03:01.527 INFO STEP 119 (remove_files) COMPLETE
60502026-09-15T04:03:02.523Z[ recovery-image] Sep 15 04:03:01.527 INFO O| Sep 15 04:03:01.527 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-15T04:03:02.530Z[ recovery-image] Sep 15 04:03:01.538 INFO O| Sep 15 04:03:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60522026-09-15T04:03:02.530Z[ recovery-image] Sep 15 04:03:01.538 INFO O| Sep 15 04:03:01.538 INFO STEP 120 (remove_files) COMPLETE
60532026-09-15T04:03:02.533Z[ recovery-image] Sep 15 04:03:01.538 INFO O| Sep 15 04:03:01.538 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-15T04:03:02.541Z[ recovery-image] Sep 15 04:03:01.548 INFO O| Sep 15 04:03:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60552026-09-15T04:03:02.541Z[ recovery-image] Sep 15 04:03:01.548 INFO O| Sep 15 04:03:01.548 INFO STEP 121 (remove_files) COMPLETE
60562026-09-15T04:03:02.541Z[ recovery-image] Sep 15 04:03:01.548 INFO O| Sep 15 04:03:01.548 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-15T04:03:02.551Z[ recovery-image] Sep 15 04:03:01.558 INFO O| Sep 15 04:03:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60582026-09-15T04:03:02.551Z[ recovery-image] Sep 15 04:03:01.558 INFO O| Sep 15 04:03:01.558 INFO STEP 122 (remove_files) COMPLETE
60592026-09-15T04:03:02.551Z[ recovery-image] Sep 15 04:03:01.558 INFO O| Sep 15 04:03:01.558 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-15T04:03:02.560Z[ recovery-image] Sep 15 04:03:01.567 INFO O| Sep 15 04:03:01.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60612026-09-15T04:03:02.560Z[ recovery-image] Sep 15 04:03:01.567 INFO O| Sep 15 04:03:01.567 INFO STEP 123 (remove_files) COMPLETE
60622026-09-15T04:03:02.563Z[ recovery-image] Sep 15 04:03:01.567 INFO O| Sep 15 04:03:01.567 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-09-15T04:03:02.569Z[ recovery-image] Sep 15 04:03:01.576 INFO O| Sep 15 04:03:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60642026-09-15T04:03:02.569Z[ recovery-image] Sep 15 04:03:01.576 INFO O| Sep 15 04:03:01.576 INFO STEP 124 (remove_files) COMPLETE
60652026-09-15T04:03:02.571Z[ recovery-image] Sep 15 04:03:01.576 INFO O| Sep 15 04:03:01.576 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-09-15T04:03:02.577Z[ recovery-image] Sep 15 04:03:01.584 INFO O| Sep 15 04:03:01.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60672026-09-15T04:03:02.577Z[ recovery-image] Sep 15 04:03:01.584 INFO O| Sep 15 04:03:01.584 INFO STEP 125 (remove_files) COMPLETE
60682026-09-15T04:03:02.577Z[ recovery-image] Sep 15 04:03:01.584 INFO O| Sep 15 04:03:01.584 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-09-15T04:03:02.585Z[ recovery-image] Sep 15 04:03:01.593 INFO O| Sep 15 04:03:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60702026-09-15T04:03:02.585Z[ recovery-image] Sep 15 04:03:01.593 INFO O| Sep 15 04:03:01.593 INFO STEP 126 (remove_files) COMPLETE
60712026-09-15T04:03:02.589Z[ recovery-image] Sep 15 04:03:01.593 INFO O| Sep 15 04:03:01.593 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-15T04:03:02.594Z[ recovery-image] Sep 15 04:03:01.601 INFO O| Sep 15 04:03:01.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60732026-09-15T04:03:02.594Z[ recovery-image] Sep 15 04:03:01.601 INFO O| Sep 15 04:03:01.601 INFO STEP 127 (remove_files) COMPLETE
60742026-09-15T04:03:02.597Z[ recovery-image] Sep 15 04:03:01.601 INFO O| Sep 15 04:03:01.601 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-15T04:03:02.606Z[ recovery-image] Sep 15 04:03:01.614 INFO O| Sep 15 04:03:01.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60762026-09-15T04:03:02.606Z[ recovery-image] Sep 15 04:03:01.614 INFO O| Sep 15 04:03:01.614 INFO STEP 128 (remove_files) COMPLETE
60772026-09-15T04:03:02.606Z[ recovery-image] Sep 15 04:03:01.614 INFO O| Sep 15 04:03:01.614 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-15T04:03:02.616Z[ recovery-image] Sep 15 04:03:01.624 INFO O| Sep 15 04:03:01.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60792026-09-15T04:03:02.616Z[ recovery-image] Sep 15 04:03:01.624 INFO O| Sep 15 04:03:01.624 INFO STEP 129 (remove_files) COMPLETE
60802026-09-15T04:03:02.620Z[ recovery-image] Sep 15 04:03:01.624 INFO O| Sep 15 04:03:01.624 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-15T04:03:02.626Z[ recovery-image] Sep 15 04:03:01.633 INFO O| Sep 15 04:03:01.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60822026-09-15T04:03:02.626Z[ recovery-image] Sep 15 04:03:01.633 INFO O| Sep 15 04:03:01.633 INFO STEP 130 (remove_files) COMPLETE
60832026-09-15T04:03:02.626Z[ recovery-image] Sep 15 04:03:01.633 INFO O| Sep 15 04:03:01.633 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-15T04:03:02.636Z[ recovery-image] Sep 15 04:03:01.643 INFO O| Sep 15 04:03:01.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60852026-09-15T04:03:02.636Z[ recovery-image] Sep 15 04:03:01.643 INFO O| Sep 15 04:03:01.643 INFO STEP 131 (remove_files) COMPLETE
60862026-09-15T04:03:02.636Z[ recovery-image] Sep 15 04:03:01.643 INFO O| Sep 15 04:03:01.643 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-15T04:03:02.653Z[ recovery-image] Sep 15 04:03:01.657 INFO O| Sep 15 04:03:01.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60882026-09-15T04:03:02.653Z[ recovery-image] Sep 15 04:03:01.657 INFO O| Sep 15 04:03:01.655 INFO STEP 132 (remove_files) COMPLETE
60892026-09-15T04:03:02.653Z[ recovery-image] Sep 15 04:03:01.657 INFO O| Sep 15 04:03:01.655 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-15T04:03:02.658Z[ recovery-image] Sep 15 04:03:01.665 INFO O| Sep 15 04:03:01.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60912026-09-15T04:03:02.661Z[ recovery-image] Sep 15 04:03:01.665 INFO O| Sep 15 04:03:01.665 INFO STEP 133 (remove_files) COMPLETE
60922026-09-15T04:03:02.661Z[ recovery-image] Sep 15 04:03:01.665 INFO O| Sep 15 04:03:01.665 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-15T04:03:02.669Z[ recovery-image] Sep 15 04:03:01.676 INFO O| Sep 15 04:03:01.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60942026-09-15T04:03:02.669Z[ recovery-image] Sep 15 04:03:01.676 INFO O| Sep 15 04:03:01.676 INFO STEP 134 (remove_files) COMPLETE
60952026-09-15T04:03:02.669Z[ recovery-image] Sep 15 04:03:01.676 INFO O| Sep 15 04:03:01.676 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-15T04:03:02.679Z[ recovery-image] Sep 15 04:03:01.686 INFO O| Sep 15 04:03:01.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60972026-09-15T04:03:02.679Z[ recovery-image] Sep 15 04:03:01.686 INFO O| Sep 15 04:03:01.686 INFO STEP 135 (remove_files) COMPLETE
60982026-09-15T04:03:02.679Z[ recovery-image] Sep 15 04:03:01.686 INFO O| Sep 15 04:03:01.686 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-15T04:03:02.683Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61002026-09-15T04:03:02.691Z[ recovery-image] Sep 15 04:03:01.697 INFO O| Sep 15 04:03:01.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
61012026-09-15T04:03:02.691Z[ recovery-image] Sep 15 04:03:01.697 INFO O| Sep 15 04:03:01.697 INFO STEP 136 (remove_files) COMPLETE
61022026-09-15T04:03:02.691Z[ recovery-image] Sep 15 04:03:01.697 INFO O| Sep 15 04:03:01.697 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-15T04:03:02.701Z[ recovery-image] Sep 15 04:03:01.708 INFO O| Sep 15 04:03:01.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
61042026-09-15T04:03:02.704Z[ recovery-image] Sep 15 04:03:01.708 INFO O| Sep 15 04:03:01.708 INFO STEP 137 (remove_files) COMPLETE
61052026-09-15T04:03:02.704Z[ recovery-image] Sep 15 04:03:01.708 INFO O| Sep 15 04:03:01.708 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-15T04:03:02.713Z[ recovery-image] Sep 15 04:03:01.718 INFO O| Sep 15 04:03:01.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
61072026-09-15T04:03:02.713Z[ recovery-image] Sep 15 04:03:01.718 INFO O| Sep 15 04:03:01.718 INFO STEP 138 (remove_files) COMPLETE
61082026-09-15T04:03:02.713Z[ recovery-image] Sep 15 04:03:01.718 INFO O| Sep 15 04:03:01.718 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-15T04:03:02.722Z[ recovery-image] Sep 15 04:03:01.729 INFO O| Sep 15 04:03:01.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
61102026-09-15T04:03:02.722Z[ recovery-image] Sep 15 04:03:01.729 INFO O| Sep 15 04:03:01.729 INFO STEP 139 (remove_files) COMPLETE
61112026-09-15T04:03:02.722Z[ recovery-image] Sep 15 04:03:01.729 INFO O| Sep 15 04:03:01.729 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-15T04:03:02.732Z[ recovery-image] Sep 15 04:03:01.739 INFO O| Sep 15 04:03:01.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
61132026-09-15T04:03:02.732Z[ recovery-image] Sep 15 04:03:01.739 INFO O| Sep 15 04:03:01.739 INFO STEP 140 (remove_files) COMPLETE
61142026-09-15T04:03:02.732Z[ recovery-image] Sep 15 04:03:01.739 INFO O| Sep 15 04:03:01.739 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-15T04:03:02.740Z[ recovery-image] Sep 15 04:03:01.748 INFO O| Sep 15 04:03:01.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61162026-09-15T04:03:02.740Z[ recovery-image] Sep 15 04:03:01.748 INFO O| Sep 15 04:03:01.748 INFO STEP 141 (remove_files) COMPLETE
61172026-09-15T04:03:02.744Z[ recovery-image] Sep 15 04:03:01.748 INFO O| Sep 15 04:03:01.748 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-15T04:03:02.748Z[ recovery-image] Sep 15 04:03:01.756 INFO O| Sep 15 04:03:01.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61192026-09-15T04:03:02.748Z[ recovery-image] Sep 15 04:03:01.756 INFO O| Sep 15 04:03:01.756 INFO STEP 142 (remove_files) COMPLETE
61202026-09-15T04:03:02.751Z[ recovery-image] Sep 15 04:03:01.756 INFO O| Sep 15 04:03:01.756 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-15T04:03:02.757Z[ recovery-image] Sep 15 04:03:01.764 INFO O| Sep 15 04:03:01.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61222026-09-15T04:03:02.757Z[ recovery-image] Sep 15 04:03:01.764 INFO O| Sep 15 04:03:01.764 INFO STEP 143 (remove_files) COMPLETE
61232026-09-15T04:03:02.760Z[ recovery-image] Sep 15 04:03:01.764 INFO O| Sep 15 04:03:01.764 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-15T04:03:02.766Z[ recovery-image] Sep 15 04:03:01.773 INFO O| Sep 15 04:03:01.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61252026-09-15T04:03:02.766Z[ recovery-image] Sep 15 04:03:01.773 INFO O| Sep 15 04:03:01.773 INFO STEP 144 (remove_files) COMPLETE
61262026-09-15T04:03:02.769Z[ recovery-image] Sep 15 04:03:01.773 INFO O| Sep 15 04:03:01.773 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-15T04:03:02.775Z[ recovery-image] Sep 15 04:03:01.782 INFO O| Sep 15 04:03:01.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61282026-09-15T04:03:02.775Z[ recovery-image] Sep 15 04:03:01.783 INFO O| Sep 15 04:03:01.783 INFO STEP 145 (remove_files) COMPLETE
61292026-09-15T04:03:02.778Z[ recovery-image] Sep 15 04:03:01.783 INFO O| Sep 15 04:03:01.783 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-15T04:03:02.785Z[ recovery-image] Sep 15 04:03:01.792 INFO O| Sep 15 04:03:01.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61312026-09-15T04:03:02.785Z[ recovery-image] Sep 15 04:03:01.792 INFO O| Sep 15 04:03:01.792 INFO STEP 146 (remove_files) COMPLETE
61322026-09-15T04:03:02.785Z[ recovery-image] Sep 15 04:03:01.792 INFO O| Sep 15 04:03:01.792 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-15T04:03:02.796Z[ recovery-image] Sep 15 04:03:01.803 INFO O| Sep 15 04:03:01.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61342026-09-15T04:03:02.796Z[ recovery-image] Sep 15 04:03:01.803 INFO O| Sep 15 04:03:01.803 INFO STEP 147 (remove_files) COMPLETE
61352026-09-15T04:03:02.799Z[ recovery-image] Sep 15 04:03:01.803 INFO O| Sep 15 04:03:01.803 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-15T04:03:02.804Z[ recovery-image] Sep 15 04:03:01.812 INFO O| Sep 15 04:03:01.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61372026-09-15T04:03:02.804Z[ recovery-image] Sep 15 04:03:01.812 INFO O| Sep 15 04:03:01.812 INFO STEP 148 (remove_files) COMPLETE
61382026-09-15T04:03:02.804Z[ recovery-image] Sep 15 04:03:01.812 INFO O| Sep 15 04:03:01.812 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-15T04:03:02.814Z[ recovery-image] Sep 15 04:03:01.821 INFO O| Sep 15 04:03:01.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61402026-09-15T04:03:02.814Z[ recovery-image] Sep 15 04:03:01.821 INFO O| Sep 15 04:03:01.821 INFO STEP 149 (remove_files) COMPLETE
61412026-09-15T04:03:02.817Z[ recovery-image] Sep 15 04:03:01.821 INFO O| Sep 15 04:03:01.821 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-15T04:03:02.823Z[ recovery-image] Sep 15 04:03:01.831 INFO O| Sep 15 04:03:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61432026-09-15T04:03:02.823Z[ recovery-image] Sep 15 04:03:01.831 INFO O| Sep 15 04:03:01.831 INFO STEP 150 (remove_files) COMPLETE
61442026-09-15T04:03:02.823Z[ recovery-image] Sep 15 04:03:01.831 INFO O| Sep 15 04:03:01.831 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-15T04:03:02.834Z[ recovery-image] Sep 15 04:03:01.841 INFO O| Sep 15 04:03:01.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61462026-09-15T04:03:02.837Z[ recovery-image] Sep 15 04:03:01.842 INFO O| Sep 15 04:03:01.842 INFO STEP 151 (remove_files) COMPLETE
61472026-09-15T04:03:02.837Z[ recovery-image] Sep 15 04:03:01.842 INFO O| Sep 15 04:03:01.842 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-15T04:03:02.844Z[ recovery-image] Sep 15 04:03:01.852 INFO O| Sep 15 04:03:01.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61492026-09-15T04:03:02.844Z[ recovery-image] Sep 15 04:03:01.852 INFO O| Sep 15 04:03:01.852 INFO STEP 152 (remove_files) COMPLETE
61502026-09-15T04:03:02.844Z[ recovery-image] Sep 15 04:03:01.852 INFO O| Sep 15 04:03:01.852 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-15T04:03:02.853Z[ recovery-image] Sep 15 04:03:01.861 INFO O| Sep 15 04:03:01.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61522026-09-15T04:03:02.853Z[ recovery-image] Sep 15 04:03:01.861 INFO O| Sep 15 04:03:01.861 INFO STEP 153 (remove_files) COMPLETE
61532026-09-15T04:03:02.856Z[ recovery-image] Sep 15 04:03:01.861 INFO O| Sep 15 04:03:01.861 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-15T04:03:02.862Z[ recovery-image] Sep 15 04:03:01.869 INFO O| Sep 15 04:03:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61552026-09-15T04:03:02.862Z[ recovery-image] Sep 15 04:03:01.869 INFO O| Sep 15 04:03:01.869 INFO STEP 154 (remove_files) COMPLETE
61562026-09-15T04:03:02.862Z[ recovery-image] Sep 15 04:03:01.869 INFO O| Sep 15 04:03:01.869 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-15T04:03:02.873Z[ recovery-image] Sep 15 04:03:01.881 INFO O| Sep 15 04:03:01.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61582026-09-15T04:03:02.873Z[ recovery-image] Sep 15 04:03:01.881 INFO O| Sep 15 04:03:01.881 INFO STEP 155 (remove_files) COMPLETE
61592026-09-15T04:03:02.873Z[ recovery-image] Sep 15 04:03:01.881 INFO O| Sep 15 04:03:01.881 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-15T04:03:02.886Z[ recovery-image] Sep 15 04:03:01.893 INFO O| Sep 15 04:03:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61612026-09-15T04:03:02.886Z[ recovery-image] Sep 15 04:03:01.893 INFO O| Sep 15 04:03:01.889 INFO STEP 156 (remove_files) COMPLETE
61622026-09-15T04:03:02.889Z[ recovery-image] Sep 15 04:03:01.893 INFO O| Sep 15 04:03:01.889 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-15T04:03:02.892Z[ recovery-image] Sep 15 04:03:01.897 INFO O| Sep 15 04:03:01.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61642026-09-15T04:03:02.892Z[ recovery-image] Sep 15 04:03:01.897 INFO O| Sep 15 04:03:01.897 INFO STEP 157 (remove_files) COMPLETE
61652026-09-15T04:03:02.892Z[ recovery-image] Sep 15 04:03:01.897 INFO O| Sep 15 04:03:01.897 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-15T04:03:02.899Z[ recovery-image] Sep 15 04:03:01.906 INFO O| Sep 15 04:03:01.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61672026-09-15T04:03:02.899Z[ recovery-image] Sep 15 04:03:01.906 INFO O| Sep 15 04:03:01.906 INFO STEP 158 (remove_files) COMPLETE
61682026-09-15T04:03:02.899Z[ recovery-image] Sep 15 04:03:01.906 INFO O| Sep 15 04:03:01.906 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-15T04:03:02.908Z[ recovery-image] Sep 15 04:03:01.916 INFO O| Sep 15 04:03:01.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61702026-09-15T04:03:02.911Z[ recovery-image] Sep 15 04:03:01.917 INFO O| Sep 15 04:03:01.917 INFO STEP 159 (remove_files) COMPLETE
61712026-09-15T04:03:02.911Z[ recovery-image] Sep 15 04:03:01.917 INFO O| Sep 15 04:03:01.917 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-15T04:03:02.919Z[ recovery-image] Sep 15 04:03:01.927 INFO O| Sep 15 04:03:01.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61732026-09-15T04:03:02.922Z[ recovery-image] Sep 15 04:03:01.928 INFO O| Sep 15 04:03:01.928 INFO STEP 160 (remove_files) COMPLETE
61742026-09-15T04:03:02.922Z[ recovery-image] Sep 15 04:03:01.928 INFO O| Sep 15 04:03:01.928 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-15T04:03:02.931Z[ recovery-image] Sep 15 04:03:01.938 INFO O| Sep 15 04:03:01.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61762026-09-15T04:03:02.931Z[ recovery-image] Sep 15 04:03:01.938 INFO O| Sep 15 04:03:01.938 INFO STEP 161 (remove_files) COMPLETE
61772026-09-15T04:03:02.934Z[ recovery-image] Sep 15 04:03:01.938 INFO O| Sep 15 04:03:01.938 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-15T04:03:02.945Z[ recovery-image] Sep 15 04:03:01.949 INFO O| Sep 15 04:03:01.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61792026-09-15T04:03:02.945Z[ recovery-image] Sep 15 04:03:01.949 INFO O| Sep 15 04:03:01.949 INFO STEP 162 (remove_files) COMPLETE
61802026-09-15T04:03:02.945Z[ recovery-image] Sep 15 04:03:01.949 INFO O| Sep 15 04:03:01.949 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-15T04:03:02.952Z[ recovery-image] Sep 15 04:03:01.959 INFO O| Sep 15 04:03:01.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61822026-09-15T04:03:02.952Z[ recovery-image] Sep 15 04:03:01.959 INFO O| Sep 15 04:03:01.959 INFO STEP 163 (remove_files) COMPLETE
61832026-09-15T04:03:02.952Z[ recovery-image] Sep 15 04:03:01.959 INFO O| Sep 15 04:03:01.959 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-15T04:03:02.959Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61852026-09-15T04:03:02.965Z[ recovery-image] Sep 15 04:03:01.969 INFO O| Sep 15 04:03:01.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61862026-09-15T04:03:02.965Z[ recovery-image] Sep 15 04:03:01.969 INFO O| Sep 15 04:03:01.969 INFO STEP 164 (remove_files) COMPLETE
61872026-09-15T04:03:02.965Z[ recovery-image] Sep 15 04:03:01.969 INFO O| Sep 15 04:03:01.969 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-15T04:03:02.990Z[ recovery-image] Sep 15 04:03:01.997 INFO O| Sep 15 04:03:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61892026-09-15T04:03:02.990Z[ recovery-image] Sep 15 04:03:01.997 INFO O| Sep 15 04:03:01.997 INFO STEP 165 (remove_files) COMPLETE
61902026-09-15T04:03:02.990Z[ recovery-image] Sep 15 04:03:01.997 INFO O| Sep 15 04:03:01.997 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-15T04:03:03.002Z[ recovery-image] Sep 15 04:03:02.008 INFO O| Sep 15 04:03:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61922026-09-15T04:03:03.002Z[ recovery-image] Sep 15 04:03:02.008 INFO O| Sep 15 04:03:02.008 INFO STEP 166 (remove_files) COMPLETE
61932026-09-15T04:03:03.002Z[ recovery-image] Sep 15 04:03:02.008 INFO O| Sep 15 04:03:02.008 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-15T04:03:03.012Z[ recovery-image] Sep 15 04:03:02.019 INFO O| Sep 15 04:03:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61952026-09-15T04:03:03.012Z[ recovery-image] Sep 15 04:03:02.019 INFO O| Sep 15 04:03:02.019 INFO STEP 167 (remove_files) COMPLETE
61962026-09-15T04:03:03.015Z[ recovery-image] Sep 15 04:03:02.019 INFO O| Sep 15 04:03:02.019 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-15T04:03:03.022Z[ recovery-image] Sep 15 04:03:02.030 INFO O| Sep 15 04:03:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61982026-09-15T04:03:03.023Z[ recovery-image] Sep 15 04:03:02.030 INFO O| Sep 15 04:03:02.030 INFO STEP 168 (remove_files) COMPLETE
61992026-09-15T04:03:03.026Z[ recovery-image] Sep 15 04:03:02.030 INFO O| Sep 15 04:03:02.030 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-15T04:03:03.063Z[ recovery-image] Sep 15 04:03:02.070 INFO O| Sep 15 04:03:02.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
62012026-09-15T04:03:03.063Z[ recovery-image] Sep 15 04:03:02.070 INFO O| Sep 15 04:03:02.070 INFO STEP 169 (remove_files) COMPLETE
62022026-09-15T04:03:03.063Z[ recovery-image] Sep 15 04:03:02.070 INFO O| Sep 15 04:03:02.070 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-15T04:03:03.072Z[ recovery-image] Sep 15 04:03:02.079 INFO O| Sep 15 04:03:02.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
62042026-09-15T04:03:03.072Z[ recovery-image] Sep 15 04:03:02.080 INFO O| Sep 15 04:03:02.079 INFO STEP 170 (remove_files) COMPLETE
62052026-09-15T04:03:03.072Z[ recovery-image] Sep 15 04:03:02.080 INFO O| Sep 15 04:03:02.079 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-15T04:03:03.083Z[ recovery-image] Sep 15 04:03:02.090 INFO O| Sep 15 04:03:02.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
62072026-09-15T04:03:03.083Z[ recovery-image] Sep 15 04:03:02.090 INFO O| Sep 15 04:03:02.090 INFO STEP 171 (remove_files) COMPLETE
62082026-09-15T04:03:03.086Z[ recovery-image] Sep 15 04:03:02.090 INFO O| Sep 15 04:03:02.090 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-15T04:03:03.093Z[ recovery-image] Sep 15 04:03:02.100 INFO O| Sep 15 04:03:02.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
62102026-09-15T04:03:03.093Z[ recovery-image] Sep 15 04:03:02.100 INFO O| Sep 15 04:03:02.100 INFO STEP 172 (remove_files) COMPLETE
62112026-09-15T04:03:03.093Z[ recovery-image] Sep 15 04:03:02.100 INFO O| Sep 15 04:03:02.100 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-15T04:03:03.104Z[ recovery-image] Sep 15 04:03:02.111 INFO O| Sep 15 04:03:02.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
62132026-09-15T04:03:03.104Z[ recovery-image] Sep 15 04:03:02.111 INFO O| Sep 15 04:03:02.111 INFO STEP 173 (remove_files) COMPLETE
62142026-09-15T04:03:03.104Z[ recovery-image] Sep 15 04:03:02.111 INFO O| Sep 15 04:03:02.111 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-15T04:03:03.114Z[ recovery-image] Sep 15 04:03:02.121 INFO O| Sep 15 04:03:02.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62162026-09-15T04:03:03.114Z[ recovery-image] Sep 15 04:03:02.121 INFO O| Sep 15 04:03:02.121 INFO STEP 174 (remove_files) COMPLETE
62172026-09-15T04:03:03.114Z[ recovery-image] Sep 15 04:03:02.121 INFO O| Sep 15 04:03:02.121 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-15T04:03:03.124Z[ recovery-image] Sep 15 04:03:02.132 INFO O| Sep 15 04:03:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62192026-09-15T04:03:03.124Z[ recovery-image] Sep 15 04:03:02.132 INFO O| Sep 15 04:03:02.132 INFO STEP 175 (remove_files) COMPLETE
62202026-09-15T04:03:03.128Z[ recovery-image] Sep 15 04:03:02.132 INFO O| Sep 15 04:03:02.132 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-15T04:03:03.135Z[ recovery-image] Sep 15 04:03:02.142 INFO O| Sep 15 04:03:02.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62222026-09-15T04:03:03.135Z[ recovery-image] Sep 15 04:03:02.142 INFO O| Sep 15 04:03:02.142 INFO STEP 176 (remove_files) COMPLETE
62232026-09-15T04:03:03.137Z[ recovery-image] Sep 15 04:03:02.142 INFO O| Sep 15 04:03:02.142 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-15T04:03:03.144Z[ recovery-image] Sep 15 04:03:02.152 INFO O| Sep 15 04:03:02.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62252026-09-15T04:03:03.144Z[ recovery-image] Sep 15 04:03:02.152 INFO O| Sep 15 04:03:02.152 INFO STEP 177 (remove_files) COMPLETE
62262026-09-15T04:03:03.144Z[ recovery-image] Sep 15 04:03:02.152 INFO O| Sep 15 04:03:02.152 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-15T04:03:03.156Z[ recovery-image] Sep 15 04:03:02.162 INFO O| Sep 15 04:03:02.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62282026-09-15T04:03:03.156Z[ recovery-image] Sep 15 04:03:02.162 INFO O| Sep 15 04:03:02.162 INFO STEP 178 (remove_files) COMPLETE
62292026-09-15T04:03:03.156Z[ recovery-image] Sep 15 04:03:02.162 INFO O| Sep 15 04:03:02.162 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-15T04:03:03.165Z[ recovery-image] Sep 15 04:03:02.172 INFO O| Sep 15 04:03:02.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62312026-09-15T04:03:03.165Z[ recovery-image] Sep 15 04:03:02.172 INFO O| Sep 15 04:03:02.172 INFO STEP 179 (remove_files) COMPLETE
62322026-09-15T04:03:03.165Z[ recovery-image] Sep 15 04:03:02.172 INFO O| Sep 15 04:03:02.172 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-15T04:03:03.176Z[ recovery-image] Sep 15 04:03:02.183 INFO O| Sep 15 04:03:02.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62342026-09-15T04:03:03.176Z[ recovery-image] Sep 15 04:03:02.183 INFO O| Sep 15 04:03:02.183 INFO STEP 180 (remove_files) COMPLETE
62352026-09-15T04:03:03.176Z[ recovery-image] Sep 15 04:03:02.183 INFO O| Sep 15 04:03:02.183 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-15T04:03:03.187Z[ recovery-image] Sep 15 04:03:02.194 INFO O| Sep 15 04:03:02.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62372026-09-15T04:03:03.187Z[ recovery-image] Sep 15 04:03:02.194 INFO O| Sep 15 04:03:02.194 INFO STEP 181 (remove_files) COMPLETE
62382026-09-15T04:03:03.190Z[ recovery-image] Sep 15 04:03:02.194 INFO O| Sep 15 04:03:02.194 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-15T04:03:03.196Z[ recovery-image] Sep 15 04:03:02.204 INFO O| Sep 15 04:03:02.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62402026-09-15T04:03:03.196Z[ recovery-image] Sep 15 04:03:02.204 INFO O| Sep 15 04:03:02.204 INFO STEP 182 (remove_files) COMPLETE
62412026-09-15T04:03:03.199Z[ recovery-image] Sep 15 04:03:02.204 INFO O| Sep 15 04:03:02.204 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-15T04:03:03.202Z[verify-libraries] Compiling fs-err v2.11.0
62432026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.213 INFO O| Sep 15 04:03:02.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62442026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.213 INFO O| Sep 15 04:03:02.213 INFO STEP 183 (remove_files) COMPLETE
62452026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.213 INFO O| Sep 15 04:03:02.213 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.222 INFO O| Sep 15 04:03:02.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62472026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.222 INFO O| Sep 15 04:03:02.222 INFO STEP 184 (remove_files) COMPLETE
62482026-09-15T04:03:03.224Z[ recovery-image] Sep 15 04:03:02.222 INFO O| Sep 15 04:03:02.222 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-09-15T04:03:03.228Z[ recovery-image] Sep 15 04:03:02.231 INFO O| Sep 15 04:03:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62502026-09-15T04:03:03.228Z[ recovery-image] Sep 15 04:03:02.231 INFO O| Sep 15 04:03:02.231 INFO STEP 185 (remove_files) COMPLETE
62512026-09-15T04:03:03.228Z[ recovery-image] Sep 15 04:03:02.231 INFO O| Sep 15 04:03:02.231 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-09-15T04:03:03.235Z[ recovery-image] Sep 15 04:03:02.242 INFO O| Sep 15 04:03:02.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62532026-09-15T04:03:03.235Z[ recovery-image] Sep 15 04:03:02.242 INFO O| Sep 15 04:03:02.242 INFO STEP 186 (remove_files) COMPLETE
62542026-09-15T04:03:03.238Z[ recovery-image] Sep 15 04:03:02.242 INFO O| Sep 15 04:03:02.242 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-09-15T04:03:03.244Z[ recovery-image] Sep 15 04:03:02.252 INFO O| Sep 15 04:03:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62562026-09-15T04:03:03.245Z[ recovery-image] Sep 15 04:03:02.252 INFO O| Sep 15 04:03:02.252 INFO STEP 187 (remove_files) COMPLETE
62572026-09-15T04:03:03.247Z[ recovery-image] Sep 15 04:03:02.252 INFO O| Sep 15 04:03:02.252 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-09-15T04:03:03.254Z[ recovery-image] Sep 15 04:03:02.261 INFO O| Sep 15 04:03:02.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62592026-09-15T04:03:03.254Z[ recovery-image] Sep 15 04:03:02.262 INFO O| Sep 15 04:03:02.262 INFO STEP 188 (remove_files) COMPLETE
62602026-09-15T04:03:03.254Z[ recovery-image] Sep 15 04:03:02.262 INFO O| Sep 15 04:03:02.262 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-09-15T04:03:03.264Z[ recovery-image] Sep 15 04:03:02.271 INFO O| Sep 15 04:03:02.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62622026-09-15T04:03:03.264Z[ recovery-image] Sep 15 04:03:02.271 INFO O| Sep 15 04:03:02.271 INFO STEP 189 (remove_files) COMPLETE
62632026-09-15T04:03:03.267Z[ recovery-image] Sep 15 04:03:02.271 INFO O| Sep 15 04:03:02.271 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-09-15T04:03:03.274Z[ recovery-image] Sep 15 04:03:02.281 INFO O| Sep 15 04:03:02.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62652026-09-15T04:03:03.274Z[ recovery-image] Sep 15 04:03:02.281 INFO O| Sep 15 04:03:02.281 INFO STEP 190 (remove_files) COMPLETE
62662026-09-15T04:03:03.274Z[ recovery-image] Sep 15 04:03:02.281 INFO O| Sep 15 04:03:02.281 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-09-15T04:03:03.285Z[ recovery-image] Sep 15 04:03:02.292 INFO O| Sep 15 04:03:02.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62682026-09-15T04:03:03.285Z[ recovery-image] Sep 15 04:03:02.292 INFO O| Sep 15 04:03:02.292 INFO STEP 191 (remove_files) COMPLETE
62692026-09-15T04:03:03.288Z[ recovery-image] Sep 15 04:03:02.292 INFO O| Sep 15 04:03:02.292 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-09-15T04:03:03.295Z[ recovery-image] Sep 15 04:03:02.303 INFO O| Sep 15 04:03:02.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62712026-09-15T04:03:03.295Z[ recovery-image] Sep 15 04:03:02.303 INFO O| Sep 15 04:03:02.303 INFO STEP 192 (remove_files) COMPLETE
62722026-09-15T04:03:03.296Z[ recovery-image] Sep 15 04:03:02.303 INFO O| Sep 15 04:03:02.303 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-09-15T04:03:03.306Z[ recovery-image] Sep 15 04:03:02.313 INFO O| Sep 15 04:03:02.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62742026-09-15T04:03:03.306Z[ recovery-image] Sep 15 04:03:02.313 INFO O| Sep 15 04:03:02.313 INFO STEP 193 (remove_files) COMPLETE
62752026-09-15T04:03:03.309Z[ recovery-image] Sep 15 04:03:02.313 INFO O| Sep 15 04:03:02.313 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-09-15T04:03:03.313Z[verify-libraries] Compiling internet-checksum v0.2.1
62772026-09-15T04:03:03.318Z[ recovery-image] Sep 15 04:03:02.323 INFO O| Sep 15 04:03:02.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62782026-09-15T04:03:03.318Z[ recovery-image] Sep 15 04:03:02.323 INFO O| Sep 15 04:03:02.323 INFO STEP 194 (remove_files) COMPLETE
62792026-09-15T04:03:03.318Z[ recovery-image] Sep 15 04:03:02.323 INFO O| Sep 15 04:03:02.323 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-15T04:03:03.326Z[ recovery-image] Sep 15 04:03:02.333 INFO O| Sep 15 04:03:02.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62812026-09-15T04:03:03.326Z[ recovery-image] Sep 15 04:03:02.333 INFO O| Sep 15 04:03:02.333 INFO STEP 195 (remove_files) COMPLETE
62822026-09-15T04:03:03.329Z[ recovery-image] Sep 15 04:03:02.333 INFO O| Sep 15 04:03:02.333 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-09-15T04:03:03.335Z[ recovery-image] Sep 15 04:03:02.342 INFO O| Sep 15 04:03:02.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62842026-09-15T04:03:03.335Z[ recovery-image] Sep 15 04:03:02.342 INFO O| Sep 15 04:03:02.342 INFO STEP 196 (remove_files) COMPLETE
62852026-09-15T04:03:03.338Z[ recovery-image] Sep 15 04:03:02.342 INFO O| Sep 15 04:03:02.342 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-09-15T04:03:03.344Z[ recovery-image] Sep 15 04:03:02.351 INFO O| Sep 15 04:03:02.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62872026-09-15T04:03:03.344Z[ recovery-image] Sep 15 04:03:02.351 INFO O| Sep 15 04:03:02.351 INFO STEP 197 (remove_files) COMPLETE
62882026-09-15T04:03:03.347Z[ recovery-image] Sep 15 04:03:02.351 INFO O| Sep 15 04:03:02.351 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-09-15T04:03:03.355Z[ recovery-image] Sep 15 04:03:02.362 INFO O| Sep 15 04:03:02.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62902026-09-15T04:03:03.355Z[ recovery-image] Sep 15 04:03:02.362 INFO O| Sep 15 04:03:02.362 INFO STEP 198 (remove_files) COMPLETE
62912026-09-15T04:03:03.355Z[ recovery-image] Sep 15 04:03:02.362 INFO O| Sep 15 04:03:02.362 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-09-15T04:03:03.366Z[ recovery-image] Sep 15 04:03:02.373 INFO O| Sep 15 04:03:02.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62932026-09-15T04:03:03.369Z[ recovery-image] Sep 15 04:03:02.374 INFO O| Sep 15 04:03:02.374 INFO STEP 199 (remove_files) COMPLETE
62942026-09-15T04:03:03.369Z[ recovery-image] Sep 15 04:03:02.374 INFO O| Sep 15 04:03:02.374 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-09-15T04:03:03.378Z[ recovery-image] Sep 15 04:03:02.385 INFO O| Sep 15 04:03:02.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62962026-09-15T04:03:03.378Z[ recovery-image] Sep 15 04:03:02.385 INFO O| Sep 15 04:03:02.385 INFO STEP 200 (remove_files) COMPLETE
62972026-09-15T04:03:03.378Z[ recovery-image] Sep 15 04:03:02.385 INFO O| Sep 15 04:03:02.385 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-09-15T04:03:03.388Z[ recovery-image] Sep 15 04:03:02.395 INFO O| Sep 15 04:03:02.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62992026-09-15T04:03:03.388Z[ recovery-image] Sep 15 04:03:02.395 INFO O| Sep 15 04:03:02.395 INFO STEP 201 (remove_files) COMPLETE
63002026-09-15T04:03:03.388Z[ recovery-image] Sep 15 04:03:02.395 INFO O| Sep 15 04:03:02.395 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-09-15T04:03:03.400Z[ recovery-image] Sep 15 04:03:02.407 INFO O| Sep 15 04:03:02.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
63022026-09-15T04:03:03.400Z[ recovery-image] Sep 15 04:03:02.407 INFO O| Sep 15 04:03:02.405 INFO STEP 202 (remove_files) COMPLETE
63032026-09-15T04:03:03.400Z[ recovery-image] Sep 15 04:03:02.407 INFO O| Sep 15 04:03:02.405 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-09-15T04:03:03.406Z[ recovery-image] Sep 15 04:03:02.414 INFO O| Sep 15 04:03:02.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
63052026-09-15T04:03:03.407Z[ recovery-image] Sep 15 04:03:02.414 INFO O| Sep 15 04:03:02.414 INFO STEP 203 (remove_files) COMPLETE
63062026-09-15T04:03:03.409Z[ recovery-image] Sep 15 04:03:02.414 INFO O| Sep 15 04:03:02.414 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-09-15T04:03:03.415Z[ recovery-image] Sep 15 04:03:02.423 INFO O| Sep 15 04:03:02.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
63082026-09-15T04:03:03.416Z[ recovery-image] Sep 15 04:03:02.423 INFO O| Sep 15 04:03:02.423 INFO STEP 204 (remove_files) COMPLETE
63092026-09-15T04:03:03.419Z[ recovery-image] Sep 15 04:03:02.423 INFO O| Sep 15 04:03:02.423 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-09-15T04:03:03.424Z[ recovery-image] Sep 15 04:03:02.432 INFO O| Sep 15 04:03:02.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
63112026-09-15T04:03:03.424Z[ recovery-image] Sep 15 04:03:02.432 INFO O| Sep 15 04:03:02.432 INFO STEP 205 (remove_files) COMPLETE
63122026-09-15T04:03:03.424Z[ recovery-image] Sep 15 04:03:02.432 INFO O| Sep 15 04:03:02.432 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-09-15T04:03:03.433Z[ recovery-image] Sep 15 04:03:02.440 INFO O| Sep 15 04:03:02.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
63142026-09-15T04:03:03.433Z[ recovery-image] Sep 15 04:03:02.440 INFO O| Sep 15 04:03:02.440 INFO STEP 206 (remove_files) COMPLETE
63152026-09-15T04:03:03.433Z[ recovery-image] Sep 15 04:03:02.440 INFO O| Sep 15 04:03:02.440 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-09-15T04:03:03.443Z[ recovery-image] Sep 15 04:03:02.450 INFO O| Sep 15 04:03:02.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63172026-09-15T04:03:03.443Z[ recovery-image] Sep 15 04:03:02.450 INFO O| Sep 15 04:03:02.450 INFO STEP 207 (remove_files) COMPLETE
63182026-09-15T04:03:03.443Z[ recovery-image] Sep 15 04:03:02.450 INFO O| Sep 15 04:03:02.450 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-09-15T04:03:03.452Z[ recovery-image] Sep 15 04:03:02.459 INFO O| Sep 15 04:03:02.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63202026-09-15T04:03:03.452Z[ recovery-image] Sep 15 04:03:02.459 INFO O| Sep 15 04:03:02.459 INFO STEP 208 (remove_files) COMPLETE
63212026-09-15T04:03:03.452Z[ recovery-image] Sep 15 04:03:02.459 INFO O| Sep 15 04:03:02.459 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-09-15T04:03:03.463Z[ recovery-image] Sep 15 04:03:02.470 INFO O| Sep 15 04:03:02.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63232026-09-15T04:03:03.464Z[ recovery-image] Sep 15 04:03:02.470 INFO O| Sep 15 04:03:02.470 INFO STEP 209 (remove_files) COMPLETE
63242026-09-15T04:03:03.464Z[ recovery-image] Sep 15 04:03:02.470 INFO O| Sep 15 04:03:02.470 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-09-15T04:03:03.474Z[ recovery-image] Sep 15 04:03:02.481 INFO O| Sep 15 04:03:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63262026-09-15T04:03:03.474Z[ recovery-image] Sep 15 04:03:02.481 INFO O| Sep 15 04:03:02.481 INFO STEP 210 (remove_files) COMPLETE
63272026-09-15T04:03:03.474Z[ recovery-image] Sep 15 04:03:02.481 INFO O| Sep 15 04:03:02.481 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-09-15T04:03:03.484Z[ recovery-image] Sep 15 04:03:02.492 INFO O| Sep 15 04:03:02.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63292026-09-15T04:03:03.485Z[ recovery-image] Sep 15 04:03:02.492 INFO O| Sep 15 04:03:02.492 INFO STEP 211 (remove_files) COMPLETE
63302026-09-15T04:03:03.487Z[ recovery-image] Sep 15 04:03:02.492 INFO O| Sep 15 04:03:02.492 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-09-15T04:03:03.514Z[ recovery-image] Sep 15 04:03:02.521 INFO O| Sep 15 04:03:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63322026-09-15T04:03:03.514Z[ recovery-image] Sep 15 04:03:02.521 INFO O| Sep 15 04:03:02.513 INFO STEP 212 (remove_files) COMPLETE
63332026-09-15T04:03:03.514Z[ recovery-image] Sep 15 04:03:02.521 INFO O| Sep 15 04:03:02.513 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-09-15T04:03:03.518Z[ recovery-image] Sep 15 04:03:02.525 INFO O| Sep 15 04:03:02.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63352026-09-15T04:03:03.518Z[ recovery-image] Sep 15 04:03:02.525 INFO O| Sep 15 04:03:02.525 INFO STEP 213 (remove_files) COMPLETE
63362026-09-15T04:03:03.518Z[ recovery-image] Sep 15 04:03:02.525 INFO O| Sep 15 04:03:02.525 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-09-15T04:03:03.529Z[ recovery-image] Sep 15 04:03:02.536 INFO O| Sep 15 04:03:02.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63382026-09-15T04:03:03.529Z[ recovery-image] Sep 15 04:03:02.537 INFO O| Sep 15 04:03:02.537 INFO STEP 214 (remove_files) COMPLETE
63392026-09-15T04:03:03.529Z[ recovery-image] Sep 15 04:03:02.537 INFO O| Sep 15 04:03:02.537 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-09-15T04:03:03.541Z[ recovery-image] Sep 15 04:03:02.548 INFO O| Sep 15 04:03:02.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63412026-09-15T04:03:03.544Z[ recovery-image] Sep 15 04:03:02.549 INFO O| Sep 15 04:03:02.549 INFO STEP 215 (remove_files) COMPLETE
63422026-09-15T04:03:03.544Z[ recovery-image] Sep 15 04:03:02.549 INFO O| Sep 15 04:03:02.549 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-09-15T04:03:03.553Z[ recovery-image] Sep 15 04:03:02.560 INFO O| Sep 15 04:03:02.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63442026-09-15T04:03:03.555Z[ recovery-image] Sep 15 04:03:02.562 INFO O| Sep 15 04:03:02.562 INFO STEP 216 (remove_files) COMPLETE
63452026-09-15T04:03:03.555Z[ recovery-image] Sep 15 04:03:02.562 INFO O| Sep 15 04:03:02.562 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-09-15T04:03:03.565Z[ recovery-image] Sep 15 04:03:02.572 INFO O| Sep 15 04:03:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63472026-09-15T04:03:03.565Z[ recovery-image] Sep 15 04:03:02.572 INFO O| Sep 15 04:03:02.572 INFO STEP 217 (remove_files) COMPLETE
63482026-09-15T04:03:03.565Z[ recovery-image] Sep 15 04:03:02.572 INFO O| Sep 15 04:03:02.572 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-09-15T04:03:03.574Z[ recovery-image] Sep 15 04:03:02.581 INFO O| Sep 15 04:03:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63502026-09-15T04:03:03.574Z[ recovery-image] Sep 15 04:03:02.581 INFO O| Sep 15 04:03:02.581 INFO STEP 218 (remove_files) COMPLETE
63512026-09-15T04:03:03.574Z[ recovery-image] Sep 15 04:03:02.581 INFO O| Sep 15 04:03:02.581 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-15T04:03:03.588Z[ recovery-image] Sep 15 04:03:02.595 INFO O| Sep 15 04:03:02.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63532026-09-15T04:03:03.588Z[ recovery-image] Sep 15 04:03:02.595 INFO O| Sep 15 04:03:02.595 INFO STEP 219 (remove_files) COMPLETE
63542026-09-15T04:03:03.588Z[ recovery-image] Sep 15 04:03:02.595 INFO O| Sep 15 04:03:02.595 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-15T04:03:03.599Z[ recovery-image] Sep 15 04:03:02.606 INFO O| Sep 15 04:03:02.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63562026-09-15T04:03:03.599Z[ recovery-image] Sep 15 04:03:02.606 INFO O| Sep 15 04:03:02.606 INFO STEP 220 (remove_files) COMPLETE
63572026-09-15T04:03:03.599Z[ recovery-image] Sep 15 04:03:02.606 INFO O| Sep 15 04:03:02.606 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-15T04:03:03.609Z[ recovery-image] Sep 15 04:03:02.616 INFO O| Sep 15 04:03:02.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63592026-09-15T04:03:03.609Z[ recovery-image] Sep 15 04:03:02.616 INFO O| Sep 15 04:03:02.616 INFO STEP 221 (remove_files) COMPLETE
63602026-09-15T04:03:03.609Z[ recovery-image] Sep 15 04:03:02.616 INFO O| Sep 15 04:03:02.616 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-15T04:03:03.618Z[ recovery-image] Sep 15 04:03:02.626 INFO O| Sep 15 04:03:02.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63622026-09-15T04:03:03.618Z[ recovery-image] Sep 15 04:03:02.626 INFO O| Sep 15 04:03:02.626 INFO STEP 222 (remove_files) COMPLETE
63632026-09-15T04:03:03.618Z[ recovery-image] Sep 15 04:03:02.626 INFO O| Sep 15 04:03:02.626 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-15T04:03:03.638Z[ recovery-image] Sep 15 04:03:02.645 INFO O| Sep 15 04:03:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63652026-09-15T04:03:03.638Z[ recovery-image] Sep 15 04:03:02.646 INFO O| Sep 15 04:03:02.645 INFO STEP 223 (remove_files) COMPLETE
63662026-09-15T04:03:03.638Z[ recovery-image] Sep 15 04:03:02.646 INFO O| Sep 15 04:03:02.645 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-15T04:03:03.650Z[ recovery-image] Sep 15 04:03:02.657 INFO O| Sep 15 04:03:02.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63682026-09-15T04:03:03.650Z[ recovery-image] Sep 15 04:03:02.657 INFO O| Sep 15 04:03:02.657 INFO STEP 224 (remove_files) COMPLETE
63692026-09-15T04:03:03.650Z[ recovery-image] Sep 15 04:03:02.657 INFO O| Sep 15 04:03:02.657 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-15T04:03:03.660Z[ recovery-image] Sep 15 04:03:02.667 INFO O| Sep 15 04:03:02.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63712026-09-15T04:03:03.660Z[ recovery-image] Sep 15 04:03:02.667 INFO O| Sep 15 04:03:02.667 INFO STEP 225 (remove_files) COMPLETE
63722026-09-15T04:03:03.660Z[ recovery-image] Sep 15 04:03:02.667 INFO O| Sep 15 04:03:02.667 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-15T04:03:03.669Z[ recovery-image] Sep 15 04:03:02.677 INFO O| Sep 15 04:03:02.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63742026-09-15T04:03:03.669Z[ recovery-image] Sep 15 04:03:02.677 INFO O| Sep 15 04:03:02.677 INFO STEP 226 (remove_files) COMPLETE
63752026-09-15T04:03:03.669Z[ recovery-image] Sep 15 04:03:02.677 INFO O| Sep 15 04:03:02.677 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-15T04:03:03.679Z[ recovery-image] Sep 15 04:03:02.686 INFO O| Sep 15 04:03:02.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63772026-09-15T04:03:03.679Z[ recovery-image] Sep 15 04:03:02.686 INFO O| Sep 15 04:03:02.686 INFO STEP 227 (remove_files) COMPLETE
63782026-09-15T04:03:03.682Z[ recovery-image] Sep 15 04:03:02.686 INFO O| Sep 15 04:03:02.686 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-15T04:03:03.688Z[ recovery-image] Sep 15 04:03:02.696 INFO O| Sep 15 04:03:02.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63802026-09-15T04:03:03.689Z[ recovery-image] Sep 15 04:03:02.696 INFO O| Sep 15 04:03:02.696 INFO STEP 228 (remove_files) COMPLETE
63812026-09-15T04:03:03.691Z[ recovery-image] Sep 15 04:03:02.696 INFO O| Sep 15 04:03:02.696 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-15T04:03:03.698Z[ recovery-image] Sep 15 04:03:02.706 INFO O| Sep 15 04:03:02.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63832026-09-15T04:03:03.698Z[ recovery-image] Sep 15 04:03:02.706 INFO O| Sep 15 04:03:02.706 INFO STEP 229 (remove_files) COMPLETE
63842026-09-15T04:03:03.698Z[ recovery-image] Sep 15 04:03:02.706 INFO O| Sep 15 04:03:02.706 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-15T04:03:03.709Z[ recovery-image] Sep 15 04:03:02.716 INFO O| Sep 15 04:03:02.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63862026-09-15T04:03:03.709Z[ recovery-image] Sep 15 04:03:02.716 INFO O| Sep 15 04:03:02.716 INFO STEP 230 (remove_files) COMPLETE
63872026-09-15T04:03:03.709Z[ recovery-image] Sep 15 04:03:02.716 INFO O| Sep 15 04:03:02.716 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.727 INFO O| Sep 15 04:03:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63892026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.727 INFO O| Sep 15 04:03:02.727 INFO STEP 231 (remove_files) COMPLETE
63902026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.727 INFO O| Sep 15 04:03:02.727 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.738 INFO O| Sep 15 04:03:02.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63922026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.738 INFO O| Sep 15 04:03:02.738 INFO STEP 232 (remove_files) COMPLETE
63932026-09-15T04:03:03.736Z[ recovery-image] Sep 15 04:03:02.738 INFO O| Sep 15 04:03:02.738 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-15T04:03:03.742Z[ recovery-image] Sep 15 04:03:02.747 INFO O| Sep 15 04:03:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63952026-09-15T04:03:03.742Z[ recovery-image] Sep 15 04:03:02.747 INFO O| Sep 15 04:03:02.747 INFO STEP 233 (remove_files) COMPLETE
63962026-09-15T04:03:03.742Z[ recovery-image] Sep 15 04:03:02.747 INFO O| Sep 15 04:03:02.747 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-15T04:03:03.752Z[ recovery-image] Sep 15 04:03:02.757 INFO O| Sep 15 04:03:02.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63982026-09-15T04:03:03.752Z[ recovery-image] Sep 15 04:03:02.757 INFO O| Sep 15 04:03:02.757 INFO STEP 234 (remove_files) COMPLETE
63992026-09-15T04:03:03.752Z[ recovery-image] Sep 15 04:03:02.757 INFO O| Sep 15 04:03:02.757 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-15T04:03:03.761Z[ recovery-image] Sep 15 04:03:02.768 INFO O| Sep 15 04:03:02.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
64012026-09-15T04:03:03.761Z[ recovery-image] Sep 15 04:03:02.768 INFO O| Sep 15 04:03:02.768 INFO STEP 235 (remove_files) COMPLETE
64022026-09-15T04:03:03.761Z[ recovery-image] Sep 15 04:03:02.768 INFO O| Sep 15 04:03:02.768 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-15T04:03:03.770Z[ recovery-image] Sep 15 04:03:02.777 INFO O| Sep 15 04:03:02.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
64042026-09-15T04:03:03.770Z[ recovery-image] Sep 15 04:03:02.777 INFO O| Sep 15 04:03:02.777 INFO STEP 236 (remove_files) COMPLETE
64052026-09-15T04:03:03.770Z[ recovery-image] Sep 15 04:03:02.777 INFO O| Sep 15 04:03:02.777 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-15T04:03:03.780Z[verify-libraries] Compiling git2 v0.20.4
64072026-09-15T04:03:03.780Z[ recovery-image] Sep 15 04:03:02.787 INFO O| Sep 15 04:03:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
64082026-09-15T04:03:03.784Z[ recovery-image] Sep 15 04:03:02.787 INFO O| Sep 15 04:03:02.787 INFO STEP 237 (remove_files) COMPLETE
64092026-09-15T04:03:03.784Z[ recovery-image] Sep 15 04:03:02.787 INFO O| Sep 15 04:03:02.787 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-09-15T04:03:03.790Z[ recovery-image] Sep 15 04:03:02.797 INFO O| Sep 15 04:03:02.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
64112026-09-15T04:03:03.790Z[ recovery-image] Sep 15 04:03:02.797 INFO O| Sep 15 04:03:02.797 INFO STEP 238 (remove_files) COMPLETE
64122026-09-15T04:03:03.793Z[ recovery-image] Sep 15 04:03:02.797 INFO O| Sep 15 04:03:02.797 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-09-15T04:03:03.799Z[ recovery-image] Sep 15 04:03:02.806 INFO O| Sep 15 04:03:02.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
64142026-09-15T04:03:03.799Z[ recovery-image] Sep 15 04:03:02.806 INFO O| Sep 15 04:03:02.806 INFO STEP 239 (remove_files) COMPLETE
64152026-09-15T04:03:03.799Z[ recovery-image] Sep 15 04:03:02.806 INFO O| Sep 15 04:03:02.806 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-09-15T04:03:03.812Z[ recovery-image] Sep 15 04:03:02.815 INFO O| Sep 15 04:03:02.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64172026-09-15T04:03:03.812Z[ recovery-image] Sep 15 04:03:02.815 INFO O| Sep 15 04:03:02.815 INFO STEP 240 (remove_files) COMPLETE
64182026-09-15T04:03:03.812Z[ recovery-image] Sep 15 04:03:02.815 INFO O| Sep 15 04:03:02.815 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-09-15T04:03:03.816Z[ recovery-image] Sep 15 04:03:02.823 INFO O| Sep 15 04:03:02.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64202026-09-15T04:03:03.816Z[ recovery-image] Sep 15 04:03:02.823 INFO O| Sep 15 04:03:02.823 INFO STEP 241 (remove_files) COMPLETE
64212026-09-15T04:03:03.816Z[ recovery-image] Sep 15 04:03:02.823 INFO O| Sep 15 04:03:02.823 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-09-15T04:03:03.823Z[ recovery-image] Sep 15 04:03:02.831 INFO O| Sep 15 04:03:02.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64232026-09-15T04:03:03.823Z[ recovery-image] Sep 15 04:03:02.831 INFO O| Sep 15 04:03:02.831 INFO STEP 242 (remove_files) COMPLETE
64242026-09-15T04:03:03.823Z[ recovery-image] Sep 15 04:03:02.831 INFO O| Sep 15 04:03:02.831 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-09-15T04:03:03.831Z[ recovery-image] Sep 15 04:03:02.838 INFO O| Sep 15 04:03:02.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64262026-09-15T04:03:03.831Z[ recovery-image] Sep 15 04:03:02.838 INFO O| Sep 15 04:03:02.838 INFO STEP 243 (remove_files) COMPLETE
64272026-09-15T04:03:03.831Z[ recovery-image] Sep 15 04:03:02.838 INFO O| Sep 15 04:03:02.838 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-09-15T04:03:03.841Z[ recovery-image] Sep 15 04:03:02.848 INFO O| Sep 15 04:03:02.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64292026-09-15T04:03:03.841Z[ recovery-image] Sep 15 04:03:02.848 INFO O| Sep 15 04:03:02.848 INFO STEP 244 (remove_files) COMPLETE
64302026-09-15T04:03:03.841Z[ recovery-image] Sep 15 04:03:02.848 INFO O| Sep 15 04:03:02.848 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-09-15T04:03:03.844Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
64322026-09-15T04:03:03.851Z[ recovery-image] Sep 15 04:03:02.859 INFO O| Sep 15 04:03:02.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64332026-09-15T04:03:03.851Z[ recovery-image] Sep 15 04:03:02.859 INFO O| Sep 15 04:03:02.859 INFO STEP 245 (remove_files) COMPLETE
64342026-09-15T04:03:03.851Z[ recovery-image] Sep 15 04:03:02.859 INFO O| Sep 15 04:03:02.859 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-09-15T04:03:03.862Z[ recovery-image] Sep 15 04:03:02.869 INFO O| Sep 15 04:03:02.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64362026-09-15T04:03:03.862Z[ recovery-image] Sep 15 04:03:02.869 INFO O| Sep 15 04:03:02.869 INFO STEP 246 (remove_files) COMPLETE
64372026-09-15T04:03:03.862Z[ recovery-image] Sep 15 04:03:02.869 INFO O| Sep 15 04:03:02.869 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-09-15T04:03:03.873Z[ recovery-image] Sep 15 04:03:02.880 INFO O| Sep 15 04:03:02.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64392026-09-15T04:03:03.873Z[ recovery-image] Sep 15 04:03:02.880 INFO O| Sep 15 04:03:02.880 INFO STEP 247 (remove_files) COMPLETE
64402026-09-15T04:03:03.876Z[ recovery-image] Sep 15 04:03:02.880 INFO O| Sep 15 04:03:02.880 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-09-15T04:03:03.882Z[ recovery-image] Sep 15 04:03:02.890 INFO O| Sep 15 04:03:02.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64422026-09-15T04:03:03.882Z[ recovery-image] Sep 15 04:03:02.890 INFO O| Sep 15 04:03:02.890 INFO STEP 248 (remove_files) COMPLETE
64432026-09-15T04:03:03.882Z[ recovery-image] Sep 15 04:03:02.890 INFO O| Sep 15 04:03:02.890 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-09-15T04:03:03.892Z[ recovery-image] Sep 15 04:03:02.899 INFO O| Sep 15 04:03:02.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64452026-09-15T04:03:03.892Z[ recovery-image] Sep 15 04:03:02.899 INFO O| Sep 15 04:03:02.899 INFO STEP 249 (remove_files) COMPLETE
64462026-09-15T04:03:03.892Z[ recovery-image] Sep 15 04:03:02.899 INFO O| Sep 15 04:03:02.899 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-09-15T04:03:03.902Z[ recovery-image] Sep 15 04:03:02.909 INFO O| Sep 15 04:03:02.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64482026-09-15T04:03:03.902Z[ recovery-image] Sep 15 04:03:02.909 INFO O| Sep 15 04:03:02.909 INFO STEP 250 (remove_files) COMPLETE
64492026-09-15T04:03:03.902Z[ recovery-image] Sep 15 04:03:02.909 INFO O| Sep 15 04:03:02.909 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-09-15T04:03:03.911Z[ recovery-image] Sep 15 04:03:02.918 INFO O| Sep 15 04:03:02.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64512026-09-15T04:03:03.911Z[ recovery-image] Sep 15 04:03:02.919 INFO O| Sep 15 04:03:02.919 INFO STEP 251 (remove_files) COMPLETE
64522026-09-15T04:03:03.914Z[ recovery-image] Sep 15 04:03:02.919 INFO O| Sep 15 04:03:02.919 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-09-15T04:03:03.920Z[ recovery-image] Sep 15 04:03:02.928 INFO O| Sep 15 04:03:02.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64542026-09-15T04:03:03.920Z[ recovery-image] Sep 15 04:03:02.928 INFO O| Sep 15 04:03:02.928 INFO STEP 252 (remove_files) COMPLETE
64552026-09-15T04:03:03.923Z[ recovery-image] Sep 15 04:03:02.928 INFO O| Sep 15 04:03:02.928 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-09-15T04:03:03.930Z[ recovery-image] Sep 15 04:03:02.938 INFO O| Sep 15 04:03:02.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64572026-09-15T04:03:03.930Z[ recovery-image] Sep 15 04:03:02.938 INFO O| Sep 15 04:03:02.937 INFO STEP 253 (remove_files) COMPLETE
64582026-09-15T04:03:03.933Z[ recovery-image] Sep 15 04:03:02.938 INFO O| Sep 15 04:03:02.937 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-09-15T04:03:03.941Z[ recovery-image] Sep 15 04:03:02.948 INFO O| Sep 15 04:03:02.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64602026-09-15T04:03:03.941Z[ recovery-image] Sep 15 04:03:02.948 INFO O| Sep 15 04:03:02.948 INFO STEP 254 (remove_files) COMPLETE
64612026-09-15T04:03:03.941Z[ recovery-image] Sep 15 04:03:02.948 INFO O| Sep 15 04:03:02.948 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-09-15T04:03:03.952Z[ recovery-image] Sep 15 04:03:02.959 INFO O| Sep 15 04:03:02.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64632026-09-15T04:03:03.952Z[ recovery-image] Sep 15 04:03:02.959 INFO O| Sep 15 04:03:02.959 INFO STEP 255 (remove_files) COMPLETE
64642026-09-15T04:03:03.955Z[ recovery-image] Sep 15 04:03:02.959 INFO O| Sep 15 04:03:02.959 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-09-15T04:03:03.962Z[ recovery-image] Sep 15 04:03:02.970 INFO O| Sep 15 04:03:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64662026-09-15T04:03:03.962Z[ recovery-image] Sep 15 04:03:02.970 INFO O| Sep 15 04:03:02.970 INFO STEP 256 (remove_files) COMPLETE
64672026-09-15T04:03:03.963Z[ recovery-image] Sep 15 04:03:02.970 INFO O| Sep 15 04:03:02.970 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-09-15T04:03:03.973Z[ recovery-image] Sep 15 04:03:02.980 INFO O| Sep 15 04:03:02.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64692026-09-15T04:03:03.973Z[ recovery-image] Sep 15 04:03:02.980 INFO O| Sep 15 04:03:02.980 INFO STEP 257 (remove_files) COMPLETE
64702026-09-15T04:03:03.976Z[ recovery-image] Sep 15 04:03:02.980 INFO O| Sep 15 04:03:02.980 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-09-15T04:03:03.984Z[ recovery-image] Sep 15 04:03:02.991 INFO O| Sep 15 04:03:02.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64722026-09-15T04:03:03.984Z[ recovery-image] Sep 15 04:03:02.991 INFO O| Sep 15 04:03:02.991 INFO STEP 258 (remove_files) COMPLETE
64732026-09-15T04:03:03.984Z[ recovery-image] Sep 15 04:03:02.991 INFO O| Sep 15 04:03:02.991 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-09-15T04:03:03.996Z[ recovery-image] Sep 15 04:03:03.002 INFO O| Sep 15 04:03:03.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64752026-09-15T04:03:03.996Z[ recovery-image] Sep 15 04:03:03.002 INFO O| Sep 15 04:03:03.002 INFO STEP 259 (remove_files) COMPLETE
64762026-09-15T04:03:03.999Z[ recovery-image] Sep 15 04:03:03.002 INFO O| Sep 15 04:03:03.002 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-09-15T04:03:04.006Z[ recovery-image] Sep 15 04:03:03.013 INFO O| Sep 15 04:03:03.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64782026-09-15T04:03:04.006Z[ recovery-image] Sep 15 04:03:03.013 INFO O| Sep 15 04:03:03.013 INFO STEP 260 (remove_files) COMPLETE
64792026-09-15T04:03:04.006Z[ recovery-image] Sep 15 04:03:03.013 INFO O| Sep 15 04:03:03.013 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-09-15T04:03:04.018Z[ recovery-image] Sep 15 04:03:03.023 INFO O| Sep 15 04:03:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64812026-09-15T04:03:04.018Z[ recovery-image] Sep 15 04:03:03.023 INFO O| Sep 15 04:03:03.023 INFO STEP 261 (remove_files) COMPLETE
64822026-09-15T04:03:04.021Z[ recovery-image] Sep 15 04:03:03.023 INFO O| Sep 15 04:03:03.023 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-09-15T04:03:04.025Z[ recovery-image] Sep 15 04:03:03.032 INFO O| Sep 15 04:03:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64842026-09-15T04:03:04.025Z[ recovery-image] Sep 15 04:03:03.032 INFO O| Sep 15 04:03:03.032 INFO STEP 262 (remove_files) COMPLETE
64852026-09-15T04:03:04.028Z[ recovery-image] Sep 15 04:03:03.032 INFO O| Sep 15 04:03:03.032 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-09-15T04:03:04.035Z[ recovery-image] Sep 15 04:03:03.042 INFO O| Sep 15 04:03:03.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64872026-09-15T04:03:04.035Z[ recovery-image] Sep 15 04:03:03.042 INFO O| Sep 15 04:03:03.042 INFO STEP 263 (remove_files) COMPLETE
64882026-09-15T04:03:04.035Z[ recovery-image] Sep 15 04:03:03.042 INFO O| Sep 15 04:03:03.042 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-09-15T04:03:04.044Z[ recovery-image] Sep 15 04:03:03.051 INFO O| Sep 15 04:03:03.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64902026-09-15T04:03:04.044Z[ recovery-image] Sep 15 04:03:03.051 INFO O| Sep 15 04:03:03.051 INFO STEP 264 (remove_files) COMPLETE
64912026-09-15T04:03:04.044Z[ recovery-image] Sep 15 04:03:03.051 INFO O| Sep 15 04:03:03.051 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-09-15T04:03:04.053Z[ recovery-image] Sep 15 04:03:03.061 INFO O| Sep 15 04:03:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64932026-09-15T04:03:04.053Z[ recovery-image] Sep 15 04:03:03.061 INFO O| Sep 15 04:03:03.061 INFO STEP 265 (remove_files) COMPLETE
64942026-09-15T04:03:04.057Z[ recovery-image] Sep 15 04:03:03.061 INFO O| Sep 15 04:03:03.061 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-09-15T04:03:04.064Z[ recovery-image] Sep 15 04:03:03.071 INFO O| Sep 15 04:03:03.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64962026-09-15T04:03:04.067Z[ recovery-image] Sep 15 04:03:03.071 INFO O| Sep 15 04:03:03.071 INFO STEP 266 (remove_files) COMPLETE
64972026-09-15T04:03:04.067Z[ recovery-image] Sep 15 04:03:03.071 INFO O| Sep 15 04:03:03.071 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-09-15T04:03:04.075Z[ recovery-image] Sep 15 04:03:03.082 INFO O| Sep 15 04:03:03.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64992026-09-15T04:03:04.075Z[ recovery-image] Sep 15 04:03:03.082 INFO O| Sep 15 04:03:03.082 INFO STEP 267 (remove_files) COMPLETE
65002026-09-15T04:03:04.075Z[ recovery-image] Sep 15 04:03:03.082 INFO O| Sep 15 04:03:03.082 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-09-15T04:03:04.085Z[ recovery-image] Sep 15 04:03:03.092 INFO O| Sep 15 04:03:03.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
65022026-09-15T04:03:04.085Z[ recovery-image] Sep 15 04:03:03.092 INFO O| Sep 15 04:03:03.092 INFO STEP 268 (remove_files) COMPLETE
65032026-09-15T04:03:04.085Z[ recovery-image] Sep 15 04:03:03.092 INFO O| Sep 15 04:03:03.092 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-09-15T04:03:04.095Z[ recovery-image] Sep 15 04:03:03.102 INFO O| Sep 15 04:03:03.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
65052026-09-15T04:03:04.095Z[ recovery-image] Sep 15 04:03:03.102 INFO O| Sep 15 04:03:03.102 INFO STEP 269 (remove_files) COMPLETE
65062026-09-15T04:03:04.095Z[ recovery-image] Sep 15 04:03:03.102 INFO O| Sep 15 04:03:03.102 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-09-15T04:03:04.104Z[ recovery-image] Sep 15 04:03:03.111 INFO O| Sep 15 04:03:03.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
65082026-09-15T04:03:04.104Z[ recovery-image] Sep 15 04:03:03.111 INFO O| Sep 15 04:03:03.111 INFO STEP 270 (remove_files) COMPLETE
65092026-09-15T04:03:04.104Z[ recovery-image] Sep 15 04:03:03.111 INFO O| Sep 15 04:03:03.111 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-09-15T04:03:04.114Z[ recovery-image] Sep 15 04:03:03.122 INFO O| Sep 15 04:03:03.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
65112026-09-15T04:03:04.114Z[ recovery-image] Sep 15 04:03:03.122 INFO O| Sep 15 04:03:03.122 INFO STEP 271 (remove_files) COMPLETE
65122026-09-15T04:03:04.115Z[ recovery-image] Sep 15 04:03:03.122 INFO O| Sep 15 04:03:03.122 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-09-15T04:03:04.125Z[ recovery-image] Sep 15 04:03:03.132 INFO O| Sep 15 04:03:03.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
65142026-09-15T04:03:04.125Z[ recovery-image] Sep 15 04:03:03.133 INFO O| Sep 15 04:03:03.133 INFO STEP 272 (remove_files) COMPLETE
65152026-09-15T04:03:04.128Z[ recovery-image] Sep 15 04:03:03.133 INFO O| Sep 15 04:03:03.133 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-09-15T04:03:04.135Z[ recovery-image] Sep 15 04:03:03.142 INFO O| Sep 15 04:03:03.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65172026-09-15T04:03:04.135Z[ recovery-image] Sep 15 04:03:03.143 INFO O| Sep 15 04:03:03.143 INFO STEP 273 (remove_files) COMPLETE
65182026-09-15T04:03:04.135Z[ recovery-image] Sep 15 04:03:03.143 INFO O| Sep 15 04:03:03.143 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-09-15T04:03:04.146Z[ recovery-image] Sep 15 04:03:03.153 INFO O| Sep 15 04:03:03.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65202026-09-15T04:03:04.146Z[ recovery-image] Sep 15 04:03:03.153 INFO O| Sep 15 04:03:03.153 INFO STEP 274 (remove_files) COMPLETE
65212026-09-15T04:03:04.146Z[ recovery-image] Sep 15 04:03:03.153 INFO O| Sep 15 04:03:03.153 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-09-15T04:03:04.166Z[ recovery-image] Sep 15 04:03:03.173 INFO O| Sep 15 04:03:03.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65232026-09-15T04:03:04.166Z[ recovery-image] Sep 15 04:03:03.173 INFO O| Sep 15 04:03:03.173 INFO STEP 275 (remove_files) COMPLETE
65242026-09-15T04:03:04.169Z[ recovery-image] Sep 15 04:03:03.173 INFO O| Sep 15 04:03:03.173 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-15T04:03:04.177Z[ recovery-image] Sep 15 04:03:03.184 INFO O| Sep 15 04:03:03.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65262026-09-15T04:03:04.177Z[ recovery-image] Sep 15 04:03:03.184 INFO O| Sep 15 04:03:03.184 INFO STEP 276 (remove_files) COMPLETE
65272026-09-15T04:03:04.180Z[ recovery-image] Sep 15 04:03:03.184 INFO O| Sep 15 04:03:03.184 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-15T04:03:04.189Z[ recovery-image] Sep 15 04:03:03.196 INFO O| Sep 15 04:03:03.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65292026-09-15T04:03:04.189Z[ recovery-image] Sep 15 04:03:03.196 INFO O| Sep 15 04:03:03.196 INFO STEP 277 (remove_files) COMPLETE
65302026-09-15T04:03:04.189Z[ recovery-image] Sep 15 04:03:03.196 INFO O| Sep 15 04:03:03.196 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-15T04:03:04.201Z[ recovery-image] Sep 15 04:03:03.207 INFO O| Sep 15 04:03:03.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65322026-09-15T04:03:04.201Z[ recovery-image] Sep 15 04:03:03.207 INFO O| Sep 15 04:03:03.207 INFO STEP 278 (remove_files) COMPLETE
65332026-09-15T04:03:04.201Z[ recovery-image] Sep 15 04:03:03.207 INFO O| Sep 15 04:03:03.207 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-15T04:03:04.210Z[ recovery-image] Sep 15 04:03:03.218 INFO O| Sep 15 04:03:03.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65352026-09-15T04:03:04.211Z[ recovery-image] Sep 15 04:03:03.218 INFO O| Sep 15 04:03:03.218 INFO STEP 279 (remove_files) COMPLETE
65362026-09-15T04:03:04.211Z[ recovery-image] Sep 15 04:03:03.218 INFO O| Sep 15 04:03:03.218 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-15T04:03:04.220Z[ recovery-image] Sep 15 04:03:03.227 INFO O| Sep 15 04:03:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65382026-09-15T04:03:04.220Z[ recovery-image] Sep 15 04:03:03.227 INFO O| Sep 15 04:03:03.227 INFO STEP 280 (remove_files) COMPLETE
65392026-09-15T04:03:04.220Z[ recovery-image] Sep 15 04:03:03.227 INFO O| Sep 15 04:03:03.227 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-15T04:03:04.234Z[ recovery-image] Sep 15 04:03:03.238 INFO O| Sep 15 04:03:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65412026-09-15T04:03:04.234Z[ recovery-image] Sep 15 04:03:03.239 INFO O| Sep 15 04:03:03.239 INFO STEP 281 (remove_files) COMPLETE
65422026-09-15T04:03:04.234Z[ recovery-image] Sep 15 04:03:03.239 INFO O| Sep 15 04:03:03.239 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-15T04:03:04.242Z[ recovery-image] Sep 15 04:03:03.249 INFO O| Sep 15 04:03:03.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65442026-09-15T04:03:04.242Z[ recovery-image] Sep 15 04:03:03.249 INFO O| Sep 15 04:03:03.249 INFO STEP 282 (remove_files) COMPLETE
65452026-09-15T04:03:04.242Z[ recovery-image] Sep 15 04:03:03.249 INFO O| Sep 15 04:03:03.249 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-15T04:03:04.251Z[ recovery-image] Sep 15 04:03:03.258 INFO O| Sep 15 04:03:03.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65472026-09-15T04:03:04.251Z[ recovery-image] Sep 15 04:03:03.258 INFO O| Sep 15 04:03:03.258 INFO STEP 283 (remove_files) COMPLETE
65482026-09-15T04:03:04.251Z[ recovery-image] Sep 15 04:03:03.258 INFO O| Sep 15 04:03:03.258 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-15T04:03:04.260Z[ recovery-image] Sep 15 04:03:03.267 INFO O| Sep 15 04:03:03.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65502026-09-15T04:03:04.260Z[ recovery-image] Sep 15 04:03:03.267 INFO O| Sep 15 04:03:03.267 INFO STEP 284 (remove_files) COMPLETE
65512026-09-15T04:03:04.260Z[ recovery-image] Sep 15 04:03:03.267 INFO O| Sep 15 04:03:03.267 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-15T04:03:04.271Z[ recovery-image] Sep 15 04:03:03.278 INFO O| Sep 15 04:03:03.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65532026-09-15T04:03:04.271Z[ recovery-image] Sep 15 04:03:03.278 INFO O| Sep 15 04:03:03.278 INFO STEP 285 (remove_files) COMPLETE
65542026-09-15T04:03:04.271Z[ recovery-image] Sep 15 04:03:03.278 INFO O| Sep 15 04:03:03.278 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-15T04:03:04.281Z[ recovery-image] Sep 15 04:03:03.288 INFO O| Sep 15 04:03:03.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65562026-09-15T04:03:04.281Z[ recovery-image] Sep 15 04:03:03.288 INFO O| Sep 15 04:03:03.288 INFO STEP 286 (remove_files) COMPLETE
65572026-09-15T04:03:04.281Z[ recovery-image] Sep 15 04:03:03.288 INFO O| Sep 15 04:03:03.288 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-15T04:03:04.294Z[ recovery-image] Sep 15 04:03:03.300 INFO O| Sep 15 04:03:03.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65592026-09-15T04:03:04.294Z[ recovery-image] Sep 15 04:03:03.300 INFO O| Sep 15 04:03:03.300 INFO STEP 287 (remove_files) COMPLETE
65602026-09-15T04:03:04.295Z[ recovery-image] Sep 15 04:03:03.300 INFO O| Sep 15 04:03:03.300 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-15T04:03:04.303Z[ recovery-image] Sep 15 04:03:03.310 INFO O| Sep 15 04:03:03.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65622026-09-15T04:03:04.306Z[ recovery-image] Sep 15 04:03:03.310 INFO O| Sep 15 04:03:03.310 INFO STEP 288 (remove_files) COMPLETE
65632026-09-15T04:03:04.306Z[ recovery-image] Sep 15 04:03:03.310 INFO O| Sep 15 04:03:03.310 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-15T04:03:04.313Z[ recovery-image] Sep 15 04:03:03.320 INFO O| Sep 15 04:03:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65652026-09-15T04:03:04.313Z[ recovery-image] Sep 15 04:03:03.320 INFO O| Sep 15 04:03:03.320 INFO STEP 289 (remove_files) COMPLETE
65662026-09-15T04:03:04.313Z[ recovery-image] Sep 15 04:03:03.320 INFO O| Sep 15 04:03:03.320 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-09-15T04:03:04.324Z[ recovery-image] Sep 15 04:03:03.331 INFO O| Sep 15 04:03:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65682026-09-15T04:03:04.324Z[ recovery-image] Sep 15 04:03:03.331 INFO O| Sep 15 04:03:03.331 INFO STEP 290 (remove_files) COMPLETE
65692026-09-15T04:03:04.324Z[ recovery-image] Sep 15 04:03:03.331 INFO O| Sep 15 04:03:03.331 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-09-15T04:03:04.333Z[ recovery-image] Sep 15 04:03:03.340 INFO O| Sep 15 04:03:03.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65712026-09-15T04:03:04.333Z[ recovery-image] Sep 15 04:03:03.341 INFO O| Sep 15 04:03:03.341 INFO STEP 291 (remove_files) COMPLETE
65722026-09-15T04:03:04.333Z[ recovery-image] Sep 15 04:03:03.341 INFO O| Sep 15 04:03:03.341 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-09-15T04:03:04.342Z[ recovery-image] Sep 15 04:03:03.349 INFO O| Sep 15 04:03:03.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65742026-09-15T04:03:04.342Z[ recovery-image] Sep 15 04:03:03.349 INFO O| Sep 15 04:03:03.349 INFO STEP 292 (remove_files) COMPLETE
65752026-09-15T04:03:04.345Z[ recovery-image] Sep 15 04:03:03.349 INFO O| Sep 15 04:03:03.349 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-09-15T04:03:04.351Z[ recovery-image] Sep 15 04:03:03.358 INFO O| Sep 15 04:03:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65772026-09-15T04:03:04.351Z[ recovery-image] Sep 15 04:03:03.358 INFO O| Sep 15 04:03:03.358 INFO STEP 293 (remove_files) COMPLETE
65782026-09-15T04:03:04.351Z[ recovery-image] Sep 15 04:03:03.358 INFO O| Sep 15 04:03:03.358 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-09-15T04:03:04.360Z[ recovery-image] Sep 15 04:03:03.367 INFO O| Sep 15 04:03:03.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65802026-09-15T04:03:04.360Z[ recovery-image] Sep 15 04:03:03.367 INFO O| Sep 15 04:03:03.367 INFO STEP 294 (remove_files) COMPLETE
65812026-09-15T04:03:04.363Z[ recovery-image] Sep 15 04:03:03.367 INFO O| Sep 15 04:03:03.367 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-09-15T04:03:04.369Z[ recovery-image] Sep 15 04:03:03.376 INFO O| Sep 15 04:03:03.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65832026-09-15T04:03:04.373Z[ recovery-image] Sep 15 04:03:03.377 INFO O| Sep 15 04:03:03.377 INFO STEP 295 (remove_files) COMPLETE
65842026-09-15T04:03:04.373Z[ recovery-image] Sep 15 04:03:03.377 INFO O| Sep 15 04:03:03.377 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-09-15T04:03:04.380Z[ recovery-image] Sep 15 04:03:03.387 INFO O| Sep 15 04:03:03.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65862026-09-15T04:03:04.383Z[ recovery-image] Sep 15 04:03:03.388 INFO O| Sep 15 04:03:03.388 INFO STEP 296 (remove_files) COMPLETE
65872026-09-15T04:03:04.383Z[ recovery-image] Sep 15 04:03:03.388 INFO O| Sep 15 04:03:03.388 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-09-15T04:03:04.391Z[ recovery-image] Sep 15 04:03:03.398 INFO O| Sep 15 04:03:03.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65892026-09-15T04:03:04.391Z[ recovery-image] Sep 15 04:03:03.398 INFO O| Sep 15 04:03:03.398 INFO STEP 297 (remove_files) COMPLETE
65902026-09-15T04:03:04.391Z[ recovery-image] Sep 15 04:03:03.398 INFO O| Sep 15 04:03:03.398 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-09-15T04:03:04.400Z[ recovery-image] Sep 15 04:03:03.407 INFO O| Sep 15 04:03:03.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65922026-09-15T04:03:04.400Z[ recovery-image] Sep 15 04:03:03.407 INFO O| Sep 15 04:03:03.407 INFO STEP 298 (remove_files) COMPLETE
65932026-09-15T04:03:04.403Z[ recovery-image] Sep 15 04:03:03.407 INFO O| Sep 15 04:03:03.407 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-09-15T04:03:04.411Z[ recovery-image] Sep 15 04:03:03.418 INFO O| Sep 15 04:03:03.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65952026-09-15T04:03:04.411Z[ recovery-image] Sep 15 04:03:03.418 INFO O| Sep 15 04:03:03.418 INFO STEP 299 (remove_files) COMPLETE
65962026-09-15T04:03:04.414Z[ recovery-image] Sep 15 04:03:03.418 INFO O| Sep 15 04:03:03.418 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-09-15T04:03:04.420Z[ recovery-image] Sep 15 04:03:03.428 INFO O| Sep 15 04:03:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65982026-09-15T04:03:04.420Z[ recovery-image] Sep 15 04:03:03.428 INFO O| Sep 15 04:03:03.428 INFO STEP 300 (remove_files) COMPLETE
65992026-09-15T04:03:04.424Z[ recovery-image] Sep 15 04:03:03.428 INFO O| Sep 15 04:03:03.428 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-09-15T04:03:04.431Z[ recovery-image] Sep 15 04:03:03.438 INFO O| Sep 15 04:03:03.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
66012026-09-15T04:03:04.431Z[ recovery-image] Sep 15 04:03:03.438 INFO O| Sep 15 04:03:03.438 INFO STEP 301 (remove_files) COMPLETE
66022026-09-15T04:03:04.431Z[ recovery-image] Sep 15 04:03:03.438 INFO O| Sep 15 04:03:03.438 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-09-15T04:03:04.441Z[ recovery-image] Sep 15 04:03:03.449 INFO O| Sep 15 04:03:03.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
66042026-09-15T04:03:04.441Z[ recovery-image] Sep 15 04:03:03.449 INFO O| Sep 15 04:03:03.449 INFO STEP 302 (remove_files) COMPLETE
66052026-09-15T04:03:04.442Z[ recovery-image] Sep 15 04:03:03.449 INFO O| Sep 15 04:03:03.449 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-09-15T04:03:04.452Z[ recovery-image] Sep 15 04:03:03.459 INFO O| Sep 15 04:03:03.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
66072026-09-15T04:03:04.452Z[ recovery-image] Sep 15 04:03:03.459 INFO O| Sep 15 04:03:03.459 INFO STEP 303 (remove_files) COMPLETE
66082026-09-15T04:03:04.452Z[ recovery-image] Sep 15 04:03:03.459 INFO O| Sep 15 04:03:03.459 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-09-15T04:03:04.461Z[ recovery-image] Sep 15 04:03:03.468 INFO O| Sep 15 04:03:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
66102026-09-15T04:03:04.461Z[ recovery-image] Sep 15 04:03:03.468 INFO O| Sep 15 04:03:03.468 INFO STEP 304 (remove_files) COMPLETE
66112026-09-15T04:03:04.461Z[ recovery-image] Sep 15 04:03:03.468 INFO O| Sep 15 04:03:03.468 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-09-15T04:03:04.471Z[ recovery-image] Sep 15 04:03:03.478 INFO O| Sep 15 04:03:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66132026-09-15T04:03:04.471Z[ recovery-image] Sep 15 04:03:03.478 INFO O| Sep 15 04:03:03.478 INFO STEP 305 (remove_files) COMPLETE
66142026-09-15T04:03:04.474Z[ recovery-image] Sep 15 04:03:03.478 INFO O| Sep 15 04:03:03.478 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-09-15T04:03:04.481Z[ recovery-image] Sep 15 04:03:03.488 INFO O| Sep 15 04:03:03.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66162026-09-15T04:03:04.481Z[ recovery-image] Sep 15 04:03:03.488 INFO O| Sep 15 04:03:03.488 INFO STEP 306 (remove_files) COMPLETE
66172026-09-15T04:03:04.485Z[ recovery-image] Sep 15 04:03:03.488 INFO O| Sep 15 04:03:03.488 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-09-15T04:03:04.490Z[ recovery-image] Sep 15 04:03:03.497 INFO O| Sep 15 04:03:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66192026-09-15T04:03:04.490Z[ recovery-image] Sep 15 04:03:03.497 INFO O| Sep 15 04:03:03.497 INFO STEP 307 (remove_files) COMPLETE
66202026-09-15T04:03:04.490Z[ recovery-image] Sep 15 04:03:03.497 INFO O| Sep 15 04:03:03.497 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-09-15T04:03:04.499Z[ recovery-image] Sep 15 04:03:03.507 INFO O| Sep 15 04:03:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66222026-09-15T04:03:04.499Z[ recovery-image] Sep 15 04:03:03.507 INFO O| Sep 15 04:03:03.507 INFO STEP 308 (remove_files) COMPLETE
66232026-09-15T04:03:04.503Z[ recovery-image] Sep 15 04:03:03.507 INFO O| Sep 15 04:03:03.507 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-09-15T04:03:04.512Z[ recovery-image] Sep 15 04:03:03.520 INFO O| Sep 15 04:03:03.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66252026-09-15T04:03:04.512Z[ recovery-image] Sep 15 04:03:03.520 INFO O| Sep 15 04:03:03.519 INFO STEP 309 (remove_files) COMPLETE
66262026-09-15T04:03:04.512Z[ recovery-image] Sep 15 04:03:03.520 INFO O| Sep 15 04:03:03.519 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-09-15T04:03:04.523Z[ recovery-image] Sep 15 04:03:03.530 INFO O| Sep 15 04:03:03.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66282026-09-15T04:03:04.523Z[ recovery-image] Sep 15 04:03:03.530 INFO O| Sep 15 04:03:03.530 INFO STEP 310 (remove_files) COMPLETE
66292026-09-15T04:03:04.523Z[ recovery-image] Sep 15 04:03:03.530 INFO O| Sep 15 04:03:03.530 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-09-15T04:03:04.532Z[ recovery-image] Sep 15 04:03:03.539 INFO O| Sep 15 04:03:03.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66312026-09-15T04:03:04.532Z[ recovery-image] Sep 15 04:03:03.539 INFO O| Sep 15 04:03:03.539 INFO STEP 311 (remove_files) COMPLETE
66322026-09-15T04:03:04.535Z[ recovery-image] Sep 15 04:03:03.539 INFO O| Sep 15 04:03:03.539 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-09-15T04:03:04.542Z[ recovery-image] Sep 15 04:03:03.549 INFO O| Sep 15 04:03:03.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66342026-09-15T04:03:04.542Z[ recovery-image] Sep 15 04:03:03.549 INFO O| Sep 15 04:03:03.549 INFO STEP 312 (remove_files) COMPLETE
66352026-09-15T04:03:04.542Z[ recovery-image] Sep 15 04:03:03.549 INFO O| Sep 15 04:03:03.549 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-09-15T04:03:04.551Z[ recovery-image] Sep 15 04:03:03.559 INFO O| Sep 15 04:03:03.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66372026-09-15T04:03:04.552Z[ recovery-image] Sep 15 04:03:03.559 INFO O| Sep 15 04:03:03.559 INFO STEP 313 (remove_files) COMPLETE
66382026-09-15T04:03:04.555Z[ recovery-image] Sep 15 04:03:03.559 INFO O| Sep 15 04:03:03.559 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-09-15T04:03:04.562Z[ recovery-image] Sep 15 04:03:03.569 INFO O| Sep 15 04:03:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66402026-09-15T04:03:04.562Z[ recovery-image] Sep 15 04:03:03.569 INFO O| Sep 15 04:03:03.569 INFO STEP 314 (remove_files) COMPLETE
66412026-09-15T04:03:04.562Z[ recovery-image] Sep 15 04:03:03.569 INFO O| Sep 15 04:03:03.569 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-09-15T04:03:04.572Z[ recovery-image] Sep 15 04:03:03.579 INFO O| Sep 15 04:03:03.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66432026-09-15T04:03:04.575Z[ recovery-image] Sep 15 04:03:03.580 INFO O| Sep 15 04:03:03.580 INFO STEP 315 (remove_files) COMPLETE
66442026-09-15T04:03:04.575Z[ recovery-image] Sep 15 04:03:03.580 INFO O| Sep 15 04:03:03.580 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-09-15T04:03:04.584Z[ recovery-image] Sep 15 04:03:03.591 INFO O| Sep 15 04:03:03.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66462026-09-15T04:03:04.584Z[ recovery-image] Sep 15 04:03:03.591 INFO O| Sep 15 04:03:03.591 INFO STEP 316 (remove_files) COMPLETE
66472026-09-15T04:03:04.584Z[ recovery-image] Sep 15 04:03:03.591 INFO O| Sep 15 04:03:03.591 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-09-15T04:03:04.594Z[ recovery-image] Sep 15 04:03:03.601 INFO O| Sep 15 04:03:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66492026-09-15T04:03:04.594Z[ recovery-image] Sep 15 04:03:03.601 INFO O| Sep 15 04:03:03.601 INFO STEP 317 (remove_files) COMPLETE
66502026-09-15T04:03:04.597Z[ recovery-image] Sep 15 04:03:03.601 INFO O| Sep 15 04:03:03.601 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-15T04:03:04.604Z[ recovery-image] Sep 15 04:03:03.611 INFO O| Sep 15 04:03:03.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66522026-09-15T04:03:04.607Z[ recovery-image] Sep 15 04:03:03.612 INFO O| Sep 15 04:03:03.612 INFO STEP 318 (remove_files) COMPLETE
66532026-09-15T04:03:04.607Z[ recovery-image] Sep 15 04:03:03.612 INFO O| Sep 15 04:03:03.612 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-15T04:03:04.615Z[ recovery-image] Sep 15 04:03:03.622 INFO O| Sep 15 04:03:03.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66552026-09-15T04:03:04.615Z[ recovery-image] Sep 15 04:03:03.622 INFO O| Sep 15 04:03:03.622 INFO STEP 319 (remove_files) COMPLETE
66562026-09-15T04:03:04.618Z[ recovery-image] Sep 15 04:03:03.622 INFO O| Sep 15 04:03:03.622 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-15T04:03:04.624Z[ recovery-image] Sep 15 04:03:03.631 INFO O| Sep 15 04:03:03.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66582026-09-15T04:03:04.624Z[ recovery-image] Sep 15 04:03:03.631 INFO O| Sep 15 04:03:03.631 INFO STEP 320 (remove_files) COMPLETE
66592026-09-15T04:03:04.624Z[ recovery-image] Sep 15 04:03:03.631 INFO O| Sep 15 04:03:03.631 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-15T04:03:04.634Z[ recovery-image] Sep 15 04:03:03.641 INFO O| Sep 15 04:03:03.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66612026-09-15T04:03:04.634Z[ recovery-image] Sep 15 04:03:03.641 INFO O| Sep 15 04:03:03.641 INFO STEP 321 (remove_files) COMPLETE
66622026-09-15T04:03:04.637Z[ recovery-image] Sep 15 04:03:03.641 INFO O| Sep 15 04:03:03.641 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-15T04:03:04.643Z[ recovery-image] Sep 15 04:03:03.651 INFO O| Sep 15 04:03:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66642026-09-15T04:03:04.643Z[ recovery-image] Sep 15 04:03:03.651 INFO O| Sep 15 04:03:03.651 INFO STEP 322 (remove_files) COMPLETE
66652026-09-15T04:03:04.643Z[ recovery-image] Sep 15 04:03:03.651 INFO O| Sep 15 04:03:03.651 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-15T04:03:04.653Z[ recovery-image] Sep 15 04:03:03.660 INFO O| Sep 15 04:03:03.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66672026-09-15T04:03:04.656Z[ recovery-image] Sep 15 04:03:03.661 INFO O| Sep 15 04:03:03.661 INFO STEP 323 (remove_files) COMPLETE
66682026-09-15T04:03:04.656Z[ recovery-image] Sep 15 04:03:03.661 INFO O| Sep 15 04:03:03.661 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-15T04:03:04.663Z[ recovery-image] Sep 15 04:03:03.671 INFO O| Sep 15 04:03:03.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66702026-09-15T04:03:04.663Z[ recovery-image] Sep 15 04:03:03.671 INFO O| Sep 15 04:03:03.671 INFO STEP 324 (remove_files) COMPLETE
66712026-09-15T04:03:04.663Z[ recovery-image] Sep 15 04:03:03.671 INFO O| Sep 15 04:03:03.671 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-15T04:03:04.673Z[ recovery-image] Sep 15 04:03:03.680 INFO O| Sep 15 04:03:03.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66732026-09-15T04:03:04.673Z[ recovery-image] Sep 15 04:03:03.681 INFO O| Sep 15 04:03:03.681 INFO STEP 325 (remove_files) COMPLETE
66742026-09-15T04:03:04.673Z[ recovery-image] Sep 15 04:03:03.681 INFO O| Sep 15 04:03:03.681 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-15T04:03:04.683Z[ recovery-image] Sep 15 04:03:03.690 INFO O| Sep 15 04:03:03.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66762026-09-15T04:03:04.687Z[ recovery-image] Sep 15 04:03:03.691 INFO O| Sep 15 04:03:03.691 INFO STEP 326 (remove_files) COMPLETE
66772026-09-15T04:03:04.687Z[ recovery-image] Sep 15 04:03:03.691 INFO O| Sep 15 04:03:03.691 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-15T04:03:04.695Z[ recovery-image] Sep 15 04:03:03.702 INFO O| Sep 15 04:03:03.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66792026-09-15T04:03:04.695Z[ recovery-image] Sep 15 04:03:03.703 INFO O| Sep 15 04:03:03.702 INFO STEP 327 (remove_files) COMPLETE
66802026-09-15T04:03:04.695Z[ recovery-image] Sep 15 04:03:03.703 INFO O| Sep 15 04:03:03.702 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-15T04:03:04.707Z[ recovery-image] Sep 15 04:03:03.714 INFO O| Sep 15 04:03:03.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66822026-09-15T04:03:04.707Z[ recovery-image] Sep 15 04:03:03.714 INFO O| Sep 15 04:03:03.714 INFO STEP 328 (remove_files) COMPLETE
66832026-09-15T04:03:04.707Z[ recovery-image] Sep 15 04:03:03.714 INFO O| Sep 15 04:03:03.714 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-15T04:03:04.718Z[ recovery-image] Sep 15 04:03:03.725 INFO O| Sep 15 04:03:03.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66852026-09-15T04:03:04.718Z[ recovery-image] Sep 15 04:03:03.725 INFO O| Sep 15 04:03:03.725 INFO STEP 329 (remove_files) COMPLETE
66862026-09-15T04:03:04.718Z[ recovery-image] Sep 15 04:03:03.725 INFO O| Sep 15 04:03:03.725 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-15T04:03:04.728Z[ recovery-image] Sep 15 04:03:03.735 INFO O| Sep 15 04:03:03.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66882026-09-15T04:03:04.728Z[ recovery-image] Sep 15 04:03:03.735 INFO O| Sep 15 04:03:03.735 INFO STEP 330 (remove_files) COMPLETE
66892026-09-15T04:03:04.728Z[ recovery-image] Sep 15 04:03:03.735 INFO O| Sep 15 04:03:03.735 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-15T04:03:04.738Z[ recovery-image] Sep 15 04:03:03.745 INFO O| Sep 15 04:03:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66912026-09-15T04:03:04.738Z[ recovery-image] Sep 15 04:03:03.746 INFO O| Sep 15 04:03:03.746 INFO STEP 331 (remove_files) COMPLETE
66922026-09-15T04:03:04.738Z[ recovery-image] Sep 15 04:03:03.746 INFO O| Sep 15 04:03:03.746 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-15T04:03:04.750Z[ recovery-image] Sep 15 04:03:03.756 INFO O| Sep 15 04:03:03.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66942026-09-15T04:03:04.750Z[ recovery-image] Sep 15 04:03:03.756 INFO O| Sep 15 04:03:03.756 INFO STEP 332 (remove_files) COMPLETE
66952026-09-15T04:03:04.750Z[ recovery-image] Sep 15 04:03:03.756 INFO O| Sep 15 04:03:03.756 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-15T04:03:04.760Z[ recovery-image] Sep 15 04:03:03.767 INFO O| Sep 15 04:03:03.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66972026-09-15T04:03:04.760Z[ recovery-image] Sep 15 04:03:03.767 INFO O| Sep 15 04:03:03.767 INFO STEP 333 (remove_files) COMPLETE
66982026-09-15T04:03:04.760Z[ recovery-image] Sep 15 04:03:03.767 INFO O| Sep 15 04:03:03.767 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-15T04:03:04.770Z[ recovery-image] Sep 15 04:03:03.778 INFO O| Sep 15 04:03:03.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
67002026-09-15T04:03:04.770Z[ recovery-image] Sep 15 04:03:03.778 INFO O| Sep 15 04:03:03.778 INFO STEP 334 (remove_files) COMPLETE
67012026-09-15T04:03:04.770Z[ recovery-image] Sep 15 04:03:03.778 INFO O| Sep 15 04:03:03.778 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-15T04:03:04.781Z[ recovery-image] Sep 15 04:03:03.789 INFO O| Sep 15 04:03:03.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
67032026-09-15T04:03:04.781Z[ recovery-image] Sep 15 04:03:03.789 INFO O| Sep 15 04:03:03.789 INFO STEP 335 (remove_files) COMPLETE
67042026-09-15T04:03:04.782Z[ recovery-image] Sep 15 04:03:03.789 INFO O| Sep 15 04:03:03.789 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-15T04:03:04.793Z[ recovery-image] Sep 15 04:03:03.800 INFO O| Sep 15 04:03:03.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
67062026-09-15T04:03:04.793Z[ recovery-image] Sep 15 04:03:03.800 INFO O| Sep 15 04:03:03.800 INFO STEP 336 (remove_files) COMPLETE
67072026-09-15T04:03:04.793Z[ recovery-image] Sep 15 04:03:03.800 INFO O| Sep 15 04:03:03.800 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-15T04:03:04.804Z[ recovery-image] Sep 15 04:03:03.811 INFO O| Sep 15 04:03:03.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
67092026-09-15T04:03:04.804Z[ recovery-image] Sep 15 04:03:03.811 INFO O| Sep 15 04:03:03.811 INFO STEP 337 (remove_files) COMPLETE
67102026-09-15T04:03:04.807Z[ recovery-image] Sep 15 04:03:03.811 INFO O| Sep 15 04:03:03.811 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-15T04:03:04.814Z[ recovery-image] Sep 15 04:03:03.822 INFO O| Sep 15 04:03:03.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67122026-09-15T04:03:04.814Z[ recovery-image] Sep 15 04:03:03.822 INFO O| Sep 15 04:03:03.822 INFO STEP 338 (remove_files) COMPLETE
67132026-09-15T04:03:04.818Z[ recovery-image] Sep 15 04:03:03.822 INFO O| Sep 15 04:03:03.822 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-15T04:03:04.823Z[ recovery-image] Sep 15 04:03:03.831 INFO O| Sep 15 04:03:03.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67152026-09-15T04:03:04.824Z[ recovery-image] Sep 15 04:03:03.831 INFO O| Sep 15 04:03:03.831 INFO STEP 339 (remove_files) COMPLETE
67162026-09-15T04:03:04.824Z[ recovery-image] Sep 15 04:03:03.831 INFO O| Sep 15 04:03:03.831 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-09-15T04:03:04.833Z[ recovery-image] Sep 15 04:03:03.840 INFO O| Sep 15 04:03:03.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67182026-09-15T04:03:04.833Z[ recovery-image] Sep 15 04:03:03.840 INFO O| Sep 15 04:03:03.840 INFO STEP 340 (remove_files) COMPLETE
67192026-09-15T04:03:04.833Z[ recovery-image] Sep 15 04:03:03.840 INFO O| Sep 15 04:03:03.840 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-09-15T04:03:04.841Z[ recovery-image] Sep 15 04:03:03.849 INFO O| Sep 15 04:03:03.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67212026-09-15T04:03:04.841Z[ recovery-image] Sep 15 04:03:03.849 INFO O| Sep 15 04:03:03.849 INFO STEP 341 (remove_files) COMPLETE
67222026-09-15T04:03:04.841Z[ recovery-image] Sep 15 04:03:03.849 INFO O| Sep 15 04:03:03.849 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-09-15T04:03:04.851Z[ recovery-image] Sep 15 04:03:03.858 INFO O| Sep 15 04:03:03.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67242026-09-15T04:03:04.851Z[ recovery-image] Sep 15 04:03:03.858 INFO O| Sep 15 04:03:03.858 INFO STEP 342 (remove_files) COMPLETE
67252026-09-15T04:03:04.851Z[ recovery-image] Sep 15 04:03:03.858 INFO O| Sep 15 04:03:03.858 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-09-15T04:03:04.861Z[ recovery-image] Sep 15 04:03:03.868 INFO O| Sep 15 04:03:03.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67272026-09-15T04:03:04.861Z[ recovery-image] Sep 15 04:03:03.868 INFO O| Sep 15 04:03:03.868 INFO STEP 343 (remove_files) COMPLETE
67282026-09-15T04:03:04.864Z[ recovery-image] Sep 15 04:03:03.868 INFO O| Sep 15 04:03:03.868 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-09-15T04:03:04.871Z[ recovery-image] Sep 15 04:03:03.878 INFO O| Sep 15 04:03:03.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67302026-09-15T04:03:04.871Z[ recovery-image] Sep 15 04:03:03.879 INFO O| Sep 15 04:03:03.879 INFO STEP 344 (remove_files) COMPLETE
67312026-09-15T04:03:04.874Z[ recovery-image] Sep 15 04:03:03.879 INFO O| Sep 15 04:03:03.879 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-09-15T04:03:04.882Z[ recovery-image] Sep 15 04:03:03.889 INFO O| Sep 15 04:03:03.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67332026-09-15T04:03:04.882Z[ recovery-image] Sep 15 04:03:03.889 INFO O| Sep 15 04:03:03.889 INFO STEP 345 (remove_files) COMPLETE
67342026-09-15T04:03:04.882Z[ recovery-image] Sep 15 04:03:03.889 INFO O| Sep 15 04:03:03.889 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-09-15T04:03:04.893Z[ recovery-image] Sep 15 04:03:03.899 INFO O| Sep 15 04:03:03.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67362026-09-15T04:03:04.893Z[ recovery-image] Sep 15 04:03:03.899 INFO O| Sep 15 04:03:03.899 INFO STEP 346 (remove_files) COMPLETE
67372026-09-15T04:03:04.893Z[ recovery-image] Sep 15 04:03:03.899 INFO O| Sep 15 04:03:03.899 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-09-15T04:03:04.902Z[ recovery-image] Sep 15 04:03:03.909 INFO O| Sep 15 04:03:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67392026-09-15T04:03:04.902Z[ recovery-image] Sep 15 04:03:03.909 INFO O| Sep 15 04:03:03.909 INFO STEP 347 (remove_files) COMPLETE
67402026-09-15T04:03:04.902Z[ recovery-image] Sep 15 04:03:03.909 INFO O| Sep 15 04:03:03.909 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-09-15T04:03:04.911Z[ recovery-image] Sep 15 04:03:03.918 INFO O| Sep 15 04:03:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67422026-09-15T04:03:04.911Z[ recovery-image] Sep 15 04:03:03.919 INFO O| Sep 15 04:03:03.919 INFO STEP 348 (remove_files) COMPLETE
67432026-09-15T04:03:04.911Z[ recovery-image] Sep 15 04:03:03.919 INFO O| Sep 15 04:03:03.919 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-09-15T04:03:04.920Z[ recovery-image] Sep 15 04:03:03.927 INFO O| Sep 15 04:03:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67452026-09-15T04:03:04.920Z[ recovery-image] Sep 15 04:03:03.927 INFO O| Sep 15 04:03:03.927 INFO STEP 349 (remove_files) COMPLETE
67462026-09-15T04:03:04.920Z[ recovery-image] Sep 15 04:03:03.927 INFO O| Sep 15 04:03:03.927 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-09-15T04:03:04.923Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
67482026-09-15T04:03:04.930Z[ recovery-image] Sep 15 04:03:03.937 INFO O| Sep 15 04:03:03.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67492026-09-15T04:03:04.930Z[ recovery-image] Sep 15 04:03:03.937 INFO O| Sep 15 04:03:03.937 INFO STEP 350 (remove_files) COMPLETE
67502026-09-15T04:03:04.933Z[ recovery-image] Sep 15 04:03:03.937 INFO O| Sep 15 04:03:03.937 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-15T04:03:04.939Z[ recovery-image] Sep 15 04:03:03.947 INFO O| Sep 15 04:03:03.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67522026-09-15T04:03:04.939Z[ recovery-image] Sep 15 04:03:03.947 INFO O| Sep 15 04:03:03.947 INFO STEP 351 (remove_files) COMPLETE
67532026-09-15T04:03:04.942Z[ recovery-image] Sep 15 04:03:03.947 INFO O| Sep 15 04:03:03.947 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-15T04:03:04.951Z[ recovery-image] Sep 15 04:03:03.956 INFO O| Sep 15 04:03:03.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67552026-09-15T04:03:04.951Z[ recovery-image] Sep 15 04:03:03.956 INFO O| Sep 15 04:03:03.956 INFO STEP 352 (remove_files) COMPLETE
67562026-09-15T04:03:04.951Z[ recovery-image] Sep 15 04:03:03.956 INFO O| Sep 15 04:03:03.956 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-15T04:03:04.958Z[ recovery-image] Sep 15 04:03:03.965 INFO O| Sep 15 04:03:03.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67582026-09-15T04:03:04.961Z[ recovery-image] Sep 15 04:03:03.966 INFO O| Sep 15 04:03:03.966 INFO STEP 353 (remove_files) COMPLETE
67592026-09-15T04:03:04.961Z[ recovery-image] Sep 15 04:03:03.966 INFO O| Sep 15 04:03:03.966 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-15T04:03:05.006Z[ recovery-image] Sep 15 04:03:04.013 INFO O| Sep 15 04:03:04.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67612026-09-15T04:03:05.006Z[ recovery-image] Sep 15 04:03:04.013 INFO O| Sep 15 04:03:04.013 INFO STEP 354 (remove_files) COMPLETE
67622026-09-15T04:03:05.006Z[ recovery-image] Sep 15 04:03:04.013 INFO O| Sep 15 04:03:04.013 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-15T04:03:05.016Z[ recovery-image] Sep 15 04:03:04.023 INFO O| Sep 15 04:03:04.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67642026-09-15T04:03:05.016Z[ recovery-image] Sep 15 04:03:04.023 INFO O| Sep 15 04:03:04.023 INFO STEP 355 (remove_files) COMPLETE
67652026-09-15T04:03:05.019Z[ recovery-image] Sep 15 04:03:04.023 INFO O| Sep 15 04:03:04.023 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-15T04:03:05.033Z[ recovery-image] Sep 15 04:03:04.040 INFO O| Sep 15 04:03:04.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67672026-09-15T04:03:05.033Z[ recovery-image] Sep 15 04:03:04.040 INFO O| Sep 15 04:03:04.040 INFO STEP 356 (remove_files) COMPLETE
67682026-09-15T04:03:05.033Z[ recovery-image] Sep 15 04:03:04.040 INFO O| Sep 15 04:03:04.040 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-15T04:03:05.043Z[ recovery-image] Sep 15 04:03:04.050 INFO O| Sep 15 04:03:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67702026-09-15T04:03:05.046Z[ recovery-image] Sep 15 04:03:04.051 INFO O| Sep 15 04:03:04.051 INFO STEP 357 (remove_files) COMPLETE
67712026-09-15T04:03:05.046Z[ recovery-image] Sep 15 04:03:04.051 INFO O| Sep 15 04:03:04.051 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-15T04:03:05.053Z[ recovery-image] Sep 15 04:03:04.060 INFO O| Sep 15 04:03:04.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67732026-09-15T04:03:05.053Z[ recovery-image] Sep 15 04:03:04.060 INFO O| Sep 15 04:03:04.060 INFO STEP 358 (remove_files) COMPLETE
67742026-09-15T04:03:05.056Z[ recovery-image] Sep 15 04:03:04.060 INFO O| Sep 15 04:03:04.060 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-15T04:03:05.062Z[ recovery-image] Sep 15 04:03:04.069 INFO O| Sep 15 04:03:04.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67762026-09-15T04:03:05.062Z[ recovery-image] Sep 15 04:03:04.069 INFO O| Sep 15 04:03:04.069 INFO STEP 359 (remove_files) COMPLETE
67772026-09-15T04:03:05.062Z[ recovery-image] Sep 15 04:03:04.069 INFO O| Sep 15 04:03:04.069 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-15T04:03:05.072Z[ recovery-image] Sep 15 04:03:04.079 INFO O| Sep 15 04:03:04.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67792026-09-15T04:03:05.072Z[ recovery-image] Sep 15 04:03:04.079 INFO O| Sep 15 04:03:04.079 INFO STEP 360 (remove_files) COMPLETE
67802026-09-15T04:03:05.075Z[ recovery-image] Sep 15 04:03:04.079 INFO O| Sep 15 04:03:04.079 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-15T04:03:05.083Z[ recovery-image] Sep 15 04:03:04.089 INFO O| Sep 15 04:03:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67822026-09-15T04:03:05.083Z[ recovery-image] Sep 15 04:03:04.089 INFO O| Sep 15 04:03:04.089 INFO STEP 361 (remove_files) COMPLETE
67832026-09-15T04:03:05.083Z[ recovery-image] Sep 15 04:03:04.089 INFO O| Sep 15 04:03:04.089 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-15T04:03:05.093Z[ recovery-image] Sep 15 04:03:04.100 INFO O| Sep 15 04:03:04.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67852026-09-15T04:03:05.093Z[ recovery-image] Sep 15 04:03:04.100 INFO O| Sep 15 04:03:04.100 INFO STEP 362 (remove_files) COMPLETE
67862026-09-15T04:03:05.093Z[ recovery-image] Sep 15 04:03:04.100 INFO O| Sep 15 04:03:04.100 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-15T04:03:05.103Z[ recovery-image] Sep 15 04:03:04.110 INFO O| Sep 15 04:03:04.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67882026-09-15T04:03:05.103Z[ recovery-image] Sep 15 04:03:04.111 INFO O| Sep 15 04:03:04.110 INFO STEP 363 (remove_files) COMPLETE
67892026-09-15T04:03:05.103Z[ recovery-image] Sep 15 04:03:04.111 INFO O| Sep 15 04:03:04.111 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-15T04:03:05.110Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
67912026-09-15T04:03:05.113Z[ recovery-image] Sep 15 04:03:04.121 INFO O| Sep 15 04:03:04.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67922026-09-15T04:03:05.114Z[ recovery-image] Sep 15 04:03:04.121 INFO O| Sep 15 04:03:04.121 INFO STEP 364 (remove_files) COMPLETE
67932026-09-15T04:03:05.117Z[ recovery-image] Sep 15 04:03:04.121 INFO O| Sep 15 04:03:04.121 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-09-15T04:03:05.125Z[ recovery-image] Sep 15 04:03:04.132 INFO O| Sep 15 04:03:04.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67952026-09-15T04:03:05.125Z[ recovery-image] Sep 15 04:03:04.132 INFO O| Sep 15 04:03:04.132 INFO STEP 365 (remove_files) COMPLETE
67962026-09-15T04:03:05.128Z[ recovery-image] Sep 15 04:03:04.132 INFO O| Sep 15 04:03:04.132 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-09-15T04:03:05.135Z[ recovery-image] Sep 15 04:03:04.143 INFO O| Sep 15 04:03:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67982026-09-15T04:03:05.135Z[ recovery-image] Sep 15 04:03:04.143 INFO O| Sep 15 04:03:04.143 INFO STEP 366 (remove_files) COMPLETE
67992026-09-15T04:03:05.135Z[ recovery-image] Sep 15 04:03:04.143 INFO O| Sep 15 04:03:04.143 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-09-15T04:03:05.146Z[ recovery-image] Sep 15 04:03:04.154 INFO O| Sep 15 04:03:04.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
68012026-09-15T04:03:05.146Z[ recovery-image] Sep 15 04:03:04.154 INFO O| Sep 15 04:03:04.154 INFO STEP 367 (remove_files) COMPLETE
68022026-09-15T04:03:05.150Z[ recovery-image] Sep 15 04:03:04.154 INFO O| Sep 15 04:03:04.154 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-09-15T04:03:05.157Z[ recovery-image] Sep 15 04:03:04.164 INFO O| Sep 15 04:03:04.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
68042026-09-15T04:03:05.157Z[ recovery-image] Sep 15 04:03:04.164 INFO O| Sep 15 04:03:04.164 INFO STEP 368 (remove_files) COMPLETE
68052026-09-15T04:03:05.157Z[ recovery-image] Sep 15 04:03:04.164 INFO O| Sep 15 04:03:04.164 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-09-15T04:03:05.172Z[ recovery-image] Sep 15 04:03:04.180 INFO O| Sep 15 04:03:04.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
68072026-09-15T04:03:05.172Z[ recovery-image] Sep 15 04:03:04.180 INFO O| Sep 15 04:03:04.180 INFO STEP 369 (remove_files) COMPLETE
68082026-09-15T04:03:05.172Z[ recovery-image] Sep 15 04:03:04.180 INFO O| Sep 15 04:03:04.180 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-09-15T04:03:05.186Z[ recovery-image] Sep 15 04:03:04.193 INFO O| Sep 15 04:03:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
68102026-09-15T04:03:05.186Z[ recovery-image] Sep 15 04:03:04.193 INFO O| Sep 15 04:03:04.193 INFO STEP 370 (remove_files) COMPLETE
68112026-09-15T04:03:05.186Z[ recovery-image] Sep 15 04:03:04.193 INFO O| Sep 15 04:03:04.193 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-09-15T04:03:05.199Z[ recovery-image] Sep 15 04:03:04.206 INFO O| Sep 15 04:03:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68132026-09-15T04:03:05.199Z[ recovery-image] Sep 15 04:03:04.206 INFO O| Sep 15 04:03:04.206 INFO STEP 371 (remove_files) COMPLETE
68142026-09-15T04:03:05.199Z[ recovery-image] Sep 15 04:03:04.206 INFO O| Sep 15 04:03:04.206 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-09-15T04:03:05.209Z[ recovery-image] Sep 15 04:03:04.217 INFO O| Sep 15 04:03:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68162026-09-15T04:03:05.209Z[ recovery-image] Sep 15 04:03:04.217 INFO O| Sep 15 04:03:04.217 INFO STEP 372 (remove_files) COMPLETE
68172026-09-15T04:03:05.210Z[ recovery-image] Sep 15 04:03:04.217 INFO O| Sep 15 04:03:04.217 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-09-15T04:03:05.220Z[ recovery-image] Sep 15 04:03:04.227 INFO O| Sep 15 04:03:04.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68192026-09-15T04:03:05.220Z[ recovery-image] Sep 15 04:03:04.227 INFO O| Sep 15 04:03:04.227 INFO STEP 373 (remove_files) COMPLETE
68202026-09-15T04:03:05.223Z[ recovery-image] Sep 15 04:03:04.227 INFO O| Sep 15 04:03:04.227 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-15T04:03:05.230Z[ recovery-image] Sep 15 04:03:04.237 INFO O| Sep 15 04:03:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68222026-09-15T04:03:05.230Z[ recovery-image] Sep 15 04:03:04.237 INFO O| Sep 15 04:03:04.237 INFO STEP 374 (remove_files) COMPLETE
68232026-09-15T04:03:05.230Z[ recovery-image] Sep 15 04:03:04.237 INFO O| Sep 15 04:03:04.237 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-15T04:03:05.240Z[ recovery-image] Sep 15 04:03:04.247 INFO O| Sep 15 04:03:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68252026-09-15T04:03:05.240Z[ recovery-image] Sep 15 04:03:04.248 INFO O| Sep 15 04:03:04.248 INFO STEP 375 (remove_files) COMPLETE
68262026-09-15T04:03:05.240Z[ recovery-image] Sep 15 04:03:04.248 INFO O| Sep 15 04:03:04.248 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-09-15T04:03:05.250Z[ recovery-image] Sep 15 04:03:04.257 INFO O| Sep 15 04:03:04.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68282026-09-15T04:03:05.250Z[ recovery-image] Sep 15 04:03:04.257 INFO O| Sep 15 04:03:04.257 INFO STEP 376 (remove_files) COMPLETE
68292026-09-15T04:03:05.256Z[ recovery-image] Sep 15 04:03:04.257 INFO O| Sep 15 04:03:04.257 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.272 INFO O| Sep 15 04:03:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68312026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.272 INFO O| Sep 15 04:03:04.272 INFO STEP 377 (remove_files) COMPLETE
68322026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.272 INFO O| Sep 15 04:03:04.272 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.283 INFO O| Sep 15 04:03:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68342026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.283 INFO O| Sep 15 04:03:04.283 INFO STEP 378 (remove_files) COMPLETE
68352026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.283 INFO O| Sep 15 04:03:04.283 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.294 INFO O| Sep 15 04:03:04.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68372026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.294 INFO O| Sep 15 04:03:04.294 INFO STEP 379 (remove_files) COMPLETE
68382026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.294 INFO O| Sep 15 04:03:04.294 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.313 INFO O| Sep 15 04:03:04.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68402026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.313 INFO O| Sep 15 04:03:04.313 INFO STEP 380 (remove_files) COMPLETE
68412026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.313 INFO O| Sep 15 04:03:04.313 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.322 INFO O| Sep 15 04:03:04.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68432026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.322 INFO O| Sep 15 04:03:04.322 INFO STEP 381 (remove_files) COMPLETE
68442026-09-15T04:03:05.328Z[ recovery-image] Sep 15 04:03:04.322 INFO O| Sep 15 04:03:04.322 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-15T04:03:05.331Z[ recovery-image] Sep 15 04:03:04.335 INFO O| Sep 15 04:03:04.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68462026-09-15T04:03:05.331Z[ recovery-image] Sep 15 04:03:04.335 INFO O| Sep 15 04:03:04.335 INFO STEP 382 (remove_files) COMPLETE
68472026-09-15T04:03:05.331Z[ recovery-image] Sep 15 04:03:04.335 INFO O| Sep 15 04:03:04.335 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-15T04:03:05.337Z[ recovery-image] Sep 15 04:03:04.345 INFO O| Sep 15 04:03:04.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68492026-09-15T04:03:05.337Z[ recovery-image] Sep 15 04:03:04.345 INFO O| Sep 15 04:03:04.345 INFO STEP 383 (remove_files) COMPLETE
68502026-09-15T04:03:05.341Z[ recovery-image] Sep 15 04:03:04.345 INFO O| Sep 15 04:03:04.345 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-15T04:03:05.348Z[ recovery-image] Sep 15 04:03:04.355 INFO O| Sep 15 04:03:04.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68522026-09-15T04:03:05.348Z[ recovery-image] Sep 15 04:03:04.355 INFO O| Sep 15 04:03:04.355 INFO STEP 384 (remove_files) COMPLETE
68532026-09-15T04:03:05.348Z[ recovery-image] Sep 15 04:03:04.355 INFO O| Sep 15 04:03:04.355 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-15T04:03:05.359Z[ recovery-image] Sep 15 04:03:04.366 INFO O| Sep 15 04:03:04.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68552026-09-15T04:03:05.359Z[ recovery-image] Sep 15 04:03:04.366 INFO O| Sep 15 04:03:04.366 INFO STEP 385 (remove_files) COMPLETE
68562026-09-15T04:03:05.359Z[ recovery-image] Sep 15 04:03:04.366 INFO O| Sep 15 04:03:04.366 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-15T04:03:05.369Z[ recovery-image] Sep 15 04:03:04.376 INFO O| Sep 15 04:03:04.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68582026-09-15T04:03:05.369Z[ recovery-image] Sep 15 04:03:04.377 INFO O| Sep 15 04:03:04.377 INFO STEP 386 (remove_files) COMPLETE
68592026-09-15T04:03:05.369Z[ recovery-image] Sep 15 04:03:04.377 INFO O| Sep 15 04:03:04.377 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-15T04:03:05.380Z[ recovery-image] Sep 15 04:03:04.387 INFO O| Sep 15 04:03:04.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68612026-09-15T04:03:05.380Z[ recovery-image] Sep 15 04:03:04.387 INFO O| Sep 15 04:03:04.387 INFO STEP 387 (remove_files) COMPLETE
68622026-09-15T04:03:05.380Z[ recovery-image] Sep 15 04:03:04.387 INFO O| Sep 15 04:03:04.387 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-15T04:03:05.389Z[ recovery-image] Sep 15 04:03:04.396 INFO O| Sep 15 04:03:04.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68642026-09-15T04:03:05.389Z[ recovery-image] Sep 15 04:03:04.397 INFO O| Sep 15 04:03:04.396 INFO STEP 388 (remove_files) COMPLETE
68652026-09-15T04:03:05.389Z[ recovery-image] Sep 15 04:03:04.397 INFO O| Sep 15 04:03:04.396 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-15T04:03:05.399Z[ recovery-image] Sep 15 04:03:04.406 INFO O| Sep 15 04:03:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68672026-09-15T04:03:05.399Z[ recovery-image] Sep 15 04:03:04.406 INFO O| Sep 15 04:03:04.406 INFO STEP 389 (remove_files) COMPLETE
68682026-09-15T04:03:05.399Z[ recovery-image] Sep 15 04:03:04.406 INFO O| Sep 15 04:03:04.406 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-15T04:03:05.409Z[ recovery-image] Sep 15 04:03:04.416 INFO O| Sep 15 04:03:04.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68702026-09-15T04:03:05.409Z[ recovery-image] Sep 15 04:03:04.416 INFO O| Sep 15 04:03:04.416 INFO STEP 390 (remove_files) COMPLETE
68712026-09-15T04:03:05.409Z[ recovery-image] Sep 15 04:03:04.416 INFO O| Sep 15 04:03:04.416 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-15T04:03:05.418Z[ recovery-image] Sep 15 04:03:04.426 INFO O| Sep 15 04:03:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68732026-09-15T04:03:05.419Z[ recovery-image] Sep 15 04:03:04.426 INFO O| Sep 15 04:03:04.426 INFO STEP 391 (remove_files) COMPLETE
68742026-09-15T04:03:05.422Z[ recovery-image] Sep 15 04:03:04.426 INFO O| Sep 15 04:03:04.426 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-15T04:03:05.428Z[ recovery-image] Sep 15 04:03:04.435 INFO O| Sep 15 04:03:04.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68762026-09-15T04:03:05.428Z[ recovery-image] Sep 15 04:03:04.436 INFO O| Sep 15 04:03:04.436 INFO STEP 392 (remove_files) COMPLETE
68772026-09-15T04:03:05.428Z[ recovery-image] Sep 15 04:03:04.436 INFO O| Sep 15 04:03:04.436 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-15T04:03:05.445Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
68792026-09-15T04:03:05.448Z[ recovery-image] Sep 15 04:03:04.445 INFO O| Sep 15 04:03:04.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68802026-09-15T04:03:05.449Z[ recovery-image] Sep 15 04:03:04.445 INFO O| Sep 15 04:03:04.445 INFO STEP 393 (remove_files) COMPLETE
68812026-09-15T04:03:05.449Z[ recovery-image] Sep 15 04:03:04.445 INFO O| Sep 15 04:03:04.445 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-15T04:03:05.452Z[ recovery-image] Sep 15 04:03:04.456 INFO O| Sep 15 04:03:04.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68832026-09-15T04:03:05.452Z[ recovery-image] Sep 15 04:03:04.456 INFO O| Sep 15 04:03:04.456 INFO STEP 394 (remove_files) COMPLETE
68842026-09-15T04:03:05.452Z[ recovery-image] Sep 15 04:03:04.456 INFO O| Sep 15 04:03:04.456 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-09-15T04:03:05.460Z[ recovery-image] Sep 15 04:03:04.467 INFO O| Sep 15 04:03:04.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68862026-09-15T04:03:05.460Z[ recovery-image] Sep 15 04:03:04.467 INFO O| Sep 15 04:03:04.467 INFO STEP 395 (remove_files) COMPLETE
68872026-09-15T04:03:05.460Z[ recovery-image] Sep 15 04:03:04.467 INFO O| Sep 15 04:03:04.467 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-09-15T04:03:05.470Z[ recovery-image] Sep 15 04:03:04.477 INFO O| Sep 15 04:03:04.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68892026-09-15T04:03:05.470Z[ recovery-image] Sep 15 04:03:04.477 INFO O| Sep 15 04:03:04.477 INFO STEP 396 (remove_files) COMPLETE
68902026-09-15T04:03:05.470Z[ recovery-image] Sep 15 04:03:04.477 INFO O| Sep 15 04:03:04.477 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-09-15T04:03:05.481Z[ recovery-image] Sep 15 04:03:04.488 INFO O| Sep 15 04:03:04.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68922026-09-15T04:03:05.481Z[ recovery-image] Sep 15 04:03:04.488 INFO O| Sep 15 04:03:04.488 INFO STEP 397 (remove_files) COMPLETE
68932026-09-15T04:03:05.485Z[ recovery-image] Sep 15 04:03:04.488 INFO O| Sep 15 04:03:04.488 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-09-15T04:03:05.490Z[ recovery-image] Sep 15 04:03:04.497 INFO O| Sep 15 04:03:04.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68952026-09-15T04:03:05.490Z[ recovery-image] Sep 15 04:03:04.497 INFO O| Sep 15 04:03:04.497 INFO STEP 398 (remove_files) COMPLETE
68962026-09-15T04:03:05.490Z[ recovery-image] Sep 15 04:03:04.497 INFO O| Sep 15 04:03:04.497 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-09-15T04:03:05.499Z[ recovery-image] Sep 15 04:03:04.506 INFO O| Sep 15 04:03:04.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68982026-09-15T04:03:05.499Z[ recovery-image] Sep 15 04:03:04.506 INFO O| Sep 15 04:03:04.506 INFO STEP 399 (remove_files) COMPLETE
68992026-09-15T04:03:05.499Z[ recovery-image] Sep 15 04:03:04.506 INFO O| Sep 15 04:03:04.506 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.515 INFO O| Sep 15 04:03:04.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
69012026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.515 INFO O| Sep 15 04:03:04.515 INFO STEP 400 (remove_files) COMPLETE
69022026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.515 INFO O| Sep 15 04:03:04.515 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.525 INFO O| Sep 15 04:03:04.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
69042026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.525 INFO O| Sep 15 04:03:04.525 INFO STEP 401 (remove_files) COMPLETE
69052026-09-15T04:03:05.521Z[ recovery-image] Sep 15 04:03:04.525 INFO O| Sep 15 04:03:04.525 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-09-15T04:03:05.527Z[ recovery-image] Sep 15 04:03:04.534 INFO O| Sep 15 04:03:04.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
69072026-09-15T04:03:05.527Z[ recovery-image] Sep 15 04:03:04.534 INFO O| Sep 15 04:03:04.534 INFO STEP 402 (remove_files) COMPLETE
69082026-09-15T04:03:05.527Z[ recovery-image] Sep 15 04:03:04.534 INFO O| Sep 15 04:03:04.534 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-09-15T04:03:05.536Z[ recovery-image] Sep 15 04:03:04.543 INFO O| Sep 15 04:03:04.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
69102026-09-15T04:03:05.536Z[ recovery-image] Sep 15 04:03:04.543 INFO O| Sep 15 04:03:04.543 INFO STEP 403 (remove_files) COMPLETE
69112026-09-15T04:03:05.536Z[ recovery-image] Sep 15 04:03:04.543 INFO O| Sep 15 04:03:04.543 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-09-15T04:03:05.545Z[ recovery-image] Sep 15 04:03:04.552 INFO O| Sep 15 04:03:04.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69132026-09-15T04:03:05.545Z[ recovery-image] Sep 15 04:03:04.552 INFO O| Sep 15 04:03:04.552 INFO STEP 404 (remove_files) COMPLETE
69142026-09-15T04:03:05.545Z[ recovery-image] Sep 15 04:03:04.552 INFO O| Sep 15 04:03:04.552 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-09-15T04:03:05.556Z[ recovery-image] Sep 15 04:03:04.563 INFO O| Sep 15 04:03:04.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69162026-09-15T04:03:05.556Z[ recovery-image] Sep 15 04:03:04.563 INFO O| Sep 15 04:03:04.563 INFO STEP 405 (remove_files) COMPLETE
69172026-09-15T04:03:05.556Z[ recovery-image] Sep 15 04:03:04.563 INFO O| Sep 15 04:03:04.563 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-09-15T04:03:05.567Z[ recovery-image] Sep 15 04:03:04.574 INFO O| Sep 15 04:03:04.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69192026-09-15T04:03:05.567Z[ recovery-image] Sep 15 04:03:04.574 INFO O| Sep 15 04:03:04.574 INFO STEP 406 (remove_files) COMPLETE
69202026-09-15T04:03:05.567Z[ recovery-image] Sep 15 04:03:04.574 INFO O| Sep 15 04:03:04.574 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-09-15T04:03:05.577Z[ recovery-image] Sep 15 04:03:04.584 INFO O| Sep 15 04:03:04.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69222026-09-15T04:03:05.577Z[ recovery-image] Sep 15 04:03:04.584 INFO O| Sep 15 04:03:04.584 INFO STEP 407 (remove_files) COMPLETE
69232026-09-15T04:03:05.577Z[ recovery-image] Sep 15 04:03:04.584 INFO O| Sep 15 04:03:04.584 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-09-15T04:03:05.588Z[ recovery-image] Sep 15 04:03:04.594 INFO O| Sep 15 04:03:04.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69252026-09-15T04:03:05.588Z[ recovery-image] Sep 15 04:03:04.594 INFO O| Sep 15 04:03:04.594 INFO STEP 408 (remove_files) COMPLETE
69262026-09-15T04:03:05.588Z[ recovery-image] Sep 15 04:03:04.594 INFO O| Sep 15 04:03:04.594 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-09-15T04:03:05.599Z[ recovery-image] Sep 15 04:03:04.606 INFO O| Sep 15 04:03:04.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69282026-09-15T04:03:05.602Z[ recovery-image] Sep 15 04:03:04.606 INFO O| Sep 15 04:03:04.606 INFO STEP 409 (remove_files) COMPLETE
69292026-09-15T04:03:05.602Z[ recovery-image] Sep 15 04:03:04.606 INFO O| Sep 15 04:03:04.606 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-09-15T04:03:05.609Z[ recovery-image] Sep 15 04:03:04.617 INFO O| Sep 15 04:03:04.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69312026-09-15T04:03:05.609Z[ recovery-image] Sep 15 04:03:04.617 INFO O| Sep 15 04:03:04.617 INFO STEP 410 (remove_files) COMPLETE
69322026-09-15T04:03:05.609Z[ recovery-image] Sep 15 04:03:04.617 INFO O| Sep 15 04:03:04.617 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-09-15T04:03:05.620Z[ recovery-image] Sep 15 04:03:04.627 INFO O| Sep 15 04:03:04.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69342026-09-15T04:03:05.620Z[ recovery-image] Sep 15 04:03:04.627 INFO O| Sep 15 04:03:04.627 INFO STEP 411 (remove_files) COMPLETE
69352026-09-15T04:03:05.620Z[ recovery-image] Sep 15 04:03:04.627 INFO O| Sep 15 04:03:04.627 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-09-15T04:03:05.631Z[ recovery-image] Sep 15 04:03:04.637 INFO O| Sep 15 04:03:04.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69372026-09-15T04:03:05.631Z[ recovery-image] Sep 15 04:03:04.638 INFO O| Sep 15 04:03:04.638 INFO STEP 412 (remove_files) COMPLETE
69382026-09-15T04:03:05.631Z[ recovery-image] Sep 15 04:03:04.638 INFO O| Sep 15 04:03:04.638 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-09-15T04:03:05.640Z[ recovery-image] Sep 15 04:03:04.647 INFO O| Sep 15 04:03:04.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69402026-09-15T04:03:05.640Z[ recovery-image] Sep 15 04:03:04.647 INFO O| Sep 15 04:03:04.647 INFO STEP 413 (remove_files) COMPLETE
69412026-09-15T04:03:05.640Z[ recovery-image] Sep 15 04:03:04.647 INFO O| Sep 15 04:03:04.647 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-09-15T04:03:05.648Z[ recovery-image] Sep 15 04:03:04.656 INFO O| Sep 15 04:03:04.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69432026-09-15T04:03:05.649Z[ recovery-image] Sep 15 04:03:04.656 INFO O| Sep 15 04:03:04.656 INFO STEP 414 (remove_files) COMPLETE
69442026-09-15T04:03:05.649Z[ recovery-image] Sep 15 04:03:04.656 INFO O| Sep 15 04:03:04.656 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-15T04:03:05.658Z[ recovery-image] Sep 15 04:03:04.665 INFO O| Sep 15 04:03:04.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69462026-09-15T04:03:05.661Z[ recovery-image] Sep 15 04:03:04.666 INFO O| Sep 15 04:03:04.666 INFO STEP 415 (remove_files) COMPLETE
69472026-09-15T04:03:05.661Z[ recovery-image] Sep 15 04:03:04.666 INFO O| Sep 15 04:03:04.666 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-15T04:03:05.669Z[ recovery-image] Sep 15 04:03:04.676 INFO O| Sep 15 04:03:04.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69492026-09-15T04:03:05.669Z[ recovery-image] Sep 15 04:03:04.676 INFO O| Sep 15 04:03:04.676 INFO STEP 416 (remove_files) COMPLETE
69502026-09-15T04:03:05.669Z[ recovery-image] Sep 15 04:03:04.676 INFO O| Sep 15 04:03:04.676 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-15T04:03:05.679Z[ recovery-image] Sep 15 04:03:04.686 INFO O| Sep 15 04:03:04.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69522026-09-15T04:03:05.679Z[ recovery-image] Sep 15 04:03:04.686 INFO O| Sep 15 04:03:04.686 INFO STEP 417 (remove_files) COMPLETE
69532026-09-15T04:03:05.679Z[ recovery-image] Sep 15 04:03:04.686 INFO O| Sep 15 04:03:04.686 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-15T04:03:05.697Z[ recovery-image] Sep 15 04:03:04.704 INFO O| Sep 15 04:03:04.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69552026-09-15T04:03:05.697Z[ recovery-image] Sep 15 04:03:04.704 INFO O| Sep 15 04:03:04.704 INFO STEP 418 (remove_files) COMPLETE
69562026-09-15T04:03:05.697Z[ recovery-image] Sep 15 04:03:04.704 INFO O| Sep 15 04:03:04.704 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-15T04:03:05.708Z[ recovery-image] Sep 15 04:03:04.715 INFO O| Sep 15 04:03:04.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69582026-09-15T04:03:05.708Z[ recovery-image] Sep 15 04:03:04.715 INFO O| Sep 15 04:03:04.715 INFO STEP 419 (remove_files) COMPLETE
69592026-09-15T04:03:05.708Z[ recovery-image] Sep 15 04:03:04.715 INFO O| Sep 15 04:03:04.715 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-15T04:03:05.720Z[ recovery-image] Sep 15 04:03:04.726 INFO O| Sep 15 04:03:04.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69612026-09-15T04:03:05.721Z[ recovery-image] Sep 15 04:03:04.726 INFO O| Sep 15 04:03:04.726 INFO STEP 420 (remove_files) COMPLETE
69622026-09-15T04:03:05.724Z[ recovery-image] Sep 15 04:03:04.726 INFO O| Sep 15 04:03:04.726 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-15T04:03:05.730Z[ recovery-image] Sep 15 04:03:04.738 INFO O| Sep 15 04:03:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69642026-09-15T04:03:05.731Z[ recovery-image] Sep 15 04:03:04.738 INFO O| Sep 15 04:03:04.738 INFO STEP 421 (remove_files) COMPLETE
69652026-09-15T04:03:05.731Z[ recovery-image] Sep 15 04:03:04.738 INFO O| Sep 15 04:03:04.738 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-15T04:03:05.740Z[ recovery-image] Sep 15 04:03:04.747 INFO O| Sep 15 04:03:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69672026-09-15T04:03:05.740Z[ recovery-image] Sep 15 04:03:04.747 INFO O| Sep 15 04:03:04.747 INFO STEP 422 (remove_files) COMPLETE
69682026-09-15T04:03:05.740Z[ recovery-image] Sep 15 04:03:04.748 INFO O| Sep 15 04:03:04.747 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-15T04:03:05.749Z[ recovery-image] Sep 15 04:03:04.756 INFO O| Sep 15 04:03:04.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69702026-09-15T04:03:05.749Z[ recovery-image] Sep 15 04:03:04.756 INFO O| Sep 15 04:03:04.756 INFO STEP 423 (remove_files) COMPLETE
69712026-09-15T04:03:05.754Z[ recovery-image] Sep 15 04:03:04.756 INFO O| Sep 15 04:03:04.756 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-15T04:03:05.758Z[ recovery-image] Sep 15 04:03:04.765 INFO O| Sep 15 04:03:04.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69732026-09-15T04:03:05.758Z[ recovery-image] Sep 15 04:03:04.765 INFO O| Sep 15 04:03:04.765 INFO STEP 424 (remove_files) COMPLETE
69742026-09-15T04:03:05.758Z[ recovery-image] Sep 15 04:03:04.765 INFO O| Sep 15 04:03:04.765 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-15T04:03:05.768Z[ recovery-image] Sep 15 04:03:04.774 INFO O| Sep 15 04:03:04.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69762026-09-15T04:03:05.768Z[ recovery-image] Sep 15 04:03:04.774 INFO O| Sep 15 04:03:04.774 INFO STEP 425 (remove_files) COMPLETE
69772026-09-15T04:03:05.771Z[ recovery-image] Sep 15 04:03:04.774 INFO O| Sep 15 04:03:04.774 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-15T04:03:05.777Z[ recovery-image] Sep 15 04:03:04.784 INFO O| Sep 15 04:03:04.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69792026-09-15T04:03:05.777Z[ recovery-image] Sep 15 04:03:04.784 INFO O| Sep 15 04:03:04.784 INFO STEP 426 (remove_files) COMPLETE
69802026-09-15T04:03:05.777Z[ recovery-image] Sep 15 04:03:04.784 INFO O| Sep 15 04:03:04.784 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-15T04:03:05.786Z[ recovery-image] Sep 15 04:03:04.793 INFO O| Sep 15 04:03:04.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69822026-09-15T04:03:05.786Z[ recovery-image] Sep 15 04:03:04.793 INFO O| Sep 15 04:03:04.793 INFO STEP 427 (remove_files) COMPLETE
69832026-09-15T04:03:05.786Z[ recovery-image] Sep 15 04:03:04.793 INFO O| Sep 15 04:03:04.793 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-15T04:03:05.795Z[ recovery-image] Sep 15 04:03:04.802 INFO O| Sep 15 04:03:04.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69852026-09-15T04:03:05.795Z[ recovery-image] Sep 15 04:03:04.802 INFO O| Sep 15 04:03:04.802 INFO STEP 428 (remove_files) COMPLETE
69862026-09-15T04:03:05.795Z[ recovery-image] Sep 15 04:03:04.802 INFO O| Sep 15 04:03:04.802 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-15T04:03:05.804Z[ recovery-image] Sep 15 04:03:04.811 INFO O| Sep 15 04:03:04.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69882026-09-15T04:03:05.804Z[ recovery-image] Sep 15 04:03:04.811 INFO O| Sep 15 04:03:04.811 INFO STEP 429 (remove_files) COMPLETE
69892026-09-15T04:03:05.808Z[ recovery-image] Sep 15 04:03:04.811 INFO O| Sep 15 04:03:04.811 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-15T04:03:05.815Z[ recovery-image] Sep 15 04:03:04.822 INFO O| Sep 15 04:03:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69912026-09-15T04:03:05.815Z[ recovery-image] Sep 15 04:03:04.822 INFO O| Sep 15 04:03:04.822 INFO STEP 430 (remove_files) COMPLETE
69922026-09-15T04:03:05.815Z[ recovery-image] Sep 15 04:03:04.822 INFO O| Sep 15 04:03:04.822 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-15T04:03:05.825Z[ recovery-image] Sep 15 04:03:04.832 INFO O| Sep 15 04:03:04.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69942026-09-15T04:03:05.825Z[ recovery-image] Sep 15 04:03:04.832 INFO O| Sep 15 04:03:04.832 INFO STEP 431 (remove_files) COMPLETE
69952026-09-15T04:03:05.829Z[ recovery-image] Sep 15 04:03:04.832 INFO O| Sep 15 04:03:04.832 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-15T04:03:05.835Z[ recovery-image] Sep 15 04:03:04.842 INFO O| Sep 15 04:03:04.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69972026-09-15T04:03:05.835Z[ recovery-image] Sep 15 04:03:04.842 INFO O| Sep 15 04:03:04.842 INFO STEP 432 (remove_files) COMPLETE
69982026-09-15T04:03:05.835Z[ recovery-image] Sep 15 04:03:04.842 INFO O| Sep 15 04:03:04.842 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-15T04:03:05.845Z[ recovery-image] Sep 15 04:03:04.852 INFO O| Sep 15 04:03:04.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
70002026-09-15T04:03:05.845Z[ recovery-image] Sep 15 04:03:04.852 INFO O| Sep 15 04:03:04.852 INFO STEP 433 (remove_files) COMPLETE
70012026-09-15T04:03:05.848Z[ recovery-image] Sep 15 04:03:04.852 INFO O| Sep 15 04:03:04.852 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-15T04:03:05.854Z[ recovery-image] Sep 15 04:03:04.861 INFO O| Sep 15 04:03:04.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
70032026-09-15T04:03:05.854Z[ recovery-image] Sep 15 04:03:04.861 INFO O| Sep 15 04:03:04.861 INFO STEP 434 (remove_files) COMPLETE
70042026-09-15T04:03:05.854Z[ recovery-image] Sep 15 04:03:04.861 INFO O| Sep 15 04:03:04.861 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-15T04:03:05.864Z[ recovery-image] Sep 15 04:03:04.871 INFO O| Sep 15 04:03:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
70062026-09-15T04:03:05.864Z[ recovery-image] Sep 15 04:03:04.871 INFO O| Sep 15 04:03:04.871 INFO STEP 435 (remove_files) COMPLETE
70072026-09-15T04:03:05.864Z[ recovery-image] Sep 15 04:03:04.871 INFO O| Sep 15 04:03:04.871 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-15T04:03:05.874Z[ recovery-image] Sep 15 04:03:04.881 INFO O| Sep 15 04:03:04.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70092026-09-15T04:03:05.874Z[ recovery-image] Sep 15 04:03:04.881 INFO O| Sep 15 04:03:04.881 INFO STEP 436 (remove_files) COMPLETE
70102026-09-15T04:03:05.874Z[ recovery-image] Sep 15 04:03:04.881 INFO O| Sep 15 04:03:04.881 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-15T04:03:05.884Z[ recovery-image] Sep 15 04:03:04.890 INFO O| Sep 15 04:03:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70122026-09-15T04:03:05.884Z[ recovery-image] Sep 15 04:03:04.890 INFO O| Sep 15 04:03:04.890 INFO STEP 437 (remove_files) COMPLETE
70132026-09-15T04:03:05.884Z[ recovery-image] Sep 15 04:03:04.890 INFO O| Sep 15 04:03:04.890 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-15T04:03:05.893Z[ recovery-image] Sep 15 04:03:04.900 INFO O| Sep 15 04:03:04.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70152026-09-15T04:03:05.893Z[ recovery-image] Sep 15 04:03:04.900 INFO O| Sep 15 04:03:04.900 INFO STEP 438 (remove_files) COMPLETE
70162026-09-15T04:03:05.893Z[ recovery-image] Sep 15 04:03:04.900 INFO O| Sep 15 04:03:04.900 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-15T04:03:05.903Z[ recovery-image] Sep 15 04:03:04.910 INFO O| Sep 15 04:03:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70182026-09-15T04:03:05.903Z[ recovery-image] Sep 15 04:03:04.910 INFO O| Sep 15 04:03:04.910 INFO STEP 439 (remove_files) COMPLETE
70192026-09-15T04:03:05.903Z[ recovery-image] Sep 15 04:03:04.910 INFO O| Sep 15 04:03:04.910 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-15T04:03:05.916Z[ recovery-image] Sep 15 04:03:04.920 INFO O| Sep 15 04:03:04.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70212026-09-15T04:03:05.916Z[ recovery-image] Sep 15 04:03:04.920 INFO O| Sep 15 04:03:04.920 INFO STEP 440 (remove_files) COMPLETE
70222026-09-15T04:03:05.916Z[ recovery-image] Sep 15 04:03:04.920 INFO O| Sep 15 04:03:04.920 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-15T04:03:05.924Z[ recovery-image] Sep 15 04:03:04.931 INFO O| Sep 15 04:03:04.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70242026-09-15T04:03:05.924Z[ recovery-image] Sep 15 04:03:04.931 INFO O| Sep 15 04:03:04.931 INFO STEP 441 (remove_files) COMPLETE
70252026-09-15T04:03:05.924Z[ recovery-image] Sep 15 04:03:04.931 INFO O| Sep 15 04:03:04.931 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-15T04:03:05.935Z[ recovery-image] Sep 15 04:03:04.942 INFO O| Sep 15 04:03:04.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70272026-09-15T04:03:05.935Z[ recovery-image] Sep 15 04:03:04.942 INFO O| Sep 15 04:03:04.942 INFO STEP 442 (remove_files) COMPLETE
70282026-09-15T04:03:05.935Z[ recovery-image] Sep 15 04:03:04.942 INFO O| Sep 15 04:03:04.942 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-15T04:03:05.944Z[ recovery-image] Sep 15 04:03:04.951 INFO O| Sep 15 04:03:04.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70302026-09-15T04:03:05.944Z[ recovery-image] Sep 15 04:03:04.951 INFO O| Sep 15 04:03:04.951 INFO STEP 443 (remove_files) COMPLETE
70312026-09-15T04:03:05.944Z[ recovery-image] Sep 15 04:03:04.951 INFO O| Sep 15 04:03:04.951 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-15T04:03:05.954Z[ recovery-image] Sep 15 04:03:04.961 INFO O| Sep 15 04:03:04.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70332026-09-15T04:03:05.954Z[ recovery-image] Sep 15 04:03:04.961 INFO O| Sep 15 04:03:04.961 INFO STEP 444 (remove_files) COMPLETE
70342026-09-15T04:03:05.954Z[ recovery-image] Sep 15 04:03:04.961 INFO O| Sep 15 04:03:04.961 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-15T04:03:05.963Z[ recovery-image] Sep 15 04:03:04.970 INFO O| Sep 15 04:03:04.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70362026-09-15T04:03:05.963Z[ recovery-image] Sep 15 04:03:04.970 INFO O| Sep 15 04:03:04.970 INFO STEP 445 (remove_files) COMPLETE
70372026-09-15T04:03:05.963Z[ recovery-image] Sep 15 04:03:04.970 INFO O| Sep 15 04:03:04.970 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-15T04:03:05.973Z[ recovery-image] Sep 15 04:03:04.980 INFO O| Sep 15 04:03:04.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70392026-09-15T04:03:05.973Z[ recovery-image] Sep 15 04:03:04.980 INFO O| Sep 15 04:03:04.980 INFO STEP 446 (remove_files) COMPLETE
70402026-09-15T04:03:05.976Z[ recovery-image] Sep 15 04:03:04.980 INFO O| Sep 15 04:03:04.980 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-15T04:03:05.986Z[ recovery-image] Sep 15 04:03:04.989 INFO O| Sep 15 04:03:04.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70422026-09-15T04:03:05.986Z[ recovery-image] Sep 15 04:03:04.989 INFO O| Sep 15 04:03:04.989 INFO STEP 447 (remove_files) COMPLETE
70432026-09-15T04:03:05.986Z[ recovery-image] Sep 15 04:03:04.990 INFO O| Sep 15 04:03:04.989 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-15T04:03:05.993Z[ recovery-image] Sep 15 04:03:04.999 INFO O| Sep 15 04:03:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70452026-09-15T04:03:05.993Z[ recovery-image] Sep 15 04:03:04.999 INFO O| Sep 15 04:03:04.999 INFO STEP 448 (remove_files) COMPLETE
70462026-09-15T04:03:05.993Z[ recovery-image] Sep 15 04:03:04.999 INFO O| Sep 15 04:03:04.999 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-15T04:03:06.002Z[ recovery-image] Sep 15 04:03:05.008 INFO O| Sep 15 04:03:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70482026-09-15T04:03:06.002Z[ recovery-image] Sep 15 04:03:05.008 INFO O| Sep 15 04:03:05.008 INFO STEP 449 (remove_files) COMPLETE
70492026-09-15T04:03:06.002Z[ recovery-image] Sep 15 04:03:05.008 INFO O| Sep 15 04:03:05.008 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-15T04:03:06.010Z[ recovery-image] Sep 15 04:03:05.017 INFO O| Sep 15 04:03:05.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70512026-09-15T04:03:06.010Z[ recovery-image] Sep 15 04:03:05.017 INFO O| Sep 15 04:03:05.017 INFO STEP 450 (remove_files) COMPLETE
70522026-09-15T04:03:06.010Z[ recovery-image] Sep 15 04:03:05.017 INFO O| Sep 15 04:03:05.017 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-15T04:03:06.019Z[ recovery-image] Sep 15 04:03:05.026 INFO O| Sep 15 04:03:05.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70542026-09-15T04:03:06.019Z[ recovery-image] Sep 15 04:03:05.026 INFO O| Sep 15 04:03:05.026 INFO STEP 451 (remove_files) COMPLETE
70552026-09-15T04:03:06.020Z[ recovery-image] Sep 15 04:03:05.026 INFO O| Sep 15 04:03:05.026 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-15T04:03:06.067Z[ recovery-image] Sep 15 04:03:05.074 INFO O| Sep 15 04:03:05.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70572026-09-15T04:03:06.067Z[ recovery-image] Sep 15 04:03:05.074 INFO O| Sep 15 04:03:05.074 INFO STEP 452 (remove_files) COMPLETE
70582026-09-15T04:03:06.067Z[ recovery-image] Sep 15 04:03:05.074 INFO O| Sep 15 04:03:05.074 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-15T04:03:06.077Z[ recovery-image] Sep 15 04:03:05.084 INFO O| Sep 15 04:03:05.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70602026-09-15T04:03:06.077Z[ recovery-image] Sep 15 04:03:05.084 INFO O| Sep 15 04:03:05.084 INFO STEP 453 (remove_files) COMPLETE
70612026-09-15T04:03:06.077Z[ recovery-image] Sep 15 04:03:05.084 INFO O| Sep 15 04:03:05.084 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-15T04:03:06.089Z[ recovery-image] Sep 15 04:03:05.095 INFO O| Sep 15 04:03:05.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70632026-09-15T04:03:06.089Z[ recovery-image] Sep 15 04:03:05.096 INFO O| Sep 15 04:03:05.096 INFO STEP 454 (remove_files) COMPLETE
70642026-09-15T04:03:06.089Z[ recovery-image] Sep 15 04:03:05.096 INFO O| Sep 15 04:03:05.096 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-15T04:03:06.098Z[ recovery-image] Sep 15 04:03:05.105 INFO O| Sep 15 04:03:05.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70662026-09-15T04:03:06.098Z[ recovery-image] Sep 15 04:03:05.105 INFO O| Sep 15 04:03:05.105 INFO STEP 455 (remove_files) COMPLETE
70672026-09-15T04:03:06.098Z[ recovery-image] Sep 15 04:03:05.105 INFO O| Sep 15 04:03:05.105 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-15T04:03:06.110Z[ recovery-image] Sep 15 04:03:05.117 INFO O| Sep 15 04:03:05.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70692026-09-15T04:03:06.110Z[ recovery-image] Sep 15 04:03:05.117 INFO O| Sep 15 04:03:05.117 INFO STEP 456 (remove_files) COMPLETE
70702026-09-15T04:03:06.110Z[ recovery-image] Sep 15 04:03:05.117 INFO O| Sep 15 04:03:05.117 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-15T04:03:06.121Z[ recovery-image] Sep 15 04:03:05.128 INFO O| Sep 15 04:03:05.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70722026-09-15T04:03:06.121Z[ recovery-image] Sep 15 04:03:05.128 INFO O| Sep 15 04:03:05.128 INFO STEP 457 (remove_files) COMPLETE
70732026-09-15T04:03:06.125Z[ recovery-image] Sep 15 04:03:05.128 INFO O| Sep 15 04:03:05.128 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-15T04:03:06.133Z[ recovery-image] Sep 15 04:03:05.140 INFO O| Sep 15 04:03:05.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70752026-09-15T04:03:06.133Z[ recovery-image] Sep 15 04:03:05.140 INFO O| Sep 15 04:03:05.140 INFO STEP 458 (remove_files) COMPLETE
70762026-09-15T04:03:06.133Z[ recovery-image] Sep 15 04:03:05.140 INFO O| Sep 15 04:03:05.140 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-15T04:03:06.144Z[ recovery-image] Sep 15 04:03:05.151 INFO O| Sep 15 04:03:05.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70782026-09-15T04:03:06.144Z[ recovery-image] Sep 15 04:03:05.151 INFO O| Sep 15 04:03:05.151 INFO STEP 459 (remove_files) COMPLETE
70792026-09-15T04:03:06.144Z[ recovery-image] Sep 15 04:03:05.151 INFO O| Sep 15 04:03:05.151 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-15T04:03:06.148Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
70812026-09-15T04:03:06.154Z[ recovery-image] Sep 15 04:03:05.161 INFO O| Sep 15 04:03:05.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70822026-09-15T04:03:06.154Z[ recovery-image] Sep 15 04:03:05.161 INFO O| Sep 15 04:03:05.161 INFO STEP 460 (remove_files) COMPLETE
70832026-09-15T04:03:06.154Z[ recovery-image] Sep 15 04:03:05.161 INFO O| Sep 15 04:03:05.161 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-15T04:03:06.166Z[ recovery-image] Sep 15 04:03:05.173 INFO O| Sep 15 04:03:05.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70852026-09-15T04:03:06.166Z[ recovery-image] Sep 15 04:03:05.173 INFO O| Sep 15 04:03:05.173 INFO STEP 461 (remove_files) COMPLETE
70862026-09-15T04:03:06.170Z[ recovery-image] Sep 15 04:03:05.173 INFO O| Sep 15 04:03:05.173 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-15T04:03:06.176Z[ recovery-image] Sep 15 04:03:05.183 INFO O| Sep 15 04:03:05.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70882026-09-15T04:03:06.176Z[ recovery-image] Sep 15 04:03:05.183 INFO O| Sep 15 04:03:05.183 INFO STEP 462 (remove_files) COMPLETE
70892026-09-15T04:03:06.176Z[ recovery-image] Sep 15 04:03:05.183 INFO O| Sep 15 04:03:05.183 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-15T04:03:06.186Z[ recovery-image] Sep 15 04:03:05.193 INFO O| Sep 15 04:03:05.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70912026-09-15T04:03:06.186Z[ recovery-image] Sep 15 04:03:05.193 INFO O| Sep 15 04:03:05.193 INFO STEP 463 (remove_files) COMPLETE
70922026-09-15T04:03:06.189Z[ recovery-image] Sep 15 04:03:05.193 INFO O| Sep 15 04:03:05.193 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-15T04:03:06.194Z[ recovery-image] Sep 15 04:03:05.201 INFO O| Sep 15 04:03:05.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70942026-09-15T04:03:06.194Z[ recovery-image] Sep 15 04:03:05.201 INFO O| Sep 15 04:03:05.201 INFO STEP 464 (remove_files) COMPLETE
70952026-09-15T04:03:06.194Z[ recovery-image] Sep 15 04:03:05.201 INFO O| Sep 15 04:03:05.201 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-15T04:03:06.204Z[ recovery-image] Sep 15 04:03:05.211 INFO O| Sep 15 04:03:05.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70972026-09-15T04:03:06.204Z[ recovery-image] Sep 15 04:03:05.211 INFO O| Sep 15 04:03:05.211 INFO STEP 465 (remove_files) COMPLETE
70982026-09-15T04:03:06.204Z[ recovery-image] Sep 15 04:03:05.211 INFO O| Sep 15 04:03:05.211 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-15T04:03:06.213Z[ recovery-image] Sep 15 04:03:05.220 INFO O| Sep 15 04:03:05.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
71002026-09-15T04:03:06.213Z[ recovery-image] Sep 15 04:03:05.220 INFO O| Sep 15 04:03:05.220 INFO STEP 466 (remove_files) COMPLETE
71012026-09-15T04:03:06.213Z[ recovery-image] Sep 15 04:03:05.220 INFO O| Sep 15 04:03:05.220 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-15T04:03:06.222Z[ recovery-image] Sep 15 04:03:05.229 INFO O| Sep 15 04:03:05.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
71032026-09-15T04:03:06.222Z[ recovery-image] Sep 15 04:03:05.229 INFO O| Sep 15 04:03:05.229 INFO STEP 467 (remove_files) COMPLETE
71042026-09-15T04:03:06.226Z[ recovery-image] Sep 15 04:03:05.229 INFO O| Sep 15 04:03:05.229 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-15T04:03:06.231Z[ recovery-image] Sep 15 04:03:05.238 INFO O| Sep 15 04:03:05.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71062026-09-15T04:03:06.232Z[ recovery-image] Sep 15 04:03:05.239 INFO O| Sep 15 04:03:05.239 INFO STEP 468 (remove_files) COMPLETE
71072026-09-15T04:03:06.232Z[ recovery-image] Sep 15 04:03:05.239 INFO O| Sep 15 04:03:05.239 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-15T04:03:06.242Z[ recovery-image] Sep 15 04:03:05.248 INFO O| Sep 15 04:03:05.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71092026-09-15T04:03:06.242Z[ recovery-image] Sep 15 04:03:05.249 INFO O| Sep 15 04:03:05.248 INFO STEP 469 (remove_files) COMPLETE
71102026-09-15T04:03:06.242Z[ recovery-image] Sep 15 04:03:05.249 INFO O| Sep 15 04:03:05.249 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-15T04:03:06.251Z[ recovery-image] Sep 15 04:03:05.258 INFO O| Sep 15 04:03:05.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71122026-09-15T04:03:06.251Z[ recovery-image] Sep 15 04:03:05.258 INFO O| Sep 15 04:03:05.258 INFO STEP 470 (remove_files) COMPLETE
71132026-09-15T04:03:06.251Z[ recovery-image] Sep 15 04:03:05.258 INFO O| Sep 15 04:03:05.258 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-15T04:03:06.261Z[ recovery-image] Sep 15 04:03:05.268 INFO O| Sep 15 04:03:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71152026-09-15T04:03:06.262Z[ recovery-image] Sep 15 04:03:05.268 INFO O| Sep 15 04:03:05.268 INFO STEP 471 (remove_files) COMPLETE
71162026-09-15T04:03:06.262Z[ recovery-image] Sep 15 04:03:05.268 INFO O| Sep 15 04:03:05.268 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-15T04:03:06.273Z[ recovery-image] Sep 15 04:03:05.280 INFO O| Sep 15 04:03:05.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71182026-09-15T04:03:06.273Z[ recovery-image] Sep 15 04:03:05.280 INFO O| Sep 15 04:03:05.280 INFO STEP 472 (remove_files) COMPLETE
71192026-09-15T04:03:06.276Z[ recovery-image] Sep 15 04:03:05.280 INFO O| Sep 15 04:03:05.280 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-15T04:03:06.284Z[ recovery-image] Sep 15 04:03:05.291 INFO O| Sep 15 04:03:05.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71212026-09-15T04:03:06.284Z[ recovery-image] Sep 15 04:03:05.291 INFO O| Sep 15 04:03:05.291 INFO STEP 473 (remove_files) COMPLETE
71222026-09-15T04:03:06.284Z[ recovery-image] Sep 15 04:03:05.291 INFO O| Sep 15 04:03:05.291 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-15T04:03:06.294Z[ recovery-image] Sep 15 04:03:05.301 INFO O| Sep 15 04:03:05.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71242026-09-15T04:03:06.294Z[ recovery-image] Sep 15 04:03:05.301 INFO O| Sep 15 04:03:05.301 INFO STEP 474 (remove_files) COMPLETE
71252026-09-15T04:03:06.294Z[ recovery-image] Sep 15 04:03:05.301 INFO O| Sep 15 04:03:05.301 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-15T04:03:06.302Z[ recovery-image] Sep 15 04:03:05.309 INFO O| Sep 15 04:03:05.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71272026-09-15T04:03:06.302Z[ recovery-image] Sep 15 04:03:05.309 INFO O| Sep 15 04:03:05.309 INFO STEP 475 (remove_files) COMPLETE
71282026-09-15T04:03:06.302Z[ recovery-image] Sep 15 04:03:05.309 INFO O| Sep 15 04:03:05.309 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-15T04:03:06.311Z[ recovery-image] Sep 15 04:03:05.318 INFO O| Sep 15 04:03:05.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71302026-09-15T04:03:06.311Z[ recovery-image] Sep 15 04:03:05.318 INFO O| Sep 15 04:03:05.318 INFO STEP 476 (remove_files) COMPLETE
71312026-09-15T04:03:06.311Z[ recovery-image] Sep 15 04:03:05.318 INFO O| Sep 15 04:03:05.318 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-15T04:03:06.322Z[ recovery-image] Sep 15 04:03:05.329 INFO O| Sep 15 04:03:05.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71332026-09-15T04:03:06.322Z[ recovery-image] Sep 15 04:03:05.329 INFO O| Sep 15 04:03:05.329 INFO STEP 477 (remove_files) COMPLETE
71342026-09-15T04:03:06.322Z[ recovery-image] Sep 15 04:03:05.329 INFO O| Sep 15 04:03:05.329 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-15T04:03:06.331Z[ recovery-image] Sep 15 04:03:05.338 INFO O| Sep 15 04:03:05.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71362026-09-15T04:03:06.332Z[ recovery-image] Sep 15 04:03:05.338 INFO O| Sep 15 04:03:05.338 INFO STEP 478 (remove_files) COMPLETE
71372026-09-15T04:03:06.332Z[ recovery-image] Sep 15 04:03:05.338 INFO O| Sep 15 04:03:05.338 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-15T04:03:06.342Z[ recovery-image] Sep 15 04:03:05.349 INFO O| Sep 15 04:03:05.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71392026-09-15T04:03:06.342Z[ recovery-image] Sep 15 04:03:05.349 INFO O| Sep 15 04:03:05.349 INFO STEP 479 (remove_files) COMPLETE
71402026-09-15T04:03:06.342Z[ recovery-image] Sep 15 04:03:05.349 INFO O| Sep 15 04:03:05.349 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-15T04:03:06.352Z[ recovery-image] Sep 15 04:03:05.359 INFO O| Sep 15 04:03:05.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71422026-09-15T04:03:06.352Z[ recovery-image] Sep 15 04:03:05.359 INFO O| Sep 15 04:03:05.359 INFO STEP 480 (remove_files) COMPLETE
71432026-09-15T04:03:06.352Z[ recovery-image] Sep 15 04:03:05.359 INFO O| Sep 15 04:03:05.359 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-15T04:03:06.362Z[ recovery-image] Sep 15 04:03:05.369 INFO O| Sep 15 04:03:05.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71452026-09-15T04:03:06.366Z[ recovery-image] Sep 15 04:03:05.370 INFO O| Sep 15 04:03:05.370 INFO STEP 481 (remove_files) COMPLETE
71462026-09-15T04:03:06.366Z[ recovery-image] Sep 15 04:03:05.370 INFO O| Sep 15 04:03:05.370 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-15T04:03:06.373Z[ recovery-image] Sep 15 04:03:05.380 INFO O| Sep 15 04:03:05.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71482026-09-15T04:03:06.373Z[ recovery-image] Sep 15 04:03:05.380 INFO O| Sep 15 04:03:05.380 INFO STEP 482 (remove_files) COMPLETE
71492026-09-15T04:03:06.373Z[ recovery-image] Sep 15 04:03:05.380 INFO O| Sep 15 04:03:05.380 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-15T04:03:06.385Z[ recovery-image] Sep 15 04:03:05.391 INFO O| Sep 15 04:03:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71512026-09-15T04:03:06.385Z[ recovery-image] Sep 15 04:03:05.391 INFO O| Sep 15 04:03:05.391 INFO STEP 483 (remove_files) COMPLETE
71522026-09-15T04:03:06.385Z[ recovery-image] Sep 15 04:03:05.392 INFO O| Sep 15 04:03:05.391 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-15T04:03:06.394Z[ recovery-image] Sep 15 04:03:05.401 INFO O| Sep 15 04:03:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71542026-09-15T04:03:06.394Z[ recovery-image] Sep 15 04:03:05.401 INFO O| Sep 15 04:03:05.401 INFO STEP 484 (remove_files) COMPLETE
71552026-09-15T04:03:06.394Z[ recovery-image] Sep 15 04:03:05.401 INFO O| Sep 15 04:03:05.401 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-15T04:03:06.405Z[ recovery-image] Sep 15 04:03:05.412 INFO O| Sep 15 04:03:05.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71572026-09-15T04:03:06.405Z[ recovery-image] Sep 15 04:03:05.412 INFO O| Sep 15 04:03:05.412 INFO STEP 485 (remove_files) COMPLETE
71582026-09-15T04:03:06.405Z[ recovery-image] Sep 15 04:03:05.412 INFO O| Sep 15 04:03:05.412 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-15T04:03:06.414Z[ recovery-image] Sep 15 04:03:05.421 INFO O| Sep 15 04:03:05.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71602026-09-15T04:03:06.414Z[ recovery-image] Sep 15 04:03:05.421 INFO O| Sep 15 04:03:05.421 INFO STEP 486 (remove_files) COMPLETE
71612026-09-15T04:03:06.414Z[ recovery-image] Sep 15 04:03:05.421 INFO O| Sep 15 04:03:05.421 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-15T04:03:06.423Z[ recovery-image] Sep 15 04:03:05.430 INFO O| Sep 15 04:03:05.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71632026-09-15T04:03:06.423Z[ recovery-image] Sep 15 04:03:05.430 INFO O| Sep 15 04:03:05.430 INFO STEP 487 (remove_files) COMPLETE
71642026-09-15T04:03:06.423Z[ recovery-image] Sep 15 04:03:05.430 INFO O| Sep 15 04:03:05.430 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-15T04:03:06.432Z[ recovery-image] Sep 15 04:03:05.439 INFO O| Sep 15 04:03:05.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71662026-09-15T04:03:06.432Z[ recovery-image] Sep 15 04:03:05.439 INFO O| Sep 15 04:03:05.439 INFO STEP 488 (remove_files) COMPLETE
71672026-09-15T04:03:06.432Z[ recovery-image] Sep 15 04:03:05.439 INFO O| Sep 15 04:03:05.439 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-15T04:03:06.441Z[ recovery-image] Sep 15 04:03:05.448 INFO O| Sep 15 04:03:05.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71692026-09-15T04:03:06.445Z[ recovery-image] Sep 15 04:03:05.449 INFO O| Sep 15 04:03:05.449 INFO STEP 489 (remove_files) COMPLETE
71702026-09-15T04:03:06.445Z[ recovery-image] Sep 15 04:03:05.449 INFO O| Sep 15 04:03:05.449 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-15T04:03:06.449Z[verify-libraries] Compiling samael v0.0.19
71722026-09-15T04:03:06.453Z[ recovery-image] Sep 15 04:03:05.460 INFO O| Sep 15 04:03:05.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71732026-09-15T04:03:06.456Z[ recovery-image] Sep 15 04:03:05.460 INFO O| Sep 15 04:03:05.460 INFO STEP 490 (remove_files) COMPLETE
71742026-09-15T04:03:06.456Z[ recovery-image] Sep 15 04:03:05.460 INFO O| Sep 15 04:03:05.460 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-15T04:03:06.462Z[ recovery-image] Sep 15 04:03:05.469 INFO O| Sep 15 04:03:05.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71762026-09-15T04:03:06.462Z[ recovery-image] Sep 15 04:03:05.469 INFO O| Sep 15 04:03:05.469 INFO STEP 491 (remove_files) COMPLETE
71772026-09-15T04:03:06.462Z[ recovery-image] Sep 15 04:03:05.469 INFO O| Sep 15 04:03:05.469 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-09-15T04:03:06.477Z[ recovery-image] Sep 15 04:03:05.484 INFO O| Sep 15 04:03:05.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71792026-09-15T04:03:06.477Z[ recovery-image] Sep 15 04:03:05.484 INFO O| Sep 15 04:03:05.484 INFO STEP 492 (remove_files) COMPLETE
71802026-09-15T04:03:06.477Z[ recovery-image] Sep 15 04:03:05.484 INFO O| Sep 15 04:03:05.484 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-09-15T04:03:06.487Z[ recovery-image] Sep 15 04:03:05.494 INFO O| Sep 15 04:03:05.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71822026-09-15T04:03:06.487Z[ recovery-image] Sep 15 04:03:05.494 INFO O| Sep 15 04:03:05.494 INFO STEP 493 (remove_files) COMPLETE
71832026-09-15T04:03:06.487Z[ recovery-image] Sep 15 04:03:05.494 INFO O| Sep 15 04:03:05.494 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-09-15T04:03:06.497Z[ recovery-image] Sep 15 04:03:05.504 INFO O| Sep 15 04:03:05.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71852026-09-15T04:03:06.497Z[ recovery-image] Sep 15 04:03:05.504 INFO O| Sep 15 04:03:05.504 INFO STEP 494 (remove_files) COMPLETE
71862026-09-15T04:03:06.497Z[ recovery-image] Sep 15 04:03:05.504 INFO O| Sep 15 04:03:05.504 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-09-15T04:03:06.506Z[ recovery-image] Sep 15 04:03:05.513 INFO O| Sep 15 04:03:05.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71882026-09-15T04:03:06.510Z[ recovery-image] Sep 15 04:03:05.514 INFO O| Sep 15 04:03:05.514 INFO STEP 495 (remove_files) COMPLETE
71892026-09-15T04:03:06.510Z[ recovery-image] Sep 15 04:03:05.514 INFO O| Sep 15 04:03:05.514 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-09-15T04:03:06.516Z[ recovery-image] Sep 15 04:03:05.523 INFO O| Sep 15 04:03:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71912026-09-15T04:03:06.516Z[ recovery-image] Sep 15 04:03:05.523 INFO O| Sep 15 04:03:05.523 INFO STEP 496 (remove_files) COMPLETE
71922026-09-15T04:03:06.516Z[ recovery-image] Sep 15 04:03:05.523 INFO O| Sep 15 04:03:05.523 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-15T04:03:06.525Z[ recovery-image] Sep 15 04:03:05.532 INFO O| Sep 15 04:03:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71942026-09-15T04:03:06.525Z[ recovery-image] Sep 15 04:03:05.532 INFO O| Sep 15 04:03:05.532 INFO STEP 497 (remove_files) COMPLETE
71952026-09-15T04:03:06.525Z[ recovery-image] Sep 15 04:03:05.532 INFO O| Sep 15 04:03:05.532 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-15T04:03:06.537Z[ recovery-image] Sep 15 04:03:05.544 INFO O| Sep 15 04:03:05.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71972026-09-15T04:03:06.537Z[ recovery-image] Sep 15 04:03:05.544 INFO O| Sep 15 04:03:05.544 INFO STEP 498 (remove_files) COMPLETE
71982026-09-15T04:03:06.540Z[ recovery-image] Sep 15 04:03:05.544 INFO O| Sep 15 04:03:05.544 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-15T04:03:06.547Z[ recovery-image] Sep 15 04:03:05.554 INFO O| Sep 15 04:03:05.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
72002026-09-15T04:03:06.547Z[ recovery-image] Sep 15 04:03:05.554 INFO O| Sep 15 04:03:05.554 INFO STEP 499 (remove_files) COMPLETE
72012026-09-15T04:03:06.551Z[ recovery-image] Sep 15 04:03:05.554 INFO O| Sep 15 04:03:05.554 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-15T04:03:06.558Z[ recovery-image] Sep 15 04:03:05.566 INFO O| Sep 15 04:03:05.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
72032026-09-15T04:03:06.558Z[ recovery-image] Sep 15 04:03:05.566 INFO O| Sep 15 04:03:05.566 INFO STEP 500 (remove_files) COMPLETE
72042026-09-15T04:03:06.562Z[ recovery-image] Sep 15 04:03:05.566 INFO O| Sep 15 04:03:05.566 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-15T04:03:06.570Z[ recovery-image] Sep 15 04:03:05.577 INFO O| Sep 15 04:03:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72062026-09-15T04:03:06.570Z[ recovery-image] Sep 15 04:03:05.577 INFO O| Sep 15 04:03:05.577 INFO STEP 501 (remove_files) COMPLETE
72072026-09-15T04:03:06.570Z[ recovery-image] Sep 15 04:03:05.577 INFO O| Sep 15 04:03:05.577 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-15T04:03:06.580Z[ recovery-image] Sep 15 04:03:05.587 INFO O| Sep 15 04:03:05.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72092026-09-15T04:03:06.580Z[ recovery-image] Sep 15 04:03:05.587 INFO O| Sep 15 04:03:05.587 INFO STEP 502 (remove_files) COMPLETE
72102026-09-15T04:03:06.580Z[ recovery-image] Sep 15 04:03:05.587 INFO O| Sep 15 04:03:05.587 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-15T04:03:06.591Z[ recovery-image] Sep 15 04:03:05.598 INFO O| Sep 15 04:03:05.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72122026-09-15T04:03:06.591Z[ recovery-image] Sep 15 04:03:05.598 INFO O| Sep 15 04:03:05.598 INFO STEP 503 (remove_files) COMPLETE
72132026-09-15T04:03:06.594Z[ recovery-image] Sep 15 04:03:05.598 INFO O| Sep 15 04:03:05.598 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-15T04:03:06.600Z[ recovery-image] Sep 15 04:03:05.607 INFO O| Sep 15 04:03:05.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72152026-09-15T04:03:06.600Z[ recovery-image] Sep 15 04:03:05.607 INFO O| Sep 15 04:03:05.607 INFO STEP 504 (remove_files) COMPLETE
72162026-09-15T04:03:06.604Z[ recovery-image] Sep 15 04:03:05.607 INFO O| Sep 15 04:03:05.607 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-15T04:03:06.610Z[ recovery-image] Sep 15 04:03:05.617 INFO O| Sep 15 04:03:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72182026-09-15T04:03:06.610Z[ recovery-image] Sep 15 04:03:05.617 INFO O| Sep 15 04:03:05.617 INFO STEP 505 (remove_files) COMPLETE
72192026-09-15T04:03:06.613Z[ recovery-image] Sep 15 04:03:05.617 INFO O| Sep 15 04:03:05.617 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-15T04:03:06.621Z[ recovery-image] Sep 15 04:03:05.628 INFO O| Sep 15 04:03:05.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72212026-09-15T04:03:06.621Z[ recovery-image] Sep 15 04:03:05.628 INFO O| Sep 15 04:03:05.628 INFO STEP 506 (remove_files) COMPLETE
72222026-09-15T04:03:06.621Z[ recovery-image] Sep 15 04:03:05.628 INFO O| Sep 15 04:03:05.628 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-15T04:03:06.630Z[ recovery-image] Sep 15 04:03:05.637 INFO O| Sep 15 04:03:05.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72242026-09-15T04:03:06.630Z[ recovery-image] Sep 15 04:03:05.637 INFO O| Sep 15 04:03:05.637 INFO STEP 507 (remove_files) COMPLETE
72252026-09-15T04:03:06.633Z[ recovery-image] Sep 15 04:03:05.637 INFO O| Sep 15 04:03:05.637 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-15T04:03:06.640Z[ recovery-image] Sep 15 04:03:05.647 INFO O| Sep 15 04:03:05.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72272026-09-15T04:03:06.640Z[ recovery-image] Sep 15 04:03:05.647 INFO O| Sep 15 04:03:05.647 INFO STEP 508 (remove_files) COMPLETE
72282026-09-15T04:03:06.640Z[ recovery-image] Sep 15 04:03:05.647 INFO O| Sep 15 04:03:05.647 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-15T04:03:06.651Z[ recovery-image] Sep 15 04:03:05.658 INFO O| Sep 15 04:03:05.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72302026-09-15T04:03:06.655Z[ recovery-image] Sep 15 04:03:05.659 INFO O| Sep 15 04:03:05.659 INFO STEP 509 (remove_files) COMPLETE
72312026-09-15T04:03:06.655Z[ recovery-image] Sep 15 04:03:05.659 INFO O| Sep 15 04:03:05.659 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-15T04:03:06.663Z[ recovery-image] Sep 15 04:03:05.670 INFO O| Sep 15 04:03:05.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72332026-09-15T04:03:06.663Z[ recovery-image] Sep 15 04:03:05.670 INFO O| Sep 15 04:03:05.670 INFO STEP 510 (remove_files) COMPLETE
72342026-09-15T04:03:06.663Z[ recovery-image] Sep 15 04:03:05.670 INFO O| Sep 15 04:03:05.670 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-15T04:03:06.673Z[ recovery-image] Sep 15 04:03:05.680 INFO O| Sep 15 04:03:05.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72362026-09-15T04:03:06.673Z[ recovery-image] Sep 15 04:03:05.680 INFO O| Sep 15 04:03:05.680 INFO STEP 511 (remove_files) COMPLETE
72372026-09-15T04:03:06.673Z[ recovery-image] Sep 15 04:03:05.680 INFO O| Sep 15 04:03:05.680 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-15T04:03:06.684Z[ recovery-image] Sep 15 04:03:05.691 INFO O| Sep 15 04:03:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72392026-09-15T04:03:06.684Z[ recovery-image] Sep 15 04:03:05.691 INFO O| Sep 15 04:03:05.691 INFO STEP 512 (remove_files) COMPLETE
72402026-09-15T04:03:06.688Z[ recovery-image] Sep 15 04:03:05.691 INFO O| Sep 15 04:03:05.691 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-15T04:03:06.694Z[ recovery-image] Sep 15 04:03:05.701 INFO O| Sep 15 04:03:05.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72422026-09-15T04:03:06.697Z[ recovery-image] Sep 15 04:03:05.701 INFO O| Sep 15 04:03:05.701 INFO STEP 513 (remove_files) COMPLETE
72432026-09-15T04:03:06.697Z[ recovery-image] Sep 15 04:03:05.701 INFO O| Sep 15 04:03:05.701 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-15T04:03:06.705Z[ recovery-image] Sep 15 04:03:05.712 INFO O| Sep 15 04:03:05.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72452026-09-15T04:03:06.705Z[ recovery-image] Sep 15 04:03:05.712 INFO O| Sep 15 04:03:05.712 INFO STEP 514 (remove_files) COMPLETE
72462026-09-15T04:03:06.705Z[ recovery-image] Sep 15 04:03:05.712 INFO O| Sep 15 04:03:05.712 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-15T04:03:06.714Z[ recovery-image] Sep 15 04:03:05.721 INFO O| Sep 15 04:03:05.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72482026-09-15T04:03:06.714Z[ recovery-image] Sep 15 04:03:05.721 INFO O| Sep 15 04:03:05.721 INFO STEP 515 (remove_files) COMPLETE
72492026-09-15T04:03:06.714Z[ recovery-image] Sep 15 04:03:05.721 INFO O| Sep 15 04:03:05.721 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-15T04:03:06.723Z[ recovery-image] Sep 15 04:03:05.730 INFO O| Sep 15 04:03:05.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72512026-09-15T04:03:06.723Z[ recovery-image] Sep 15 04:03:05.730 INFO O| Sep 15 04:03:05.730 INFO STEP 516 (remove_files) COMPLETE
72522026-09-15T04:03:06.723Z[ recovery-image] Sep 15 04:03:05.730 INFO O| Sep 15 04:03:05.730 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-15T04:03:06.732Z[ recovery-image] Sep 15 04:03:05.739 INFO O| Sep 15 04:03:05.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72542026-09-15T04:03:06.732Z[ recovery-image] Sep 15 04:03:05.739 INFO O| Sep 15 04:03:05.739 INFO STEP 517 (remove_files) COMPLETE
72552026-09-15T04:03:06.732Z[ recovery-image] Sep 15 04:03:05.739 INFO O| Sep 15 04:03:05.739 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-15T04:03:06.741Z[ recovery-image] Sep 15 04:03:05.748 INFO O| Sep 15 04:03:05.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72572026-09-15T04:03:06.741Z[ recovery-image] Sep 15 04:03:05.748 INFO O| Sep 15 04:03:05.748 INFO STEP 518 (remove_files) COMPLETE
72582026-09-15T04:03:06.745Z[ recovery-image] Sep 15 04:03:05.748 INFO O| Sep 15 04:03:05.748 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-15T04:03:06.750Z[ recovery-image] Sep 15 04:03:05.757 INFO O| Sep 15 04:03:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72602026-09-15T04:03:06.754Z[ recovery-image] Sep 15 04:03:05.757 INFO O| Sep 15 04:03:05.757 INFO STEP 519 (remove_files) COMPLETE
72612026-09-15T04:03:06.754Z[ recovery-image] Sep 15 04:03:05.757 INFO O| Sep 15 04:03:05.757 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-15T04:03:06.759Z[ recovery-image] Sep 15 04:03:05.766 INFO O| Sep 15 04:03:05.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72632026-09-15T04:03:06.759Z[ recovery-image] Sep 15 04:03:05.766 INFO O| Sep 15 04:03:05.766 INFO STEP 520 (remove_files) COMPLETE
72642026-09-15T04:03:06.759Z[ recovery-image] Sep 15 04:03:05.766 INFO O| Sep 15 04:03:05.766 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-15T04:03:06.768Z[ recovery-image] Sep 15 04:03:05.775 INFO O| Sep 15 04:03:05.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72662026-09-15T04:03:06.768Z[ recovery-image] Sep 15 04:03:05.775 INFO O| Sep 15 04:03:05.775 INFO STEP 521 (remove_files) COMPLETE
72672026-09-15T04:03:06.772Z[ recovery-image] Sep 15 04:03:05.775 INFO O| Sep 15 04:03:05.775 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-15T04:03:06.794Z[ recovery-image] Sep 15 04:03:05.801 INFO O| Sep 15 04:03:05.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72692026-09-15T04:03:06.794Z[ recovery-image] Sep 15 04:03:05.801 INFO O| Sep 15 04:03:05.801 INFO STEP 522 (remove_files) COMPLETE
72702026-09-15T04:03:06.794Z[ recovery-image] Sep 15 04:03:05.801 INFO O| Sep 15 04:03:05.801 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-15T04:03:06.805Z[ recovery-image] Sep 15 04:03:05.812 INFO O| Sep 15 04:03:05.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72722026-09-15T04:03:06.805Z[ recovery-image] Sep 15 04:03:05.812 INFO O| Sep 15 04:03:05.812 INFO STEP 523 (remove_files) COMPLETE
72732026-09-15T04:03:06.805Z[ recovery-image] Sep 15 04:03:05.812 INFO O| Sep 15 04:03:05.812 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-15T04:03:06.815Z[ recovery-image] Sep 15 04:03:05.822 INFO O| Sep 15 04:03:05.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72752026-09-15T04:03:06.815Z[ recovery-image] Sep 15 04:03:05.822 INFO O| Sep 15 04:03:05.822 INFO STEP 524 (remove_files) COMPLETE
72762026-09-15T04:03:06.815Z[ recovery-image] Sep 15 04:03:05.822 INFO O| Sep 15 04:03:05.822 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-15T04:03:06.823Z[ recovery-image] Sep 15 04:03:05.830 INFO O| Sep 15 04:03:05.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72782026-09-15T04:03:06.823Z[ recovery-image] Sep 15 04:03:05.830 INFO O| Sep 15 04:03:05.830 INFO STEP 525 (remove_files) COMPLETE
72792026-09-15T04:03:06.823Z[ recovery-image] Sep 15 04:03:05.830 INFO O| Sep 15 04:03:05.830 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-15T04:03:06.834Z[ recovery-image] Sep 15 04:03:05.841 INFO O| Sep 15 04:03:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72812026-09-15T04:03:06.834Z[ recovery-image] Sep 15 04:03:05.841 INFO O| Sep 15 04:03:05.841 INFO STEP 526 (remove_files) COMPLETE
72822026-09-15T04:03:06.834Z[ recovery-image] Sep 15 04:03:05.841 INFO O| Sep 15 04:03:05.841 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-15T04:03:06.846Z[ recovery-image] Sep 15 04:03:05.849 INFO O| Sep 15 04:03:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72842026-09-15T04:03:06.846Z[ recovery-image] Sep 15 04:03:05.849 INFO O| Sep 15 04:03:05.849 INFO STEP 527 (remove_files) COMPLETE
72852026-09-15T04:03:06.846Z[ recovery-image] Sep 15 04:03:05.849 INFO O| Sep 15 04:03:05.849 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-15T04:03:06.853Z[ recovery-image] Sep 15 04:03:05.860 INFO O| Sep 15 04:03:05.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72872026-09-15T04:03:06.853Z[ recovery-image] Sep 15 04:03:05.860 INFO O| Sep 15 04:03:05.860 INFO STEP 528 (remove_files) COMPLETE
72882026-09-15T04:03:06.853Z[ recovery-image] Sep 15 04:03:05.860 INFO O| Sep 15 04:03:05.860 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-15T04:03:06.865Z[ recovery-image] Sep 15 04:03:05.872 INFO O| Sep 15 04:03:05.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72902026-09-15T04:03:06.865Z[ recovery-image] Sep 15 04:03:05.872 INFO O| Sep 15 04:03:05.872 INFO STEP 529 (remove_files) COMPLETE
72912026-09-15T04:03:06.865Z[ recovery-image] Sep 15 04:03:05.872 INFO O| Sep 15 04:03:05.872 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-15T04:03:06.874Z[ recovery-image] Sep 15 04:03:05.881 INFO O| Sep 15 04:03:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72932026-09-15T04:03:06.874Z[ recovery-image] Sep 15 04:03:05.881 INFO O| Sep 15 04:03:05.881 INFO STEP 530 (remove_files) COMPLETE
72942026-09-15T04:03:06.874Z[ recovery-image] Sep 15 04:03:05.881 INFO O| Sep 15 04:03:05.881 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-15T04:03:06.882Z[ recovery-image] Sep 15 04:03:05.889 INFO O| Sep 15 04:03:05.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72962026-09-15T04:03:06.882Z[ recovery-image] Sep 15 04:03:05.889 INFO O| Sep 15 04:03:05.889 INFO STEP 531 (remove_files) COMPLETE
72972026-09-15T04:03:06.882Z[ recovery-image] Sep 15 04:03:05.889 INFO O| Sep 15 04:03:05.889 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-15T04:03:06.891Z[ recovery-image] Sep 15 04:03:05.898 INFO O| Sep 15 04:03:05.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72992026-09-15T04:03:06.891Z[ recovery-image] Sep 15 04:03:05.898 INFO O| Sep 15 04:03:05.898 INFO STEP 532 (remove_files) COMPLETE
73002026-09-15T04:03:06.891Z[ recovery-image] Sep 15 04:03:05.898 INFO O| Sep 15 04:03:05.898 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-15T04:03:06.899Z[ recovery-image] Sep 15 04:03:05.906 INFO O| Sep 15 04:03:05.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73022026-09-15T04:03:06.899Z[ recovery-image] Sep 15 04:03:05.906 INFO O| Sep 15 04:03:05.906 INFO STEP 533 (remove_files) COMPLETE
73032026-09-15T04:03:06.900Z[ recovery-image] Sep 15 04:03:05.906 INFO O| Sep 15 04:03:05.906 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-15T04:03:06.908Z[ recovery-image] Sep 15 04:03:05.915 INFO O| Sep 15 04:03:05.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73052026-09-15T04:03:06.909Z[ recovery-image] Sep 15 04:03:05.915 INFO O| Sep 15 04:03:05.915 INFO STEP 534 (remove_files) COMPLETE
73062026-09-15T04:03:06.909Z[ recovery-image] Sep 15 04:03:05.915 INFO O| Sep 15 04:03:05.915 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-15T04:03:06.917Z[ recovery-image] Sep 15 04:03:05.924 INFO O| Sep 15 04:03:05.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73082026-09-15T04:03:06.917Z[ recovery-image] Sep 15 04:03:05.924 INFO O| Sep 15 04:03:05.924 INFO STEP 535 (remove_files) COMPLETE
73092026-09-15T04:03:06.917Z[ recovery-image] Sep 15 04:03:05.924 INFO O| Sep 15 04:03:05.924 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-15T04:03:06.926Z[ recovery-image] Sep 15 04:03:05.933 INFO O| Sep 15 04:03:05.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73112026-09-15T04:03:06.937Z[ recovery-image] Sep 15 04:03:05.944 INFO O| Sep 15 04:03:05.944 INFO STEP 536 (remove_files) COMPLETE
73122026-09-15T04:03:06.937Z[ recovery-image] Sep 15 04:03:05.944 INFO O| Sep 15 04:03:05.944 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-15T04:03:06.948Z[ recovery-image] Sep 15 04:03:05.954 INFO O| Sep 15 04:03:05.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73142026-09-15T04:03:06.948Z[ recovery-image] Sep 15 04:03:05.955 INFO O| Sep 15 04:03:05.955 INFO STEP 537 (remove_files) COMPLETE
73152026-09-15T04:03:06.948Z[ recovery-image] Sep 15 04:03:05.955 INFO O| Sep 15 04:03:05.955 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-15T04:03:06.957Z[ recovery-image] Sep 15 04:03:05.964 INFO O| Sep 15 04:03:05.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73172026-09-15T04:03:06.964Z[ recovery-image] Sep 15 04:03:05.971 INFO O| Sep 15 04:03:05.971 INFO STEP 538 (remove_files) COMPLETE
73182026-09-15T04:03:06.964Z[ recovery-image] Sep 15 04:03:05.971 INFO O| Sep 15 04:03:05.971 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-15T04:03:06.974Z[ recovery-image] Sep 15 04:03:05.981 INFO O| Sep 15 04:03:05.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73202026-09-15T04:03:06.974Z[ recovery-image] Sep 15 04:03:05.981 INFO O| Sep 15 04:03:05.981 INFO STEP 539 (remove_files) COMPLETE
73212026-09-15T04:03:06.974Z[ recovery-image] Sep 15 04:03:05.981 INFO O| Sep 15 04:03:05.981 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-15T04:03:06.983Z[ recovery-image] Sep 15 04:03:05.990 INFO O| Sep 15 04:03:05.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73232026-09-15T04:03:06.983Z[ recovery-image] Sep 15 04:03:05.990 INFO O| Sep 15 04:03:05.990 INFO STEP 540 (remove_files) COMPLETE
73242026-09-15T04:03:06.983Z[ recovery-image] Sep 15 04:03:05.990 INFO O| Sep 15 04:03:05.990 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-15T04:03:06.999Z[ recovery-image] Sep 15 04:03:06.006 INFO O| Sep 15 04:03:06.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73262026-09-15T04:03:06.999Z[ recovery-image] Sep 15 04:03:06.006 INFO O| Sep 15 04:03:06.006 INFO STEP 541 (remove_files) COMPLETE
73272026-09-15T04:03:06.999Z[ recovery-image] Sep 15 04:03:06.006 INFO O| Sep 15 04:03:06.006 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-15T04:03:07.008Z[ recovery-image] Sep 15 04:03:06.015 INFO O| Sep 15 04:03:06.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73292026-09-15T04:03:07.008Z[ recovery-image] Sep 15 04:03:06.015 INFO O| Sep 15 04:03:06.015 INFO STEP 542 (remove_files) COMPLETE
73302026-09-15T04:03:07.009Z[ recovery-image] Sep 15 04:03:06.015 INFO O| Sep 15 04:03:06.015 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-15T04:03:07.017Z[ recovery-image] Sep 15 04:03:06.024 INFO O| Sep 15 04:03:06.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73322026-09-15T04:03:07.018Z[ recovery-image] Sep 15 04:03:06.024 INFO O| Sep 15 04:03:06.024 INFO STEP 543 (remove_files) COMPLETE
73332026-09-15T04:03:07.018Z[ recovery-image] Sep 15 04:03:06.024 INFO O| Sep 15 04:03:06.024 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-15T04:03:07.026Z[ recovery-image] Sep 15 04:03:06.033 INFO O| Sep 15 04:03:06.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73352026-09-15T04:03:07.026Z[ recovery-image] Sep 15 04:03:06.033 INFO O| Sep 15 04:03:06.033 INFO STEP 544 (remove_files) COMPLETE
73362026-09-15T04:03:07.026Z[ recovery-image] Sep 15 04:03:06.033 INFO O| Sep 15 04:03:06.033 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-15T04:03:07.047Z[ recovery-image] Sep 15 04:03:06.054 INFO O| Sep 15 04:03:06.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73382026-09-15T04:03:07.047Z[ recovery-image] Sep 15 04:03:06.054 INFO O| Sep 15 04:03:06.054 INFO STEP 545 (remove_files) COMPLETE
73392026-09-15T04:03:07.047Z[ recovery-image] Sep 15 04:03:06.054 INFO O| Sep 15 04:03:06.054 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-15T04:03:07.059Z[ recovery-image] Sep 15 04:03:06.066 INFO O| Sep 15 04:03:06.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73412026-09-15T04:03:07.059Z[ recovery-image] Sep 15 04:03:06.066 INFO O| Sep 15 04:03:06.066 INFO STEP 546 (remove_files) COMPLETE
73422026-09-15T04:03:07.059Z[ recovery-image] Sep 15 04:03:06.066 INFO O| Sep 15 04:03:06.066 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-15T04:03:07.069Z[ recovery-image] Sep 15 04:03:06.076 INFO O| Sep 15 04:03:06.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73442026-09-15T04:03:07.069Z[ recovery-image] Sep 15 04:03:06.076 INFO O| Sep 15 04:03:06.076 INFO STEP 547 (remove_files) COMPLETE
73452026-09-15T04:03:07.069Z[ recovery-image] Sep 15 04:03:06.076 INFO O| Sep 15 04:03:06.076 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-15T04:03:07.079Z[ recovery-image] Sep 15 04:03:06.086 INFO O| Sep 15 04:03:06.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73472026-09-15T04:03:07.079Z[ recovery-image] Sep 15 04:03:06.086 INFO O| Sep 15 04:03:06.086 INFO STEP 548 (remove_files) COMPLETE
73482026-09-15T04:03:07.080Z[ recovery-image] Sep 15 04:03:06.086 INFO O| Sep 15 04:03:06.086 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-15T04:03:07.089Z[ recovery-image] Sep 15 04:03:06.096 INFO O| Sep 15 04:03:06.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73502026-09-15T04:03:07.089Z[ recovery-image] Sep 15 04:03:06.096 INFO O| Sep 15 04:03:06.096 INFO STEP 549 (remove_files) COMPLETE
73512026-09-15T04:03:07.089Z[ recovery-image] Sep 15 04:03:06.096 INFO O| Sep 15 04:03:06.096 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-15T04:03:07.098Z[ recovery-image] Sep 15 04:03:06.105 INFO O| Sep 15 04:03:06.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73532026-09-15T04:03:07.098Z[ recovery-image] Sep 15 04:03:06.105 INFO O| Sep 15 04:03:06.105 INFO STEP 550 (remove_files) COMPLETE
73542026-09-15T04:03:07.098Z[ recovery-image] Sep 15 04:03:06.105 INFO O| Sep 15 04:03:06.105 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-15T04:03:07.107Z[ recovery-image] Sep 15 04:03:06.114 INFO O| Sep 15 04:03:06.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73562026-09-15T04:03:07.107Z[ recovery-image] Sep 15 04:03:06.114 INFO O| Sep 15 04:03:06.114 INFO STEP 551 (remove_files) COMPLETE
73572026-09-15T04:03:07.107Z[ recovery-image] Sep 15 04:03:06.114 INFO O| Sep 15 04:03:06.114 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-15T04:03:07.116Z[ recovery-image] Sep 15 04:03:06.123 INFO O| Sep 15 04:03:06.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73592026-09-15T04:03:07.116Z[ recovery-image] Sep 15 04:03:06.123 INFO O| Sep 15 04:03:06.123 INFO STEP 552 (remove_files) COMPLETE
73602026-09-15T04:03:07.116Z[ recovery-image] Sep 15 04:03:06.123 INFO O| Sep 15 04:03:06.123 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-15T04:03:07.125Z[ recovery-image] Sep 15 04:03:06.132 INFO O| Sep 15 04:03:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73622026-09-15T04:03:07.125Z[ recovery-image] Sep 15 04:03:06.132 INFO O| Sep 15 04:03:06.132 INFO STEP 553 (remove_files) COMPLETE
73632026-09-15T04:03:07.125Z[ recovery-image] Sep 15 04:03:06.132 INFO O| Sep 15 04:03:06.132 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-15T04:03:07.136Z[ recovery-image] Sep 15 04:03:06.143 INFO O| Sep 15 04:03:06.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73652026-09-15T04:03:07.136Z[ recovery-image] Sep 15 04:03:06.143 INFO O| Sep 15 04:03:06.143 INFO STEP 554 (remove_files) COMPLETE
73662026-09-15T04:03:07.136Z[ recovery-image] Sep 15 04:03:06.143 INFO O| Sep 15 04:03:06.143 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-15T04:03:07.147Z[ recovery-image] Sep 15 04:03:06.154 INFO O| Sep 15 04:03:06.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73682026-09-15T04:03:07.150Z[ recovery-image] Sep 15 04:03:06.154 INFO O| Sep 15 04:03:06.154 INFO STEP 555 (remove_files) COMPLETE
73692026-09-15T04:03:07.150Z[ recovery-image] Sep 15 04:03:06.154 INFO O| Sep 15 04:03:06.154 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-15T04:03:07.158Z[ recovery-image] Sep 15 04:03:06.165 INFO O| Sep 15 04:03:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73712026-09-15T04:03:07.158Z[ recovery-image] Sep 15 04:03:06.165 INFO O| Sep 15 04:03:06.165 INFO STEP 556 (remove_files) COMPLETE
73722026-09-15T04:03:07.158Z[ recovery-image] Sep 15 04:03:06.165 INFO O| Sep 15 04:03:06.165 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-15T04:03:07.168Z[ recovery-image] Sep 15 04:03:06.175 INFO O| Sep 15 04:03:06.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73742026-09-15T04:03:07.168Z[ recovery-image] Sep 15 04:03:06.175 INFO O| Sep 15 04:03:06.175 INFO STEP 557 (remove_files) COMPLETE
73752026-09-15T04:03:07.168Z[ recovery-image] Sep 15 04:03:06.175 INFO O| Sep 15 04:03:06.175 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-15T04:03:07.178Z[ recovery-image] Sep 15 04:03:06.184 INFO O| Sep 15 04:03:06.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73772026-09-15T04:03:07.178Z[ recovery-image] Sep 15 04:03:06.184 INFO O| Sep 15 04:03:06.184 INFO STEP 558 (remove_files) COMPLETE
73782026-09-15T04:03:07.178Z[ recovery-image] Sep 15 04:03:06.184 INFO O| Sep 15 04:03:06.184 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-15T04:03:07.187Z[ recovery-image] Sep 15 04:03:06.194 INFO O| Sep 15 04:03:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73802026-09-15T04:03:07.187Z[ recovery-image] Sep 15 04:03:06.194 INFO O| Sep 15 04:03:06.194 INFO STEP 559 (remove_files) COMPLETE
73812026-09-15T04:03:07.187Z[ recovery-image] Sep 15 04:03:06.194 INFO O| Sep 15 04:03:06.194 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-15T04:03:07.197Z[ recovery-image] Sep 15 04:03:06.204 INFO O| Sep 15 04:03:06.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73832026-09-15T04:03:07.197Z[ recovery-image] Sep 15 04:03:06.204 INFO O| Sep 15 04:03:06.204 INFO STEP 560 (remove_files) COMPLETE
73842026-09-15T04:03:07.197Z[ recovery-image] Sep 15 04:03:06.204 INFO O| Sep 15 04:03:06.204 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-15T04:03:07.208Z[ recovery-image] Sep 15 04:03:06.215 INFO O| Sep 15 04:03:06.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73862026-09-15T04:03:07.208Z[ recovery-image] Sep 15 04:03:06.215 INFO O| Sep 15 04:03:06.215 INFO STEP 561 (remove_files) COMPLETE
73872026-09-15T04:03:07.208Z[ recovery-image] Sep 15 04:03:06.215 INFO O| Sep 15 04:03:06.215 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-15T04:03:07.218Z[ recovery-image] Sep 15 04:03:06.225 INFO O| Sep 15 04:03:06.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73892026-09-15T04:03:07.218Z[ recovery-image] Sep 15 04:03:06.225 INFO O| Sep 15 04:03:06.225 INFO STEP 562 (remove_files) COMPLETE
73902026-09-15T04:03:07.221Z[ recovery-image] Sep 15 04:03:06.225 INFO O| Sep 15 04:03:06.225 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-09-15T04:03:07.227Z[ recovery-image] Sep 15 04:03:06.235 INFO O| Sep 15 04:03:06.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73922026-09-15T04:03:07.227Z[ recovery-image] Sep 15 04:03:06.235 INFO O| Sep 15 04:03:06.235 INFO STEP 563 (remove_files) COMPLETE
73932026-09-15T04:03:07.231Z[ recovery-image] Sep 15 04:03:06.235 INFO O| Sep 15 04:03:06.235 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-09-15T04:03:07.238Z[ recovery-image] Sep 15 04:03:06.245 INFO O| Sep 15 04:03:06.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73952026-09-15T04:03:07.238Z[ recovery-image] Sep 15 04:03:06.245 INFO O| Sep 15 04:03:06.245 INFO STEP 564 (remove_files) COMPLETE
73962026-09-15T04:03:07.238Z[ recovery-image] Sep 15 04:03:06.245 INFO O| Sep 15 04:03:06.245 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-09-15T04:03:07.250Z[ recovery-image] Sep 15 04:03:06.257 INFO O| Sep 15 04:03:06.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73982026-09-15T04:03:07.254Z[ recovery-image] Sep 15 04:03:06.258 INFO O| Sep 15 04:03:06.258 INFO STEP 565 (remove_files) COMPLETE
73992026-09-15T04:03:07.254Z[ recovery-image] Sep 15 04:03:06.258 INFO O| Sep 15 04:03:06.258 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-09-15T04:03:07.262Z[ recovery-image] Sep 15 04:03:06.269 INFO O| Sep 15 04:03:06.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74012026-09-15T04:03:07.262Z[ recovery-image] Sep 15 04:03:06.269 INFO O| Sep 15 04:03:06.269 INFO STEP 566 (remove_files) COMPLETE
74022026-09-15T04:03:07.266Z[ recovery-image] Sep 15 04:03:06.269 INFO O| Sep 15 04:03:06.269 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-09-15T04:03:07.272Z[ recovery-image] Sep 15 04:03:06.279 INFO O| Sep 15 04:03:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74042026-09-15T04:03:07.272Z[ recovery-image] Sep 15 04:03:06.280 INFO O| Sep 15 04:03:06.280 INFO STEP 567 (remove_files) COMPLETE
74052026-09-15T04:03:07.276Z[ recovery-image] Sep 15 04:03:06.280 INFO O| Sep 15 04:03:06.280 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-09-15T04:03:07.282Z[ recovery-image] Sep 15 04:03:06.289 INFO O| Sep 15 04:03:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74072026-09-15T04:03:07.282Z[ recovery-image] Sep 15 04:03:06.289 INFO O| Sep 15 04:03:06.289 INFO STEP 568 (remove_files) COMPLETE
74082026-09-15T04:03:07.283Z[ recovery-image] Sep 15 04:03:06.289 INFO O| Sep 15 04:03:06.289 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-09-15T04:03:07.293Z[ recovery-image] Sep 15 04:03:06.300 INFO O| Sep 15 04:03:06.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74102026-09-15T04:03:07.293Z[ recovery-image] Sep 15 04:03:06.300 INFO O| Sep 15 04:03:06.300 INFO STEP 569 (remove_files) COMPLETE
74112026-09-15T04:03:07.293Z[ recovery-image] Sep 15 04:03:06.300 INFO O| Sep 15 04:03:06.300 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-09-15T04:03:07.302Z[ recovery-image] Sep 15 04:03:06.309 INFO O| Sep 15 04:03:06.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74132026-09-15T04:03:07.302Z[ recovery-image] Sep 15 04:03:06.309 INFO O| Sep 15 04:03:06.309 INFO STEP 570 (remove_files) COMPLETE
74142026-09-15T04:03:07.306Z[ recovery-image] Sep 15 04:03:06.309 INFO O| Sep 15 04:03:06.309 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-09-15T04:03:07.311Z[ recovery-image] Sep 15 04:03:06.318 INFO O| Sep 15 04:03:06.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74162026-09-15T04:03:07.311Z[ recovery-image] Sep 15 04:03:06.318 INFO O| Sep 15 04:03:06.318 INFO STEP 571 (remove_files) COMPLETE
74172026-09-15T04:03:07.315Z[ recovery-image] Sep 15 04:03:06.318 INFO O| Sep 15 04:03:06.318 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-09-15T04:03:07.322Z[ recovery-image] Sep 15 04:03:06.327 INFO O| Sep 15 04:03:06.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74192026-09-15T04:03:07.322Z[ recovery-image] Sep 15 04:03:06.328 INFO O| Sep 15 04:03:06.328 INFO STEP 572 (remove_files) COMPLETE
74202026-09-15T04:03:07.326Z[ recovery-image] Sep 15 04:03:06.328 INFO O| Sep 15 04:03:06.328 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-09-15T04:03:07.330Z[ recovery-image] Sep 15 04:03:06.337 INFO O| Sep 15 04:03:06.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74222026-09-15T04:03:07.330Z[ recovery-image] Sep 15 04:03:06.337 INFO O| Sep 15 04:03:06.337 INFO STEP 573 (remove_files) COMPLETE
74232026-09-15T04:03:07.334Z[ recovery-image] Sep 15 04:03:06.337 INFO O| Sep 15 04:03:06.337 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-09-15T04:03:07.341Z[ recovery-image] Sep 15 04:03:06.348 INFO O| Sep 15 04:03:06.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74252026-09-15T04:03:07.341Z[ recovery-image] Sep 15 04:03:06.348 INFO O| Sep 15 04:03:06.348 INFO STEP 574 (remove_files) COMPLETE
74262026-09-15T04:03:07.345Z[ recovery-image] Sep 15 04:03:06.348 INFO O| Sep 15 04:03:06.348 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-09-15T04:03:07.352Z[ recovery-image] Sep 15 04:03:06.359 INFO O| Sep 15 04:03:06.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74282026-09-15T04:03:07.352Z[ recovery-image] Sep 15 04:03:06.360 INFO O| Sep 15 04:03:06.360 INFO STEP 575 (remove_files) COMPLETE
74292026-09-15T04:03:07.352Z[ recovery-image] Sep 15 04:03:06.360 INFO O| Sep 15 04:03:06.360 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-09-15T04:03:07.365Z[ recovery-image] Sep 15 04:03:06.371 INFO O| Sep 15 04:03:06.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74312026-09-15T04:03:07.365Z[ recovery-image] Sep 15 04:03:06.371 INFO O| Sep 15 04:03:06.371 INFO STEP 576 (remove_files) COMPLETE
74322026-09-15T04:03:07.365Z[ recovery-image] Sep 15 04:03:06.371 INFO O| Sep 15 04:03:06.371 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-09-15T04:03:07.377Z[ recovery-image] Sep 15 04:03:06.381 INFO O| Sep 15 04:03:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74342026-09-15T04:03:07.377Z[ recovery-image] Sep 15 04:03:06.381 INFO O| Sep 15 04:03:06.381 INFO STEP 577 (remove_files) COMPLETE
74352026-09-15T04:03:07.377Z[ recovery-image] Sep 15 04:03:06.381 INFO O| Sep 15 04:03:06.381 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-09-15T04:03:07.384Z[ recovery-image] Sep 15 04:03:06.391 INFO O| Sep 15 04:03:06.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74372026-09-15T04:03:07.384Z[ recovery-image] Sep 15 04:03:06.391 INFO O| Sep 15 04:03:06.391 INFO STEP 578 (remove_files) COMPLETE
74382026-09-15T04:03:07.384Z[ recovery-image] Sep 15 04:03:06.391 INFO O| Sep 15 04:03:06.391 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-09-15T04:03:07.393Z[ recovery-image] Sep 15 04:03:06.400 INFO O| Sep 15 04:03:06.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74402026-09-15T04:03:07.393Z[ recovery-image] Sep 15 04:03:06.400 INFO O| Sep 15 04:03:06.400 INFO STEP 579 (remove_files) COMPLETE
74412026-09-15T04:03:07.393Z[ recovery-image] Sep 15 04:03:06.400 INFO O| Sep 15 04:03:06.400 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-09-15T04:03:07.401Z[ recovery-image] Sep 15 04:03:06.408 INFO O| Sep 15 04:03:06.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74432026-09-15T04:03:07.401Z[ recovery-image] Sep 15 04:03:06.408 INFO O| Sep 15 04:03:06.408 INFO STEP 580 (remove_files) COMPLETE
74442026-09-15T04:03:07.401Z[ recovery-image] Sep 15 04:03:06.408 INFO O| Sep 15 04:03:06.408 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-09-15T04:03:07.412Z[ recovery-image] Sep 15 04:03:06.419 INFO O| Sep 15 04:03:06.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74462026-09-15T04:03:07.412Z[ recovery-image] Sep 15 04:03:06.419 INFO O| Sep 15 04:03:06.419 INFO STEP 581 (remove_files) COMPLETE
74472026-09-15T04:03:07.413Z[ recovery-image] Sep 15 04:03:06.419 INFO O| Sep 15 04:03:06.419 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-09-15T04:03:07.425Z[ recovery-image] Sep 15 04:03:06.432 INFO O| Sep 15 04:03:06.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74492026-09-15T04:03:07.425Z[ recovery-image] Sep 15 04:03:06.432 INFO O| Sep 15 04:03:06.432 INFO STEP 582 (remove_files) COMPLETE
74502026-09-15T04:03:07.425Z[ recovery-image] Sep 15 04:03:06.432 INFO O| Sep 15 04:03:06.432 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-09-15T04:03:07.434Z[ recovery-image] Sep 15 04:03:06.442 INFO O| Sep 15 04:03:06.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74522026-09-15T04:03:07.435Z[ recovery-image] Sep 15 04:03:06.442 INFO O| Sep 15 04:03:06.442 INFO STEP 583 (remove_files) COMPLETE
74532026-09-15T04:03:07.435Z[ recovery-image] Sep 15 04:03:06.442 INFO O| Sep 15 04:03:06.442 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-09-15T04:03:07.445Z[ recovery-image] Sep 15 04:03:06.452 INFO O| Sep 15 04:03:06.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74552026-09-15T04:03:07.445Z[ recovery-image] Sep 15 04:03:06.452 INFO O| Sep 15 04:03:06.452 INFO STEP 584 (remove_files) COMPLETE
74562026-09-15T04:03:07.445Z[ recovery-image] Sep 15 04:03:06.452 INFO O| Sep 15 04:03:06.452 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-09-15T04:03:07.457Z[ recovery-image] Sep 15 04:03:06.464 INFO O| Sep 15 04:03:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74582026-09-15T04:03:07.457Z[ recovery-image] Sep 15 04:03:06.464 INFO O| Sep 15 04:03:06.464 INFO STEP 585 (remove_files) COMPLETE
74592026-09-15T04:03:07.457Z[ recovery-image] Sep 15 04:03:06.464 INFO O| Sep 15 04:03:06.464 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-09-15T04:03:07.469Z[ recovery-image] Sep 15 04:03:06.475 INFO O| Sep 15 04:03:06.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74612026-09-15T04:03:07.469Z[ recovery-image] Sep 15 04:03:06.475 INFO O| Sep 15 04:03:06.475 INFO STEP 586 (remove_files) COMPLETE
74622026-09-15T04:03:07.469Z[ recovery-image] Sep 15 04:03:06.475 INFO O| Sep 15 04:03:06.475 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-09-15T04:03:07.486Z[ recovery-image] Sep 15 04:03:06.486 INFO O| Sep 15 04:03:06.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74642026-09-15T04:03:07.486Z[ recovery-image] Sep 15 04:03:06.486 INFO O| Sep 15 04:03:06.486 INFO STEP 587 (remove_files) COMPLETE
74652026-09-15T04:03:07.486Z[ recovery-image] Sep 15 04:03:06.486 INFO O| Sep 15 04:03:06.486 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-09-15T04:03:07.491Z[ recovery-image] Sep 15 04:03:06.497 INFO O| Sep 15 04:03:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74672026-09-15T04:03:07.491Z[ recovery-image] Sep 15 04:03:06.497 INFO O| Sep 15 04:03:06.497 INFO STEP 588 (remove_files) COMPLETE
74682026-09-15T04:03:07.491Z[ recovery-image] Sep 15 04:03:06.497 INFO O| Sep 15 04:03:06.497 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-09-15T04:03:07.500Z[ recovery-image] Sep 15 04:03:06.507 INFO O| Sep 15 04:03:06.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74702026-09-15T04:03:07.500Z[ recovery-image] Sep 15 04:03:06.507 INFO O| Sep 15 04:03:06.507 INFO STEP 589 (remove_files) COMPLETE
74712026-09-15T04:03:07.504Z[ recovery-image] Sep 15 04:03:06.507 INFO O| Sep 15 04:03:06.507 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-09-15T04:03:07.513Z[ recovery-image] Sep 15 04:03:06.517 INFO O| Sep 15 04:03:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74732026-09-15T04:03:07.513Z[ recovery-image] Sep 15 04:03:06.518 INFO O| Sep 15 04:03:06.518 INFO STEP 590 (remove_files) COMPLETE
74742026-09-15T04:03:07.513Z[ recovery-image] Sep 15 04:03:06.518 INFO O| Sep 15 04:03:06.518 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-09-15T04:03:07.518Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
74762026-09-15T04:03:07.522Z[ recovery-image] Sep 15 04:03:06.529 INFO O| Sep 15 04:03:06.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74772026-09-15T04:03:07.522Z[ recovery-image] Sep 15 04:03:06.529 INFO O| Sep 15 04:03:06.529 INFO STEP 591 (remove_files) COMPLETE
74782026-09-15T04:03:07.522Z[ recovery-image] Sep 15 04:03:06.529 INFO O| Sep 15 04:03:06.529 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-15T04:03:07.531Z[ recovery-image] Sep 15 04:03:06.537 INFO O| Sep 15 04:03:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74802026-09-15T04:03:07.531Z[ recovery-image] Sep 15 04:03:06.537 INFO O| Sep 15 04:03:06.537 INFO STEP 592 (remove_files) COMPLETE
74812026-09-15T04:03:07.536Z[ recovery-image] Sep 15 04:03:06.537 INFO O| Sep 15 04:03:06.537 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-15T04:03:07.543Z[ recovery-image] Sep 15 04:03:06.546 INFO O| Sep 15 04:03:06.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74832026-09-15T04:03:07.543Z[ recovery-image] Sep 15 04:03:06.546 INFO O| Sep 15 04:03:06.546 INFO STEP 593 (remove_files) COMPLETE
74842026-09-15T04:03:07.543Z[ recovery-image] Sep 15 04:03:06.546 INFO O| Sep 15 04:03:06.546 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-15T04:03:07.548Z[ recovery-image] Sep 15 04:03:06.554 INFO O| Sep 15 04:03:06.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74862026-09-15T04:03:07.548Z[ recovery-image] Sep 15 04:03:06.554 INFO O| Sep 15 04:03:06.554 INFO STEP 594 (remove_files) COMPLETE
74872026-09-15T04:03:07.548Z[ recovery-image] Sep 15 04:03:06.554 INFO O| Sep 15 04:03:06.554 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-15T04:03:07.557Z[ recovery-image] Sep 15 04:03:06.563 INFO O| Sep 15 04:03:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74892026-09-15T04:03:07.557Z[ recovery-image] Sep 15 04:03:06.563 INFO O| Sep 15 04:03:06.563 INFO STEP 595 (remove_files) COMPLETE
74902026-09-15T04:03:07.557Z[ recovery-image] Sep 15 04:03:06.563 INFO O| Sep 15 04:03:06.563 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-15T04:03:07.570Z[ recovery-image] Sep 15 04:03:06.571 INFO O| Sep 15 04:03:06.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74922026-09-15T04:03:07.575Z[ recovery-image] Sep 15 04:03:06.571 INFO O| Sep 15 04:03:06.571 INFO STEP 596 (remove_files) COMPLETE
74932026-09-15T04:03:07.575Z[ recovery-image] Sep 15 04:03:06.571 INFO O| Sep 15 04:03:06.571 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-15T04:03:07.581Z[ recovery-image] Sep 15 04:03:06.581 INFO O| Sep 15 04:03:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74952026-09-15T04:03:07.581Z[ recovery-image] Sep 15 04:03:06.581 INFO O| Sep 15 04:03:06.581 INFO STEP 597 (remove_files) COMPLETE
74962026-09-15T04:03:07.581Z[ recovery-image] Sep 15 04:03:06.581 INFO O| Sep 15 04:03:06.581 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-15T04:03:07.586Z[ recovery-image] Sep 15 04:03:06.591 INFO O| Sep 15 04:03:06.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74982026-09-15T04:03:07.586Z[ recovery-image] Sep 15 04:03:06.591 INFO O| Sep 15 04:03:06.591 INFO STEP 598 (remove_files) COMPLETE
74992026-09-15T04:03:07.586Z[ recovery-image] Sep 15 04:03:06.591 INFO O| Sep 15 04:03:06.591 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-15T04:03:07.595Z[ recovery-image] Sep 15 04:03:06.601 INFO O| Sep 15 04:03:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75012026-09-15T04:03:07.595Z[ recovery-image] Sep 15 04:03:06.601 INFO O| Sep 15 04:03:06.601 INFO STEP 599 (remove_files) COMPLETE
75022026-09-15T04:03:07.595Z[ recovery-image] Sep 15 04:03:06.601 INFO O| Sep 15 04:03:06.601 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-15T04:03:07.606Z[ recovery-image] Sep 15 04:03:06.611 INFO O| Sep 15 04:03:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75042026-09-15T04:03:07.606Z[ recovery-image] Sep 15 04:03:06.611 INFO O| Sep 15 04:03:06.611 INFO STEP 600 (remove_files) COMPLETE
75052026-09-15T04:03:07.612Z[ recovery-image] Sep 15 04:03:06.611 INFO O| Sep 15 04:03:06.611 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-15T04:03:07.619Z[ recovery-image] Sep 15 04:03:06.621 INFO O| Sep 15 04:03:06.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75072026-09-15T04:03:07.619Z[ recovery-image] Sep 15 04:03:06.621 INFO O| Sep 15 04:03:06.621 INFO STEP 601 (remove_files) COMPLETE
75082026-09-15T04:03:07.619Z[ recovery-image] Sep 15 04:03:06.621 INFO O| Sep 15 04:03:06.621 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-15T04:03:07.626Z[ recovery-image] Sep 15 04:03:06.632 INFO O| Sep 15 04:03:06.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75102026-09-15T04:03:07.626Z[ recovery-image] Sep 15 04:03:06.632 INFO O| Sep 15 04:03:06.632 INFO STEP 602 (remove_files) COMPLETE
75112026-09-15T04:03:07.630Z[ recovery-image] Sep 15 04:03:06.632 INFO O| Sep 15 04:03:06.632 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-15T04:03:07.638Z[ recovery-image] Sep 15 04:03:06.644 INFO O| Sep 15 04:03:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75132026-09-15T04:03:07.638Z[ recovery-image] Sep 15 04:03:06.644 INFO O| Sep 15 04:03:06.644 INFO STEP 603 (remove_files) COMPLETE
75142026-09-15T04:03:07.638Z[ recovery-image] Sep 15 04:03:06.644 INFO O| Sep 15 04:03:06.644 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-15T04:03:07.648Z[ recovery-image] Sep 15 04:03:06.655 INFO O| Sep 15 04:03:06.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75162026-09-15T04:03:07.648Z[ recovery-image] Sep 15 04:03:06.655 INFO O| Sep 15 04:03:06.655 INFO STEP 604 (remove_files) COMPLETE
75172026-09-15T04:03:07.648Z[ recovery-image] Sep 15 04:03:06.655 INFO O| Sep 15 04:03:06.655 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-15T04:03:07.659Z[ recovery-image] Sep 15 04:03:06.665 INFO O| Sep 15 04:03:06.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75192026-09-15T04:03:07.663Z[ recovery-image] Sep 15 04:03:06.666 INFO O| Sep 15 04:03:06.666 INFO STEP 605 (remove_files) COMPLETE
75202026-09-15T04:03:07.664Z[ recovery-image] Sep 15 04:03:06.666 INFO O| Sep 15 04:03:06.666 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-15T04:03:07.675Z[ recovery-image] Sep 15 04:03:06.675 INFO O| Sep 15 04:03:06.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75222026-09-15T04:03:07.675Z[ recovery-image] Sep 15 04:03:06.675 INFO O| Sep 15 04:03:06.675 INFO STEP 606 (remove_files) COMPLETE
75232026-09-15T04:03:07.675Z[ recovery-image] Sep 15 04:03:06.675 INFO O| Sep 15 04:03:06.675 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-15T04:03:07.697Z[ recovery-image] Sep 15 04:03:06.699 INFO O| Sep 15 04:03:06.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75252026-09-15T04:03:07.697Z[ recovery-image] Sep 15 04:03:06.699 INFO O| Sep 15 04:03:06.699 INFO STEP 607 (remove_files) COMPLETE
75262026-09-15T04:03:07.707Z[ recovery-image] Sep 15 04:03:06.699 INFO O| Sep 15 04:03:06.699 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-15T04:03:07.718Z[ recovery-image] Sep 15 04:03:06.710 INFO O| Sep 15 04:03:06.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75282026-09-15T04:03:07.719Z[ recovery-image] Sep 15 04:03:06.710 INFO O| Sep 15 04:03:06.710 INFO STEP 608 (remove_files) COMPLETE
75292026-09-15T04:03:07.719Z[ recovery-image] Sep 15 04:03:06.710 INFO O| Sep 15 04:03:06.710 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-15T04:03:07.722Z[ recovery-image] Sep 15 04:03:06.719 INFO O| Sep 15 04:03:06.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75312026-09-15T04:03:07.722Z[ recovery-image] Sep 15 04:03:06.719 INFO O| Sep 15 04:03:06.719 INFO STEP 609 (remove_files) COMPLETE
75322026-09-15T04:03:07.722Z[ recovery-image] Sep 15 04:03:06.719 INFO O| Sep 15 04:03:06.719 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-15T04:03:07.722Z[ recovery-image] Sep 15 04:03:06.729 INFO O| Sep 15 04:03:06.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75342026-09-15T04:03:07.722Z[ recovery-image] Sep 15 04:03:06.729 INFO O| Sep 15 04:03:06.729 INFO STEP 610 (remove_files) COMPLETE
75352026-09-15T04:03:07.723Z[ recovery-image] Sep 15 04:03:06.729 INFO O| Sep 15 04:03:06.729 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-15T04:03:07.732Z[ recovery-image] Sep 15 04:03:06.739 INFO O| Sep 15 04:03:06.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75372026-09-15T04:03:07.732Z[ recovery-image] Sep 15 04:03:06.739 INFO O| Sep 15 04:03:06.739 INFO STEP 611 (remove_files) COMPLETE
75382026-09-15T04:03:07.732Z[ recovery-image] Sep 15 04:03:06.739 INFO O| Sep 15 04:03:06.739 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-15T04:03:07.735Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
75402026-09-15T04:03:07.742Z[ recovery-image] Sep 15 04:03:06.750 INFO O| Sep 15 04:03:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75412026-09-15T04:03:07.746Z[ recovery-image] Sep 15 04:03:06.750 INFO O| Sep 15 04:03:06.750 INFO STEP 612 (remove_files) COMPLETE
75422026-09-15T04:03:07.746Z[ recovery-image] Sep 15 04:03:06.750 INFO O| Sep 15 04:03:06.750 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-15T04:03:07.754Z[ recovery-image] Sep 15 04:03:06.761 INFO O| Sep 15 04:03:06.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75442026-09-15T04:03:07.754Z[ recovery-image] Sep 15 04:03:06.761 INFO O| Sep 15 04:03:06.761 INFO STEP 613 (remove_files) COMPLETE
75452026-09-15T04:03:07.754Z[ recovery-image] Sep 15 04:03:06.761 INFO O| Sep 15 04:03:06.761 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-15T04:03:07.765Z[ recovery-image] Sep 15 04:03:06.772 INFO O| Sep 15 04:03:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75472026-09-15T04:03:07.765Z[ recovery-image] Sep 15 04:03:06.772 INFO O| Sep 15 04:03:06.772 INFO STEP 614 (remove_files) COMPLETE
75482026-09-15T04:03:07.765Z[ recovery-image] Sep 15 04:03:06.772 INFO O| Sep 15 04:03:06.772 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-15T04:03:07.776Z[ recovery-image] Sep 15 04:03:06.782 INFO O| Sep 15 04:03:06.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75502026-09-15T04:03:07.776Z[ recovery-image] Sep 15 04:03:06.783 INFO O| Sep 15 04:03:06.783 INFO STEP 615 (remove_files) COMPLETE
75512026-09-15T04:03:07.776Z[ recovery-image] Sep 15 04:03:06.783 INFO O| Sep 15 04:03:06.783 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-15T04:03:07.786Z[ recovery-image] Sep 15 04:03:06.793 INFO O| Sep 15 04:03:06.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75532026-09-15T04:03:07.786Z[ recovery-image] Sep 15 04:03:06.793 INFO O| Sep 15 04:03:06.793 INFO STEP 616 (remove_files) COMPLETE
75542026-09-15T04:03:07.786Z[ recovery-image] Sep 15 04:03:06.793 INFO O| Sep 15 04:03:06.793 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-15T04:03:07.796Z[ recovery-image] Sep 15 04:03:06.803 INFO O| Sep 15 04:03:06.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75562026-09-15T04:03:07.796Z[ recovery-image] Sep 15 04:03:06.803 INFO O| Sep 15 04:03:06.803 INFO STEP 617 (remove_files) COMPLETE
75572026-09-15T04:03:07.796Z[ recovery-image] Sep 15 04:03:06.803 INFO O| Sep 15 04:03:06.803 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.813 INFO O| Sep 15 04:03:06.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75592026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.813 INFO O| Sep 15 04:03:06.813 INFO STEP 618 (remove_files) COMPLETE
75602026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.813 INFO O| Sep 15 04:03:06.813 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.824 INFO O| Sep 15 04:03:06.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75622026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.824 INFO O| Sep 15 04:03:06.824 INFO STEP 619 (remove_files) COMPLETE
75632026-09-15T04:03:07.817Z[ recovery-image] Sep 15 04:03:06.824 INFO O| Sep 15 04:03:06.824 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-09-15T04:03:07.841Z[ recovery-image] Sep 15 04:03:06.842 INFO O| Sep 15 04:03:06.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75652026-09-15T04:03:07.841Z[ recovery-image] Sep 15 04:03:06.842 INFO O| Sep 15 04:03:06.842 INFO STEP 620 (remove_files) COMPLETE
75662026-09-15T04:03:07.841Z[ recovery-image] Sep 15 04:03:06.842 INFO O| Sep 15 04:03:06.842 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-09-15T04:03:07.849Z[ recovery-image] Sep 15 04:03:06.852 INFO O| Sep 15 04:03:06.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75682026-09-15T04:03:07.849Z[ recovery-image] Sep 15 04:03:06.852 INFO O| Sep 15 04:03:06.852 INFO STEP 621 (remove_files) COMPLETE
75692026-09-15T04:03:07.853Z[ recovery-image] Sep 15 04:03:06.852 INFO O| Sep 15 04:03:06.852 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-09-15T04:03:07.864Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
75712026-09-15T04:03:07.882Z[ recovery-image] Sep 15 04:03:06.889 INFO O| Sep 15 04:03:06.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75722026-09-15T04:03:07.882Z[ recovery-image] Sep 15 04:03:06.889 INFO O| Sep 15 04:03:06.889 INFO STEP 622 (remove_files) COMPLETE
75732026-09-15T04:03:07.882Z[ recovery-image] Sep 15 04:03:06.889 INFO O| Sep 15 04:03:06.889 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-15T04:03:07.893Z[ recovery-image] Sep 15 04:03:06.899 INFO O| Sep 15 04:03:06.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75752026-09-15T04:03:07.893Z[ recovery-image] Sep 15 04:03:06.899 INFO O| Sep 15 04:03:06.899 INFO STEP 623 (remove_files) COMPLETE
75762026-09-15T04:03:07.896Z[ recovery-image] Sep 15 04:03:06.899 INFO O| Sep 15 04:03:06.899 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-15T04:03:07.902Z[ recovery-image] Sep 15 04:03:06.908 INFO O| Sep 15 04:03:06.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75782026-09-15T04:03:07.902Z[ recovery-image] Sep 15 04:03:06.908 INFO O| Sep 15 04:03:06.908 INFO STEP 624 (remove_files) COMPLETE
75792026-09-15T04:03:07.902Z[ recovery-image] Sep 15 04:03:06.908 INFO O| Sep 15 04:03:06.908 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-15T04:03:07.912Z[ recovery-image] Sep 15 04:03:06.917 INFO O| Sep 15 04:03:06.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75812026-09-15T04:03:07.912Z[ recovery-image] Sep 15 04:03:06.918 INFO O| Sep 15 04:03:06.918 INFO STEP 625 (remove_files) COMPLETE
75822026-09-15T04:03:07.912Z[ recovery-image] Sep 15 04:03:06.918 INFO O| Sep 15 04:03:06.918 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-09-15T04:03:07.919Z[ recovery-image] Sep 15 04:03:06.927 INFO O| Sep 15 04:03:06.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75842026-09-15T04:03:07.920Z[ recovery-image] Sep 15 04:03:06.927 INFO O| Sep 15 04:03:06.927 INFO STEP 626 (remove_files) COMPLETE
75852026-09-15T04:03:07.923Z[ recovery-image] Sep 15 04:03:06.927 INFO O| Sep 15 04:03:06.927 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-09-15T04:03:07.928Z[ recovery-image] Sep 15 04:03:06.936 INFO O| Sep 15 04:03:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75872026-09-15T04:03:07.928Z[ recovery-image] Sep 15 04:03:06.936 INFO O| Sep 15 04:03:06.936 INFO STEP 627 (remove_files) COMPLETE
75882026-09-15T04:03:07.932Z[ recovery-image] Sep 15 04:03:06.936 INFO O| Sep 15 04:03:06.936 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-09-15T04:03:07.941Z[ recovery-image] Sep 15 04:03:06.944 INFO O| Sep 15 04:03:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75902026-09-15T04:03:07.941Z[ recovery-image] Sep 15 04:03:06.945 INFO O| Sep 15 04:03:06.945 INFO STEP 628 (remove_files) COMPLETE
75912026-09-15T04:03:07.941Z[ recovery-image] Sep 15 04:03:06.945 INFO O| Sep 15 04:03:06.945 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-09-15T04:03:07.947Z[ recovery-image] Sep 15 04:03:06.953 INFO O| Sep 15 04:03:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75932026-09-15T04:03:07.948Z[ recovery-image] Sep 15 04:03:06.953 INFO O| Sep 15 04:03:06.953 INFO STEP 629 (remove_files) COMPLETE
75942026-09-15T04:03:07.948Z[ recovery-image] Sep 15 04:03:06.953 INFO O| Sep 15 04:03:06.953 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-09-15T04:03:07.962Z[ recovery-image] Sep 15 04:03:06.962 INFO O| Sep 15 04:03:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75962026-09-15T04:03:07.962Z[ recovery-image] Sep 15 04:03:06.962 INFO O| Sep 15 04:03:06.962 INFO STEP 630 (remove_files) COMPLETE
75972026-09-15T04:03:07.962Z[ recovery-image] Sep 15 04:03:06.962 INFO O| Sep 15 04:03:06.962 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-09-15T04:03:07.966Z[ recovery-image] Sep 15 04:03:06.972 INFO O| Sep 15 04:03:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75992026-09-15T04:03:07.967Z[ recovery-image] Sep 15 04:03:06.972 INFO O| Sep 15 04:03:06.972 INFO STEP 631 (remove_files) COMPLETE
76002026-09-15T04:03:07.967Z[ recovery-image] Sep 15 04:03:06.972 INFO O| Sep 15 04:03:06.972 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-09-15T04:03:07.975Z[ recovery-image] Sep 15 04:03:06.982 INFO O| Sep 15 04:03:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76022026-09-15T04:03:07.975Z[ recovery-image] Sep 15 04:03:06.982 INFO O| Sep 15 04:03:06.982 INFO STEP 632 (remove_files) COMPLETE
76032026-09-15T04:03:07.979Z[ recovery-image] Sep 15 04:03:06.982 INFO O| Sep 15 04:03:06.982 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-09-15T04:03:07.987Z[ recovery-image] Sep 15 04:03:06.993 INFO O| Sep 15 04:03:06.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76052026-09-15T04:03:07.987Z[ recovery-image] Sep 15 04:03:06.993 INFO O| Sep 15 04:03:06.993 INFO STEP 633 (remove_files) COMPLETE
76062026-09-15T04:03:07.987Z[ recovery-image] Sep 15 04:03:06.994 INFO O| Sep 15 04:03:06.993 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-09-15T04:03:08.005Z[ recovery-image] Sep 15 04:03:07.010 INFO O| Sep 15 04:03:07.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76082026-09-15T04:03:08.006Z[ recovery-image] Sep 15 04:03:07.011 INFO O| Sep 15 04:03:07.011 INFO STEP 634 (remove_files) COMPLETE
76092026-09-15T04:03:08.006Z[ recovery-image] Sep 15 04:03:07.011 INFO O| Sep 15 04:03:07.011 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-09-15T04:03:08.016Z[ recovery-image] Sep 15 04:03:07.020 INFO O| Sep 15 04:03:07.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76112026-09-15T04:03:08.016Z[ recovery-image] Sep 15 04:03:07.020 INFO O| Sep 15 04:03:07.020 INFO STEP 635 (remove_files) COMPLETE
76122026-09-15T04:03:08.020Z[ recovery-image] Sep 15 04:03:07.020 INFO O| Sep 15 04:03:07.020 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-09-15T04:03:08.049Z[ recovery-image] Sep 15 04:03:07.053 INFO O| Sep 15 04:03:07.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76142026-09-15T04:03:08.049Z[ recovery-image] Sep 15 04:03:07.055 INFO O| Sep 15 04:03:07.055 INFO STEP 636 (remove_files) COMPLETE
76152026-09-15T04:03:08.049Z[ recovery-image] Sep 15 04:03:07.055 INFO O| Sep 15 04:03:07.055 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-15T04:03:08.062Z[ recovery-image] Sep 15 04:03:07.069 INFO O| Sep 15 04:03:07.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76172026-09-15T04:03:08.062Z[ recovery-image] Sep 15 04:03:07.069 INFO O| Sep 15 04:03:07.069 INFO STEP 637 (remove_files) COMPLETE
76182026-09-15T04:03:08.062Z[ recovery-image] Sep 15 04:03:07.069 INFO O| Sep 15 04:03:07.069 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-15T04:03:08.067Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
76202026-09-15T04:03:08.073Z[ recovery-image] Sep 15 04:03:07.080 INFO O| Sep 15 04:03:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76212026-09-15T04:03:08.073Z[ recovery-image] Sep 15 04:03:07.081 INFO O| Sep 15 04:03:07.080 INFO STEP 638 (remove_files) COMPLETE
76222026-09-15T04:03:08.073Z[ recovery-image] Sep 15 04:03:07.081 INFO O| Sep 15 04:03:07.080 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-09-15T04:03:08.085Z[ recovery-image] Sep 15 04:03:07.092 INFO O| Sep 15 04:03:07.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76242026-09-15T04:03:08.085Z[ recovery-image] Sep 15 04:03:07.092 INFO O| Sep 15 04:03:07.092 INFO STEP 639 (remove_files) COMPLETE
76252026-09-15T04:03:08.090Z[ recovery-image] Sep 15 04:03:07.092 INFO O| Sep 15 04:03:07.092 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-09-15T04:03:08.096Z[ recovery-image] Sep 15 04:03:07.103 INFO O| Sep 15 04:03:07.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76272026-09-15T04:03:08.096Z[ recovery-image] Sep 15 04:03:07.103 INFO O| Sep 15 04:03:07.103 INFO STEP 640 (remove_files) COMPLETE
76282026-09-15T04:03:08.100Z[ recovery-image] Sep 15 04:03:07.103 INFO O| Sep 15 04:03:07.103 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-09-15T04:03:08.106Z[ recovery-image] Sep 15 04:03:07.113 INFO O| Sep 15 04:03:07.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76302026-09-15T04:03:08.106Z[ recovery-image] Sep 15 04:03:07.113 INFO O| Sep 15 04:03:07.113 INFO STEP 641 (remove_files) COMPLETE
76312026-09-15T04:03:08.106Z[ recovery-image] Sep 15 04:03:07.113 INFO O| Sep 15 04:03:07.113 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-09-15T04:03:08.116Z[ recovery-image] Sep 15 04:03:07.123 INFO O| Sep 15 04:03:07.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76332026-09-15T04:03:08.116Z[ recovery-image] Sep 15 04:03:07.123 INFO O| Sep 15 04:03:07.123 INFO STEP 642 (remove_files) COMPLETE
76342026-09-15T04:03:08.119Z[ recovery-image] Sep 15 04:03:07.123 INFO O| Sep 15 04:03:07.123 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-09-15T04:03:08.129Z[ recovery-image] Sep 15 04:03:07.134 INFO O| Sep 15 04:03:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76362026-09-15T04:03:08.129Z[ recovery-image] Sep 15 04:03:07.135 INFO O| Sep 15 04:03:07.134 INFO STEP 643 (remove_files) COMPLETE
76372026-09-15T04:03:08.129Z[ recovery-image] Sep 15 04:03:07.135 INFO O| Sep 15 04:03:07.135 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-09-15T04:03:08.143Z[ recovery-image] Sep 15 04:03:07.145 INFO O| Sep 15 04:03:07.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76392026-09-15T04:03:08.143Z[ recovery-image] Sep 15 04:03:07.145 INFO O| Sep 15 04:03:07.145 INFO STEP 644 (remove_files) COMPLETE
76402026-09-15T04:03:08.143Z[ recovery-image] Sep 15 04:03:07.145 INFO O| Sep 15 04:03:07.145 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-09-15T04:03:08.149Z[ recovery-image] Sep 15 04:03:07.156 INFO O| Sep 15 04:03:07.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76422026-09-15T04:03:08.149Z[ recovery-image] Sep 15 04:03:07.156 INFO O| Sep 15 04:03:07.156 INFO STEP 645 (remove_files) COMPLETE
76432026-09-15T04:03:08.152Z[ recovery-image] Sep 15 04:03:07.156 INFO O| Sep 15 04:03:07.156 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-09-15T04:03:08.158Z[ recovery-image] Sep 15 04:03:07.166 INFO O| Sep 15 04:03:07.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76452026-09-15T04:03:08.158Z[ recovery-image] Sep 15 04:03:07.166 INFO O| Sep 15 04:03:07.166 INFO STEP 646 (remove_files) COMPLETE
76462026-09-15T04:03:08.158Z[ recovery-image] Sep 15 04:03:07.166 INFO O| Sep 15 04:03:07.166 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-09-15T04:03:08.173Z[ recovery-image] Sep 15 04:03:07.180 INFO O| Sep 15 04:03:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76482026-09-15T04:03:08.173Z[ recovery-image] Sep 15 04:03:07.180 INFO O| Sep 15 04:03:07.180 INFO STEP 647 (remove_files) COMPLETE
76492026-09-15T04:03:08.173Z[ recovery-image] Sep 15 04:03:07.180 INFO O| Sep 15 04:03:07.180 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-09-15T04:03:08.189Z[ recovery-image] Sep 15 04:03:07.192 INFO O| Sep 15 04:03:07.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76512026-09-15T04:03:08.189Z[ recovery-image] Sep 15 04:03:07.192 INFO O| Sep 15 04:03:07.192 INFO STEP 648 (remove_files) COMPLETE
76522026-09-15T04:03:08.189Z[ recovery-image] Sep 15 04:03:07.192 INFO O| Sep 15 04:03:07.192 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-09-15T04:03:08.197Z[ recovery-image] Sep 15 04:03:07.203 INFO O| Sep 15 04:03:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76542026-09-15T04:03:08.197Z[ recovery-image] Sep 15 04:03:07.203 INFO O| Sep 15 04:03:07.203 INFO STEP 649 (remove_files) COMPLETE
76552026-09-15T04:03:08.202Z[ recovery-image] Sep 15 04:03:07.203 INFO O| Sep 15 04:03:07.203 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-09-15T04:03:08.209Z[ recovery-image] Sep 15 04:03:07.214 INFO O| Sep 15 04:03:07.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76572026-09-15T04:03:08.212Z[ recovery-image] Sep 15 04:03:07.215 INFO O| Sep 15 04:03:07.215 INFO STEP 650 (remove_files) COMPLETE
76582026-09-15T04:03:08.212Z[ recovery-image] Sep 15 04:03:07.215 INFO O| Sep 15 04:03:07.215 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-09-15T04:03:08.220Z[ recovery-image] Sep 15 04:03:07.227 INFO O| Sep 15 04:03:07.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76602026-09-15T04:03:08.220Z[ recovery-image] Sep 15 04:03:07.227 INFO O| Sep 15 04:03:07.227 INFO STEP 651 (remove_files) COMPLETE
76612026-09-15T04:03:08.220Z[ recovery-image] Sep 15 04:03:07.227 INFO O| Sep 15 04:03:07.227 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-09-15T04:03:08.236Z[ recovery-image] Sep 15 04:03:07.238 INFO O| Sep 15 04:03:07.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76632026-09-15T04:03:08.236Z[ recovery-image] Sep 15 04:03:07.238 INFO O| Sep 15 04:03:07.238 INFO STEP 652 (remove_files) COMPLETE
76642026-09-15T04:03:08.236Z[ recovery-image] Sep 15 04:03:07.238 INFO O| Sep 15 04:03:07.238 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-09-15T04:03:08.241Z[ recovery-image] Sep 15 04:03:07.248 INFO O| Sep 15 04:03:07.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76662026-09-15T04:03:08.241Z[ recovery-image] Sep 15 04:03:07.249 INFO O| Sep 15 04:03:07.249 INFO STEP 653 (remove_files) COMPLETE
76672026-09-15T04:03:08.241Z[ recovery-image] Sep 15 04:03:07.249 INFO O| Sep 15 04:03:07.249 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-09-15T04:03:08.255Z[ recovery-image] Sep 15 04:03:07.261 INFO O| Sep 15 04:03:07.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76692026-09-15T04:03:08.255Z[ recovery-image] Sep 15 04:03:07.261 INFO O| Sep 15 04:03:07.261 INFO STEP 654 (remove_files) COMPLETE
76702026-09-15T04:03:08.255Z[ recovery-image] Sep 15 04:03:07.261 INFO O| Sep 15 04:03:07.261 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-09-15T04:03:08.265Z[ recovery-image] Sep 15 04:03:07.272 INFO O| Sep 15 04:03:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76722026-09-15T04:03:08.269Z[ recovery-image] Sep 15 04:03:07.272 INFO O| Sep 15 04:03:07.272 INFO STEP 655 (remove_files) COMPLETE
76732026-09-15T04:03:08.269Z[ recovery-image] Sep 15 04:03:07.272 INFO O| Sep 15 04:03:07.272 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-09-15T04:03:08.275Z[ recovery-image] Sep 15 04:03:07.282 INFO O| Sep 15 04:03:07.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76752026-09-15T04:03:08.275Z[ recovery-image] Sep 15 04:03:07.282 INFO O| Sep 15 04:03:07.282 INFO STEP 656 (remove_files) COMPLETE
76762026-09-15T04:03:08.279Z[ recovery-image] Sep 15 04:03:07.282 INFO O| Sep 15 04:03:07.282 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-09-15T04:03:08.284Z[ recovery-image] Sep 15 04:03:07.291 INFO O| Sep 15 04:03:07.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76782026-09-15T04:03:08.284Z[ recovery-image] Sep 15 04:03:07.291 INFO O| Sep 15 04:03:07.291 INFO STEP 657 (remove_files) COMPLETE
76792026-09-15T04:03:08.284Z[ recovery-image] Sep 15 04:03:07.291 INFO O| Sep 15 04:03:07.291 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-15T04:03:08.294Z[ recovery-image] Sep 15 04:03:07.300 INFO O| Sep 15 04:03:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76812026-09-15T04:03:08.294Z[ recovery-image] Sep 15 04:03:07.300 INFO O| Sep 15 04:03:07.300 INFO STEP 658 (remove_files) COMPLETE
76822026-09-15T04:03:08.294Z[ recovery-image] Sep 15 04:03:07.301 INFO O| Sep 15 04:03:07.300 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-15T04:03:08.304Z[ recovery-image] Sep 15 04:03:07.310 INFO O| Sep 15 04:03:07.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76842026-09-15T04:03:08.305Z[ recovery-image] Sep 15 04:03:07.310 INFO O| Sep 15 04:03:07.310 INFO STEP 659 (remove_files) COMPLETE
76852026-09-15T04:03:08.309Z[ recovery-image] Sep 15 04:03:07.310 INFO O| Sep 15 04:03:07.310 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-15T04:03:08.313Z[ recovery-image] Sep 15 04:03:07.320 INFO O| Sep 15 04:03:07.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76872026-09-15T04:03:08.317Z[ recovery-image] Sep 15 04:03:07.320 INFO O| Sep 15 04:03:07.320 INFO STEP 660 (remove_files) COMPLETE
76882026-09-15T04:03:08.317Z[ recovery-image] Sep 15 04:03:07.320 INFO O| Sep 15 04:03:07.320 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-15T04:03:08.322Z[ recovery-image] Sep 15 04:03:07.329 INFO O| Sep 15 04:03:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76902026-09-15T04:03:08.322Z[ recovery-image] Sep 15 04:03:07.329 INFO O| Sep 15 04:03:07.329 INFO STEP 661 (remove_files) COMPLETE
76912026-09-15T04:03:08.322Z[ recovery-image] Sep 15 04:03:07.329 INFO O| Sep 15 04:03:07.329 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-15T04:03:08.330Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
76932026-09-15T04:03:08.337Z[ recovery-image] Sep 15 04:03:07.339 INFO O| Sep 15 04:03:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76942026-09-15T04:03:08.337Z[ recovery-image] Sep 15 04:03:07.339 INFO O| Sep 15 04:03:07.339 INFO STEP 662 (remove_files) COMPLETE
76952026-09-15T04:03:08.337Z[ recovery-image] Sep 15 04:03:07.339 INFO O| Sep 15 04:03:07.339 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-15T04:03:08.342Z[ recovery-image] Sep 15 04:03:07.349 INFO O| Sep 15 04:03:07.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76972026-09-15T04:03:08.342Z[ recovery-image] Sep 15 04:03:07.349 INFO O| Sep 15 04:03:07.349 INFO STEP 663 (remove_files) COMPLETE
76982026-09-15T04:03:08.342Z[ recovery-image] Sep 15 04:03:07.349 INFO O| Sep 15 04:03:07.349 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-09-15T04:03:08.352Z[ recovery-image] Sep 15 04:03:07.359 INFO O| Sep 15 04:03:07.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
77002026-09-15T04:03:08.352Z[ recovery-image] Sep 15 04:03:07.359 INFO O| Sep 15 04:03:07.359 INFO STEP 664 (remove_files) COMPLETE
77012026-09-15T04:03:08.352Z[ recovery-image] Sep 15 04:03:07.359 INFO O| Sep 15 04:03:07.359 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-09-15T04:03:08.361Z[ recovery-image] Sep 15 04:03:07.368 INFO O| Sep 15 04:03:07.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77032026-09-15T04:03:08.377Z[ recovery-image] Sep 15 04:03:07.369 INFO O| Sep 15 04:03:07.369 INFO STEP 665 (remove_files) COMPLETE
77042026-09-15T04:03:08.377Z[ recovery-image] Sep 15 04:03:07.369 INFO O| Sep 15 04:03:07.369 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.378 INFO O| Sep 15 04:03:07.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77062026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.378 INFO O| Sep 15 04:03:07.378 INFO STEP 666 (remove_files) COMPLETE
77072026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.378 INFO O| Sep 15 04:03:07.378 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.389 INFO O| Sep 15 04:03:07.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77092026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.389 INFO O| Sep 15 04:03:07.389 INFO STEP 667 (remove_files) COMPLETE
77102026-09-15T04:03:08.383Z[ recovery-image] Sep 15 04:03:07.389 INFO O| Sep 15 04:03:07.389 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-09-15T04:03:08.391Z[ recovery-image] Sep 15 04:03:07.398 INFO O| Sep 15 04:03:07.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77122026-09-15T04:03:08.391Z[ recovery-image] Sep 15 04:03:07.398 INFO O| Sep 15 04:03:07.398 INFO STEP 668 (remove_files) COMPLETE
77132026-09-15T04:03:08.391Z[ recovery-image] Sep 15 04:03:07.398 INFO O| Sep 15 04:03:07.398 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-09-15T04:03:08.403Z[ recovery-image] Sep 15 04:03:07.408 INFO O| Sep 15 04:03:07.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77152026-09-15T04:03:08.404Z[ recovery-image] Sep 15 04:03:07.408 INFO O| Sep 15 04:03:07.408 INFO STEP 669 (remove_files) COMPLETE
77162026-09-15T04:03:08.408Z[ recovery-image] Sep 15 04:03:07.408 INFO O| Sep 15 04:03:07.408 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-15T04:03:08.412Z[ recovery-image] Sep 15 04:03:07.418 INFO O| Sep 15 04:03:07.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77182026-09-15T04:03:08.412Z[ recovery-image] Sep 15 04:03:07.418 INFO O| Sep 15 04:03:07.418 INFO STEP 670 (remove_files) COMPLETE
77192026-09-15T04:03:08.413Z[ recovery-image] Sep 15 04:03:07.418 INFO O| Sep 15 04:03:07.418 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-15T04:03:08.428Z[ recovery-image] Sep 15 04:03:07.428 INFO O| Sep 15 04:03:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77212026-09-15T04:03:08.428Z[ recovery-image] Sep 15 04:03:07.428 INFO O| Sep 15 04:03:07.428 INFO STEP 671 (remove_files) COMPLETE
77222026-09-15T04:03:08.428Z[ recovery-image] Sep 15 04:03:07.428 INFO O| Sep 15 04:03:07.428 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-15T04:03:08.436Z[ recovery-image] Sep 15 04:03:07.439 INFO O| Sep 15 04:03:07.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77242026-09-15T04:03:08.436Z[ recovery-image] Sep 15 04:03:07.439 INFO O| Sep 15 04:03:07.439 INFO STEP 672 (remove_files) COMPLETE
77252026-09-15T04:03:08.436Z[ recovery-image] Sep 15 04:03:07.439 INFO O| Sep 15 04:03:07.439 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-15T04:03:08.445Z[ recovery-image] Sep 15 04:03:07.449 INFO O| Sep 15 04:03:07.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77272026-09-15T04:03:08.445Z[ recovery-image] Sep 15 04:03:07.449 INFO O| Sep 15 04:03:07.449 INFO STEP 673 (remove_files) COMPLETE
77282026-09-15T04:03:08.445Z[ recovery-image] Sep 15 04:03:07.449 INFO O| Sep 15 04:03:07.449 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-15T04:03:08.453Z[ recovery-image] Sep 15 04:03:07.459 INFO O| Sep 15 04:03:07.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77302026-09-15T04:03:08.453Z[ recovery-image] Sep 15 04:03:07.459 INFO O| Sep 15 04:03:07.459 INFO STEP 674 (remove_files) COMPLETE
77312026-09-15T04:03:08.453Z[ recovery-image] Sep 15 04:03:07.459 INFO O| Sep 15 04:03:07.459 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-15T04:03:08.467Z[ recovery-image] Sep 15 04:03:07.470 INFO O| Sep 15 04:03:07.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77332026-09-15T04:03:08.467Z[ recovery-image] Sep 15 04:03:07.470 INFO O| Sep 15 04:03:07.470 INFO STEP 675 (remove_files) COMPLETE
77342026-09-15T04:03:08.467Z[ recovery-image] Sep 15 04:03:07.470 INFO O| Sep 15 04:03:07.470 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-15T04:03:08.475Z[ recovery-image] Sep 15 04:03:07.480 INFO O| Sep 15 04:03:07.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77362026-09-15T04:03:08.475Z[ recovery-image] Sep 15 04:03:07.480 INFO O| Sep 15 04:03:07.480 INFO STEP 676 (remove_files) COMPLETE
77372026-09-15T04:03:08.475Z[ recovery-image] Sep 15 04:03:07.480 INFO O| Sep 15 04:03:07.480 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-15T04:03:08.484Z[ recovery-image] Sep 15 04:03:07.490 INFO O| Sep 15 04:03:07.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77392026-09-15T04:03:08.484Z[ recovery-image] Sep 15 04:03:07.490 INFO O| Sep 15 04:03:07.490 INFO STEP 677 (remove_files) COMPLETE
77402026-09-15T04:03:08.484Z[ recovery-image] Sep 15 04:03:07.490 INFO O| Sep 15 04:03:07.490 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-15T04:03:08.492Z[ recovery-image] Sep 15 04:03:07.499 INFO O| Sep 15 04:03:07.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77422026-09-15T04:03:08.492Z[ recovery-image] Sep 15 04:03:07.499 INFO O| Sep 15 04:03:07.499 INFO STEP 678 (remove_files) COMPLETE
77432026-09-15T04:03:08.492Z[ recovery-image] Sep 15 04:03:07.499 INFO O| Sep 15 04:03:07.499 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-15T04:03:08.504Z[ recovery-image] Sep 15 04:03:07.509 INFO O| Sep 15 04:03:07.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77452026-09-15T04:03:08.505Z[ recovery-image] Sep 15 04:03:07.509 INFO O| Sep 15 04:03:07.509 INFO STEP 679 (remove_files) COMPLETE
77462026-09-15T04:03:08.509Z[ recovery-image] Sep 15 04:03:07.509 INFO O| Sep 15 04:03:07.509 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-15T04:03:08.515Z[ recovery-image] Sep 15 04:03:07.518 INFO O| Sep 15 04:03:07.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77482026-09-15T04:03:08.515Z[ recovery-image] Sep 15 04:03:07.518 INFO O| Sep 15 04:03:07.518 INFO STEP 680 (remove_files) COMPLETE
77492026-09-15T04:03:08.515Z[ recovery-image] Sep 15 04:03:07.518 INFO O| Sep 15 04:03:07.518 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-15T04:03:08.521Z[ recovery-image] Sep 15 04:03:07.527 INFO O| Sep 15 04:03:07.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77512026-09-15T04:03:08.521Z[ recovery-image] Sep 15 04:03:07.527 INFO O| Sep 15 04:03:07.527 INFO STEP 681 (remove_files) COMPLETE
77522026-09-15T04:03:08.521Z[ recovery-image] Sep 15 04:03:07.527 INFO O| Sep 15 04:03:07.527 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-15T04:03:08.529Z[ recovery-image] Sep 15 04:03:07.536 INFO O| Sep 15 04:03:07.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77542026-09-15T04:03:08.529Z[ recovery-image] Sep 15 04:03:07.536 INFO O| Sep 15 04:03:07.536 INFO STEP 682 (remove_files) COMPLETE
77552026-09-15T04:03:08.534Z[ recovery-image] Sep 15 04:03:07.536 INFO O| Sep 15 04:03:07.536 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-15T04:03:08.538Z[ recovery-image] Sep 15 04:03:07.545 INFO O| Sep 15 04:03:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77572026-09-15T04:03:08.538Z[ recovery-image] Sep 15 04:03:07.545 INFO O| Sep 15 04:03:07.545 INFO STEP 683 (remove_files) COMPLETE
77582026-09-15T04:03:08.538Z[ recovery-image] Sep 15 04:03:07.545 INFO O| Sep 15 04:03:07.545 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-15T04:03:08.548Z[ recovery-image] Sep 15 04:03:07.555 INFO O| Sep 15 04:03:07.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77602026-09-15T04:03:08.548Z[ recovery-image] Sep 15 04:03:07.555 INFO O| Sep 15 04:03:07.555 INFO STEP 684 (remove_files) COMPLETE
77612026-09-15T04:03:08.548Z[ recovery-image] Sep 15 04:03:07.555 INFO O| Sep 15 04:03:07.555 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-15T04:03:08.560Z[ recovery-image] Sep 15 04:03:07.565 INFO O| Sep 15 04:03:07.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77632026-09-15T04:03:08.560Z[ recovery-image] Sep 15 04:03:07.565 INFO O| Sep 15 04:03:07.565 INFO STEP 685 (remove_files) COMPLETE
77642026-09-15T04:03:08.560Z[ recovery-image] Sep 15 04:03:07.565 INFO O| Sep 15 04:03:07.565 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-15T04:03:08.571Z[ recovery-image] Sep 15 04:03:07.576 INFO O| Sep 15 04:03:07.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77662026-09-15T04:03:08.571Z[ recovery-image] Sep 15 04:03:07.576 INFO O| Sep 15 04:03:07.576 INFO STEP 686 (remove_files) COMPLETE
77672026-09-15T04:03:08.575Z[ recovery-image] Sep 15 04:03:07.576 INFO O| Sep 15 04:03:07.576 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-15T04:03:08.580Z[ recovery-image] Sep 15 04:03:07.587 INFO O| Sep 15 04:03:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77692026-09-15T04:03:08.581Z[ recovery-image] Sep 15 04:03:07.587 INFO O| Sep 15 04:03:07.587 INFO STEP 687 (remove_files) COMPLETE
77702026-09-15T04:03:08.587Z[ recovery-image] Sep 15 04:03:07.587 INFO O| Sep 15 04:03:07.587 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-15T04:03:08.592Z[ recovery-image] Sep 15 04:03:07.598 INFO O| Sep 15 04:03:07.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77722026-09-15T04:03:08.592Z[ recovery-image] Sep 15 04:03:07.598 INFO O| Sep 15 04:03:07.598 INFO STEP 688 (remove_files) COMPLETE
77732026-09-15T04:03:08.592Z[ recovery-image] Sep 15 04:03:07.598 INFO O| Sep 15 04:03:07.598 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-15T04:03:08.601Z[ recovery-image] Sep 15 04:03:07.608 INFO O| Sep 15 04:03:07.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77752026-09-15T04:03:08.601Z[ recovery-image] Sep 15 04:03:07.608 INFO O| Sep 15 04:03:07.608 INFO STEP 689 (remove_files) COMPLETE
77762026-09-15T04:03:08.601Z[ recovery-image] Sep 15 04:03:07.608 INFO O| Sep 15 04:03:07.608 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-15T04:03:08.610Z[ recovery-image] Sep 15 04:03:07.616 INFO O| Sep 15 04:03:07.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77782026-09-15T04:03:08.610Z[ recovery-image] Sep 15 04:03:07.616 INFO O| Sep 15 04:03:07.616 INFO STEP 690 (remove_files) COMPLETE
77792026-09-15T04:03:08.610Z[ recovery-image] Sep 15 04:03:07.616 INFO O| Sep 15 04:03:07.616 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-15T04:03:08.619Z[ recovery-image] Sep 15 04:03:07.625 INFO O| Sep 15 04:03:07.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77812026-09-15T04:03:08.619Z[ recovery-image] Sep 15 04:03:07.626 INFO O| Sep 15 04:03:07.625 INFO STEP 691 (remove_files) COMPLETE
77822026-09-15T04:03:08.619Z[ recovery-image] Sep 15 04:03:07.626 INFO O| Sep 15 04:03:07.625 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-15T04:03:08.627Z[ recovery-image] Sep 15 04:03:07.634 INFO O| Sep 15 04:03:07.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77842026-09-15T04:03:08.627Z[ recovery-image] Sep 15 04:03:07.634 INFO O| Sep 15 04:03:07.634 INFO STEP 692 (remove_files) COMPLETE
77852026-09-15T04:03:08.628Z[ recovery-image] Sep 15 04:03:07.634 INFO O| Sep 15 04:03:07.634 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-15T04:03:08.638Z[ recovery-image] Sep 15 04:03:07.646 INFO O| Sep 15 04:03:07.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77872026-09-15T04:03:08.639Z[ recovery-image] Sep 15 04:03:07.646 INFO O| Sep 15 04:03:07.646 INFO STEP 693 (remove_files) COMPLETE
77882026-09-15T04:03:08.644Z[ recovery-image] Sep 15 04:03:07.646 INFO O| Sep 15 04:03:07.646 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-15T04:03:08.651Z[ recovery-image] Sep 15 04:03:07.657 INFO O| Sep 15 04:03:07.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77902026-09-15T04:03:08.651Z[ recovery-image] Sep 15 04:03:07.657 INFO O| Sep 15 04:03:07.657 INFO STEP 694 (remove_files) COMPLETE
77912026-09-15T04:03:08.654Z[ recovery-image] Sep 15 04:03:07.657 INFO O| Sep 15 04:03:07.657 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-15T04:03:08.654Z[verify-libraries] Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
77932026-09-15T04:03:08.660Z[ recovery-image] Sep 15 04:03:07.666 INFO O| Sep 15 04:03:07.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77942026-09-15T04:03:08.669Z[ recovery-image] Sep 15 04:03:07.667 INFO O| Sep 15 04:03:07.667 INFO STEP 695 (remove_files) COMPLETE
77952026-09-15T04:03:08.669Z[ recovery-image] Sep 15 04:03:07.667 INFO O| Sep 15 04:03:07.667 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-09-15T04:03:08.672Z[ recovery-image] Sep 15 04:03:07.675 INFO O| Sep 15 04:03:07.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77972026-09-15T04:03:08.672Z[ recovery-image] Sep 15 04:03:07.675 INFO O| Sep 15 04:03:07.675 INFO STEP 696 (remove_files) COMPLETE
77982026-09-15T04:03:08.672Z[ recovery-image] Sep 15 04:03:07.675 INFO O| Sep 15 04:03:07.675 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-09-15T04:03:08.677Z[ recovery-image] Sep 15 04:03:07.683 INFO O| Sep 15 04:03:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
78002026-09-15T04:03:08.677Z[ recovery-image] Sep 15 04:03:07.683 INFO O| Sep 15 04:03:07.683 INFO STEP 697 (remove_files) COMPLETE
78012026-09-15T04:03:08.677Z[ recovery-image] Sep 15 04:03:07.683 INFO O| Sep 15 04:03:07.683 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-09-15T04:03:08.683Z[ recovery-image] Sep 15 04:03:07.690 INFO O| Sep 15 04:03:07.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78032026-09-15T04:03:08.683Z[ recovery-image] Sep 15 04:03:07.690 INFO O| Sep 15 04:03:07.690 INFO STEP 698 (remove_files) COMPLETE
78042026-09-15T04:03:08.684Z[ recovery-image] Sep 15 04:03:07.690 INFO O| Sep 15 04:03:07.690 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-09-15T04:03:08.692Z[ recovery-image] Sep 15 04:03:07.698 INFO O| Sep 15 04:03:07.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78062026-09-15T04:03:08.692Z[ recovery-image] Sep 15 04:03:07.698 INFO O| Sep 15 04:03:07.698 INFO STEP 699 (remove_files) COMPLETE
78072026-09-15T04:03:08.696Z[ recovery-image] Sep 15 04:03:07.698 INFO O| Sep 15 04:03:07.698 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-09-15T04:03:08.700Z[ recovery-image] Sep 15 04:03:07.706 INFO O| Sep 15 04:03:07.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78092026-09-15T04:03:08.701Z[ recovery-image] Sep 15 04:03:07.706 INFO O| Sep 15 04:03:07.706 INFO STEP 700 (remove_files) COMPLETE
78102026-09-15T04:03:08.701Z[ recovery-image] Sep 15 04:03:07.706 INFO O| Sep 15 04:03:07.706 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-09-15T04:03:08.713Z[ recovery-image] Sep 15 04:03:07.720 INFO O| Sep 15 04:03:07.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78122026-09-15T04:03:08.713Z[ recovery-image] Sep 15 04:03:07.720 INFO O| Sep 15 04:03:07.720 INFO STEP 701 (remove_files) COMPLETE
78132026-09-15T04:03:08.714Z[ recovery-image] Sep 15 04:03:07.720 INFO O| Sep 15 04:03:07.720 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-09-15T04:03:08.724Z[ recovery-image] Sep 15 04:03:07.730 INFO O| Sep 15 04:03:07.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78152026-09-15T04:03:08.724Z[ recovery-image] Sep 15 04:03:07.730 INFO O| Sep 15 04:03:07.730 INFO STEP 702 (remove_files) COMPLETE
78162026-09-15T04:03:08.728Z[ recovery-image] Sep 15 04:03:07.730 INFO O| Sep 15 04:03:07.730 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-09-15T04:03:08.732Z[ recovery-image] Sep 15 04:03:07.739 INFO O| Sep 15 04:03:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78182026-09-15T04:03:08.732Z[ recovery-image] Sep 15 04:03:07.739 INFO O| Sep 15 04:03:07.739 INFO STEP 703 (remove_files) COMPLETE
78192026-09-15T04:03:08.737Z[ recovery-image] Sep 15 04:03:07.739 INFO O| Sep 15 04:03:07.739 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-09-15T04:03:08.742Z[ recovery-image] Sep 15 04:03:07.749 INFO O| Sep 15 04:03:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78212026-09-15T04:03:08.742Z[ recovery-image] Sep 15 04:03:07.749 INFO O| Sep 15 04:03:07.749 INFO STEP 704 (remove_files) COMPLETE
78222026-09-15T04:03:08.746Z[ recovery-image] Sep 15 04:03:07.749 INFO O| Sep 15 04:03:07.749 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-09-15T04:03:08.754Z[ recovery-image] Sep 15 04:03:07.758 INFO O| Sep 15 04:03:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78242026-09-15T04:03:08.754Z[ recovery-image] Sep 15 04:03:07.758 INFO O| Sep 15 04:03:07.758 INFO STEP 705 (remove_files) COMPLETE
78252026-09-15T04:03:08.754Z[ recovery-image] Sep 15 04:03:07.758 INFO O| Sep 15 04:03:07.758 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-09-15T04:03:08.762Z[ recovery-image] Sep 15 04:03:07.768 INFO O| Sep 15 04:03:07.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78272026-09-15T04:03:08.762Z[ recovery-image] Sep 15 04:03:07.768 INFO O| Sep 15 04:03:07.768 INFO STEP 706 (remove_files) COMPLETE
78282026-09-15T04:03:08.762Z[ recovery-image] Sep 15 04:03:07.768 INFO O| Sep 15 04:03:07.768 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-09-15T04:03:08.774Z[ recovery-image] Sep 15 04:03:07.779 INFO O| Sep 15 04:03:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78302026-09-15T04:03:08.774Z[ recovery-image] Sep 15 04:03:07.779 INFO O| Sep 15 04:03:07.779 INFO STEP 707 (remove_files) COMPLETE
78312026-09-15T04:03:08.774Z[ recovery-image] Sep 15 04:03:07.779 INFO O| Sep 15 04:03:07.779 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-09-15T04:03:08.783Z[ recovery-image] Sep 15 04:03:07.788 INFO O| Sep 15 04:03:07.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78332026-09-15T04:03:08.783Z[ recovery-image] Sep 15 04:03:07.788 INFO O| Sep 15 04:03:07.788 INFO STEP 708 (remove_files) COMPLETE
78342026-09-15T04:03:08.783Z[ recovery-image] Sep 15 04:03:07.788 INFO O| Sep 15 04:03:07.788 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-09-15T04:03:08.791Z[ recovery-image] Sep 15 04:03:07.796 INFO O| Sep 15 04:03:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78362026-09-15T04:03:08.791Z[ recovery-image] Sep 15 04:03:07.797 INFO O| Sep 15 04:03:07.797 INFO STEP 709 (remove_files) COMPLETE
78372026-09-15T04:03:08.791Z[ recovery-image] Sep 15 04:03:07.797 INFO O| Sep 15 04:03:07.797 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-09-15T04:03:08.800Z[ recovery-image] Sep 15 04:03:07.806 INFO O| Sep 15 04:03:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78392026-09-15T04:03:08.800Z[ recovery-image] Sep 15 04:03:07.806 INFO O| Sep 15 04:03:07.806 INFO STEP 710 (remove_files) COMPLETE
78402026-09-15T04:03:08.800Z[ recovery-image] Sep 15 04:03:07.806 INFO O| Sep 15 04:03:07.806 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-09-15T04:03:08.811Z[ recovery-image] Sep 15 04:03:07.818 INFO O| Sep 15 04:03:07.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78422026-09-15T04:03:08.811Z[ recovery-image] Sep 15 04:03:07.818 INFO O| Sep 15 04:03:07.818 INFO STEP 711 (remove_files) COMPLETE
78432026-09-15T04:03:08.811Z[ recovery-image] Sep 15 04:03:07.818 INFO O| Sep 15 04:03:07.818 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-09-15T04:03:08.821Z[ recovery-image] Sep 15 04:03:07.828 INFO O| Sep 15 04:03:07.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78452026-09-15T04:03:08.821Z[ recovery-image] Sep 15 04:03:07.828 INFO O| Sep 15 04:03:07.828 INFO STEP 712 (remove_files) COMPLETE
78462026-09-15T04:03:08.821Z[ recovery-image] Sep 15 04:03:07.828 INFO O| Sep 15 04:03:07.828 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-09-15T04:03:08.837Z[ recovery-image] Sep 15 04:03:07.838 INFO O| Sep 15 04:03:07.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78482026-09-15T04:03:08.837Z[ recovery-image] Sep 15 04:03:07.838 INFO O| Sep 15 04:03:07.838 INFO STEP 713 (remove_files) COMPLETE
78492026-09-15T04:03:08.837Z[ recovery-image] Sep 15 04:03:07.838 INFO O| Sep 15 04:03:07.838 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-09-15T04:03:08.841Z[ recovery-image] Sep 15 04:03:07.847 INFO O| Sep 15 04:03:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78512026-09-15T04:03:08.841Z[ recovery-image] Sep 15 04:03:07.847 INFO O| Sep 15 04:03:07.847 INFO STEP 714 (remove_files) COMPLETE
78522026-09-15T04:03:08.841Z[ recovery-image] Sep 15 04:03:07.847 INFO O| Sep 15 04:03:07.847 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-09-15T04:03:08.850Z[ recovery-image] Sep 15 04:03:07.857 INFO O| Sep 15 04:03:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78542026-09-15T04:03:08.850Z[ recovery-image] Sep 15 04:03:07.857 INFO O| Sep 15 04:03:07.857 INFO STEP 715 (remove_files) COMPLETE
78552026-09-15T04:03:08.854Z[ recovery-image] Sep 15 04:03:07.857 INFO O| Sep 15 04:03:07.857 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-09-15T04:03:08.861Z[ recovery-image] Sep 15 04:03:07.866 INFO O| Sep 15 04:03:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78572026-09-15T04:03:08.861Z[ recovery-image] Sep 15 04:03:07.866 INFO O| Sep 15 04:03:07.866 INFO STEP 716 (remove_files) COMPLETE
78582026-09-15T04:03:08.861Z[ recovery-image] Sep 15 04:03:07.866 INFO O| Sep 15 04:03:07.866 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-09-15T04:03:08.869Z[ recovery-image] Sep 15 04:03:07.876 INFO O| Sep 15 04:03:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78602026-09-15T04:03:08.869Z[ recovery-image] Sep 15 04:03:07.876 INFO O| Sep 15 04:03:07.876 INFO STEP 717 (remove_files) COMPLETE
78612026-09-15T04:03:08.869Z[ recovery-image] Sep 15 04:03:07.876 INFO O| Sep 15 04:03:07.876 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-15T04:03:08.879Z[ recovery-image] Sep 15 04:03:07.886 INFO O| Sep 15 04:03:07.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78632026-09-15T04:03:08.880Z[ recovery-image] Sep 15 04:03:07.886 INFO O| Sep 15 04:03:07.886 INFO STEP 718 (remove_files) COMPLETE
78642026-09-15T04:03:08.880Z[ recovery-image] Sep 15 04:03:07.886 INFO O| Sep 15 04:03:07.886 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-15T04:03:08.888Z[ recovery-image] Sep 15 04:03:07.895 INFO O| Sep 15 04:03:07.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78662026-09-15T04:03:08.888Z[ recovery-image] Sep 15 04:03:07.895 INFO O| Sep 15 04:03:07.895 INFO STEP 719 (remove_files) COMPLETE
78672026-09-15T04:03:08.888Z[ recovery-image] Sep 15 04:03:07.895 INFO O| Sep 15 04:03:07.895 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-15T04:03:08.898Z[ recovery-image] Sep 15 04:03:07.905 INFO O| Sep 15 04:03:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78692026-09-15T04:03:08.903Z[ recovery-image] Sep 15 04:03:07.906 INFO O| Sep 15 04:03:07.906 INFO STEP 720 (remove_files) COMPLETE
78702026-09-15T04:03:08.903Z[ recovery-image] Sep 15 04:03:07.906 INFO O| Sep 15 04:03:07.906 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-15T04:03:08.910Z[ recovery-image] Sep 15 04:03:07.916 INFO O| Sep 15 04:03:07.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78722026-09-15T04:03:08.910Z[ recovery-image] Sep 15 04:03:07.916 INFO O| Sep 15 04:03:07.916 INFO STEP 721 (remove_files) COMPLETE
78732026-09-15T04:03:08.910Z[ recovery-image] Sep 15 04:03:07.916 INFO O| Sep 15 04:03:07.916 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-15T04:03:08.921Z[ recovery-image] Sep 15 04:03:07.927 INFO O| Sep 15 04:03:07.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78752026-09-15T04:03:08.921Z[ recovery-image] Sep 15 04:03:07.927 INFO O| Sep 15 04:03:07.927 INFO STEP 722 (remove_files) COMPLETE
78762026-09-15T04:03:08.921Z[ recovery-image] Sep 15 04:03:07.927 INFO O| Sep 15 04:03:07.927 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-15T04:03:08.931Z[ recovery-image] Sep 15 04:03:07.938 INFO O| Sep 15 04:03:07.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78782026-09-15T04:03:08.931Z[ recovery-image] Sep 15 04:03:07.938 INFO O| Sep 15 04:03:07.938 INFO STEP 723 (remove_files) COMPLETE
78792026-09-15T04:03:08.931Z[ recovery-image] Sep 15 04:03:07.938 INFO O| Sep 15 04:03:07.938 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-15T04:03:08.942Z[ recovery-image] Sep 15 04:03:07.948 INFO O| Sep 15 04:03:07.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78812026-09-15T04:03:08.942Z[ recovery-image] Sep 15 04:03:07.948 INFO O| Sep 15 04:03:07.948 INFO STEP 724 (remove_files) COMPLETE
78822026-09-15T04:03:08.942Z[ recovery-image] Sep 15 04:03:07.948 INFO O| Sep 15 04:03:07.948 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24262:20260914T205916Z
78842026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24262:20260914T205916Z
78852026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
78862026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
78872026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
78882026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
78892026-09-15T04:03:08.946Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
78902026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.949 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
78912026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260915T034859Z
78922026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
78932026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
78942026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24262:20260914T205916Z
78952026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24262:20260914T205916Z
78962026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.950 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24262:20260914T205916Z
78972026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24262:20260914T205916Z
78982026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
78992026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24262:20260914T205916Z
79002026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24262:20260914T205916Z
79012026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24262:20260914T205916Z
79022026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24262:20260914T205916Z
79032026-09-15T04:03:08.947Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24262:20260914T205917Z
79042026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24262:20260914T205917Z
79052026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24262:20260914T205917Z
79062026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24262:20260914T205917Z
79072026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24262:20260914T205917Z
79082026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24262:20260914T205918Z
79092026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.951 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24262:20260914T205918Z
79102026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24262:20260914T205918Z
79112026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24262:20260914T205918Z
79122026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24262:20260914T205919Z
79132026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24262:20260914T205919Z
79142026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
79152026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24262:20260914T205920Z
79162026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24262:20260914T205920Z
79172026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24262:20260914T205921Z
79182026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24262:20260914T205921Z
79192026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24262:20260914T205921Z
79202026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24262:20260914T205922Z
79212026-09-15T04:03:08.948Z[ host-image] Sep 15 04:03:07.952 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24262:20260914T205922Z
79222026-09-15T04:03:08.953Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
79232026-09-15T04:03:08.953Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24262:20260914T205922Z
79242026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/expat@2.8.4-3.0:20260908T223924Z
79252026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
79262026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
79272026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
79282026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24262:20260914T205922Z
79292026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.955 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
79302026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.956 INFO O| install = pkg://helios/library/libxml2@2.13.9-3.0:20260908T224111Z
79312026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.956 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
79322026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.956 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
79332026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.959 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
79342026-09-15T04:03:08.954Z[ host-image] Sep 15 04:03:07.959 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
79352026-09-15T04:03:08.958Z[ host-image] Sep 15 04:03:07.959 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
79362026-09-15T04:03:08.958Z[ recovery-image] Sep 15 04:03:07.960 INFO O| Sep 15 04:03:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
79372026-09-15T04:03:08.958Z[ host-image] Sep 15 04:03:07.960 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
79382026-09-15T04:03:08.958Z[ recovery-image] Sep 15 04:03:07.960 INFO O| Sep 15 04:03:07.960 INFO STEP 725 (remove_files) COMPLETE
79392026-09-15T04:03:08.958Z[ host-image] Sep 15 04:03:07.960 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
79402026-09-15T04:03:08.958Z[ recovery-image] Sep 15 04:03:07.960 INFO O| Sep 15 04:03:07.960 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-09-15T04:03:08.958Z[ host-image] Sep 15 04:03:07.960 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
79422026-09-15T04:03:08.963Z[ recovery-image] Sep 15 04:03:07.970 INFO O| Sep 15 04:03:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
79432026-09-15T04:03:08.963Z[ recovery-image] Sep 15 04:03:07.970 INFO O| Sep 15 04:03:07.970 INFO STEP 726 (remove_files) COMPLETE
79442026-09-15T04:03:08.970Z[ recovery-image] Sep 15 04:03:07.970 INFO O| Sep 15 04:03:07.970 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.971 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
79462026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
79472026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
79482026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24262:20260914T205923Z
79492026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24262:20260914T205925Z
79502026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
79512026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24262:20260914T205926Z
79522026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
79532026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
79542026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
79552026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
79562026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24262:20260914T205926Z
79572026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
79582026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
79592026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
79602026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
79612026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24262:20260914T205926Z
79622026-09-15T04:03:08.970Z[ host-image] Sep 15 04:03:07.973 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
79632026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.977 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
79642026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.977 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24262:20260914T205926Z
79652026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24262:20260914T205926Z
79662026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24262:20260914T205926Z
79672026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
79682026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24262:20260914T205927Z
79692026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24262:20260914T205927Z
79702026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24262:20260914T205927Z
79712026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.978 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24262:20260914T205927Z
79722026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.979 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
79732026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.979 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24262:20260914T205927Z
79742026-09-15T04:03:08.976Z[ host-image] Sep 15 04:03:07.979 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24262:20260914T205928Z
79752026-09-15T04:03:08.977Z[ host-image] Sep 15 04:03:07.979 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
79762026-09-15T04:03:08.977Z[ host-image] Sep 15 04:03:07.980 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24262:20260914T205928Z
79772026-09-15T04:03:08.977Z[ host-image] Sep 15 04:03:07.980 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24262:20260914T205928Z
79782026-09-15T04:03:08.977Z[ recovery-image] Sep 15 04:03:07.980 INFO O| Sep 15 04:03:07.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
79792026-09-15T04:03:08.977Z[ host-image] Sep 15 04:03:07.980 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24262:20260914T205928Z
79802026-09-15T04:03:08.977Z[ recovery-image] Sep 15 04:03:07.980 INFO O| Sep 15 04:03:07.980 INFO STEP 727 (remove_files) COMPLETE
79812026-09-15T04:03:08.977Z[ recovery-image] Sep 15 04:03:07.980 INFO O| Sep 15 04:03:07.980 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-15T04:03:08.977Z[ host-image] Sep 15 04:03:07.980 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24262:20260914T205928Z
79832026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.982 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24262:20260914T205928Z
79842026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.982 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
79852026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.982 INFO O| install = pkg://helios/system/data/zoneinfo@2026.4-3.0.24262:20260914T205928Z
79862026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.982 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24262:20260914T205928Z
79872026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24262:20260914T205928Z
79882026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24262:20260914T205928Z
79892026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24262:20260914T205928Z
79902026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24262:20260914T205928Z
79912026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24262:20260914T205929Z
79922026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.983 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24262:20260914T205929Z
79932026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.986 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24262:20260914T205929Z
79942026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.986 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24262:20260914T205929Z
79952026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.986 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24262:20260914T205929Z
79962026-09-15T04:03:08.982Z[ host-image] Sep 15 04:03:07.986 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24262:20260914T205929Z
79972026-09-15T04:03:08.983Z[ host-image] Sep 15 04:03:07.986 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24262:20260914T205929Z
79982026-09-15T04:03:08.987Z[ recovery-image] Sep 15 04:03:07.990 INFO O| Sep 15 04:03:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
79992026-09-15T04:03:08.988Z[ recovery-image] Sep 15 04:03:07.990 INFO O| Sep 15 04:03:07.990 INFO STEP 728 (remove_files) COMPLETE
80002026-09-15T04:03:08.988Z[ recovery-image] Sep 15 04:03:07.990 INFO O| Sep 15 04:03:07.990 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-15T04:03:08.988Z[ host-image] Sep 15 04:03:07.992 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24262:20260914T205931Z
80022026-09-15T04:03:08.988Z[ host-image] Sep 15 04:03:07.992 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24262:20260914T205929Z
80032026-09-15T04:03:08.988Z[ host-image] Sep 15 04:03:07.992 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24262:20260914T205929Z
80042026-09-15T04:03:08.988Z[ host-image] Sep 15 04:03:07.992 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
80052026-09-15T04:03:08.988Z[ host-image] Sep 15 04:03:07.992 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
80062026-09-15T04:03:08.992Z[ recovery-image] Sep 15 04:03:07.999 INFO O| Sep 15 04:03:07.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
80072026-09-15T04:03:08.992Z[ recovery-image] Sep 15 04:03:07.999 INFO O| Sep 15 04:03:07.999 INFO STEP 729 (remove_files) COMPLETE
80082026-09-15T04:03:08.992Z[ recovery-image] Sep 15 04:03:07.999 INFO O| Sep 15 04:03:07.999 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24262:20260914T205930Z
80102026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
80112026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24262:20260914T205930Z
80122026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24262:20260914T205930Z
80132026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24262:20260914T205930Z
80142026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.001 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
80152026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/pcap@1.10.7-3.0:20260908T224020Z
80162026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24262:20260914T205930Z
80172026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24262:20260914T205930Z
80182026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24262:20260914T205930Z
80192026-09-15T04:03:08.995Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24262:20260914T205930Z
80202026-09-15T04:03:08.996Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24262:20260914T205931Z
80212026-09-15T04:03:08.996Z[ host-image] Sep 15 04:03:08.002 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24262:20260914T205931Z
80222026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
80232026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24262:20260914T205931Z
80242026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24262:20260914T205931Z
80252026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24262:20260914T205931Z
80262026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24262:20260914T205932Z
80272026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24262:20260914T205931Z
80282026-09-15T04:03:08.999Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24262:20260914T205931Z
80292026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
80302026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.003 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
80312026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24262:20260914T205933Z
80322026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24262:20260914T205933Z
80332026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
80342026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
80352026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
80362026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
80372026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
80382026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.004 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
80392026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.005 INFO O| install = pkg://helios/web/curl@8.22.0-3.0:20260908T223845Z
80402026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.005 INFO O| tempdir @ "/tmp/.tmpsxlNkT/tmp"
80412026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.005 INFO O| image root @ "/tmp/.tmpsxlNkT/tmp/root"
80422026-09-15T04:03:09.000Z[ host-image] Sep 15 04:03:08.005 INFO O| creating image...
80432026-09-15T04:03:09.007Z[ recovery-image] Sep 15 04:03:08.009 INFO O| Sep 15 04:03:08.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
80442026-09-15T04:03:09.007Z[ recovery-image] Sep 15 04:03:08.009 INFO O| Sep 15 04:03:08.009 INFO STEP 730 (remove_files) COMPLETE
80452026-09-15T04:03:09.007Z[ recovery-image] Sep 15 04:03:08.009 INFO O| Sep 15 04:03:08.009 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-15T04:03:09.012Z[ recovery-image] Sep 15 04:03:08.018 INFO O| Sep 15 04:03:08.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
80472026-09-15T04:03:09.017Z[ recovery-image] Sep 15 04:03:08.018 INFO O| Sep 15 04:03:08.018 INFO STEP 731 (remove_files) COMPLETE
80482026-09-15T04:03:09.017Z[ recovery-image] Sep 15 04:03:08.018 INFO O| Sep 15 04:03:08.018 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-15T04:03:09.021Z[ recovery-image] Sep 15 04:03:08.027 INFO O| Sep 15 04:03:08.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
80502026-09-15T04:03:09.021Z[ recovery-image] Sep 15 04:03:08.027 INFO O| Sep 15 04:03:08.027 INFO STEP 732 (remove_files) COMPLETE
80512026-09-15T04:03:09.021Z[ recovery-image] Sep 15 04:03:08.027 INFO O| Sep 15 04:03:08.027 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-15T04:03:09.035Z[ recovery-image] Sep 15 04:03:08.035 INFO O| Sep 15 04:03:08.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
80532026-09-15T04:03:09.036Z[ recovery-image] Sep 15 04:03:08.035 INFO O| Sep 15 04:03:08.035 INFO STEP 733 (remove_files) COMPLETE
80542026-09-15T04:03:09.039Z[ recovery-image] Sep 15 04:03:08.035 INFO O| Sep 15 04:03:08.035 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-15T04:03:09.039Z[ recovery-image] Sep 15 04:03:08.044 INFO O| Sep 15 04:03:08.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
80562026-09-15T04:03:09.039Z[ recovery-image] Sep 15 04:03:08.044 INFO O| Sep 15 04:03:08.044 INFO STEP 734 (remove_files) COMPLETE
80572026-09-15T04:03:09.039Z[ recovery-image] Sep 15 04:03:08.044 INFO O| Sep 15 04:03:08.044 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-15T04:03:09.050Z[ recovery-image] Sep 15 04:03:08.056 INFO O| Sep 15 04:03:08.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
80592026-09-15T04:03:09.050Z[ recovery-image] Sep 15 04:03:08.056 INFO O| Sep 15 04:03:08.056 INFO STEP 735 (remove_files) COMPLETE
80602026-09-15T04:03:09.050Z[ recovery-image] Sep 15 04:03:08.056 INFO O| Sep 15 04:03:08.056 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-15T04:03:09.061Z[ recovery-image] Sep 15 04:03:08.067 INFO O| Sep 15 04:03:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
80622026-09-15T04:03:09.061Z[ recovery-image] Sep 15 04:03:08.067 INFO O| Sep 15 04:03:08.067 INFO STEP 736 (remove_files) COMPLETE
80632026-09-15T04:03:09.061Z[ recovery-image] Sep 15 04:03:08.067 INFO O| Sep 15 04:03:08.067 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-15T04:03:09.075Z[ recovery-image] Sep 15 04:03:08.082 INFO O| Sep 15 04:03:08.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
80652026-09-15T04:03:09.075Z[ recovery-image] Sep 15 04:03:08.082 INFO O| Sep 15 04:03:08.079 INFO STEP 737 (remove_files) COMPLETE
80662026-09-15T04:03:09.075Z[ recovery-image] Sep 15 04:03:08.082 INFO O| Sep 15 04:03:08.079 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-15T04:03:09.081Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
80682026-09-15T04:03:09.085Z[ recovery-image] Sep 15 04:03:08.089 INFO O| Sep 15 04:03:08.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
80692026-09-15T04:03:09.085Z[ recovery-image] Sep 15 04:03:08.089 INFO O| Sep 15 04:03:08.089 INFO STEP 738 (remove_files) COMPLETE
80702026-09-15T04:03:09.085Z[ recovery-image] Sep 15 04:03:08.090 INFO O| Sep 15 04:03:08.089 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-15T04:03:09.092Z[ recovery-image] Sep 15 04:03:08.099 INFO O| Sep 15 04:03:08.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
80722026-09-15T04:03:09.092Z[ recovery-image] Sep 15 04:03:08.099 INFO O| Sep 15 04:03:08.099 INFO STEP 739 (remove_files) COMPLETE
80732026-09-15T04:03:09.092Z[ recovery-image] Sep 15 04:03:08.099 INFO O| Sep 15 04:03:08.099 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-15T04:03:09.103Z[ recovery-image] Sep 15 04:03:08.110 INFO O| Sep 15 04:03:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
80752026-09-15T04:03:09.104Z[ recovery-image] Sep 15 04:03:08.110 INFO O| Sep 15 04:03:08.110 INFO STEP 740 (remove_files) COMPLETE
80762026-09-15T04:03:09.104Z[ recovery-image] Sep 15 04:03:08.111 INFO O| Sep 15 04:03:08.110 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-15T04:03:09.113Z[ recovery-image] Sep 15 04:03:08.120 INFO O| Sep 15 04:03:08.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
80782026-09-15T04:03:09.113Z[ recovery-image] Sep 15 04:03:08.120 INFO O| Sep 15 04:03:08.120 INFO STEP 741 (remove_files) COMPLETE
80792026-09-15T04:03:09.113Z[ recovery-image] Sep 15 04:03:08.120 INFO O| Sep 15 04:03:08.120 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-15T04:03:09.125Z[ recovery-image] Sep 15 04:03:08.133 INFO O| Sep 15 04:03:08.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
80812026-09-15T04:03:09.125Z[ recovery-image] Sep 15 04:03:08.133 INFO O| Sep 15 04:03:08.133 INFO STEP 742 (remove_files) COMPLETE
80822026-09-15T04:03:09.125Z[ recovery-image] Sep 15 04:03:08.133 INFO O| Sep 15 04:03:08.133 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-15T04:03:09.136Z[ recovery-image] Sep 15 04:03:08.143 INFO O| Sep 15 04:03:08.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
80842026-09-15T04:03:09.136Z[ recovery-image] Sep 15 04:03:08.143 INFO O| Sep 15 04:03:08.143 INFO STEP 743 (remove_files) COMPLETE
80852026-09-15T04:03:09.140Z[ recovery-image] Sep 15 04:03:08.143 INFO O| Sep 15 04:03:08.143 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-15T04:03:09.146Z[ recovery-image] Sep 15 04:03:08.154 INFO O| Sep 15 04:03:08.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
80872026-09-15T04:03:09.146Z[ recovery-image] Sep 15 04:03:08.154 INFO O| Sep 15 04:03:08.154 INFO STEP 744 (remove_files) COMPLETE
80882026-09-15T04:03:09.150Z[ recovery-image] Sep 15 04:03:08.154 INFO O| Sep 15 04:03:08.154 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-15T04:03:09.157Z[ recovery-image] Sep 15 04:03:08.164 INFO O| Sep 15 04:03:08.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
80902026-09-15T04:03:09.161Z[ recovery-image] Sep 15 04:03:08.164 INFO O| Sep 15 04:03:08.164 INFO STEP 745 (remove_files) COMPLETE
80912026-09-15T04:03:09.161Z[ recovery-image] Sep 15 04:03:08.164 INFO O| Sep 15 04:03:08.164 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-15T04:03:09.164Z[verify-libraries] Compiling yansi v1.0.1
80932026-09-15T04:03:09.167Z[ recovery-image] Sep 15 04:03:08.173 INFO O| Sep 15 04:03:08.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
80942026-09-15T04:03:09.167Z[ recovery-image] Sep 15 04:03:08.173 INFO O| Sep 15 04:03:08.173 INFO STEP 746 (remove_files) COMPLETE
80952026-09-15T04:03:09.167Z[ recovery-image] Sep 15 04:03:08.173 INFO O| Sep 15 04:03:08.173 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-09-15T04:03:09.178Z[ recovery-image] Sep 15 04:03:08.182 INFO O| Sep 15 04:03:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
80972026-09-15T04:03:09.179Z[ recovery-image] Sep 15 04:03:08.182 INFO O| Sep 15 04:03:08.182 INFO STEP 747 (remove_files) COMPLETE
80982026-09-15T04:03:09.179Z[ recovery-image] Sep 15 04:03:08.182 INFO O| Sep 15 04:03:08.182 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-09-15T04:03:09.184Z[ recovery-image] Sep 15 04:03:08.191 INFO O| Sep 15 04:03:08.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
81002026-09-15T04:03:09.184Z[ recovery-image] Sep 15 04:03:08.191 INFO O| Sep 15 04:03:08.191 INFO STEP 748 (remove_files) COMPLETE
81012026-09-15T04:03:09.188Z[ recovery-image] Sep 15 04:03:08.191 INFO O| Sep 15 04:03:08.191 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-09-15T04:03:09.195Z[ recovery-image] Sep 15 04:03:08.202 INFO O| Sep 15 04:03:08.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
81032026-09-15T04:03:09.195Z[ recovery-image] Sep 15 04:03:08.202 INFO O| Sep 15 04:03:08.202 INFO STEP 749 (remove_files) COMPLETE
81042026-09-15T04:03:09.195Z[ recovery-image] Sep 15 04:03:08.202 INFO O| Sep 15 04:03:08.202 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-09-15T04:03:09.206Z[ recovery-image] Sep 15 04:03:08.213 INFO O| Sep 15 04:03:08.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
81062026-09-15T04:03:09.206Z[ recovery-image] Sep 15 04:03:08.213 INFO O| Sep 15 04:03:08.213 INFO STEP 750 (remove_files) COMPLETE
81072026-09-15T04:03:09.206Z[ recovery-image] Sep 15 04:03:08.213 INFO O| Sep 15 04:03:08.213 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-09-15T04:03:09.216Z[ recovery-image] Sep 15 04:03:08.223 INFO O| Sep 15 04:03:08.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
81092026-09-15T04:03:09.216Z[ recovery-image] Sep 15 04:03:08.223 INFO O| Sep 15 04:03:08.223 INFO STEP 751 (remove_files) COMPLETE
81102026-09-15T04:03:09.216Z[ recovery-image] Sep 15 04:03:08.223 INFO O| Sep 15 04:03:08.223 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-09-15T04:03:09.225Z[ recovery-image] Sep 15 04:03:08.233 INFO O| Sep 15 04:03:08.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
81122026-09-15T04:03:09.225Z[ recovery-image] Sep 15 04:03:08.233 INFO O| Sep 15 04:03:08.233 INFO STEP 752 (remove_files) COMPLETE
81132026-09-15T04:03:09.225Z[ recovery-image] Sep 15 04:03:08.233 INFO O| Sep 15 04:03:08.233 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-09-15T04:03:09.235Z[ recovery-image] Sep 15 04:03:08.242 INFO O| Sep 15 04:03:08.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
81152026-09-15T04:03:09.235Z[ recovery-image] Sep 15 04:03:08.242 INFO O| Sep 15 04:03:08.242 INFO STEP 753 (remove_files) COMPLETE
81162026-09-15T04:03:09.235Z[ recovery-image] Sep 15 04:03:08.242 INFO O| Sep 15 04:03:08.242 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-09-15T04:03:09.245Z[ recovery-image] Sep 15 04:03:08.252 INFO O| Sep 15 04:03:08.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
81182026-09-15T04:03:09.245Z[ recovery-image] Sep 15 04:03:08.252 INFO O| Sep 15 04:03:08.252 INFO STEP 754 (remove_files) COMPLETE
81192026-09-15T04:03:09.245Z[ recovery-image] Sep 15 04:03:08.252 INFO O| Sep 15 04:03:08.252 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-09-15T04:03:09.254Z[ recovery-image] Sep 15 04:03:08.261 INFO O| Sep 15 04:03:08.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
81212026-09-15T04:03:09.254Z[ recovery-image] Sep 15 04:03:08.261 INFO O| Sep 15 04:03:08.261 INFO STEP 755 (remove_files) COMPLETE
81222026-09-15T04:03:09.258Z[ recovery-image] Sep 15 04:03:08.261 INFO O| Sep 15 04:03:08.261 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-09-15T04:03:09.263Z[ recovery-image] Sep 15 04:03:08.270 INFO O| Sep 15 04:03:08.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
81242026-09-15T04:03:09.263Z[ recovery-image] Sep 15 04:03:08.270 INFO O| Sep 15 04:03:08.270 INFO STEP 756 (remove_files) COMPLETE
81252026-09-15T04:03:09.263Z[ recovery-image] Sep 15 04:03:08.270 INFO O| Sep 15 04:03:08.270 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-09-15T04:03:09.273Z[ recovery-image] Sep 15 04:03:08.279 INFO O| Sep 15 04:03:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
81272026-09-15T04:03:09.273Z[ recovery-image] Sep 15 04:03:08.279 INFO O| Sep 15 04:03:08.279 INFO STEP 757 (remove_files) COMPLETE
81282026-09-15T04:03:09.273Z[ recovery-image] Sep 15 04:03:08.279 INFO O| Sep 15 04:03:08.279 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-09-15T04:03:09.286Z[ recovery-image] Sep 15 04:03:08.289 INFO O| Sep 15 04:03:08.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
81302026-09-15T04:03:09.286Z[ recovery-image] Sep 15 04:03:08.289 INFO O| Sep 15 04:03:08.289 INFO STEP 758 (remove_files) COMPLETE
81312026-09-15T04:03:09.286Z[ recovery-image] Sep 15 04:03:08.289 INFO O| Sep 15 04:03:08.289 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-09-15T04:03:09.296Z[ recovery-image] Sep 15 04:03:08.298 INFO O| Sep 15 04:03:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
81332026-09-15T04:03:09.296Z[ recovery-image] Sep 15 04:03:08.298 INFO O| Sep 15 04:03:08.298 INFO STEP 759 (remove_files) COMPLETE
81342026-09-15T04:03:09.296Z[ recovery-image] Sep 15 04:03:08.298 INFO O| Sep 15 04:03:08.298 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-09-15T04:03:09.301Z[ recovery-image] Sep 15 04:03:08.308 INFO O| Sep 15 04:03:08.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
81362026-09-15T04:03:09.301Z[ recovery-image] Sep 15 04:03:08.308 INFO O| Sep 15 04:03:08.308 INFO STEP 760 (remove_files) COMPLETE
81372026-09-15T04:03:09.305Z[ recovery-image] Sep 15 04:03:08.308 INFO O| Sep 15 04:03:08.308 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-09-15T04:03:09.322Z[ recovery-image] Sep 15 04:03:08.319 INFO O| Sep 15 04:03:08.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
81392026-09-15T04:03:09.322Z[ recovery-image] Sep 15 04:03:08.319 INFO O| Sep 15 04:03:08.319 INFO STEP 761 (remove_files) COMPLETE
81402026-09-15T04:03:09.322Z[ recovery-image] Sep 15 04:03:08.319 INFO O| Sep 15 04:03:08.319 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-09-15T04:03:09.325Z[ recovery-image] Sep 15 04:03:08.329 INFO O| Sep 15 04:03:08.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
81422026-09-15T04:03:09.325Z[ recovery-image] Sep 15 04:03:08.329 INFO O| Sep 15 04:03:08.329 INFO STEP 762 (remove_files) COMPLETE
81432026-09-15T04:03:09.325Z[ recovery-image] Sep 15 04:03:08.329 INFO O| Sep 15 04:03:08.329 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-09-15T04:03:09.332Z[ recovery-image] Sep 15 04:03:08.339 INFO O| Sep 15 04:03:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
81452026-09-15T04:03:09.332Z[ recovery-image] Sep 15 04:03:08.339 INFO O| Sep 15 04:03:08.339 INFO STEP 763 (remove_files) COMPLETE
81462026-09-15T04:03:09.342Z[ recovery-image] Sep 15 04:03:08.339 INFO O| Sep 15 04:03:08.339 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-15T04:03:09.345Z[ recovery-image] Sep 15 04:03:08.349 INFO O| Sep 15 04:03:08.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
81482026-09-15T04:03:09.345Z[ recovery-image] Sep 15 04:03:08.349 INFO O| Sep 15 04:03:08.349 INFO STEP 764 (remove_files) COMPLETE
81492026-09-15T04:03:09.345Z[ recovery-image] Sep 15 04:03:08.349 INFO O| Sep 15 04:03:08.349 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-15T04:03:09.354Z[ recovery-image] Sep 15 04:03:08.361 INFO O| Sep 15 04:03:08.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
81512026-09-15T04:03:09.354Z[ recovery-image] Sep 15 04:03:08.361 INFO O| Sep 15 04:03:08.361 INFO STEP 765 (remove_files) COMPLETE
81522026-09-15T04:03:09.354Z[ recovery-image] Sep 15 04:03:08.361 INFO O| Sep 15 04:03:08.361 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-15T04:03:09.371Z[ recovery-image] Sep 15 04:03:08.377 INFO O| Sep 15 04:03:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
81542026-09-15T04:03:09.371Z[ recovery-image] Sep 15 04:03:08.377 INFO O| Sep 15 04:03:08.377 INFO STEP 766 (remove_files) COMPLETE
81552026-09-15T04:03:09.371Z[ recovery-image] Sep 15 04:03:08.377 INFO O| Sep 15 04:03:08.377 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-09-15T04:03:09.385Z[ recovery-image] Sep 15 04:03:08.388 INFO O| Sep 15 04:03:08.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
81572026-09-15T04:03:09.385Z[ recovery-image] Sep 15 04:03:08.388 INFO O| Sep 15 04:03:08.388 INFO STEP 767 (remove_files) COMPLETE
81582026-09-15T04:03:09.385Z[ recovery-image] Sep 15 04:03:08.388 INFO O| Sep 15 04:03:08.388 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-15T04:03:09.392Z[ recovery-image] Sep 15 04:03:08.399 INFO O| Sep 15 04:03:08.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
81602026-09-15T04:03:09.392Z[ recovery-image] Sep 15 04:03:08.399 INFO O| Sep 15 04:03:08.399 INFO STEP 768 (remove_files) COMPLETE
81612026-09-15T04:03:09.396Z[ recovery-image] Sep 15 04:03:08.399 INFO O| Sep 15 04:03:08.399 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-15T04:03:09.403Z[ recovery-image] Sep 15 04:03:08.410 INFO O| Sep 15 04:03:08.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
81632026-09-15T04:03:09.403Z[ recovery-image] Sep 15 04:03:08.410 INFO O| Sep 15 04:03:08.410 INFO STEP 769 (remove_files) COMPLETE
81642026-09-15T04:03:09.403Z[ recovery-image] Sep 15 04:03:08.410 INFO O| Sep 15 04:03:08.410 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-15T04:03:09.424Z[ recovery-image] Sep 15 04:03:08.430 INFO O| Sep 15 04:03:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
81662026-09-15T04:03:09.428Z[ recovery-image] Sep 15 04:03:08.431 INFO O| Sep 15 04:03:08.431 INFO STEP 770 (remove_files) COMPLETE
81672026-09-15T04:03:09.428Z[ recovery-image] Sep 15 04:03:08.431 INFO O| Sep 15 04:03:08.431 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-15T04:03:09.434Z[ recovery-image] Sep 15 04:03:08.441 INFO O| Sep 15 04:03:08.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
81692026-09-15T04:03:09.434Z[ recovery-image] Sep 15 04:03:08.441 INFO O| Sep 15 04:03:08.441 INFO STEP 771 (remove_files) COMPLETE
81702026-09-15T04:03:09.438Z[ recovery-image] Sep 15 04:03:08.441 INFO O| Sep 15 04:03:08.441 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-15T04:03:09.445Z[ recovery-image] Sep 15 04:03:08.451 INFO O| Sep 15 04:03:08.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
81722026-09-15T04:03:09.445Z[ recovery-image] Sep 15 04:03:08.452 INFO O| Sep 15 04:03:08.452 INFO STEP 772 (remove_files) COMPLETE
81732026-09-15T04:03:09.450Z[ recovery-image] Sep 15 04:03:08.452 INFO O| Sep 15 04:03:08.452 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-15T04:03:09.464Z[ recovery-image] Sep 15 04:03:08.467 INFO O| Sep 15 04:03:08.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
81752026-09-15T04:03:09.464Z[ recovery-image] Sep 15 04:03:08.467 INFO O| Sep 15 04:03:08.467 INFO STEP 773 (remove_files) COMPLETE
81762026-09-15T04:03:09.464Z[ recovery-image] Sep 15 04:03:08.467 INFO O| Sep 15 04:03:08.467 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-15T04:03:09.475Z[ recovery-image] Sep 15 04:03:08.477 INFO O| Sep 15 04:03:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
81782026-09-15T04:03:09.475Z[ recovery-image] Sep 15 04:03:08.477 INFO O| Sep 15 04:03:08.477 INFO STEP 774 (remove_files) COMPLETE
81792026-09-15T04:03:09.475Z[ recovery-image] Sep 15 04:03:08.477 INFO O| Sep 15 04:03:08.477 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-15T04:03:09.480Z[ recovery-image] Sep 15 04:03:08.487 INFO O| Sep 15 04:03:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
81812026-09-15T04:03:09.480Z[ recovery-image] Sep 15 04:03:08.487 INFO O| Sep 15 04:03:08.487 INFO STEP 775 (remove_files) COMPLETE
81822026-09-15T04:03:09.485Z[ recovery-image] Sep 15 04:03:08.487 INFO O| Sep 15 04:03:08.487 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-15T04:03:09.485Z[ host-image] Sep 15 04:03:08.490 INFO O| copying publishers...
81842026-09-15T04:03:09.490Z[ recovery-image] Sep 15 04:03:08.497 INFO O| Sep 15 04:03:08.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
81852026-09-15T04:03:09.490Z[ recovery-image] Sep 15 04:03:08.497 INFO O| Sep 15 04:03:08.497 INFO STEP 776 (remove_files) COMPLETE
81862026-09-15T04:03:09.490Z[ recovery-image] Sep 15 04:03:08.497 INFO O| Sep 15 04:03:08.497 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-09-15T04:03:09.498Z[ recovery-image] Sep 15 04:03:08.505 INFO O| Sep 15 04:03:08.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
81882026-09-15T04:03:09.502Z[ recovery-image] Sep 15 04:03:08.507 INFO O| Sep 15 04:03:08.507 INFO STEP 777 (remove_files) COMPLETE
81892026-09-15T04:03:09.502Z[ recovery-image] Sep 15 04:03:08.507 INFO O| Sep 15 04:03:08.507 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-09-15T04:03:09.509Z[ recovery-image] Sep 15 04:03:08.516 INFO O| Sep 15 04:03:08.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
81912026-09-15T04:03:09.513Z[ recovery-image] Sep 15 04:03:08.517 INFO O| Sep 15 04:03:08.517 INFO STEP 778 (remove_files) COMPLETE
81922026-09-15T04:03:09.513Z[ recovery-image] Sep 15 04:03:08.517 INFO O| Sep 15 04:03:08.517 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-09-15T04:03:09.520Z[ recovery-image] Sep 15 04:03:08.527 INFO O| Sep 15 04:03:08.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
81942026-09-15T04:03:09.520Z[ recovery-image] Sep 15 04:03:08.527 INFO O| Sep 15 04:03:08.527 INFO STEP 779 (remove_files) COMPLETE
81952026-09-15T04:03:09.523Z[ recovery-image] Sep 15 04:03:08.527 INFO O| Sep 15 04:03:08.527 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-09-15T04:03:09.523Z[verify-libraries] Compiling pretty_assertions v1.4.1
81972026-09-15T04:03:09.528Z[ recovery-image] Sep 15 04:03:08.535 INFO O| Sep 15 04:03:08.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
81982026-09-15T04:03:09.531Z[ recovery-image] Sep 15 04:03:08.537 INFO O| Sep 15 04:03:08.536 INFO STEP 780 (remove_files) COMPLETE
81992026-09-15T04:03:09.532Z[ recovery-image] Sep 15 04:03:08.537 INFO O| Sep 15 04:03:08.537 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-15T04:03:09.540Z[ recovery-image] Sep 15 04:03:08.547 INFO O| Sep 15 04:03:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
82012026-09-15T04:03:09.540Z[ recovery-image] Sep 15 04:03:08.547 INFO O| Sep 15 04:03:08.547 INFO STEP 781 (remove_files) COMPLETE
82022026-09-15T04:03:09.540Z[ recovery-image] Sep 15 04:03:08.547 INFO O| Sep 15 04:03:08.547 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-15T04:03:09.554Z[ recovery-image] Sep 15 04:03:08.559 INFO O| Sep 15 04:03:08.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
82042026-09-15T04:03:09.554Z[ recovery-image] Sep 15 04:03:08.559 INFO O| Sep 15 04:03:08.557 INFO STEP 782 (remove_files) COMPLETE
82052026-09-15T04:03:09.559Z[ recovery-image] Sep 15 04:03:08.559 INFO O| Sep 15 04:03:08.557 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-15T04:03:09.562Z[ recovery-image] Sep 15 04:03:08.567 INFO O| Sep 15 04:03:08.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
82072026-09-15T04:03:09.563Z[ recovery-image] Sep 15 04:03:08.567 INFO O| Sep 15 04:03:08.567 INFO STEP 783 (remove_files) COMPLETE
82082026-09-15T04:03:09.563Z[ recovery-image] Sep 15 04:03:08.567 INFO O| Sep 15 04:03:08.567 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-15T04:03:09.570Z[ recovery-image] Sep 15 04:03:08.576 INFO O| Sep 15 04:03:08.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
82102026-09-15T04:03:09.570Z[ recovery-image] Sep 15 04:03:08.576 INFO O| Sep 15 04:03:08.576 INFO STEP 784 (remove_files) COMPLETE
82112026-09-15T04:03:09.574Z[ recovery-image] Sep 15 04:03:08.576 INFO O| Sep 15 04:03:08.576 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-15T04:03:09.582Z[ recovery-image] Sep 15 04:03:08.585 INFO O| Sep 15 04:03:08.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
82132026-09-15T04:03:09.582Z[ recovery-image] Sep 15 04:03:08.585 INFO O| Sep 15 04:03:08.585 INFO STEP 785 (remove_files) COMPLETE
82142026-09-15T04:03:09.582Z[ recovery-image] Sep 15 04:03:08.585 INFO O| Sep 15 04:03:08.585 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-15T04:03:09.588Z[ recovery-image] Sep 15 04:03:08.595 INFO O| Sep 15 04:03:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
82162026-09-15T04:03:09.588Z[ recovery-image] Sep 15 04:03:08.595 INFO O| Sep 15 04:03:08.595 INFO STEP 786 (remove_files) COMPLETE
82172026-09-15T04:03:09.588Z[ recovery-image] Sep 15 04:03:08.595 INFO O| Sep 15 04:03:08.595 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-15T04:03:09.594Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
82192026-09-15T04:03:09.603Z[ recovery-image] Sep 15 04:03:08.605 INFO O| Sep 15 04:03:08.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
82202026-09-15T04:03:09.603Z[ recovery-image] Sep 15 04:03:08.605 INFO O| Sep 15 04:03:08.605 INFO STEP 787 (remove_files) COMPLETE
82212026-09-15T04:03:09.604Z[ recovery-image] Sep 15 04:03:08.605 INFO O| Sep 15 04:03:08.605 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-15T04:03:09.608Z[ recovery-image] Sep 15 04:03:08.615 INFO O| Sep 15 04:03:08.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
82232026-09-15T04:03:09.608Z[ recovery-image] Sep 15 04:03:08.615 INFO O| Sep 15 04:03:08.615 INFO STEP 788 (remove_files) COMPLETE
82242026-09-15T04:03:09.614Z[ recovery-image] Sep 15 04:03:08.615 INFO O| Sep 15 04:03:08.615 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-15T04:03:09.618Z[ recovery-image] Sep 15 04:03:08.625 INFO O| Sep 15 04:03:08.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
82262026-09-15T04:03:09.618Z[ recovery-image] Sep 15 04:03:08.625 INFO O| Sep 15 04:03:08.625 INFO STEP 789 (remove_files) COMPLETE
82272026-09-15T04:03:09.618Z[ recovery-image] Sep 15 04:03:08.625 INFO O| Sep 15 04:03:08.625 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-15T04:03:09.629Z[ recovery-image] Sep 15 04:03:08.636 INFO O| Sep 15 04:03:08.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
82292026-09-15T04:03:09.630Z[ recovery-image] Sep 15 04:03:08.636 INFO O| Sep 15 04:03:08.636 INFO STEP 790 (remove_files) COMPLETE
82302026-09-15T04:03:09.630Z[ recovery-image] Sep 15 04:03:08.636 INFO O| Sep 15 04:03:08.636 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-15T04:03:09.641Z[ recovery-image] Sep 15 04:03:08.646 INFO O| Sep 15 04:03:08.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
82322026-09-15T04:03:09.641Z[ recovery-image] Sep 15 04:03:08.646 INFO O| Sep 15 04:03:08.646 INFO STEP 791 (remove_files) COMPLETE
82332026-09-15T04:03:09.641Z[ recovery-image] Sep 15 04:03:08.646 INFO O| Sep 15 04:03:08.646 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-09-15T04:03:09.652Z[ recovery-image] Sep 15 04:03:08.657 INFO O| Sep 15 04:03:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
82352026-09-15T04:03:09.652Z[ recovery-image] Sep 15 04:03:08.657 INFO O| Sep 15 04:03:08.657 INFO STEP 792 (remove_files) COMPLETE
82362026-09-15T04:03:09.655Z[ recovery-image] Sep 15 04:03:08.657 INFO O| Sep 15 04:03:08.657 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-09-15T04:03:09.662Z[ recovery-image] Sep 15 04:03:08.669 INFO O| Sep 15 04:03:08.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
82382026-09-15T04:03:09.662Z[ recovery-image] Sep 15 04:03:08.669 INFO O| Sep 15 04:03:08.669 INFO STEP 793 (remove_files) COMPLETE
82392026-09-15T04:03:09.662Z[ recovery-image] Sep 15 04:03:08.669 INFO O| Sep 15 04:03:08.669 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-09-15T04:03:09.681Z[ recovery-image] Sep 15 04:03:08.686 INFO O| Sep 15 04:03:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
82412026-09-15T04:03:09.682Z[ recovery-image] Sep 15 04:03:08.686 INFO O| Sep 15 04:03:08.686 INFO STEP 794 (remove_files) COMPLETE
82422026-09-15T04:03:09.682Z[ recovery-image] Sep 15 04:03:08.686 INFO O| Sep 15 04:03:08.686 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-09-15T04:03:09.696Z[ recovery-image] Sep 15 04:03:08.696 INFO O| Sep 15 04:03:08.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
82442026-09-15T04:03:09.696Z[ recovery-image] Sep 15 04:03:08.696 INFO O| Sep 15 04:03:08.696 INFO STEP 795 (remove_files) COMPLETE
82452026-09-15T04:03:09.696Z[ recovery-image] Sep 15 04:03:08.696 INFO O| Sep 15 04:03:08.696 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-09-15T04:03:09.700Z[ recovery-image] Sep 15 04:03:08.707 INFO O| Sep 15 04:03:08.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
82472026-09-15T04:03:09.700Z[ recovery-image] Sep 15 04:03:08.707 INFO O| Sep 15 04:03:08.707 INFO STEP 796 (remove_files) COMPLETE
82482026-09-15T04:03:09.700Z[ recovery-image] Sep 15 04:03:08.707 INFO O| Sep 15 04:03:08.707 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-09-15T04:03:09.710Z[ recovery-image] Sep 15 04:03:08.717 INFO O| Sep 15 04:03:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
82502026-09-15T04:03:09.710Z[ recovery-image] Sep 15 04:03:08.717 INFO O| Sep 15 04:03:08.717 INFO STEP 797 (remove_files) COMPLETE
82512026-09-15T04:03:09.714Z[ recovery-image] Sep 15 04:03:08.717 INFO O| Sep 15 04:03:08.717 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-09-15T04:03:09.723Z[ recovery-image] Sep 15 04:03:08.726 INFO O| Sep 15 04:03:08.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
82532026-09-15T04:03:09.723Z[ recovery-image] Sep 15 04:03:08.726 INFO O| Sep 15 04:03:08.726 INFO STEP 798 (remove_files) COMPLETE
82542026-09-15T04:03:09.723Z[ recovery-image] Sep 15 04:03:08.726 INFO O| Sep 15 04:03:08.726 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-09-15T04:03:09.729Z[ recovery-image] Sep 15 04:03:08.736 INFO O| Sep 15 04:03:08.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
82562026-09-15T04:03:09.729Z[ recovery-image] Sep 15 04:03:08.736 INFO O| Sep 15 04:03:08.736 INFO STEP 799 (remove_files) COMPLETE
82572026-09-15T04:03:09.729Z[ recovery-image] Sep 15 04:03:08.736 INFO O| Sep 15 04:03:08.736 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-09-15T04:03:09.745Z[ recovery-image] Sep 15 04:03:08.747 INFO O| Sep 15 04:03:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
82592026-09-15T04:03:09.745Z[ recovery-image] Sep 15 04:03:08.747 INFO O| Sep 15 04:03:08.747 INFO STEP 800 (remove_files) COMPLETE
82602026-09-15T04:03:09.745Z[ recovery-image] Sep 15 04:03:08.747 INFO O| Sep 15 04:03:08.747 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-09-15T04:03:09.752Z[ recovery-image] Sep 15 04:03:08.757 INFO O| Sep 15 04:03:08.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
82622026-09-15T04:03:09.752Z[ recovery-image] Sep 15 04:03:08.758 INFO O| Sep 15 04:03:08.757 INFO STEP 801 (remove_files) COMPLETE
82632026-09-15T04:03:09.752Z[ recovery-image] Sep 15 04:03:08.758 INFO O| Sep 15 04:03:08.758 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-15T04:03:09.760Z[ recovery-image] Sep 15 04:03:08.767 INFO O| Sep 15 04:03:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
82652026-09-15T04:03:09.760Z[ recovery-image] Sep 15 04:03:08.767 INFO O| Sep 15 04:03:08.767 INFO STEP 802 (remove_files) COMPLETE
82662026-09-15T04:03:09.764Z[ recovery-image] Sep 15 04:03:08.767 INFO O| Sep 15 04:03:08.767 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-15T04:03:09.772Z[ recovery-image] Sep 15 04:03:08.775 INFO O| Sep 15 04:03:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
82682026-09-15T04:03:09.772Z[ recovery-image] Sep 15 04:03:08.775 INFO O| Sep 15 04:03:08.775 INFO STEP 803 (remove_files) COMPLETE
82692026-09-15T04:03:09.777Z[ recovery-image] Sep 15 04:03:08.775 INFO O| Sep 15 04:03:08.775 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-15T04:03:09.785Z[ recovery-image] Sep 15 04:03:08.784 INFO O| Sep 15 04:03:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
82712026-09-15T04:03:09.785Z[ recovery-image] Sep 15 04:03:08.784 INFO O| Sep 15 04:03:08.784 INFO STEP 804 (remove_files) COMPLETE
82722026-09-15T04:03:09.785Z[ recovery-image] Sep 15 04:03:08.784 INFO O| Sep 15 04:03:08.784 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-09-15T04:03:09.785Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82742026-09-15T04:03:09.790Z[ recovery-image] Sep 15 04:03:08.795 INFO O| Sep 15 04:03:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
82752026-09-15T04:03:09.790Z[ recovery-image] Sep 15 04:03:08.795 INFO O| Sep 15 04:03:08.795 INFO STEP 805 (remove_files) COMPLETE
82762026-09-15T04:03:09.791Z[ recovery-image] Sep 15 04:03:08.795 INFO O| Sep 15 04:03:08.795 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-09-15T04:03:09.797Z[ recovery-image] Sep 15 04:03:08.803 INFO O| Sep 15 04:03:08.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
82782026-09-15T04:03:09.797Z[ recovery-image] Sep 15 04:03:08.803 INFO O| Sep 15 04:03:08.803 INFO STEP 806 (remove_files) COMPLETE
82792026-09-15T04:03:09.801Z[ recovery-image] Sep 15 04:03:08.803 INFO O| Sep 15 04:03:08.803 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-09-15T04:03:09.806Z[ recovery-image] Sep 15 04:03:08.812 INFO O| Sep 15 04:03:08.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
82812026-09-15T04:03:09.806Z[ recovery-image] Sep 15 04:03:08.812 INFO O| Sep 15 04:03:08.812 INFO STEP 807 (remove_files) COMPLETE
82822026-09-15T04:03:09.806Z[ recovery-image] Sep 15 04:03:08.812 INFO O| Sep 15 04:03:08.812 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-09-15T04:03:09.814Z[ recovery-image] Sep 15 04:03:08.821 INFO O| Sep 15 04:03:08.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
82842026-09-15T04:03:09.814Z[ recovery-image] Sep 15 04:03:08.821 INFO O| Sep 15 04:03:08.821 INFO STEP 808 (remove_files) COMPLETE
82852026-09-15T04:03:09.817Z[ recovery-image] Sep 15 04:03:08.821 INFO O| Sep 15 04:03:08.821 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-09-15T04:03:09.825Z[ recovery-image] Sep 15 04:03:08.830 INFO O| Sep 15 04:03:08.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
82872026-09-15T04:03:09.825Z[ recovery-image] Sep 15 04:03:08.830 INFO O| Sep 15 04:03:08.830 INFO STEP 809 (remove_files) COMPLETE
82882026-09-15T04:03:09.825Z[ recovery-image] Sep 15 04:03:08.830 INFO O| Sep 15 04:03:08.830 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-09-15T04:03:09.833Z[ recovery-image] Sep 15 04:03:08.840 INFO O| Sep 15 04:03:08.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
82902026-09-15T04:03:09.833Z[ recovery-image] Sep 15 04:03:08.840 INFO O| Sep 15 04:03:08.840 INFO STEP 810 (remove_files) COMPLETE
82912026-09-15T04:03:09.833Z[ recovery-image] Sep 15 04:03:08.840 INFO O| Sep 15 04:03:08.840 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-09-15T04:03:09.841Z[ recovery-image] Sep 15 04:03:08.848 INFO O| Sep 15 04:03:08.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
82932026-09-15T04:03:09.846Z[ recovery-image] Sep 15 04:03:08.848 INFO O| Sep 15 04:03:08.848 INFO STEP 811 (remove_files) COMPLETE
82942026-09-15T04:03:09.846Z[ recovery-image] Sep 15 04:03:08.848 INFO O| Sep 15 04:03:08.848 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-09-15T04:03:09.849Z[ recovery-image] Sep 15 04:03:08.856 INFO O| Sep 15 04:03:08.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
82962026-09-15T04:03:09.849Z[ recovery-image] Sep 15 04:03:08.856 INFO O| Sep 15 04:03:08.856 INFO STEP 812 (remove_files) COMPLETE
82972026-09-15T04:03:09.849Z[ recovery-image] Sep 15 04:03:08.856 INFO O| Sep 15 04:03:08.856 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-09-15T04:03:09.861Z[ recovery-image] Sep 15 04:03:08.866 INFO O| Sep 15 04:03:08.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
82992026-09-15T04:03:09.861Z[ recovery-image] Sep 15 04:03:08.866 INFO O| Sep 15 04:03:08.866 INFO STEP 813 (remove_files) COMPLETE
83002026-09-15T04:03:09.867Z[ recovery-image] Sep 15 04:03:08.866 INFO O| Sep 15 04:03:08.866 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-09-15T04:03:09.873Z[ recovery-image] Sep 15 04:03:08.875 INFO O| Sep 15 04:03:08.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
83022026-09-15T04:03:09.873Z[ recovery-image] Sep 15 04:03:08.875 INFO O| Sep 15 04:03:08.875 INFO STEP 814 (remove_files) COMPLETE
83032026-09-15T04:03:09.873Z[ recovery-image] Sep 15 04:03:08.875 INFO O| Sep 15 04:03:08.875 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-09-15T04:03:09.877Z[ recovery-image] Sep 15 04:03:08.884 INFO O| Sep 15 04:03:08.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
83052026-09-15T04:03:09.881Z[ recovery-image] Sep 15 04:03:08.884 INFO O| Sep 15 04:03:08.884 INFO STEP 815 (remove_files) COMPLETE
83062026-09-15T04:03:09.882Z[ recovery-image] Sep 15 04:03:08.884 INFO O| Sep 15 04:03:08.884 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-09-15T04:03:09.888Z[ recovery-image] Sep 15 04:03:08.895 INFO O| Sep 15 04:03:08.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
83082026-09-15T04:03:09.888Z[ recovery-image] Sep 15 04:03:08.895 INFO O| Sep 15 04:03:08.895 INFO STEP 816 (remove_files) COMPLETE
83092026-09-15T04:03:09.889Z[ recovery-image] Sep 15 04:03:08.896 INFO O| Sep 15 04:03:08.895 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-09-15T04:03:09.898Z[ recovery-image] Sep 15 04:03:08.905 INFO O| Sep 15 04:03:08.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
83112026-09-15T04:03:09.898Z[ recovery-image] Sep 15 04:03:08.905 INFO O| Sep 15 04:03:08.905 INFO STEP 817 (remove_files) COMPLETE
83122026-09-15T04:03:09.904Z[ recovery-image] Sep 15 04:03:08.905 INFO O| Sep 15 04:03:08.905 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-09-15T04:03:09.909Z[ recovery-image] Sep 15 04:03:08.916 INFO O| Sep 15 04:03:08.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
83142026-09-15T04:03:09.910Z[ recovery-image] Sep 15 04:03:08.916 INFO O| Sep 15 04:03:08.916 INFO STEP 818 (remove_files) COMPLETE
83152026-09-15T04:03:09.910Z[ recovery-image] Sep 15 04:03:08.916 INFO O| Sep 15 04:03:08.916 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-09-15T04:03:09.921Z[ recovery-image] Sep 15 04:03:08.927 INFO O| Sep 15 04:03:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
83172026-09-15T04:03:09.921Z[ recovery-image] Sep 15 04:03:08.927 INFO O| Sep 15 04:03:08.927 INFO STEP 819 (remove_files) COMPLETE
83182026-09-15T04:03:09.921Z[ recovery-image] Sep 15 04:03:08.927 INFO O| Sep 15 04:03:08.927 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-09-15T04:03:09.929Z[ recovery-image] Sep 15 04:03:08.936 INFO O| Sep 15 04:03:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
83202026-09-15T04:03:09.929Z[ recovery-image] Sep 15 04:03:08.936 INFO O| Sep 15 04:03:08.936 INFO STEP 820 (remove_files) COMPLETE
83212026-09-15T04:03:09.929Z[ recovery-image] Sep 15 04:03:08.936 INFO O| Sep 15 04:03:08.936 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-09-15T04:03:09.940Z[ recovery-image] Sep 15 04:03:08.947 INFO O| Sep 15 04:03:08.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
83232026-09-15T04:03:09.940Z[ recovery-image] Sep 15 04:03:08.947 INFO O| Sep 15 04:03:08.947 INFO STEP 821 (remove_files) COMPLETE
83242026-09-15T04:03:09.941Z[ recovery-image] Sep 15 04:03:08.947 INFO O| Sep 15 04:03:08.947 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-09-15T04:03:09.950Z[ recovery-image] Sep 15 04:03:08.957 INFO O| Sep 15 04:03:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
83262026-09-15T04:03:09.950Z[ recovery-image] Sep 15 04:03:08.957 INFO O| Sep 15 04:03:08.957 INFO STEP 822 (remove_files) COMPLETE
83272026-09-15T04:03:09.950Z[ recovery-image] Sep 15 04:03:08.957 INFO O| Sep 15 04:03:08.957 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-09-15T04:03:09.960Z[ recovery-image] Sep 15 04:03:08.967 INFO O| Sep 15 04:03:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
83292026-09-15T04:03:09.960Z[ recovery-image] Sep 15 04:03:08.967 INFO O| Sep 15 04:03:08.967 INFO STEP 823 (remove_files) COMPLETE
83302026-09-15T04:03:09.960Z[ recovery-image] Sep 15 04:03:08.967 INFO O| Sep 15 04:03:08.967 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-09-15T04:03:09.973Z[ recovery-image] Sep 15 04:03:08.978 INFO O| Sep 15 04:03:08.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
83322026-09-15T04:03:09.973Z[ recovery-image] Sep 15 04:03:08.978 INFO O| Sep 15 04:03:08.978 INFO STEP 824 (remove_files) COMPLETE
83332026-09-15T04:03:09.973Z[ recovery-image] Sep 15 04:03:08.978 INFO O| Sep 15 04:03:08.978 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.988 INFO O| Sep 15 04:03:08.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
83352026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.988 INFO O| Sep 15 04:03:08.988 INFO STEP 825 (remove_files) COMPLETE
83362026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.988 INFO O| Sep 15 04:03:08.988 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.998 INFO O| Sep 15 04:03:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
83382026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.998 INFO O| Sep 15 04:03:08.998 INFO STEP 826 (remove_files) COMPLETE
83392026-09-15T04:03:09.992Z[ recovery-image] Sep 15 04:03:08.998 INFO O| Sep 15 04:03:08.998 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-09-15T04:03:10.002Z[ recovery-image] Sep 15 04:03:09.008 INFO O| Sep 15 04:03:09.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
83412026-09-15T04:03:10.002Z[ recovery-image] Sep 15 04:03:09.008 INFO O| Sep 15 04:03:09.008 INFO STEP 827 (remove_files) COMPLETE
83422026-09-15T04:03:10.002Z[ recovery-image] Sep 15 04:03:09.008 INFO O| Sep 15 04:03:09.008 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-15T04:03:10.014Z[ recovery-image] Sep 15 04:03:09.020 INFO O| Sep 15 04:03:09.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
83442026-09-15T04:03:10.014Z[ recovery-image] Sep 15 04:03:09.021 INFO O| Sep 15 04:03:09.021 INFO STEP 828 (remove_files) COMPLETE
83452026-09-15T04:03:10.014Z[ recovery-image] Sep 15 04:03:09.021 INFO O| Sep 15 04:03:09.021 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-15T04:03:10.024Z[ recovery-image] Sep 15 04:03:09.031 INFO O| Sep 15 04:03:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
83472026-09-15T04:03:10.029Z[ recovery-image] Sep 15 04:03:09.031 INFO O| Sep 15 04:03:09.031 INFO STEP 829 (remove_files) COMPLETE
83482026-09-15T04:03:10.029Z[ recovery-image] Sep 15 04:03:09.031 INFO O| Sep 15 04:03:09.031 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-15T04:03:10.035Z[ recovery-image] Sep 15 04:03:09.042 INFO O| Sep 15 04:03:09.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
83502026-09-15T04:03:10.035Z[ recovery-image] Sep 15 04:03:09.042 INFO O| Sep 15 04:03:09.042 INFO STEP 830 (remove_files) COMPLETE
83512026-09-15T04:03:10.044Z[ recovery-image] Sep 15 04:03:09.042 INFO O| Sep 15 04:03:09.042 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-15T04:03:10.048Z[ recovery-image] Sep 15 04:03:09.053 INFO O| Sep 15 04:03:09.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
83532026-09-15T04:03:10.048Z[ recovery-image] Sep 15 04:03:09.053 INFO O| Sep 15 04:03:09.053 INFO STEP 831 (remove_files) COMPLETE
83542026-09-15T04:03:10.048Z[ recovery-image] Sep 15 04:03:09.053 INFO O| Sep 15 04:03:09.053 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-15T04:03:10.057Z[ recovery-image] Sep 15 04:03:09.064 INFO O| Sep 15 04:03:09.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
83562026-09-15T04:03:10.057Z[ recovery-image] Sep 15 04:03:09.064 INFO O| Sep 15 04:03:09.064 INFO STEP 832 (remove_files) COMPLETE
83572026-09-15T04:03:10.057Z[ recovery-image] Sep 15 04:03:09.064 INFO O| Sep 15 04:03:09.064 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-15T04:03:10.068Z[ recovery-image] Sep 15 04:03:09.075 INFO O| Sep 15 04:03:09.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
83592026-09-15T04:03:10.068Z[ recovery-image] Sep 15 04:03:09.075 INFO O| Sep 15 04:03:09.075 INFO STEP 833 (remove_files) COMPLETE
83602026-09-15T04:03:10.068Z[ recovery-image] Sep 15 04:03:09.075 INFO O| Sep 15 04:03:09.075 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-15T04:03:10.080Z[ recovery-image] Sep 15 04:03:09.087 INFO O| Sep 15 04:03:09.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
83622026-09-15T04:03:10.080Z[ recovery-image] Sep 15 04:03:09.087 INFO O| Sep 15 04:03:09.087 INFO STEP 834 (remove_files) COMPLETE
83632026-09-15T04:03:10.083Z[ recovery-image] Sep 15 04:03:09.087 INFO O| Sep 15 04:03:09.087 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-15T04:03:10.093Z[ recovery-image] Sep 15 04:03:09.100 INFO O| Sep 15 04:03:09.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
83652026-09-15T04:03:10.093Z[ recovery-image] Sep 15 04:03:09.100 INFO O| Sep 15 04:03:09.100 INFO STEP 835 (remove_files) COMPLETE
83662026-09-15T04:03:10.093Z[ recovery-image] Sep 15 04:03:09.100 INFO O| Sep 15 04:03:09.100 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-15T04:03:10.112Z[ recovery-image] Sep 15 04:03:09.117 INFO O| Sep 15 04:03:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
83682026-09-15T04:03:10.112Z[ recovery-image] Sep 15 04:03:09.117 INFO O| Sep 15 04:03:09.117 INFO STEP 836 (remove_files) COMPLETE
83692026-09-15T04:03:10.112Z[ recovery-image] Sep 15 04:03:09.117 INFO O| Sep 15 04:03:09.117 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-15T04:03:10.121Z[ recovery-image] Sep 15 04:03:09.128 INFO O| Sep 15 04:03:09.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
83712026-09-15T04:03:10.121Z[ recovery-image] Sep 15 04:03:09.128 INFO O| Sep 15 04:03:09.128 INFO STEP 837 (remove_files) COMPLETE
83722026-09-15T04:03:10.125Z[ recovery-image] Sep 15 04:03:09.128 INFO O| Sep 15 04:03:09.128 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-09-15T04:03:10.134Z[ recovery-image] Sep 15 04:03:09.138 INFO O| Sep 15 04:03:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
83742026-09-15T04:03:10.134Z[ recovery-image] Sep 15 04:03:09.138 INFO O| Sep 15 04:03:09.138 INFO STEP 838 (remove_files) COMPLETE
83752026-09-15T04:03:10.138Z[ recovery-image] Sep 15 04:03:09.138 INFO O| Sep 15 04:03:09.138 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-09-15T04:03:10.142Z[ recovery-image] Sep 15 04:03:09.146 INFO O| Sep 15 04:03:09.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
83772026-09-15T04:03:10.142Z[ recovery-image] Sep 15 04:03:09.146 INFO O| Sep 15 04:03:09.146 INFO STEP 839 (remove_files) COMPLETE
83782026-09-15T04:03:10.142Z[ recovery-image] Sep 15 04:03:09.146 INFO O| Sep 15 04:03:09.146 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-09-15T04:03:10.154Z[ recovery-image] Sep 15 04:03:09.155 INFO O| Sep 15 04:03:09.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
83802026-09-15T04:03:10.154Z[ recovery-image] Sep 15 04:03:09.155 INFO O| Sep 15 04:03:09.155 INFO STEP 840 (remove_files) COMPLETE
83812026-09-15T04:03:10.154Z[ recovery-image] Sep 15 04:03:09.155 INFO O| Sep 15 04:03:09.155 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-09-15T04:03:10.163Z[ recovery-image] Sep 15 04:03:09.165 INFO O| Sep 15 04:03:09.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
83832026-09-15T04:03:10.163Z[ recovery-image] Sep 15 04:03:09.165 INFO O| Sep 15 04:03:09.165 INFO STEP 841 (remove_files) COMPLETE
83842026-09-15T04:03:10.163Z[ recovery-image] Sep 15 04:03:09.165 INFO O| Sep 15 04:03:09.165 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-09-15T04:03:10.172Z[ recovery-image] Sep 15 04:03:09.176 INFO O| Sep 15 04:03:09.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
83862026-09-15T04:03:10.172Z[ recovery-image] Sep 15 04:03:09.176 INFO O| Sep 15 04:03:09.176 INFO STEP 842 (remove_files) COMPLETE
83872026-09-15T04:03:10.176Z[ recovery-image] Sep 15 04:03:09.176 INFO O| Sep 15 04:03:09.176 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-15T04:03:10.210Z[ recovery-image] Sep 15 04:03:09.212 INFO O| Sep 15 04:03:09.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
83892026-09-15T04:03:10.210Z[ recovery-image] Sep 15 04:03:09.212 INFO O| Sep 15 04:03:09.212 INFO STEP 843 (remove_files) COMPLETE
83902026-09-15T04:03:10.210Z[ recovery-image] Sep 15 04:03:09.212 INFO O| Sep 15 04:03:09.212 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-09-15T04:03:10.218Z[ recovery-image] Sep 15 04:03:09.223 INFO O| Sep 15 04:03:09.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
83922026-09-15T04:03:10.222Z[ recovery-image] Sep 15 04:03:09.223 INFO O| Sep 15 04:03:09.223 INFO STEP 844 (remove_files) COMPLETE
83932026-09-15T04:03:10.222Z[ recovery-image] Sep 15 04:03:09.223 INFO O| Sep 15 04:03:09.223 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-15T04:03:10.226Z[ recovery-image] Sep 15 04:03:09.231 INFO O| Sep 15 04:03:09.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
83952026-09-15T04:03:10.226Z[ recovery-image] Sep 15 04:03:09.231 INFO O| Sep 15 04:03:09.231 INFO STEP 845 (remove_files) COMPLETE
83962026-09-15T04:03:10.227Z[ recovery-image] Sep 15 04:03:09.231 INFO O| Sep 15 04:03:09.231 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-15T04:03:10.235Z[ recovery-image] Sep 15 04:03:09.238 INFO O| Sep 15 04:03:09.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
83982026-09-15T04:03:10.235Z[ recovery-image] Sep 15 04:03:09.238 INFO O| Sep 15 04:03:09.238 INFO STEP 846 (remove_files) COMPLETE
83992026-09-15T04:03:10.235Z[ recovery-image] Sep 15 04:03:09.238 INFO O| Sep 15 04:03:09.238 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-15T04:03:10.243Z[ recovery-image] Sep 15 04:03:09.245 INFO O| Sep 15 04:03:09.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
84012026-09-15T04:03:10.248Z[ recovery-image] Sep 15 04:03:09.245 INFO O| Sep 15 04:03:09.245 INFO STEP 847 (remove_files) COMPLETE
84022026-09-15T04:03:10.248Z[ recovery-image] Sep 15 04:03:09.245 INFO O| Sep 15 04:03:09.245 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-09-15T04:03:10.253Z[ recovery-image] Sep 15 04:03:09.256 INFO O| Sep 15 04:03:09.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
84042026-09-15T04:03:10.253Z[ recovery-image] Sep 15 04:03:09.256 INFO O| Sep 15 04:03:09.256 INFO STEP 848 (remove_files) COMPLETE
84052026-09-15T04:03:10.253Z[ recovery-image] Sep 15 04:03:09.256 INFO O| Sep 15 04:03:09.256 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-15T04:03:10.259Z[ recovery-image] Sep 15 04:03:09.266 INFO O| Sep 15 04:03:09.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
84072026-09-15T04:03:10.259Z[ recovery-image] Sep 15 04:03:09.266 INFO O| Sep 15 04:03:09.266 INFO STEP 849 (remove_files) COMPLETE
84082026-09-15T04:03:10.259Z[ recovery-image] Sep 15 04:03:09.266 INFO O| Sep 15 04:03:09.266 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-09-15T04:03:10.271Z[ recovery-image] Sep 15 04:03:09.274 INFO O| Sep 15 04:03:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
84102026-09-15T04:03:10.271Z[ recovery-image] Sep 15 04:03:09.275 INFO O| Sep 15 04:03:09.274 INFO STEP 850 (remove_files) COMPLETE
84112026-09-15T04:03:10.275Z[ recovery-image] Sep 15 04:03:09.275 INFO O| Sep 15 04:03:09.274 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-09-15T04:03:10.282Z[ recovery-image] Sep 15 04:03:09.284 INFO O| Sep 15 04:03:09.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
84132026-09-15T04:03:10.282Z[ recovery-image] Sep 15 04:03:09.284 INFO O| Sep 15 04:03:09.284 INFO STEP 851 (remove_files) COMPLETE
84142026-09-15T04:03:10.282Z[ recovery-image] Sep 15 04:03:09.284 INFO O| Sep 15 04:03:09.284 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-09-15T04:03:10.286Z[ recovery-image] Sep 15 04:03:09.292 INFO O| Sep 15 04:03:09.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
84162026-09-15T04:03:10.286Z[ recovery-image] Sep 15 04:03:09.292 INFO O| Sep 15 04:03:09.292 INFO STEP 852 (remove_files) COMPLETE
84172026-09-15T04:03:10.286Z[ recovery-image] Sep 15 04:03:09.292 INFO O| Sep 15 04:03:09.292 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-09-15T04:03:10.298Z[ recovery-image] Sep 15 04:03:09.304 INFO O| Sep 15 04:03:09.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
84192026-09-15T04:03:10.298Z[ recovery-image] Sep 15 04:03:09.304 INFO O| Sep 15 04:03:09.304 INFO STEP 853 (remove_files) COMPLETE
84202026-09-15T04:03:10.298Z[ recovery-image] Sep 15 04:03:09.304 INFO O| Sep 15 04:03:09.304 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-09-15T04:03:10.307Z[ recovery-image] Sep 15 04:03:09.313 INFO O| Sep 15 04:03:09.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
84222026-09-15T04:03:10.307Z[ recovery-image] Sep 15 04:03:09.313 INFO O| Sep 15 04:03:09.313 INFO STEP 854 (remove_files) COMPLETE
84232026-09-15T04:03:10.307Z[ recovery-image] Sep 15 04:03:09.313 INFO O| Sep 15 04:03:09.313 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-09-15T04:03:10.316Z[ recovery-image] Sep 15 04:03:09.323 INFO O| Sep 15 04:03:09.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
84252026-09-15T04:03:10.316Z[ recovery-image] Sep 15 04:03:09.323 INFO O| Sep 15 04:03:09.323 INFO STEP 855 (remove_files) COMPLETE
84262026-09-15T04:03:10.321Z[ recovery-image] Sep 15 04:03:09.323 INFO O| Sep 15 04:03:09.323 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-09-15T04:03:10.327Z[ recovery-image] Sep 15 04:03:09.333 INFO O| Sep 15 04:03:09.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
84282026-09-15T04:03:10.327Z[ recovery-image] Sep 15 04:03:09.333 INFO O| Sep 15 04:03:09.333 INFO STEP 856 (remove_files) COMPLETE
84292026-09-15T04:03:10.332Z[ recovery-image] Sep 15 04:03:09.333 INFO O| Sep 15 04:03:09.333 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-15T04:03:10.335Z[ recovery-image] Sep 15 04:03:09.342 INFO O| Sep 15 04:03:09.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
84312026-09-15T04:03:10.335Z[ recovery-image] Sep 15 04:03:09.342 INFO O| Sep 15 04:03:09.342 INFO STEP 857 (remove_files) COMPLETE
84322026-09-15T04:03:10.335Z[ recovery-image] Sep 15 04:03:09.342 INFO O| Sep 15 04:03:09.342 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-15T04:03:10.344Z[ recovery-image] Sep 15 04:03:09.351 INFO O| Sep 15 04:03:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
84342026-09-15T04:03:10.344Z[ recovery-image] Sep 15 04:03:09.351 INFO O| Sep 15 04:03:09.351 INFO STEP 858 (remove_files) COMPLETE
84352026-09-15T04:03:10.344Z[ recovery-image] Sep 15 04:03:09.351 INFO O| Sep 15 04:03:09.351 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-15T04:03:10.357Z[ recovery-image] Sep 15 04:03:09.360 INFO O| Sep 15 04:03:09.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
84372026-09-15T04:03:10.357Z[ recovery-image] Sep 15 04:03:09.360 INFO O| Sep 15 04:03:09.360 INFO STEP 859 (remove_files) COMPLETE
84382026-09-15T04:03:10.357Z[ recovery-image] Sep 15 04:03:09.360 INFO O| Sep 15 04:03:09.360 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-15T04:03:10.370Z[ recovery-image] Sep 15 04:03:09.371 INFO O| Sep 15 04:03:09.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
84402026-09-15T04:03:10.370Z[ recovery-image] Sep 15 04:03:09.371 INFO O| Sep 15 04:03:09.371 INFO STEP 860 (remove_files) COMPLETE
84412026-09-15T04:03:10.371Z[ recovery-image] Sep 15 04:03:09.371 INFO O| Sep 15 04:03:09.371 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-15T04:03:10.383Z[ recovery-image] Sep 15 04:03:09.383 INFO O| Sep 15 04:03:09.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
84432026-09-15T04:03:10.383Z[ recovery-image] Sep 15 04:03:09.383 INFO O| Sep 15 04:03:09.383 INFO STEP 861 (remove_files) COMPLETE
84442026-09-15T04:03:10.383Z[ recovery-image] Sep 15 04:03:09.383 INFO O| Sep 15 04:03:09.383 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-15T04:03:10.389Z[ recovery-image] Sep 15 04:03:09.392 INFO O| Sep 15 04:03:09.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
84462026-09-15T04:03:10.389Z[ recovery-image] Sep 15 04:03:09.392 INFO O| Sep 15 04:03:09.392 INFO STEP 862 (remove_files) COMPLETE
84472026-09-15T04:03:10.389Z[ recovery-image] Sep 15 04:03:09.392 INFO O| Sep 15 04:03:09.392 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-15T04:03:10.397Z[ recovery-image] Sep 15 04:03:09.404 INFO O| Sep 15 04:03:09.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
84492026-09-15T04:03:10.410Z[ recovery-image] Sep 15 04:03:09.404 INFO O| Sep 15 04:03:09.404 INFO STEP 863 (remove_files) COMPLETE
84502026-09-15T04:03:10.411Z[ recovery-image] Sep 15 04:03:09.404 INFO O| Sep 15 04:03:09.404 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-15T04:03:10.411Z[ recovery-image] Sep 15 04:03:09.413 INFO O| Sep 15 04:03:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
84522026-09-15T04:03:10.411Z[ recovery-image] Sep 15 04:03:09.413 INFO O| Sep 15 04:03:09.413 INFO STEP 864 (remove_files) COMPLETE
84532026-09-15T04:03:10.419Z[ recovery-image] Sep 15 04:03:09.413 INFO O| Sep 15 04:03:09.413 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-15T04:03:10.419Z[ recovery-image] Sep 15 04:03:09.422 INFO O| Sep 15 04:03:09.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
84552026-09-15T04:03:10.419Z[ recovery-image] Sep 15 04:03:09.422 INFO O| Sep 15 04:03:09.422 INFO STEP 865 (remove_files) COMPLETE
84562026-09-15T04:03:10.419Z[ recovery-image] Sep 15 04:03:09.422 INFO O| Sep 15 04:03:09.422 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-15T04:03:10.424Z[ recovery-image] Sep 15 04:03:09.431 INFO O| Sep 15 04:03:09.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
84582026-09-15T04:03:10.424Z[ recovery-image] Sep 15 04:03:09.431 INFO O| Sep 15 04:03:09.431 INFO STEP 866 (remove_files) COMPLETE
84592026-09-15T04:03:10.424Z[ recovery-image] Sep 15 04:03:09.431 INFO O| Sep 15 04:03:09.431 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-15T04:03:10.437Z[ recovery-image] Sep 15 04:03:09.443 INFO O| Sep 15 04:03:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
84612026-09-15T04:03:10.437Z[ recovery-image] Sep 15 04:03:09.443 INFO O| Sep 15 04:03:09.443 INFO STEP 867 (remove_files) COMPLETE
84622026-09-15T04:03:10.444Z[ recovery-image] Sep 15 04:03:09.443 INFO O| Sep 15 04:03:09.443 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-15T04:03:10.449Z[ recovery-image] Sep 15 04:03:09.454 INFO O| Sep 15 04:03:09.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
84642026-09-15T04:03:10.449Z[ recovery-image] Sep 15 04:03:09.454 INFO O| Sep 15 04:03:09.454 INFO STEP 868 (remove_files) COMPLETE
84652026-09-15T04:03:10.449Z[ recovery-image] Sep 15 04:03:09.454 INFO O| Sep 15 04:03:09.454 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-15T04:03:10.458Z[ recovery-image] Sep 15 04:03:09.464 INFO O| Sep 15 04:03:09.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
84672026-09-15T04:03:10.458Z[ recovery-image] Sep 15 04:03:09.464 INFO O| Sep 15 04:03:09.464 INFO STEP 869 (remove_files) COMPLETE
84682026-09-15T04:03:10.458Z[ recovery-image] Sep 15 04:03:09.464 INFO O| Sep 15 04:03:09.464 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-15T04:03:10.469Z[ recovery-image] Sep 15 04:03:09.476 INFO O| Sep 15 04:03:09.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
84702026-09-15T04:03:10.469Z[ recovery-image] Sep 15 04:03:09.476 INFO O| Sep 15 04:03:09.476 INFO STEP 870 (remove_files) COMPLETE
84712026-09-15T04:03:10.469Z[ recovery-image] Sep 15 04:03:09.476 INFO O| Sep 15 04:03:09.476 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-15T04:03:10.485Z[ recovery-image] Sep 15 04:03:09.488 INFO O| Sep 15 04:03:09.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
84732026-09-15T04:03:10.485Z[ recovery-image] Sep 15 04:03:09.488 INFO O| Sep 15 04:03:09.488 INFO STEP 871 (remove_files) COMPLETE
84742026-09-15T04:03:10.485Z[ recovery-image] Sep 15 04:03:09.488 INFO O| Sep 15 04:03:09.488 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-15T04:03:10.492Z[ recovery-image] Sep 15 04:03:09.499 INFO O| Sep 15 04:03:09.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
84762026-09-15T04:03:10.492Z[ recovery-image] Sep 15 04:03:09.499 INFO O| Sep 15 04:03:09.499 INFO STEP 872 (remove_files) COMPLETE
84772026-09-15T04:03:10.492Z[ recovery-image] Sep 15 04:03:09.499 INFO O| Sep 15 04:03:09.499 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-15T04:03:10.503Z[ recovery-image] Sep 15 04:03:09.510 INFO O| Sep 15 04:03:09.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
84792026-09-15T04:03:10.503Z[ recovery-image] Sep 15 04:03:09.510 INFO O| Sep 15 04:03:09.510 INFO STEP 873 (remove_files) COMPLETE
84802026-09-15T04:03:10.503Z[ recovery-image] Sep 15 04:03:09.510 INFO O| Sep 15 04:03:09.510 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-15T04:03:10.514Z[ recovery-image] Sep 15 04:03:09.521 INFO O| Sep 15 04:03:09.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84822026-09-15T04:03:10.514Z[ recovery-image] Sep 15 04:03:09.521 INFO O| Sep 15 04:03:09.521 INFO STEP 874 (remove_files) COMPLETE
84832026-09-15T04:03:10.514Z[ recovery-image] Sep 15 04:03:09.521 INFO O| Sep 15 04:03:09.521 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-15T04:03:10.526Z[ recovery-image] Sep 15 04:03:09.533 INFO O| Sep 15 04:03:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84852026-09-15T04:03:10.526Z[ recovery-image] Sep 15 04:03:09.533 INFO O| Sep 15 04:03:09.533 INFO STEP 875 (remove_files) COMPLETE
84862026-09-15T04:03:10.526Z[ recovery-image] Sep 15 04:03:09.533 INFO O| Sep 15 04:03:09.533 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-15T04:03:10.537Z[ recovery-image] Sep 15 04:03:09.544 INFO O| Sep 15 04:03:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84882026-09-15T04:03:10.537Z[ recovery-image] Sep 15 04:03:09.544 INFO O| Sep 15 04:03:09.544 INFO STEP 876 (remove_files) COMPLETE
84892026-09-15T04:03:10.537Z[ recovery-image] Sep 15 04:03:09.544 INFO O| Sep 15 04:03:09.544 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-15T04:03:10.548Z[ recovery-image] Sep 15 04:03:09.554 INFO O| Sep 15 04:03:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84912026-09-15T04:03:10.548Z[ recovery-image] Sep 15 04:03:09.554 INFO O| Sep 15 04:03:09.554 INFO STEP 877 (remove_files) COMPLETE
84922026-09-15T04:03:10.552Z[ recovery-image] Sep 15 04:03:09.554 INFO O| Sep 15 04:03:09.554 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-15T04:03:10.561Z[ recovery-image] Sep 15 04:03:09.565 INFO O| Sep 15 04:03:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84942026-09-15T04:03:10.561Z[ recovery-image] Sep 15 04:03:09.565 INFO O| Sep 15 04:03:09.565 INFO STEP 878 (remove_files) COMPLETE
84952026-09-15T04:03:10.566Z[ recovery-image] Sep 15 04:03:09.565 INFO O| Sep 15 04:03:09.565 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-15T04:03:10.570Z[ recovery-image] Sep 15 04:03:09.577 INFO O| Sep 15 04:03:09.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84972026-09-15T04:03:10.570Z[ recovery-image] Sep 15 04:03:09.577 INFO O| Sep 15 04:03:09.577 INFO STEP 879 (remove_files) COMPLETE
84982026-09-15T04:03:10.571Z[ recovery-image] Sep 15 04:03:09.577 INFO O| Sep 15 04:03:09.577 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-15T04:03:10.584Z[ recovery-image] Sep 15 04:03:09.588 INFO O| Sep 15 04:03:09.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
85002026-09-15T04:03:10.584Z[ recovery-image] Sep 15 04:03:09.588 INFO O| Sep 15 04:03:09.588 INFO STEP 880 (remove_files) COMPLETE
85012026-09-15T04:03:10.584Z[ recovery-image] Sep 15 04:03:09.588 INFO O| Sep 15 04:03:09.588 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-15T04:03:10.590Z[ recovery-image] Sep 15 04:03:09.597 INFO O| Sep 15 04:03:09.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
85032026-09-15T04:03:10.590Z[ recovery-image] Sep 15 04:03:09.597 INFO O| Sep 15 04:03:09.597 INFO STEP 881 (remove_files) COMPLETE
85042026-09-15T04:03:10.590Z[ recovery-image] Sep 15 04:03:09.597 INFO O| Sep 15 04:03:09.597 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-15T04:03:10.602Z[ recovery-image] Sep 15 04:03:09.608 INFO O| Sep 15 04:03:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
85062026-09-15T04:03:10.602Z[ recovery-image] Sep 15 04:03:09.608 INFO O| Sep 15 04:03:09.608 INFO STEP 882 (remove_files) COMPLETE
85072026-09-15T04:03:10.605Z[ recovery-image] Sep 15 04:03:09.608 INFO O| Sep 15 04:03:09.608 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-15T04:03:10.612Z[ recovery-image] Sep 15 04:03:09.619 INFO O| Sep 15 04:03:09.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
85092026-09-15T04:03:10.612Z[ recovery-image] Sep 15 04:03:09.619 INFO O| Sep 15 04:03:09.619 INFO STEP 883 (remove_files) COMPLETE
85102026-09-15T04:03:10.612Z[ recovery-image] Sep 15 04:03:09.619 INFO O| Sep 15 04:03:09.619 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-15T04:03:10.621Z[ recovery-image] Sep 15 04:03:09.628 INFO O| Sep 15 04:03:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
85122026-09-15T04:03:10.621Z[ recovery-image] Sep 15 04:03:09.629 INFO O| Sep 15 04:03:09.629 INFO STEP 884 (remove_files) COMPLETE
85132026-09-15T04:03:10.621Z[ recovery-image] Sep 15 04:03:09.629 INFO O| Sep 15 04:03:09.629 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-15T04:03:10.633Z[ recovery-image] Sep 15 04:03:09.640 INFO O| Sep 15 04:03:09.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
85152026-09-15T04:03:10.633Z[ recovery-image] Sep 15 04:03:09.640 INFO O| Sep 15 04:03:09.640 INFO STEP 885 (remove_files) COMPLETE
85162026-09-15T04:03:10.633Z[ recovery-image] Sep 15 04:03:09.640 INFO O| Sep 15 04:03:09.640 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-15T04:03:10.646Z[ recovery-image] Sep 15 04:03:09.650 INFO O| Sep 15 04:03:09.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
85182026-09-15T04:03:10.646Z[ recovery-image] Sep 15 04:03:09.650 INFO O| Sep 15 04:03:09.650 INFO STEP 886 (remove_files) COMPLETE
85192026-09-15T04:03:10.646Z[ recovery-image] Sep 15 04:03:09.650 INFO O| Sep 15 04:03:09.650 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-15T04:03:10.654Z[ recovery-image] Sep 15 04:03:09.661 INFO O| Sep 15 04:03:09.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
85212026-09-15T04:03:10.654Z[ recovery-image] Sep 15 04:03:09.661 INFO O| Sep 15 04:03:09.661 INFO STEP 887 (remove_files) COMPLETE
85222026-09-15T04:03:10.660Z[ recovery-image] Sep 15 04:03:09.661 INFO O| Sep 15 04:03:09.661 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-15T04:03:10.671Z[ recovery-image] Sep 15 04:03:09.674 INFO O| Sep 15 04:03:09.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
85242026-09-15T04:03:10.671Z[ recovery-image] Sep 15 04:03:09.674 INFO O| Sep 15 04:03:09.674 INFO STEP 888 (remove_files) COMPLETE
85252026-09-15T04:03:10.675Z[ recovery-image] Sep 15 04:03:09.674 INFO O| Sep 15 04:03:09.674 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-15T04:03:10.685Z[ recovery-image] Sep 15 04:03:09.685 INFO O| Sep 15 04:03:09.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
85272026-09-15T04:03:10.685Z[ recovery-image] Sep 15 04:03:09.686 INFO O| Sep 15 04:03:09.686 INFO STEP 889 (remove_files) COMPLETE
85282026-09-15T04:03:10.685Z[ recovery-image] Sep 15 04:03:09.686 INFO O| Sep 15 04:03:09.686 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-15T04:03:10.689Z[ recovery-image] Sep 15 04:03:09.695 INFO O| Sep 15 04:03:09.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
85302026-09-15T04:03:10.689Z[ recovery-image] Sep 15 04:03:09.695 INFO O| Sep 15 04:03:09.695 INFO STEP 890 (remove_files) COMPLETE
85312026-09-15T04:03:10.689Z[ recovery-image] Sep 15 04:03:09.695 INFO O| Sep 15 04:03:09.695 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-15T04:03:10.697Z[ recovery-image] Sep 15 04:03:09.704 INFO O| Sep 15 04:03:09.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
85332026-09-15T04:03:10.697Z[ recovery-image] Sep 15 04:03:09.704 INFO O| Sep 15 04:03:09.704 INFO STEP 891 (remove_files) COMPLETE
85342026-09-15T04:03:10.698Z[ recovery-image] Sep 15 04:03:09.704 INFO O| Sep 15 04:03:09.704 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-15T04:03:10.709Z[ recovery-image] Sep 15 04:03:09.715 INFO O| Sep 15 04:03:09.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
85362026-09-15T04:03:10.709Z[ recovery-image] Sep 15 04:03:09.715 INFO O| Sep 15 04:03:09.715 INFO STEP 892 (remove_files) COMPLETE
85372026-09-15T04:03:10.709Z[ recovery-image] Sep 15 04:03:09.715 INFO O| Sep 15 04:03:09.715 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-15T04:03:10.723Z[ recovery-image] Sep 15 04:03:09.725 INFO O| Sep 15 04:03:09.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
85392026-09-15T04:03:10.723Z[ recovery-image] Sep 15 04:03:09.725 INFO O| Sep 15 04:03:09.725 INFO STEP 893 (remove_files) COMPLETE
85402026-09-15T04:03:10.726Z[ recovery-image] Sep 15 04:03:09.725 INFO O| Sep 15 04:03:09.725 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-15T04:03:10.730Z[ recovery-image] Sep 15 04:03:09.736 INFO O| Sep 15 04:03:09.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
85422026-09-15T04:03:10.730Z[ recovery-image] Sep 15 04:03:09.736 INFO O| Sep 15 04:03:09.736 INFO STEP 894 (remove_files) COMPLETE
85432026-09-15T04:03:10.730Z[ recovery-image] Sep 15 04:03:09.736 INFO O| Sep 15 04:03:09.736 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-09-15T04:03:10.740Z[ recovery-image] Sep 15 04:03:09.747 INFO O| Sep 15 04:03:09.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
85452026-09-15T04:03:10.740Z[ recovery-image] Sep 15 04:03:09.747 INFO O| Sep 15 04:03:09.747 INFO STEP 895 (remove_files) COMPLETE
85462026-09-15T04:03:10.740Z[ recovery-image] Sep 15 04:03:09.747 INFO O| Sep 15 04:03:09.747 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-09-15T04:03:10.749Z[ recovery-image] Sep 15 04:03:09.756 INFO O| Sep 15 04:03:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
85482026-09-15T04:03:10.749Z[ recovery-image] Sep 15 04:03:09.756 INFO O| Sep 15 04:03:09.756 INFO STEP 896 (remove_files) COMPLETE
85492026-09-15T04:03:10.749Z[ recovery-image] Sep 15 04:03:09.756 INFO O| Sep 15 04:03:09.756 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-09-15T04:03:10.759Z[ recovery-image] Sep 15 04:03:09.766 INFO O| Sep 15 04:03:09.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
85512026-09-15T04:03:10.759Z[ recovery-image] Sep 15 04:03:09.766 INFO O| Sep 15 04:03:09.766 INFO STEP 897 (remove_files) COMPLETE
85522026-09-15T04:03:10.762Z[ recovery-image] Sep 15 04:03:09.766 INFO O| Sep 15 04:03:09.766 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-15T04:03:10.768Z[ recovery-image] Sep 15 04:03:09.775 INFO O| Sep 15 04:03:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
85542026-09-15T04:03:10.768Z[ recovery-image] Sep 15 04:03:09.775 INFO O| Sep 15 04:03:09.775 INFO STEP 898 (remove_files) COMPLETE
85552026-09-15T04:03:10.772Z[ recovery-image] Sep 15 04:03:09.775 INFO O| Sep 15 04:03:09.775 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-15T04:03:10.778Z[ recovery-image] Sep 15 04:03:09.785 INFO O| Sep 15 04:03:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
85572026-09-15T04:03:10.778Z[ recovery-image] Sep 15 04:03:09.785 INFO O| Sep 15 04:03:09.785 INFO STEP 899 (remove_files) COMPLETE
85582026-09-15T04:03:10.782Z[ recovery-image] Sep 15 04:03:09.785 INFO O| Sep 15 04:03:09.785 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-15T04:03:10.793Z[ recovery-image] Sep 15 04:03:09.795 INFO O| Sep 15 04:03:09.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
85602026-09-15T04:03:10.793Z[ recovery-image] Sep 15 04:03:09.795 INFO O| Sep 15 04:03:09.795 INFO STEP 900 (remove_files) COMPLETE
85612026-09-15T04:03:10.798Z[ recovery-image] Sep 15 04:03:09.795 INFO O| Sep 15 04:03:09.795 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-15T04:03:10.798Z[ recovery-image] Sep 15 04:03:09.803 INFO O| Sep 15 04:03:09.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
85632026-09-15T04:03:10.798Z[ recovery-image] Sep 15 04:03:09.803 INFO O| Sep 15 04:03:09.803 INFO STEP 901 (remove_files) COMPLETE
85642026-09-15T04:03:10.798Z[ recovery-image] Sep 15 04:03:09.803 INFO O| Sep 15 04:03:09.803 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-15T04:03:10.806Z[ recovery-image] Sep 15 04:03:09.813 INFO O| Sep 15 04:03:09.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
85662026-09-15T04:03:10.806Z[ recovery-image] Sep 15 04:03:09.813 INFO O| Sep 15 04:03:09.813 INFO STEP 902 (remove_files) COMPLETE
85672026-09-15T04:03:10.806Z[ recovery-image] Sep 15 04:03:09.813 INFO O| Sep 15 04:03:09.813 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-15T04:03:10.816Z[ recovery-image] Sep 15 04:03:09.822 INFO O| Sep 15 04:03:09.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85692026-09-15T04:03:10.816Z[ recovery-image] Sep 15 04:03:09.822 INFO O| Sep 15 04:03:09.822 INFO STEP 903 (remove_files) COMPLETE
85702026-09-15T04:03:10.816Z[ recovery-image] Sep 15 04:03:09.822 INFO O| Sep 15 04:03:09.822 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-15T04:03:10.828Z[ recovery-image] Sep 15 04:03:09.833 INFO O| Sep 15 04:03:09.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85722026-09-15T04:03:10.828Z[ recovery-image] Sep 15 04:03:09.833 INFO O| Sep 15 04:03:09.833 INFO STEP 904 (remove_files) COMPLETE
85732026-09-15T04:03:10.828Z[ recovery-image] Sep 15 04:03:09.833 INFO O| Sep 15 04:03:09.833 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-15T04:03:10.838Z[ recovery-image] Sep 15 04:03:09.845 INFO O| Sep 15 04:03:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85752026-09-15T04:03:10.838Z[ recovery-image] Sep 15 04:03:09.845 INFO O| Sep 15 04:03:09.845 INFO STEP 905 (remove_files) COMPLETE
85762026-09-15T04:03:10.838Z[ recovery-image] Sep 15 04:03:09.845 INFO O| Sep 15 04:03:09.845 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-15T04:03:10.841Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
85782026-09-15T04:03:10.851Z[ recovery-image] Sep 15 04:03:09.856 INFO O| Sep 15 04:03:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85792026-09-15T04:03:10.851Z[ recovery-image] Sep 15 04:03:09.856 INFO O| Sep 15 04:03:09.856 INFO STEP 906 (remove_files) COMPLETE
85802026-09-15T04:03:10.851Z[ recovery-image] Sep 15 04:03:09.856 INFO O| Sep 15 04:03:09.856 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-09-15T04:03:10.861Z[ recovery-image] Sep 15 04:03:09.865 INFO O| Sep 15 04:03:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85822026-09-15T04:03:10.861Z[ recovery-image] Sep 15 04:03:09.865 INFO O| Sep 15 04:03:09.865 INFO STEP 907 (remove_files) COMPLETE
85832026-09-15T04:03:10.861Z[ recovery-image] Sep 15 04:03:09.865 INFO O| Sep 15 04:03:09.865 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-09-15T04:03:10.867Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
85852026-09-15T04:03:10.872Z[ recovery-image] Sep 15 04:03:09.878 INFO O| Sep 15 04:03:09.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85862026-09-15T04:03:10.873Z[ recovery-image] Sep 15 04:03:09.878 INFO O| Sep 15 04:03:09.878 INFO STEP 908 (remove_files) COMPLETE
85872026-09-15T04:03:10.873Z[ recovery-image] Sep 15 04:03:09.878 INFO O| Sep 15 04:03:09.878 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-15T04:03:10.884Z[ recovery-image] Sep 15 04:03:09.891 INFO O| Sep 15 04:03:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85892026-09-15T04:03:10.885Z[ recovery-image] Sep 15 04:03:09.891 INFO O| Sep 15 04:03:09.891 INFO STEP 909 (remove_files) COMPLETE
85902026-09-15T04:03:10.885Z[ recovery-image] Sep 15 04:03:09.891 INFO O| Sep 15 04:03:09.891 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-15T04:03:10.897Z[ recovery-image] Sep 15 04:03:09.903 INFO O| Sep 15 04:03:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85922026-09-15T04:03:10.897Z[ recovery-image] Sep 15 04:03:09.903 INFO O| Sep 15 04:03:09.903 INFO STEP 910 (remove_files) COMPLETE
85932026-09-15T04:03:10.897Z[ recovery-image] Sep 15 04:03:09.903 INFO O| Sep 15 04:03:09.903 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-09-15T04:03:10.907Z[ recovery-image] Sep 15 04:03:09.914 INFO O| Sep 15 04:03:09.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85952026-09-15T04:03:10.908Z[ recovery-image] Sep 15 04:03:09.914 INFO O| Sep 15 04:03:09.914 INFO STEP 911 (remove_files) COMPLETE
85962026-09-15T04:03:10.908Z[ recovery-image] Sep 15 04:03:09.914 INFO O| Sep 15 04:03:09.914 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-09-15T04:03:10.918Z[ recovery-image] Sep 15 04:03:09.925 INFO O| Sep 15 04:03:09.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
85982026-09-15T04:03:10.919Z[ recovery-image] Sep 15 04:03:09.926 INFO O| Sep 15 04:03:09.925 INFO STEP 912 (remove_files) COMPLETE
85992026-09-15T04:03:10.919Z[ recovery-image] Sep 15 04:03:09.926 INFO O| Sep 15 04:03:09.925 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-09-15T04:03:10.930Z[ recovery-image] Sep 15 04:03:09.937 INFO O| Sep 15 04:03:09.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
86012026-09-15T04:03:10.930Z[ recovery-image] Sep 15 04:03:09.937 INFO O| Sep 15 04:03:09.937 INFO STEP 913 (remove_files) COMPLETE
86022026-09-15T04:03:10.930Z[ recovery-image] Sep 15 04:03:09.937 INFO O| Sep 15 04:03:09.937 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-09-15T04:03:10.941Z[ recovery-image] Sep 15 04:03:09.948 INFO O| Sep 15 04:03:09.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
86042026-09-15T04:03:10.941Z[ recovery-image] Sep 15 04:03:09.948 INFO O| Sep 15 04:03:09.948 INFO STEP 914 (remove_files) COMPLETE
86052026-09-15T04:03:10.945Z[ recovery-image] Sep 15 04:03:09.948 INFO O| Sep 15 04:03:09.948 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-09-15T04:03:10.950Z[ recovery-image] Sep 15 04:03:09.957 INFO O| Sep 15 04:03:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
86072026-09-15T04:03:10.950Z[ recovery-image] Sep 15 04:03:09.958 INFO O| Sep 15 04:03:09.957 INFO STEP 915 (remove_files) COMPLETE
86082026-09-15T04:03:10.950Z[ recovery-image] Sep 15 04:03:09.958 INFO O| Sep 15 04:03:09.958 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-09-15T04:03:10.961Z[ recovery-image] Sep 15 04:03:09.968 INFO O| Sep 15 04:03:09.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
86102026-09-15T04:03:10.961Z[ recovery-image] Sep 15 04:03:09.968 INFO O| Sep 15 04:03:09.968 INFO STEP 916 (remove_files) COMPLETE
86112026-09-15T04:03:10.961Z[ recovery-image] Sep 15 04:03:09.968 INFO O| Sep 15 04:03:09.968 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-09-15T04:03:10.973Z[ recovery-image] Sep 15 04:03:09.980 INFO O| Sep 15 04:03:09.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
86132026-09-15T04:03:10.973Z[ recovery-image] Sep 15 04:03:09.980 INFO O| Sep 15 04:03:09.980 INFO STEP 917 (remove_files) COMPLETE
86142026-09-15T04:03:10.973Z[ recovery-image] Sep 15 04:03:09.980 INFO O| Sep 15 04:03:09.980 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-09-15T04:03:10.985Z[ recovery-image] Sep 15 04:03:09.992 INFO O| Sep 15 04:03:09.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
86162026-09-15T04:03:10.991Z[ recovery-image] Sep 15 04:03:09.994 INFO O| Sep 15 04:03:09.994 INFO STEP 918 (remove_files) COMPLETE
86172026-09-15T04:03:10.991Z[ recovery-image] Sep 15 04:03:09.994 INFO O| Sep 15 04:03:09.994 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-09-15T04:03:11.005Z[ recovery-image] Sep 15 04:03:10.005 INFO O| Sep 15 04:03:10.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
86192026-09-15T04:03:11.005Z[ recovery-image] Sep 15 04:03:10.005 INFO O| Sep 15 04:03:10.005 INFO STEP 919 (remove_files) COMPLETE
86202026-09-15T04:03:11.005Z[ recovery-image] Sep 15 04:03:10.005 INFO O| Sep 15 04:03:10.005 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-09-15T04:03:11.009Z[ recovery-image] Sep 15 04:03:10.016 INFO O| Sep 15 04:03:10.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
86222026-09-15T04:03:11.009Z[ recovery-image] Sep 15 04:03:10.016 INFO O| Sep 15 04:03:10.016 INFO STEP 920 (remove_files) COMPLETE
86232026-09-15T04:03:11.009Z[ recovery-image] Sep 15 04:03:10.016 INFO O| Sep 15 04:03:10.016 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-09-15T04:03:11.027Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86252026-09-15T04:03:11.033Z[ recovery-image] Sep 15 04:03:10.026 INFO O| Sep 15 04:03:10.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
86262026-09-15T04:03:11.033Z[ recovery-image] Sep 15 04:03:10.026 INFO O| Sep 15 04:03:10.026 INFO STEP 921 (remove_files) COMPLETE
86272026-09-15T04:03:11.033Z[ recovery-image] Sep 15 04:03:10.026 INFO O| Sep 15 04:03:10.026 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-15T04:03:11.040Z[ recovery-image] Sep 15 04:03:10.040 INFO O| Sep 15 04:03:10.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
86292026-09-15T04:03:11.040Z[ recovery-image] Sep 15 04:03:10.040 INFO O| Sep 15 04:03:10.040 INFO STEP 922 (remove_files) COMPLETE
86302026-09-15T04:03:11.040Z[ recovery-image] Sep 15 04:03:10.040 INFO O| Sep 15 04:03:10.040 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-15T04:03:11.051Z[ recovery-image] Sep 15 04:03:10.053 INFO O| Sep 15 04:03:10.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
86322026-09-15T04:03:11.051Z[ recovery-image] Sep 15 04:03:10.053 INFO O| Sep 15 04:03:10.053 INFO STEP 923 (remove_files) COMPLETE
86332026-09-15T04:03:11.051Z[ recovery-image] Sep 15 04:03:10.053 INFO O| Sep 15 04:03:10.053 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-09-15T04:03:11.056Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86352026-09-15T04:03:11.060Z[ recovery-image] Sep 15 04:03:10.065 INFO O| Sep 15 04:03:10.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
86362026-09-15T04:03:11.061Z[ recovery-image] Sep 15 04:03:10.065 INFO O| Sep 15 04:03:10.065 INFO STEP 924 (remove_files) COMPLETE
86372026-09-15T04:03:11.061Z[ recovery-image] Sep 15 04:03:10.065 INFO O| Sep 15 04:03:10.065 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-09-15T04:03:11.069Z[ recovery-image] Sep 15 04:03:10.076 INFO O| Sep 15 04:03:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86392026-09-15T04:03:11.074Z[ recovery-image] Sep 15 04:03:10.076 INFO O| Sep 15 04:03:10.076 INFO STEP 925 (remove_files) COMPLETE
86402026-09-15T04:03:11.074Z[ recovery-image] Sep 15 04:03:10.076 INFO O| Sep 15 04:03:10.076 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-09-15T04:03:11.080Z[ recovery-image] Sep 15 04:03:10.086 INFO O| Sep 15 04:03:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86422026-09-15T04:03:11.080Z[ recovery-image] Sep 15 04:03:10.086 INFO O| Sep 15 04:03:10.086 INFO STEP 926 (remove_files) COMPLETE
86432026-09-15T04:03:11.080Z[ recovery-image] Sep 15 04:03:10.086 INFO O| Sep 15 04:03:10.086 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-15T04:03:11.098Z[ recovery-image] Sep 15 04:03:10.099 INFO O| Sep 15 04:03:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86452026-09-15T04:03:11.099Z[ recovery-image] Sep 15 04:03:10.099 INFO O| Sep 15 04:03:10.099 INFO STEP 927 (remove_files) COMPLETE
86462026-09-15T04:03:11.099Z[ recovery-image] Sep 15 04:03:10.099 INFO O| Sep 15 04:03:10.099 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-09-15T04:03:11.104Z[ recovery-image] Sep 15 04:03:10.110 INFO O| Sep 15 04:03:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86482026-09-15T04:03:11.104Z[ recovery-image] Sep 15 04:03:10.110 INFO O| Sep 15 04:03:10.110 INFO STEP 928 (remove_files) COMPLETE
86492026-09-15T04:03:11.104Z[ recovery-image] Sep 15 04:03:10.110 INFO O| Sep 15 04:03:10.110 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-09-15T04:03:11.120Z[ recovery-image] Sep 15 04:03:10.122 INFO O| Sep 15 04:03:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
86512026-09-15T04:03:11.120Z[ recovery-image] Sep 15 04:03:10.122 INFO O| Sep 15 04:03:10.122 INFO STEP 929 (remove_files) COMPLETE
86522026-09-15T04:03:11.126Z[ recovery-image] Sep 15 04:03:10.122 INFO O| Sep 15 04:03:10.122 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-15T04:03:11.130Z[ recovery-image] Sep 15 04:03:10.133 INFO O| Sep 15 04:03:10.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
86542026-09-15T04:03:11.130Z[ recovery-image] Sep 15 04:03:10.133 INFO O| Sep 15 04:03:10.133 INFO STEP 930 (remove_files) COMPLETE
86552026-09-15T04:03:11.130Z[ recovery-image] Sep 15 04:03:10.133 INFO O| Sep 15 04:03:10.133 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-15T04:03:11.138Z[ recovery-image] Sep 15 04:03:10.145 INFO O| Sep 15 04:03:10.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
86572026-09-15T04:03:11.138Z[ recovery-image] Sep 15 04:03:10.145 INFO O| Sep 15 04:03:10.145 INFO STEP 931 (remove_files) COMPLETE
86582026-09-15T04:03:11.138Z[ recovery-image] Sep 15 04:03:10.145 INFO O| Sep 15 04:03:10.145 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-15T04:03:11.148Z[ recovery-image] Sep 15 04:03:10.155 INFO O| Sep 15 04:03:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
86602026-09-15T04:03:11.152Z[ recovery-image] Sep 15 04:03:10.156 INFO O| Sep 15 04:03:10.156 INFO STEP 932 (remove_files) COMPLETE
86612026-09-15T04:03:11.152Z[ recovery-image] Sep 15 04:03:10.156 INFO O| Sep 15 04:03:10.156 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-15T04:03:11.159Z[ recovery-image] Sep 15 04:03:10.166 INFO O| Sep 15 04:03:10.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
86632026-09-15T04:03:11.159Z[ recovery-image] Sep 15 04:03:10.166 INFO O| Sep 15 04:03:10.166 INFO STEP 933 (remove_files) COMPLETE
86642026-09-15T04:03:11.159Z[ recovery-image] Sep 15 04:03:10.166 INFO O| Sep 15 04:03:10.166 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-15T04:03:11.171Z[ recovery-image] Sep 15 04:03:10.177 INFO O| Sep 15 04:03:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
86662026-09-15T04:03:11.171Z[ recovery-image] Sep 15 04:03:10.177 INFO O| Sep 15 04:03:10.177 INFO STEP 934 (remove_files) COMPLETE
86672026-09-15T04:03:11.171Z[ recovery-image] Sep 15 04:03:10.177 INFO O| Sep 15 04:03:10.177 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-15T04:03:11.181Z[ recovery-image] Sep 15 04:03:10.188 INFO O| Sep 15 04:03:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86692026-09-15T04:03:11.181Z[ recovery-image] Sep 15 04:03:10.188 INFO O| Sep 15 04:03:10.188 INFO STEP 935 (remove_files) COMPLETE
86702026-09-15T04:03:11.181Z[ recovery-image] Sep 15 04:03:10.188 INFO O| Sep 15 04:03:10.188 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-15T04:03:11.193Z[ recovery-image] Sep 15 04:03:10.199 INFO O| Sep 15 04:03:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86722026-09-15T04:03:11.193Z[ recovery-image] Sep 15 04:03:10.199 INFO O| Sep 15 04:03:10.199 INFO STEP 936 (remove_files) COMPLETE
86732026-09-15T04:03:11.193Z[ recovery-image] Sep 15 04:03:10.199 INFO O| Sep 15 04:03:10.199 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-15T04:03:11.203Z[ recovery-image] Sep 15 04:03:10.210 INFO O| Sep 15 04:03:10.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86752026-09-15T04:03:11.203Z[ recovery-image] Sep 15 04:03:10.210 INFO O| Sep 15 04:03:10.210 INFO STEP 937 (remove_files) COMPLETE
86762026-09-15T04:03:11.203Z[ recovery-image] Sep 15 04:03:10.210 INFO O| Sep 15 04:03:10.210 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-15T04:03:11.216Z[ recovery-image] Sep 15 04:03:10.221 INFO O| Sep 15 04:03:10.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86782026-09-15T04:03:11.216Z[ recovery-image] Sep 15 04:03:10.221 INFO O| Sep 15 04:03:10.221 INFO STEP 938 (remove_files) COMPLETE
86792026-09-15T04:03:11.216Z[ recovery-image] Sep 15 04:03:10.221 INFO O| Sep 15 04:03:10.221 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-15T04:03:11.225Z[ recovery-image] Sep 15 04:03:10.232 INFO O| Sep 15 04:03:10.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86812026-09-15T04:03:11.226Z[ recovery-image] Sep 15 04:03:10.232 INFO O| Sep 15 04:03:10.232 INFO STEP 939 (remove_files) COMPLETE
86822026-09-15T04:03:11.226Z[ recovery-image] Sep 15 04:03:10.232 INFO O| Sep 15 04:03:10.232 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-15T04:03:11.245Z[ recovery-image] Sep 15 04:03:10.244 INFO O| Sep 15 04:03:10.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86842026-09-15T04:03:11.245Z[ recovery-image] Sep 15 04:03:10.244 INFO O| Sep 15 04:03:10.244 INFO STEP 940 (remove_files) COMPLETE
86852026-09-15T04:03:11.245Z[ recovery-image] Sep 15 04:03:10.244 INFO O| Sep 15 04:03:10.244 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-15T04:03:11.249Z[ recovery-image] Sep 15 04:03:10.254 INFO O| Sep 15 04:03:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86872026-09-15T04:03:11.255Z[ recovery-image] Sep 15 04:03:10.259 INFO O| Sep 15 04:03:10.259 INFO STEP 941 (remove_files) COMPLETE
86882026-09-15T04:03:11.255Z[ recovery-image] Sep 15 04:03:10.259 INFO O| Sep 15 04:03:10.259 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-15T04:03:11.263Z[ recovery-image] Sep 15 04:03:10.270 INFO O| Sep 15 04:03:10.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86902026-09-15T04:03:11.264Z[ recovery-image] Sep 15 04:03:10.271 INFO O| Sep 15 04:03:10.271 INFO STEP 942 (remove_files) COMPLETE
86912026-09-15T04:03:11.267Z[ recovery-image] Sep 15 04:03:10.271 INFO O| Sep 15 04:03:10.271 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-15T04:03:11.279Z[ recovery-image] Sep 15 04:03:10.281 INFO O| Sep 15 04:03:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86932026-09-15T04:03:11.279Z[ recovery-image] Sep 15 04:03:10.281 INFO O| Sep 15 04:03:10.281 INFO STEP 943 (remove_files) COMPLETE
86942026-09-15T04:03:11.282Z[ recovery-image] Sep 15 04:03:10.281 INFO O| Sep 15 04:03:10.281 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-15T04:03:11.287Z[ recovery-image] Sep 15 04:03:10.292 INFO O| Sep 15 04:03:10.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86962026-09-15T04:03:11.287Z[ recovery-image] Sep 15 04:03:10.292 INFO O| Sep 15 04:03:10.292 INFO STEP 944 (remove_files) COMPLETE
86972026-09-15T04:03:11.287Z[ recovery-image] Sep 15 04:03:10.292 INFO O| Sep 15 04:03:10.292 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-09-15T04:03:11.296Z[ recovery-image] Sep 15 04:03:10.302 INFO O| Sep 15 04:03:10.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86992026-09-15T04:03:11.296Z[ recovery-image] Sep 15 04:03:10.302 INFO O| Sep 15 04:03:10.302 INFO STEP 945 (remove_files) COMPLETE
87002026-09-15T04:03:11.296Z[ recovery-image] Sep 15 04:03:10.302 INFO O| Sep 15 04:03:10.302 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-09-15T04:03:11.308Z[ recovery-image] Sep 15 04:03:10.314 INFO O| Sep 15 04:03:10.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
87022026-09-15T04:03:11.308Z[ recovery-image] Sep 15 04:03:10.314 INFO O| Sep 15 04:03:10.314 INFO STEP 946 (remove_files) COMPLETE
87032026-09-15T04:03:11.308Z[ recovery-image] Sep 15 04:03:10.314 INFO O| Sep 15 04:03:10.314 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-09-15T04:03:11.318Z[ recovery-image] Sep 15 04:03:10.325 INFO O| Sep 15 04:03:10.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
87052026-09-15T04:03:11.318Z[ recovery-image] Sep 15 04:03:10.325 INFO O| Sep 15 04:03:10.325 INFO STEP 947 (remove_files) COMPLETE
87062026-09-15T04:03:11.319Z[ recovery-image] Sep 15 04:03:10.325 INFO O| Sep 15 04:03:10.325 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-09-15T04:03:11.327Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87082026-09-15T04:03:11.331Z[ recovery-image] Sep 15 04:03:10.336 INFO O| Sep 15 04:03:10.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
87092026-09-15T04:03:11.331Z[ recovery-image] Sep 15 04:03:10.336 INFO O| Sep 15 04:03:10.336 INFO STEP 948 (remove_files) COMPLETE
87102026-09-15T04:03:11.331Z[ recovery-image] Sep 15 04:03:10.336 INFO O| Sep 15 04:03:10.336 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-15T04:03:11.339Z[ recovery-image] Sep 15 04:03:10.346 INFO O| Sep 15 04:03:10.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
87122026-09-15T04:03:11.339Z[ recovery-image] Sep 15 04:03:10.346 INFO O| Sep 15 04:03:10.346 INFO STEP 949 (remove_files) COMPLETE
87132026-09-15T04:03:11.339Z[ recovery-image] Sep 15 04:03:10.346 INFO O| Sep 15 04:03:10.346 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-15T04:03:11.353Z[ recovery-image] Sep 15 04:03:10.358 INFO O| Sep 15 04:03:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
87152026-09-15T04:03:11.353Z[ recovery-image] Sep 15 04:03:10.358 INFO O| Sep 15 04:03:10.358 INFO STEP 950 (remove_files) COMPLETE
87162026-09-15T04:03:11.353Z[ recovery-image] Sep 15 04:03:10.358 INFO O| Sep 15 04:03:10.358 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-15T04:03:11.365Z[ recovery-image] Sep 15 04:03:10.368 INFO O| Sep 15 04:03:10.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
87182026-09-15T04:03:11.373Z[ recovery-image] Sep 15 04:03:10.369 INFO O| Sep 15 04:03:10.369 INFO STEP 951 (remove_files) COMPLETE
87192026-09-15T04:03:11.373Z[ recovery-image] Sep 15 04:03:10.369 INFO O| Sep 15 04:03:10.369 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-15T04:03:11.377Z[ recovery-image] Sep 15 04:03:10.379 INFO O| Sep 15 04:03:10.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87212026-09-15T04:03:11.377Z[ recovery-image] Sep 15 04:03:10.379 INFO O| Sep 15 04:03:10.379 INFO STEP 952 (remove_files) COMPLETE
87222026-09-15T04:03:11.378Z[ recovery-image] Sep 15 04:03:10.379 INFO O| Sep 15 04:03:10.379 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-15T04:03:11.387Z[ recovery-image] Sep 15 04:03:10.390 INFO O| Sep 15 04:03:10.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87242026-09-15T04:03:11.388Z[ recovery-image] Sep 15 04:03:10.390 INFO O| Sep 15 04:03:10.390 INFO STEP 953 (remove_files) COMPLETE
87252026-09-15T04:03:11.391Z[ recovery-image] Sep 15 04:03:10.390 INFO O| Sep 15 04:03:10.390 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-15T04:03:11.399Z[ recovery-image] Sep 15 04:03:10.399 INFO O| Sep 15 04:03:10.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87272026-09-15T04:03:11.399Z[ recovery-image] Sep 15 04:03:10.399 INFO O| Sep 15 04:03:10.399 INFO STEP 954 (remove_files) COMPLETE
87282026-09-15T04:03:11.399Z[ recovery-image] Sep 15 04:03:10.399 INFO O| Sep 15 04:03:10.399 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-15T04:03:11.404Z[ recovery-image] Sep 15 04:03:10.411 INFO O| Sep 15 04:03:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87302026-09-15T04:03:11.405Z[ recovery-image] Sep 15 04:03:10.411 INFO O| Sep 15 04:03:10.411 INFO STEP 955 (remove_files) COMPLETE
87312026-09-15T04:03:11.405Z[ recovery-image] Sep 15 04:03:10.411 INFO O| Sep 15 04:03:10.411 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-15T04:03:11.415Z[ recovery-image] Sep 15 04:03:10.422 INFO O| Sep 15 04:03:10.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87332026-09-15T04:03:11.415Z[ recovery-image] Sep 15 04:03:10.422 INFO O| Sep 15 04:03:10.422 INFO STEP 956 (remove_files) COMPLETE
87342026-09-15T04:03:11.415Z[ recovery-image] Sep 15 04:03:10.422 INFO O| Sep 15 04:03:10.422 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-15T04:03:11.426Z[ recovery-image] Sep 15 04:03:10.433 INFO O| Sep 15 04:03:10.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87362026-09-15T04:03:11.426Z[ recovery-image] Sep 15 04:03:10.433 INFO O| Sep 15 04:03:10.433 INFO STEP 957 (remove_files) COMPLETE
87372026-09-15T04:03:11.426Z[ recovery-image] Sep 15 04:03:10.433 INFO O| Sep 15 04:03:10.433 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-09-15T04:03:11.437Z[ recovery-image] Sep 15 04:03:10.444 INFO O| Sep 15 04:03:10.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87392026-09-15T04:03:11.437Z[ recovery-image] Sep 15 04:03:10.444 INFO O| Sep 15 04:03:10.444 INFO STEP 958 (remove_files) COMPLETE
87402026-09-15T04:03:11.441Z[ recovery-image] Sep 15 04:03:10.444 INFO O| Sep 15 04:03:10.444 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-09-15T04:03:11.447Z[ recovery-image] Sep 15 04:03:10.454 INFO O| Sep 15 04:03:10.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87422026-09-15T04:03:11.447Z[ recovery-image] Sep 15 04:03:10.454 INFO O| Sep 15 04:03:10.454 INFO STEP 959 (remove_files) COMPLETE
87432026-09-15T04:03:11.447Z[ recovery-image] Sep 15 04:03:10.454 INFO O| Sep 15 04:03:10.454 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-09-15T04:03:11.459Z[ recovery-image] Sep 15 04:03:10.464 INFO O| Sep 15 04:03:10.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87452026-09-15T04:03:11.459Z[ recovery-image] Sep 15 04:03:10.464 INFO O| Sep 15 04:03:10.464 INFO STEP 960 (remove_files) COMPLETE
87462026-09-15T04:03:11.459Z[ recovery-image] Sep 15 04:03:10.464 INFO O| Sep 15 04:03:10.464 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-09-15T04:03:11.472Z[ recovery-image] Sep 15 04:03:10.473 INFO O| Sep 15 04:03:10.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87482026-09-15T04:03:11.472Z[ recovery-image] Sep 15 04:03:10.473 INFO O| Sep 15 04:03:10.473 INFO STEP 961 (remove_files) COMPLETE
87492026-09-15T04:03:11.473Z[ recovery-image] Sep 15 04:03:10.473 INFO O| Sep 15 04:03:10.473 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87502026-09-15T04:03:11.492Z[ recovery-image] Sep 15 04:03:10.482 INFO O| Sep 15 04:03:10.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87512026-09-15T04:03:11.492Z[ recovery-image] Sep 15 04:03:10.482 INFO O| Sep 15 04:03:10.482 INFO STEP 962 (remove_files) COMPLETE
87522026-09-15T04:03:11.492Z[ recovery-image] Sep 15 04:03:10.482 INFO O| Sep 15 04:03:10.482 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87532026-09-15T04:03:11.500Z[ recovery-image] Sep 15 04:03:10.491 INFO O| Sep 15 04:03:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87542026-09-15T04:03:11.500Z[ recovery-image] Sep 15 04:03:10.491 INFO O| Sep 15 04:03:10.491 INFO STEP 963 (remove_files) COMPLETE
87552026-09-15T04:03:11.500Z[ recovery-image] Sep 15 04:03:10.491 INFO O| Sep 15 04:03:10.491 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87562026-09-15T04:03:11.500Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87572026-09-15T04:03:11.500Z[ recovery-image] Sep 15 04:03:10.501 INFO O| Sep 15 04:03:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87582026-09-15T04:03:11.501Z[ recovery-image] Sep 15 04:03:10.501 INFO O| Sep 15 04:03:10.501 INFO STEP 964 (remove_files) COMPLETE
87592026-09-15T04:03:11.501Z[ recovery-image] Sep 15 04:03:10.501 INFO O| Sep 15 04:03:10.501 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-15T04:03:11.507Z[ recovery-image] Sep 15 04:03:10.512 INFO O| Sep 15 04:03:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87612026-09-15T04:03:11.507Z[ recovery-image] Sep 15 04:03:10.512 INFO O| Sep 15 04:03:10.512 INFO STEP 965 (remove_files) COMPLETE
87622026-09-15T04:03:11.507Z[ recovery-image] Sep 15 04:03:10.512 INFO O| Sep 15 04:03:10.512 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-15T04:03:11.515Z[ recovery-image] Sep 15 04:03:10.521 INFO O| Sep 15 04:03:10.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87642026-09-15T04:03:11.515Z[ recovery-image] Sep 15 04:03:10.521 INFO O| Sep 15 04:03:10.521 INFO STEP 966 (remove_files) COMPLETE
87652026-09-15T04:03:11.515Z[ recovery-image] Sep 15 04:03:10.521 INFO O| Sep 15 04:03:10.521 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-15T04:03:11.525Z[ recovery-image] Sep 15 04:03:10.532 INFO O| Sep 15 04:03:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87672026-09-15T04:03:11.525Z[ recovery-image] Sep 15 04:03:10.532 INFO O| Sep 15 04:03:10.532 INFO STEP 967 (remove_files) COMPLETE
87682026-09-15T04:03:11.525Z[ recovery-image] Sep 15 04:03:10.532 INFO O| Sep 15 04:03:10.532 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87692026-09-15T04:03:11.535Z[ recovery-image] Sep 15 04:03:10.542 INFO O| Sep 15 04:03:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87702026-09-15T04:03:11.535Z[ recovery-image] Sep 15 04:03:10.542 INFO O| Sep 15 04:03:10.542 INFO STEP 968 (remove_files) COMPLETE
87712026-09-15T04:03:11.539Z[ recovery-image] Sep 15 04:03:10.542 INFO O| Sep 15 04:03:10.542 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87722026-09-15T04:03:11.545Z[ recovery-image] Sep 15 04:03:10.552 INFO O| Sep 15 04:03:10.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87732026-09-15T04:03:11.552Z[ recovery-image] Sep 15 04:03:10.553 INFO O| Sep 15 04:03:10.553 INFO STEP 969 (remove_files) COMPLETE
87742026-09-15T04:03:11.553Z[ recovery-image] Sep 15 04:03:10.553 INFO O| Sep 15 04:03:10.553 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87752026-09-15T04:03:11.557Z[ recovery-image] Sep 15 04:03:10.563 INFO O| Sep 15 04:03:10.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87762026-09-15T04:03:11.557Z[ recovery-image] Sep 15 04:03:10.563 INFO O| Sep 15 04:03:10.563 INFO STEP 970 (remove_files) COMPLETE
87772026-09-15T04:03:11.557Z[ recovery-image] Sep 15 04:03:10.563 INFO O| Sep 15 04:03:10.563 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87782026-09-15T04:03:11.572Z[ recovery-image] Sep 15 04:03:10.576 INFO O| Sep 15 04:03:10.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87792026-09-15T04:03:11.572Z[ recovery-image] Sep 15 04:03:10.576 INFO O| Sep 15 04:03:10.573 INFO STEP 971 (remove_files) COMPLETE
87802026-09-15T04:03:11.572Z[ recovery-image] Sep 15 04:03:10.576 INFO O| Sep 15 04:03:10.573 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87812026-09-15T04:03:11.583Z[ recovery-image] Sep 15 04:03:10.583 INFO O| Sep 15 04:03:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87822026-09-15T04:03:11.583Z[ recovery-image] Sep 15 04:03:10.583 INFO O| Sep 15 04:03:10.583 INFO STEP 972 (remove_files) COMPLETE
87832026-09-15T04:03:11.583Z[ recovery-image] Sep 15 04:03:10.583 INFO O| Sep 15 04:03:10.583 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87842026-09-15T04:03:11.596Z[ recovery-image] Sep 15 04:03:10.593 INFO O| Sep 15 04:03:10.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87852026-09-15T04:03:11.596Z[ recovery-image] Sep 15 04:03:10.593 INFO O| Sep 15 04:03:10.593 INFO STEP 973 (remove_files) COMPLETE
87862026-09-15T04:03:11.596Z[ recovery-image] Sep 15 04:03:10.593 INFO O| Sep 15 04:03:10.593 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87872026-09-15T04:03:11.600Z[ recovery-image] Sep 15 04:03:10.603 INFO O| Sep 15 04:03:10.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87882026-09-15T04:03:11.600Z[ recovery-image] Sep 15 04:03:10.604 INFO O| Sep 15 04:03:10.604 INFO STEP 974 (remove_files) COMPLETE
87892026-09-15T04:03:11.600Z[ recovery-image] Sep 15 04:03:10.604 INFO O| Sep 15 04:03:10.604 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87902026-09-15T04:03:11.607Z[ recovery-image] Sep 15 04:03:10.614 INFO O| Sep 15 04:03:10.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87912026-09-15T04:03:11.607Z[ recovery-image] Sep 15 04:03:10.614 INFO O| Sep 15 04:03:10.614 INFO STEP 975 (remove_files) COMPLETE
87922026-09-15T04:03:11.611Z[ recovery-image] Sep 15 04:03:10.614 INFO O| Sep 15 04:03:10.614 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87932026-09-15T04:03:11.617Z[ recovery-image] Sep 15 04:03:10.624 INFO O| Sep 15 04:03:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87942026-09-15T04:03:11.617Z[ recovery-image] Sep 15 04:03:10.624 INFO O| Sep 15 04:03:10.624 INFO STEP 976 (remove_files) COMPLETE
87952026-09-15T04:03:11.617Z[ recovery-image] Sep 15 04:03:10.624 INFO O| Sep 15 04:03:10.624 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87962026-09-15T04:03:11.628Z[ recovery-image] Sep 15 04:03:10.635 INFO O| Sep 15 04:03:10.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87972026-09-15T04:03:11.628Z[ recovery-image] Sep 15 04:03:10.635 INFO O| Sep 15 04:03:10.635 INFO STEP 977 (remove_files) COMPLETE
87982026-09-15T04:03:11.628Z[ recovery-image] Sep 15 04:03:10.635 INFO O| Sep 15 04:03:10.635 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-15T04:03:11.642Z[ recovery-image] Sep 15 04:03:10.645 INFO O| Sep 15 04:03:10.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88002026-09-15T04:03:11.642Z[ recovery-image] Sep 15 04:03:10.645 INFO O| Sep 15 04:03:10.645 INFO STEP 978 (remove_files) COMPLETE
88012026-09-15T04:03:11.642Z[ recovery-image] Sep 15 04:03:10.645 INFO O| Sep 15 04:03:10.645 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-15T04:03:11.657Z[ recovery-image] Sep 15 04:03:10.658 INFO O| Sep 15 04:03:10.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88032026-09-15T04:03:11.657Z[ recovery-image] Sep 15 04:03:10.658 INFO O| Sep 15 04:03:10.657 INFO STEP 979 (remove_files) COMPLETE
88042026-09-15T04:03:11.657Z[ recovery-image] Sep 15 04:03:10.658 INFO O| Sep 15 04:03:10.657 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-15T04:03:11.663Z[ recovery-image] Sep 15 04:03:10.667 INFO O| Sep 15 04:03:10.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88062026-09-15T04:03:11.663Z[ recovery-image] Sep 15 04:03:10.667 INFO O| Sep 15 04:03:10.667 INFO STEP 980 (remove_files) COMPLETE
88072026-09-15T04:03:11.663Z[ recovery-image] Sep 15 04:03:10.667 INFO O| Sep 15 04:03:10.667 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-15T04:03:11.678Z[ recovery-image] Sep 15 04:03:10.678 INFO O| Sep 15 04:03:10.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88092026-09-15T04:03:11.678Z[ recovery-image] Sep 15 04:03:10.678 INFO O| Sep 15 04:03:10.678 INFO STEP 981 (remove_files) COMPLETE
88102026-09-15T04:03:11.678Z[ recovery-image] Sep 15 04:03:10.678 INFO O| Sep 15 04:03:10.678 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-15T04:03:11.684Z[ recovery-image] Sep 15 04:03:10.689 INFO O| Sep 15 04:03:10.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88122026-09-15T04:03:11.684Z[ recovery-image] Sep 15 04:03:10.689 INFO O| Sep 15 04:03:10.689 INFO STEP 982 (remove_files) COMPLETE
88132026-09-15T04:03:11.684Z[ recovery-image] Sep 15 04:03:10.689 INFO O| Sep 15 04:03:10.689 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-15T04:03:11.693Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88152026-09-15T04:03:11.704Z[ recovery-image] Sep 15 04:03:10.699 INFO O| Sep 15 04:03:10.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88162026-09-15T04:03:11.704Z[ recovery-image] Sep 15 04:03:10.699 INFO O| Sep 15 04:03:10.699 INFO STEP 983 (remove_files) COMPLETE
88172026-09-15T04:03:11.704Z[ recovery-image] Sep 15 04:03:10.699 INFO O| Sep 15 04:03:10.699 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-15T04:03:11.722Z[ recovery-image] Sep 15 04:03:10.710 INFO O| Sep 15 04:03:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88192026-09-15T04:03:11.722Z[ recovery-image] Sep 15 04:03:10.710 INFO O| Sep 15 04:03:10.710 INFO STEP 984 (remove_files) COMPLETE
88202026-09-15T04:03:11.722Z[ recovery-image] Sep 15 04:03:10.710 INFO O| Sep 15 04:03:10.710 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-15T04:03:11.722Z[ recovery-image] Sep 15 04:03:10.720 INFO O| Sep 15 04:03:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88222026-09-15T04:03:11.723Z[ recovery-image] Sep 15 04:03:10.720 INFO O| Sep 15 04:03:10.720 INFO STEP 985 (remove_files) COMPLETE
88232026-09-15T04:03:11.723Z[ recovery-image] Sep 15 04:03:10.720 INFO O| Sep 15 04:03:10.720 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-09-15T04:03:11.727Z[ recovery-image] Sep 15 04:03:10.730 INFO O| Sep 15 04:03:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88252026-09-15T04:03:11.727Z[ recovery-image] Sep 15 04:03:10.731 INFO O| Sep 15 04:03:10.731 INFO STEP 986 (remove_files) COMPLETE
88262026-09-15T04:03:11.727Z[ recovery-image] Sep 15 04:03:10.731 INFO O| Sep 15 04:03:10.731 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-15T04:03:11.762Z[ recovery-image] Sep 15 04:03:10.740 INFO O| Sep 15 04:03:10.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88282026-09-15T04:03:11.762Z[ recovery-image] Sep 15 04:03:10.740 INFO O| Sep 15 04:03:10.740 INFO STEP 987 (remove_files) COMPLETE
88292026-09-15T04:03:11.762Z[ recovery-image] Sep 15 04:03:10.740 INFO O| Sep 15 04:03:10.740 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.753 INFO O| Sep 15 04:03:10.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88312026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.753 INFO O| Sep 15 04:03:10.753 INFO STEP 988 (remove_files) COMPLETE
88322026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.753 INFO O| Sep 15 04:03:10.753 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.764 INFO O| Sep 15 04:03:10.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88342026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.764 INFO O| Sep 15 04:03:10.764 INFO STEP 989 (remove_files) COMPLETE
88352026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.764 INFO O| Sep 15 04:03:10.764 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.774 INFO O| Sep 15 04:03:10.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88372026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.774 INFO O| Sep 15 04:03:10.774 INFO STEP 990 (remove_files) COMPLETE
88382026-09-15T04:03:11.775Z[ recovery-image] Sep 15 04:03:10.774 INFO O| Sep 15 04:03:10.774 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-15T04:03:11.778Z[ recovery-image] Sep 15 04:03:10.784 INFO O| Sep 15 04:03:10.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88402026-09-15T04:03:11.783Z[ recovery-image] Sep 15 04:03:10.786 INFO O| Sep 15 04:03:10.784 INFO STEP 991 (remove_files) COMPLETE
88412026-09-15T04:03:11.783Z[ recovery-image] Sep 15 04:03:10.786 INFO O| Sep 15 04:03:10.784 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-15T04:03:11.790Z[ recovery-image] Sep 15 04:03:10.793 INFO O| Sep 15 04:03:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88432026-09-15T04:03:11.790Z[ recovery-image] Sep 15 04:03:10.793 INFO O| Sep 15 04:03:10.793 INFO STEP 992 (remove_files) COMPLETE
88442026-09-15T04:03:11.802Z[ recovery-image] Sep 15 04:03:10.793 INFO O| Sep 15 04:03:10.793 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-15T04:03:11.807Z[ recovery-image] Sep 15 04:03:10.802 INFO O| Sep 15 04:03:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88462026-09-15T04:03:11.807Z[ recovery-image] Sep 15 04:03:10.803 INFO O| Sep 15 04:03:10.803 INFO STEP 993 (remove_files) COMPLETE
88472026-09-15T04:03:11.807Z[ recovery-image] Sep 15 04:03:10.803 INFO O| Sep 15 04:03:10.803 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-15T04:03:11.807Z[ recovery-image] Sep 15 04:03:10.810 INFO O| Sep 15 04:03:10.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88492026-09-15T04:03:11.807Z[ recovery-image] Sep 15 04:03:10.810 INFO O| Sep 15 04:03:10.810 INFO STEP 994 (remove_files) COMPLETE
88502026-09-15T04:03:11.808Z[ recovery-image] Sep 15 04:03:10.810 INFO O| Sep 15 04:03:10.810 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-15T04:03:11.813Z[ recovery-image] Sep 15 04:03:10.819 INFO O| Sep 15 04:03:10.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88522026-09-15T04:03:11.813Z[ recovery-image] Sep 15 04:03:10.819 INFO O| Sep 15 04:03:10.819 INFO STEP 995 (remove_files) COMPLETE
88532026-09-15T04:03:11.823Z[ recovery-image] Sep 15 04:03:10.819 INFO O| Sep 15 04:03:10.819 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-15T04:03:11.829Z[ recovery-image] Sep 15 04:03:10.830 INFO O| Sep 15 04:03:10.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88552026-09-15T04:03:11.829Z[ recovery-image] Sep 15 04:03:10.830 INFO O| Sep 15 04:03:10.830 INFO STEP 996 (remove_files) COMPLETE
88562026-09-15T04:03:11.829Z[ recovery-image] Sep 15 04:03:10.830 INFO O| Sep 15 04:03:10.830 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-15T04:03:11.835Z[ recovery-image] Sep 15 04:03:10.841 INFO O| Sep 15 04:03:10.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88582026-09-15T04:03:11.836Z[ recovery-image] Sep 15 04:03:10.841 INFO O| Sep 15 04:03:10.841 INFO STEP 997 (remove_files) COMPLETE
88592026-09-15T04:03:11.836Z[ recovery-image] Sep 15 04:03:10.841 INFO O| Sep 15 04:03:10.841 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-15T04:03:11.850Z[ recovery-image] Sep 15 04:03:10.853 INFO O| Sep 15 04:03:10.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88612026-09-15T04:03:11.850Z[ recovery-image] Sep 15 04:03:10.853 INFO O| Sep 15 04:03:10.853 INFO STEP 998 (remove_files) COMPLETE
88622026-09-15T04:03:11.850Z[ recovery-image] Sep 15 04:03:10.853 INFO O| Sep 15 04:03:10.853 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-15T04:03:11.859Z[ recovery-image] Sep 15 04:03:10.863 INFO O| Sep 15 04:03:10.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88642026-09-15T04:03:11.859Z[ recovery-image] Sep 15 04:03:10.863 INFO O| Sep 15 04:03:10.863 INFO STEP 999 (remove_files) COMPLETE
88652026-09-15T04:03:11.863Z[ recovery-image] Sep 15 04:03:10.863 INFO O| Sep 15 04:03:10.863 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-15T04:03:11.863Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88672026-09-15T04:03:11.867Z[ recovery-image] Sep 15 04:03:10.873 INFO O| Sep 15 04:03:10.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88682026-09-15T04:03:11.871Z[ recovery-image] Sep 15 04:03:10.874 INFO O| Sep 15 04:03:10.874 INFO STEP 1000 (remove_files) COMPLETE
88692026-09-15T04:03:11.871Z[ recovery-image] Sep 15 04:03:10.874 INFO O| Sep 15 04:03:10.874 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-15T04:03:11.882Z[ recovery-image] Sep 15 04:03:10.884 INFO O| Sep 15 04:03:10.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88712026-09-15T04:03:11.882Z[ recovery-image] Sep 15 04:03:10.884 INFO O| Sep 15 04:03:10.884 INFO STEP 1001 (remove_files) COMPLETE
88722026-09-15T04:03:11.882Z[ recovery-image] Sep 15 04:03:10.884 INFO O| Sep 15 04:03:10.884 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.893 INFO O| Sep 15 04:03:10.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88742026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.893 INFO O| Sep 15 04:03:10.893 INFO STEP 1002 (remove_files) COMPLETE
88752026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.893 INFO O| Sep 15 04:03:10.893 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.903 INFO O| Sep 15 04:03:10.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88772026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.903 INFO O| Sep 15 04:03:10.903 INFO STEP 1003 (remove_files) COMPLETE
88782026-09-15T04:03:11.905Z[ recovery-image] Sep 15 04:03:10.903 INFO O| Sep 15 04:03:10.903 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-15T04:03:11.912Z[ recovery-image] Sep 15 04:03:10.912 INFO O| Sep 15 04:03:10.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88802026-09-15T04:03:11.912Z[ recovery-image] Sep 15 04:03:10.912 INFO O| Sep 15 04:03:10.912 INFO STEP 1004 (remove_files) COMPLETE
88812026-09-15T04:03:11.912Z[ recovery-image] Sep 15 04:03:10.912 INFO O| Sep 15 04:03:10.912 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-15T04:03:11.916Z[ recovery-image] Sep 15 04:03:10.922 INFO O| Sep 15 04:03:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88832026-09-15T04:03:11.916Z[ recovery-image] Sep 15 04:03:10.922 INFO O| Sep 15 04:03:10.922 INFO STEP 1005 (remove_files) COMPLETE
88842026-09-15T04:03:11.916Z[ recovery-image] Sep 15 04:03:10.922 INFO O| Sep 15 04:03:10.922 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88852026-09-15T04:03:11.930Z[ recovery-image] Sep 15 04:03:10.931 INFO O| Sep 15 04:03:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88862026-09-15T04:03:11.930Z[ recovery-image] Sep 15 04:03:10.931 INFO O| Sep 15 04:03:10.931 INFO STEP 1006 (remove_files) COMPLETE
88872026-09-15T04:03:11.940Z[ recovery-image] Sep 15 04:03:10.931 INFO O| Sep 15 04:03:10.931 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88882026-09-15T04:03:11.947Z[ recovery-image] Sep 15 04:03:10.941 INFO O| Sep 15 04:03:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88892026-09-15T04:03:11.947Z[ recovery-image] Sep 15 04:03:10.941 INFO O| Sep 15 04:03:10.941 INFO STEP 1007 (remove_files) COMPLETE
88902026-09-15T04:03:11.947Z[ recovery-image] Sep 15 04:03:10.941 INFO O| Sep 15 04:03:10.941 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88912026-09-15T04:03:11.957Z[ recovery-image] Sep 15 04:03:10.950 INFO O| Sep 15 04:03:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88922026-09-15T04:03:11.957Z[ recovery-image] Sep 15 04:03:10.950 INFO O| Sep 15 04:03:10.950 INFO STEP 1008 (remove_files) COMPLETE
88932026-09-15T04:03:11.957Z[ recovery-image] Sep 15 04:03:10.950 INFO O| Sep 15 04:03:10.950 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88942026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.959 INFO O| Sep 15 04:03:10.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88952026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.959 INFO O| Sep 15 04:03:10.959 INFO STEP 1009 (remove_files) COMPLETE
88962026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.959 INFO O| Sep 15 04:03:10.959 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88972026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.967 INFO O| Sep 15 04:03:10.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88982026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.967 INFO O| Sep 15 04:03:10.967 INFO STEP 1010 (remove_files) COMPLETE
88992026-09-15T04:03:11.964Z[ recovery-image] Sep 15 04:03:10.967 INFO O| Sep 15 04:03:10.967 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89002026-09-15T04:03:11.977Z[ recovery-image] Sep 15 04:03:10.976 INFO O| Sep 15 04:03:10.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89012026-09-15T04:03:11.978Z[ recovery-image] Sep 15 04:03:10.976 INFO O| Sep 15 04:03:10.976 INFO STEP 1011 (remove_files) COMPLETE
89022026-09-15T04:03:11.978Z[ recovery-image] Sep 15 04:03:10.976 INFO O| Sep 15 04:03:10.976 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89032026-09-15T04:03:11.982Z[ recovery-image] Sep 15 04:03:10.985 INFO O| Sep 15 04:03:10.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89042026-09-15T04:03:11.982Z[ recovery-image] Sep 15 04:03:10.985 INFO O| Sep 15 04:03:10.985 INFO STEP 1012 (remove_files) COMPLETE
89052026-09-15T04:03:11.982Z[ recovery-image] Sep 15 04:03:10.985 INFO O| Sep 15 04:03:10.985 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89062026-09-15T04:03:12.001Z[ recovery-image] Sep 15 04:03:10.994 INFO O| Sep 15 04:03:10.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89072026-09-15T04:03:12.001Z[ recovery-image] Sep 15 04:03:10.994 INFO O| Sep 15 04:03:10.994 INFO STEP 1013 (remove_files) COMPLETE
89082026-09-15T04:03:12.001Z[ recovery-image] Sep 15 04:03:10.994 INFO O| Sep 15 04:03:10.994 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89092026-09-15T04:03:12.012Z[ recovery-image] Sep 15 04:03:11.004 INFO O| Sep 15 04:03:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89102026-09-15T04:03:12.012Z[ recovery-image] Sep 15 04:03:11.004 INFO O| Sep 15 04:03:11.004 INFO STEP 1014 (remove_files) COMPLETE
89112026-09-15T04:03:12.013Z[ recovery-image] Sep 15 04:03:11.004 INFO O| Sep 15 04:03:11.004 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89122026-09-15T04:03:12.031Z[ recovery-image] Sep 15 04:03:11.013 INFO O| Sep 15 04:03:11.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89132026-09-15T04:03:12.032Z[ recovery-image] Sep 15 04:03:11.013 INFO O| Sep 15 04:03:11.013 INFO STEP 1015 (remove_files) COMPLETE
89142026-09-15T04:03:12.032Z[ recovery-image] Sep 15 04:03:11.013 INFO O| Sep 15 04:03:11.013 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89152026-09-15T04:03:12.039Z[ recovery-image] Sep 15 04:03:11.022 INFO O| Sep 15 04:03:11.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89162026-09-15T04:03:12.040Z[ recovery-image] Sep 15 04:03:11.022 INFO O| Sep 15 04:03:11.022 INFO STEP 1016 (remove_files) COMPLETE
89172026-09-15T04:03:12.040Z[ recovery-image] Sep 15 04:03:11.022 INFO O| Sep 15 04:03:11.022 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89182026-09-15T04:03:12.040Z[ recovery-image] Sep 15 04:03:11.033 INFO O| Sep 15 04:03:11.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89192026-09-15T04:03:12.040Z[ recovery-image] Sep 15 04:03:11.033 INFO O| Sep 15 04:03:11.033 INFO STEP 1017 (remove_files) COMPLETE
89202026-09-15T04:03:12.040Z[ recovery-image] Sep 15 04:03:11.033 INFO O| Sep 15 04:03:11.033 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89212026-09-15T04:03:12.040Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
89222026-09-15T04:03:12.053Z[ recovery-image] Sep 15 04:03:11.052 INFO O| Sep 15 04:03:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89232026-09-15T04:03:12.053Z[ recovery-image] Sep 15 04:03:11.052 INFO O| Sep 15 04:03:11.052 INFO STEP 1018 (remove_files) COMPLETE
89242026-09-15T04:03:12.053Z[ recovery-image] Sep 15 04:03:11.052 INFO O| Sep 15 04:03:11.052 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89252026-09-15T04:03:12.066Z[ recovery-image] Sep 15 04:03:11.073 INFO O| Sep 15 04:03:11.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89262026-09-15T04:03:12.066Z[ recovery-image] Sep 15 04:03:11.073 INFO O| Sep 15 04:03:11.073 INFO STEP 1019 (remove_files) COMPLETE
89272026-09-15T04:03:12.067Z[ recovery-image] Sep 15 04:03:11.073 INFO O| Sep 15 04:03:11.073 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89282026-09-15T04:03:12.084Z[ recovery-image] Sep 15 04:03:11.083 INFO O| Sep 15 04:03:11.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89292026-09-15T04:03:12.084Z[ recovery-image] Sep 15 04:03:11.083 INFO O| Sep 15 04:03:11.083 INFO STEP 1020 (remove_files) COMPLETE
89302026-09-15T04:03:12.084Z[ recovery-image] Sep 15 04:03:11.083 INFO O| Sep 15 04:03:11.083 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89312026-09-15T04:03:12.098Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
89322026-09-15T04:03:12.098Z[ recovery-image] Sep 15 04:03:11.094 INFO O| Sep 15 04:03:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89332026-09-15T04:03:12.098Z[ recovery-image] Sep 15 04:03:11.094 INFO O| Sep 15 04:03:11.094 INFO STEP 1021 (remove_files) COMPLETE
89342026-09-15T04:03:12.098Z[ recovery-image] Sep 15 04:03:11.094 INFO O| Sep 15 04:03:11.094 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-15T04:03:12.109Z[ recovery-image] Sep 15 04:03:11.105 INFO O| Sep 15 04:03:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89362026-09-15T04:03:12.109Z[ recovery-image] Sep 15 04:03:11.105 INFO O| Sep 15 04:03:11.105 INFO STEP 1022 (remove_files) COMPLETE
89372026-09-15T04:03:12.109Z[ recovery-image] Sep 15 04:03:11.105 INFO O| Sep 15 04:03:11.105 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-15T04:03:12.120Z[ recovery-image] Sep 15 04:03:11.115 INFO O| Sep 15 04:03:11.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89392026-09-15T04:03:12.120Z[ recovery-image] Sep 15 04:03:11.115 INFO O| Sep 15 04:03:11.115 INFO STEP 1023 (remove_files) COMPLETE
89402026-09-15T04:03:12.120Z[ recovery-image] Sep 15 04:03:11.115 INFO O| Sep 15 04:03:11.115 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-15T04:03:12.132Z[ recovery-image] Sep 15 04:03:11.126 INFO O| Sep 15 04:03:11.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89422026-09-15T04:03:12.132Z[ recovery-image] Sep 15 04:03:11.126 INFO O| Sep 15 04:03:11.126 INFO STEP 1024 (remove_files) COMPLETE
89432026-09-15T04:03:12.132Z[ recovery-image] Sep 15 04:03:11.126 INFO O| Sep 15 04:03:11.126 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-15T04:03:12.139Z[ recovery-image] Sep 15 04:03:11.138 INFO O| Sep 15 04:03:11.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89452026-09-15T04:03:12.139Z[ recovery-image] Sep 15 04:03:11.138 INFO O| Sep 15 04:03:11.138 INFO STEP 1025 (remove_files) COMPLETE
89462026-09-15T04:03:12.139Z[ recovery-image] Sep 15 04:03:11.138 INFO O| Sep 15 04:03:11.138 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-15T04:03:12.149Z[ recovery-image] Sep 15 04:03:11.148 INFO O| Sep 15 04:03:11.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89482026-09-15T04:03:12.149Z[ recovery-image] Sep 15 04:03:11.149 INFO O| Sep 15 04:03:11.149 INFO STEP 1026 (remove_files) COMPLETE
89492026-09-15T04:03:12.149Z[ recovery-image] Sep 15 04:03:11.149 INFO O| Sep 15 04:03:11.149 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-15T04:03:12.160Z[ recovery-image] Sep 15 04:03:11.159 INFO O| Sep 15 04:03:11.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89512026-09-15T04:03:12.160Z[ recovery-image] Sep 15 04:03:11.159 INFO O| Sep 15 04:03:11.159 INFO STEP 1027 (remove_files) COMPLETE
89522026-09-15T04:03:12.160Z[ recovery-image] Sep 15 04:03:11.159 INFO O| Sep 15 04:03:11.159 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-15T04:03:12.169Z[ recovery-image] Sep 15 04:03:11.169 INFO O| Sep 15 04:03:11.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89542026-09-15T04:03:12.170Z[ recovery-image] Sep 15 04:03:11.169 INFO O| Sep 15 04:03:11.169 INFO STEP 1028 (remove_files) COMPLETE
89552026-09-15T04:03:12.182Z[ recovery-image] Sep 15 04:03:11.169 INFO O| Sep 15 04:03:11.169 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-15T04:03:12.183Z[ recovery-image] Sep 15 04:03:11.178 INFO O| Sep 15 04:03:11.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89572026-09-15T04:03:12.183Z[ recovery-image] Sep 15 04:03:11.178 INFO O| Sep 15 04:03:11.178 INFO STEP 1029 (remove_files) COMPLETE
89582026-09-15T04:03:12.183Z[ recovery-image] Sep 15 04:03:11.178 INFO O| Sep 15 04:03:11.178 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-15T04:03:12.216Z[ recovery-image] Sep 15 04:03:11.188 INFO O| Sep 15 04:03:11.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89602026-09-15T04:03:12.216Z[ recovery-image] Sep 15 04:03:11.188 INFO O| Sep 15 04:03:11.188 INFO STEP 1030 (remove_files) COMPLETE
89612026-09-15T04:03:12.216Z[ recovery-image] Sep 15 04:03:11.188 INFO O| Sep 15 04:03:11.188 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-15T04:03:12.223Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
89632026-09-15T04:03:12.223Z[ recovery-image] Sep 15 04:03:11.198 INFO O| Sep 15 04:03:11.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89642026-09-15T04:03:12.223Z[ recovery-image] Sep 15 04:03:11.198 INFO O| Sep 15 04:03:11.198 INFO STEP 1031 (remove_files) COMPLETE
89652026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.198 INFO O| Sep 15 04:03:11.198 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89662026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.209 INFO O| Sep 15 04:03:11.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89672026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.209 INFO O| Sep 15 04:03:11.208 INFO STEP 1032 (remove_files) COMPLETE
89682026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.209 INFO O| Sep 15 04:03:11.209 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89692026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.219 INFO O| Sep 15 04:03:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89702026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.219 INFO O| Sep 15 04:03:11.218 INFO STEP 1033 (remove_files) COMPLETE
89712026-09-15T04:03:12.224Z[ recovery-image] Sep 15 04:03:11.219 INFO O| Sep 15 04:03:11.218 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89722026-09-15T04:03:12.240Z[ recovery-image] Sep 15 04:03:11.228 INFO O| Sep 15 04:03:11.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89732026-09-15T04:03:12.240Z[ recovery-image] Sep 15 04:03:11.228 INFO O| Sep 15 04:03:11.228 INFO STEP 1034 (remove_files) COMPLETE
89742026-09-15T04:03:12.240Z[ recovery-image] Sep 15 04:03:11.228 INFO O| Sep 15 04:03:11.228 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89752026-09-15T04:03:12.275Z[ recovery-image] Sep 15 04:03:11.240 INFO O| Sep 15 04:03:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89762026-09-15T04:03:12.275Z[ recovery-image] Sep 15 04:03:11.240 INFO O| Sep 15 04:03:11.240 INFO STEP 1035 (remove_files) COMPLETE
89772026-09-15T04:03:12.276Z[ recovery-image] Sep 15 04:03:11.240 INFO O| Sep 15 04:03:11.240 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89782026-09-15T04:03:12.276Z[ recovery-image] Sep 15 04:03:11.250 INFO O| Sep 15 04:03:11.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89792026-09-15T04:03:12.276Z[ recovery-image] Sep 15 04:03:11.250 INFO O| Sep 15 04:03:11.250 INFO STEP 1036 (remove_files) COMPLETE
89802026-09-15T04:03:12.276Z[ recovery-image] Sep 15 04:03:11.250 INFO O| Sep 15 04:03:11.250 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89812026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.262 INFO O| Sep 15 04:03:11.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89822026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.262 INFO O| Sep 15 04:03:11.262 INFO STEP 1037 (remove_files) COMPLETE
89832026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.262 INFO O| Sep 15 04:03:11.262 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89842026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.272 INFO O| Sep 15 04:03:11.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89852026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.273 INFO O| Sep 15 04:03:11.272 INFO STEP 1038 (remove_files) COMPLETE
89862026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.273 INFO O| Sep 15 04:03:11.272 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89872026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.285 INFO O| Sep 15 04:03:11.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89882026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.285 INFO O| Sep 15 04:03:11.285 INFO STEP 1039 (remove_files) COMPLETE
89892026-09-15T04:03:12.290Z[ recovery-image] Sep 15 04:03:11.285 INFO O| Sep 15 04:03:11.285 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89902026-09-15T04:03:12.294Z[ recovery-image] Sep 15 04:03:11.298 INFO O| Sep 15 04:03:11.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89912026-09-15T04:03:12.294Z[ recovery-image] Sep 15 04:03:11.298 INFO O| Sep 15 04:03:11.298 INFO STEP 1040 (remove_files) COMPLETE
89922026-09-15T04:03:12.294Z[ recovery-image] Sep 15 04:03:11.298 INFO O| Sep 15 04:03:11.298 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89932026-09-15T04:03:12.365Z[ recovery-image] Sep 15 04:03:11.309 INFO O| Sep 15 04:03:11.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89942026-09-15T04:03:12.365Z[ recovery-image] Sep 15 04:03:11.309 INFO O| Sep 15 04:03:11.309 INFO STEP 1041 (remove_files) COMPLETE
89952026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.309 INFO O| Sep 15 04:03:11.309 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89962026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.318 INFO O| Sep 15 04:03:11.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89972026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.318 INFO O| Sep 15 04:03:11.318 INFO STEP 1042 (remove_files) COMPLETE
89982026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.318 INFO O| Sep 15 04:03:11.318 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89992026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.327 INFO O| Sep 15 04:03:11.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
90002026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.327 INFO O| Sep 15 04:03:11.327 INFO STEP 1043 (remove_files) COMPLETE
90012026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.327 INFO O| Sep 15 04:03:11.327 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90022026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.335 INFO O| Sep 15 04:03:11.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
90032026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.335 INFO O| Sep 15 04:03:11.335 INFO STEP 1044 (remove_files) COMPLETE
90042026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.335 INFO O| Sep 15 04:03:11.335 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90052026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.344 INFO O| Sep 15 04:03:11.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90062026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.344 INFO O| Sep 15 04:03:11.344 INFO STEP 1045 (remove_files) COMPLETE
90072026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.344 INFO O| Sep 15 04:03:11.344 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90082026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.354 INFO O| Sep 15 04:03:11.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90092026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.354 INFO O| Sep 15 04:03:11.354 INFO STEP 1046 (remove_files) COMPLETE
90102026-09-15T04:03:12.366Z[ recovery-image] Sep 15 04:03:11.354 INFO O| Sep 15 04:03:11.354 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90112026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.365 INFO O| Sep 15 04:03:11.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90122026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.365 INFO O| Sep 15 04:03:11.365 INFO STEP 1047 (remove_files) COMPLETE
90132026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.365 INFO O| Sep 15 04:03:11.365 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90142026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.377 INFO O| Sep 15 04:03:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90152026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.377 INFO O| Sep 15 04:03:11.377 INFO STEP 1048 (remove_files) COMPLETE
90162026-09-15T04:03:12.380Z[ recovery-image] Sep 15 04:03:11.377 INFO O| Sep 15 04:03:11.377 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90172026-09-15T04:03:12.395Z[ recovery-image] Sep 15 04:03:11.388 INFO O| Sep 15 04:03:11.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90182026-09-15T04:03:12.396Z[ recovery-image] Sep 15 04:03:11.388 INFO O| Sep 15 04:03:11.388 INFO STEP 1049 (remove_files) COMPLETE
90192026-09-15T04:03:12.396Z[ recovery-image] Sep 15 04:03:11.388 INFO O| Sep 15 04:03:11.388 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90202026-09-15T04:03:12.396Z[ recovery-image] Sep 15 04:03:11.399 INFO O| Sep 15 04:03:11.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90212026-09-15T04:03:12.396Z[ recovery-image] Sep 15 04:03:11.399 INFO O| Sep 15 04:03:11.399 INFO STEP 1050 (remove_files) COMPLETE
90222026-09-15T04:03:12.396Z[ recovery-image] Sep 15 04:03:11.399 INFO O| Sep 15 04:03:11.399 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-15T04:03:12.403Z[ recovery-image] Sep 15 04:03:11.409 INFO O| Sep 15 04:03:11.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90242026-09-15T04:03:12.403Z[ recovery-image] Sep 15 04:03:11.409 INFO O| Sep 15 04:03:11.409 INFO STEP 1051 (remove_files) COMPLETE
90252026-09-15T04:03:12.403Z[ recovery-image] Sep 15 04:03:11.409 INFO O| Sep 15 04:03:11.409 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-15T04:03:12.426Z[verify-libraries] Compiling drift v0.2.0
90272026-09-15T04:03:12.434Z[ recovery-image] Sep 15 04:03:11.425 INFO O| Sep 15 04:03:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90282026-09-15T04:03:12.434Z[ recovery-image] Sep 15 04:03:11.425 INFO O| Sep 15 04:03:11.425 INFO STEP 1052 (remove_files) COMPLETE
90292026-09-15T04:03:12.434Z[ recovery-image] Sep 15 04:03:11.425 INFO O| Sep 15 04:03:11.425 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90302026-09-15T04:03:12.435Z[ recovery-image] Sep 15 04:03:11.436 INFO O| Sep 15 04:03:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90312026-09-15T04:03:12.435Z[ recovery-image] Sep 15 04:03:11.436 INFO O| Sep 15 04:03:11.436 INFO STEP 1053 (remove_files) COMPLETE
90322026-09-15T04:03:12.435Z[ recovery-image] Sep 15 04:03:11.436 INFO O| Sep 15 04:03:11.436 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90332026-09-15T04:03:12.444Z[ recovery-image] Sep 15 04:03:11.446 INFO O| Sep 15 04:03:11.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90342026-09-15T04:03:12.444Z[ recovery-image] Sep 15 04:03:11.446 INFO O| Sep 15 04:03:11.446 INFO STEP 1054 (remove_files) COMPLETE
90352026-09-15T04:03:12.444Z[ recovery-image] Sep 15 04:03:11.446 INFO O| Sep 15 04:03:11.446 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90362026-09-15T04:03:12.449Z[ recovery-image] Sep 15 04:03:11.456 INFO O| Sep 15 04:03:11.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90372026-09-15T04:03:12.449Z[ recovery-image] Sep 15 04:03:11.456 INFO O| Sep 15 04:03:11.456 INFO STEP 1055 (remove_files) COMPLETE
90382026-09-15T04:03:12.453Z[ recovery-image] Sep 15 04:03:11.456 INFO O| Sep 15 04:03:11.456 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90392026-09-15T04:03:12.464Z[ recovery-image] Sep 15 04:03:11.466 INFO O| Sep 15 04:03:11.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90402026-09-15T04:03:12.479Z[ recovery-image] Sep 15 04:03:11.467 INFO O| Sep 15 04:03:11.467 INFO STEP 1056 (remove_files) COMPLETE
90412026-09-15T04:03:12.479Z[ recovery-image] Sep 15 04:03:11.467 INFO O| Sep 15 04:03:11.467 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90422026-09-15T04:03:12.479Z[verify-libraries] Compiling uzers v0.12.2
90432026-09-15T04:03:12.479Z[ recovery-image] Sep 15 04:03:11.477 INFO O| Sep 15 04:03:11.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90442026-09-15T04:03:12.479Z[ recovery-image] Sep 15 04:03:11.477 INFO O| Sep 15 04:03:11.477 INFO STEP 1057 (remove_files) COMPLETE
90452026-09-15T04:03:12.479Z[ recovery-image] Sep 15 04:03:11.477 INFO O| Sep 15 04:03:11.477 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-15T04:03:12.493Z[ recovery-image] Sep 15 04:03:11.486 INFO O| Sep 15 04:03:11.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90472026-09-15T04:03:12.493Z[ recovery-image] Sep 15 04:03:11.486 INFO O| Sep 15 04:03:11.486 INFO STEP 1058 (remove_files) COMPLETE
90482026-09-15T04:03:12.493Z[ recovery-image] Sep 15 04:03:11.486 INFO O| Sep 15 04:03:11.486 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-15T04:03:12.506Z[ recovery-image] Sep 15 04:03:11.497 INFO O| Sep 15 04:03:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90502026-09-15T04:03:12.506Z[ recovery-image] Sep 15 04:03:11.497 INFO O| Sep 15 04:03:11.497 INFO STEP 1059 (remove_files) COMPLETE
90512026-09-15T04:03:12.506Z[ recovery-image] Sep 15 04:03:11.497 INFO O| Sep 15 04:03:11.497 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-15T04:03:12.516Z[ recovery-image] Sep 15 04:03:11.508 INFO O| Sep 15 04:03:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90532026-09-15T04:03:12.516Z[ recovery-image] Sep 15 04:03:11.508 INFO O| Sep 15 04:03:11.508 INFO STEP 1060 (remove_files) COMPLETE
90542026-09-15T04:03:12.516Z[ recovery-image] Sep 15 04:03:11.508 INFO O| Sep 15 04:03:11.508 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-15T04:03:12.540Z[verify-libraries] Compiling parse-size v1.1.0
90562026-09-15T04:03:12.540Z[ recovery-image] Sep 15 04:03:11.519 INFO O| Sep 15 04:03:11.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90572026-09-15T04:03:12.540Z[ recovery-image] Sep 15 04:03:11.519 INFO O| Sep 15 04:03:11.519 INFO STEP 1061 (remove_files) COMPLETE
90582026-09-15T04:03:12.540Z[ recovery-image] Sep 15 04:03:11.519 INFO O| Sep 15 04:03:11.519 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.529 INFO O| Sep 15 04:03:11.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90602026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.530 INFO O| Sep 15 04:03:11.530 INFO STEP 1062 (remove_files) COMPLETE
90612026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.530 INFO O| Sep 15 04:03:11.530 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.540 INFO O| Sep 15 04:03:11.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90632026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.541 INFO O| Sep 15 04:03:11.541 INFO STEP 1063 (remove_files) COMPLETE
90642026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.541 INFO O| Sep 15 04:03:11.541 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.551 INFO O| Sep 15 04:03:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90662026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.551 INFO O| Sep 15 04:03:11.551 INFO STEP 1064 (remove_files) COMPLETE
90672026-09-15T04:03:12.555Z[ recovery-image] Sep 15 04:03:11.551 INFO O| Sep 15 04:03:11.551 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-15T04:03:12.587Z[ recovery-image] Sep 15 04:03:11.561 INFO O| Sep 15 04:03:11.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90692026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.561 INFO O| Sep 15 04:03:11.561 INFO STEP 1065 (remove_files) COMPLETE
90702026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.561 INFO O| Sep 15 04:03:11.561 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.570 INFO O| Sep 15 04:03:11.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90722026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.570 INFO O| Sep 15 04:03:11.570 INFO STEP 1066 (remove_files) COMPLETE
90732026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.570 INFO O| Sep 15 04:03:11.570 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.581 INFO O| Sep 15 04:03:11.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90752026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.581 INFO O| Sep 15 04:03:11.581 INFO STEP 1067 (remove_files) COMPLETE
90762026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.581 INFO O| Sep 15 04:03:11.581 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.591 INFO O| Sep 15 04:03:11.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90782026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.591 INFO O| Sep 15 04:03:11.591 INFO STEP 1068 (remove_files) COMPLETE
90792026-09-15T04:03:12.588Z[ recovery-image] Sep 15 04:03:11.591 INFO O| Sep 15 04:03:11.591 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-15T04:03:12.603Z[ recovery-image] Sep 15 04:03:11.606 INFO O| Sep 15 04:03:11.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90812026-09-15T04:03:12.603Z[ recovery-image] Sep 15 04:03:11.606 INFO O| Sep 15 04:03:11.606 INFO STEP 1069 (remove_files) COMPLETE
90822026-09-15T04:03:12.603Z[ recovery-image] Sep 15 04:03:11.606 INFO O| Sep 15 04:03:11.606 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-15T04:03:12.611Z[ recovery-image] Sep 15 04:03:11.617 INFO O| Sep 15 04:03:11.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90842026-09-15T04:03:12.611Z[ recovery-image] Sep 15 04:03:11.617 INFO O| Sep 15 04:03:11.617 INFO STEP 1070 (remove_files) COMPLETE
90852026-09-15T04:03:12.611Z[ recovery-image] Sep 15 04:03:11.617 INFO O| Sep 15 04:03:11.617 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-15T04:03:12.621Z[ recovery-image] Sep 15 04:03:11.628 INFO O| Sep 15 04:03:11.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90872026-09-15T04:03:12.621Z[ recovery-image] Sep 15 04:03:11.628 INFO O| Sep 15 04:03:11.628 INFO STEP 1071 (remove_files) COMPLETE
90882026-09-15T04:03:12.628Z[ recovery-image] Sep 15 04:03:11.628 INFO O| Sep 15 04:03:11.628 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-15T04:03:12.632Z[ recovery-image] Sep 15 04:03:11.639 INFO O| Sep 15 04:03:11.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90902026-09-15T04:03:12.633Z[ recovery-image] Sep 15 04:03:11.639 INFO O| Sep 15 04:03:11.639 INFO STEP 1072 (remove_files) COMPLETE
90912026-09-15T04:03:12.633Z[ recovery-image] Sep 15 04:03:11.639 INFO O| Sep 15 04:03:11.639 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-15T04:03:12.658Z[ recovery-image] Sep 15 04:03:11.649 INFO O| Sep 15 04:03:11.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90932026-09-15T04:03:12.658Z[ recovery-image] Sep 15 04:03:11.649 INFO O| Sep 15 04:03:11.649 INFO STEP 1073 (remove_files) COMPLETE
90942026-09-15T04:03:12.688Z[ recovery-image] Sep 15 04:03:11.649 INFO O| Sep 15 04:03:11.649 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-15T04:03:12.688Z[ recovery-image] Sep 15 04:03:11.660 INFO O| Sep 15 04:03:11.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90962026-09-15T04:03:12.688Z[ recovery-image] Sep 15 04:03:11.660 INFO O| Sep 15 04:03:11.660 INFO STEP 1074 (remove_files) COMPLETE
90972026-09-15T04:03:12.688Z[ recovery-image] Sep 15 04:03:11.660 INFO O| Sep 15 04:03:11.660 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-15T04:03:12.697Z[ recovery-image] Sep 15 04:03:11.670 INFO O| Sep 15 04:03:11.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90992026-09-15T04:03:12.697Z[ recovery-image] Sep 15 04:03:11.670 INFO O| Sep 15 04:03:11.670 INFO STEP 1075 (remove_files) COMPLETE
91002026-09-15T04:03:12.698Z[ recovery-image] Sep 15 04:03:11.670 INFO O| Sep 15 04:03:11.670 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-15T04:03:12.698Z[ recovery-image] Sep 15 04:03:11.691 INFO O| Sep 15 04:03:11.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
91022026-09-15T04:03:12.698Z[ recovery-image] Sep 15 04:03:11.691 INFO O| Sep 15 04:03:11.691 INFO STEP 1076 (remove_files) COMPLETE
91032026-09-15T04:03:12.698Z[ recovery-image] Sep 15 04:03:11.691 INFO O| Sep 15 04:03:11.691 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-15T04:03:12.750Z[ recovery-image] Sep 15 04:03:11.702 INFO O| Sep 15 04:03:11.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
91052026-09-15T04:03:12.750Z[ recovery-image] Sep 15 04:03:11.702 INFO O| Sep 15 04:03:11.702 INFO STEP 1077 (remove_files) COMPLETE
91062026-09-15T04:03:12.751Z[ recovery-image] Sep 15 04:03:11.702 INFO O| Sep 15 04:03:11.702 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-15T04:03:12.751Z[ recovery-image] Sep 15 04:03:11.712 INFO O| Sep 15 04:03:11.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91082026-09-15T04:03:12.751Z[ recovery-image] Sep 15 04:03:11.712 INFO O| Sep 15 04:03:11.712 INFO STEP 1078 (remove_files) COMPLETE
91092026-09-15T04:03:12.751Z[ recovery-image] Sep 15 04:03:11.712 INFO O| Sep 15 04:03:11.712 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.723 INFO O| Sep 15 04:03:11.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91112026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.723 INFO O| Sep 15 04:03:11.723 INFO STEP 1079 (remove_files) COMPLETE
91122026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.723 INFO O| Sep 15 04:03:11.723 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.739 INFO O| Sep 15 04:03:11.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91142026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.739 INFO O| Sep 15 04:03:11.733 INFO STEP 1080 (remove_files) COMPLETE
91152026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.739 INFO O| Sep 15 04:03:11.733 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.744 INFO O| Sep 15 04:03:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91172026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.744 INFO O| Sep 15 04:03:11.744 INFO STEP 1081 (remove_files) COMPLETE
91182026-09-15T04:03:12.770Z[ recovery-image] Sep 15 04:03:11.744 INFO O| Sep 15 04:03:11.744 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.753 INFO O| Sep 15 04:03:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91202026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.754 INFO O| Sep 15 04:03:11.753 INFO STEP 1082 (remove_files) COMPLETE
91212026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.754 INFO O| Sep 15 04:03:11.754 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-15T04:03:12.771Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
91232026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.763 INFO O| Sep 15 04:03:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91242026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.763 INFO O| Sep 15 04:03:11.763 INFO STEP 1083 (remove_files) COMPLETE
91252026-09-15T04:03:12.771Z[ recovery-image] Sep 15 04:03:11.763 INFO O| Sep 15 04:03:11.763 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91262026-09-15T04:03:12.777Z[ recovery-image] Sep 15 04:03:11.772 INFO O| Sep 15 04:03:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91272026-09-15T04:03:12.777Z[ recovery-image] Sep 15 04:03:11.772 INFO O| Sep 15 04:03:11.772 INFO STEP 1084 (remove_files) COMPLETE
91282026-09-15T04:03:12.777Z[ recovery-image] Sep 15 04:03:11.772 INFO O| Sep 15 04:03:11.772 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91292026-09-15T04:03:12.778Z[ recovery-image] Sep 15 04:03:11.781 INFO O| Sep 15 04:03:11.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91302026-09-15T04:03:12.778Z[ recovery-image] Sep 15 04:03:11.781 INFO O| Sep 15 04:03:11.781 INFO STEP 1085 (remove_files) COMPLETE
91312026-09-15T04:03:12.778Z[ recovery-image] Sep 15 04:03:11.781 INFO O| Sep 15 04:03:11.781 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91322026-09-15T04:03:12.845Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
91332026-09-15T04:03:12.853Z[ recovery-image] Sep 15 04:03:11.792 INFO O| Sep 15 04:03:11.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91342026-09-15T04:03:12.853Z[ recovery-image] Sep 15 04:03:11.792 INFO O| Sep 15 04:03:11.792 INFO STEP 1086 (remove_files) COMPLETE
91352026-09-15T04:03:12.853Z[ recovery-image] Sep 15 04:03:11.792 INFO O| Sep 15 04:03:11.792 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91362026-09-15T04:03:12.853Z[ recovery-image] Sep 15 04:03:11.802 INFO O| Sep 15 04:03:11.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91372026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.803 INFO O| Sep 15 04:03:11.803 INFO STEP 1087 (remove_files) COMPLETE
91382026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.803 INFO O| Sep 15 04:03:11.803 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91392026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.813 INFO O| Sep 15 04:03:11.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91402026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.814 INFO O| Sep 15 04:03:11.813 INFO STEP 1088 (remove_files) COMPLETE
91412026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.814 INFO O| Sep 15 04:03:11.813 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91422026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.824 INFO O| Sep 15 04:03:11.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91432026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.824 INFO O| Sep 15 04:03:11.824 INFO STEP 1089 (remove_files) COMPLETE
91442026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.824 INFO O| Sep 15 04:03:11.824 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91452026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.835 INFO O| Sep 15 04:03:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91462026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.835 INFO O| Sep 15 04:03:11.835 INFO STEP 1090 (remove_files) COMPLETE
91472026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.835 INFO O| Sep 15 04:03:11.835 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91482026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.844 INFO O| Sep 15 04:03:11.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91492026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.844 INFO O| Sep 15 04:03:11.844 INFO STEP 1091 (remove_files) COMPLETE
91502026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.844 INFO O| Sep 15 04:03:11.844 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91512026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.853 INFO O| Sep 15 04:03:11.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91522026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.853 INFO O| Sep 15 04:03:11.853 INFO STEP 1092 (remove_files) COMPLETE
91532026-09-15T04:03:12.854Z[ recovery-image] Sep 15 04:03:11.853 INFO O| Sep 15 04:03:11.853 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91542026-09-15T04:03:12.854Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
91552026-09-15T04:03:12.894Z[ recovery-image] Sep 15 04:03:11.860 INFO O| Sep 15 04:03:11.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91562026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.860 INFO O| Sep 15 04:03:11.860 INFO STEP 1093 (remove_files) COMPLETE
91572026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.860 INFO O| Sep 15 04:03:11.860 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.868 INFO O| Sep 15 04:03:11.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91592026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.868 INFO O| Sep 15 04:03:11.868 INFO STEP 1094 (remove_files) COMPLETE
91602026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.868 INFO O| Sep 15 04:03:11.868 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.876 INFO O| Sep 15 04:03:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91622026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.876 INFO O| Sep 15 04:03:11.876 INFO STEP 1095 (remove_files) COMPLETE
91632026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.876 INFO O| Sep 15 04:03:11.876 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.891 INFO O| Sep 15 04:03:11.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91652026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.891 INFO O| Sep 15 04:03:11.886 INFO STEP 1096 (remove_files) COMPLETE
91662026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.891 INFO O| Sep 15 04:03:11.886 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.895 INFO O| Sep 15 04:03:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91682026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.895 INFO O| Sep 15 04:03:11.895 INFO STEP 1097 (remove_files) COMPLETE
91692026-09-15T04:03:12.895Z[ recovery-image] Sep 15 04:03:11.895 INFO O| Sep 15 04:03:11.895 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-15T04:03:12.895Z[ host-image] Sep 15 04:03:11.896 INFO O| adding properties...
91712026-09-15T04:03:12.903Z[ recovery-image] Sep 15 04:03:11.903 INFO O| Sep 15 04:03:11.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91722026-09-15T04:03:12.903Z[ recovery-image] Sep 15 04:03:11.903 INFO O| Sep 15 04:03:11.903 INFO STEP 1098 (remove_files) COMPLETE
91732026-09-15T04:03:12.903Z[ recovery-image] Sep 15 04:03:11.903 INFO O| Sep 15 04:03:11.903 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91742026-09-15T04:03:13.010Z[ recovery-image] Sep 15 04:03:11.911 INFO O| Sep 15 04:03:11.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91752026-09-15T04:03:13.010Z[ recovery-image] Sep 15 04:03:11.911 INFO O| Sep 15 04:03:11.911 INFO STEP 1099 (remove_files) COMPLETE
91762026-09-15T04:03:13.010Z[ recovery-image] Sep 15 04:03:11.911 INFO O| Sep 15 04:03:11.911 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91772026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.918 INFO O| Sep 15 04:03:11.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91782026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.918 INFO O| Sep 15 04:03:11.918 INFO STEP 1100 (remove_files) COMPLETE
91792026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.918 INFO O| Sep 15 04:03:11.918 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91802026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.928 INFO O| Sep 15 04:03:11.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91812026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.928 INFO O| Sep 15 04:03:11.928 INFO STEP 1101 (remove_files) COMPLETE
91822026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.928 INFO O| Sep 15 04:03:11.928 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91832026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.937 INFO O| Sep 15 04:03:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91842026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.937 INFO O| Sep 15 04:03:11.937 INFO STEP 1102 (remove_files) COMPLETE
91852026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.937 INFO O| Sep 15 04:03:11.937 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91862026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.947 INFO O| Sep 15 04:03:11.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91872026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.947 INFO O| Sep 15 04:03:11.947 INFO STEP 1103 (remove_files) COMPLETE
91882026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.947 INFO O| Sep 15 04:03:11.947 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91892026-09-15T04:03:13.212Z[ recovery-image] Sep 15 04:03:11.957 INFO O| Sep 15 04:03:11.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91902026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.957 INFO O| Sep 15 04:03:11.957 INFO STEP 1104 (remove_files) COMPLETE
91912026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.957 INFO O| Sep 15 04:03:11.957 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91922026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.966 INFO O| Sep 15 04:03:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91932026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.966 INFO O| Sep 15 04:03:11.966 INFO STEP 1105 (remove_files) COMPLETE
91942026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.966 INFO O| Sep 15 04:03:11.966 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91952026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.975 INFO O| Sep 15 04:03:11.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91962026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.975 INFO O| Sep 15 04:03:11.975 INFO STEP 1106 (remove_files) COMPLETE
91972026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.975 INFO O| Sep 15 04:03:11.975 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91982026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.984 INFO O| Sep 15 04:03:11.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91992026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.984 INFO O| Sep 15 04:03:11.984 INFO STEP 1107 (remove_files) COMPLETE
92002026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.984 INFO O| Sep 15 04:03:11.984 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92012026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.994 INFO O| Sep 15 04:03:11.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
92022026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.994 INFO O| Sep 15 04:03:11.994 INFO STEP 1108 (remove_files) COMPLETE
92032026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:11.994 INFO O| Sep 15 04:03:11.994 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92042026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.007 INFO O| Sep 15 04:03:12.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
92052026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.007 INFO O| Sep 15 04:03:12.007 INFO STEP 1109 (remove_files) COMPLETE
92062026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.007 INFO O| Sep 15 04:03:12.007 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92072026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.017 INFO O| Sep 15 04:03:12.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
92082026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.017 INFO O| Sep 15 04:03:12.017 INFO STEP 1110 (remove_files) COMPLETE
92092026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.017 INFO O| Sep 15 04:03:12.017 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92102026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.027 INFO O| Sep 15 04:03:12.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92112026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.027 INFO O| Sep 15 04:03:12.027 INFO STEP 1111 (remove_files) COMPLETE
92122026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.027 INFO O| Sep 15 04:03:12.027 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92132026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.037 INFO O| Sep 15 04:03:12.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92142026-09-15T04:03:13.213Z[ recovery-image] Sep 15 04:03:12.037 INFO O| Sep 15 04:03:12.037 INFO STEP 1112 (remove_files) COMPLETE
92152026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.037 INFO O| Sep 15 04:03:12.037 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92162026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.046 INFO O| Sep 15 04:03:12.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92172026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.046 INFO O| Sep 15 04:03:12.046 INFO STEP 1113 (remove_files) COMPLETE
92182026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.047 INFO O| Sep 15 04:03:12.046 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92192026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.055 INFO O| Sep 15 04:03:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92202026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.055 INFO O| Sep 15 04:03:12.055 INFO STEP 1114 (remove_files) COMPLETE
92212026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.055 INFO O| Sep 15 04:03:12.055 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92222026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.065 INFO O| Sep 15 04:03:12.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92232026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.065 INFO O| Sep 15 04:03:12.065 INFO STEP 1115 (remove_files) COMPLETE
92242026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.065 INFO O| Sep 15 04:03:12.065 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92252026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.073 INFO O| Sep 15 04:03:12.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92262026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.073 INFO O| Sep 15 04:03:12.073 INFO STEP 1116 (remove_files) COMPLETE
92272026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.073 INFO O| Sep 15 04:03:12.073 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92282026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.083 INFO O| Sep 15 04:03:12.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92292026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.083 INFO O| Sep 15 04:03:12.083 INFO STEP 1117 (remove_files) COMPLETE
92302026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.083 INFO O| Sep 15 04:03:12.083 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92312026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.097 INFO O| Sep 15 04:03:12.096 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92322026-09-15T04:03:13.214Z[ recovery-image] Sep 15 04:03:12.097 INFO O| Sep 15 04:03:12.097 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92332026-09-15T04:03:13.232Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
92342026-09-15T04:03:13.794Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
92352026-09-15T04:03:14.156Z[ recovery-image] Sep 15 04:03:13.162 INFO O| Sep 15 04:03:13.162 INFO STEP 1118 (pack_tar) COMPLETE
92362026-09-15T04:03:14.156Z[ recovery-image] Sep 15 04:03:13.162 INFO O| Sep 15 04:03:13.162 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92372026-09-15T04:03:14.160Z[ recovery-image] Sep 15 04:03:13.162 INFO O| Sep 15 04:03:13.162 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92382026-09-15T04:03:14.486Z[ host-image] Sep 15 04:03:13.492 INFO O| installing packages...
92392026-09-15T04:03:14.543Z[ recovery-image] Sep 15 04:03:13.549 INFO O| Sep 15 04:03:13.549 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92402026-09-15T04:03:14.650Z[ recovery-image] Sep 15 04:03:13.642 INFO O| Sep 15 04:03:13.642 INFO completed processing sled/ramdisk-03-recovery-trim
92412026-09-15T04:03:14.666Z[ recovery-image] Sep 15 04:03:13.646 INFO image builder template: zfs-recovery...
92422026-09-15T04:03:14.666Z[ recovery-image] Sep 15 04:03:13.646 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/.tmp3ft5gm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
92432026-09-15T04:03:14.696Z[ recovery-image] Sep 15 04:03:13.673 INFO O| Sep 15 04:03:13.673 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92442026-09-15T04:03:14.696Z[ recovery-image] Sep 15 04:03:13.677 INFO O| Sep 15 04:03:13.677 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92452026-09-15T04:03:14.820Z[ recovery-image] Sep 15 04:03:13.799 INFO O| Sep 15 04:03:13.799 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92462026-09-15T04:03:14.869Z[ recovery-image] Sep 15 04:03:13.865 INFO O| Sep 15 04:03:13.865 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92472026-09-15T04:03:14.869Z[ recovery-image] Sep 15 04:03:13.865 INFO O| Sep 15 04:03:13.865 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92482026-09-15T04:03:14.873Z[ recovery-image] Sep 15 04:03:13.869 INFO O| Sep 15 04:03:13.869 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92492026-09-15T04:03:14.891Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
92502026-09-15T04:03:14.927Z[ recovery-image] Sep 15 04:03:13.933 INFO O| Sep 15 04:03:13.933 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92512026-09-15T04:03:14.979Z[ recovery-image] Sep 15 04:03:13.985 INFO O| Sep 15 04:03:13.985 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92522026-09-15T04:03:15.003Z[ recovery-image] Sep 15 04:03:13.993 INFO O| Sep 15 04:03:13.993 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92532026-09-15T04:03:15.003Z[ recovery-image] Sep 15 04:03:13.998 INFO O| Sep 15 04:03:13.998 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92542026-09-15T04:03:15.003Z[ recovery-image] Sep 15 04:03:13.999 INFO O| Sep 15 04:03:13.999 INFO no lofi found
92552026-09-15T04:03:15.003Z[ recovery-image] Sep 15 04:03:13.999 INFO O| Sep 15 04:03:13.999 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92562026-09-15T04:03:15.003Z[ recovery-image] Sep 15 04:03:13.999 INFO O| Sep 15 04:03:13.999 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92572026-09-15T04:03:15.489Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
92582026-09-15T04:03:16.799Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92592026-09-15T04:03:16.999Z[ recovery-image] Sep 15 04:03:16.001 INFO O| Sep 15 04:03:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
92602026-09-15T04:03:16.999Z[ recovery-image] Sep 15 04:03:16.001 INFO O| Sep 15 04:03:16.001 INFO pool device = /dev/dsk/c2t1d0p0
92612026-09-15T04:03:16.999Z[ recovery-image] Sep 15 04:03:16.001 INFO O| Sep 15 04:03:16.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92622026-09-15T04:03:17.160Z[ recovery-image] Sep 15 04:03:16.167 INFO O| Sep 15 04:03:16.166 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92632026-09-15T04:03:17.160Z[ recovery-image] Sep 15 04:03:16.167 INFO O| Sep 15 04:03:16.167 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92642026-09-15T04:03:17.195Z[ recovery-image] Sep 15 04:03:16.194 INFO O| Sep 15 04:03:16.193 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92652026-09-15T04:03:17.284Z[ recovery-image] Sep 15 04:03:16.291 INFO O| Sep 15 04:03:16.291 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92662026-09-15T04:03:17.316Z[ recovery-image] Sep 15 04:03:16.323 INFO O| Sep 15 04:03:16.323 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92672026-09-15T04:03:17.340Z[ recovery-image] Sep 15 04:03:16.347 INFO O| Sep 15 04:03:16.347 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92682026-09-15T04:03:17.355Z[ recovery-image] Sep 15 04:03:16.362 INFO O| Sep 15 04:03:16.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92692026-09-15T04:03:17.398Z[ recovery-image] Sep 15 04:03:16.405 INFO O| Sep 15 04:03:16.404 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92702026-09-15T04:03:17.398Z[ recovery-image] Sep 15 04:03:16.405 INFO O| Sep 15 04:03:16.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92712026-09-15T04:03:17.398Z[ recovery-image] Sep 15 04:03:16.405 INFO O| Sep 15 04:03:16.405 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92722026-09-15T04:03:17.410Z[ recovery-image] Sep 15 04:03:16.416 INFO O| Sep 15 04:03:16.416 INFO boot environment UUID: ad7fa687-a241-444e-8c38-f5edd40a1f5a
92732026-09-15T04:03:17.410Z[ recovery-image] Sep 15 04:03:16.416 INFO O| Sep 15 04:03:16.416 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ad7fa687-a241-444e-8c38-f5edd40a1f5a
92742026-09-15T04:03:17.427Z[ recovery-image] Sep 15 04:03:16.433 INFO O| Sep 15 04:03:16.433 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92752026-09-15T04:03:17.442Z[ recovery-image] Sep 15 04:03:16.448 INFO O| Sep 15 04:03:16.448 INFO STEP 0 (create_be) COMPLETE
92762026-09-15T04:03:17.442Z[ recovery-image] Sep 15 04:03:16.449 INFO O| Sep 15 04:03:16.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92772026-09-15T04:03:17.457Z[ recovery-image] Sep 15 04:03:16.464 INFO O| Sep 15 04:03:16.464 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"]
92782026-09-15T04:03:18.140Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92792026-09-15T04:03:18.749Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92802026-09-15T04:03:18.799Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92812026-09-15T04:03:18.844Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92822026-09-15T04:03:19.182Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92832026-09-15T04:03:19.350Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92842026-09-15T04:03:19.424Z[verify-libraries] Compiling multimap v0.10.1
92852026-09-15T04:03:19.722Z[verify-libraries] Compiling termios v0.3.3
92862026-09-15T04:03:19.723Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92872026-09-15T04:03:19.972Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92882026-09-15T04:03:20.051Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92892026-09-15T04:03:24.921Z[ host-image] Sep 15 04:03:23.927 INFO O| seeding SMF database...
92902026-09-15T04:03:25.028Z[ recovery-image] Sep 15 04:03:24.035 INFO O| Sep 15 04:03:24.035 INFO STEP 1 (unpack_tar) COMPLETE
92912026-09-15T04:03:25.028Z[ recovery-image] Sep 15 04:03:24.035 INFO O| Sep 15 04:03:24.035 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922026-09-15T04:03:25.039Z[ recovery-image] Sep 15 04:03:24.045 INFO O| Sep 15 04:03:24.045 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92932026-09-15T04:03:25.904Z[verify-libraries] Compiling polar-core v0.27.3
92942026-09-15T04:03:26.316Z[ recovery-image] Sep 15 04:03:25.323 INFO O| Sep 15 04:03:25.323 INFO STEP 2 (devfsadm) COMPLETE
92952026-09-15T04:03:26.316Z[ recovery-image] Sep 15 04:03:25.323 INFO O| Sep 15 04:03:25.323 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92962026-09-15T04:03:26.327Z[ recovery-image] Sep 15 04:03:25.334 INFO O| Sep 15 04:03:25.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92972026-09-15T04:03:26.327Z[ recovery-image] Sep 15 04:03:25.334 INFO O| Sep 15 04:03:25.334 INFO STEP 3 (ensure_dir) COMPLETE
92982026-09-15T04:03:26.327Z[ recovery-image] Sep 15 04:03:25.334 INFO O| Sep 15 04:03:25.334 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.346 INFO O| Sep 15 04:03:25.346 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93002026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.346 INFO O| Sep 15 04:03:25.346 INFO STEP 4 (ensure_dir) COMPLETE
93012026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.346 INFO O| Sep 15 04:03:25.346 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.356 INFO O| Sep 15 04:03:25.356 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93032026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.357 INFO O| Sep 15 04:03:25.356 INFO STEP 5 (ensure_dir) COMPLETE
93042026-09-15T04:03:26.355Z[ recovery-image] Sep 15 04:03:25.357 INFO O| Sep 15 04:03:25.356 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052026-09-15T04:03:26.362Z[ recovery-image] Sep 15 04:03:25.365 INFO O| Sep 15 04:03:25.364 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93062026-09-15T04:03:26.362Z[ recovery-image] Sep 15 04:03:25.365 INFO O| Sep 15 04:03:25.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93072026-09-15T04:03:26.363Z[ recovery-image] Sep 15 04:03:25.365 INFO O| Sep 15 04:03:25.365 INFO STEP 6 (ensure_dir) COMPLETE
93082026-09-15T04:03:26.363Z[ recovery-image] Sep 15 04:03:25.365 INFO O| Sep 15 04:03:25.365 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-09-15T04:03:26.372Z[ recovery-image] Sep 15 04:03:25.373 INFO O| Sep 15 04:03:25.373 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93102026-09-15T04:03:26.372Z[ recovery-image] Sep 15 04:03:25.373 INFO O| Sep 15 04:03:25.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93112026-09-15T04:03:26.372Z[ recovery-image] Sep 15 04:03:25.373 INFO O| Sep 15 04:03:25.373 INFO STEP 7 (ensure_dir) COMPLETE
93122026-09-15T04:03:26.373Z[ recovery-image] Sep 15 04:03:25.373 INFO O| Sep 15 04:03:25.373 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-09-15T04:03:26.376Z[ recovery-image] Sep 15 04:03:25.383 INFO O| Sep 15 04:03:25.383 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
93142026-09-15T04:03:26.380Z[ recovery-image] Sep 15 04:03:25.384 INFO O| Sep 15 04:03:25.384 INFO STEP 8 (remove_files) COMPLETE
93152026-09-15T04:03:26.380Z[ recovery-image] Sep 15 04:03:25.384 INFO O| Sep 15 04:03:25.384 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93162026-09-15T04:03:26.386Z[ recovery-image] Sep 15 04:03:25.393 INFO O| Sep 15 04:03:25.393 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
93172026-09-15T04:03:26.390Z[ recovery-image] Sep 15 04:03:25.394 INFO O| Sep 15 04:03:25.394 INFO STEP 9 (remove_files) COMPLETE
93182026-09-15T04:03:26.390Z[ recovery-image] Sep 15 04:03:25.394 INFO O| Sep 15 04:03:25.394 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-09-15T04:03:26.395Z[ recovery-image] Sep 15 04:03:25.402 INFO O| Sep 15 04:03:25.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
93202026-09-15T04:03:26.398Z[ recovery-image] Sep 15 04:03:25.403 INFO O| Sep 15 04:03:25.403 INFO STEP 10 (remove_files) COMPLETE
93212026-09-15T04:03:26.398Z[ recovery-image] Sep 15 04:03:25.403 INFO O| Sep 15 04:03:25.403 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-09-15T04:03:26.409Z[ recovery-image] Sep 15 04:03:25.412 INFO O| Sep 15 04:03:25.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
93232026-09-15T04:03:26.409Z[ recovery-image] Sep 15 04:03:25.412 INFO O| Sep 15 04:03:25.412 INFO STEP 11 (remove_files) COMPLETE
93242026-09-15T04:03:26.413Z[ recovery-image] Sep 15 04:03:25.412 INFO O| Sep 15 04:03:25.412 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93252026-09-15T04:03:26.417Z[ recovery-image] Sep 15 04:03:25.421 INFO O| Sep 15 04:03:25.421 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93262026-09-15T04:03:26.417Z[ recovery-image] Sep 15 04:03:25.421 INFO O| Sep 15 04:03:25.421 INFO STEP 12 (remove_files) COMPLETE
93272026-09-15T04:03:26.417Z[ recovery-image] Sep 15 04:03:25.421 INFO O| Sep 15 04:03:25.421 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282026-09-15T04:03:26.426Z[ recovery-image] Sep 15 04:03:25.432 INFO O| Sep 15 04:03:25.432 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93292026-09-15T04:03:26.426Z[ recovery-image] Sep 15 04:03:25.432 INFO O| Sep 15 04:03:25.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93302026-09-15T04:03:26.431Z[ recovery-image] Sep 15 04:03:25.432 INFO O| Sep 15 04:03:25.432 INFO STEP 13 (ensure_dir) COMPLETE
93312026-09-15T04:03:26.431Z[ recovery-image] Sep 15 04:03:25.432 INFO O| Sep 15 04:03:25.432 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93322026-09-15T04:03:26.436Z[ recovery-image] Sep 15 04:03:25.443 INFO O| Sep 15 04:03:25.443 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93332026-09-15T04:03:26.436Z[ recovery-image] Sep 15 04:03:25.443 INFO O| Sep 15 04:03:25.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93342026-09-15T04:03:26.439Z[ recovery-image] Sep 15 04:03:25.443 INFO O| Sep 15 04:03:25.443 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93352026-09-15T04:03:26.439Z[ recovery-image] Sep 15 04:03:25.443 INFO O| Sep 15 04:03:25.443 INFO STEP 14 (ensure_dir) COMPLETE
93362026-09-15T04:03:26.439Z[ recovery-image] Sep 15 04:03:25.443 INFO O| Sep 15 04:03:25.443 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93372026-09-15T04:03:26.447Z[ recovery-image] Sep 15 04:03:25.453 INFO O| Sep 15 04:03:25.453 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93382026-09-15T04:03:26.447Z[ recovery-image] Sep 15 04:03:25.453 INFO O| Sep 15 04:03:25.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93392026-09-15T04:03:26.447Z[ recovery-image] Sep 15 04:03:25.453 INFO O| Sep 15 04:03:25.453 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93402026-09-15T04:03:26.450Z[ recovery-image] Sep 15 04:03:25.453 INFO O| Sep 15 04:03:25.453 INFO STEP 15 (ensure_dir) COMPLETE
93412026-09-15T04:03:26.450Z[ recovery-image] Sep 15 04:03:25.453 INFO O| Sep 15 04:03:25.453 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93422026-09-15T04:03:26.458Z[ recovery-image] Sep 15 04:03:25.462 INFO O| Sep 15 04:03:25.462 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93432026-09-15T04:03:26.459Z[ recovery-image] Sep 15 04:03:25.462 INFO O| Sep 15 04:03:25.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93442026-09-15T04:03:26.459Z[ recovery-image] Sep 15 04:03:25.462 INFO O| Sep 15 04:03:25.462 INFO STEP 16 (ensure_dir) COMPLETE
93452026-09-15T04:03:26.462Z[ recovery-image] Sep 15 04:03:25.462 INFO O| Sep 15 04:03:25.462 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93462026-09-15T04:03:26.466Z[ recovery-image] Sep 15 04:03:25.471 INFO O| Sep 15 04:03:25.471 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93472026-09-15T04:03:26.466Z[ recovery-image] Sep 15 04:03:25.471 INFO O| Sep 15 04:03:25.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93482026-09-15T04:03:26.466Z[ recovery-image] Sep 15 04:03:25.471 INFO O| Sep 15 04:03:25.471 INFO STEP 17 (ensure_dir) COMPLETE
93492026-09-15T04:03:26.466Z[ recovery-image] Sep 15 04:03:25.471 INFO O| Sep 15 04:03:25.471 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93502026-09-15T04:03:26.472Z[ recovery-image] Sep 15 04:03:25.479 INFO O| Sep 15 04:03:25.479 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93512026-09-15T04:03:26.473Z[ recovery-image] Sep 15 04:03:25.479 INFO O| Sep 15 04:03:25.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93522026-09-15T04:03:26.473Z[ recovery-image] Sep 15 04:03:25.479 INFO O| Sep 15 04:03:25.479 INFO ok!
93532026-09-15T04:03:26.483Z[ recovery-image] Sep 15 04:03:25.479 INFO O| Sep 15 04:03:25.479 INFO STEP 18 (ensure_symlink) COMPLETE
93542026-09-15T04:03:26.483Z[ recovery-image] Sep 15 04:03:25.479 INFO O| Sep 15 04:03:25.479 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93552026-09-15T04:03:26.488Z[ recovery-image] Sep 15 04:03:25.488 INFO O| Sep 15 04:03:25.488 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93562026-09-15T04:03:26.488Z[ recovery-image] Sep 15 04:03:25.488 INFO O| Sep 15 04:03:25.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93572026-09-15T04:03:26.488Z[ recovery-image] Sep 15 04:03:25.488 INFO O| Sep 15 04:03:25.488 INFO ok!
93582026-09-15T04:03:26.488Z[ recovery-image] Sep 15 04:03:25.488 INFO O| Sep 15 04:03:25.488 INFO STEP 19 (ensure_file) COMPLETE
93592026-09-15T04:03:26.488Z[ recovery-image] Sep 15 04:03:25.488 INFO O| Sep 15 04:03:25.488 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93602026-09-15T04:03:26.493Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93612026-09-15T04:03:26.494Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93622026-09-15T04:03:26.494Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93632026-09-15T04:03:26.494Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO ok!
93642026-09-15T04:03:26.494Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO STEP 20 (ensure_symlink) COMPLETE
93652026-09-15T04:03:26.494Z[ recovery-image] Sep 15 04:03:25.496 INFO O| Sep 15 04:03:25.496 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93662026-09-15T04:03:26.498Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93672026-09-15T04:03:26.499Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93682026-09-15T04:03:26.499Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93692026-09-15T04:03:26.499Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO ok!
93702026-09-15T04:03:26.499Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO STEP 21 (ensure_symlink) COMPLETE
93712026-09-15T04:03:26.499Z[ recovery-image] Sep 15 04:03:25.504 INFO O| Sep 15 04:03:25.504 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722026-09-15T04:03:26.506Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.512 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93732026-09-15T04:03:26.506Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.512 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93742026-09-15T04:03:26.510Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93752026-09-15T04:03:26.510Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.513 INFO ok!
93762026-09-15T04:03:26.511Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.513 INFO STEP 22 (ensure_symlink) COMPLETE
93772026-09-15T04:03:26.511Z[ recovery-image] Sep 15 04:03:25.513 INFO O| Sep 15 04:03:25.513 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93782026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93792026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93802026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93812026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO ok!
93822026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO STEP 23 (ensure_symlink) COMPLETE
93832026-09-15T04:03:26.515Z[ recovery-image] Sep 15 04:03:25.521 INFO O| Sep 15 04:03:25.521 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93842026-09-15T04:03:26.523Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93852026-09-15T04:03:26.523Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 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 ...
93862026-09-15T04:03:26.523Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93872026-09-15T04:03:26.526Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 INFO ok!
93882026-09-15T04:03:26.526Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 INFO STEP 24 (ensure_file) COMPLETE
93892026-09-15T04:03:26.527Z[ recovery-image] Sep 15 04:03:25.530 INFO O| Sep 15 04:03:25.530 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93902026-09-15T04:03:26.531Z[ recovery-image] Sep 15 04:03:25.538 INFO O| Sep 15 04:03:25.538 INFO updating shadow file
93912026-09-15T04:03:26.531Z[ recovery-image] Sep 15 04:03:25.539 INFO O| Sep 15 04:03:25.538 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93922026-09-15T04:03:26.532Z[ recovery-image] Sep 15 04:03:25.539 INFO O| Sep 15 04:03:25.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93932026-09-15T04:03:26.535Z[ recovery-image] Sep 15 04:03:25.539 INFO O| Sep 15 04:03:25.539 INFO STEP 25 (shadow) COMPLETE
93942026-09-15T04:03:26.535Z[ recovery-image] Sep 15 04:03:25.539 INFO O| Sep 15 04:03:25.539 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93952026-09-15T04:03:26.541Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93962026-09-15T04:03:26.544Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93972026-09-15T04:03:26.544Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93982026-09-15T04:03:26.544Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 INFO ok!
93992026-09-15T04:03:26.544Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 INFO STEP 26 (ensure_file) COMPLETE
94002026-09-15T04:03:26.544Z[ recovery-image] Sep 15 04:03:25.548 INFO O| Sep 15 04:03:25.548 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-09-15T04:03:26.555Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
94022026-09-15T04:03:26.556Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
94032026-09-15T04:03:26.559Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
94042026-09-15T04:03:26.559Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO ok!
94052026-09-15T04:03:26.559Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO STEP 27 (ensure_file) COMPLETE
94062026-09-15T04:03:26.559Z[ recovery-image] Sep 15 04:03:25.557 INFO O| Sep 15 04:03:25.557 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94072026-09-15T04:03:26.567Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94082026-09-15T04:03:26.567Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
94092026-09-15T04:03:26.571Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94102026-09-15T04:03:26.571Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
94112026-09-15T04:03:26.571Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO ok!
94122026-09-15T04:03:26.571Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO STEP 28 (ensure_file) COMPLETE
94132026-09-15T04:03:26.571Z[ recovery-image] Sep 15 04:03:25.574 INFO O| Sep 15 04:03:25.574 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94142026-09-15T04:03:26.579Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
94152026-09-15T04:03:26.579Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
94162026-09-15T04:03:26.583Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
94172026-09-15T04:03:26.583Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO ok!
94182026-09-15T04:03:26.583Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO STEP 29 (ensure_file) COMPLETE
94192026-09-15T04:03:26.583Z[ recovery-image] Sep 15 04:03:25.585 INFO O| Sep 15 04:03:25.585 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94202026-09-15T04:03:26.588Z[ recovery-image] Sep 15 04:03:25.595 INFO O| Sep 15 04:03:25.595 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94212026-09-15T04:03:26.592Z[ recovery-image] Sep 15 04:03:25.595 INFO O| Sep 15 04:03:25.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94222026-09-15T04:03:26.592Z[ recovery-image] Sep 15 04:03:25.595 INFO O| Sep 15 04:03:25.595 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
94232026-09-15T04:03:26.592Z[ recovery-image] Sep 15 04:03:25.595 INFO O| Sep 15 04:03:25.595 INFO STEP 30 (ensure_dir) COMPLETE
94242026-09-15T04:03:26.592Z[ recovery-image] Sep 15 04:03:25.595 INFO O| Sep 15 04:03:25.595 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94252026-09-15T04:03:26.599Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94262026-09-15T04:03:26.600Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 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 ...
94272026-09-15T04:03:26.600Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 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
94282026-09-15T04:03:26.600Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94292026-09-15T04:03:26.603Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 INFO ok!
94302026-09-15T04:03:26.603Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 INFO STEP 31 (ensure_file) COMPLETE
94312026-09-15T04:03:26.603Z[ recovery-image] Sep 15 04:03:25.606 INFO O| Sep 15 04:03:25.606 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94322026-09-15T04:03:26.611Z[ recovery-image] Sep 15 04:03:25.617 INFO O| Sep 15 04:03:25.617 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94332026-09-15T04:03:26.611Z[ recovery-image] Sep 15 04:03:25.617 INFO O| Sep 15 04:03:25.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94342026-09-15T04:03:26.615Z[ recovery-image] Sep 15 04:03:25.617 INFO O| Sep 15 04:03:25.617 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94352026-09-15T04:03:26.615Z[ recovery-image] Sep 15 04:03:25.617 INFO O| Sep 15 04:03:25.617 INFO STEP 32 (ensure_dir) COMPLETE
94362026-09-15T04:03:26.615Z[ recovery-image] Sep 15 04:03:25.617 INFO O| Sep 15 04:03:25.617 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94372026-09-15T04:03:26.620Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94382026-09-15T04:03:26.620Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 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 ...
94392026-09-15T04:03:26.620Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 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
94402026-09-15T04:03:26.624Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94412026-09-15T04:03:26.624Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 INFO ok!
94422026-09-15T04:03:26.624Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 INFO STEP 33 (ensure_file) COMPLETE
94432026-09-15T04:03:26.624Z[ recovery-image] Sep 15 04:03:25.627 INFO O| Sep 15 04:03:25.627 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94442026-09-15T04:03:26.630Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94452026-09-15T04:03:26.630Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94462026-09-15T04:03:26.634Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94472026-09-15T04:03:26.634Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO ok!
94482026-09-15T04:03:26.634Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO STEP 34 (ensure_file) COMPLETE
94492026-09-15T04:03:26.634Z[ recovery-image] Sep 15 04:03:25.637 INFO O| Sep 15 04:03:25.637 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94502026-09-15T04:03:26.646Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94512026-09-15T04:03:26.646Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94522026-09-15T04:03:26.646Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94532026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94542026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO ok!
94552026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO STEP 35 (ensure_file) COMPLETE
94562026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.647 INFO O| Sep 15 04:03:25.647 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94572026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94582026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94592026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94602026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 INFO ok!
94612026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 INFO STEP 36 (ensure_file) COMPLETE
94622026-09-15T04:03:26.650Z[ recovery-image] Sep 15 04:03:25.656 INFO O| Sep 15 04:03:25.656 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94632026-09-15T04:03:26.658Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94642026-09-15T04:03:26.658Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94652026-09-15T04:03:26.658Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94662026-09-15T04:03:26.658Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 INFO ok!
94672026-09-15T04:03:26.662Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 INFO STEP 37 (ensure_file) COMPLETE
94682026-09-15T04:03:26.663Z[ recovery-image] Sep 15 04:03:25.665 INFO O| Sep 15 04:03:25.665 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94692026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94702026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94712026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94722026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94732026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94742026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94752026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO ok!
94762026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO STEP 38 (ensure_file) COMPLETE
94772026-09-15T04:03:26.668Z[ recovery-image] Sep 15 04:03:25.674 INFO O| Sep 15 04:03:25.674 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94782026-09-15T04:03:26.679Z[ recovery-image] Sep 15 04:03:25.685 INFO O| Sep 15 04:03:25.685 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94792026-09-15T04:03:26.679Z[ recovery-image] Sep 15 04:03:25.685 INFO O| Sep 15 04:03:25.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94802026-09-15T04:03:26.679Z[ recovery-image] Sep 15 04:03:25.685 INFO O| Sep 15 04:03:25.685 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94812026-09-15T04:03:26.682Z[ recovery-image] Sep 15 04:03:25.685 INFO O| Sep 15 04:03:25.685 INFO STEP 39 (ensure_dir) COMPLETE
94822026-09-15T04:03:26.682Z[ recovery-image] Sep 15 04:03:25.685 INFO O| Sep 15 04:03:25.685 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94832026-09-15T04:03:26.692Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.696 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
94842026-09-15T04:03:26.693Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.696 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 ...
94852026-09-15T04:03:26.693Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 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
94862026-09-15T04:03:26.696Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 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
94872026-09-15T04:03:26.696Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 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
94882026-09-15T04:03:26.697Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 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
94892026-09-15T04:03:26.697Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 INFO ok!
94902026-09-15T04:03:26.697Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 INFO STEP 40 (ensure_file) COMPLETE
94912026-09-15T04:03:26.697Z[ recovery-image] Sep 15 04:03:25.697 INFO O| Sep 15 04:03:25.697 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94922026-09-15T04:03:26.702Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94932026-09-15T04:03:26.702Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 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 ...
94942026-09-15T04:03:26.702Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94952026-09-15T04:03:26.706Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 INFO ok!
94962026-09-15T04:03:26.706Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 INFO STEP 41 (ensure_symlink) COMPLETE
94972026-09-15T04:03:26.706Z[ recovery-image] Sep 15 04:03:25.709 INFO O| Sep 15 04:03:25.709 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94982026-09-15T04:03:26.723Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94992026-09-15T04:03:26.723Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95002026-09-15T04:03:26.723Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
95012026-09-15T04:03:26.727Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO ok!
95022026-09-15T04:03:26.727Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO STEP 42 (ensure_symlink) COMPLETE
95032026-09-15T04:03:26.727Z[ recovery-image] Sep 15 04:03:25.719 INFO O| Sep 15 04:03:25.719 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95042026-09-15T04:03:26.727Z[ recovery-image] Sep 15 04:03:25.728 INFO O| Sep 15 04:03:25.728 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
95052026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.728 INFO O| Sep 15 04:03:25.728 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
95062026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.728 INFO O| Sep 15 04:03:25.728 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95072026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.728 INFO O| Sep 15 04:03:25.728 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95082026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.728 INFO O| Sep 15 04:03:25.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95092026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.729 INFO O| Sep 15 04:03:25.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
95102026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.729 INFO O| Sep 15 04:03:25.728 INFO ok!
95112026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.729 INFO O| Sep 15 04:03:25.729 INFO STEP 43 (ensure_file) COMPLETE
95122026-09-15T04:03:26.728Z[ recovery-image] Sep 15 04:03:25.729 INFO O| Sep 15 04:03:25.729 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95132026-09-15T04:03:26.735Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
95142026-09-15T04:03:26.735Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 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 ...
95152026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 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
95162026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
95172026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 INFO ok!
95182026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 INFO STEP 44 (ensure_file) COMPLETE
95192026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.737 INFO O| Sep 15 04:03:25.737 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95202026-09-15T04:03:26.740Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
95212026-09-15T04:03:26.741Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
95222026-09-15T04:03:26.741Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
95232026-09-15T04:03:26.741Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO ok!
95242026-09-15T04:03:26.741Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO STEP 45 (ensure_file) COMPLETE
95252026-09-15T04:03:26.741Z[ recovery-image] Sep 15 04:03:25.746 INFO O| Sep 15 04:03:25.746 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95262026-09-15T04:03:26.747Z[ recovery-image] Sep 15 04:03:25.754 INFO O| Sep 15 04:03:25.754 INFO updating shadow file
95272026-09-15T04:03:26.747Z[ recovery-image] Sep 15 04:03:25.754 INFO O| Sep 15 04:03:25.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95282026-09-15T04:03:26.751Z[ recovery-image] Sep 15 04:03:25.754 INFO O| Sep 15 04:03:25.754 INFO STEP 46 (shadow) COMPLETE
95292026-09-15T04:03:26.751Z[ recovery-image] Sep 15 04:03:25.754 INFO O| Sep 15 04:03:25.754 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95302026-09-15T04:03:26.756Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95312026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95322026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95332026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95342026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO ok!
95352026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO STEP 47 (ensure_file) COMPLETE
95362026-09-15T04:03:26.759Z[ recovery-image] Sep 15 04:03:25.763 INFO O| Sep 15 04:03:25.763 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95372026-09-15T04:03:26.769Z[ recovery-image] Sep 15 04:03:25.772 INFO O| Sep 15 04:03:25.772 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95382026-09-15T04:03:26.774Z[ recovery-image] Sep 15 04:03:25.772 INFO O| Sep 15 04:03:25.772 INFO STEP 48 (ensure_dir) COMPLETE
95392026-09-15T04:03:26.774Z[ recovery-image] Sep 15 04:03:25.772 INFO O| Sep 15 04:03:25.772 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-09-15T04:03:26.778Z[ recovery-image] Sep 15 04:03:25.781 INFO O| Sep 15 04:03:25.781 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95412026-09-15T04:03:26.778Z[ recovery-image] Sep 15 04:03:25.781 INFO O| Sep 15 04:03:25.781 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95422026-09-15T04:03:26.778Z[ recovery-image] Sep 15 04:03:25.781 INFO O| Sep 15 04:03:25.781 INFO STEP 49 (ensure_dir) COMPLETE
95432026-09-15T04:03:26.778Z[ recovery-image] Sep 15 04:03:25.781 INFO O| Sep 15 04:03:25.781 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95442026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.790 INFO O| Sep 15 04:03:25.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95452026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.790 INFO O| Sep 15 04:03:25.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95462026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.790 INFO O| Sep 15 04:03:25.790 INFO STEP 50 (ensure_dir) COMPLETE
95472026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.790 INFO O| Sep 15 04:03:25.790 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95482026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.798 INFO O| Sep 15 04:03:25.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95492026-09-15T04:03:26.794Z[ recovery-image] Sep 15 04:03:25.798 INFO O| Sep 15 04:03:25.798 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95502026-09-15T04:03:26.810Z[ recovery-image] Sep 15 04:03:25.817 INFO O| Sep 15 04:03:25.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95512026-09-15T04:03:26.810Z[ recovery-image] Sep 15 04:03:25.817 INFO O| Sep 15 04:03:25.817 INFO ok!
95522026-09-15T04:03:26.810Z[ recovery-image] Sep 15 04:03:25.817 INFO O| Sep 15 04:03:25.817 INFO STEP 51 (ensure_file) COMPLETE
95532026-09-15T04:03:26.814Z[ recovery-image] Sep 15 04:03:25.817 INFO O| Sep 15 04:03:25.817 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95542026-09-15T04:03:26.821Z[ recovery-image] Sep 15 04:03:25.828 INFO O| Sep 15 04:03:25.828 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95552026-09-15T04:03:26.824Z[ recovery-image] Sep 15 04:03:25.828 INFO O| Sep 15 04:03:25.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95562026-09-15T04:03:26.824Z[ recovery-image] Sep 15 04:03:25.828 INFO O| Sep 15 04:03:25.828 INFO STEP 52 (ensure_dir) COMPLETE
95572026-09-15T04:03:26.824Z[ recovery-image] Sep 15 04:03:25.828 INFO O| Sep 15 04:03:25.828 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95582026-09-15T04:03:26.834Z[ recovery-image] Sep 15 04:03:25.837 INFO O| Sep 15 04:03:25.837 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95592026-09-15T04:03:26.838Z[ recovery-image] Sep 15 04:03:25.837 INFO O| Sep 15 04:03:25.837 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95602026-09-15T04:03:26.838Z[ recovery-image] Sep 15 04:03:25.838 INFO O| Sep 15 04:03:25.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95612026-09-15T04:03:26.838Z[ recovery-image] Sep 15 04:03:25.838 INFO O| Sep 15 04:03:25.838 INFO ok!
95622026-09-15T04:03:26.838Z[ recovery-image] Sep 15 04:03:25.838 INFO O| Sep 15 04:03:25.838 INFO STEP 53 (ensure_file) COMPLETE
95632026-09-15T04:03:26.838Z[ recovery-image] Sep 15 04:03:25.838 INFO O| Sep 15 04:03:25.838 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95642026-09-15T04:03:26.841Z[ recovery-image] Sep 15 04:03:25.848 INFO O| Sep 15 04:03:25.848 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95652026-09-15T04:03:26.845Z[ recovery-image] Sep 15 04:03:25.848 INFO O| Sep 15 04:03:25.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95662026-09-15T04:03:26.845Z[ recovery-image] Sep 15 04:03:25.848 INFO O| Sep 15 04:03:25.848 INFO STEP 54 (ensure_dir) COMPLETE
95672026-09-15T04:03:26.845Z[ recovery-image] Sep 15 04:03:25.848 INFO O| Sep 15 04:03:25.848 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95682026-09-15T04:03:26.856Z[ recovery-image] Sep 15 04:03:25.860 INFO O| Sep 15 04:03:25.860 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95692026-09-15T04:03:26.856Z[ recovery-image] Sep 15 04:03:25.860 INFO O| Sep 15 04:03:25.860 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95702026-09-15T04:03:28.902Z[ recovery-image] Sep 15 04:03:27.909 INFO O| Sep 15 04:03:27.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95712026-09-15T04:03:28.902Z[ recovery-image] Sep 15 04:03:27.909 INFO O| Sep 15 04:03:27.909 INFO ok!
95722026-09-15T04:03:28.903Z[ recovery-image] Sep 15 04:03:27.909 INFO O| Sep 15 04:03:27.909 INFO STEP 55 (ensure_file) COMPLETE
95732026-09-15T04:03:28.909Z[ recovery-image] Sep 15 04:03:27.909 INFO O| Sep 15 04:03:27.909 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95742026-09-15T04:03:28.930Z[ recovery-image] Sep 15 04:03:27.921 INFO O| Sep 15 04:03:27.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95752026-09-15T04:03:28.930Z[ recovery-image] Sep 15 04:03:27.921 INFO O| Sep 15 04:03:27.921 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95762026-09-15T04:03:30.226Z[ host-image] Sep 15 04:03:29.231 INFO O| configuring SMF profile...
95772026-09-15T04:03:30.226Z[ host-image] Sep 15 04:03:29.231 INFO O| modifying shadow(5)...
95782026-09-15T04:03:30.226Z[ host-image] Sep 15 04:03:29.231 INFO O| loading user and group database...
95792026-09-15T04:03:30.226Z[ host-image] Sep 15 04:03:29.231 INFO O| loading facet selections...
95802026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| devel -> true
95812026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| doc.man -> true
95822026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.shell/ksh93 -> true
95832026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.system/data/hardware-registry -> true
95842026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.system/data/zoneinfo -> true
95852026-09-15T04:03:30.686Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.system/microcode/amd -> true
95862026-09-15T04:03:30.687Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.system/microcode/intel -> true
95872026-09-15T04:03:30.687Z[ host-image] Sep 15 04:03:29.655 INFO O| version-lock.system/microcode/oxide -> true
95882026-09-15T04:03:30.687Z[ host-image] Sep 15 04:03:29.655 INFO O| assessing packaged files...
95892026-09-15T04:03:30.885Z[ recovery-image] Sep 15 04:03:29.891 INFO O| Sep 15 04:03:29.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95902026-09-15T04:03:30.885Z[ recovery-image] Sep 15 04:03:29.891 INFO O| Sep 15 04:03:29.891 INFO ok!
95912026-09-15T04:03:30.888Z[ recovery-image] Sep 15 04:03:29.891 INFO O| Sep 15 04:03:29.891 INFO STEP 56 (ensure_file) COMPLETE
95922026-09-15T04:03:30.888Z[ recovery-image] Sep 15 04:03:29.891 INFO O| Sep 15 04:03:29.891 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-09-15T04:03:30.903Z[ recovery-image] Sep 15 04:03:29.904 INFO O| Sep 15 04:03:29.904 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95942026-09-15T04:03:30.903Z[ recovery-image] Sep 15 04:03:29.904 INFO O| Sep 15 04:03:29.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95952026-09-15T04:03:30.903Z[ recovery-image] Sep 15 04:03:29.904 INFO O| Sep 15 04:03:29.904 INFO STEP 57 (ensure_dir) COMPLETE
95962026-09-15T04:03:30.903Z[ recovery-image] Sep 15 04:03:29.905 INFO O| Sep 15 04:03:29.904 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95972026-09-15T04:03:30.920Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95982026-09-15T04:03:30.920Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 INFO copying /tmp/.tmp3ft5gm/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 ...
95992026-09-15T04:03:30.925Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 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
96002026-09-15T04:03:30.925Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 INFO ok!
96012026-09-15T04:03:30.925Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 INFO STEP 58 (ensure_file) COMPLETE
96022026-09-15T04:03:30.925Z[ recovery-image] Sep 15 04:03:29.917 INFO O| Sep 15 04:03:29.917 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96032026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96042026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 INFO copying /tmp/.tmp3ft5gm/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 ...
96052026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 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
96062026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 INFO ok!
96072026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 INFO STEP 59 (ensure_file) COMPLETE
96082026-09-15T04:03:30.926Z[ recovery-image] Sep 15 04:03:29.929 INFO O| Sep 15 04:03:29.929 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96092026-09-15T04:03:30.941Z[ recovery-image] Sep 15 04:03:29.946 INFO O| Sep 15 04:03:29.946 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96102026-09-15T04:03:30.941Z[ recovery-image] Sep 15 04:03:29.946 INFO O| Sep 15 04:03:29.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
96112026-09-15T04:03:30.944Z[ recovery-image] Sep 15 04:03:29.946 INFO O| Sep 15 04:03:29.946 INFO STEP 60 (ensure_dir) COMPLETE
96122026-09-15T04:03:30.944Z[ recovery-image] Sep 15 04:03:29.946 INFO O| Sep 15 04:03:29.946 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96132026-09-15T04:03:30.953Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96142026-09-15T04:03:30.953Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO copying /tmp/.tmp3ft5gm/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 ...
96152026-09-15T04:03:30.953Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96162026-09-15T04:03:30.963Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO ok!
96172026-09-15T04:03:30.963Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO STEP 61 (ensure_file) COMPLETE
96182026-09-15T04:03:30.963Z[ recovery-image] Sep 15 04:03:29.959 INFO O| Sep 15 04:03:29.959 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96192026-09-15T04:03:30.963Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96202026-09-15T04:03:30.964Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 INFO copying /tmp/.tmp3ft5gm/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 ...
96212026-09-15T04:03:30.964Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 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
96222026-09-15T04:03:30.964Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 INFO ok!
96232026-09-15T04:03:30.964Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 INFO STEP 62 (ensure_file) COMPLETE
96242026-09-15T04:03:30.964Z[ recovery-image] Sep 15 04:03:29.968 INFO O| Sep 15 04:03:29.968 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96252026-09-15T04:03:30.970Z[ recovery-image] Sep 15 04:03:29.977 INFO O| Sep 15 04:03:29.977 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96262026-09-15T04:03:30.970Z[ recovery-image] Sep 15 04:03:29.977 INFO O| Sep 15 04:03:29.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
96272026-09-15T04:03:30.974Z[ recovery-image] Sep 15 04:03:29.977 INFO O| Sep 15 04:03:29.977 INFO STEP 63 (ensure_dir) COMPLETE
96282026-09-15T04:03:30.974Z[ recovery-image] Sep 15 04:03:29.977 INFO O| Sep 15 04:03:29.977 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96292026-09-15T04:03:30.984Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96302026-09-15T04:03:30.984Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO copying /tmp/.tmp3ft5gm/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 ...
96312026-09-15T04:03:30.984Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96322026-09-15T04:03:30.989Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO ok!
96332026-09-15T04:03:30.989Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO STEP 64 (ensure_file) COMPLETE
96342026-09-15T04:03:30.989Z[ recovery-image] Sep 15 04:03:29.989 INFO O| Sep 15 04:03:29.989 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96352026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.998 INFO O| Sep 15 04:03:29.998 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96362026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.999 INFO O| Sep 15 04:03:29.998 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96372026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.999 INFO O| Sep 15 04:03:29.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96382026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.999 INFO O| Sep 15 04:03:29.999 INFO ok!
96392026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.999 INFO O| Sep 15 04:03:29.999 INFO STEP 65 (ensure_file) COMPLETE
96402026-09-15T04:03:30.993Z[ recovery-image] Sep 15 04:03:29.999 INFO O| Sep 15 04:03:29.999 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96412026-09-15T04:03:31.001Z[ recovery-image] Sep 15 04:03:30.008 INFO O| Sep 15 04:03:30.007 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96422026-09-15T04:03:31.001Z[ recovery-image] Sep 15 04:03:30.008 INFO O| Sep 15 04:03:30.008 INFO STEP 66 (ensure_dir) COMPLETE
96432026-09-15T04:03:31.005Z[ recovery-image] Sep 15 04:03:30.008 INFO O| Sep 15 04:03:30.008 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96442026-09-15T04:03:31.011Z[ recovery-image] Sep 15 04:03:30.018 INFO O| Sep 15 04:03:30.018 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96452026-09-15T04:03:31.011Z[ recovery-image] Sep 15 04:03:30.018 INFO O| Sep 15 04:03:30.018 INFO STEP 67 (ensure_dir) COMPLETE
96462026-09-15T04:03:31.031Z[ recovery-image] Sep 15 04:03:30.018 INFO O| Sep 15 04:03:30.018 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96472026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.027 INFO O| Sep 15 04:03:30.027 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96482026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.027 INFO O| Sep 15 04:03:30.027 INFO STEP 68 (ensure_dir) COMPLETE
96492026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.027 INFO O| Sep 15 04:03:30.027 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96502026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.036 INFO O| Sep 15 04:03:30.036 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96512026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.036 INFO O| Sep 15 04:03:30.036 INFO STEP 69 (ensure_dir) COMPLETE
96522026-09-15T04:03:31.041Z[ recovery-image] Sep 15 04:03:30.036 INFO O| Sep 15 04:03:30.036 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96532026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96542026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.046 INFO copying /tmp/.tmp3ft5gm/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96552026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96562026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.046 INFO ok!
96572026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.046 INFO STEP 70 (ensure_file) COMPLETE
96582026-09-15T04:03:31.042Z[ recovery-image] Sep 15 04:03:30.046 INFO O| Sep 15 04:03:30.046 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592026-09-15T04:03:31.049Z[ recovery-image] Sep 15 04:03:30.056 INFO O| Sep 15 04:03:30.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96602026-09-15T04:03:31.060Z[ recovery-image] Sep 15 04:03:30.056 INFO O| Sep 15 04:03:30.056 INFO STEP 71 (remove_files) COMPLETE
96612026-09-15T04:03:31.060Z[ recovery-image] Sep 15 04:03:30.056 INFO O| Sep 15 04:03:30.056 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622026-09-15T04:03:31.063Z[ recovery-image] Sep 15 04:03:30.069 INFO O| Sep 15 04:03:30.069 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96632026-09-15T04:03:31.063Z[ recovery-image] Sep 15 04:03:30.069 INFO O| Sep 15 04:03:30.069 INFO STEP 72 (remove_files) COMPLETE
96642026-09-15T04:03:31.063Z[ recovery-image] Sep 15 04:03:30.069 INFO O| Sep 15 04:03:30.069 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652026-09-15T04:03:31.079Z[ recovery-image] Sep 15 04:03:30.079 INFO O| Sep 15 04:03:30.079 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96662026-09-15T04:03:31.079Z[ recovery-image] Sep 15 04:03:30.080 INFO O| Sep 15 04:03:30.080 INFO STEP 73 (remove_files) COMPLETE
96672026-09-15T04:03:31.079Z[ recovery-image] Sep 15 04:03:30.080 INFO O| Sep 15 04:03:30.080 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682026-09-15T04:03:31.086Z[ recovery-image] Sep 15 04:03:30.089 INFO O| Sep 15 04:03:30.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96692026-09-15T04:03:31.086Z[ recovery-image] Sep 15 04:03:30.089 INFO O| Sep 15 04:03:30.089 INFO STEP 74 (remove_files) COMPLETE
96702026-09-15T04:03:31.086Z[ recovery-image] Sep 15 04:03:30.089 INFO O| Sep 15 04:03:30.089 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712026-09-15T04:03:31.095Z[ recovery-image] Sep 15 04:03:30.100 INFO O| Sep 15 04:03:30.100 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96722026-09-15T04:03:31.095Z[ recovery-image] Sep 15 04:03:30.101 INFO O| Sep 15 04:03:30.100 INFO STEP 75 (remove_files) COMPLETE
96732026-09-15T04:03:31.095Z[ recovery-image] Sep 15 04:03:30.101 INFO O| Sep 15 04:03:30.100 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742026-09-15T04:03:31.109Z[ recovery-image] Sep 15 04:03:30.115 INFO O| Sep 15 04:03:30.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96752026-09-15T04:03:31.109Z[ recovery-image] Sep 15 04:03:30.115 INFO O| Sep 15 04:03:30.115 INFO STEP 76 (remove_files) COMPLETE
96762026-09-15T04:03:31.109Z[ recovery-image] Sep 15 04:03:30.115 INFO O| Sep 15 04:03:30.115 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772026-09-15T04:03:31.122Z[ recovery-image] Sep 15 04:03:30.129 INFO O| Sep 15 04:03:30.129 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96782026-09-15T04:03:31.122Z[ recovery-image] Sep 15 04:03:30.129 INFO O| Sep 15 04:03:30.129 INFO STEP 77 (remove_files) COMPLETE
96792026-09-15T04:03:31.133Z[ recovery-image] Sep 15 04:03:30.129 INFO O| Sep 15 04:03:30.129 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802026-09-15T04:03:31.142Z[ recovery-image] Sep 15 04:03:30.148 INFO O| Sep 15 04:03:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96812026-09-15T04:03:31.147Z[ recovery-image] Sep 15 04:03:30.148 INFO O| Sep 15 04:03:30.148 INFO STEP 78 (remove_files) COMPLETE
96822026-09-15T04:03:31.147Z[ recovery-image] Sep 15 04:03:30.148 INFO O| Sep 15 04:03:30.148 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832026-09-15T04:03:31.154Z[ recovery-image] Sep 15 04:03:30.161 INFO O| Sep 15 04:03:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96842026-09-15T04:03:31.154Z[ recovery-image] Sep 15 04:03:30.161 INFO O| Sep 15 04:03:30.161 INFO STEP 79 (remove_files) COMPLETE
96852026-09-15T04:03:31.157Z[ recovery-image] Sep 15 04:03:30.161 INFO O| Sep 15 04:03:30.161 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862026-09-15T04:03:31.172Z[ recovery-image] Sep 15 04:03:30.173 INFO O| Sep 15 04:03:30.173 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96872026-09-15T04:03:31.172Z[ recovery-image] Sep 15 04:03:30.173 INFO O| Sep 15 04:03:30.173 INFO STEP 80 (remove_files) COMPLETE
96882026-09-15T04:03:31.172Z[ recovery-image] Sep 15 04:03:30.173 INFO O| Sep 15 04:03:30.173 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892026-09-15T04:03:31.178Z[ recovery-image] Sep 15 04:03:30.185 INFO O| Sep 15 04:03:30.185 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96902026-09-15T04:03:31.181Z[ recovery-image] Sep 15 04:03:30.185 INFO O| Sep 15 04:03:30.185 INFO STEP 81 (remove_files) COMPLETE
96912026-09-15T04:03:31.181Z[ recovery-image] Sep 15 04:03:30.185 INFO O| Sep 15 04:03:30.185 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96922026-09-15T04:03:31.191Z[ recovery-image] Sep 15 04:03:30.197 INFO O| Sep 15 04:03:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96932026-09-15T04:03:31.191Z[ recovery-image] Sep 15 04:03:30.197 INFO O| Sep 15 04:03:30.197 INFO STEP 82 (remove_files) COMPLETE
96942026-09-15T04:03:31.194Z[ recovery-image] Sep 15 04:03:30.197 INFO O| Sep 15 04:03:30.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96952026-09-15T04:03:31.202Z[ recovery-image] Sep 15 04:03:30.208 INFO O| Sep 15 04:03:30.208 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96962026-09-15T04:03:31.202Z[ recovery-image] Sep 15 04:03:30.208 INFO O| Sep 15 04:03:30.208 INFO STEP 83 (remove_files) COMPLETE
96972026-09-15T04:03:31.233Z[ recovery-image] Sep 15 04:03:30.208 INFO O| Sep 15 04:03:30.208 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96982026-09-15T04:03:31.237Z[ recovery-image] Sep 15 04:03:30.220 INFO O| Sep 15 04:03:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96992026-09-15T04:03:31.237Z[ recovery-image] Sep 15 04:03:30.220 INFO O| Sep 15 04:03:30.220 INFO STEP 84 (remove_files) COMPLETE
97002026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.220 INFO O| Sep 15 04:03:30.220 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97012026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.230 INFO O| Sep 15 04:03:30.230 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
97022026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.230 INFO O| Sep 15 04:03:30.230 INFO STEP 85 (remove_files) COMPLETE
97032026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.230 INFO O| Sep 15 04:03:30.230 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97042026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.243 INFO O| Sep 15 04:03:30.243 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
97052026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.243 INFO O| Sep 15 04:03:30.243 INFO STEP 86 (remove_files) COMPLETE
97062026-09-15T04:03:31.238Z[ recovery-image] Sep 15 04:03:30.243 INFO O| Sep 15 04:03:30.243 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97072026-09-15T04:03:31.251Z[ recovery-image] Sep 15 04:03:30.253 INFO O| Sep 15 04:03:30.253 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97082026-09-15T04:03:31.251Z[ recovery-image] Sep 15 04:03:30.253 INFO O| Sep 15 04:03:30.253 INFO STEP 87 (remove_files) COMPLETE
97092026-09-15T04:03:31.258Z[ recovery-image] Sep 15 04:03:30.253 INFO O| Sep 15 04:03:30.253 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97102026-09-15T04:03:31.258Z[ recovery-image] Sep 15 04:03:30.263 INFO O| Sep 15 04:03:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97112026-09-15T04:03:31.258Z[ recovery-image] Sep 15 04:03:30.263 INFO O| Sep 15 04:03:30.263 INFO STEP 88 (remove_files) COMPLETE
97122026-09-15T04:03:31.258Z[ recovery-image] Sep 15 04:03:30.263 INFO O| Sep 15 04:03:30.263 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97132026-09-15T04:03:31.273Z[ recovery-image] Sep 15 04:03:30.279 INFO O| Sep 15 04:03:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97142026-09-15T04:03:31.273Z[ recovery-image] Sep 15 04:03:30.279 INFO O| Sep 15 04:03:30.279 INFO STEP 89 (remove_files) COMPLETE
97152026-09-15T04:03:31.273Z[ recovery-image] Sep 15 04:03:30.279 INFO O| Sep 15 04:03:30.279 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97162026-09-15T04:03:31.282Z[ recovery-image] Sep 15 04:03:30.289 INFO O| Sep 15 04:03:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97172026-09-15T04:03:31.282Z[ recovery-image] Sep 15 04:03:30.289 INFO O| Sep 15 04:03:30.289 INFO STEP 90 (remove_files) COMPLETE
97182026-09-15T04:03:31.282Z[ recovery-image] Sep 15 04:03:30.289 INFO O| Sep 15 04:03:30.289 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97192026-09-15T04:03:31.293Z[ recovery-image] Sep 15 04:03:30.298 INFO O| Sep 15 04:03:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97202026-09-15T04:03:31.293Z[ recovery-image] Sep 15 04:03:30.299 INFO O| Sep 15 04:03:30.298 INFO STEP 91 (remove_files) COMPLETE
97212026-09-15T04:03:31.293Z[ recovery-image] Sep 15 04:03:30.299 INFO O| Sep 15 04:03:30.299 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97222026-09-15T04:03:31.303Z[ recovery-image] Sep 15 04:03:30.308 INFO O| Sep 15 04:03:30.308 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97232026-09-15T04:03:31.303Z[ recovery-image] Sep 15 04:03:30.308 INFO O| Sep 15 04:03:30.308 INFO STEP 92 (remove_files) COMPLETE
97242026-09-15T04:03:31.309Z[ recovery-image] Sep 15 04:03:30.308 INFO O| Sep 15 04:03:30.308 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97252026-09-15T04:03:31.315Z[ recovery-image] Sep 15 04:03:30.318 INFO O| Sep 15 04:03:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97262026-09-15T04:03:31.315Z[ recovery-image] Sep 15 04:03:30.319 INFO O| Sep 15 04:03:30.319 INFO STEP 93 (remove_files) COMPLETE
97272026-09-15T04:03:31.315Z[ recovery-image] Sep 15 04:03:30.319 INFO O| Sep 15 04:03:30.319 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97282026-09-15T04:03:31.323Z[ recovery-image] Sep 15 04:03:30.329 INFO O| Sep 15 04:03:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97292026-09-15T04:03:31.323Z[ recovery-image] Sep 15 04:03:30.329 INFO O| Sep 15 04:03:30.329 INFO STEP 94 (remove_files) COMPLETE
97302026-09-15T04:03:31.323Z[ recovery-image] Sep 15 04:03:30.329 INFO O| Sep 15 04:03:30.329 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97312026-09-15T04:03:31.334Z[ recovery-image] Sep 15 04:03:30.341 INFO O| Sep 15 04:03:30.341 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97322026-09-15T04:03:31.334Z[ recovery-image] Sep 15 04:03:30.341 INFO O| Sep 15 04:03:30.341 INFO STEP 95 (remove_files) COMPLETE
97332026-09-15T04:03:31.342Z[ recovery-image] Sep 15 04:03:30.341 INFO O| Sep 15 04:03:30.341 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97342026-09-15T04:03:31.346Z[ recovery-image] Sep 15 04:03:30.351 INFO O| Sep 15 04:03:30.351 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97352026-09-15T04:03:31.346Z[ recovery-image] Sep 15 04:03:30.351 INFO O| Sep 15 04:03:30.351 INFO STEP 96 (remove_files) COMPLETE
97362026-09-15T04:03:31.346Z[ recovery-image] Sep 15 04:03:30.351 INFO O| Sep 15 04:03:30.351 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97372026-09-15T04:03:31.354Z[ recovery-image] Sep 15 04:03:30.360 INFO O| Sep 15 04:03:30.360 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97382026-09-15T04:03:31.354Z[ recovery-image] Sep 15 04:03:30.361 INFO O| Sep 15 04:03:30.361 INFO STEP 97 (remove_files) COMPLETE
97392026-09-15T04:03:31.358Z[ recovery-image] Sep 15 04:03:30.361 INFO O| Sep 15 04:03:30.361 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402026-09-15T04:03:31.364Z[ recovery-image] Sep 15 04:03:30.371 INFO O| Sep 15 04:03:30.370 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97412026-09-15T04:03:31.364Z[ recovery-image] Sep 15 04:03:30.371 INFO O| Sep 15 04:03:30.371 INFO STEP 98 (remove_files) COMPLETE
97422026-09-15T04:03:31.364Z[ recovery-image] Sep 15 04:03:30.371 INFO O| Sep 15 04:03:30.371 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432026-09-15T04:03:31.376Z[ recovery-image] Sep 15 04:03:30.383 INFO O| Sep 15 04:03:30.383 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97442026-09-15T04:03:31.376Z[ recovery-image] Sep 15 04:03:30.383 INFO O| Sep 15 04:03:30.383 INFO STEP 99 (remove_files) COMPLETE
97452026-09-15T04:03:31.376Z[ recovery-image] Sep 15 04:03:30.383 INFO O| Sep 15 04:03:30.383 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97462026-09-15T04:03:31.390Z[ recovery-image] Sep 15 04:03:30.396 INFO O| Sep 15 04:03:30.396 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97472026-09-15T04:03:31.390Z[ recovery-image] Sep 15 04:03:30.396 INFO O| Sep 15 04:03:30.396 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97482026-09-15T04:03:32.722Z[ host-image] Sep 15 04:03:31.718 INFO O| creating archive...
97492026-09-15T04:03:32.732Z[ host-image] Sep 15 04:03:31.739 INFO O| missing from packaging:
97502026-09-15T04:03:32.733Z[ host-image] Sep 15 04:03:31.739 INFO O| "etc/.pwd.lock"
97512026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.739 INFO O| "etc/bash"
97522026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/profile/generic.xml"
97532026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/profile/inetd_services.xml"
97542026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/profile/name_service.xml"
97552026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/profile/platform.xml"
97562026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/profile/platform_omicron1.xml"
97572026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.743 INFO O| "etc/svc/repository.db"
97582026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.750 INFO O| "opt/ooce/share"
97592026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.750 INFO O| "opt/ooce/share/man"
97602026-09-15T04:03:32.744Z[ host-image] Sep 15 04:03:31.750 INFO O| "opt/ooce/share/man/man1"
97612026-09-15T04:03:32.754Z[ host-image] Sep 15 04:03:31.759 INFO O| finishing archive...
97622026-09-15T04:03:37.625Z[ host-image] Sep 15 04:03:34.453 INFO O| creating gzonly manifest...
97632026-09-15T04:03:37.640Z[ host-image] Sep 15 04:03:34.465 INFO O| ok
97642026-09-15T04:03:37.640Z[ host-image] Sep 15 04:03:34.795 INFO image builder template: ramdisk-02-trim...
97652026-09-15T04:03:37.640Z[ host-image] Sep 15 04:03:34.795 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/.tmp3ft5gm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
97662026-09-15T04:03:37.640Z[ host-image] Sep 15 04:03:34.818 INFO O| Sep 15 04:03:34.818 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97672026-09-15T04:03:37.640Z[ host-image] Sep 15 04:03:34.823 INFO O| Sep 15 04:03:34.822 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97682026-09-15T04:03:37.640Z[verify-libraries] Compiling oso v0.27.3
97692026-09-15T04:03:37.783Z[ recovery-image] Sep 15 04:03:36.790 INFO O| Sep 15 04:03:36.790 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
97702026-09-15T04:03:37.783Z[ recovery-image] Sep 15 04:03:36.790 INFO O| Sep 15 04:03:36.790 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97712026-09-15T04:03:37.828Z[ recovery-image] Sep 15 04:03:36.834 INFO O| Sep 15 04:03:36.834 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97722026-09-15T04:03:37.934Z[ recovery-image] Sep 15 04:03:36.941 INFO O| Sep 15 04:03:36.941 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97732026-09-15T04:03:38.023Z[ recovery-image] Sep 15 04:03:36.999 INFO O| Sep 15 04:03:36.999 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97742026-09-15T04:03:38.085Z[ recovery-image] Sep 15 04:03:37.092 INFO O| Sep 15 04:03:37.092 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97752026-09-15T04:03:38.085Z[ recovery-image] Sep 15 04:03:37.092 INFO O| Sep 15 04:03:37.092 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 ...
97762026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97772026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.094 INFO ok!
97782026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.094 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97792026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.095 INFO STEP 100 (seed_smf) COMPLETE
97802026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.095 INFO steps complete; finalising image!
97812026-09-15T04:03:38.089Z[ recovery-image] Sep 15 04:03:37.095 INFO O| Sep 15 04:03:37.095 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97822026-09-15T04:03:38.156Z[ recovery-image] Sep 15 04:03:37.163 INFO O| Sep 15 04:03:37.162 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Sep 15 04:03:37 2026)
97832026-09-15T04:03:38.364Z[ recovery-image] Sep 15 04:03:37.371 INFO O| Sep 15 04:03:37.370 INFO trim TEMPORARY-sled-zfs-recovery: (26% trimmed, started at Tue Sep 15 04:03:37 2026)
97842026-09-15T04:03:38.436Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97852026-09-15T04:03:38.571Z[ recovery-image] Sep 15 04:03:37.577 INFO O| Sep 15 04:03:37.577 INFO trim TEMPORARY-sled-zfs-recovery: (74% trimmed, started at Tue Sep 15 04:03:37 2026)
97862026-09-15T04:03:38.777Z[ recovery-image] Sep 15 04:03:37.784 INFO O| Sep 15 04:03:37.784 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Sep 15 04:03:37 2026)
97872026-09-15T04:03:38.837Z[ host-image] Sep 15 04:03:37.844 INFO O| Sep 15 04:03:37.844 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97882026-09-15T04:03:39.001Z[ recovery-image] Sep 15 04:03:38.007 INFO O| Sep 15 04:03:38.007 INFO temporary pool has 465M used, 1.30G avail, 1.00x compressratio
97892026-09-15T04:03:39.001Z[ recovery-image] Sep 15 04:03:38.007 INFO O| Sep 15 04:03:38.007 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97902026-09-15T04:03:39.109Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97912026-09-15T04:03:39.534Z[ host-image] Sep 15 04:03:38.541 INFO O| Sep 15 04:03:38.541 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97922026-09-15T04:03:39.534Z[ host-image] Sep 15 04:03:38.541 INFO O| Sep 15 04:03:38.541 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97932026-09-15T04:03:39.539Z[ host-image] Sep 15 04:03:38.547 INFO O| Sep 15 04:03:38.547 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97942026-09-15T04:03:39.548Z[ host-image] Sep 15 04:03:38.553 INFO O| Sep 15 04:03:38.553 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97952026-09-15T04:03:39.558Z[ host-image] Sep 15 04:03:38.558 INFO O| Sep 15 04:03:38.557 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97962026-09-15T04:03:39.572Z[ recovery-image] Sep 15 04:03:38.577 INFO O| Sep 15 04:03:38.577 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
97972026-09-15T04:03:39.572Z[ recovery-image] Sep 15 04:03:38.577 INFO O| Sep 15 04:03:38.577 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97982026-09-15T04:03:42.126Z[ recovery-image] Sep 15 04:03:41.133 INFO O| Sep 15 04:03:41.133 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97992026-09-15T04:03:42.127Z[ recovery-image] Sep 15 04:03:41.133 INFO O| Sep 15 04:03:41.133 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98002026-09-15T04:03:42.127Z[ recovery-image] Sep 15 04:03:41.133 INFO O| Sep 15 04:03:41.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
98012026-09-15T04:03:42.131Z[ recovery-image] Sep 15 04:03:41.133 INFO O| Sep 15 04:03:41.133 INFO completed processing sled/zfs-recovery
98022026-09-15T04:03:42.131Z[ recovery-image] Sep 15 04:03:41.133 INFO O| Sep 15 04:03:41.133 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
98032026-09-15T04:03:42.778Z[ host-image] Sep 15 04:03:41.779 INFO O| Sep 15 04:03:41.779 INFO rolled back to input snapshot; work may begin
98042026-09-15T04:03:42.778Z[ host-image] Sep 15 04:03:41.779 INFO O| Sep 15 04:03:41.779 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98052026-09-15T04:03:42.785Z[ host-image] Sep 15 04:03:41.785 INFO O| Sep 15 04:03:41.785 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98062026-09-15T04:03:42.791Z[ host-image] Sep 15 04:03:41.797 INFO O| Sep 15 04:03:41.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98072026-09-15T04:03:42.856Z[ host-image] Sep 15 04:03:41.863 INFO O| Sep 15 04:03:41.863 INFO STEP 0 (remove_files) COMPLETE
98082026-09-15T04:03:42.857Z[ host-image] Sep 15 04:03:41.863 INFO O| Sep 15 04:03:41.863 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98092026-09-15T04:03:42.870Z[ host-image] Sep 15 04:03:41.875 INFO O| Sep 15 04:03:41.875 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98102026-09-15T04:03:42.870Z[ host-image] Sep 15 04:03:41.876 INFO O| Sep 15 04:03:41.876 INFO STEP 1 (remove_files) COMPLETE
98112026-09-15T04:03:42.874Z[ host-image] Sep 15 04:03:41.876 INFO O| Sep 15 04:03:41.876 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-09-15T04:03:42.881Z[ host-image] Sep 15 04:03:41.887 INFO O| Sep 15 04:03:41.887 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98132026-09-15T04:03:42.902Z[ host-image] Sep 15 04:03:41.909 INFO O| Sep 15 04:03:41.909 INFO STEP 2 (remove_files) COMPLETE
98142026-09-15T04:03:42.902Z[ host-image] Sep 15 04:03:41.909 INFO O| Sep 15 04:03:41.909 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98152026-09-15T04:03:42.913Z[ host-image] Sep 15 04:03:41.920 INFO O| Sep 15 04:03:41.920 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98162026-09-15T04:03:42.917Z[ host-image] Sep 15 04:03:41.921 INFO O| Sep 15 04:03:41.921 INFO STEP 3 (remove_files) COMPLETE
98172026-09-15T04:03:42.917Z[ host-image] Sep 15 04:03:41.921 INFO O| Sep 15 04:03:41.921 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98182026-09-15T04:03:42.927Z[ host-image] Sep 15 04:03:41.933 INFO O| Sep 15 04:03:41.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98192026-09-15T04:03:42.930Z[ host-image] Sep 15 04:03:41.937 INFO O| Sep 15 04:03:41.937 INFO STEP 4 (remove_files) COMPLETE
98202026-09-15T04:03:42.930Z[ host-image] Sep 15 04:03:41.937 INFO O| Sep 15 04:03:41.937 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98212026-09-15T04:03:42.942Z[ host-image] Sep 15 04:03:41.949 INFO O| Sep 15 04:03:41.949 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98222026-09-15T04:03:42.946Z[ host-image] Sep 15 04:03:41.951 INFO O| Sep 15 04:03:41.951 INFO STEP 5 (remove_files) COMPLETE
98232026-09-15T04:03:42.946Z[ host-image] Sep 15 04:03:41.951 INFO O| Sep 15 04:03:41.951 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98242026-09-15T04:03:42.956Z[ host-image] Sep 15 04:03:41.962 INFO O| Sep 15 04:03:41.962 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98252026-09-15T04:03:42.966Z[ host-image] Sep 15 04:03:41.973 INFO O| Sep 15 04:03:41.973 INFO STEP 6 (remove_files) COMPLETE
98262026-09-15T04:03:42.966Z[ host-image] Sep 15 04:03:41.973 INFO O| Sep 15 04:03:41.973 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98272026-09-15T04:03:42.966Z[ host-image] Sep 15 04:03:41.973 INFO O| Sep 15 04:03:41.973 INFO skip step because feature "heliosv2" is not enabled
98282026-09-15T04:03:42.970Z[ host-image] Sep 15 04:03:41.973 INFO O| Sep 15 04:03:41.973 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98292026-09-15T04:03:42.977Z[ host-image] Sep 15 04:03:41.984 INFO O| Sep 15 04:03:41.984 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98302026-09-15T04:03:42.996Z[ host-image] Sep 15 04:03:41.995 INFO O| Sep 15 04:03:41.995 INFO STEP 8 (remove_files) COMPLETE
98312026-09-15T04:03:42.996Z[ host-image] Sep 15 04:03:41.996 INFO O| Sep 15 04:03:41.995 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98322026-09-15T04:03:43.003Z[ host-image] Sep 15 04:03:42.009 INFO O| Sep 15 04:03:42.009 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98332026-09-15T04:03:43.081Z[ host-image] Sep 15 04:03:42.088 INFO O| Sep 15 04:03:42.088 INFO STEP 9 (remove_files) COMPLETE
98342026-09-15T04:03:43.081Z[ host-image] Sep 15 04:03:42.088 INFO O| Sep 15 04:03:42.088 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98352026-09-15T04:03:43.093Z[ host-image] Sep 15 04:03:42.099 INFO O| Sep 15 04:03:42.099 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98362026-09-15T04:03:43.211Z[ host-image] Sep 15 04:03:42.217 INFO O| Sep 15 04:03:42.217 INFO STEP 10 (remove_files) COMPLETE
98372026-09-15T04:03:43.211Z[ host-image] Sep 15 04:03:42.217 INFO O| Sep 15 04:03:42.217 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98382026-09-15T04:03:43.222Z[ host-image] Sep 15 04:03:42.229 INFO O| Sep 15 04:03:42.229 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98392026-09-15T04:03:43.226Z[ host-image] Sep 15 04:03:42.232 INFO O| Sep 15 04:03:42.231 INFO STEP 11 (remove_files) COMPLETE
98402026-09-15T04:03:43.226Z[ host-image] Sep 15 04:03:42.232 INFO O| Sep 15 04:03:42.231 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98412026-09-15T04:03:43.226Z[ recovery-image] Sep 15 04:03:42.232 INFO O| Sep 15 04:03:42.232 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98422026-09-15T04:03:43.234Z[ host-image] Sep 15 04:03:42.240 INFO O| Sep 15 04:03:42.240 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98432026-09-15T04:03:43.237Z[ host-image] Sep 15 04:03:42.241 INFO O| Sep 15 04:03:42.241 INFO STEP 12 (remove_files) COMPLETE
98442026-09-15T04:03:43.237Z[ host-image] Sep 15 04:03:42.241 INFO O| Sep 15 04:03:42.241 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98452026-09-15T04:03:43.243Z[ host-image] Sep 15 04:03:42.250 INFO O| Sep 15 04:03:42.250 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98462026-09-15T04:03:43.247Z[ host-image] Sep 15 04:03:42.251 INFO O| Sep 15 04:03:42.251 INFO STEP 13 (remove_files) COMPLETE
98472026-09-15T04:03:43.248Z[ host-image] Sep 15 04:03:42.251 INFO O| Sep 15 04:03:42.251 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98482026-09-15T04:03:43.285Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98492026-09-15T04:03:43.285Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98502026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98512026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98522026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98532026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98542026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98552026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.291 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98562026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98572026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98582026-09-15T04:03:43.289Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98592026-09-15T04:03:43.290Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98602026-09-15T04:03:43.290Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98612026-09-15T04:03:43.290Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98622026-09-15T04:03:43.290Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98632026-09-15T04:03:43.290Z[ host-image] Sep 15 04:03:42.292 INFO O| Sep 15 04:03:42.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98642026-09-15T04:03:43.296Z[ host-image] Sep 15 04:03:42.303 INFO O| Sep 15 04:03:42.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98652026-09-15T04:03:43.301Z[ host-image] Sep 15 04:03:42.303 INFO O| Sep 15 04:03:42.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98662026-09-15T04:03:43.331Z[ recovery-image] Sep 15 04:03:42.338 INFO BUILD STRING "heads/stlouis-0-g37fe00b0d7\n"
98672026-09-15T04:03:43.332Z[ recovery-image] Sep 15 04:03:42.338 INFO expanded image name: "recovery a1ed210/${os_short_commit} 2026-09-15 03:48" -> "recovery a1ed210/37fe00b 2026-09-15 03:48"
98682026-09-15T04:03:43.332Z[ recovery-image] Sep 15 04:03:42.338 INFO output artefacts stored in: "/work/os-recovery"
98692026-09-15T04:03:43.336Z[ recovery-image] Sep 15 04:03:42.338 INFO collecting git info from project "pinprick"...
98702026-09-15T04:03:43.340Z[ recovery-image] Sep 15 04:03:42.346 INFO collecting git info from project "bootserver"...
98712026-09-15T04:03:43.343Z[ host-image] Sep 15 04:03:42.350 INFO O| Sep 15 04:03:42.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98722026-09-15T04:03:43.347Z[ recovery-image] Sep 15 04:03:42.352 INFO collecting git info from project "amd-host-image-builder"...
98732026-09-15T04:03:43.371Z[ host-image] Sep 15 04:03:42.377 INFO O| Sep 15 04:03:42.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98742026-09-15T04:03:43.388Z[ recovery-image] Sep 15 04:03:42.395 INFO collecting git info from project "pilot"...
98752026-09-15T04:03:43.398Z[ recovery-image] Sep 15 04:03:42.405 INFO collecting git info from project "image-builder"...
98762026-09-15T04:03:43.406Z[ recovery-image] Sep 15 04:03:42.413 INFO collecting git info from project "chelsio-t6-roms"...
98772026-09-15T04:03:43.442Z[ recovery-image] Sep 15 04:03:42.448 INFO collecting git info from project "phbl"...
98782026-09-15T04:03:43.450Z[ recovery-image] Sep 15 04:03:42.457 INFO collecting git info from project "dmar-report"...
98792026-09-15T04:03:43.521Z[ recovery-image] Sep 15 04:03:42.528 INFO collecting git info from project "amd-firmware"...
98802026-09-15T04:03:43.539Z[ host-image] Sep 15 04:03:42.546 INFO O| Sep 15 04:03:42.546 INFO STEP 14 (remove_files) COMPLETE
98812026-09-15T04:03:43.543Z[ host-image] Sep 15 04:03:42.546 INFO O| Sep 15 04:03:42.546 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98822026-09-15T04:03:43.549Z[ host-image] Sep 15 04:03:42.556 INFO O| Sep 15 04:03:42.556 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98832026-09-15T04:03:43.553Z[ host-image] Sep 15 04:03:42.557 INFO O| Sep 15 04:03:42.557 INFO STEP 15 (remove_files) COMPLETE
98842026-09-15T04:03:43.553Z[ host-image] Sep 15 04:03:42.557 INFO O| Sep 15 04:03:42.557 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98852026-09-15T04:03:43.559Z[ host-image] Sep 15 04:03:42.566 INFO O| Sep 15 04:03:42.566 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98862026-09-15T04:03:43.570Z[ host-image] Sep 15 04:03:42.572 INFO O| Sep 15 04:03:42.572 INFO STEP 16 (remove_files) COMPLETE
98872026-09-15T04:03:43.570Z[ host-image] Sep 15 04:03:42.572 INFO O| Sep 15 04:03:42.572 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-09-15T04:03:43.575Z[ host-image] Sep 15 04:03:42.582 INFO O| Sep 15 04:03:42.582 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98892026-09-15T04:03:43.579Z[ host-image] Sep 15 04:03:42.582 INFO O| Sep 15 04:03:42.582 INFO STEP 17 (remove_files) COMPLETE
98902026-09-15T04:03:43.579Z[ host-image] Sep 15 04:03:42.582 INFO O| Sep 15 04:03:42.582 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98912026-09-15T04:03:43.584Z[ host-image] Sep 15 04:03:42.591 INFO O| Sep 15 04:03:42.591 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98922026-09-15T04:03:43.587Z[ host-image] Sep 15 04:03:42.592 INFO O| Sep 15 04:03:42.592 INFO STEP 18 (remove_files) COMPLETE
98932026-09-15T04:03:43.587Z[ host-image] Sep 15 04:03:42.592 INFO O| Sep 15 04:03:42.592 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98942026-09-15T04:03:43.595Z[ host-image] Sep 15 04:03:42.601 INFO O| Sep 15 04:03:42.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98952026-09-15T04:03:43.595Z[ host-image] Sep 15 04:03:42.601 INFO O| Sep 15 04:03:42.601 INFO STEP 19 (remove_files) COMPLETE
98962026-09-15T04:03:43.598Z[ host-image] Sep 15 04:03:42.601 INFO O| Sep 15 04:03:42.601 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98972026-09-15T04:03:43.603Z[ host-image] Sep 15 04:03:42.610 INFO O| Sep 15 04:03:42.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98982026-09-15T04:03:43.603Z[ host-image] Sep 15 04:03:42.610 INFO O| Sep 15 04:03:42.610 INFO STEP 20 (remove_files) COMPLETE
98992026-09-15T04:03:43.603Z[ host-image] Sep 15 04:03:42.610 INFO O| Sep 15 04:03:42.610 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99002026-09-15T04:03:43.613Z[ host-image] Sep 15 04:03:42.619 INFO O| Sep 15 04:03:42.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
99012026-09-15T04:03:43.613Z[ host-image] Sep 15 04:03:42.619 INFO O| Sep 15 04:03:42.619 INFO STEP 21 (remove_files) COMPLETE
99022026-09-15T04:03:43.613Z[ host-image] Sep 15 04:03:42.619 INFO O| Sep 15 04:03:42.619 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99032026-09-15T04:03:43.623Z[ host-image] Sep 15 04:03:42.629 INFO O| Sep 15 04:03:42.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
99042026-09-15T04:03:43.623Z[ host-image] Sep 15 04:03:42.629 INFO O| Sep 15 04:03:42.629 INFO STEP 22 (remove_files) COMPLETE
99052026-09-15T04:03:43.623Z[ host-image] Sep 15 04:03:42.629 INFO O| Sep 15 04:03:42.629 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99062026-09-15T04:03:43.632Z[ host-image] Sep 15 04:03:42.639 INFO O| Sep 15 04:03:42.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
99072026-09-15T04:03:43.632Z[ host-image] Sep 15 04:03:42.639 INFO O| Sep 15 04:03:42.639 INFO STEP 23 (remove_files) COMPLETE
99082026-09-15T04:03:43.636Z[ host-image] Sep 15 04:03:42.639 INFO O| Sep 15 04:03:42.639 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99092026-09-15T04:03:43.641Z[ host-image] Sep 15 04:03:42.648 INFO O| Sep 15 04:03:42.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99102026-09-15T04:03:43.641Z[ host-image] Sep 15 04:03:42.648 INFO O| Sep 15 04:03:42.648 INFO STEP 24 (remove_files) COMPLETE
99112026-09-15T04:03:43.641Z[ host-image] Sep 15 04:03:42.648 INFO O| Sep 15 04:03:42.648 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99122026-09-15T04:03:43.651Z[ host-image] Sep 15 04:03:42.658 INFO O| Sep 15 04:03:42.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99132026-09-15T04:03:43.651Z[ host-image] Sep 15 04:03:42.658 INFO O| Sep 15 04:03:42.658 INFO STEP 25 (remove_files) COMPLETE
99142026-09-15T04:03:43.651Z[ host-image] Sep 15 04:03:42.658 INFO O| Sep 15 04:03:42.658 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99152026-09-15T04:03:43.661Z[ host-image] Sep 15 04:03:42.667 INFO O| Sep 15 04:03:42.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99162026-09-15T04:03:43.661Z[ host-image] Sep 15 04:03:42.667 INFO O| Sep 15 04:03:42.667 INFO STEP 26 (remove_files) COMPLETE
99172026-09-15T04:03:43.661Z[ host-image] Sep 15 04:03:42.667 INFO O| Sep 15 04:03:42.667 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-15T04:03:43.671Z[ host-image] Sep 15 04:03:42.677 INFO O| Sep 15 04:03:42.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99192026-09-15T04:03:43.671Z[ host-image] Sep 15 04:03:42.677 INFO O| Sep 15 04:03:42.677 INFO STEP 27 (remove_files) COMPLETE
99202026-09-15T04:03:43.671Z[ host-image] Sep 15 04:03:42.677 INFO O| Sep 15 04:03:42.677 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99212026-09-15T04:03:43.681Z[ host-image] Sep 15 04:03:42.687 INFO O| Sep 15 04:03:42.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99222026-09-15T04:03:43.681Z[ host-image] Sep 15 04:03:42.687 INFO O| Sep 15 04:03:42.687 INFO STEP 28 (remove_files) COMPLETE
99232026-09-15T04:03:43.681Z[ host-image] Sep 15 04:03:42.687 INFO O| Sep 15 04:03:42.687 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99242026-09-15T04:03:43.690Z[ host-image] Sep 15 04:03:42.697 INFO O| Sep 15 04:03:42.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99252026-09-15T04:03:43.690Z[ host-image] Sep 15 04:03:42.697 INFO O| Sep 15 04:03:42.697 INFO STEP 29 (remove_files) COMPLETE
99262026-09-15T04:03:43.694Z[ host-image] Sep 15 04:03:42.697 INFO O| Sep 15 04:03:42.697 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99272026-09-15T04:03:43.700Z[ host-image] Sep 15 04:03:42.707 INFO O| Sep 15 04:03:42.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99282026-09-15T04:03:43.700Z[ host-image] Sep 15 04:03:42.707 INFO O| Sep 15 04:03:42.707 INFO STEP 30 (remove_files) COMPLETE
99292026-09-15T04:03:43.700Z[ host-image] Sep 15 04:03:42.707 INFO O| Sep 15 04:03:42.707 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99302026-09-15T04:03:43.714Z[ host-image] Sep 15 04:03:42.717 INFO O| Sep 15 04:03:42.717 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99312026-09-15T04:03:43.718Z[ host-image] Sep 15 04:03:42.717 INFO O| Sep 15 04:03:42.717 INFO STEP 31 (remove_files) COMPLETE
99322026-09-15T04:03:43.718Z[ host-image] Sep 15 04:03:42.717 INFO O| Sep 15 04:03:42.717 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-15T04:03:43.721Z[ host-image] Sep 15 04:03:42.727 INFO O| Sep 15 04:03:42.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99342026-09-15T04:03:43.721Z[ host-image] Sep 15 04:03:42.727 INFO O| Sep 15 04:03:42.727 INFO STEP 32 (remove_files) COMPLETE
99352026-09-15T04:03:43.721Z[ host-image] Sep 15 04:03:42.727 INFO O| Sep 15 04:03:42.727 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99362026-09-15T04:03:43.730Z[ host-image] Sep 15 04:03:42.737 INFO O| Sep 15 04:03:42.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99372026-09-15T04:03:43.731Z[ host-image] Sep 15 04:03:42.737 INFO O| Sep 15 04:03:42.737 INFO STEP 33 (remove_files) COMPLETE
99382026-09-15T04:03:43.731Z[ host-image] Sep 15 04:03:42.737 INFO O| Sep 15 04:03:42.737 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-15T04:03:43.741Z[ host-image] Sep 15 04:03:42.748 INFO O| Sep 15 04:03:42.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99402026-09-15T04:03:43.741Z[ host-image] Sep 15 04:03:42.748 INFO O| Sep 15 04:03:42.748 INFO STEP 34 (remove_files) COMPLETE
99412026-09-15T04:03:43.741Z[ host-image] Sep 15 04:03:42.748 INFO O| Sep 15 04:03:42.748 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99422026-09-15T04:03:43.751Z[ host-image] Sep 15 04:03:42.758 INFO O| Sep 15 04:03:42.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99432026-09-15T04:03:43.751Z[ host-image] Sep 15 04:03:42.758 INFO O| Sep 15 04:03:42.758 INFO STEP 35 (remove_files) COMPLETE
99442026-09-15T04:03:43.751Z[ host-image] Sep 15 04:03:42.758 INFO O| Sep 15 04:03:42.758 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99452026-09-15T04:03:43.762Z[ host-image] Sep 15 04:03:42.768 INFO O| Sep 15 04:03:42.768 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99462026-09-15T04:03:43.762Z[ host-image] Sep 15 04:03:42.768 INFO O| Sep 15 04:03:42.768 INFO STEP 36 (remove_files) COMPLETE
99472026-09-15T04:03:43.762Z[ host-image] Sep 15 04:03:42.768 INFO O| Sep 15 04:03:42.768 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99482026-09-15T04:03:43.772Z[ host-image] Sep 15 04:03:42.779 INFO O| Sep 15 04:03:42.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99492026-09-15T04:03:43.772Z[ host-image] Sep 15 04:03:42.779 INFO O| Sep 15 04:03:42.779 INFO STEP 37 (remove_files) COMPLETE
99502026-09-15T04:03:43.776Z[ host-image] Sep 15 04:03:42.779 INFO O| Sep 15 04:03:42.779 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99512026-09-15T04:03:43.782Z[ host-image] Sep 15 04:03:42.789 INFO O| Sep 15 04:03:42.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99522026-09-15T04:03:43.783Z[ host-image] Sep 15 04:03:42.789 INFO O| Sep 15 04:03:42.789 INFO STEP 38 (remove_files) COMPLETE
99532026-09-15T04:03:43.783Z[ host-image] Sep 15 04:03:42.789 INFO O| Sep 15 04:03:42.789 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99542026-09-15T04:03:43.793Z[ host-image] Sep 15 04:03:42.799 INFO O| Sep 15 04:03:42.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99552026-09-15T04:03:43.793Z[ host-image] Sep 15 04:03:42.799 INFO O| Sep 15 04:03:42.799 INFO STEP 39 (remove_files) COMPLETE
99562026-09-15T04:03:43.793Z[ host-image] Sep 15 04:03:42.799 INFO O| Sep 15 04:03:42.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99572026-09-15T04:03:43.803Z[ host-image] Sep 15 04:03:42.810 INFO O| Sep 15 04:03:42.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99582026-09-15T04:03:43.803Z[ host-image] Sep 15 04:03:42.810 INFO O| Sep 15 04:03:42.810 INFO STEP 40 (remove_files) COMPLETE
99592026-09-15T04:03:43.803Z[ host-image] Sep 15 04:03:42.810 INFO O| Sep 15 04:03:42.810 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99602026-09-15T04:03:43.813Z[ host-image] Sep 15 04:03:42.820 INFO O| Sep 15 04:03:42.820 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99612026-09-15T04:03:43.813Z[ host-image] Sep 15 04:03:42.820 INFO O| Sep 15 04:03:42.820 INFO STEP 41 (remove_files) COMPLETE
99622026-09-15T04:03:43.817Z[ host-image] Sep 15 04:03:42.820 INFO O| Sep 15 04:03:42.820 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99632026-09-15T04:03:43.824Z[ host-image] Sep 15 04:03:42.830 INFO O| Sep 15 04:03:42.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99642026-09-15T04:03:43.824Z[ host-image] Sep 15 04:03:42.830 INFO O| Sep 15 04:03:42.830 INFO STEP 42 (remove_files) COMPLETE
99652026-09-15T04:03:43.824Z[ host-image] Sep 15 04:03:42.830 INFO O| Sep 15 04:03:42.830 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99662026-09-15T04:03:43.834Z[ host-image] Sep 15 04:03:42.840 INFO O| Sep 15 04:03:42.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99672026-09-15T04:03:43.834Z[ host-image] Sep 15 04:03:42.840 INFO O| Sep 15 04:03:42.840 INFO STEP 43 (remove_files) COMPLETE
99682026-09-15T04:03:43.834Z[ host-image] Sep 15 04:03:42.840 INFO O| Sep 15 04:03:42.840 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99692026-09-15T04:03:43.843Z[ host-image] Sep 15 04:03:42.850 INFO O| Sep 15 04:03:42.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99702026-09-15T04:03:43.843Z[ host-image] Sep 15 04:03:42.850 INFO O| Sep 15 04:03:42.850 INFO STEP 44 (remove_files) COMPLETE
99712026-09-15T04:03:43.844Z[ host-image] Sep 15 04:03:42.850 INFO O| Sep 15 04:03:42.850 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99722026-09-15T04:03:43.854Z[ host-image] Sep 15 04:03:42.860 INFO O| Sep 15 04:03:42.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99732026-09-15T04:03:43.854Z[ host-image] Sep 15 04:03:42.860 INFO O| Sep 15 04:03:42.860 INFO STEP 45 (remove_files) COMPLETE
99742026-09-15T04:03:43.857Z[ host-image] Sep 15 04:03:42.860 INFO O| Sep 15 04:03:42.860 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99752026-09-15T04:03:43.888Z[ host-image] Sep 15 04:03:42.894 INFO O| Sep 15 04:03:42.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99762026-09-15T04:03:43.888Z[ host-image] Sep 15 04:03:42.895 INFO O| Sep 15 04:03:42.895 INFO STEP 46 (remove_files) COMPLETE
99772026-09-15T04:03:43.892Z[ host-image] Sep 15 04:03:42.895 INFO O| Sep 15 04:03:42.895 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99782026-09-15T04:03:43.930Z[ host-image] Sep 15 04:03:42.936 INFO O| Sep 15 04:03:42.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99792026-09-15T04:03:43.930Z[ host-image] Sep 15 04:03:42.936 INFO O| Sep 15 04:03:42.936 INFO STEP 47 (remove_files) COMPLETE
99802026-09-15T04:03:43.930Z[ host-image] Sep 15 04:03:42.936 INFO O| Sep 15 04:03:42.936 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99812026-09-15T04:03:43.941Z[ host-image] Sep 15 04:03:42.947 INFO O| Sep 15 04:03:42.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99822026-09-15T04:03:43.941Z[ host-image] Sep 15 04:03:42.947 INFO O| Sep 15 04:03:42.947 INFO STEP 48 (remove_files) COMPLETE
99832026-09-15T04:03:43.941Z[ host-image] Sep 15 04:03:42.947 INFO O| Sep 15 04:03:42.947 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99842026-09-15T04:03:43.951Z[ host-image] Sep 15 04:03:42.957 INFO O| Sep 15 04:03:42.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99852026-09-15T04:03:43.951Z[ host-image] Sep 15 04:03:42.957 INFO O| Sep 15 04:03:42.957 INFO STEP 49 (remove_files) COMPLETE
99862026-09-15T04:03:43.951Z[ host-image] Sep 15 04:03:42.957 INFO O| Sep 15 04:03:42.957 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99872026-09-15T04:03:43.960Z[ host-image] Sep 15 04:03:42.967 INFO O| Sep 15 04:03:42.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99882026-09-15T04:03:43.961Z[ host-image] Sep 15 04:03:42.967 INFO O| Sep 15 04:03:42.967 INFO STEP 50 (remove_files) COMPLETE
99892026-09-15T04:03:43.964Z[ host-image] Sep 15 04:03:42.967 INFO O| Sep 15 04:03:42.967 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99902026-09-15T04:03:43.971Z[ host-image] Sep 15 04:03:42.977 INFO O| Sep 15 04:03:42.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99912026-09-15T04:03:43.971Z[ host-image] Sep 15 04:03:42.977 INFO O| Sep 15 04:03:42.977 INFO STEP 51 (remove_files) COMPLETE
99922026-09-15T04:03:43.974Z[ host-image] Sep 15 04:03:42.977 INFO O| Sep 15 04:03:42.977 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99932026-09-15T04:03:43.980Z[ host-image] Sep 15 04:03:42.987 INFO O| Sep 15 04:03:42.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99942026-09-15T04:03:43.980Z[ host-image] Sep 15 04:03:42.987 INFO O| Sep 15 04:03:42.987 INFO STEP 52 (remove_files) COMPLETE
99952026-09-15T04:03:43.980Z[ host-image] Sep 15 04:03:42.987 INFO O| Sep 15 04:03:42.987 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99962026-09-15T04:03:43.990Z[ host-image] Sep 15 04:03:42.996 INFO O| Sep 15 04:03:42.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99972026-09-15T04:03:43.990Z[ host-image] Sep 15 04:03:42.996 INFO O| Sep 15 04:03:42.996 INFO STEP 53 (remove_files) COMPLETE
99982026-09-15T04:03:43.990Z[ host-image] Sep 15 04:03:42.996 INFO O| Sep 15 04:03:42.996 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99992026-09-15T04:03:44.028Z[ host-image] Sep 15 04:03:43.034 INFO O| Sep 15 04:03:43.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
100002026-09-15T04:03:44.028Z[ host-image] Sep 15 04:03:43.034 INFO O| Sep 15 04:03:43.034 INFO STEP 54 (remove_files) COMPLETE
100012026-09-15T04:03:44.028Z[ host-image] Sep 15 04:03:43.034 INFO O| Sep 15 04:03:43.034 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100022026-09-15T04:03:44.033Z[ recovery-image] Sep 15 04:03:43.037 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100032026-09-15T04:03:44.040Z[ host-image] Sep 15 04:03:43.045 INFO O| Sep 15 04:03:43.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
100042026-09-15T04:03:44.040Z[ host-image] Sep 15 04:03:43.045 INFO O| Sep 15 04:03:43.045 INFO STEP 55 (remove_files) COMPLETE
100052026-09-15T04:03:44.043Z[ host-image] Sep 15 04:03:43.045 INFO O| Sep 15 04:03:43.045 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100062026-09-15T04:03:44.065Z[ host-image] Sep 15 04:03:43.064 INFO O| Sep 15 04:03:43.064 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
100072026-09-15T04:03:44.065Z[ host-image] Sep 15 04:03:43.064 INFO O| Sep 15 04:03:43.064 INFO STEP 56 (remove_files) COMPLETE
100082026-09-15T04:03:44.069Z[ host-image] Sep 15 04:03:43.064 INFO O| Sep 15 04:03:43.064 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100092026-09-15T04:03:44.073Z[ host-image] Sep 15 04:03:43.077 INFO O| Sep 15 04:03:43.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100102026-09-15T04:03:44.073Z[ host-image] Sep 15 04:03:43.077 INFO O| Sep 15 04:03:43.077 INFO STEP 57 (remove_files) COMPLETE
100112026-09-15T04:03:44.073Z[ host-image] Sep 15 04:03:43.077 INFO O| Sep 15 04:03:43.077 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100122026-09-15T04:03:44.082Z[ host-image] Sep 15 04:03:43.088 INFO O| Sep 15 04:03:43.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100132026-09-15T04:03:44.082Z[ host-image] Sep 15 04:03:43.088 INFO O| Sep 15 04:03:43.088 INFO STEP 58 (remove_files) COMPLETE
100142026-09-15T04:03:44.082Z[ host-image] Sep 15 04:03:43.088 INFO O| Sep 15 04:03:43.088 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100152026-09-15T04:03:44.093Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100162026-09-15T04:03:44.093Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100172026-09-15T04:03:44.097Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100182026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100192026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100202026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100212026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO ok!
100222026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO STEP 59 (ensure_file) COMPLETE
100232026-09-15T04:03:44.098Z[ host-image] Sep 15 04:03:43.100 INFO O| Sep 15 04:03:43.100 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100242026-09-15T04:03:44.104Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100252026-09-15T04:03:44.105Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100262026-09-15T04:03:44.105Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100272026-09-15T04:03:44.108Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100282026-09-15T04:03:44.108Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100292026-09-15T04:03:44.108Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100302026-09-15T04:03:44.108Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO ok!
100312026-09-15T04:03:44.109Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO STEP 60 (ensure_file) COMPLETE
100322026-09-15T04:03:44.109Z[ host-image] Sep 15 04:03:43.111 INFO O| Sep 15 04:03:43.111 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100332026-09-15T04:03:44.117Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.123 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100342026-09-15T04:03:44.117Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.123 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100352026-09-15T04:03:44.121Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100362026-09-15T04:03:44.121Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.124 INFO ok!
100372026-09-15T04:03:44.121Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.124 INFO STEP 61 (ensure_file) COMPLETE
100382026-09-15T04:03:44.121Z[ host-image] Sep 15 04:03:43.124 INFO O| Sep 15 04:03:43.124 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100392026-09-15T04:03:44.128Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100402026-09-15T04:03:44.128Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100412026-09-15T04:03:44.128Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100422026-09-15T04:03:44.131Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 INFO ok!
100432026-09-15T04:03:44.132Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 INFO STEP 62 (ensure_file) COMPLETE
100442026-09-15T04:03:44.132Z[ host-image] Sep 15 04:03:43.134 INFO O| Sep 15 04:03:43.134 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100452026-09-15T04:03:44.137Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100462026-09-15T04:03:44.137Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100472026-09-15T04:03:44.137Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100482026-09-15T04:03:44.168Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100492026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO ok!
100502026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO STEP 63 (ensure_file) COMPLETE
100512026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.144 INFO O| Sep 15 04:03:43.144 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100522026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.153 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100532026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100542026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100552026-09-15T04:03:44.169Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100562026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO ok!
100572026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO STEP 64 (ensure_file) COMPLETE
100582026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.154 INFO O| Sep 15 04:03:43.154 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100592026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.162 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100602026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100612026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100622026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100632026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO ok!
100642026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO STEP 65 (ensure_file) COMPLETE
100652026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.163 INFO O| Sep 15 04:03:43.163 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100662026-09-15T04:03:44.170Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100672026-09-15T04:03:44.171Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100682026-09-15T04:03:44.171Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100692026-09-15T04:03:44.171Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO ok!
100702026-09-15T04:03:44.171Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO STEP 66 (assemble_files) COMPLETE
100712026-09-15T04:03:44.171Z[ host-image] Sep 15 04:03:43.172 INFO O| Sep 15 04:03:43.172 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100722026-09-15T04:03:44.176Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100732026-09-15T04:03:44.176Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100742026-09-15T04:03:44.176Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100752026-09-15T04:03:44.176Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100762026-09-15T04:03:44.176Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO ok!
100772026-09-15T04:03:44.180Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO STEP 67 (ensure_file) COMPLETE
100782026-09-15T04:03:44.180Z[ host-image] Sep 15 04:03:43.182 INFO O| Sep 15 04:03:43.182 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100792026-09-15T04:03:44.186Z[ host-image] Sep 15 04:03:43.193 INFO O| Sep 15 04:03:43.193 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100802026-09-15T04:03:44.186Z[ host-image] Sep 15 04:03:43.193 INFO O| Sep 15 04:03:43.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100812026-09-15T04:03:44.186Z[ host-image] Sep 15 04:03:43.193 INFO O| Sep 15 04:03:43.193 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100822026-09-15T04:03:44.190Z[ host-image] Sep 15 04:03:43.193 INFO O| Sep 15 04:03:43.193 INFO STEP 68 (ensure_dir) COMPLETE
100832026-09-15T04:03:44.190Z[ host-image] Sep 15 04:03:43.193 INFO O| Sep 15 04:03:43.193 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100842026-09-15T04:03:44.200Z[ host-image] Sep 15 04:03:43.204 INFO O| Sep 15 04:03:43.204 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100852026-09-15T04:03:44.200Z[ host-image] Sep 15 04:03:43.204 INFO O| Sep 15 04:03:43.204 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 ...
100862026-09-15T04:03:44.204Z[ host-image] Sep 15 04:03:43.210 INFO O| Sep 15 04:03:43.210 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
100872026-09-15T04:03:44.204Z[ host-image] Sep 15 04:03:43.210 INFO O| Sep 15 04:03:43.210 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100882026-09-15T04:03:44.204Z[ host-image] Sep 15 04:03:43.210 INFO O| Sep 15 04:03:43.210 INFO ok!
100892026-09-15T04:03:44.204Z[ host-image] Sep 15 04:03:43.210 INFO O| Sep 15 04:03:43.210 INFO STEP 69 (ensure_file) COMPLETE
100902026-09-15T04:03:44.204Z[ host-image] Sep 15 04:03:43.210 INFO O| Sep 15 04:03:43.210 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100912026-09-15T04:03:44.215Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100922026-09-15T04:03:44.215Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 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 ...
100932026-09-15T04:03:44.215Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 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
100942026-09-15T04:03:44.225Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100952026-09-15T04:03:44.225Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 INFO ok!
100962026-09-15T04:03:44.225Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 INFO STEP 70 (ensure_file) COMPLETE
100972026-09-15T04:03:44.225Z[ host-image] Sep 15 04:03:43.222 INFO O| Sep 15 04:03:43.222 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100982026-09-15T04:03:44.241Z[ host-image] Sep 15 04:03:43.247 INFO O| Sep 15 04:03:43.247 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100992026-09-15T04:03:44.241Z[ host-image] Sep 15 04:03:43.247 INFO O| Sep 15 04:03:43.247 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
101002026-09-15T04:03:44.749Z[ recovery-image] Sep 15 04:03:43.755 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101012026-09-15T04:03:45.206Z[ recovery-image] Sep 15 04:03:44.213 INFO creating Oxide boot image...
101022026-09-15T04:03:45.206Z[ recovery-image] Sep 15 04:03:44.213 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a1ed210/37fe00b 2026-09-15 03:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101032026-09-15T04:03:45.758Z[ host-image] Sep 15 04:03:44.764 INFO O| Sep 15 04:03:44.764 INFO STEP 71 (pack_tar) COMPLETE
101042026-09-15T04:03:45.758Z[ host-image] Sep 15 04:03:44.764 INFO O| Sep 15 04:03:44.764 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
101052026-09-15T04:03:45.758Z[ host-image] Sep 15 04:03:44.764 INFO O| Sep 15 04:03:44.764 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
101062026-09-15T04:03:46.343Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101072026-09-15T04:03:46.779Z[ host-image] Sep 15 04:03:45.785 INFO O| Sep 15 04:03:45.785 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
101082026-09-15T04:03:46.899Z[ host-image] Sep 15 04:03:45.901 INFO O| Sep 15 04:03:45.901 INFO completed processing sled/ramdisk-02-trim
101092026-09-15T04:03:46.899Z[ host-image] Sep 15 04:03:45.904 INFO image builder template: zfs...
101102026-09-15T04:03:46.899Z[ host-image] Sep 15 04:03:45.904 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/.tmp3ft5gm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
101112026-09-15T04:03:46.910Z[ host-image] Sep 15 04:03:45.917 INFO O| Sep 15 04:03:45.917 INFO skip include "stress" because feature "stress" is not enabled
101122026-09-15T04:03:46.911Z[ host-image] Sep 15 04:03:45.917 INFO O| Sep 15 04:03:45.917 INFO skip include "stress" because feature "compliance" is not enabled
101132026-09-15T04:03:46.941Z[ host-image] Sep 15 04:03:45.947 INFO O| Sep 15 04:03:45.947 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101142026-09-15T04:03:46.947Z[ host-image] Sep 15 04:03:45.954 INFO O| Sep 15 04:03:45.954 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101152026-09-15T04:03:47.196Z[ host-image] Sep 15 04:03:46.202 INFO O| Sep 15 04:03:46.153 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101162026-09-15T04:03:47.448Z[ host-image] Sep 15 04:03:46.451 INFO O| Sep 15 04:03:46.451 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101172026-09-15T04:03:47.448Z[ host-image] Sep 15 04:03:46.451 INFO O| Sep 15 04:03:46.451 INFO work dataset: rpool/images/build/host/work/sled/zfs
101182026-09-15T04:03:47.471Z[ host-image] Sep 15 04:03:46.460 INFO O| Sep 15 04:03:46.460 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101192026-09-15T04:03:47.644Z[ host-image] Sep 15 04:03:46.629 INFO O| Sep 15 04:03:46.629 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101202026-09-15T04:03:47.751Z[ host-image] Sep 15 04:03:46.757 INFO O| Sep 15 04:03:46.757 INFO DESTROY POOL: TEMPORARY-sled-zfs
101212026-09-15T04:03:47.761Z[ host-image] Sep 15 04:03:46.766 INFO O| Sep 15 04:03:46.766 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101222026-09-15T04:03:47.766Z[ host-image] Sep 15 04:03:46.772 INFO O| Sep 15 04:03:46.772 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101232026-09-15T04:03:47.766Z[ host-image] Sep 15 04:03:46.772 INFO O| Sep 15 04:03:46.772 INFO no lofi found
101242026-09-15T04:03:47.769Z[ host-image] Sep 15 04:03:46.773 INFO O| Sep 15 04:03:46.772 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101252026-09-15T04:03:47.769Z[ host-image] Sep 15 04:03:46.773 INFO O| Sep 15 04:03:46.773 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101262026-09-15T04:03:49.995Z[ host-image] Sep 15 04:03:49.002 INFO O| Sep 15 04:03:49.001 INFO lofi device = /dev/dsk/c2t1d0p0
101272026-09-15T04:03:49.995Z[ host-image] Sep 15 04:03:49.002 INFO O| Sep 15 04:03:49.001 INFO pool device = /dev/dsk/c2t1d0p0
101282026-09-15T04:03:49.999Z[ host-image] Sep 15 04:03:49.002 INFO O| Sep 15 04:03:49.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"]
101292026-09-15T04:03:50.126Z[ host-image] Sep 15 04:03:49.132 INFO O| Sep 15 04:03:49.132 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101302026-09-15T04:03:50.126Z[ host-image] Sep 15 04:03:49.132 INFO O| Sep 15 04:03:49.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101312026-09-15T04:03:50.151Z[ host-image] Sep 15 04:03:49.158 INFO O| Sep 15 04:03:49.158 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101322026-09-15T04:03:50.206Z[ host-image] Sep 15 04:03:49.212 INFO O| Sep 15 04:03:49.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101332026-09-15T04:03:50.241Z[ host-image] Sep 15 04:03:49.244 INFO O| Sep 15 04:03:49.244 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101342026-09-15T04:03:50.258Z[ host-image] Sep 15 04:03:49.265 INFO O| Sep 15 04:03:49.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101352026-09-15T04:03:50.278Z[ host-image] Sep 15 04:03:49.280 INFO O| Sep 15 04:03:49.280 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101362026-09-15T04:03:50.318Z[ host-image] Sep 15 04:03:49.325 INFO O| Sep 15 04:03:49.324 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101372026-09-15T04:03:50.318Z[ host-image] Sep 15 04:03:49.325 INFO O| Sep 15 04:03:49.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101382026-09-15T04:03:50.322Z[ host-image] Sep 15 04:03:49.325 INFO O| Sep 15 04:03:49.325 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101392026-09-15T04:03:50.330Z[ host-image] Sep 15 04:03:49.337 INFO O| Sep 15 04:03:49.337 INFO boot environment UUID: a92c4449-442e-42ba-a7b9-4eb130e274b0
101402026-09-15T04:03:50.330Z[ host-image] Sep 15 04:03:49.337 INFO O| Sep 15 04:03:49.337 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a92c4449-442e-42ba-a7b9-4eb130e274b0
101412026-09-15T04:03:50.346Z[ host-image] Sep 15 04:03:49.352 INFO O| Sep 15 04:03:49.352 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101422026-09-15T04:03:50.360Z[ host-image] Sep 15 04:03:49.367 INFO O| Sep 15 04:03:49.367 INFO STEP 0 (create_be) COMPLETE
101432026-09-15T04:03:50.360Z[ host-image] Sep 15 04:03:49.367 INFO O| Sep 15 04:03:49.367 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101442026-09-15T04:03:50.384Z[ host-image] Sep 15 04:03:49.383 INFO O| Sep 15 04:03:49.383 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101452026-09-15T04:03:50.501Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101462026-09-15T04:03:50.810Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
101472026-09-15T04:03:54.887Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
101482026-09-15T04:03:55.594Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
101492026-09-15T04:04:00.354Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101502026-09-15T04:04:01.757Z[ host-image] Sep 15 04:04:00.762 INFO O| Sep 15 04:04:00.762 INFO STEP 1 (unpack_tar) COMPLETE
101512026-09-15T04:04:01.757Z[ host-image] Sep 15 04:04:00.762 INFO O| Sep 15 04:04:00.762 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101522026-09-15T04:04:01.767Z[ host-image] Sep 15 04:04:00.773 INFO O| Sep 15 04:04:00.773 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101532026-09-15T04:04:02.281Z[ host-image] Sep 15 04:04:01.287 INFO O| Sep 15 04:04:01.287 INFO STEP 2 (devfsadm) COMPLETE
101542026-09-15T04:04:02.281Z[ host-image] Sep 15 04:04:01.287 INFO O| Sep 15 04:04:01.287 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101552026-09-15T04:04:02.293Z[ host-image] Sep 15 04:04:01.300 INFO O| Sep 15 04:04:01.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101562026-09-15T04:04:02.294Z[ host-image] Sep 15 04:04:01.300 INFO O| Sep 15 04:04:01.300 INFO STEP 3 (ensure_dir) COMPLETE
101572026-09-15T04:04:02.297Z[ host-image] Sep 15 04:04:01.300 INFO O| Sep 15 04:04:01.300 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101582026-09-15T04:04:02.307Z[ host-image] Sep 15 04:04:01.313 INFO O| Sep 15 04:04:01.313 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101592026-09-15T04:04:02.307Z[ host-image] Sep 15 04:04:01.313 INFO O| Sep 15 04:04:01.313 INFO STEP 4 (ensure_dir) COMPLETE
101602026-09-15T04:04:02.310Z[ host-image] Sep 15 04:04:01.313 INFO O| Sep 15 04:04:01.313 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101612026-09-15T04:04:02.319Z[ host-image] Sep 15 04:04:01.326 INFO O| Sep 15 04:04:01.326 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101622026-09-15T04:04:02.319Z[ host-image] Sep 15 04:04:01.326 INFO O| Sep 15 04:04:01.326 INFO STEP 5 (ensure_dir) COMPLETE
101632026-09-15T04:04:02.319Z[ host-image] Sep 15 04:04:01.326 INFO O| Sep 15 04:04:01.326 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101642026-09-15T04:04:02.331Z[ host-image] Sep 15 04:04:01.338 INFO O| Sep 15 04:04:01.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101652026-09-15T04:04:02.332Z[ host-image] Sep 15 04:04:01.338 INFO O| Sep 15 04:04:01.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101662026-09-15T04:04:02.332Z[ host-image] Sep 15 04:04:01.338 INFO O| Sep 15 04:04:01.338 INFO STEP 6 (ensure_dir) COMPLETE
101672026-09-15T04:04:02.336Z[ host-image] Sep 15 04:04:01.338 INFO O| Sep 15 04:04:01.338 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101682026-09-15T04:04:02.344Z[ host-image] Sep 15 04:04:01.350 INFO O| Sep 15 04:04:01.350 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101692026-09-15T04:04:02.344Z[ host-image] Sep 15 04:04:01.350 INFO O| Sep 15 04:04:01.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101702026-09-15T04:04:02.348Z[ host-image] Sep 15 04:04:01.350 INFO O| Sep 15 04:04:01.350 INFO STEP 7 (ensure_dir) COMPLETE
101712026-09-15T04:04:02.348Z[ host-image] Sep 15 04:04:01.351 INFO O| Sep 15 04:04:01.350 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101722026-09-15T04:04:02.355Z[ host-image] Sep 15 04:04:01.362 INFO O| Sep 15 04:04:01.362 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101732026-09-15T04:04:02.361Z[ host-image] Sep 15 04:04:01.362 INFO O| Sep 15 04:04:01.362 INFO STEP 8 (remove_files) COMPLETE
101742026-09-15T04:04:02.361Z[ host-image] Sep 15 04:04:01.362 INFO O| Sep 15 04:04:01.362 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-15T04:04:02.367Z[ host-image] Sep 15 04:04:01.374 INFO O| Sep 15 04:04:01.374 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101762026-09-15T04:04:02.371Z[ host-image] Sep 15 04:04:01.374 INFO O| Sep 15 04:04:01.374 INFO STEP 9 (remove_files) COMPLETE
101772026-09-15T04:04:02.371Z[ host-image] Sep 15 04:04:01.374 INFO O| Sep 15 04:04:01.374 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101782026-09-15T04:04:02.379Z[ host-image] Sep 15 04:04:01.386 INFO O| Sep 15 04:04:01.386 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101792026-09-15T04:04:02.383Z[ host-image] Sep 15 04:04:01.386 INFO O| Sep 15 04:04:01.386 INFO STEP 10 (remove_files) COMPLETE
101802026-09-15T04:04:02.383Z[ host-image] Sep 15 04:04:01.386 INFO O| Sep 15 04:04:01.386 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101812026-09-15T04:04:02.391Z[ host-image] Sep 15 04:04:01.398 INFO O| Sep 15 04:04:01.398 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101822026-09-15T04:04:02.391Z[ host-image] Sep 15 04:04:01.398 INFO O| Sep 15 04:04:01.398 INFO STEP 11 (remove_files) COMPLETE
101832026-09-15T04:04:02.391Z[ host-image] Sep 15 04:04:01.398 INFO O| Sep 15 04:04:01.398 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101842026-09-15T04:04:02.403Z[ host-image] Sep 15 04:04:01.408 INFO O| Sep 15 04:04:01.408 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101852026-09-15T04:04:02.403Z[ host-image] Sep 15 04:04:01.408 INFO O| Sep 15 04:04:01.408 INFO STEP 12 (remove_files) COMPLETE
101862026-09-15T04:04:02.403Z[ host-image] Sep 15 04:04:01.408 INFO O| Sep 15 04:04:01.408 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101872026-09-15T04:04:02.411Z[ host-image] Sep 15 04:04:01.418 INFO O| Sep 15 04:04:01.418 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101882026-09-15T04:04:02.411Z[ host-image] Sep 15 04:04:01.418 INFO O| Sep 15 04:04:01.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101892026-09-15T04:04:02.415Z[ host-image] Sep 15 04:04:01.418 INFO O| Sep 15 04:04:01.418 INFO STEP 13 (ensure_dir) COMPLETE
101902026-09-15T04:04:02.415Z[ host-image] Sep 15 04:04:01.418 INFO O| Sep 15 04:04:01.418 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101912026-09-15T04:04:02.420Z[ host-image] Sep 15 04:04:01.427 INFO O| Sep 15 04:04:01.427 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101922026-09-15T04:04:02.421Z[ host-image] Sep 15 04:04:01.427 INFO O| Sep 15 04:04:01.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101932026-09-15T04:04:02.425Z[ host-image] Sep 15 04:04:01.427 INFO O| Sep 15 04:04:01.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101942026-09-15T04:04:02.425Z[ host-image] Sep 15 04:04:01.427 INFO O| Sep 15 04:04:01.427 INFO STEP 14 (ensure_dir) COMPLETE
101952026-09-15T04:04:02.425Z[ host-image] Sep 15 04:04:01.427 INFO O| Sep 15 04:04:01.427 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101962026-09-15T04:04:02.430Z[ host-image] Sep 15 04:04:01.437 INFO O| Sep 15 04:04:01.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101972026-09-15T04:04:02.430Z[ host-image] Sep 15 04:04:01.437 INFO O| Sep 15 04:04:01.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101982026-09-15T04:04:02.435Z[ host-image] Sep 15 04:04:01.437 INFO O| Sep 15 04:04:01.437 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101992026-09-15T04:04:02.435Z[ host-image] Sep 15 04:04:01.437 INFO O| Sep 15 04:04:01.437 INFO STEP 15 (ensure_dir) COMPLETE
102002026-09-15T04:04:02.435Z[ host-image] Sep 15 04:04:01.437 INFO O| Sep 15 04:04:01.437 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102012026-09-15T04:04:02.441Z[ host-image] Sep 15 04:04:01.447 INFO O| Sep 15 04:04:01.447 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102022026-09-15T04:04:02.441Z[ host-image] Sep 15 04:04:01.447 INFO O| Sep 15 04:04:01.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
102032026-09-15T04:04:02.445Z[ host-image] Sep 15 04:04:01.447 INFO O| Sep 15 04:04:01.447 INFO STEP 16 (ensure_dir) COMPLETE
102042026-09-15T04:04:02.445Z[ host-image] Sep 15 04:04:01.447 INFO O| Sep 15 04:04:01.447 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102052026-09-15T04:04:02.450Z[ host-image] Sep 15 04:04:01.457 INFO O| Sep 15 04:04:01.457 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102062026-09-15T04:04:02.451Z[ host-image] Sep 15 04:04:01.457 INFO O| Sep 15 04:04:01.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
102072026-09-15T04:04:02.455Z[ host-image] Sep 15 04:04:01.457 INFO O| Sep 15 04:04:01.457 INFO STEP 17 (ensure_dir) COMPLETE
102082026-09-15T04:04:02.456Z[ host-image] Sep 15 04:04:01.457 INFO O| Sep 15 04:04:01.457 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102092026-09-15T04:04:02.461Z[ host-image] Sep 15 04:04:01.468 INFO O| Sep 15 04:04:01.468 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
102102026-09-15T04:04:02.466Z[ host-image] Sep 15 04:04:01.468 INFO O| Sep 15 04:04:01.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
102112026-09-15T04:04:02.466Z[ host-image] Sep 15 04:04:01.468 INFO O| Sep 15 04:04:01.468 INFO ok!
102122026-09-15T04:04:02.466Z[ host-image] Sep 15 04:04:01.468 INFO O| Sep 15 04:04:01.468 INFO STEP 18 (ensure_symlink) COMPLETE
102132026-09-15T04:04:02.466Z[ host-image] Sep 15 04:04:01.468 INFO O| Sep 15 04:04:01.468 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102142026-09-15T04:04:02.473Z[ host-image] Sep 15 04:04:01.479 INFO O| Sep 15 04:04:01.479 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102152026-09-15T04:04:02.473Z[ host-image] Sep 15 04:04:01.479 INFO O| Sep 15 04:04:01.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102162026-09-15T04:04:02.477Z[ host-image] Sep 15 04:04:01.479 INFO O| Sep 15 04:04:01.479 INFO ok!
102172026-09-15T04:04:02.477Z[ host-image] Sep 15 04:04:01.479 INFO O| Sep 15 04:04:01.479 INFO STEP 19 (ensure_file) COMPLETE
102182026-09-15T04:04:02.477Z[ host-image] Sep 15 04:04:01.479 INFO O| Sep 15 04:04:01.479 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102192026-09-15T04:04:02.484Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102202026-09-15T04:04:02.484Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102212026-09-15T04:04:02.488Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102222026-09-15T04:04:02.488Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO ok!
102232026-09-15T04:04:02.488Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO STEP 20 (ensure_symlink) COMPLETE
102242026-09-15T04:04:02.488Z[ host-image] Sep 15 04:04:01.490 INFO O| Sep 15 04:04:01.490 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102252026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.565 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102262026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.565 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102272026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102282026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.565 INFO ok!
102292026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.566 INFO STEP 21 (ensure_symlink) COMPLETE
102302026-09-15T04:04:02.561Z[ host-image] Sep 15 04:04:01.566 INFO O| Sep 15 04:04:01.566 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102312026-09-15T04:04:02.588Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102322026-09-15T04:04:02.589Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102332026-09-15T04:04:02.594Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102342026-09-15T04:04:02.594Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO ok!
102352026-09-15T04:04:02.594Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO STEP 22 (ensure_symlink) COMPLETE
102362026-09-15T04:04:02.594Z[ host-image] Sep 15 04:04:01.595 INFO O| Sep 15 04:04:01.595 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102372026-09-15T04:04:02.602Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102382026-09-15T04:04:02.606Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102392026-09-15T04:04:02.606Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102402026-09-15T04:04:02.606Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO ok!
102412026-09-15T04:04:02.607Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO STEP 23 (ensure_symlink) COMPLETE
102422026-09-15T04:04:02.607Z[ host-image] Sep 15 04:04:01.607 INFO O| Sep 15 04:04:01.607 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102432026-09-15T04:04:02.612Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.618 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102442026-09-15T04:04:02.612Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.619 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102452026-09-15T04:04:02.616Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102462026-09-15T04:04:02.617Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.619 INFO ok!
102472026-09-15T04:04:02.617Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.619 INFO STEP 24 (ensure_file) COMPLETE
102482026-09-15T04:04:02.617Z[ host-image] Sep 15 04:04:01.619 INFO O| Sep 15 04:04:01.619 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102492026-09-15T04:04:02.630Z[ host-image] Sep 15 04:04:01.637 INFO O| Sep 15 04:04:01.630 INFO updating shadow file
102502026-09-15T04:04:02.630Z[ host-image] Sep 15 04:04:01.637 INFO O| Sep 15 04:04:01.630 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102512026-09-15T04:04:02.631Z[ host-image] Sep 15 04:04:01.637 INFO O| Sep 15 04:04:01.630 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102522026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.637 INFO O| Sep 15 04:04:01.630 INFO STEP 25 (shadow) COMPLETE
102532026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.637 INFO O| Sep 15 04:04:01.630 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102542026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102552026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102562026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102572026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 INFO ok!
102582026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 INFO STEP 26 (ensure_file) COMPLETE
102592026-09-15T04:04:02.635Z[ host-image] Sep 15 04:04:01.640 INFO O| Sep 15 04:04:01.640 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102602026-09-15T04:04:02.645Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102612026-09-15T04:04:02.645Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102622026-09-15T04:04:02.649Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102632026-09-15T04:04:02.649Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO ok!
102642026-09-15T04:04:02.649Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO STEP 27 (ensure_file) COMPLETE
102652026-09-15T04:04:02.649Z[ host-image] Sep 15 04:04:01.651 INFO O| Sep 15 04:04:01.651 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102662026-09-15T04:04:02.656Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102672026-09-15T04:04:02.656Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102682026-09-15T04:04:02.660Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102692026-09-15T04:04:02.660Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102702026-09-15T04:04:02.661Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO ok!
102712026-09-15T04:04:02.661Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO STEP 28 (ensure_file) COMPLETE
102722026-09-15T04:04:02.661Z[ host-image] Sep 15 04:04:01.662 INFO O| Sep 15 04:04:01.662 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102732026-09-15T04:04:02.666Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102742026-09-15T04:04:02.666Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102752026-09-15T04:04:02.666Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102762026-09-15T04:04:02.666Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO ok!
102772026-09-15T04:04:02.666Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO STEP 29 (ensure_file) COMPLETE
102782026-09-15T04:04:02.671Z[ host-image] Sep 15 04:04:01.673 INFO O| Sep 15 04:04:01.673 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102792026-09-15T04:04:02.678Z[ host-image] Sep 15 04:04:01.683 INFO O| Sep 15 04:04:01.683 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102802026-09-15T04:04:02.678Z[ host-image] Sep 15 04:04:01.683 INFO O| Sep 15 04:04:01.683 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102812026-09-15T04:04:02.678Z[ host-image] Sep 15 04:04:01.683 INFO O| Sep 15 04:04:01.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102822026-09-15T04:04:02.682Z[ host-image] Sep 15 04:04:01.683 INFO O| Sep 15 04:04:01.683 INFO STEP 30 (ensure_dir) COMPLETE
102832026-09-15T04:04:02.682Z[ host-image] Sep 15 04:04:01.683 INFO O| Sep 15 04:04:01.683 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102842026-09-15T04:04:02.687Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102852026-09-15T04:04:02.687Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102862026-09-15T04:04:02.687Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102872026-09-15T04:04:02.691Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102882026-09-15T04:04:02.691Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO ok!
102892026-09-15T04:04:02.691Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO STEP 31 (ensure_file) COMPLETE
102902026-09-15T04:04:02.691Z[ host-image] Sep 15 04:04:01.693 INFO O| Sep 15 04:04:01.693 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102912026-09-15T04:04:02.697Z[ host-image] Sep 15 04:04:01.703 INFO O| Sep 15 04:04:01.703 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102922026-09-15T04:04:02.697Z[ host-image] Sep 15 04:04:01.704 INFO O| Sep 15 04:04:01.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102932026-09-15T04:04:02.697Z[ host-image] Sep 15 04:04:01.704 INFO O| Sep 15 04:04:01.704 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102942026-09-15T04:04:02.701Z[ host-image] Sep 15 04:04:01.704 INFO O| Sep 15 04:04:01.704 INFO STEP 32 (ensure_dir) COMPLETE
102952026-09-15T04:04:02.702Z[ host-image] Sep 15 04:04:01.704 INFO O| Sep 15 04:04:01.704 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102962026-09-15T04:04:02.710Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102972026-09-15T04:04:02.710Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 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 ...
102982026-09-15T04:04:02.715Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 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
102992026-09-15T04:04:02.719Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
103002026-09-15T04:04:02.719Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 INFO ok!
103012026-09-15T04:04:02.719Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 INFO STEP 33 (ensure_file) COMPLETE
103022026-09-15T04:04:02.720Z[ host-image] Sep 15 04:04:01.717 INFO O| Sep 15 04:04:01.717 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103032026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
103042026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
103052026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
103062026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO ok!
103072026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO STEP 34 (ensure_file) COMPLETE
103082026-09-15T04:04:02.724Z[ host-image] Sep 15 04:04:01.729 INFO O| Sep 15 04:04:01.729 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103092026-09-15T04:04:02.734Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
103102026-09-15T04:04:02.734Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
103112026-09-15T04:04:02.734Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103122026-09-15T04:04:02.739Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103132026-09-15T04:04:02.739Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO ok!
103142026-09-15T04:04:02.739Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO STEP 35 (ensure_file) COMPLETE
103152026-09-15T04:04:02.739Z[ host-image] Sep 15 04:04:01.740 INFO O| Sep 15 04:04:01.740 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103162026-09-15T04:04:02.745Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103172026-09-15T04:04:02.745Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103182026-09-15T04:04:02.748Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103192026-09-15T04:04:02.748Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 INFO ok!
103202026-09-15T04:04:02.748Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 INFO STEP 36 (ensure_file) COMPLETE
103212026-09-15T04:04:02.749Z[ host-image] Sep 15 04:04:01.751 INFO O| Sep 15 04:04:01.751 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103222026-09-15T04:04:02.756Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103232026-09-15T04:04:02.756Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103242026-09-15T04:04:02.760Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103252026-09-15T04:04:02.760Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 INFO ok!
103262026-09-15T04:04:02.760Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 INFO STEP 37 (ensure_file) COMPLETE
103272026-09-15T04:04:02.760Z[ host-image] Sep 15 04:04:01.762 INFO O| Sep 15 04:04:01.762 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103282026-09-15T04:04:02.766Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103292026-09-15T04:04:02.766Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103302026-09-15T04:04:02.766Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103312026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103322026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103332026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103342026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO ok!
103352026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO STEP 38 (ensure_file) COMPLETE
103362026-09-15T04:04:02.771Z[ host-image] Sep 15 04:04:01.773 INFO O| Sep 15 04:04:01.773 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103372026-09-15T04:04:02.779Z[ host-image] Sep 15 04:04:01.783 INFO O| Sep 15 04:04:01.783 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103382026-09-15T04:04:02.779Z[ host-image] Sep 15 04:04:01.783 INFO O| Sep 15 04:04:01.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103392026-09-15T04:04:02.779Z[ host-image] Sep 15 04:04:01.783 INFO O| Sep 15 04:04:01.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103402026-09-15T04:04:02.780Z[ host-image] Sep 15 04:04:01.783 INFO O| Sep 15 04:04:01.783 INFO STEP 39 (ensure_dir) COMPLETE
103412026-09-15T04:04:02.784Z[ host-image] Sep 15 04:04:01.783 INFO O| Sep 15 04:04:01.783 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103422026-09-15T04:04:02.789Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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
103432026-09-15T04:04:02.789Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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 ...
103442026-09-15T04:04:02.789Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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
103452026-09-15T04:04:02.800Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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
103462026-09-15T04:04:02.800Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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
103472026-09-15T04:04:02.800Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 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
103482026-09-15T04:04:02.800Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 INFO ok!
103492026-09-15T04:04:02.800Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 INFO STEP 40 (ensure_file) COMPLETE
103502026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.794 INFO O| Sep 15 04:04:01.794 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103512026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103522026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 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 ...
103532026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103542026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 INFO ok!
103552026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 INFO STEP 41 (ensure_symlink) COMPLETE
103562026-09-15T04:04:02.801Z[ host-image] Sep 15 04:04:01.804 INFO O| Sep 15 04:04:01.804 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103572026-09-15T04:04:02.809Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103582026-09-15T04:04:02.809Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103592026-09-15T04:04:02.813Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103602026-09-15T04:04:02.813Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO ok!
103612026-09-15T04:04:02.813Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO STEP 42 (ensure_symlink) COMPLETE
103622026-09-15T04:04:02.813Z[ host-image] Sep 15 04:04:01.815 INFO O| Sep 15 04:04:01.815 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103632026-09-15T04:04:02.818Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103642026-09-15T04:04:02.818Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103652026-09-15T04:04:02.822Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103662026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103672026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103682026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103692026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO ok!
103702026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO STEP 43 (ensure_file) COMPLETE
103712026-09-15T04:04:02.823Z[ host-image] Sep 15 04:04:01.824 INFO O| Sep 15 04:04:01.824 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103722026-09-15T04:04:02.832Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103732026-09-15T04:04:02.832Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 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 ...
103742026-09-15T04:04:02.832Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 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
103752026-09-15T04:04:02.836Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103762026-09-15T04:04:02.836Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 INFO ok!
103772026-09-15T04:04:02.836Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 INFO STEP 44 (ensure_file) COMPLETE
103782026-09-15T04:04:02.836Z[ host-image] Sep 15 04:04:01.838 INFO O| Sep 15 04:04:01.838 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103792026-09-15T04:04:02.842Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103802026-09-15T04:04:02.843Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103812026-09-15T04:04:02.847Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103822026-09-15T04:04:02.847Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO ok!
103832026-09-15T04:04:02.847Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO STEP 45 (ensure_file) COMPLETE
103842026-09-15T04:04:02.847Z[ host-image] Sep 15 04:04:01.849 INFO O| Sep 15 04:04:01.849 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103852026-09-15T04:04:02.853Z[ host-image] Sep 15 04:04:01.860 INFO O| Sep 15 04:04:01.860 INFO updating shadow file
103862026-09-15T04:04:02.853Z[ host-image] Sep 15 04:04:01.860 INFO O| Sep 15 04:04:01.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103872026-09-15T04:04:02.853Z[ host-image] Sep 15 04:04:01.860 INFO O| Sep 15 04:04:01.860 INFO STEP 46 (shadow) COMPLETE
103882026-09-15T04:04:02.858Z[ host-image] Sep 15 04:04:01.860 INFO O| Sep 15 04:04:01.860 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103892026-09-15T04:04:02.864Z[ host-image] Sep 15 04:04:01.870 INFO O| Sep 15 04:04:01.870 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103902026-09-15T04:04:02.864Z[ host-image] Sep 15 04:04:01.870 INFO O| Sep 15 04:04:01.870 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103912026-09-15T04:04:02.864Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103922026-09-15T04:04:02.868Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103932026-09-15T04:04:02.868Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO ok!
103942026-09-15T04:04:02.868Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO STEP 47 (ensure_file) COMPLETE
103952026-09-15T04:04:02.868Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103962026-09-15T04:04:02.868Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO skip step because feature "mfg" is not enabled
103972026-09-15T04:04:02.869Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103982026-09-15T04:04:02.869Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO skip step because feature "mfg" is not enabled
103992026-09-15T04:04:02.869Z[ host-image] Sep 15 04:04:01.871 INFO O| Sep 15 04:04:01.871 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104002026-09-15T04:04:02.874Z[ host-image] Sep 15 04:04:01.881 INFO O| Sep 15 04:04:01.881 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
104012026-09-15T04:04:02.878Z[ host-image] Sep 15 04:04:01.881 INFO O| Sep 15 04:04:01.881 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
104022026-09-15T04:04:02.899Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104032026-09-15T04:04:02.899Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
104042026-09-15T04:04:02.899Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO ok!
104052026-09-15T04:04:02.899Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO STEP 50 (ensure_file) COMPLETE
104062026-09-15T04:04:02.903Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104072026-09-15T04:04:02.903Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO skip step because feature "compliance" is not enabled
104082026-09-15T04:04:02.903Z[ host-image] Sep 15 04:04:01.905 INFO O| Sep 15 04:04:01.905 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104092026-09-15T04:04:02.910Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
104102026-09-15T04:04:02.910Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
104112026-09-15T04:04:02.910Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104122026-09-15T04:04:02.910Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104132026-09-15T04:04:02.964Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104142026-09-15T04:04:02.964Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104152026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO ok!
104162026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO STEP 52 (ensure_file) COMPLETE
104172026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.916 INFO O| Sep 15 04:04:01.916 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104182026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104192026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 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 ...
104202026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 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
104212026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104222026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 INFO ok!
104232026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 INFO STEP 53 (ensure_file) COMPLETE
104242026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.927 INFO O| Sep 15 04:04:01.927 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104252026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104262026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 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 ...
104272026-09-15T04:04:02.969Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104282026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104292026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO ok!
104302026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO STEP 54 (ensure_file) COMPLETE
104312026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.937 INFO O| Sep 15 04:04:01.937 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104332026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 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 ...
104342026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 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
104352026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104362026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 INFO ok!
104372026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 INFO STEP 55 (ensure_file) COMPLETE
104382026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.947 INFO O| Sep 15 04:04:01.947 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104392026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104402026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 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 ...
104412026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104422026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104432026-09-15T04:04:02.970Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO ok!
104442026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO STEP 56 (ensure_file) COMPLETE
104452026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.958 INFO O| Sep 15 04:04:01.958 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104462026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104472026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 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 ...
104482026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 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
104492026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104502026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 INFO ok!
104512026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 INFO STEP 57 (ensure_file) COMPLETE
104522026-09-15T04:04:02.971Z[ host-image] Sep 15 04:04:01.968 INFO O| Sep 15 04:04:01.968 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104532026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104542026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 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 ...
104552026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104562026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104572026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104582026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104592026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO ok!
104602026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO STEP 58 (ensure_file) COMPLETE
104612026-09-15T04:04:02.976Z[ host-image] Sep 15 04:04:01.979 INFO O| Sep 15 04:04:01.979 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104622026-09-15T04:04:02.984Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.990 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104632026-09-15T04:04:02.984Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.990 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 ...
104642026-09-15T04:04:02.984Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.991 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
104652026-09-15T04:04:02.988Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.991 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104662026-09-15T04:04:02.988Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.991 INFO ok!
104672026-09-15T04:04:02.988Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.991 INFO STEP 59 (ensure_file) COMPLETE
104682026-09-15T04:04:02.988Z[ host-image] Sep 15 04:04:01.991 INFO O| Sep 15 04:04:01.991 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104692026-09-15T04:04:02.998Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104702026-09-15T04:04:02.998Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104712026-09-15T04:04:02.998Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104722026-09-15T04:04:03.002Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104732026-09-15T04:04:03.002Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO ok!
104742026-09-15T04:04:03.002Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO STEP 60 (ensure_file) COMPLETE
104752026-09-15T04:04:03.002Z[ host-image] Sep 15 04:04:02.004 INFO O| Sep 15 04:04:02.004 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104762026-09-15T04:04:03.021Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104772026-09-15T04:04:03.021Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 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 ...
104782026-09-15T04:04:03.021Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 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
104792026-09-15T04:04:03.021Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104802026-09-15T04:04:03.027Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 INFO ok!
104812026-09-15T04:04:03.027Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 INFO STEP 61 (ensure_file) COMPLETE
104822026-09-15T04:04:03.027Z[ host-image] Sep 15 04:04:02.028 INFO O| Sep 15 04:04:02.028 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104832026-09-15T04:04:03.034Z[ host-image] Sep 15 04:04:02.040 INFO O| Sep 15 04:04:02.040 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104842026-09-15T04:04:03.034Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.040 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104852026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.040 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104862026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.040 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104872026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.041 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104882026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.041 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104892026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.041 INFO ok!
104902026-09-15T04:04:03.037Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.041 INFO STEP 62 (ensure_file) COMPLETE
104912026-09-15T04:04:03.038Z[ host-image] Sep 15 04:04:02.041 INFO O| Sep 15 04:04:02.041 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104922026-09-15T04:04:03.046Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.052 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104932026-09-15T04:04:03.046Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 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 ...
104942026-09-15T04:04:03.049Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 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
104952026-09-15T04:04:03.049Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104962026-09-15T04:04:03.049Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 INFO ok!
104972026-09-15T04:04:03.049Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 INFO STEP 63 (ensure_file) COMPLETE
104982026-09-15T04:04:03.049Z[ host-image] Sep 15 04:04:02.053 INFO O| Sep 15 04:04:02.053 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104992026-09-15T04:04:03.104Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
105002026-09-15T04:04:03.104Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 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 ...
105012026-09-15T04:04:03.104Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 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
105022026-09-15T04:04:03.104Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
105032026-09-15T04:04:03.104Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 INFO ok!
105042026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 INFO STEP 64 (ensure_file) COMPLETE
105052026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.090 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
105062026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
105072026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 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 ...
105082026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 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
105092026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
105102026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO ok!
105112026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO STEP 65 (ensure_file) COMPLETE
105122026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105132026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO skip step because feature "mbist" is not enabled
105142026-09-15T04:04:03.108Z[ host-image] Sep 15 04:04:02.111 INFO O| Sep 15 04:04:02.102 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-09-15T04:04:03.109Z[ host-image] Sep 15 04:04:02.113 INFO O| Sep 15 04:04:02.113 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105162026-09-15T04:04:03.109Z[ host-image] Sep 15 04:04:02.113 INFO O| Sep 15 04:04:02.113 INFO STEP 67 (ensure_dir) COMPLETE
105172026-09-15T04:04:03.109Z[ host-image] Sep 15 04:04:02.113 INFO O| Sep 15 04:04:02.113 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-09-15T04:04:03.118Z[ host-image] Sep 15 04:04:02.124 INFO O| Sep 15 04:04:02.124 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105192026-09-15T04:04:03.118Z[ host-image] Sep 15 04:04:02.124 INFO O| Sep 15 04:04:02.124 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105202026-09-15T04:04:03.121Z[ host-image] Sep 15 04:04:02.124 INFO O| Sep 15 04:04:02.124 INFO STEP 68 (ensure_dir) COMPLETE
105212026-09-15T04:04:03.121Z[ host-image] Sep 15 04:04:02.124 INFO O| Sep 15 04:04:02.124 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-09-15T04:04:03.128Z[ host-image] Sep 15 04:04:02.135 INFO O| Sep 15 04:04:02.135 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105232026-09-15T04:04:03.128Z[ host-image] Sep 15 04:04:02.135 INFO O| Sep 15 04:04:02.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105242026-09-15T04:04:03.132Z[ host-image] Sep 15 04:04:02.135 INFO O| Sep 15 04:04:02.135 INFO STEP 69 (ensure_dir) COMPLETE
105252026-09-15T04:04:03.132Z[ host-image] Sep 15 04:04:02.135 INFO O| Sep 15 04:04:02.135 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-09-15T04:04:03.138Z[ host-image] Sep 15 04:04:02.145 INFO O| Sep 15 04:04:02.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105272026-09-15T04:04:03.138Z[ host-image] Sep 15 04:04:02.145 INFO O| Sep 15 04:04:02.145 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105282026-09-15T04:04:03.617Z[ host-image] Sep 15 04:04:02.623 INFO O| Sep 15 04:04:02.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105292026-09-15T04:04:03.617Z[ host-image] Sep 15 04:04:02.623 INFO O| Sep 15 04:04:02.623 INFO ok!
105302026-09-15T04:04:03.621Z[ host-image] Sep 15 04:04:02.623 INFO O| Sep 15 04:04:02.623 INFO STEP 70 (ensure_file) COMPLETE
105312026-09-15T04:04:03.621Z[ host-image] Sep 15 04:04:02.623 INFO O| Sep 15 04:04:02.623 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-09-15T04:04:03.627Z[ host-image] Sep 15 04:04:02.634 INFO O| Sep 15 04:04:02.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105332026-09-15T04:04:03.627Z[ host-image] Sep 15 04:04:02.634 INFO O| Sep 15 04:04:02.633 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105342026-09-15T04:04:03.642Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
105352026-09-15T04:04:04.489Z[ host-image] Sep 15 04:04:03.494 INFO O| Sep 15 04:04:03.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105362026-09-15T04:04:04.489Z[ host-image] Sep 15 04:04:03.494 INFO O| Sep 15 04:04:03.494 INFO ok!
105372026-09-15T04:04:04.493Z[ host-image] Sep 15 04:04:03.494 INFO O| Sep 15 04:04:03.494 INFO STEP 71 (ensure_file) COMPLETE
105382026-09-15T04:04:04.496Z[ host-image] Sep 15 04:04:03.494 INFO O| Sep 15 04:04:03.494 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-09-15T04:04:04.502Z[ host-image] Sep 15 04:04:03.509 INFO O| Sep 15 04:04:03.509 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105402026-09-15T04:04:04.502Z[ host-image] Sep 15 04:04:03.509 INFO O| Sep 15 04:04:03.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105412026-09-15T04:04:04.502Z[ host-image] Sep 15 04:04:03.509 INFO O| Sep 15 04:04:03.509 INFO STEP 72 (ensure_dir) COMPLETE
105422026-09-15T04:04:04.506Z[ host-image] Sep 15 04:04:03.509 INFO O| Sep 15 04:04:03.509 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-09-15T04:04:04.519Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105442026-09-15T04:04:04.519Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.525 INFO copying /tmp/.tmp3ft5gm/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 ...
105452026-09-15T04:04:04.519Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105462026-09-15T04:04:04.519Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.526 INFO ok!
105472026-09-15T04:04:04.523Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.526 INFO STEP 73 (ensure_file) COMPLETE
105482026-09-15T04:04:04.523Z[ host-image] Sep 15 04:04:03.526 INFO O| Sep 15 04:04:03.526 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-09-15T04:04:04.532Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105502026-09-15T04:04:04.532Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO copying /tmp/.tmp3ft5gm/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 ...
105512026-09-15T04:04:04.532Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105522026-09-15T04:04:04.536Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO ok!
105532026-09-15T04:04:04.536Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO STEP 74 (ensure_file) COMPLETE
105542026-09-15T04:04:04.536Z[ host-image] Sep 15 04:04:03.539 INFO O| Sep 15 04:04:03.539 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-09-15T04:04:04.545Z[ host-image] Sep 15 04:04:03.552 INFO O| Sep 15 04:04:03.552 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105562026-09-15T04:04:04.545Z[ host-image] Sep 15 04:04:03.552 INFO O| Sep 15 04:04:03.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105572026-09-15T04:04:04.549Z[ host-image] Sep 15 04:04:03.552 INFO O| Sep 15 04:04:03.552 INFO STEP 75 (ensure_dir) COMPLETE
105582026-09-15T04:04:04.549Z[ host-image] Sep 15 04:04:03.552 INFO O| Sep 15 04:04:03.552 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-09-15T04:04:04.582Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105602026-09-15T04:04:04.582Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO copying /tmp/.tmp3ft5gm/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 ...
105612026-09-15T04:04:04.585Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105622026-09-15T04:04:04.586Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO ok!
105632026-09-15T04:04:04.586Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO STEP 76 (ensure_file) COMPLETE
105642026-09-15T04:04:04.586Z[ host-image] Sep 15 04:04:03.588 INFO O| Sep 15 04:04:03.588 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-09-15T04:04:04.595Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105662026-09-15T04:04:04.595Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO copying /tmp/.tmp3ft5gm/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 ...
105672026-09-15T04:04:04.599Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105682026-09-15T04:04:04.599Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO ok!
105692026-09-15T04:04:04.599Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO STEP 77 (ensure_file) COMPLETE
105702026-09-15T04:04:04.599Z[ host-image] Sep 15 04:04:03.602 INFO O| Sep 15 04:04:03.602 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-09-15T04:04:04.608Z[ host-image] Sep 15 04:04:03.615 INFO O| Sep 15 04:04:03.613 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105722026-09-15T04:04:04.608Z[ host-image] Sep 15 04:04:03.615 INFO O| Sep 15 04:04:03.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105732026-09-15T04:04:04.608Z[ host-image] Sep 15 04:04:03.615 INFO O| Sep 15 04:04:03.613 INFO STEP 78 (ensure_dir) COMPLETE
105742026-09-15T04:04:04.612Z[ host-image] Sep 15 04:04:03.615 INFO O| Sep 15 04:04:03.613 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-09-15T04:04:04.621Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105762026-09-15T04:04:04.621Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO copying /tmp/.tmp3ft5gm/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 ...
105772026-09-15T04:04:04.622Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105782026-09-15T04:04:04.626Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO ok!
105792026-09-15T04:04:04.626Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO STEP 79 (ensure_file) COMPLETE
105802026-09-15T04:04:04.626Z[ host-image] Sep 15 04:04:03.628 INFO O| Sep 15 04:04:03.628 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-09-15T04:04:04.635Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105822026-09-15T04:04:04.635Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.642 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105832026-09-15T04:04:04.635Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105842026-09-15T04:04:04.639Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.642 INFO ok!
105852026-09-15T04:04:04.639Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.642 INFO STEP 80 (ensure_file) COMPLETE
105862026-09-15T04:04:04.639Z[ host-image] Sep 15 04:04:03.642 INFO O| Sep 15 04:04:03.642 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-09-15T04:04:04.657Z[ host-image] Sep 15 04:04:03.654 INFO O| Sep 15 04:04:03.654 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105882026-09-15T04:04:04.657Z[ host-image] Sep 15 04:04:03.654 INFO O| Sep 15 04:04:03.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105892026-09-15T04:04:04.657Z[ host-image] Sep 15 04:04:03.654 INFO O| Sep 15 04:04:03.654 INFO STEP 81 (ensure_dir) COMPLETE
105902026-09-15T04:04:04.657Z[ host-image] Sep 15 04:04:03.654 INFO O| Sep 15 04:04:03.654 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-09-15T04:04:04.661Z[ host-image] Sep 15 04:04:03.666 INFO O| Sep 15 04:04:03.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105922026-09-15T04:04:04.661Z[ host-image] Sep 15 04:04:03.667 INFO O| Sep 15 04:04:03.666 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105932026-09-15T04:04:05.051Z[ host-image] Sep 15 04:04:04.057 INFO O| Sep 15 04:04:04.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105942026-09-15T04:04:05.051Z[ host-image] Sep 15 04:04:04.057 INFO O| Sep 15 04:04:04.057 INFO ok!
105952026-09-15T04:04:05.052Z[ host-image] Sep 15 04:04:04.057 INFO O| Sep 15 04:04:04.057 INFO STEP 82 (ensure_file) COMPLETE
105962026-09-15T04:04:05.055Z[ host-image] Sep 15 04:04:04.057 INFO O| Sep 15 04:04:04.057 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-09-15T04:04:05.102Z[ host-image] Sep 15 04:04:04.108 INFO O| Sep 15 04:04:04.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105982026-09-15T04:04:05.112Z[ host-image] Sep 15 04:04:04.108 INFO O| Sep 15 04:04:04.106 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105992026-09-15T04:04:05.112Z[ host-image] Sep 15 04:04:04.109 INFO O| Sep 15 04:04:04.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
106002026-09-15T04:04:05.112Z[ host-image] Sep 15 04:04:04.109 INFO O| Sep 15 04:04:04.108 INFO ok!
106012026-09-15T04:04:05.112Z[ host-image] Sep 15 04:04:04.109 INFO O| Sep 15 04:04:04.108 INFO STEP 83 (ensure_file) COMPLETE
106022026-09-15T04:04:05.112Z[ host-image] Sep 15 04:04:04.109 INFO O| Sep 15 04:04:04.108 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-09-15T04:04:05.118Z[ host-image] Sep 15 04:04:04.124 INFO O| Sep 15 04:04:04.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
106042026-09-15T04:04:05.118Z[ host-image] Sep 15 04:04:04.124 INFO O| Sep 15 04:04:04.124 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
106052026-09-15T04:04:05.853Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
106062026-09-15T04:04:06.423Z[ host-image] Sep 15 04:04:05.429 INFO O| Sep 15 04:04:05.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
106072026-09-15T04:04:06.423Z[ host-image] Sep 15 04:04:05.429 INFO O| Sep 15 04:04:05.429 INFO ok!
106082026-09-15T04:04:06.423Z[ host-image] Sep 15 04:04:05.429 INFO O| Sep 15 04:04:05.429 INFO STEP 84 (ensure_file) COMPLETE
106092026-09-15T04:04:06.427Z[ host-image] Sep 15 04:04:05.429 INFO O| Sep 15 04:04:05.429 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-15T04:04:06.439Z[ host-image] Sep 15 04:04:05.446 INFO O| Sep 15 04:04:05.445 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106112026-09-15T04:04:06.439Z[ host-image] Sep 15 04:04:05.446 INFO O| Sep 15 04:04:05.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
106122026-09-15T04:04:06.439Z[ host-image] Sep 15 04:04:05.446 INFO O| Sep 15 04:04:05.446 INFO STEP 85 (ensure_dir) COMPLETE
106132026-09-15T04:04:06.443Z[ host-image] Sep 15 04:04:05.446 INFO O| Sep 15 04:04:05.446 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-09-15T04:04:06.451Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106152026-09-15T04:04:06.451Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO copying /tmp/.tmp3ft5gm/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 ...
106162026-09-15T04:04:06.451Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106172026-09-15T04:04:06.454Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO ok!
106182026-09-15T04:04:06.454Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO STEP 86 (ensure_file) COMPLETE
106192026-09-15T04:04:06.454Z[ host-image] Sep 15 04:04:05.457 INFO O| Sep 15 04:04:05.457 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-09-15T04:04:06.461Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106212026-09-15T04:04:06.461Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO copying /tmp/.tmp3ft5gm/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 ...
106222026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106232026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO ok!
106242026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO STEP 87 (ensure_file) COMPLETE
106252026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.468 INFO O| Sep 15 04:04:05.468 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106272026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106282026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106292026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO ok!
106302026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO STEP 88 (ensure_file) COMPLETE
106312026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.478 INFO O| Sep 15 04:04:05.478 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106332026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106342026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106352026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO ok!
106362026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO STEP 89 (ensure_file) COMPLETE
106372026-09-15T04:04:06.489Z[ host-image] Sep 15 04:04:05.489 INFO O| Sep 15 04:04:05.489 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-15T04:04:06.504Z[ host-image] Sep 15 04:04:05.500 INFO O| Sep 15 04:04:05.500 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106392026-09-15T04:04:06.504Z[ host-image] Sep 15 04:04:05.500 INFO O| Sep 15 04:04:05.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106402026-09-15T04:04:06.504Z[ host-image] Sep 15 04:04:05.500 INFO O| Sep 15 04:04:05.500 INFO STEP 90 (ensure_dir) COMPLETE
106412026-09-15T04:04:06.504Z[ host-image] Sep 15 04:04:05.500 INFO O| Sep 15 04:04:05.500 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.511 INFO O| Sep 15 04:04:05.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106432026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.511 INFO O| Sep 15 04:04:05.511 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106442026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.513 INFO O| Sep 15 04:04:05.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106452026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.513 INFO O| Sep 15 04:04:05.513 INFO ok!
106462026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.513 INFO O| Sep 15 04:04:05.513 INFO STEP 91 (ensure_file) COMPLETE
106472026-09-15T04:04:06.508Z[ host-image] Sep 15 04:04:05.513 INFO O| Sep 15 04:04:05.513 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-09-15T04:04:06.517Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106492026-09-15T04:04:06.517Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106502026-09-15T04:04:06.517Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106512026-09-15T04:04:06.521Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO ok!
106522026-09-15T04:04:06.521Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO STEP 92 (ensure_file) COMPLETE
106532026-09-15T04:04:06.521Z[ host-image] Sep 15 04:04:05.524 INFO O| Sep 15 04:04:05.524 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-15T04:04:06.528Z[ host-image] Sep 15 04:04:05.535 INFO O| Sep 15 04:04:05.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106552026-09-15T04:04:06.528Z[ host-image] Sep 15 04:04:05.535 INFO O| Sep 15 04:04:05.534 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106562026-09-15T04:04:07.105Z[ host-image] Sep 15 04:04:06.112 INFO O| Sep 15 04:04:06.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106572026-09-15T04:04:07.105Z[ host-image] Sep 15 04:04:06.112 INFO O| Sep 15 04:04:06.111 INFO ok!
106582026-09-15T04:04:07.106Z[ host-image] Sep 15 04:04:06.112 INFO O| Sep 15 04:04:06.111 INFO STEP 93 (ensure_file) COMPLETE
106592026-09-15T04:04:07.109Z[ host-image] Sep 15 04:04:06.112 INFO O| Sep 15 04:04:06.111 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-09-15T04:04:07.141Z[ host-image] Sep 15 04:04:06.147 INFO O| Sep 15 04:04:06.147 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106612026-09-15T04:04:07.141Z[ host-image] Sep 15 04:04:06.148 INFO O| Sep 15 04:04:06.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106622026-09-15T04:04:07.141Z[ host-image] Sep 15 04:04:06.148 INFO O| Sep 15 04:04:06.148 INFO STEP 94 (ensure_dir) COMPLETE
106632026-09-15T04:04:07.145Z[ host-image] Sep 15 04:04:06.148 INFO O| Sep 15 04:04:06.148 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.156 INFO O| Sep 15 04:04:06.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106652026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.157 INFO O| Sep 15 04:04:06.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106662026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.157 INFO O| Sep 15 04:04:06.157 INFO STEP 95 (ensure_dir) COMPLETE
106672026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.157 INFO O| Sep 15 04:04:06.157 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.166 INFO O| Sep 15 04:04:06.166 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106692026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.166 INFO O| Sep 15 04:04:06.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106702026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.166 INFO O| Sep 15 04:04:06.166 INFO STEP 96 (ensure_dir) COMPLETE
106712026-09-15T04:04:07.165Z[ host-image] Sep 15 04:04:06.166 INFO O| Sep 15 04:04:06.166 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-09-15T04:04:07.171Z[ host-image] Sep 15 04:04:06.175 INFO O| Sep 15 04:04:06.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106732026-09-15T04:04:07.171Z[ host-image] Sep 15 04:04:06.175 INFO O| Sep 15 04:04:06.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106742026-09-15T04:04:07.171Z[ host-image] Sep 15 04:04:06.175 INFO O| Sep 15 04:04:06.175 INFO STEP 97 (ensure_dir) COMPLETE
106752026-09-15T04:04:07.171Z[ host-image] Sep 15 04:04:06.175 INFO O| Sep 15 04:04:06.175 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106762026-09-15T04:04:07.181Z[ host-image] Sep 15 04:04:06.187 INFO O| Sep 15 04:04:06.187 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106772026-09-15T04:04:07.181Z[ host-image] Sep 15 04:04:06.187 INFO O| Sep 15 04:04:06.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106782026-09-15T04:04:07.184Z[ host-image] Sep 15 04:04:06.187 INFO O| Sep 15 04:04:06.187 INFO STEP 98 (ensure_dir) COMPLETE
106792026-09-15T04:04:07.184Z[ host-image] Sep 15 04:04:06.187 INFO O| Sep 15 04:04:06.187 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106812026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO copying /tmp/.tmp3ft5gm/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 ...
106822026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106832026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO ok!
106842026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO STEP 99 (ensure_file) COMPLETE
106852026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.198 INFO O| Sep 15 04:04:06.198 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.208 INFO O| Sep 15 04:04:06.207 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106872026-09-15T04:04:07.201Z[ host-image] Sep 15 04:04:06.208 INFO O| Sep 15 04:04:06.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106882026-09-15T04:04:07.209Z[ host-image] Sep 15 04:04:06.208 INFO O| Sep 15 04:04:06.208 INFO STEP 100 (ensure_dir) COMPLETE
106892026-09-15T04:04:07.209Z[ host-image] Sep 15 04:04:06.208 INFO O| Sep 15 04:04:06.208 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106902026-09-15T04:04:07.216Z[ host-image] Sep 15 04:04:06.220 INFO O| Sep 15 04:04:06.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106912026-09-15T04:04:07.216Z[ host-image] Sep 15 04:04:06.220 INFO O| Sep 15 04:04:06.220 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106922026-09-15T04:04:07.272Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
106932026-09-15T04:04:08.106Z[ host-image] Sep 15 04:04:07.112 INFO O| Sep 15 04:04:07.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106942026-09-15T04:04:08.106Z[ host-image] Sep 15 04:04:07.112 INFO O| Sep 15 04:04:07.112 INFO ok!
106952026-09-15T04:04:08.106Z[ host-image] Sep 15 04:04:07.112 INFO O| Sep 15 04:04:07.112 INFO STEP 101 (ensure_file) COMPLETE
106962026-09-15T04:04:08.110Z[ host-image] Sep 15 04:04:07.112 INFO O| Sep 15 04:04:07.112 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106972026-09-15T04:04:08.129Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106982026-09-15T04:04:08.129Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.128 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106992026-09-15T04:04:08.133Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
107002026-09-15T04:04:08.133Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.129 INFO ok!
107012026-09-15T04:04:08.133Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.129 INFO STEP 102 (ensure_file) COMPLETE
107022026-09-15T04:04:08.133Z[ host-image] Sep 15 04:04:07.129 INFO O| Sep 15 04:04:07.129 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107032026-09-15T04:04:08.137Z[ host-image] Sep 15 04:04:07.139 INFO O| Sep 15 04:04:07.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
107042026-09-15T04:04:08.137Z[ host-image] Sep 15 04:04:07.139 INFO O| Sep 15 04:04:07.139 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
107052026-09-15T04:04:08.140Z[ host-image] Sep 15 04:04:07.146 INFO O| Sep 15 04:04:07.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
107062026-09-15T04:04:08.140Z[ host-image] Sep 15 04:04:07.146 INFO O| Sep 15 04:04:07.146 INFO ok!
107072026-09-15T04:04:08.140Z[ host-image] Sep 15 04:04:07.146 INFO O| Sep 15 04:04:07.146 INFO STEP 103 (ensure_file) COMPLETE
107082026-09-15T04:04:08.140Z[ host-image] Sep 15 04:04:07.146 INFO O| Sep 15 04:04:07.146 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107092026-09-15T04:04:08.151Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
107102026-09-15T04:04:08.151Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
107112026-09-15T04:04:08.152Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
107122026-09-15T04:04:08.152Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO ok!
107132026-09-15T04:04:08.152Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO STEP 104 (ensure_file) COMPLETE
107142026-09-15T04:04:08.155Z[ host-image] Sep 15 04:04:07.158 INFO O| Sep 15 04:04:07.158 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107152026-09-15T04:04:08.161Z[ host-image] Sep 15 04:04:07.168 INFO O| Sep 15 04:04:07.168 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107162026-09-15T04:04:08.161Z[ host-image] Sep 15 04:04:07.168 INFO O| Sep 15 04:04:07.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107172026-09-15T04:04:08.161Z[ host-image] Sep 15 04:04:07.168 INFO O| Sep 15 04:04:07.168 INFO STEP 105 (ensure_dir) COMPLETE
107182026-09-15T04:04:08.161Z[ host-image] Sep 15 04:04:07.168 INFO O| Sep 15 04:04:07.168 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107192026-09-15T04:04:08.172Z[ host-image] Sep 15 04:04:07.179 INFO O| Sep 15 04:04:07.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107202026-09-15T04:04:08.172Z[ host-image] Sep 15 04:04:07.179 INFO O| Sep 15 04:04:07.179 INFO copying /tmp/.tmp3ft5gm/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 ...
107212026-09-15T04:04:08.562Z[ host-image] Sep 15 04:04:07.568 INFO O| Sep 15 04:04:07.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107222026-09-15T04:04:08.562Z[ host-image] Sep 15 04:04:07.568 INFO O| Sep 15 04:04:07.568 INFO ok!
107232026-09-15T04:04:08.562Z[ host-image] Sep 15 04:04:07.568 INFO O| Sep 15 04:04:07.568 INFO STEP 106 (ensure_file) COMPLETE
107242026-09-15T04:04:08.562Z[ host-image] Sep 15 04:04:07.568 INFO O| Sep 15 04:04:07.568 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107252026-09-15T04:04:08.574Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107262026-09-15T04:04:08.578Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.581 INFO copying /tmp/.tmp3ft5gm/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 ...
107272026-09-15T04:04:08.578Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107282026-09-15T04:04:08.578Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.581 INFO ok!
107292026-09-15T04:04:08.578Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.581 INFO STEP 107 (ensure_file) COMPLETE
107302026-09-15T04:04:08.578Z[ host-image] Sep 15 04:04:07.581 INFO O| Sep 15 04:04:07.581 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107312026-09-15T04:04:08.584Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107322026-09-15T04:04:08.584Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO copying /tmp/.tmp3ft5gm/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 ...
107332026-09-15T04:04:08.588Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107342026-09-15T04:04:08.588Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO ok!
107352026-09-15T04:04:08.588Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO STEP 108 (ensure_file) COMPLETE
107362026-09-15T04:04:08.588Z[ host-image] Sep 15 04:04:07.591 INFO O| Sep 15 04:04:07.591 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107372026-09-15T04:04:08.592Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107382026-09-15T04:04:08.596Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO copying /tmp/.tmp3ft5gm/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 ...
107392026-09-15T04:04:08.596Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107402026-09-15T04:04:08.596Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO ok!
107412026-09-15T04:04:08.596Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO STEP 109 (ensure_file) COMPLETE
107422026-09-15T04:04:08.596Z[ host-image] Sep 15 04:04:07.599 INFO O| Sep 15 04:04:07.599 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107432026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107442026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO copying /tmp/.tmp3ft5gm/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 ...
107452026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107462026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO ok!
107472026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO STEP 110 (ensure_file) COMPLETE
107482026-09-15T04:04:08.601Z[ host-image] Sep 15 04:04:07.607 INFO O| Sep 15 04:04:07.607 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107492026-09-15T04:04:08.609Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107502026-09-15T04:04:08.609Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO copying /tmp/.tmp3ft5gm/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 ...
107512026-09-15T04:04:08.609Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107522026-09-15T04:04:08.609Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO ok!
107532026-09-15T04:04:08.613Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO STEP 111 (ensure_file) COMPLETE
107542026-09-15T04:04:08.613Z[ host-image] Sep 15 04:04:07.615 INFO O| Sep 15 04:04:07.615 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107552026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107562026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO copying /tmp/.tmp3ft5gm/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 ...
107572026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107582026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO ok!
107592026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO STEP 112 (ensure_file) COMPLETE
107602026-09-15T04:04:08.617Z[ host-image] Sep 15 04:04:07.623 INFO O| Sep 15 04:04:07.623 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107612026-09-15T04:04:08.624Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107622026-09-15T04:04:08.624Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.630 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107632026-09-15T04:04:08.624Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107642026-09-15T04:04:08.627Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.631 INFO ok!
107652026-09-15T04:04:08.627Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.631 INFO STEP 113 (ensure_file) COMPLETE
107662026-09-15T04:04:08.627Z[ host-image] Sep 15 04:04:07.631 INFO O| Sep 15 04:04:07.631 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107672026-09-15T04:04:08.632Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107682026-09-15T04:04:08.632Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO copying /tmp/.tmp3ft5gm/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 ...
107692026-09-15T04:04:08.633Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107702026-09-15T04:04:08.636Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO ok!
107712026-09-15T04:04:08.636Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO STEP 114 (ensure_file) COMPLETE
107722026-09-15T04:04:08.636Z[ host-image] Sep 15 04:04:07.639 INFO O| Sep 15 04:04:07.639 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107732026-09-15T04:04:08.644Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107742026-09-15T04:04:08.644Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.651 INFO copying /tmp/.tmp3ft5gm/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 ...
107752026-09-15T04:04:08.644Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107762026-09-15T04:04:08.647Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.651 INFO ok!
107772026-09-15T04:04:08.647Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.651 INFO STEP 115 (ensure_file) COMPLETE
107782026-09-15T04:04:08.647Z[ host-image] Sep 15 04:04:07.651 INFO O| Sep 15 04:04:07.651 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107792026-09-15T04:04:08.655Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107802026-09-15T04:04:08.655Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO copying /tmp/.tmp3ft5gm/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 ...
107812026-09-15T04:04:08.655Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107822026-09-15T04:04:08.659Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO ok!
107832026-09-15T04:04:08.659Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO STEP 116 (ensure_file) COMPLETE
107842026-09-15T04:04:08.659Z[ host-image] Sep 15 04:04:07.662 INFO O| Sep 15 04:04:07.662 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107852026-09-15T04:04:08.666Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107862026-09-15T04:04:08.666Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107872026-09-15T04:04:08.670Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107882026-09-15T04:04:08.670Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO ok!
107892026-09-15T04:04:08.670Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO STEP 117 (ensure_file) COMPLETE
107902026-09-15T04:04:08.670Z[ host-image] Sep 15 04:04:07.673 INFO O| Sep 15 04:04:07.673 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107912026-09-15T04:04:08.677Z[ host-image] Sep 15 04:04:07.683 INFO O| Sep 15 04:04:07.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107922026-09-15T04:04:08.677Z[ host-image] Sep 15 04:04:07.684 INFO O| Sep 15 04:04:07.683 INFO copying /tmp/.tmp3ft5gm/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 ...
107932026-09-15T04:04:08.680Z[ host-image] Sep 15 04:04:07.684 INFO O| Sep 15 04:04:07.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107942026-09-15T04:04:08.680Z[ host-image] Sep 15 04:04:07.684 INFO O| Sep 15 04:04:07.684 INFO ok!
107952026-09-15T04:04:08.680Z[ host-image] Sep 15 04:04:07.684 INFO O| Sep 15 04:04:07.684 INFO STEP 118 (ensure_file) COMPLETE
107962026-09-15T04:04:08.680Z[ host-image] Sep 15 04:04:07.684 INFO O| Sep 15 04:04:07.684 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107972026-09-15T04:04:08.688Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107982026-09-15T04:04:08.688Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO copying /tmp/.tmp3ft5gm/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 ...
107992026-09-15T04:04:08.692Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
108002026-09-15T04:04:08.692Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO ok!
108012026-09-15T04:04:08.692Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO STEP 119 (ensure_file) COMPLETE
108022026-09-15T04:04:08.692Z[ host-image] Sep 15 04:04:07.695 INFO O| Sep 15 04:04:07.695 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108032026-09-15T04:04:08.700Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
108042026-09-15T04:04:08.700Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO copying /tmp/.tmp3ft5gm/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 ...
108052026-09-15T04:04:08.700Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
108062026-09-15T04:04:08.700Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO ok!
108072026-09-15T04:04:08.704Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO STEP 120 (ensure_file) COMPLETE
108082026-09-15T04:04:08.704Z[ host-image] Sep 15 04:04:07.706 INFO O| Sep 15 04:04:07.706 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108092026-09-15T04:04:08.710Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
108102026-09-15T04:04:08.710Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.716 INFO copying /tmp/.tmp3ft5gm/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 ...
108112026-09-15T04:04:08.710Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
108122026-09-15T04:04:08.710Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.717 INFO ok!
108132026-09-15T04:04:08.711Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.717 INFO STEP 121 (ensure_file) COMPLETE
108142026-09-15T04:04:08.714Z[ host-image] Sep 15 04:04:07.717 INFO O| Sep 15 04:04:07.717 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108152026-09-15T04:04:08.721Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108162026-09-15T04:04:08.721Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO copying /tmp/.tmp3ft5gm/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 ...
108172026-09-15T04:04:08.721Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108182026-09-15T04:04:08.721Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO ok!
108192026-09-15T04:04:08.721Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO STEP 122 (ensure_file) COMPLETE
108202026-09-15T04:04:08.724Z[ host-image] Sep 15 04:04:07.727 INFO O| Sep 15 04:04:07.727 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108212026-09-15T04:04:08.733Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108222026-09-15T04:04:08.733Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO copying /tmp/.tmp3ft5gm/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 ...
108232026-09-15T04:04:08.736Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108242026-09-15T04:04:08.737Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO ok!
108252026-09-15T04:04:08.737Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO STEP 123 (ensure_file) COMPLETE
108262026-09-15T04:04:08.737Z[ host-image] Sep 15 04:04:07.740 INFO O| Sep 15 04:04:07.740 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108272026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108282026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO copying /tmp/.tmp3ft5gm/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 ...
108292026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108302026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO ok!
108312026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO STEP 124 (ensure_file) COMPLETE
108322026-09-15T04:04:08.746Z[ host-image] Sep 15 04:04:07.752 INFO O| Sep 15 04:04:07.752 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108332026-09-15T04:04:08.757Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108342026-09-15T04:04:08.757Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO copying /tmp/.tmp3ft5gm/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 ...
108352026-09-15T04:04:08.761Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108362026-09-15T04:04:08.761Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO ok!
108372026-09-15T04:04:08.761Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO STEP 125 (ensure_file) COMPLETE
108382026-09-15T04:04:08.761Z[ host-image] Sep 15 04:04:07.762 INFO O| Sep 15 04:04:07.762 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108392026-09-15T04:04:08.813Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108402026-09-15T04:04:08.818Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO copying /tmp/.tmp3ft5gm/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 ...
108412026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108422026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO ok!
108432026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO STEP 126 (ensure_file) COMPLETE
108442026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.772 INFO O| Sep 15 04:04:07.772 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108452026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108462026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO copying /tmp/.tmp3ft5gm/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 ...
108472026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108482026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO ok!
108492026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO STEP 127 (ensure_file) COMPLETE
108502026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.782 INFO O| Sep 15 04:04:07.782 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108512026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108522026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO copying /tmp/.tmp3ft5gm/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 ...
108532026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108542026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO ok!
108552026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO STEP 128 (ensure_file) COMPLETE
108562026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.792 INFO O| Sep 15 04:04:07.792 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108572026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108582026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO copying /tmp/.tmp3ft5gm/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 ...
108592026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108602026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO ok!
108612026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO STEP 129 (ensure_file) COMPLETE
108622026-09-15T04:04:08.822Z[ host-image] Sep 15 04:04:07.802 INFO O| Sep 15 04:04:07.802 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108632026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108642026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO copying /tmp/.tmp3ft5gm/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 ...
108652026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108662026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO ok!
108672026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO STEP 130 (ensure_file) COMPLETE
108682026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.813 INFO O| Sep 15 04:04:07.813 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108692026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108702026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.823 INFO copying /tmp/.tmp3ft5gm/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 ...
108712026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108722026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.824 INFO ok!
108732026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.824 INFO STEP 131 (ensure_file) COMPLETE
108742026-09-15T04:04:08.823Z[ host-image] Sep 15 04:04:07.824 INFO O| Sep 15 04:04:07.824 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108752026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108762026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO copying /tmp/.tmp3ft5gm/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 ...
108772026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108782026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO ok!
108792026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO STEP 132 (ensure_file) COMPLETE
108802026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.834 INFO O| Sep 15 04:04:07.834 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108812026-09-15T04:04:08.849Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108822026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO copying /tmp/.tmp3ft5gm/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 ...
108832026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108842026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO ok!
108852026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO STEP 133 (ensure_file) COMPLETE
108862026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.844 INFO O| Sep 15 04:04:07.844 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108872026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108882026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO copying /tmp/.tmp3ft5gm/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 ...
108892026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108902026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO ok!
108912026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO STEP 134 (ensure_file) COMPLETE
108922026-09-15T04:04:08.850Z[ host-image] Sep 15 04:04:07.854 INFO O| Sep 15 04:04:07.854 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108932026-09-15T04:04:08.860Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108942026-09-15T04:04:08.860Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO copying /tmp/.tmp3ft5gm/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 ...
108952026-09-15T04:04:08.860Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108962026-09-15T04:04:08.864Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO ok!
108972026-09-15T04:04:08.864Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO STEP 135 (ensure_file) COMPLETE
108982026-09-15T04:04:08.864Z[ host-image] Sep 15 04:04:07.867 INFO O| Sep 15 04:04:07.867 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108992026-09-15T04:04:08.872Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
109002026-09-15T04:04:08.872Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
109012026-09-15T04:04:08.876Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
109022026-09-15T04:04:08.876Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO ok!
109032026-09-15T04:04:08.876Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO STEP 136 (ensure_file) COMPLETE
109042026-09-15T04:04:08.876Z[ host-image] Sep 15 04:04:07.879 INFO O| Sep 15 04:04:07.879 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109052026-09-15T04:04:08.884Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
109062026-09-15T04:04:08.884Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO copying /tmp/.tmp3ft5gm/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 ...
109072026-09-15T04:04:08.888Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
109082026-09-15T04:04:08.888Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO ok!
109092026-09-15T04:04:08.888Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO STEP 137 (ensure_file) COMPLETE
109102026-09-15T04:04:08.888Z[ host-image] Sep 15 04:04:07.890 INFO O| Sep 15 04:04:07.890 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109112026-09-15T04:04:08.895Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
109122026-09-15T04:04:08.895Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
109132026-09-15T04:04:08.895Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
109142026-09-15T04:04:08.899Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO ok!
109152026-09-15T04:04:08.899Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO STEP 138 (ensure_file) COMPLETE
109162026-09-15T04:04:08.899Z[ host-image] Sep 15 04:04:07.902 INFO O| Sep 15 04:04:07.902 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109172026-09-15T04:04:08.907Z[ host-image] Sep 15 04:04:07.913 INFO O| Sep 15 04:04:07.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109182026-09-15T04:04:08.907Z[ host-image] Sep 15 04:04:07.913 INFO O| Sep 15 04:04:07.913 INFO copying /tmp/.tmp3ft5gm/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109192026-09-15T04:04:16.655Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
109202026-09-15T04:04:19.889Z[ host-image] Sep 15 04:04:18.895 INFO O| Sep 15 04:04:18.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109212026-09-15T04:04:19.889Z[ host-image] Sep 15 04:04:18.895 INFO O| Sep 15 04:04:18.895 INFO ok!
109222026-09-15T04:04:19.893Z[ host-image] Sep 15 04:04:18.895 INFO O| Sep 15 04:04:18.895 INFO STEP 139 (ensure_file) COMPLETE
109232026-09-15T04:04:19.893Z[ host-image] Sep 15 04:04:18.895 INFO O| Sep 15 04:04:18.895 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-15T04:04:19.898Z[ host-image] Sep 15 04:04:18.905 INFO O| Sep 15 04:04:18.905 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109252026-09-15T04:04:19.898Z[ host-image] Sep 15 04:04:18.905 INFO O| Sep 15 04:04:18.905 INFO STEP 140 (ensure_dir) COMPLETE
109262026-09-15T04:04:19.898Z[ host-image] Sep 15 04:04:18.905 INFO O| Sep 15 04:04:18.905 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109272026-09-15T04:04:19.907Z[ host-image] Sep 15 04:04:18.913 INFO O| Sep 15 04:04:18.913 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109282026-09-15T04:04:19.907Z[ host-image] Sep 15 04:04:18.913 INFO O| Sep 15 04:04:18.913 INFO STEP 141 (ensure_dir) COMPLETE
109292026-09-15T04:04:19.910Z[ host-image] Sep 15 04:04:18.913 INFO O| Sep 15 04:04:18.913 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109302026-09-15T04:04:19.914Z[ host-image] Sep 15 04:04:18.921 INFO O| Sep 15 04:04:18.921 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109312026-09-15T04:04:19.914Z[ host-image] Sep 15 04:04:18.921 INFO O| Sep 15 04:04:18.921 INFO STEP 142 (ensure_dir) COMPLETE
109322026-09-15T04:04:19.918Z[ host-image] Sep 15 04:04:18.921 INFO O| Sep 15 04:04:18.921 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109332026-09-15T04:04:19.922Z[ host-image] Sep 15 04:04:18.929 INFO O| Sep 15 04:04:18.929 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109342026-09-15T04:04:19.922Z[ host-image] Sep 15 04:04:18.929 INFO O| Sep 15 04:04:18.929 INFO STEP 143 (ensure_dir) COMPLETE
109352026-09-15T04:04:19.925Z[ host-image] Sep 15 04:04:18.929 INFO O| Sep 15 04:04:18.929 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109362026-09-15T04:04:19.929Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109372026-09-15T04:04:19.930Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO copying /tmp/.tmp3ft5gm/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 ...
109382026-09-15T04:04:19.933Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109392026-09-15T04:04:19.933Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO ok!
109402026-09-15T04:04:19.933Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO STEP 144 (ensure_file) COMPLETE
109412026-09-15T04:04:19.933Z[ host-image] Sep 15 04:04:18.936 INFO O| Sep 15 04:04:18.936 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109422026-09-15T04:04:19.939Z[ host-image] Sep 15 04:04:18.946 INFO O| Sep 15 04:04:18.946 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109432026-09-15T04:04:19.939Z[ host-image] Sep 15 04:04:18.946 INFO O| Sep 15 04:04:18.946 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109442026-09-15T04:04:19.939Z[ host-image] Sep 15 04:04:18.946 INFO O| Sep 15 04:04:18.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109452026-09-15T04:04:19.943Z[ host-image] Sep 15 04:04:18.946 INFO O| Sep 15 04:04:18.946 INFO STEP 145 (ensure_dir) COMPLETE
109462026-09-15T04:04:19.943Z[ host-image] Sep 15 04:04:18.946 INFO O| Sep 15 04:04:18.946 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109472026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109482026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 INFO copying /tmp/.tmp3ft5gm/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109492026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109502026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 INFO ok!
109512026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 INFO STEP 146 (ensure_file) COMPLETE
109522026-09-15T04:04:19.947Z[ host-image] Sep 15 04:04:18.953 INFO O| Sep 15 04:04:18.953 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-15T04:04:19.953Z[ host-image] Sep 15 04:04:18.960 INFO O| Sep 15 04:04:18.960 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109542026-09-15T04:04:19.957Z[ host-image] Sep 15 04:04:18.960 INFO O| Sep 15 04:04:18.960 INFO STEP 147 (remove_files) COMPLETE
109552026-09-15T04:04:19.957Z[ host-image] Sep 15 04:04:18.960 INFO O| Sep 15 04:04:18.960 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-15T04:04:19.961Z[ host-image] Sep 15 04:04:18.967 INFO O| Sep 15 04:04:18.967 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109572026-09-15T04:04:19.961Z[ host-image] Sep 15 04:04:18.967 INFO O| Sep 15 04:04:18.967 INFO STEP 148 (remove_files) COMPLETE
109582026-09-15T04:04:19.961Z[ host-image] Sep 15 04:04:18.967 INFO O| Sep 15 04:04:18.967 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-15T04:04:19.967Z[ host-image] Sep 15 04:04:18.974 INFO O| Sep 15 04:04:18.974 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109602026-09-15T04:04:19.971Z[ host-image] Sep 15 04:04:18.974 INFO O| Sep 15 04:04:18.974 INFO STEP 149 (remove_files) COMPLETE
109612026-09-15T04:04:19.971Z[ host-image] Sep 15 04:04:18.974 INFO O| Sep 15 04:04:18.974 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-15T04:04:19.975Z[ host-image] Sep 15 04:04:18.982 INFO O| Sep 15 04:04:18.982 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109632026-09-15T04:04:19.978Z[ host-image] Sep 15 04:04:18.982 INFO O| Sep 15 04:04:18.982 INFO STEP 150 (remove_files) COMPLETE
109642026-09-15T04:04:19.978Z[ host-image] Sep 15 04:04:18.982 INFO O| Sep 15 04:04:18.982 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-15T04:04:19.982Z[ host-image] Sep 15 04:04:18.989 INFO O| Sep 15 04:04:18.989 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109662026-09-15T04:04:19.986Z[ host-image] Sep 15 04:04:18.989 INFO O| Sep 15 04:04:18.989 INFO STEP 151 (remove_files) COMPLETE
109672026-09-15T04:04:19.986Z[ host-image] Sep 15 04:04:18.989 INFO O| Sep 15 04:04:18.989 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-15T04:04:19.990Z[ host-image] Sep 15 04:04:18.996 INFO O| Sep 15 04:04:18.996 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109692026-09-15T04:04:19.990Z[ host-image] Sep 15 04:04:18.996 INFO O| Sep 15 04:04:18.996 INFO STEP 152 (remove_files) COMPLETE
109702026-09-15T04:04:19.990Z[ host-image] Sep 15 04:04:18.996 INFO O| Sep 15 04:04:18.996 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-15T04:04:19.997Z[ host-image] Sep 15 04:04:19.003 INFO O| Sep 15 04:04:19.003 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109722026-09-15T04:04:19.997Z[ host-image] Sep 15 04:04:19.003 INFO O| Sep 15 04:04:19.003 INFO STEP 153 (remove_files) COMPLETE
109732026-09-15T04:04:19.997Z[ host-image] Sep 15 04:04:19.003 INFO O| Sep 15 04:04:19.003 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-15T04:04:20.004Z[ host-image] Sep 15 04:04:19.011 INFO O| Sep 15 04:04:19.011 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109752026-09-15T04:04:20.008Z[ host-image] Sep 15 04:04:19.011 INFO O| Sep 15 04:04:19.011 INFO STEP 154 (remove_files) COMPLETE
109762026-09-15T04:04:20.008Z[ host-image] Sep 15 04:04:19.011 INFO O| Sep 15 04:04:19.011 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-15T04:04:20.012Z[ host-image] Sep 15 04:04:19.018 INFO O| Sep 15 04:04:19.018 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109782026-09-15T04:04:20.012Z[ host-image] Sep 15 04:04:19.018 INFO O| Sep 15 04:04:19.018 INFO STEP 155 (remove_files) COMPLETE
109792026-09-15T04:04:20.012Z[ host-image] Sep 15 04:04:19.018 INFO O| Sep 15 04:04:19.018 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-15T04:04:20.019Z[ host-image] Sep 15 04:04:19.025 INFO O| Sep 15 04:04:19.025 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109812026-09-15T04:04:20.023Z[ host-image] Sep 15 04:04:19.025 INFO O| Sep 15 04:04:19.025 INFO STEP 156 (remove_files) COMPLETE
109822026-09-15T04:04:20.023Z[ host-image] Sep 15 04:04:19.025 INFO O| Sep 15 04:04:19.025 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-15T04:04:20.027Z[ host-image] Sep 15 04:04:19.033 INFO O| Sep 15 04:04:19.033 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109842026-09-15T04:04:20.027Z[ host-image] Sep 15 04:04:19.033 INFO O| Sep 15 04:04:19.033 INFO STEP 157 (remove_files) COMPLETE
109852026-09-15T04:04:20.027Z[ host-image] Sep 15 04:04:19.033 INFO O| Sep 15 04:04:19.033 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-15T04:04:20.034Z[ host-image] Sep 15 04:04:19.041 INFO O| Sep 15 04:04:19.041 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109872026-09-15T04:04:20.034Z[ host-image] Sep 15 04:04:19.041 INFO O| Sep 15 04:04:19.041 INFO STEP 158 (remove_files) COMPLETE
109882026-09-15T04:04:20.038Z[ host-image] Sep 15 04:04:19.041 INFO O| Sep 15 04:04:19.041 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-15T04:04:20.041Z[ host-image] Sep 15 04:04:19.048 INFO O| Sep 15 04:04:19.048 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109902026-09-15T04:04:20.041Z[ host-image] Sep 15 04:04:19.048 INFO O| Sep 15 04:04:19.048 INFO STEP 159 (remove_files) COMPLETE
109912026-09-15T04:04:20.041Z[ host-image] Sep 15 04:04:19.048 INFO O| Sep 15 04:04:19.048 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-15T04:04:20.048Z[ host-image] Sep 15 04:04:19.055 INFO O| Sep 15 04:04:19.055 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109932026-09-15T04:04:20.052Z[ host-image] Sep 15 04:04:19.055 INFO O| Sep 15 04:04:19.055 INFO STEP 160 (remove_files) COMPLETE
109942026-09-15T04:04:20.052Z[ host-image] Sep 15 04:04:19.055 INFO O| Sep 15 04:04:19.055 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-15T04:04:20.056Z[ host-image] Sep 15 04:04:19.062 INFO O| Sep 15 04:04:19.062 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109962026-09-15T04:04:20.056Z[ host-image] Sep 15 04:04:19.062 INFO O| Sep 15 04:04:19.062 INFO STEP 161 (remove_files) COMPLETE
109972026-09-15T04:04:20.056Z[ host-image] Sep 15 04:04:19.062 INFO O| Sep 15 04:04:19.062 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-15T04:04:20.062Z[ host-image] Sep 15 04:04:19.068 INFO O| Sep 15 04:04:19.068 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109992026-09-15T04:04:20.067Z[ host-image] Sep 15 04:04:19.069 INFO O| Sep 15 04:04:19.069 INFO STEP 162 (remove_files) COMPLETE
110002026-09-15T04:04:20.067Z[ host-image] Sep 15 04:04:19.069 INFO O| Sep 15 04:04:19.069 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-15T04:04:20.075Z[ host-image] Sep 15 04:04:19.076 INFO O| Sep 15 04:04:19.076 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
110022026-09-15T04:04:20.075Z[ host-image] Sep 15 04:04:19.076 INFO O| Sep 15 04:04:19.076 INFO STEP 163 (remove_files) COMPLETE
110032026-09-15T04:04:20.075Z[ host-image] Sep 15 04:04:19.076 INFO O| Sep 15 04:04:19.076 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-15T04:04:20.081Z[ host-image] Sep 15 04:04:19.087 INFO O| Sep 15 04:04:19.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
110052026-09-15T04:04:20.081Z[ host-image] Sep 15 04:04:19.087 INFO O| Sep 15 04:04:19.087 INFO STEP 164 (remove_files) COMPLETE
110062026-09-15T04:04:20.081Z[ host-image] Sep 15 04:04:19.087 INFO O| Sep 15 04:04:19.087 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-15T04:04:20.145Z[ host-image] Sep 15 04:04:19.146 INFO O| Sep 15 04:04:19.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
110082026-09-15T04:04:20.151Z[ host-image] Sep 15 04:04:19.146 INFO O| Sep 15 04:04:19.146 INFO STEP 165 (remove_files) COMPLETE
110092026-09-15T04:04:20.157Z[ host-image] Sep 15 04:04:19.146 INFO O| Sep 15 04:04:19.146 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-15T04:04:20.163Z[ host-image] Sep 15 04:04:19.163 INFO O| Sep 15 04:04:19.163 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
110112026-09-15T04:04:20.163Z[ host-image] Sep 15 04:04:19.163 INFO O| Sep 15 04:04:19.163 INFO STEP 166 (remove_files) COMPLETE
110122026-09-15T04:04:20.167Z[ host-image] Sep 15 04:04:19.163 INFO O| Sep 15 04:04:19.163 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-15T04:04:20.171Z[ host-image] Sep 15 04:04:19.177 INFO O| Sep 15 04:04:19.177 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
110142026-09-15T04:04:20.171Z[ host-image] Sep 15 04:04:19.177 INFO O| Sep 15 04:04:19.177 INFO STEP 167 (remove_files) COMPLETE
110152026-09-15T04:04:20.171Z[ host-image] Sep 15 04:04:19.177 INFO O| Sep 15 04:04:19.177 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-15T04:04:20.180Z[ host-image] Sep 15 04:04:19.187 INFO O| Sep 15 04:04:19.187 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110172026-09-15T04:04:20.184Z[ host-image] Sep 15 04:04:19.187 INFO O| Sep 15 04:04:19.187 INFO STEP 168 (remove_files) COMPLETE
110182026-09-15T04:04:20.184Z[ host-image] Sep 15 04:04:19.187 INFO O| Sep 15 04:04:19.187 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-15T04:04:20.188Z[ host-image] Sep 15 04:04:19.195 INFO O| Sep 15 04:04:19.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110202026-09-15T04:04:20.188Z[ host-image] Sep 15 04:04:19.195 INFO O| Sep 15 04:04:19.195 INFO STEP 169 (remove_files) COMPLETE
110212026-09-15T04:04:20.188Z[ host-image] Sep 15 04:04:19.195 INFO O| Sep 15 04:04:19.195 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110222026-09-15T04:04:20.195Z[ host-image] Sep 15 04:04:19.202 INFO O| Sep 15 04:04:19.202 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110232026-09-15T04:04:20.199Z[ host-image] Sep 15 04:04:19.202 INFO O| Sep 15 04:04:19.202 INFO STEP 170 (remove_files) COMPLETE
110242026-09-15T04:04:20.199Z[ host-image] Sep 15 04:04:19.202 INFO O| Sep 15 04:04:19.202 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110252026-09-15T04:04:20.203Z[ host-image] Sep 15 04:04:19.209 INFO O| Sep 15 04:04:19.209 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110262026-09-15T04:04:20.203Z[ host-image] Sep 15 04:04:19.209 INFO O| Sep 15 04:04:19.209 INFO STEP 171 (remove_files) COMPLETE
110272026-09-15T04:04:20.203Z[ host-image] Sep 15 04:04:19.209 INFO O| Sep 15 04:04:19.209 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110282026-09-15T04:04:20.210Z[ host-image] Sep 15 04:04:19.216 INFO O| Sep 15 04:04:19.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110292026-09-15T04:04:20.210Z[ host-image] Sep 15 04:04:19.216 INFO O| Sep 15 04:04:19.216 INFO STEP 172 (remove_files) COMPLETE
110302026-09-15T04:04:20.214Z[ host-image] Sep 15 04:04:19.216 INFO O| Sep 15 04:04:19.216 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110312026-09-15T04:04:20.218Z[ host-image] Sep 15 04:04:19.223 INFO O| Sep 15 04:04:19.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110322026-09-15T04:04:20.218Z[ host-image] Sep 15 04:04:19.223 INFO O| Sep 15 04:04:19.223 INFO STEP 173 (remove_files) COMPLETE
110332026-09-15T04:04:20.218Z[ host-image] Sep 15 04:04:19.223 INFO O| Sep 15 04:04:19.223 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110342026-09-15T04:04:20.223Z[ host-image] Sep 15 04:04:19.230 INFO O| Sep 15 04:04:19.230 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110352026-09-15T04:04:20.223Z[ host-image] Sep 15 04:04:19.230 INFO O| Sep 15 04:04:19.230 INFO STEP 174 (remove_files) COMPLETE
110362026-09-15T04:04:20.227Z[ host-image] Sep 15 04:04:19.230 INFO O| Sep 15 04:04:19.230 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110372026-09-15T04:04:20.232Z[ host-image] Sep 15 04:04:19.239 INFO O| Sep 15 04:04:19.239 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110382026-09-15T04:04:20.236Z[ host-image] Sep 15 04:04:19.239 INFO O| Sep 15 04:04:19.239 INFO STEP 175 (remove_files) COMPLETE
110392026-09-15T04:04:20.236Z[ host-image] Sep 15 04:04:19.239 INFO O| Sep 15 04:04:19.239 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110402026-09-15T04:04:20.245Z[ host-image] Sep 15 04:04:19.250 INFO O| Sep 15 04:04:19.250 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110412026-09-15T04:04:20.249Z[ host-image] Sep 15 04:04:19.250 INFO O| Sep 15 04:04:19.250 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110422026-09-15T04:04:20.473Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
110432026-09-15T04:04:25.672Z[ host-image] Sep 15 04:04:24.678 INFO O| Sep 15 04:04:24.678 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
110442026-09-15T04:04:25.672Z[ host-image] Sep 15 04:04:24.678 INFO O| Sep 15 04:04:24.678 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110452026-09-15T04:04:25.685Z[ host-image] Sep 15 04:04:24.691 INFO O| Sep 15 04:04:24.691 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110462026-09-15T04:04:25.794Z[ host-image] Sep 15 04:04:24.800 INFO O| Sep 15 04:04:24.800 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
110472026-09-15T04:04:25.855Z[ host-image] Sep 15 04:04:24.862 INFO O| Sep 15 04:04:24.862 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110482026-09-15T04:04:25.925Z[ host-image] Sep 15 04:04:24.931 INFO O| Sep 15 04:04:24.931 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110492026-09-15T04:04:25.925Z[ host-image] Sep 15 04:04:24.931 INFO O| Sep 15 04:04:24.931 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110502026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110512026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO ok!
110522026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110532026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO STEP 176 (seed_smf) COMPLETE
110542026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO steps complete; finalising image!
110552026-09-15T04:04:25.929Z[ host-image] Sep 15 04:04:24.934 INFO O| Sep 15 04:04:24.934 INFO TRIM POOL: TEMPORARY-sled-zfs
110562026-09-15T04:04:26.036Z[ host-image] Sep 15 04:04:25.040 INFO O| Sep 15 04:04:25.040 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Sep 15 04:04:24 2026)
110572026-09-15T04:04:26.257Z[ host-image] Sep 15 04:04:25.263 INFO O| Sep 15 04:04:25.263 INFO temporary pool has 708M used, 316M avail, 1.92x compressratio
110582026-09-15T04:04:26.257Z[ host-image] Sep 15 04:04:25.263 INFO O| Sep 15 04:04:25.263 INFO EXPORT POOL: TEMPORARY-sled-zfs
110592026-09-15T04:04:26.625Z[ host-image] Sep 15 04:04:25.632 INFO O| Sep 15 04:04:25.631 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110602026-09-15T04:04:26.629Z[ host-image] Sep 15 04:04:25.632 INFO O| Sep 15 04:04:25.631 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110612026-09-15T04:04:27.920Z[ host-image] Sep 15 04:04:26.923 INFO O| Sep 15 04:04:26.922 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110622026-09-15T04:04:27.920Z[ host-image] Sep 15 04:04:26.923 INFO O| Sep 15 04:04:26.922 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110632026-09-15T04:04:27.924Z[ host-image] Sep 15 04:04:26.923 INFO O| Sep 15 04:04:26.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110642026-09-15T04:04:27.924Z[ host-image] Sep 15 04:04:26.923 INFO O| Sep 15 04:04:26.922 INFO completed processing sled/zfs
110652026-09-15T04:04:27.924Z[ host-image] Sep 15 04:04:26.923 INFO O| Sep 15 04:04:26.922 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110662026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.727 INFO O| ok, image written!
110672026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.727 INFO O| ok, boot_image_csum file written!
110682026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.730 INFO creating boot archive (CPIO)...
110692026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.730 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
110702026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.734 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110712026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.734 INFO E| + outfile=/work/os-recovery/cpio
110722026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.734 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110732026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.736 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110742026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.736 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110752026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.762 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110762026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.763 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110772026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.769 INFO creating compressed cpio/unix for dev loaders...
110782026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.769 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
110792026-09-15T04:04:35.344Z[ recovery-image] Sep 15 04:04:32.993 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110802026-09-15T04:04:37.251Z[ recovery-image] Sep 15 04:04:36.243 INFO creating reset image...
110812026-09-15T04:04:37.251Z[ recovery-image] Sep 15 04:04:36.243 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")
110822026-09-15T04:04:37.478Z[ recovery-image] Sep 15 04:04:36.482 INFO E| Updating crates.io index
110832026-09-15T04:04:37.710Z[ recovery-image] Sep 15 04:04:36.716 INFO E| Downloading crates ...
110842026-09-15T04:04:37.808Z[ recovery-image] Sep 15 04:04:36.808 INFO E| Downloaded shared_child v1.1.1
110852026-09-15T04:04:37.812Z[ recovery-image] Sep 15 04:04:36.808 INFO E| Downloaded clap_lex v1.1.0
110862026-09-15T04:04:37.813Z[ recovery-image] Sep 15 04:04:36.810 INFO E| Downloaded os_pipe v1.2.3
110872026-09-15T04:04:37.813Z[ recovery-image] Sep 15 04:04:36.810 INFO E| Downloaded shared_thread v0.2.0
110882026-09-15T04:04:37.813Z[ recovery-image] Sep 15 04:04:36.810 INFO E| Downloaded sigchld v0.2.4
110892026-09-15T04:04:37.813Z[ recovery-image] Sep 15 04:04:36.812 INFO E| Downloaded colorchoice v1.0.5
110902026-09-15T04:04:37.813Z[ recovery-image] Sep 15 04:04:36.812 INFO E| Downloaded duct v1.1.1
110912026-09-15T04:04:37.885Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling libc v0.2.186
110922026-09-15T04:04:37.885Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling proc-macro2 v1.0.106
110932026-09-15T04:04:37.888Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling quote v1.0.45
110942026-09-15T04:04:37.888Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling signal-hook v0.3.18
110952026-09-15T04:04:37.888Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling unicode-ident v1.0.24
110962026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling utf8parse v0.2.2
110972026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling colorchoice v1.0.5
110982026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling anstyle-query v1.1.5
110992026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling is_terminal_polyfill v1.70.2
111002026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling anstyle v1.0.14
111012026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling strsim v0.11.1
111022026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling heck v0.5.0
111032026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling clap_lex v1.1.0
111042026-09-15T04:04:37.889Z[ recovery-image] Sep 15 04:04:36.892 INFO E| Compiling shared_thread v0.2.0
111052026-09-15T04:04:38.029Z[ recovery-image] Sep 15 04:04:37.035 INFO E| Compiling anstyle-parse v1.0.0
111062026-09-15T04:04:38.196Z[ recovery-image] Sep 15 04:04:37.202 INFO E| Compiling anstream v1.0.0
111072026-09-15T04:04:38.378Z[ recovery-image] Sep 15 04:04:37.384 INFO E| Compiling clap_builder v4.6.0
111082026-09-15T04:04:38.617Z[ recovery-image] Sep 15 04:04:37.623 INFO E| Compiling errno v0.3.14
111092026-09-15T04:04:38.617Z[ recovery-image] Sep 15 04:04:37.623 INFO E| Compiling os_pipe v1.2.3
111102026-09-15T04:04:38.713Z[ recovery-image] Sep 15 04:04:37.720 INFO E| Compiling signal-hook-registry v1.4.8
111112026-09-15T04:04:38.927Z[ recovery-image] Sep 15 04:04:37.933 INFO E| Compiling syn v2.0.117
111122026-09-15T04:04:38.975Z[ recovery-image] Sep 15 04:04:37.982 INFO E| Compiling sigchld v0.2.4
111132026-09-15T04:04:39.073Z[ recovery-image] Sep 15 04:04:38.079 INFO E| Compiling shared_child v1.1.1
111142026-09-15T04:04:39.188Z[ recovery-image] Sep 15 04:04:38.195 INFO E| Compiling duct v1.1.1
111152026-09-15T04:04:40.862Z[ recovery-image] Sep 15 04:04:39.869 INFO E| Compiling clap_derive v4.6.1
111162026-09-15T04:04:42.041Z[ recovery-image] Sep 15 04:04:41.047 INFO E| Compiling clap v4.6.1
111172026-09-15T04:04:42.097Z[ recovery-image] Sep 15 04:04:41.104 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111182026-09-15T04:04:42.849Z[ recovery-image] Sep 15 04:04:41.855 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
111192026-09-15T04:04:42.854Z[ recovery-image] Sep 15 04:04:41.861 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111202026-09-15T04:04:43.054Z[ recovery-image] Sep 15 04:04:42.061 INFO E| Downloading crates ...
111212026-09-15T04:04:43.109Z[ recovery-image] Sep 15 04:04:42.115 INFO E| Downloaded cpio_reader v0.1.2
111222026-09-15T04:04:43.123Z[ recovery-image] Sep 15 04:04:42.129 INFO E| Downloaded bit_field v0.10.3
111232026-09-15T04:04:43.126Z[ recovery-image] Sep 15 04:04:42.130 INFO E| Downloaded bitstruct v0.1.1
111242026-09-15T04:04:43.131Z[ recovery-image] Sep 15 04:04:42.138 INFO E| Downloaded bitstruct_derive v0.1.0
111252026-09-15T04:04:43.142Z[ recovery-image] Sep 15 04:04:42.149 INFO E| Downloaded miniz_oxide v0.9.1
111262026-09-15T04:04:43.145Z[ recovery-image] Sep 15 04:04:42.150 INFO E| Downloaded log v0.4.32
111272026-09-15T04:04:43.145Z[ recovery-image] Sep 15 04:04:42.152 INFO E| Downloaded bitflags v2.13.0
111282026-09-15T04:04:43.158Z[ recovery-image] Sep 15 04:04:42.165 INFO E| Downloaded raw-cpuid v10.7.0
111292026-09-15T04:04:43.177Z[ recovery-image] Sep 15 04:04:42.184 INFO E| Downloaded goblin v0.10.7
111302026-09-15T04:04:43.286Z[ recovery-image] Sep 15 04:04:42.293 INFO E| Downloaded x86 v0.52.0
111312026-09-15T04:04:43.316Z[ recovery-image] Sep 15 04:04:42.323 INFO E| Updating crates.io index
111322026-09-15T04:04:43.459Z[ recovery-image] Sep 15 04:04:42.466 INFO E| Downloading crates ...
111332026-09-15T04:04:43.476Z[ recovery-image] Sep 15 04:04:42.482 INFO E| Downloaded rustc-literal-escaper v0.0.7
111342026-09-15T04:04:43.484Z[ recovery-image] Sep 15 04:04:42.491 INFO E| Downloaded hashbrown v0.17.1
111352026-09-15T04:04:43.524Z[ recovery-image] Sep 15 04:04:42.531 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)
111362026-09-15T04:04:43.524Z[ recovery-image] Sep 15 04:04:42.531 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)
111372026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling proc-macro2 v1.0.106
111382026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling unicode-ident v1.0.24
111392026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling quote v1.0.45
111402026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling syn v1.0.109
111412026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling x86 v0.52.0
111422026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111432026-09-15T04:04:43.528Z[ recovery-image] Sep 15 04:04:42.531 INFO E| Compiling seq-macro v0.3.6
111442026-09-15T04:04:44.448Z[ recovery-image] Sep 15 04:04:43.455 INFO E| Compiling syn v2.0.117
111452026-09-15T04:04:45.710Z[ recovery-image] Sep 15 04:04:44.717 INFO E| Compiling scroll_derive v0.13.1
111462026-09-15T04:04:46.080Z[ host-image] Sep 15 04:04:45.086 INFO O| Sep 15 04:04:45.086 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111472026-09-15T04:04:46.189Z[ host-image] Sep 15 04:04:45.195 INFO BUILD STRING "heads/stlouis-0-g37fe00b0d7\n"
111482026-09-15T04:04:46.189Z[ host-image] Sep 15 04:04:45.195 INFO expanded image name: "ci a1ed210/${os_short_commit} 2026-09-15 03:48" -> "ci a1ed210/37fe00b 2026-09-15 03:48"
111492026-09-15T04:04:46.193Z[ host-image] Sep 15 04:04:45.195 INFO output artefacts stored in: "/work/os-host"
111502026-09-15T04:04:46.193Z[ host-image] Sep 15 04:04:45.195 INFO collecting git info from project "pinprick"...
111512026-09-15T04:04:46.196Z[ host-image] Sep 15 04:04:45.201 INFO collecting git info from project "bootserver"...
111522026-09-15T04:04:46.200Z[ host-image] Sep 15 04:04:45.205 INFO collecting git info from project "amd-host-image-builder"...
111532026-09-15T04:04:46.203Z[ host-image] Sep 15 04:04:45.210 INFO collecting git info from project "pilot"...
111542026-09-15T04:04:46.208Z[ host-image] Sep 15 04:04:45.215 INFO collecting git info from project "image-builder"...
111552026-09-15T04:04:46.212Z[ host-image] Sep 15 04:04:45.219 INFO collecting git info from project "chelsio-t6-roms"...
111562026-09-15T04:04:46.216Z[ host-image] Sep 15 04:04:45.223 INFO collecting git info from project "phbl"...
111572026-09-15T04:04:46.220Z[ host-image] Sep 15 04:04:45.227 INFO collecting git info from project "dmar-report"...
111582026-09-15T04:04:46.224Z[ host-image] Sep 15 04:04:45.231 INFO collecting git info from project "amd-firmware"...
111592026-09-15T04:04:46.234Z[ host-image] Sep 15 04:04:45.241 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111602026-09-15T04:04:46.541Z[ host-image] Sep 15 04:04:45.547 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111612026-09-15T04:04:46.708Z[ recovery-image] Sep 15 04:04:45.714 INFO E| Compiling bitstruct_derive v0.1.0
111622026-09-15T04:04:46.833Z[ host-image] Sep 15 04:04:45.839 INFO creating Oxide boot image...
111632026-09-15T04:04:46.833Z[ host-image] Sep 15 04:04:45.839 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a1ed210/37fe00b 2026-09-15 03:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111642026-09-15T04:04:47.785Z[ host-image] Sep 15 04:04:46.792 INFO O| ok, image written!
111652026-09-15T04:04:47.785Z[ host-image] Sep 15 04:04:46.792 INFO O| ok, boot_image_csum file written!
111662026-09-15T04:04:47.788Z[ host-image] Sep 15 04:04:46.794 INFO creating boot archive (CPIO)...
111672026-09-15T04:04:47.788Z[ host-image] Sep 15 04:04:46.794 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
111682026-09-15T04:04:47.792Z[ host-image] Sep 15 04:04:46.797 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111692026-09-15T04:04:47.792Z[ host-image] Sep 15 04:04:46.797 INFO E| + outfile=/work/os-host/cpio
111702026-09-15T04:04:47.792Z[ host-image] Sep 15 04:04:46.797 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111712026-09-15T04:04:47.795Z[ host-image] Sep 15 04:04:46.799 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111722026-09-15T04:04:47.795Z[ host-image] Sep 15 04:04:46.799 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111732026-09-15T04:04:47.818Z[ host-image] Sep 15 04:04:46.825 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111742026-09-15T04:04:47.818Z[ host-image] Sep 15 04:04:46.825 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111752026-09-15T04:04:47.824Z[ host-image] Sep 15 04:04:46.831 INFO creating compressed cpio/unix for dev loaders...
111762026-09-15T04:04:47.824Z[ host-image] Sep 15 04:04:46.831 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
111772026-09-15T04:04:48.044Z[ host-image] Sep 15 04:04:47.051 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111782026-09-15T04:04:51.282Z[ host-image] Sep 15 04:04:50.288 INFO creating reset image...
111792026-09-15T04:04:51.282Z[ host-image] Sep 15 04:04:50.288 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")
111802026-09-15T04:04:51.353Z[ host-image] Sep 15 04:04:50.360 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111812026-09-15T04:04:51.356Z[ host-image] Sep 15 04:04:50.361 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111822026-09-15T04:04:51.625Z[ host-image] Sep 15 04:04:50.632 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)
111832026-09-15T04:04:51.625Z[ host-image] Sep 15 04:04:50.632 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)
111842026-09-15T04:04:51.626Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling proc-macro2 v1.0.106
111852026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling quote v1.0.45
111862026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling unicode-ident v1.0.24
111872026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling syn v1.0.109
111882026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling x86 v0.52.0
111892026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111902026-09-15T04:04:51.629Z[ host-image] Sep 15 04:04:50.632 INFO E| Compiling seq-macro v0.3.6
111912026-09-15T04:04:52.542Z[ host-image] Sep 15 04:04:51.548 INFO E| Compiling syn v2.0.117
111922026-09-15T04:04:53.841Z[ host-image] Sep 15 04:04:52.847 INFO E| Compiling scroll_derive v0.13.1
111932026-09-15T04:04:54.778Z[ host-image] Sep 15 04:04:53.784 INFO E| Compiling bitstruct_derive v0.1.0
111942026-09-15T04:04:55.828Z[ recovery-image] Sep 15 04:04:54.835 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)
111952026-09-15T04:04:57.921Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling bitflags v1.3.2
111962026-09-15T04:04:57.921Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling bit_field v0.10.3
111972026-09-15T04:04:57.921Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling adler2 v2.0.1
111982026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling bitflags v2.13.0
111992026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling plain v0.2.3
112002026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling log v0.4.32
112012026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling scroll v0.13.0
112022026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling static_assertions v1.1.0
112032026-09-15T04:04:57.925Z[ recovery-image] Sep 15 04:04:56.928 INFO E| Compiling bitstruct v0.1.1
112042026-09-15T04:04:57.971Z[ recovery-image] Sep 15 04:04:56.977 INFO E| Compiling raw-cpuid v10.7.0
112052026-09-15T04:04:58.013Z[ recovery-image] Sep 15 04:04:57.019 INFO E| Compiling miniz_oxide v0.9.1
112062026-09-15T04:04:58.083Z[ recovery-image] Sep 15 04:04:57.089 INFO E| Compiling cpio_reader v0.1.2
112072026-09-15T04:04:58.148Z[ recovery-image] Sep 15 04:04:57.155 INFO E| Compiling goblin v0.10.7
112082026-09-15T04:05:00.950Z[ recovery-image] Sep 15 04:04:59.954 INFO E| Finished `release` profile [optimized] target(s) in 18.08s
112092026-09-15T04:05:00.967Z[ recovery-image] Sep 15 04:04:59.974 INFO building ROM for gimlet
112102026-09-15T04:05:00.967Z[ recovery-image] Sep 15 04:04:59.974 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")
112112026-09-15T04:05:01.047Z[ recovery-image] Sep 15 04:05:00.053 INFO E| Downloading crates ...
112122026-09-15T04:05:01.113Z[ recovery-image] Sep 15 04:05:00.119 INFO E| Downloaded is_terminal_polyfill v1.70.1
112132026-09-15T04:05:01.117Z[ recovery-image] Sep 15 04:05:00.124 INFO E| Downloaded colorchoice v1.0.3
112142026-09-15T04:05:01.121Z[ recovery-image] Sep 15 04:05:00.125 INFO E| Downloaded toml_datetime v0.6.9
112152026-09-15T04:05:01.121Z[ recovery-image] Sep 15 04:05:00.126 INFO E| Downloaded toml_write v0.1.1
112162026-09-15T04:05:01.124Z[ recovery-image] Sep 15 04:05:00.130 INFO E| Downloaded clap_lex v0.7.4
112172026-09-15T04:05:01.124Z[ recovery-image] Sep 15 04:05:00.131 INFO E| Downloaded shared_child v1.0.1
112182026-09-15T04:05:01.128Z[ recovery-image] Sep 15 04:05:00.132 INFO E| Downloaded anstyle-query v1.1.2
112192026-09-15T04:05:01.128Z[ recovery-image] Sep 15 04:05:00.132 INFO E| Downloaded anstyle v1.0.10
112202026-09-15T04:05:01.131Z[ recovery-image] Sep 15 04:05:00.135 INFO E| Downloaded serde_spanned v0.6.8
112212026-09-15T04:05:01.131Z[ recovery-image] Sep 15 04:05:00.137 INFO E| Downloaded os_pipe v1.2.1
112222026-09-15T04:05:01.131Z[ recovery-image] Sep 15 04:05:00.137 INFO E| Downloaded clap_derive v4.5.32
112232026-09-15T04:05:01.135Z[ recovery-image] Sep 15 04:05:00.141 INFO E| Downloaded clap_builder v4.5.37
112242026-09-15T04:05:01.138Z[ recovery-image] Sep 15 04:05:00.145 INFO E| Downloaded duct v0.13.7
112252026-09-15T04:05:01.142Z[ recovery-image] Sep 15 04:05:00.146 INFO E| Downloaded anstream v0.6.18
112262026-09-15T04:05:01.142Z[ recovery-image] Sep 15 04:05:00.147 INFO E| Downloaded anstyle-parse v0.2.6
112272026-09-15T04:05:01.145Z[ recovery-image] Sep 15 04:05:00.151 INFO E| Downloaded toml v0.8.22
112282026-09-15T04:05:01.163Z[ recovery-image] Sep 15 04:05:00.170 INFO E| Downloaded clap v4.5.37
112292026-09-15T04:05:01.168Z[ recovery-image] Sep 15 04:05:00.175 INFO E| Downloaded cc v1.2.20
112302026-09-15T04:05:01.173Z[ recovery-image] Sep 15 04:05:00.177 INFO E| Downloaded winnow v0.7.7
112312026-09-15T04:05:01.177Z[ recovery-image] Sep 15 04:05:00.182 INFO E| Downloaded toml_edit v0.22.26
112322026-09-15T04:05:01.207Z[ recovery-image] Sep 15 04:05:00.211 INFO E| Compiling libc v0.2.172
112332026-09-15T04:05:01.208Z[ recovery-image] Sep 15 04:05:00.211 INFO E| Compiling utf8parse v0.2.2
112342026-09-15T04:05:01.211Z[ recovery-image] Sep 15 04:05:00.211 INFO E| Compiling is_terminal_polyfill v1.70.1
112352026-09-15T04:05:01.211Z[ recovery-image] Sep 15 04:05:00.212 INFO E| Compiling equivalent v1.0.2
112362026-09-15T04:05:01.211Z[ recovery-image] Sep 15 04:05:00.212 INFO E| Compiling shlex v1.3.0
112372026-09-15T04:05:01.211Z[ recovery-image] Sep 15 04:05:00.212 INFO E| Compiling hashbrown v0.15.2
112382026-09-15T04:05:01.211Z[ recovery-image] Sep 15 04:05:00.212 INFO E| Compiling once_cell v1.21.3
112392026-09-15T04:05:01.222Z[ recovery-image] Sep 15 04:05:00.229 INFO E| Compiling anstyle-query v1.1.2
112402026-09-15T04:05:01.226Z[ recovery-image] Sep 15 04:05:00.229 INFO E| Compiling colorchoice v1.0.3
112412026-09-15T04:05:01.226Z[ recovery-image] Sep 15 04:05:00.229 INFO E| Compiling anstyle v1.0.10
112422026-09-15T04:05:01.226Z[ recovery-image] Sep 15 04:05:00.229 INFO E| Compiling strsim v0.11.1
112432026-09-15T04:05:01.226Z[ recovery-image] Sep 15 04:05:00.230 INFO E| Compiling clap_lex v0.7.4
112442026-09-15T04:05:01.238Z[ recovery-image] Sep 15 04:05:00.244 INFO E| Compiling winnow v0.7.7
112452026-09-15T04:05:01.238Z[ recovery-image] Sep 15 04:05:00.244 INFO E| Compiling toml_write v0.1.1
112462026-09-15T04:05:01.246Z[ recovery-image] Sep 15 04:05:00.253 INFO E| Compiling anyhow v1.0.98
112472026-09-15T04:05:01.249Z[ recovery-image] Sep 15 04:05:00.256 INFO E| Compiling syn v2.0.101
112482026-09-15T04:05:01.371Z[ recovery-image] Sep 15 04:05:00.376 INFO E| Compiling anstyle-parse v0.2.6
112492026-09-15T04:05:01.371Z[ recovery-image] Sep 15 04:05:00.376 INFO E| Compiling cc v1.2.20
112502026-09-15T04:05:01.531Z[ recovery-image] Sep 15 04:05:00.537 INFO E| Compiling anstream v0.6.18
112512026-09-15T04:05:01.677Z[ recovery-image] Sep 15 04:05:00.684 INFO E| Compiling indexmap v2.9.0
112522026-09-15T04:05:01.728Z[ recovery-image] Sep 15 04:05:00.734 INFO E| Compiling clap_builder v4.5.37
112532026-09-15T04:05:01.874Z[ recovery-image] Sep 15 04:05:00.880 INFO E| Compiling os_pipe v1.2.1
112542026-09-15T04:05:01.874Z[ recovery-image] Sep 15 04:05:00.880 INFO E| Compiling shared_child v1.0.1
112552026-09-15T04:05:01.988Z[ recovery-image] Sep 15 04:05:00.995 INFO E| Compiling duct v0.13.7
112562026-09-15T04:05:02.453Z[ recovery-image] Sep 15 04:05:01.459 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112572026-09-15T04:05:03.374Z[ recovery-image] Sep 15 04:05:02.380 INFO E| Compiling serde_derive v1.0.219
112582026-09-15T04:05:03.374Z[ recovery-image] Sep 15 04:05:02.380 INFO E| Compiling clap_derive v4.5.32
112592026-09-15T04:05:04.158Z[ host-image] Sep 15 04:05:03.165 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)
112602026-09-15T04:05:04.912Z[ recovery-image] Sep 15 04:05:03.918 INFO E| Compiling clap v4.5.37
112612026-09-15T04:05:05.602Z[ recovery-image] Sep 15 04:05:04.609 INFO E| Compiling serde v1.0.219
112622026-09-15T04:05:06.573Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling bitflags v1.3.2
112632026-09-15T04:05:06.573Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling plain v0.2.3
112642026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling bitflags v2.13.0
112652026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling adler2 v2.0.1
112662026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling log v0.4.32
112672026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling scroll v0.13.0
112682026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling bit_field v0.10.3
112692026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling static_assertions v1.1.0
112702026-09-15T04:05:06.577Z[ host-image] Sep 15 04:05:05.579 INFO E| Compiling bitstruct v0.1.1
112712026-09-15T04:05:06.647Z[ host-image] Sep 15 04:05:05.654 INFO E| Compiling raw-cpuid v10.7.0
112722026-09-15T04:05:06.672Z[ host-image] Sep 15 04:05:05.678 INFO E| Compiling miniz_oxide v0.9.1
112732026-09-15T04:05:06.754Z[ host-image] Sep 15 04:05:05.760 INFO E| Compiling cpio_reader v0.1.2
112742026-09-15T04:05:06.827Z[ host-image] Sep 15 04:05:05.833 INFO E| Compiling goblin v0.10.7
112752026-09-15T04:05:07.867Z[ recovery-image] Sep 15 04:05:06.873 INFO E| Compiling serde_spanned v0.6.8
112762026-09-15T04:05:07.867Z[ recovery-image] Sep 15 04:05:06.873 INFO E| Compiling toml_datetime v0.6.9
112772026-09-15T04:05:08.058Z[ recovery-image] Sep 15 04:05:07.063 INFO E| Compiling toml_edit v0.22.26
112782026-09-15T04:05:09.480Z[ recovery-image] Sep 15 04:05:08.486 INFO E| Compiling toml v0.8.22
112792026-09-15T04:05:10.264Z[ host-image] Sep 15 04:05:09.271 INFO E| Finished `release` profile [optimized] target(s) in 18.89s
112802026-09-15T04:05:10.286Z[ host-image] Sep 15 04:05:09.293 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112812026-09-15T04:05:10.286Z[ host-image] Sep 15 04:05:09.293 INFO building ROM for gimlet
112822026-09-15T04:05:10.286Z[ host-image] Sep 15 04:05:09.293 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")
112832026-09-15T04:05:10.388Z[ host-image] Sep 15 04:05:09.395 INFO E| Blocking waiting for file lock on build directory
112842026-09-15T04:05:11.879Z[ recovery-image] Sep 15 04:05:10.885 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s
112852026-09-15T04:05:11.889Z[ host-image] Sep 15 04:05:10.894 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
112862026-09-15T04:05:11.895Z[ recovery-image] Sep 15 04:05:10.895 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`
112872026-09-15T04:05:11.895Z[ host-image] Sep 15 04:05:10.898 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`
112882026-09-15T04:05:11.910Z[ recovery-image] Sep 15 04:05:10.916 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112892026-09-15T04:05:11.913Z[ host-image] Sep 15 04:05:10.917 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112902026-09-15T04:05:11.934Z[ host-image] Sep 15 04:05:10.940 INFO E| Blocking waiting for file lock on package cache
112912026-09-15T04:05:11.958Z[ recovery-image] Sep 15 04:05:10.965 INFO E| Blocking waiting for file lock on package cache
112922026-09-15T04:05:11.983Z[ host-image] Sep 15 04:05:10.989 INFO E| Blocking waiting for file lock on package cache
112932026-09-15T04:05:11.986Z[ recovery-image] Sep 15 04:05:10.990 INFO E| Blocking waiting for file lock on package cache
112942026-09-15T04:05:11.986Z[ host-image] Sep 15 04:05:10.992 INFO E| Blocking waiting for file lock on package cache
112952026-09-15T04:05:12.004Z[ recovery-image] Sep 15 04:05:11.010 INFO E| Blocking waiting for file lock on package cache
112962026-09-15T04:05:12.020Z[ recovery-image] Sep 15 04:05:11.026 INFO E| Blocking waiting for file lock on build directory
112972026-09-15T04:05:12.034Z[ host-image] Sep 15 04:05:11.040 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112982026-09-15T04:05:12.038Z[ host-image] Sep 15 04:05:11.045 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`
112992026-09-15T04:05:12.045Z[ recovery-image] Sep 15 04:05:11.052 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
113002026-09-15T04:05:12.050Z[ recovery-image] Sep 15 04:05:11.057 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`
113012026-09-15T04:05:12.181Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113022026-09-15T04:05:12.181Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113032026-09-15T04:05:12.181Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113042026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113052026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113062026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113072026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113082026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113092026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113102026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113112026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113122026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113132026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113142026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113152026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113162026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.188 INFO O| Info: ABL version: 0x100f5010
113172026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113182026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113192026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113202026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113212026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113222026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113232026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113242026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113252026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113262026-09-15T04:05:12.185Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113272026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113282026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113292026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113302026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113312026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113322026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113332026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113342026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113352026-09-15T04:05:12.186Z[ host-image] Sep 15 04:05:11.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113362026-09-15T04:05:12.193Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113372026-09-15T04:05:12.193Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113382026-09-15T04:05:12.193Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113392026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113402026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113412026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113422026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113432026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113442026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113452026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113462026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113472026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113482026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113492026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113502026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113512026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO O| Info: ABL version: 0x100f5010
113522026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.200 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113532026-09-15T04:05:12.197Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113542026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113552026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113562026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113572026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113582026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113592026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113602026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113612026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113622026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113632026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113642026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113652026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113662026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113672026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113682026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113692026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113702026-09-15T04:05:12.198Z[ recovery-image] Sep 15 04:05:11.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113712026-09-15T04:05:12.225Z[ host-image] Sep 15 04:05:11.231 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113722026-09-15T04:05:12.225Z[ host-image] Sep 15 04:05:11.231 INFO building ROM for cosmo
113732026-09-15T04:05:12.225Z[ host-image] Sep 15 04:05:11.231 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")
113742026-09-15T04:05:12.240Z[ recovery-image] Sep 15 04:05:11.246 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113752026-09-15T04:05:12.240Z[ recovery-image] Sep 15 04:05:11.246 INFO building ROM for cosmo
113762026-09-15T04:05:12.240Z[ recovery-image] Sep 15 04:05:11.246 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")
113772026-09-15T04:05:12.301Z[ recovery-image] Sep 15 04:05:11.307 INFO E| Blocking waiting for file lock on package cache
113782026-09-15T04:05:12.312Z[ host-image] Sep 15 04:05:11.318 INFO E| Blocking waiting for file lock on package cache
113792026-09-15T04:05:12.337Z[ host-image] Sep 15 04:05:11.343 INFO E| Blocking waiting for file lock on package cache
113802026-09-15T04:05:12.340Z[ recovery-image] Sep 15 04:05:11.344 INFO E| Blocking waiting for file lock on package cache
113812026-09-15T04:05:12.349Z[ host-image] Sep 15 04:05:11.354 INFO E| Blocking waiting for file lock on package cache
113822026-09-15T04:05:12.359Z[ recovery-image] Sep 15 04:05:11.366 INFO E| Blocking waiting for file lock on build directory
113832026-09-15T04:05:12.366Z[ host-image] Sep 15 04:05:11.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
113842026-09-15T04:05:12.374Z[ recovery-image] Sep 15 04:05:11.380 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
113852026-09-15T04:05:12.399Z[ recovery-image] Sep 15 04:05:11.388 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`
113862026-09-15T04:05:12.399Z[ recovery-image] Sep 15 04:05:11.403 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113872026-09-15T04:05:12.408Z[ host-image] Sep 15 04:05:11.413 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`
113882026-09-15T04:05:12.465Z[ host-image] Sep 15 04:05:11.471 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113892026-09-15T04:05:12.488Z[ host-image] Sep 15 04:05:11.494 INFO E| Blocking waiting for file lock on package cache
113902026-09-15T04:05:12.491Z[ recovery-image] Sep 15 04:05:11.496 INFO E| Blocking waiting for file lock on package cache
113912026-09-15T04:05:12.528Z[ recovery-image] Sep 15 04:05:11.534 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
113922026-09-15T04:05:12.532Z[ recovery-image] Sep 15 04:05:11.539 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`
113932026-09-15T04:05:12.546Z[ host-image] Sep 15 04:05:11.553 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
113942026-09-15T04:05:12.551Z[ host-image] Sep 15 04:05:11.557 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`
113952026-09-15T04:05:12.748Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113962026-09-15T04:05:12.748Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113972026-09-15T04:05:12.749Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113982026-09-15T04:05:12.749Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113992026-09-15T04:05:12.749Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114002026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114012026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114022026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114032026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114042026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114052026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114062026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114072026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114082026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114092026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114102026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114112026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114122026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114132026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114142026-09-15T04:05:12.753Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114152026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114162026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114172026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114182026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114192026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114202026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114212026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114222026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114232026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114242026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114252026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114262026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114272026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114282026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114292026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114302026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114312026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114322026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114332026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114342026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114352026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114362026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114372026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114382026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114392026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114402026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114412026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114422026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114432026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114442026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114452026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114462026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114472026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114482026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.756 INFO O| Info: ABL version: 0x100af010
114492026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.757 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114502026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.757 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114512026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114522026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114532026-09-15T04:05:12.754Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114542026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114552026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114562026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114572026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114582026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114592026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114602026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114612026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114622026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114632026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114642026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114652026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114662026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114672026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114682026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114692026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114702026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114712026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114722026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114732026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114742026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114752026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114762026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114772026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114782026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114792026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114802026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114812026-09-15T04:05:12.755Z[ recovery-image] Sep 15 04:05:11.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114822026-09-15T04:05:12.769Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114832026-09-15T04:05:12.769Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114842026-09-15T04:05:12.769Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114852026-09-15T04:05:12.769Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114862026-09-15T04:05:12.773Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114872026-09-15T04:05:12.773Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114882026-09-15T04:05:12.773Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114892026-09-15T04:05:12.773Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114902026-09-15T04:05:12.773Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114912026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114922026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114932026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114942026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114952026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114962026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114972026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114982026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114992026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
115002026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
115012026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
115022026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
115032026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
115042026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
115052026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
115062026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
115072026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
115082026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
115092026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
115102026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
115112026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
115122026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
115132026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
115142026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
115152026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115162026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115172026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115182026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115192026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115202026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115212026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115222026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115232026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115242026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115252026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115262026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115272026-09-15T04:05:12.774Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115282026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115292026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115302026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115312026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115322026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115332026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115342026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115352026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO O| Info: ABL version: 0x100af010
115362026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115372026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115382026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115392026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115402026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115412026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115422026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115432026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115442026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115452026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115462026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115472026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115482026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115492026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115502026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115512026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115522026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115532026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115542026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115552026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115562026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115572026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115582026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115592026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115602026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115612026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115622026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115632026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115642026-09-15T04:05:12.775Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115652026-09-15T04:05:12.776Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115662026-09-15T04:05:12.776Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115672026-09-15T04:05:12.776Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115682026-09-15T04:05:12.776Z[ host-image] Sep 15 04:05:11.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115692026-09-15T04:05:12.791Z[ recovery-image] Sep 15 04:05:11.798 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115702026-09-15T04:05:12.791Z[ recovery-image] Sep 15 04:05:11.798 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115712026-09-15T04:05:12.812Z[ host-image] Sep 15 04:05:11.818 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115722026-09-15T04:05:13.919Z[ recovery-image] Sep 15 04:05:12.926 INFO image complete! materials are in "/work/os-recovery"
115732026-09-15T04:05:13.924Z[ recovery-image]
115742026-09-15T04:05:13.924Z[ recovery-image] real 3:25.326259067
115752026-09-15T04:05:13.924Z[ recovery-image] user 2:37.138084769
115762026-09-15T04:05:13.924Z[ recovery-image] sys 39.415343959
115772026-09-15T04:05:13.924Z[ recovery-image] trap 0.131132330
115782026-09-15T04:05:13.924Z[ recovery-image] tflt 0.648780661
115792026-09-15T04:05:13.924Z[ recovery-image] dflt 0.746605332
115802026-09-15T04:05:13.924Z[ recovery-image] kflt 0.000067280
115812026-09-15T04:05:13.924Z[ recovery-image] lock 7:50.479977417
115822026-09-15T04:05:13.924Z[ recovery-image] slp 18:05.439692715
115832026-09-15T04:05:13.924Z[ recovery-image] lat 35.131357874
115842026-09-15T04:05:13.924Z[ recovery-image] stop 7.474733164
115852026-09-15T04:05:13.924ZSep 15 04:05:12.929 INFO [recovery-image] process exited with exit status: 0 (205.331390613s)
115862026-09-15T04:05:13.924ZSep 15 04:05:12.929 INFO [tuf-v2-recovery] running task
115872026-09-15T04:05:13.928ZSep 15 04:05:12.930 INFO [tuf-v2-recovery] task succeeded (851.321µs)
115882026-09-15T04:05:18.242Z[ host-image] Sep 15 04:05:17.248 INFO image complete! materials are in "/work/os-host"
115892026-09-15T04:05:18.246Z[ host-image]
115902026-09-15T04:05:18.246Z[ host-image] real 4:01.186373434
115912026-09-15T04:05:18.246Z[ host-image] user 2:47.904948219
115922026-09-15T04:05:18.249Z[ host-image] sys 37.835683668
115932026-09-15T04:05:18.249Z[ host-image] trap 0.142414606
115942026-09-15T04:05:18.249Z[ host-image] tflt 0.153385843
115952026-09-15T04:05:18.249Z[ host-image] dflt 0.212394757
115962026-09-15T04:05:18.249Z[ host-image] kflt 0.000293580
115972026-09-15T04:05:18.249Z[ host-image] lock 5:02.204065528
115982026-09-15T04:05:18.249Z[ host-image] slp 20:47.243101688
115992026-09-15T04:05:18.249Z[ host-image] lat 24.735276625
116002026-09-15T04:05:18.249Z[ host-image] stop 1.984322172
116012026-09-15T04:05:18.249ZSep 15 04:05:17.253 INFO [host-image] process exited with exit status: 0 (241.192752221s)
116022026-09-15T04:05:18.249ZSep 15 04:05:17.253 INFO [tuf-v2-host] running task
116032026-09-15T04:05:18.249ZSep 15 04:05:17.253 INFO [tuf-repo] running task
116042026-09-15T04:05:18.249ZSep 15 04:05:17.254 INFO [tuf-v2-host] task succeeded (545.431µs)
116052026-09-15T04:05:18.249ZSep 15 04:05:17.254 INFO [tuf-v2-repo] running task
116062026-09-15T04:05:32.442ZSep 15 04:05:31.447 INFO assembling repository in `/tmp/tufaceousgYIbWh`, component: OmicronRepoAssembler
116072026-09-15T04:05:34.935ZSep 15 04:05:33.941 INFO [tuf-v2-repo] task succeeded (16.68766312s)
116082026-09-15T04:05:36.966ZSep 15 04:05:35.972 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
116092026-09-15T04:05:37.220ZSep 15 04:05:36.226 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
116102026-09-15T04:05:38.964ZSep 15 04:05:37.970 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
116112026-09-15T04:05:39.017ZSep 15 04:05:38.024 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
116122026-09-15T04:05:39.072ZSep 15 04:05:38.078 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116132026-09-15T04:05:39.126ZSep 15 04:05:38.132 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116142026-09-15T04:05:39.182ZSep 15 04:05:38.188 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116152026-09-15T04:05:39.232ZSep 15 04:05:38.239 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116162026-09-15T04:05:39.281ZSep 15 04:05:38.287 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116172026-09-15T04:05:46.797ZSep 15 04:05:45.804 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
116182026-09-15T04:05:46.803ZSep 15 04:05:45.810 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
116192026-09-15T04:05:46.828ZSep 15 04:05:45.834 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
116202026-09-15T04:05:46.887ZSep 15 04:05:45.894 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116212026-09-15T04:05:46.940ZSep 15 04:05:45.947 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116222026-09-15T04:05:47.013ZSep 15 04:05:46.019 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116232026-09-15T04:05:47.078ZSep 15 04:05:46.084 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
116242026-09-15T04:05:47.084ZSep 15 04:05:46.090 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
116252026-09-15T04:05:47.109ZSep 15 04:05:46.115 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
116262026-09-15T04:05:48.299ZSep 15 04:05:47.305 INFO [tuf-repo] task succeeded (30.051590709s)
116272026-09-15T04:09:13.090Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s
116282026-09-15T04:09:13.094Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116292026-09-15T04:09:13.094Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116302026-09-15T04:09:15.718ZSep 15 04:09:14.723 INFO [verify-libraries] process exited with exit status: 0 (447.362852412s)
116312026-09-15T04:09:15.718ZSep 15 04:09:14.723 INFO all jobs completed in 1220.821970299s
116322026-09-15T04:09:16.617Zprocess exited: duration 1433873 ms, exit code 0
 
116332026-09-15T04:09:16.631Zfound 41 output files
116342026-09-15T04:09:16.631Zuploading: /work/manifest.toml (17334 bytes)
116352026-09-15T04:09:17.645Zuploaded: /work/manifest.toml
116362026-09-15T04:09:17.645Zuploading: /work/repo.zip (2352165391 bytes)
116372026-09-15T04:09:50.136Zuploaded: /work/repo.zip
116382026-09-15T04:09:50.136Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116392026-09-15T04:09:51.163Zuploaded: /work/repo.zip.sha256.txt
116402026-09-15T04:09:51.163Zuploading: /work/helios.json (647 bytes)
116412026-09-15T04:09:52.174Zuploaded: /work/helios.json
116422026-09-15T04:09:52.174Zuploading: /work/incorporation.p5m (113595 bytes)
116432026-09-15T04:09:53.189Zuploaded: /work/incorporation.p5m
116442026-09-15T04:09:53.189Zuploading: /work/incorporation.p5p (133120 bytes)
116452026-09-15T04:09:54.206Zuploaded: /work/incorporation.p5p
116462026-09-15T04:09:54.206Zuploading: /work/helios-incorp.log (522 bytes)
116472026-09-15T04:09:55.218Zuploaded: /work/helios-incorp.log
116482026-09-15T04:09:55.218Zuploading: /work/helios-setup.log (57183 bytes)
116492026-09-15T04:09:56.233Zuploaded: /work/helios-setup.log
116502026-09-15T04:09:56.233Zuploading: /work/host-image.log (234872 bytes)
116512026-09-15T04:09:57.251Zuploaded: /work/host-image.log
116522026-09-15T04:09:57.251Zuploading: /work/host-package.log (50383 bytes)
116532026-09-15T04:09:58.267Zuploaded: /work/host-package.log
116542026-09-15T04:09:58.267Zuploading: /work/host-target.log (101 bytes)
116552026-09-15T04:09:59.278Zuploaded: /work/host-target.log
116562026-09-15T04:09:59.278Zuploading: /work/incorp-create.log (0 bytes)
116572026-09-15T04:10:00.287Zuploaded: /work/incorp-create.log
116582026-09-15T04:10:00.287Zuploading: /work/incorp-fmt.log (0 bytes)
116592026-09-15T04:10:01.297Zuploaded: /work/incorp-fmt.log
116602026-09-15T04:10:01.297Zuploading: /work/incorp-pkgsend.log (108 bytes)
116612026-09-15T04:10:02.308Zuploaded: /work/incorp-pkgsend.log
116622026-09-15T04:10:02.309Zuploading: /work/incorp-publisher.log (0 bytes)
116632026-09-15T04:10:03.316Zuploaded: /work/incorp-publisher.log
116642026-09-15T04:10:03.316Zuploading: /work/omicron-package.log (10435 bytes)
116652026-09-15T04:10:04.330Zuploaded: /work/omicron-package.log
116662026-09-15T04:10:04.330Zuploading: /work/recovery-image.log (590705 bytes)
116672026-09-15T04:10:05.353Zuploaded: /work/recovery-image.log
116682026-09-15T04:10:05.353Zuploading: /work/recovery-package.log (2621 bytes)
116692026-09-15T04:10:06.364Zuploaded: /work/recovery-package.log
116702026-09-15T04:10:06.364Zuploading: /work/recovery-target.log (98 bytes)
116712026-09-15T04:10:07.373Zuploaded: /work/recovery-target.log
116722026-09-15T04:10:07.374Zuploading: /work/stamp-clickhouse.log (117 bytes)
116732026-09-15T04:10:08.386Zuploaded: /work/stamp-clickhouse.log
116742026-09-15T04:10:08.386Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116752026-09-15T04:10:09.397Zuploaded: /work/stamp-clickhouse_keeper.log
116762026-09-15T04:10:09.397Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116772026-09-15T04:10:10.407Zuploaded: /work/stamp-clickhouse_server.log
116782026-09-15T04:10:10.407Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116792026-09-15T04:10:11.417Zuploaded: /work/stamp-cockroachdb.log
116802026-09-15T04:10:11.417Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116812026-09-15T04:10:12.427Zuploaded: /work/stamp-crucible-pantry-zone.log
116822026-09-15T04:10:12.427Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116832026-09-15T04:10:13.438Zuploaded: /work/stamp-crucible-utils.log
116842026-09-15T04:10:13.438Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116852026-09-15T04:10:14.450Zuploaded: /work/stamp-crucible-zone.log
116862026-09-15T04:10:14.450Zuploading: /work/stamp-external-dns.log (119 bytes)
116872026-09-15T04:10:15.460Zuploaded: /work/stamp-external-dns.log
116882026-09-15T04:10:15.460Zuploading: /work/stamp-installinator.log (103 bytes)
116892026-09-15T04:10:16.470Zuploaded: /work/stamp-installinator.log
116902026-09-15T04:10:16.470Zuploading: /work/stamp-internal-dns.log (119 bytes)
116912026-09-15T04:10:17.480Zuploaded: /work/stamp-internal-dns.log
116922026-09-15T04:10:17.481Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116932026-09-15T04:10:18.491Zuploaded: /work/stamp-mg-ddm-gz.log
116942026-09-15T04:10:18.491Zuploading: /work/stamp-nexus.log (112 bytes)
116952026-09-15T04:10:19.503Zuploaded: /work/stamp-nexus.log
116962026-09-15T04:10:19.503Zuploading: /work/stamp-ntp.log (110 bytes)
116972026-09-15T04:10:20.513Zuploaded: /work/stamp-ntp.log
116982026-09-15T04:10:20.513Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116992026-09-15T04:10:21.524Zuploaded: /work/stamp-omicron-sled-agent.log
117002026-09-15T04:10:21.524Zuploading: /work/stamp-overlay.log (114 bytes)
117012026-09-15T04:10:22.535Zuploaded: /work/stamp-overlay.log
117022026-09-15T04:10:22.535Zuploading: /work/stamp-oximeter.log (115 bytes)
117032026-09-15T04:10:23.545Zuploaded: /work/stamp-oximeter.log
117042026-09-15T04:10:23.545Zuploading: /work/stamp-oxlog.log (109 bytes)
117052026-09-15T04:10:24.558Zuploaded: /work/stamp-oxlog.log
117062026-09-15T04:10:24.558Zuploading: /work/stamp-probe.log (112 bytes)
117072026-09-15T04:10:25.571Zuploaded: /work/stamp-probe.log
117082026-09-15T04:10:25.574Zuploading: /work/stamp-propolis-server.log (122 bytes)
117092026-09-15T04:10:26.583Zuploaded: /work/stamp-propolis-server.log
117102026-09-15T04:10:26.586Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
117112026-09-15T04:10:27.594Zuploaded: /work/stamp-pumpkind-gz.log
117122026-09-15T04:10:27.597Zuploading: /work/stamp-switch-asic.log (118 bytes)
117132026-09-15T04:10:28.606Zuploaded: /work/stamp-switch-asic.log
117142026-09-15T04:10:28.610Zuploading: /work/verify-libraries.log (51177 bytes)
117152026-09-15T04:10:29.621Zuploaded: /work/verify-libraries.log