01M1M598BBJFFZ43Y7XRS9K6DM: 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: 01M1M5A8XEBG0SNB7KYSY2Q6TJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-03T17:34:30.985Zjob assigned to worker 01M1M5AH5HG778C98QWHF6H3HB [factory aws, i-035125b1061faad15] (queued for 1 m 5 s)
 
22026-09-03T17:34:38.314Zstarting task 0: "setup"
32026-09-03T17:34:38.318Z++ uname -s
42026-09-03T17:34:38.322Z+ kern=SunOS
52026-09-03T17:34:38.322Z+ build_user=build
62026-09-03T17:34:38.322Z+ build_uid=12345
72026-09-03T17:34:38.323Z+ work_dir=/work
82026-09-03T17:34:38.323Z+ input_dir=/input
92026-09-03T17:34:38.323Z+ [[ 0 == 12345 ]]
102026-09-03T17:34:38.323Z+ case "$kern" in
112026-09-03T17:34:38.323Z+ groupadd -g 12345 build
122026-09-03T17:34:38.326Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-03T17:34:40.331Z+ zfs create -o mountpoint=/work rpool/work
142026-09-03T17:34:40.449Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-03T17:34:40.453Z+ home_fs=zfs
162026-09-03T17:34:40.453Z+ [[ zfs == autofs ]]
172026-09-03T17:34:40.453Z+ mkdir -p /home/build
182026-09-03T17:34:40.453Z+ chown build:build /home/build /work
192026-09-03T17:34:42.456Z+ chmod 0700 /home/build /work
202026-09-03T17:34:42.459Zprocess exited: duration 4146 ms, exit code 0
 
212026-09-03T17:34:42.467Zstarting task 1: "rust-toolchain"
222026-09-03T17:34:42.471Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-03T17:34:42.471Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-03T17:34:42.471Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-03T17:34:42.471Z * rust toolchain channel = "1.97.1"
262026-09-03T17:34:42.471Z * rust toolchain profile = "default"
272026-09-03T17:34:42.471Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-03T17:34:42.475Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-03T17:34:42.475Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-03T17:34:42.582Zinfo: downloading installer
312026-09-03T17:34:44.034Zinfo: profile set to default
322026-09-03T17:34:44.034Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-03T17:34:44.038Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-03T17:34:44.168Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-03T17:34:44.171Zinfo: downloading 6 components
362026-09-03T17:34:58.923Z
372026-09-03T17:34:58.923Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
382026-09-03T17:34:58.951Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-03T17:34:58.951Z
402026-09-03T17:34:58.955Z
412026-09-03T17:34:58.955ZRust is installed now. Great!
422026-09-03T17:34:58.955Z
432026-09-03T17:34:58.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-03T17:34:58.955Zenvironment variable. This has not been done automatically.
452026-09-03T17:34:58.955Z
462026-09-03T17:34:58.955ZTo configure your current shell, you need to source
472026-09-03T17:34:58.955Zthe corresponding env file under $HOME/.cargo.
482026-09-03T17:34:58.955Z
492026-09-03T17:34:58.955ZConsider running the right command for your shell (note the leading DOT):
502026-09-03T17:34:58.955Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-03T17:34:58.955Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-03T17:34:58.955ZCC_x86_64-unknown-illumos = None
532026-09-03T17:34:58.955Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-03T17:34:58.955ZCC_x86_64_unknown_illumos = None
552026-09-03T17:34:58.955Zcargo:rerun-if-env-changed=HOST_CC
562026-09-03T17:34:58.955ZHOST_CC = None
572026-09-03T17:34:58.955Zcargo:rerun-if-env-changed=CC
582026-09-03T17:34:58.955ZCC = None
592026-09-03T17:34:58.955Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-03T17:34:59.131Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-03T17:34:59.131ZCRATE_CC_NO_DEFAULTS = None
622026-09-03T17:34:59.131Zcargo:rerun-if-env-changed=CFLAGS
632026-09-03T17:34:59.131ZCFLAGS = None
642026-09-03T17:34:59.131Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-03T17:34:59.131ZHOST_CFLAGS = None
662026-09-03T17:34:59.131Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-03T17:34:59.131ZCFLAGS_x86_64_unknown_illumos = None
682026-09-03T17:34:59.131Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-03T17:34:59.131ZCFLAGS_x86_64-unknown-illumos = None
702026-09-03T17:34:59.237Z+ rustup --version
712026-09-03T17:34:59.242Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-03T17:34:59.245Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-03T17:34:59.265Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-03T17:34:59.269Z+ cargo --version
752026-09-03T17:34:59.276Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-03T17:34:59.279Z+ rustc --version
772026-09-03T17:34:59.299Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-03T17:34:59.303Zprocess exited: duration 16835 ms, exit code 0
 
792026-09-03T17:34:59.309Zstarting task 2: "authentication"
802026-09-03T17:34:59.327Zprocess exited: duration 17 ms, exit code 0
 
812026-09-03T17:34:59.334Zstarting task 3: "clone repository"
822026-09-03T17:34:59.338Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-03T17:34:59.343Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-03T17:34:59.373ZCloning into '/work/oxidecomputer/omicron'...
852026-09-03T17:35:13.787Z+ cd /work/oxidecomputer/omicron
862026-09-03T17:35:13.787Z+ git fetch origin b3215b60695394fe8feca0b2a944bc72de32ec0a
872026-09-03T17:35:14.161ZFrom https://github.com/oxidecomputer/omicron
882026-09-03T17:35:14.161Z * branch b3215b60695394fe8feca0b2a944bc72de32ec0a -> FETCH_HEAD
892026-09-03T17:35:14.174Z+ [[ -n enable-scrimlet-reconcilers-in-tests ]]
902026-09-03T17:35:14.179Z++ git branch --show-current
912026-09-03T17:35:14.179Z+ current=main
922026-09-03T17:35:14.179Z+ [[ main != enable-scrimlet-reconcilers-in-tests ]]
932026-09-03T17:35:14.179Z+ git branch -f enable-scrimlet-reconcilers-in-tests b3215b60695394fe8feca0b2a944bc72de32ec0a
942026-09-03T17:35:14.183Z+ git checkout -f enable-scrimlet-reconcilers-in-tests
952026-09-03T17:35:14.292ZSwitched to branch 'enable-scrimlet-reconcilers-in-tests'
962026-09-03T17:35:14.297Z+ git reset --hard b3215b60695394fe8feca0b2a944bc72de32ec0a
972026-09-03T17:35:14.402ZHEAD is now at b3215b606 EXPECTORATE
982026-09-03T17:35:14.405Zprocess exited: duration 15068 ms, exit code 0
 
992026-09-03T17:35:14.414Zstarting task 4: "build"
1002026-09-03T17:35:14.418Z+ source .github/buildomat/ci-env.sh
1012026-09-03T17:35:14.427Z++ export CARGO_TERM_COLOR=always
1022026-09-03T17:35:14.427Z++ CARGO_TERM_COLOR=always
1032026-09-03T17:35:14.428Z+++ uname -s
1042026-09-03T17:35:14.428Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-03T17:35:14.428Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-03T17:35:14.428Z+ cargo --version
1072026-09-03T17:35:14.435Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-03T17:35:14.435Z+ rustc --version
1092026-09-03T17:35:14.454Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-03T17:35:14.457Z+ cargo tree --locked
1112026-09-03T17:35:14.623Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-03T17:35:14.979Z Updating crates.io index
1132026-09-03T17:35:14.983Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-03T17:35:15.287Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-03T17:35:15.715Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-03T17:35:16.037Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-03T17:35:17.105Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-03T17:35:17.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-03T17:35:19.411Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-03T17:35:20.358Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-03T17:35:20.873Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-03T17:35:21.358Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-03T17:35:25.138Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-03T17:35:25.446Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-03T17:35:25.877Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-03T17:35:26.439Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-03T17:35:26.772Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-03T17:35:27.068Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-03T17:35:27.412Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-03T17:35:27.706Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-03T17:35:28.047Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-03T17:35:28.397Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-03T17:35:28.968Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-03T17:35:29.286Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-03T17:35:29.914Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-03T17:35:30.329Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-03T17:35:30.637Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-03T17:35:31.072Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-03T17:35:31.397Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-03T17:35:31.820Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-03T17:35:32.507Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-03T17:35:32.848Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-03T17:35:33.201Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-03T17:35:33.677Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-03T17:35:34.270Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-03T17:35:34.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-03T17:35:35.197Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-03T17:35:35.540Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-03T17:35:35.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-03T17:35:36.174Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-03T17:35:36.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-03T17:35:36.812Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-03T17:35:37.138Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-03T17:35:37.613Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-03T17:35:41.018Z Downloading crates ...
1562026-09-03T17:35:41.063Z Downloaded cobs v0.3.0
1572026-09-03T17:35:41.078Z Downloaded cpubits v0.1.1
1582026-09-03T17:35:41.085Z Downloaded crucible-workspace-hack v0.1.0
1592026-09-03T17:35:41.089Z Downloaded darling_macro v0.20.11
1602026-09-03T17:35:41.092Z Downloaded colorchoice v1.0.4
1612026-09-03T17:35:41.092Z Downloaded crunchy v0.2.4
1622026-09-03T17:35:41.096Z Downloaded heapless v0.8.0
1632026-09-03T17:35:41.096Z Downloaded compression-core v0.4.31
1642026-09-03T17:35:41.096Z Downloaded constant_time_eq v0.3.1
1652026-09-03T17:35:41.096Z Downloaded defmt v0.3.100
1662026-09-03T17:35:41.096Z Downloaded diesel_table_macro_syntax v0.3.0
1672026-09-03T17:35:41.100Z Downloaded home v0.5.12
1682026-09-03T17:35:41.100Z Downloaded cmake v0.1.57
1692026-09-03T17:35:41.101Z Downloaded convert_case v0.10.0
1702026-09-03T17:35:41.101Z Downloaded compression-codecs v0.4.37
1712026-09-03T17:35:41.101Z Downloaded hash32 v0.3.1
1722026-09-03T17:35:41.101Z Downloaded hyper-tls v0.6.0
1732026-09-03T17:35:41.105Z Downloaded clap_lex v1.0.0
1742026-09-03T17:35:41.105Z Downloaded hex-literal v1.1.0
1752026-09-03T17:35:41.105Z Downloaded hostname v0.4.2
1762026-09-03T17:35:41.109Z Downloaded convert_case v0.4.0
1772026-09-03T17:35:41.112Z Downloaded hex v0.4.3
1782026-09-03T17:35:41.112Z Downloaded is_ci v1.2.0
1792026-09-03T17:35:41.112Z Downloaded cpufeatures v0.3.0
1802026-09-03T17:35:41.116Z Downloaded cpufeatures v0.2.17
1812026-09-03T17:35:41.120Z Downloaded heck v0.5.0
1822026-09-03T17:35:41.120Z Downloaded cipher v0.5.2
1832026-09-03T17:35:41.124Z Downloaded deranged v0.5.8
1842026-09-03T17:35:41.124Z Downloaded guppy-workspace-hack v0.1.0
1852026-09-03T17:35:41.124Z Downloaded hybrid-array v0.4.13
1862026-09-03T17:35:41.124Z Downloaded hash32 v0.2.1
1872026-09-03T17:35:41.128Z Downloaded crc-catalog v2.4.0
1882026-09-03T17:35:41.131Z Downloaded crc v3.4.0
1892026-09-03T17:35:41.131Z Downloaded impl-trait-for-tuples v0.2.3
1902026-09-03T17:35:41.135Z Downloaded indoc v2.0.7
1912026-09-03T17:35:41.135Z Downloaded addr2line v0.25.1
1922026-09-03T17:35:41.135Z Downloaded concurrent-queue v2.5.0
1932026-09-03T17:35:41.139Z Downloaded critical-section v1.2.0
1942026-09-03T17:35:41.139Z Downloaded colored v2.2.0
1952026-09-03T17:35:41.139Z Downloaded criterion-plot v0.6.0
1962026-09-03T17:35:41.139Z Downloaded crc8 v0.1.1
1972026-09-03T17:35:41.142Z Downloaded crossbeam-epoch v0.9.18
1982026-09-03T17:35:41.147Z Downloaded debug-ignore v1.0.5
1992026-09-03T17:35:41.151Z Downloaded curve25519-dalek-derive v0.1.1
2002026-09-03T17:35:41.151Z Downloaded const_format_proc_macros v0.2.34
2012026-09-03T17:35:41.157Z Downloaded crypto-common v0.2.2
2022026-09-03T17:35:41.161Z Downloaded defmt-parser v1.0.0
2032026-09-03T17:35:41.161Z Downloaded half v1.8.3
2042026-09-03T17:35:41.164Z Downloaded darling_macro v0.13.4
2052026-09-03T17:35:41.164Z Downloaded darling_macro v0.23.0
2062026-09-03T17:35:41.165Z Downloaded icu_provider v2.1.1
2072026-09-03T17:35:41.168Z Downloaded hubpack v0.1.2
2082026-09-03T17:35:41.172Z Downloaded headers-core v0.3.0
2092026-09-03T17:35:41.172Z Downloaded hex-literal v0.4.1
2102026-09-03T17:35:41.175Z Downloaded heck v0.4.1
2112026-09-03T17:35:41.175Z Downloaded humantime v2.3.0
2122026-09-03T17:35:41.179Z Downloaded darling_macro v0.21.3
2132026-09-03T17:35:41.179Z Downloaded derive_builder_macro v0.20.2
2142026-09-03T17:35:41.183Z Downloaded http-body v1.0.1
2152026-09-03T17:35:41.183Z Downloaded hostname v0.3.1
2162026-09-03T17:35:41.183Z Downloaded http-range v0.1.5
2172026-09-03T17:35:41.183Z Downloaded hubpack_derive v0.1.1
2182026-09-03T17:35:41.183Z Downloaded jiff-static v0.2.34
2192026-09-03T17:35:41.188Z Downloaded cstr-argument v0.1.2
2202026-09-03T17:35:41.188Z Downloaded crypto-common v0.1.7
2212026-09-03T17:35:41.188Z Downloaded inout v0.1.4
2222026-09-03T17:35:41.192Z Downloaded console v0.15.11
2232026-09-03T17:35:41.195Z Downloaded constant_time_eq v0.4.2
2242026-09-03T17:35:41.199Z Downloaded crossbeam-deque v0.8.6
2252026-09-03T17:35:41.203Z Downloaded const-oid v0.10.2
2262026-09-03T17:35:41.206Z Downloaded cookie v0.18.1
2272026-09-03T17:35:41.206Z Downloaded crc-any v2.5.0
2282026-09-03T17:35:41.210Z Downloaded httpdate v1.0.3
2292026-09-03T17:35:41.214Z Downloaded corncobs v0.1.4
2302026-09-03T17:35:41.217Z Downloaded internet-checksum v0.2.1
2312026-09-03T17:35:41.217Z Downloaded indent_write v2.2.0
2322026-09-03T17:35:41.218Z Downloaded inout v0.2.2
2332026-09-03T17:35:41.218Z Downloaded instability v0.3.11
2342026-09-03T17:35:41.218Z Downloaded derive-ex v0.1.8
2352026-09-03T17:35:41.221Z Downloaded async-object-pool v0.2.0
2362026-09-03T17:35:41.221Z Downloaded bb8 v0.8.6
2372026-09-03T17:35:41.221Z Downloaded data-encoding v2.10.0
2382026-09-03T17:35:41.221Z Downloaded der_derive v0.7.3
2392026-09-03T17:35:41.227Z Downloaded indoc v1.0.9
2402026-09-03T17:35:41.227Z Downloaded is-terminal v0.4.17
2412026-09-03T17:35:41.227Z Downloaded ident_case v1.0.1
2422026-09-03T17:35:41.227Z Downloaded block-padding v0.4.2
2432026-09-03T17:35:41.230Z Downloaded cfg_aliases v0.2.1
2442026-09-03T17:35:41.230Z Downloaded ciborium-io v0.2.2
2452026-09-03T17:35:41.230Z Downloaded olpc-cjson v0.1.4
2462026-09-03T17:35:41.230Z Downloaded oxide-generation-macros v0.2.0
2472026-09-03T17:35:41.230Z Downloaded clang-sys v1.8.1
2482026-09-03T17:35:41.234Z Downloaded clap_derive v4.6.1
2492026-09-03T17:35:41.234Z Downloaded idna_adapter v1.2.1
2502026-09-03T17:35:41.234Z Downloaded illumos-nvpair-sys v0.2.0
2512026-09-03T17:35:41.234Z Downloaded crossbeam-utils v0.8.21
2522026-09-03T17:35:41.239Z Downloaded darling v0.13.4
2532026-09-03T17:35:41.242Z Downloaded instant v0.1.13
2542026-09-03T17:35:41.242Z Downloaded is_terminal_polyfill v1.70.2
2552026-09-03T17:35:41.242Z Downloaded assert_matches v1.5.0
2562026-09-03T17:35:41.242Z Downloaded base16ct v1.0.0
2572026-09-03T17:35:41.246Z Downloaded csv-core v0.1.13
2582026-09-03T17:35:41.246Z Downloaded ctr v0.10.1
2592026-09-03T17:35:41.249Z Downloaded ctutils v0.4.2
2602026-09-03T17:35:41.249Z Downloaded derive_builder_core v0.20.2
2612026-09-03T17:35:41.249Z Downloaded diesel-dtrace v0.5.0
2622026-09-03T17:35:41.254Z Downloaded illumos-nvpair v0.3.0
2632026-09-03T17:35:41.254Z Downloaded cargo-platform v0.3.2
2642026-09-03T17:35:41.254Z Downloaded opaque-debug v0.3.1
2652026-09-03T17:35:41.254Z Downloaded icu_normalizer_data v2.1.1
2662026-09-03T17:35:41.254Z Downloaded delegate v0.13.5
2672026-09-03T17:35:41.257Z Downloaded defmt v1.0.1
2682026-09-03T17:35:41.257Z Downloaded pathdiff v0.2.3
2692026-09-03T17:35:41.261Z Downloaded clap v4.6.1
2702026-09-03T17:35:41.265Z Downloaded cookie_store v0.22.1
2712026-09-03T17:35:41.268Z Downloaded daft-derive v0.1.8
2722026-09-03T17:35:41.269Z Downloaded derive_more v0.99.20
2732026-09-03T17:35:41.272Z Downloaded const-oid v0.9.6
2742026-09-03T17:35:41.272Z Downloaded colored v3.1.1
2752026-09-03T17:35:41.275Z Downloaded percent-encoding v2.3.2
2762026-09-03T17:35:41.275Z Downloaded phf_shared v0.12.1
2772026-09-03T17:35:41.275Z Downloaded oso-derive v0.27.3
2782026-09-03T17:35:41.275Z Downloaded half v2.7.1
2792026-09-03T17:35:41.279Z Downloaded cmov v0.5.4
2802026-09-03T17:35:41.279Z Downloaded anstyle v1.0.14
2812026-09-03T17:35:41.279Z Downloaded anstyle-parse v0.2.7
2822026-09-03T17:35:41.279Z Downloaded async-recursion v1.1.1
2832026-09-03T17:35:41.285Z Downloaded argon2 v0.5.3
2842026-09-03T17:35:41.285Z Downloaded highway v1.3.0
2852026-09-03T17:35:41.288Z Downloaded hmac v0.13.0
2862026-09-03T17:35:41.288Z Downloaded hickory-client v0.25.2
2872026-09-03T17:35:41.288Z Downloaded bcrypt-pbkdf v0.11.0
2882026-09-03T17:35:41.292Z Downloaded derive_builder v0.20.2
2892026-09-03T17:35:41.292Z Downloaded bitfield v0.19.4
2902026-09-03T17:35:41.292Z Downloaded cexpr v0.6.0
2912026-09-03T17:35:41.296Z Downloaded parse-size v1.1.0
2922026-09-03T17:35:41.296Z Downloaded progenitor-macro v0.13.0
2932026-09-03T17:35:41.300Z Downloaded rfc6979 v0.4.0
2942026-09-03T17:35:41.304Z Downloaded console v0.16.2
2952026-09-03T17:35:41.307Z Downloaded des v0.9.0
2962026-09-03T17:35:41.311Z Downloaded darling v0.23.0
2972026-09-03T17:35:41.314Z Downloaded datatest-stable v0.3.3
2982026-09-03T17:35:41.318Z Downloaded darling v0.20.11
2992026-09-03T17:35:41.321Z Downloaded parse-display-derive v0.10.0
3002026-09-03T17:35:41.321Z Downloaded pbkdf2 v0.13.0
3012026-09-03T17:35:41.321Z Downloaded defmt-macros v1.0.1
3022026-09-03T17:35:41.321Z Downloaded scopeguard v1.2.0
3032026-09-03T17:35:41.325Z Downloaded scroll_derive v0.13.1
3042026-09-03T17:35:41.325Z Downloaded semver v0.1.20
3052026-09-03T17:35:41.325Z Downloaded itoa v1.0.17
3062026-09-03T17:35:41.325Z Downloaded secrecy v0.10.3
3072026-09-03T17:35:41.331Z Downloaded phc v0.6.1
3082026-09-03T17:35:41.334Z Downloaded pin-project-lite v0.2.17
3092026-09-03T17:35:41.334Z Downloaded signature v3.0.0
3102026-09-03T17:35:41.338Z Downloaded sha1 v0.11.0
3112026-09-03T17:35:41.338Z Downloaded ingot v0.2.1
3122026-09-03T17:35:41.342Z Downloaded ipnetwork v0.21.1
3132026-09-03T17:35:41.342Z Downloaded argon2 v0.6.0-rc.8
3142026-09-03T17:35:41.346Z Downloaded async-lock v3.4.2
3152026-09-03T17:35:41.346Z Downloaded pkcs8 v0.10.2
3162026-09-03T17:35:41.346Z Downloaded rustc_version v0.1.7
3172026-09-03T17:35:41.346Z Downloaded sigpipe v0.1.3
3182026-09-03T17:35:41.349Z Downloaded strum v0.26.3
3192026-09-03T17:35:41.349Z Downloaded structmeta-derive v0.3.0
3202026-09-03T17:35:41.353Z Downloaded strum v0.27.2
3212026-09-03T17:35:41.353Z Downloaded bitflags v1.3.2
3222026-09-03T17:35:41.358Z Downloaded hmac v0.12.1
3232026-09-03T17:35:41.358Z Downloaded daft v0.1.8
3242026-09-03T17:35:41.358Z Downloaded parking_lot v0.12.5
3252026-09-03T17:35:41.358Z Downloaded psm v0.1.30
3262026-09-03T17:35:41.362Z Downloaded buf-list v1.1.2
3272026-09-03T17:35:41.362Z Downloaded http-body-util v0.1.3
3282026-09-03T17:35:41.365Z Downloaded tap v1.0.1
3292026-09-03T17:35:41.369Z Downloaded httptest v0.16.4
3302026-09-03T17:35:41.369Z Downloaded termtree v0.5.1
3312026-09-03T17:35:41.372Z Downloaded thread-id v5.1.0
3322026-09-03T17:35:41.372Z Downloaded httparse v1.10.1
3332026-09-03T17:35:41.372Z Downloaded const_format v0.2.35
3342026-09-03T17:35:41.376Z Downloaded crc32fast v1.5.0
3352026-09-03T17:35:41.376Z Downloaded rpassword v7.5.4
3362026-09-03T17:35:41.380Z Downloaded darling_core v0.13.4
3372026-09-03T17:35:41.380Z Downloaded darling v0.21.3
3382026-09-03T17:35:41.384Z Downloaded derive-where v1.6.0
3392026-09-03T17:35:41.384Z Downloaded same-file v1.0.6
3402026-09-03T17:35:41.389Z Downloaded headers v0.4.1
3412026-09-03T17:35:41.392Z Downloaded toml_write v0.1.2
3422026-09-03T17:35:41.392Z Downloaded trait-variant v0.1.2
3432026-09-03T17:35:41.392Z Downloaded ingot-types v0.2.0
3442026-09-03T17:35:41.396Z Downloaded universal-hash v0.5.1
3452026-09-03T17:35:41.400Z Downloaded scrypt v0.12.0
3462026-09-03T17:35:41.400Z Downloaded compact_str v0.8.1
3472026-09-03T17:35:41.400Z Downloaded predicates v3.1.4
3482026-09-03T17:35:41.405Z Downloaded poly1305 v0.8.0
3492026-09-03T17:35:41.405Z Downloaded primeorder v0.13.6
3502026-09-03T17:35:41.405Z Downloaded r2d2 v0.8.10
3512026-09-03T17:35:41.412Z Downloaded progenitor v0.13.0
3522026-09-03T17:35:41.412Z Downloaded quote v1.0.45
3532026-09-03T17:35:41.412Z Downloaded ref-cast v1.0.25
3542026-09-03T17:35:41.412Z Downloaded serdect v0.4.3
3552026-09-03T17:35:41.412Z Downloaded sha1 v0.10.6
3562026-09-03T17:35:41.412Z Downloaded unit-prefix v0.5.2
3572026-09-03T17:35:41.412Z Downloaded allocator-api2 v0.2.21
3582026-09-03T17:35:41.415Z Downloaded supports-hyperlinks v3.2.0
3592026-09-03T17:35:41.416Z Downloaded swrite v0.1.0
3602026-09-03T17:35:41.416Z Downloaded slog-term v2.9.2
3612026-09-03T17:35:41.416Z Downloaded smf v0.2.3
3622026-09-03T17:35:41.416Z Downloaded universal-hash v0.6.1
3632026-09-03T17:35:41.416Z Downloaded usdt-macro v0.6.0
3642026-09-03T17:35:41.416Z Downloaded void v1.0.2
3652026-09-03T17:35:41.421Z Downloaded version_check v0.9.5
3662026-09-03T17:35:41.425Z Downloaded string_cache v0.8.9
3672026-09-03T17:35:41.425Z Downloaded hyper-rustls v0.27.7
3682026-09-03T17:35:41.430Z Downloaded hyper-staticfile v0.10.1
3692026-09-03T17:35:41.433Z Downloaded iana-time-zone v0.1.65
3702026-09-03T17:35:41.437Z Downloaded backon v1.6.0
3712026-09-03T17:35:41.437Z Downloaded yoke-derive v0.8.1
3722026-09-03T17:35:41.440Z Downloaded dunce v1.0.5
3732026-09-03T17:35:41.441Z Downloaded ingot-macros v0.2.0
3742026-09-03T17:35:41.446Z Downloaded dtrace-parser v0.3.0
3752026-09-03T17:35:41.450Z Downloaded target-spec v3.5.7
3762026-09-03T17:35:41.450Z Downloaded thiserror-impl v2.0.18
3772026-09-03T17:35:41.450Z Downloaded time-macros v0.2.27
3782026-09-03T17:35:41.455Z Downloaded darling_core v0.20.11
3792026-09-03T17:35:41.455Z Downloaded oxide-update-engine-types v0.1.2
3802026-09-03T17:35:41.455Z Downloaded darling_core v0.21.3
3812026-09-03T17:35:41.459Z Downloaded blake2b_simd v1.0.4
3822026-09-03T17:35:41.463Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3832026-09-03T17:35:41.463Z Downloaded digest-io v0.1.0
3842026-09-03T17:35:41.463Z Downloaded cancel-safe-futures v0.1.5
3852026-09-03T17:35:41.467Z Downloaded enum-as-inner v0.6.1
3862026-09-03T17:35:41.467Z Downloaded escape8259 v0.5.3
3872026-09-03T17:35:41.467Z Downloaded serde_derive_internals v0.29.1
3882026-09-03T17:35:41.471Z Downloaded crypto-bigint v0.5.5
3892026-09-03T17:35:41.475Z Downloaded serde_spanned v1.1.1
3902026-09-03T17:35:41.478Z Downloaded endian-type v0.1.2
3912026-09-03T17:35:41.478Z Downloaded ssh-encoding v0.3.0
3922026-09-03T17:35:41.482Z Downloaded foreign-types v0.5.0
3932026-09-03T17:35:41.482Z Downloaded generic-array v0.14.7
3942026-09-03T17:35:41.482Z Downloaded crossbeam-channel v0.5.15
3952026-09-03T17:35:41.486Z Downloaded downcast-rs v2.0.2
3962026-09-03T17:35:41.486Z Downloaded dropshot-api-manager-types v0.8.0
3972026-09-03T17:35:41.486Z Downloaded embedded-io v0.4.0
3982026-09-03T17:35:41.486Z Downloaded form_urlencoded v1.2.2
3992026-09-03T17:35:41.486Z Downloaded simd-adler32 v0.3.8
4002026-09-03T17:35:41.490Z Downloaded snafu-derive v0.8.9
4012026-09-03T17:35:41.490Z Downloaded postcard v1.1.3
4022026-09-03T17:35:41.490Z Downloaded vergen-git2 v9.1.0
4032026-09-03T17:35:41.490Z Downloaded git-stub v1.0.0
4042026-09-03T17:35:41.494Z Downloaded kem v0.3.0
4052026-09-03T17:35:41.494Z Downloaded heapless v0.7.17
4062026-09-03T17:35:41.494Z Downloaded lazy_static v1.5.0
4072026-09-03T17:35:41.497Z Downloaded primeorder v0.14.0
4082026-09-03T17:35:41.497Z Downloaded quinn-udp v0.5.14
4092026-09-03T17:35:41.502Z Downloaded tokio-tungstenite v0.21.0
4102026-09-03T17:35:41.502Z Downloaded wyz v0.5.1
4112026-09-03T17:35:41.507Z Downloaded rcgen v0.12.1
4122026-09-03T17:35:41.507Z Downloaded fd-lock v4.0.4
4132026-09-03T17:35:41.507Z Downloaded funty v2.0.0
4142026-09-03T17:35:41.507Z Downloaded futures-task v0.3.32
4152026-09-03T17:35:41.507Z Downloaded whoami v1.6.1
4162026-09-03T17:35:41.511Z Downloaded whoami v2.1.0
4172026-09-03T17:35:41.515Z Downloaded indexmap v1.9.3
4182026-09-03T17:35:41.518Z Downloaded icu_properties v2.1.2
4192026-09-03T17:35:41.518Z Downloaded linkme-impl v0.3.35
4202026-09-03T17:35:41.522Z Downloaded match_cfg v0.1.0
4212026-09-03T17:35:41.522Z Downloaded memmap v0.7.0
4222026-09-03T17:35:41.522Z Downloaded nibble_vec v0.1.0
4232026-09-03T17:35:41.522Z Downloaded ipnet v2.12.0
4242026-09-03T17:35:41.522Z Downloaded newtype-uuid-macros v0.1.0
4252026-09-03T17:35:41.522Z Downloaded newtype_derive v0.1.6
4262026-09-03T17:35:41.528Z Downloaded ignore v0.4.25
4272026-09-03T17:35:41.537Z Downloaded darling_core v0.23.0
4282026-09-03T17:35:41.537Z Downloaded lzss v0.8.2
4292026-09-03T17:35:41.541Z Downloaded tinytemplate v1.2.1
4302026-09-03T17:35:41.542Z Downloaded der v0.7.10
4312026-09-03T17:35:41.542Z Downloaded toml_parser v1.1.2+spec-1.1.0
4322026-09-03T17:35:41.542Z Downloaded tui-tree-widget v0.23.1
4332026-09-03T17:35:41.542Z Downloaded num_enum_derive v0.5.11
4342026-09-03T17:35:41.542Z Downloaded displaydoc v0.2.5
4352026-09-03T17:35:41.546Z Downloaded der v0.8.0
4362026-09-03T17:35:41.546Z Downloaded array-init v0.0.4
4372026-09-03T17:35:41.550Z Downloaded arrayref v0.3.9
4382026-09-03T17:35:41.550Z Downloaded async-stream v0.3.6
4392026-09-03T17:35:41.550Z Downloaded atomicwrites v0.4.4
4402026-09-03T17:35:41.550Z Downloaded mime v0.3.17
4412026-09-03T17:35:41.550Z Downloaded serde_yaml v0.9.34+deprecated
4422026-09-03T17:35:41.554Z Downloaded unicode-properties v0.1.4
4432026-09-03T17:35:41.558Z Downloaded adler2 v2.0.1
4442026-09-03T17:35:41.558Z Downloaded futures-executor v0.3.32
4452026-09-03T17:35:41.564Z Downloaded cast v0.3.0
4462026-09-03T17:35:41.568Z Downloaded git-stub-vcs v0.1.0
4472026-09-03T17:35:41.568Z Downloaded knus-derive v3.4.0
4482026-09-03T17:35:41.568Z Downloaded castaway v0.2.4
4492026-09-03T17:35:41.578Z Downloaded xshell v0.2.7
4502026-09-03T17:35:41.582Z Downloaded term v1.2.1
4512026-09-03T17:35:41.582Z Downloaded zerocopy v0.6.6
4522026-09-03T17:35:41.587Z Downloaded find-msvc-tools v0.1.9
4532026-09-03T17:35:41.587Z Downloaded peg-runtime v0.8.5
4542026-09-03T17:35:41.591Z Downloaded prefix-trie v0.7.0
4552026-09-03T17:35:41.594Z Downloaded rand_xorshift v0.4.0
4562026-09-03T17:35:41.594Z Downloaded anstream v0.6.21
4572026-09-03T17:35:41.598Z Downloaded packed_struct_codegen v0.10.1
4582026-09-03T17:35:41.598Z Downloaded password-hash v0.6.1
4592026-09-03T17:35:41.598Z Downloaded test-strategy v0.4.5
4602026-09-03T17:35:41.602Z Downloaded tinyvec v1.10.0
4612026-09-03T17:35:41.602Z Downloaded potential_utf v0.1.4
4622026-09-03T17:35:41.602Z Downloaded proc-macro-error-attr2 v2.0.0
4632026-09-03T17:35:41.605Z Downloaded proc-macro-error-attr v1.0.4
4642026-09-03T17:35:41.605Z Downloaded progenitor-macro v0.14.0
4652026-09-03T17:35:41.609Z Downloaded quick-error v1.2.3
4662026-09-03T17:35:41.609Z Downloaded libsw v3.5.0
4672026-09-03T17:35:41.609Z Downloaded rfc6979 v0.6.0
4682026-09-03T17:35:41.609Z Downloaded derive_more-impl v2.1.1
4692026-09-03T17:35:41.613Z Downloaded unicode-ident v1.0.24
4702026-09-03T17:35:41.616Z Downloaded indicatif v0.18.4
4712026-09-03T17:35:41.616Z Downloaded icu_normalizer v2.1.1
4722026-09-03T17:35:41.623Z Downloaded ucd-trie v0.1.7
4732026-09-03T17:35:41.626Z Downloaded phf_shared v0.11.3
4742026-09-03T17:35:41.629Z Downloaded bs58 v0.5.1
4752026-09-03T17:35:41.630Z Downloaded recursive v0.1.1
4762026-09-03T17:35:41.630Z Downloaded recursive-proc-macro-impl v0.1.1
4772026-09-03T17:35:41.633Z Downloaded scroll_derive v0.12.1
4782026-09-03T17:35:41.637Z Downloaded signature v2.2.0
4792026-09-03T17:35:41.637Z Downloaded module-lattice v0.2.3
4802026-09-03T17:35:41.640Z Downloaded rustls-platform-verifier v0.6.2
4812026-09-03T17:35:41.644Z Downloaded slog-envlogger v2.2.0
4822026-09-03T17:35:41.644Z Downloaded strsim v0.10.0
4832026-09-03T17:35:41.644Z Downloaded strsim v0.11.1
4842026-09-03T17:35:41.648Z Downloaded cassowary v0.3.0
4852026-09-03T17:35:41.648Z Downloaded oxide-tokio-rt v0.1.4
4862026-09-03T17:35:41.651Z Downloaded russh-util v0.52.0
4872026-09-03T17:35:41.655Z Downloaded serde_derive v1.0.228
4882026-09-03T17:35:41.659Z Downloaded zopfli v0.8.3
4892026-09-03T17:35:41.659Z Downloaded diff v0.1.13
4902026-09-03T17:35:41.664Z Downloaded oxide-generation v0.1.3
4912026-09-03T17:35:41.664Z Downloaded parking_lot_core v0.8.6
4922026-09-03T17:35:41.664Z Downloaded icu_locale_core v2.1.1
4932026-09-03T17:35:41.667Z Downloaded similar v2.7.0
4942026-09-03T17:35:41.667Z Downloaded socket2 v0.5.10
4952026-09-03T17:35:41.671Z Downloaded strip-ansi-escapes v0.2.1
4962026-09-03T17:35:41.671Z Downloaded structmeta v0.3.0
4972026-09-03T17:35:41.671Z Downloaded backoff v0.4.0
4982026-09-03T17:35:41.671Z Downloaded litemap v0.8.1
4992026-09-03T17:35:41.675Z Downloaded criterion v0.7.0
5002026-09-03T17:35:41.678Z Downloaded rsa v0.9.10
5012026-09-03T17:35:41.678Z Downloaded hickory-resolver v0.25.2
5022026-09-03T17:35:41.682Z Downloaded bit-vec v0.6.3
5032026-09-03T17:35:41.682Z Downloaded byteorder v1.5.0
5042026-09-03T17:35:41.682Z Downloaded derive_more v2.1.1
5052026-09-03T17:35:41.688Z Downloaded anstream v1.0.0
5062026-09-03T17:35:41.691Z Downloaded thread-id v4.2.2
5072026-09-03T17:35:41.691Z Downloaded event-listener v5.4.1
5082026-09-03T17:35:41.691Z Downloaded toml_datetime v0.6.11
5092026-09-03T17:35:41.695Z Downloaded terminal_size v0.1.17
5102026-09-03T17:35:41.695Z Downloaded hickory-resolver v0.24.4
5112026-09-03T17:35:41.698Z Downloaded tower-layer v0.3.3
5122026-09-03T17:35:41.698Z Downloaded rusty-fork v0.3.1
5132026-09-03T17:35:41.702Z Downloaded generic-array v1.4.3
5142026-09-03T17:35:41.702Z Downloaded libbz2-rs-sys v0.2.2
5152026-09-03T17:35:41.706Z Downloaded uuid v1.23.4
5162026-09-03T17:35:41.706Z Downloaded scroll v0.13.0
5172026-09-03T17:35:41.709Z Downloaded serde_with_macros v1.5.2
5182026-09-03T17:35:41.713Z Downloaded slog-dtrace v0.3.0
5192026-09-03T17:35:41.713Z Downloaded sqlformat v0.3.5
5202026-09-03T17:35:41.716Z Downloaded rand_core v0.9.5
5212026-09-03T17:35:41.716Z Downloaded usdt v0.5.0
5222026-09-03T17:35:41.720Z Downloaded topological-sort v0.2.2
5232026-09-03T17:35:41.720Z Downloaded postgres-protocol v0.6.10
5242026-09-03T17:35:41.724Z Downloaded diesel_derives v2.3.7
5252026-09-03T17:35:41.727Z Downloaded bumpalo v3.20.2
5262026-09-03T17:35:41.731Z Downloaded steno v0.4.1
5272026-09-03T17:35:41.734Z Downloaded guppy v0.17.25
5282026-09-03T17:35:41.739Z Downloaded hashbrown v0.13.2
5292026-09-03T17:35:41.739Z Downloaded parking_lot v0.11.2
5302026-09-03T17:35:41.743Z Downloaded stringprep v0.1.5
5312026-09-03T17:35:41.743Z Downloaded relative-path v1.9.3
5322026-09-03T17:35:41.743Z Downloaded target-lexicon v0.13.3
5332026-09-03T17:35:41.743Z Downloaded pkcs1 v0.7.5
5342026-09-03T17:35:41.743Z Downloaded pkcs1 v0.8.0-rc.4
5352026-09-03T17:35:41.747Z Downloaded rust-argon2 v2.1.0
5362026-09-03T17:35:41.747Z Downloaded thread_local v1.1.9
5372026-09-03T17:35:41.747Z Downloaded unicode-linebreak v0.1.5
5382026-09-03T17:35:41.747Z Downloaded crossterm v0.28.1
5392026-09-03T17:35:41.751Z Downloaded toml_edit v0.23.10+spec-1.0.0
5402026-09-03T17:35:41.755Z Downloaded tokio-postgres v0.7.16
5412026-09-03T17:35:41.755Z Downloaded zerofrom-derive v0.1.6
5422026-09-03T17:35:41.755Z Downloaded http v1.4.2
5432026-09-03T17:35:41.758Z Downloaded dirs-sys-next v0.1.2
5442026-09-03T17:35:41.758Z Downloaded hashbrown v0.12.3
5452026-09-03T17:35:41.762Z Downloaded p384 v0.14.0
5462026-09-03T17:35:41.762Z Downloaded bitflags v2.11.0
5472026-09-03T17:35:41.765Z Downloaded flume v0.11.1
5482026-09-03T17:35:41.765Z Downloaded serde_tokenstream v0.3.0
5492026-09-03T17:35:41.769Z Downloaded thiserror-impl v1.0.69
5502026-09-03T17:35:41.769Z Downloaded difflib v0.4.0
5512026-09-03T17:35:41.769Z Downloaded float-cmp v0.10.0
5522026-09-03T17:35:41.769Z Downloaded env_filter v2.0.0
5532026-09-03T17:35:41.769Z Downloaded bcs v0.1.6
5542026-09-03T17:35:41.773Z Downloaded zone_cfg_derive v0.3.1
5552026-09-03T17:35:41.773Z Downloaded flagset v0.4.7
5562026-09-03T17:35:41.773Z Downloaded fastrand v2.3.0
5572026-09-03T17:35:41.773Z Downloaded futures-io v0.3.32
5582026-09-03T17:35:41.773Z Downloaded futures-macro v0.3.32
5592026-09-03T17:35:41.777Z Downloaded proc-macro2 v1.0.106
5602026-09-03T17:35:41.777Z Downloaded rand_distr v0.5.1
5612026-09-03T17:35:41.780Z Downloaded blake2 v0.11.0-rc.6
5622026-09-03T17:35:41.780Z Downloaded omicron-zone-package v0.12.3
5632026-09-03T17:35:41.780Z Downloaded camino v1.2.5
5642026-09-03T17:35:41.784Z Downloaded pest_derive v2.8.6
5652026-09-03T17:35:41.784Z Downloaded synstructure v0.13.2
5662026-09-03T17:35:41.784Z Downloaded toml v0.7.8
5672026-09-03T17:35:41.788Z Downloaded tagptr v0.2.0
5682026-09-03T17:35:41.788Z Downloaded dof v0.4.0
5692026-09-03T17:35:41.788Z Downloaded embedded-io v0.6.1
5702026-09-03T17:35:41.788Z Downloaded foreign-types-shared v0.1.1
5712026-09-03T17:35:41.788Z Downloaded libscf-sys v1.2.0
5722026-09-03T17:35:41.791Z Downloaded lru-slab v0.1.2
5732026-09-03T17:35:41.791Z Downloaded maplit v1.0.2
5742026-09-03T17:35:41.791Z Downloaded miette-derive v5.10.0
5752026-09-03T17:35:41.796Z Downloaded itertools v0.12.1
5762026-09-03T17:35:41.799Z Downloaded icu_collections v2.1.1
5772026-09-03T17:35:41.803Z Downloaded indexmap v2.14.0
5782026-09-03T17:35:41.808Z Downloaded hyper-util v0.1.20
5792026-09-03T17:35:41.812Z Downloaded postgres-types v0.2.12
5802026-09-03T17:35:41.812Z Downloaded nonempty v0.12.0
5812026-09-03T17:35:41.812Z Downloaded memoffset v0.9.1
5822026-09-03T17:35:41.815Z Downloaded rsa v0.10.0-rc.18
5832026-09-03T17:35:41.819Z Downloaded num_threads v0.1.7
5842026-09-03T17:35:41.819Z Downloaded pest v2.8.6
5852026-09-03T17:35:41.822Z Downloaded rustls-pemfile v2.2.0
5862026-09-03T17:35:41.822Z Downloaded ecdsa v0.16.9
5872026-09-03T17:35:41.827Z Downloaded base16ct v0.2.0
5882026-09-03T17:35:41.852Z Downloaded ryu v1.0.23
5892026-09-03T17:35:41.852Z Downloaded crossterm v0.29.0
5902026-09-03T17:35:41.852Z Downloaded serde_with v1.14.0
5912026-09-03T17:35:41.853Z Downloaded usdt-impl v0.6.0
5922026-09-03T17:35:41.853Z Downloaded bit-set v0.5.3
5932026-09-03T17:35:41.853Z Downloaded samael v0.0.19
5942026-09-03T17:35:41.853Z Downloaded internal-russh-num-bigint v0.5.0
5952026-09-03T17:35:41.853Z Downloaded cfg-if v1.0.4
5962026-09-03T17:35:41.853Z Downloaded tokio-rustls v0.26.4
5972026-09-03T17:35:41.853Z Downloaded tokio-stream v0.1.18
5982026-09-03T17:35:41.853Z Downloaded chumsky v0.9.3
5992026-09-03T17:35:41.857Z Downloaded serde_core v1.0.228
6002026-09-03T17:35:41.857Z Downloaded openssl-macros v0.1.1
6012026-09-03T17:35:41.857Z Downloaded glob v0.3.3
6022026-09-03T17:35:41.861Z Downloaded libefi-sys v0.1.0
6032026-09-03T17:35:41.861Z Downloaded lock_api v0.4.14
6042026-09-03T17:35:41.861Z Downloaded hashbrown v0.15.5
6052026-09-03T17:35:41.864Z Downloaded itertools v0.10.5
6062026-09-03T17:35:41.868Z Downloaded path-slash v0.1.5
6072026-09-03T17:35:41.868Z Downloaded predicates-core v1.0.10
6082026-09-03T17:35:41.868Z Downloaded plotters-backend v0.3.7
6092026-09-03T17:35:41.868Z Downloaded spin v0.9.8
6102026-09-03T17:35:41.872Z Downloaded env_logger v0.11.11
6112026-09-03T17:35:41.872Z Downloaded newtype-uuid v1.3.2
6122026-09-03T17:35:41.872Z Downloaded openssl-probe v0.1.6
6132026-09-03T17:35:41.877Z Downloaded parse-display v0.10.0
6142026-09-03T17:35:41.877Z Downloaded plotters-svg v0.3.7
6152026-09-03T17:35:41.877Z Downloaded zerocopy-derive v0.7.35
6162026-09-03T17:35:41.877Z Downloaded itertools v0.14.0
6172026-09-03T17:35:41.882Z Downloaded memchr v2.8.0
6182026-09-03T17:35:41.885Z Downloaded hickory-server v0.25.2
6192026-09-03T17:35:41.889Z Downloaded num-derive v0.4.2
6202026-09-03T17:35:41.889Z Downloaded group v0.14.0
6212026-09-03T17:35:41.889Z Downloaded ed25519-dalek v3.0.0
6222026-09-03T17:35:41.893Z Downloaded textwrap v0.15.2
6232026-09-03T17:35:41.896Z Downloaded radium v0.7.0
6242026-09-03T17:35:41.896Z Downloaded anstyle-parse v1.0.0
6252026-09-03T17:35:41.900Z Downloaded rand_chacha v0.3.1
6262026-09-03T17:35:41.900Z Downloaded autocfg v1.5.0
6272026-09-03T17:35:41.900Z Downloaded rand_pcg v0.10.2
6282026-09-03T17:35:41.900Z Downloaded serde-big-array v0.5.1
6292026-09-03T17:35:41.900Z Downloaded shell-words v1.1.1
6302026-09-03T17:35:41.904Z Downloaded signal-hook-tokio v0.3.1
6312026-09-03T17:35:41.904Z Downloaded serde_urlencoded v0.7.1
6322026-09-03T17:35:41.908Z Downloaded group v0.13.0
6332026-09-03T17:35:41.913Z Downloaded linear-map v1.2.0
6342026-09-03T17:35:41.913Z Downloaded miette-derive v7.6.0
6352026-09-03T17:35:41.913Z Downloaded ml-kem v0.3.2
6362026-09-03T17:35:41.913Z Downloaded mime_guess v2.0.5
6372026-09-03T17:35:41.913Z Downloaded tungstenite v0.23.0
6382026-09-03T17:35:41.918Z Downloaded tabled_derive v0.7.0
6392026-09-03T17:35:41.922Z Downloaded clap_builder v4.6.0
6402026-09-03T17:35:41.925Z Downloaded flate2 v1.1.9
6412026-09-03T17:35:41.929Z Downloaded cipher v0.4.4
6422026-09-03T17:35:41.929Z Downloaded oxnet v0.1.6
6432026-09-03T17:35:41.929Z Downloaded plotters v0.3.7
6442026-09-03T17:35:41.933Z Downloaded unicode-segmentation v1.12.0
6452026-09-03T17:35:41.937Z Downloaded smawk v0.3.2
6462026-09-03T17:35:41.937Z Downloaded typify v0.6.2
6472026-09-03T17:35:41.940Z Downloaded p521 v0.14.0
6482026-09-03T17:35:41.940Z Downloaded unsafe-libyaml v0.2.11
6492026-09-03T17:35:41.944Z Downloaded usdt-impl v0.5.0
6502026-09-03T17:35:41.944Z Downloaded vsss-rs v3.3.4
6512026-09-03T17:35:41.944Z Downloaded psl-types v2.0.11
6522026-09-03T17:35:41.948Z Downloaded pem v3.0.6
6532026-09-03T17:35:41.948Z Downloaded pem-rfc7468 v1.0.0
6542026-09-03T17:35:41.948Z Downloaded primefield v0.14.0
6552026-09-03T17:35:41.948Z Downloaded pem-rfc7468 v0.7.0
6562026-09-03T17:35:41.953Z Downloaded typify-macro v0.6.2
6572026-09-03T17:35:41.953Z Downloaded vergen v9.1.0
6582026-09-03T17:35:41.954Z Downloaded usdt v0.6.0
6592026-09-03T17:35:41.954Z Downloaded utf-8 v0.7.6
6602026-09-03T17:35:41.954Z Downloaded wait-timeout v0.2.1
6612026-09-03T17:35:41.954Z Downloaded rustc-demangle v0.1.27
6622026-09-03T17:35:41.958Z Downloaded signal-hook v0.3.18
6632026-09-03T17:35:41.958Z Downloaded hashbrown v0.14.5
6642026-09-03T17:35:41.962Z Downloaded unicode-truncate v1.1.0
6652026-09-03T17:35:41.965Z Downloaded want v0.3.1
6662026-09-03T17:35:41.969Z Downloaded dsl_auto_type v0.2.0
6672026-09-03T17:35:41.969Z Downloaded pretty_assertions v1.4.1
6682026-09-03T17:35:41.969Z Downloaded h2 v0.4.15
6692026-09-03T17:35:41.973Z Downloaded scroll v0.12.0
6702026-09-03T17:35:41.976Z Downloaded async-bb8-diesel v0.2.1
6712026-09-03T17:35:41.976Z Downloaded serde-hex v0.1.0
6722026-09-03T17:35:41.977Z Downloaded slab v0.4.12
6732026-09-03T17:35:41.980Z Downloaded ssh-cipher v0.3.0
6742026-09-03T17:35:41.980Z Downloaded dof v0.3.0
6752026-09-03T17:35:41.980Z Downloaded jobserver v0.1.34
6762026-09-03T17:35:41.980Z Downloaded foreign-types v0.3.2
6772026-09-03T17:35:41.980Z Downloaded foreign-types-macros v0.2.3
6782026-09-03T17:35:41.984Z Downloaded proc-macro-error2 v2.0.1
6792026-09-03T17:35:41.984Z Downloaded progenitor v0.14.0
6802026-09-03T17:35:41.984Z Downloaded futures-sink v0.3.32
6812026-09-03T17:35:41.987Z Downloaded rustversion v1.0.22
6822026-09-03T17:35:41.987Z Downloaded sapling-renderdag v0.1.0
6832026-09-03T17:35:41.987Z Downloaded float-ord v0.3.2
6842026-09-03T17:35:41.991Z Downloaded rustyline v14.0.0
6852026-09-03T17:35:41.991Z Downloaded typenum v1.20.1
6862026-09-03T17:35:41.994Z Downloaded hkdf v0.12.4
6872026-09-03T17:35:42.000Z Downloaded getrandom v0.2.17
6882026-09-03T17:35:42.000Z Downloaded serde_tokenstream v0.2.3
6892026-09-03T17:35:42.000Z Downloaded termcolor v1.4.1
6902026-09-03T17:35:42.000Z Downloaded md-5 v0.10.6
6912026-09-03T17:35:42.007Z Downloaded tracing-core v0.1.36
6922026-09-03T17:35:42.007Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6932026-09-03T17:35:42.010Z Downloaded strum_macros v0.27.2
6942026-09-03T17:35:42.010Z Downloaded gethostname v0.5.0
6952026-09-03T17:35:42.010Z Downloaded num v0.4.3
6962026-09-03T17:35:42.014Z Downloaded anstyle-query v1.1.5
6972026-09-03T17:35:42.014Z Downloaded async-stream-impl v0.3.6
6982026-09-03T17:35:42.014Z Downloaded lru-cache v0.1.2
6992026-09-03T17:35:42.018Z Downloaded vte v0.14.1
7002026-09-03T17:35:42.022Z Downloaded hashbrown v0.17.0
7012026-09-03T17:35:42.026Z Downloaded scuffle v0.1.0
7022026-09-03T17:35:42.030Z Downloaded slog-scope v4.4.1
7032026-09-03T17:35:42.030Z Downloaded stringmetrics v2.2.2
7042026-09-03T17:35:42.030Z Downloaded crypto-primes v0.7.2
7052026-09-03T17:35:42.033Z Downloaded bzip2 v0.4.4
7062026-09-03T17:35:42.033Z Downloaded cargo_metadata v0.23.1
7072026-09-03T17:35:42.037Z Downloaded tls_codec v0.4.2
7082026-09-03T17:35:42.037Z Downloaded tokio-tungstenite v0.23.1
7092026-09-03T17:35:42.037Z Downloaded nested v0.1.1
7102026-09-03T17:35:42.037Z Downloaded uzers v0.12.2
7112026-09-03T17:35:42.041Z Downloaded bitfield-macros v0.19.4
7122026-09-03T17:35:42.041Z Downloaded block-buffer v0.10.4
7132026-09-03T17:35:42.041Z Downloaded block-buffer v0.12.1
7142026-09-03T17:35:42.041Z Downloaded writeable v0.6.2
7152026-09-03T17:35:42.041Z Downloaded zstd-safe v7.2.4
7162026-09-03T17:35:42.045Z Downloaded openssl-sys v0.9.117
7172026-09-03T17:35:42.045Z Downloaded thiserror-no-std v2.0.2
7182026-09-03T17:35:42.048Z Downloaded drift v0.2.0
7192026-09-03T17:35:42.052Z Downloaded hyper v1.10.1
7202026-09-03T17:35:42.057Z Downloaded pest_generator v2.8.6
7212026-09-03T17:35:42.060Z Downloaded qorb v0.4.1
7222026-09-03T17:35:42.060Z Downloaded semver v1.0.28
7232026-09-03T17:35:42.060Z Downloaded yoke v0.8.1
7242026-09-03T17:35:42.064Z Downloaded fs_extra v1.3.0
7252026-09-03T17:35:42.064Z Downloaded cfg_aliases v0.1.1
7262026-09-03T17:35:42.064Z Downloaded phf_shared v0.13.1
7272026-09-03T17:35:42.064Z Downloaded precomputed-hash v0.1.1
7282026-09-03T17:35:42.064Z Downloaded jiff-core v0.1.0
7292026-09-03T17:35:42.068Z Downloaded ref-cast-impl v1.0.25
7302026-09-03T17:35:42.068Z Downloaded progenitor-client v0.14.0
7312026-09-03T17:35:42.068Z Downloaded idna v1.1.0
7322026-09-03T17:35:42.072Z Downloaded rstest_macros v0.25.0
7332026-09-03T17:35:42.072Z Downloaded ena v0.14.4
7342026-09-03T17:35:42.072Z Downloaded ff v0.14.0
7352026-09-03T17:35:42.076Z Downloaded proc-macro-crate v1.3.1
7362026-09-03T17:35:42.076Z Downloaded signal-hook-mio v0.2.5
7372026-09-03T17:35:42.076Z Downloaded linkme v0.3.35
7382026-09-03T17:35:42.076Z Downloaded ed25519 v2.2.3
7392026-09-03T17:35:42.076Z Downloaded hashbrown v0.16.1
7402026-09-03T17:35:42.079Z Downloaded serde_spanned v0.6.9
7412026-09-03T17:35:42.079Z Downloaded schemars v1.2.1
7422026-09-03T17:35:42.090Z Downloaded unicode-bidi v0.3.18
7432026-09-03T17:35:42.094Z Downloaded num-traits v0.2.19
7442026-09-03T17:35:42.094Z Downloaded papergrid v0.11.0
7452026-09-03T17:35:42.094Z Downloaded smallvec v1.15.1
7462026-09-03T17:35:42.097Z Downloaded multer v3.1.0
7472026-09-03T17:35:42.098Z Downloaded supports-unicode v3.0.0
7482026-09-03T17:35:42.098Z Downloaded take_mut v0.2.2
7492026-09-03T17:35:42.098Z Downloaded supports-color v2.1.0
7502026-09-03T17:35:42.098Z Downloaded tokio-test v0.4.5
7512026-09-03T17:35:42.101Z Downloaded zip v0.6.6
7522026-09-03T17:35:42.101Z Downloaded time-core v0.1.8
7532026-09-03T17:35:42.101Z Downloaded unarray v0.1.4
7542026-09-03T17:35:42.105Z Downloaded num-integer v0.1.46
7552026-09-03T17:35:42.105Z Downloaded num_enum v0.7.6
7562026-09-03T17:35:42.109Z Downloaded yansi v1.0.1
7572026-09-03T17:35:42.110Z Downloaded sqlparser_derive v0.5.0
7582026-09-03T17:35:42.110Z Downloaded tinyvec_macros v0.1.1
7592026-09-03T17:35:42.110Z Downloaded tower-service v0.3.3
7602026-09-03T17:35:42.110Z Downloaded utf8_iter v1.0.4
7612026-09-03T17:35:42.110Z Downloaded num_enum_derive v0.7.6
7622026-09-03T17:35:42.117Z Downloaded zstd v0.13.3
7632026-09-03T17:35:42.117Z Downloaded display-error-chain v0.2.2
7642026-09-03T17:35:42.121Z Downloaded unicode-xid v0.2.6
7652026-09-03T17:35:42.121Z Downloaded blowfish v0.10.0
7662026-09-03T17:35:42.121Z Downloaded byte-wrapper v0.1.0
7672026-09-03T17:35:42.121Z Downloaded utf8parse v0.2.2
7682026-09-03T17:35:42.121Z Downloaded owo-colors v4.3.0
7692026-09-03T17:35:42.125Z Downloaded path-tree v0.8.3
7702026-09-03T17:35:42.125Z Downloaded rand v0.10.1
7712026-09-03T17:35:42.125Z Downloaded packed_struct v0.10.1
7722026-09-03T17:35:42.129Z Downloaded phf v0.13.1
7732026-09-03T17:35:42.129Z Downloaded iri-string v0.7.10
7742026-09-03T17:35:42.132Z Downloaded itertools v0.15.0
7752026-09-03T17:35:42.136Z Downloaded itertools v0.13.0
7762026-09-03T17:35:42.139Z Downloaded progenitor-extras v0.2.0
7772026-09-03T17:35:42.139Z Downloaded event-listener-strategy v0.5.4
7782026-09-03T17:35:42.146Z Downloaded macaddr v1.0.1
7792026-09-03T17:35:42.146Z Downloaded rustls-native-certs v0.8.3
7802026-09-03T17:35:42.147Z Downloaded schemars_derive v0.8.22
7812026-09-03T17:35:42.147Z Downloaded sec1 v0.7.3
7822026-09-03T17:35:42.151Z Downloaded serde_path_to_error v0.1.20
7832026-09-03T17:35:42.151Z Downloaded keccak v0.1.6
7842026-09-03T17:35:42.151Z Downloaded kstat-rs v0.2.5
7852026-09-03T17:35:42.151Z Downloaded arc-swap v1.8.2
7862026-09-03T17:35:42.151Z Downloaded ed25519-dalek v2.2.0
7872026-09-03T17:35:42.151Z Downloaded fancy-regex v0.14.0
7882026-09-03T17:35:42.155Z Downloaded approx v0.5.1
7892026-09-03T17:35:42.155Z Downloaded progenitor-client v0.13.0
7902026-09-03T17:35:42.155Z Downloaded hkdf v0.13.0
7912026-09-03T17:35:42.155Z Downloaded portable-atomic v1.13.1
7922026-09-03T17:35:42.158Z Downloaded subprocess v0.2.15
7932026-09-03T17:35:42.162Z Downloaded backtrace-ext v0.2.1
7942026-09-03T17:35:42.162Z Downloaded new_debug_unreachable v1.0.6
7952026-09-03T17:35:42.162Z Downloaded normalize-line-endings v0.3.0
7962026-09-03T17:35:42.166Z Downloaded predicates-tree v1.0.13
7972026-09-03T17:35:42.170Z Downloaded x509-cert v0.2.5
7982026-09-03T17:35:42.174Z Downloaded slog-stdlog v4.1.1
7992026-09-03T17:35:42.177Z Downloaded textwrap v0.16.2
8002026-09-03T17:35:42.177Z Downloaded zerovec v0.11.5
8012026-09-03T17:35:42.181Z Downloaded zerocopy v0.7.35
8022026-09-03T17:35:42.188Z Downloaded anyhow v1.0.104
8032026-09-03T17:35:42.192Z Downloaded static_assertions v1.1.0
8042026-09-03T17:35:42.192Z Downloaded rayon-core v1.13.0
8052026-09-03T17:35:42.197Z Downloaded serde_plain v1.0.2
8062026-09-03T17:35:42.197Z Downloaded zerovec-derive v0.11.2
8072026-09-03T17:35:42.197Z Downloaded ed25519 v3.0.0
8082026-09-03T17:35:42.197Z Downloaded elliptic-curve v0.14.1
8092026-09-03T17:35:42.201Z Downloaded foldhash v0.1.5
8102026-09-03T17:35:42.201Z Downloaded filetime v0.2.27
8112026-09-03T17:35:42.201Z Downloaded foldhash v0.2.0
8122026-09-03T17:35:42.202Z Downloaded supports-hyperlinks v2.1.0
8132026-09-03T17:35:42.202Z Downloaded ar_archive_writer v0.5.1
8142026-09-03T17:35:42.202Z Downloaded seq-macro v0.3.6
8152026-09-03T17:35:42.205Z Downloaded sponge-cursor v0.1.0
8162026-09-03T17:35:42.205Z Downloaded supports-unicode v2.1.0
8172026-09-03T17:35:42.205Z Downloaded icu_properties_data v2.1.2
8182026-09-03T17:35:42.209Z Downloaded terminal_size v0.4.3
8192026-09-03T17:35:42.213Z Downloaded thiserror-impl-no-std v2.0.2
8202026-09-03T17:35:42.213Z Downloaded polyval v0.7.1
8212026-09-03T17:35:42.213Z Downloaded rstest v0.25.0
8222026-09-03T17:35:42.217Z Downloaded enum_dispatch v0.3.13
8232026-09-03T17:35:42.221Z Downloaded rustls-pki-types v1.14.0
8242026-09-03T17:35:42.221Z Downloaded futures-timer v3.0.3
8252026-09-03T17:35:42.221Z Downloaded knuffel-derive v3.2.0
8262026-09-03T17:35:42.221Z Downloaded tabwriter v1.4.1
8272026-09-03T17:35:42.224Z Downloaded usdt-macro v0.5.0
8282026-09-03T17:35:42.224Z Downloaded zone v0.3.1
8292026-09-03T17:35:42.228Z Downloaded partial-io v0.5.4
8302026-09-03T17:35:42.228Z Downloaded sha2 v0.11.0
8312026-09-03T17:35:42.232Z Downloaded waitgroup v0.1.2
8322026-09-03T17:35:42.232Z Downloaded foreign-types-shared v0.3.1
8332026-09-03T17:35:42.232Z Downloaded futures-core v0.3.32
8342026-09-03T17:35:42.232Z Downloaded powerfmt v0.2.0
8352026-09-03T17:35:42.233Z Downloaded nu-ansi-term v0.50.3
8362026-09-03T17:35:42.236Z Downloaded mio v1.2.0
8372026-09-03T17:35:42.239Z Downloaded anes v0.1.6
8382026-09-03T17:35:42.239Z Downloaded rand_core v0.6.4
8392026-09-03T17:35:42.240Z Downloaded resolv-conf v0.7.6
8402026-09-03T17:35:42.243Z Downloaded bytecount v0.6.9
8412026-09-03T17:35:42.247Z Downloaded camino-tempfile v1.4.1
8422026-09-03T17:35:42.247Z Downloaded zerotrie v0.2.3
8432026-09-03T17:35:42.251Z Downloaded peg-macros v0.8.5
8442026-09-03T17:35:42.256Z Downloaded linked-hash-map v0.5.6
8452026-09-03T17:35:42.261Z Downloaded atty v0.2.14
8462026-09-03T17:35:42.265Z Downloaded parking v2.2.1
8472026-09-03T17:35:42.268Z Downloaded ron v0.8.1
8482026-09-03T17:35:42.269Z Downloaded tungstenite v0.21.0
8492026-09-03T17:35:42.272Z Downloaded plain v0.2.3
8502026-09-03T17:35:42.278Z Downloaded slog-async v2.8.0
8512026-09-03T17:35:42.289Z Downloaded rustc_version v0.4.1
8522026-09-03T17:35:42.293Z Downloaded thiserror v2.0.18
8532026-09-03T17:35:42.293Z Downloaded serde_bytes v0.11.19
8542026-09-03T17:35:42.293Z Downloaded rtoolbox v0.0.3
8552026-09-03T17:35:42.294Z Downloaded unicase v2.9.0
8562026-09-03T17:35:42.294Z Downloaded goblin v0.8.2
8572026-09-03T17:35:42.297Z Downloaded scheduled-thread-pool v0.2.7
8582026-09-03T17:35:42.297Z Downloaded sha2 v0.10.9
8592026-09-03T17:35:42.297Z Downloaded spki v0.8.0
8602026-09-03T17:35:42.298Z Downloaded unicode_categories v0.1.1
8612026-09-03T17:35:42.301Z Downloaded iddqd v0.4.2
8622026-09-03T17:35:42.320Z Downloaded untrusted v0.9.0
8632026-09-03T17:35:42.320Z Downloaded slog-bunyan v2.5.0
8642026-09-03T17:35:42.320Z Downloaded try-lock v0.2.5
8652026-09-03T17:35:42.325Z Downloaded zmij v1.0.21
8662026-09-03T17:35:42.325Z Downloaded memmap2 v0.9.10
8672026-09-03T17:35:42.325Z Downloaded ff v0.13.1
8682026-09-03T17:35:42.325Z Downloaded keccak v0.2.0
8692026-09-03T17:35:42.325Z Downloaded num-bigint v0.4.6
8702026-09-03T17:35:42.328Z Downloaded erased-serde v0.3.31
8712026-09-03T17:35:42.328Z Downloaded knus v3.4.0
8722026-09-03T17:35:42.332Z Downloaded slog v2.8.2
8732026-09-03T17:35:42.332Z Downloaded native-tls v0.2.18
8742026-09-03T17:35:42.332Z Downloaded usdt-attr-macro v0.6.0
8752026-09-03T17:35:42.336Z Downloaded zerofrom v0.1.6
8762026-09-03T17:35:42.336Z Downloaded bzip2 v0.6.1
8772026-09-03T17:35:42.336Z Downloaded usdt-attr-macro v0.5.0
8782026-09-03T17:35:42.336Z Downloaded xattr v1.6.1
8792026-09-03T17:35:42.336Z Downloaded dtrace-parser v0.2.0
8802026-09-03T17:35:42.336Z Downloaded fxhash v0.2.1
8812026-09-03T17:35:42.336Z Downloaded bit-vec v0.8.0
8822026-09-03T17:35:42.339Z Downloaded globwalk v0.9.1
8832026-09-03T17:35:42.340Z Downloaded chacha20poly1305 v0.10.1
8842026-09-03T17:35:42.340Z Downloaded pkg-config v0.3.32
8852026-09-03T17:35:42.340Z Downloaded cbc v0.2.1
8862026-09-03T17:35:42.343Z Downloaded getrandom v0.4.3
8872026-09-03T17:35:42.343Z Downloaded camino-tempfile-ext v0.3.3
8882026-09-03T17:35:42.343Z Downloaded pin-project-internal v1.1.11
8892026-09-03T17:35:42.347Z Downloaded lru v0.12.5
8902026-09-03T17:35:42.347Z Downloaded num-complex v0.4.6
8912026-09-03T17:35:42.347Z Downloaded aead v0.5.2
8922026-09-03T17:35:42.347Z Downloaded paste v1.0.15
8932026-09-03T17:35:42.352Z Downloaded num-iter v0.1.45
8942026-09-03T17:35:42.352Z Downloaded assert_cmd v2.1.2
8952026-09-03T17:35:42.359Z Downloaded openssl-probe v0.2.1
8962026-09-03T17:35:42.359Z Downloaded quick-xml v0.37.5
8972026-09-03T17:35:42.365Z Downloaded serde_repr v0.1.20
8982026-09-03T17:35:42.365Z Downloaded socket2 v0.6.3
8992026-09-03T17:35:42.369Z Downloaded serde_json v1.0.151
9002026-09-03T17:35:42.373Z Downloaded tar v0.4.46
9012026-09-03T17:35:42.373Z Downloaded shlex v1.3.0
9022026-09-03T17:35:42.376Z Downloaded base64 v0.22.1
9032026-09-03T17:35:42.380Z Downloaded sync-ptr v0.1.4
9042026-09-03T17:35:42.380Z Downloaded untrusted v0.7.1
9052026-09-03T17:35:42.385Z Downloaded ssh-key v0.7.0-rc.11
9062026-09-03T17:35:42.391Z Downloaded spki v0.7.3
9072026-09-03T17:35:42.395Z Downloaded strum_macros v0.26.4
9082026-09-03T17:35:42.395Z Downloaded dropshot_endpoint v0.17.1
9092026-09-03T17:35:42.395Z Downloaded serde_with_macros v3.21.0
9102026-09-03T17:35:42.395Z Downloaded dirs-next v2.0.0
9112026-09-03T17:35:42.399Z Downloaded litrs v1.0.0
9122026-09-03T17:35:42.399Z Downloaded strum_macros v0.24.3
9132026-09-03T17:35:42.399Z Downloaded trybuild v1.0.116
9142026-09-03T17:35:42.402Z Downloaded either v1.15.0
9152026-09-03T17:35:42.402Z Downloaded aes v0.9.1
9162026-09-03T17:35:42.406Z Downloaded futures-channel v0.3.32
9172026-09-03T17:35:42.406Z Downloaded cfg-expr v0.20.6
9182026-09-03T17:35:42.410Z Downloaded errno v0.3.14
9192026-09-03T17:35:42.410Z Downloaded md5 v0.8.0
9202026-09-03T17:35:42.414Z Downloaded aes-gcm v0.11.0
9212026-09-03T17:35:42.414Z Downloaded fixedbitset v0.4.2
9222026-09-03T17:35:42.414Z Downloaded oso v0.27.3
9232026-09-03T17:35:42.418Z Downloaded dyn-clone v1.0.20
9242026-09-03T17:35:42.422Z Downloaded ascii-canvas v3.0.0
9252026-09-03T17:35:42.425Z Downloaded ghash v0.6.0
9262026-09-03T17:35:42.425Z Downloaded libsw-core v0.3.2
9272026-09-03T17:35:42.426Z Downloaded toml v0.8.23
9282026-09-03T17:35:42.429Z Downloaded ppv-lite86 v0.2.21
9292026-09-03T17:35:42.433Z Downloaded toml v1.1.2+spec-1.1.0
9302026-09-03T17:35:42.433Z Downloaded p256 v0.14.0
9312026-09-03T17:35:42.436Z Downloaded aead v0.6.1
9322026-09-03T17:35:42.436Z Downloaded assert-json-diff v2.0.2
9332026-09-03T17:35:42.437Z Downloaded tempfile v3.27.0
9342026-09-03T17:35:42.441Z Downloaded stable_deref_trait v1.2.1
9352026-09-03T17:35:42.450Z Downloaded tokio-dtrace v0.1.1
9362026-09-03T17:35:42.456Z Downloaded zlib-rs v0.6.2
9372026-09-03T17:35:42.463Z Downloaded phf v0.12.1
9382026-09-03T17:35:42.468Z Downloaded supports-color v3.0.2
9392026-09-03T17:35:42.471Z Downloaded target-triple v1.0.0
9402026-09-03T17:35:42.475Z Downloaded digest v0.11.3
9412026-09-03T17:35:42.475Z Downloaded expectorate v1.2.0
9422026-09-03T17:35:42.479Z Downloaded newline-converter v0.3.0
9432026-09-03T17:35:42.479Z Downloaded smallvec v0.6.14
9442026-09-03T17:35:42.479Z Downloaded termios v0.3.3
9452026-09-03T17:35:42.479Z Downloaded toml_writer v1.1.1+spec-1.1.0
9462026-09-03T17:35:42.483Z Downloaded publicsuffix v2.3.0
9472026-09-03T17:35:42.483Z Downloaded bit-set v0.8.0
9482026-09-03T17:35:42.487Z Downloaded thiserror v1.0.69
9492026-09-03T17:35:42.487Z Downloaded tiny-keccak v2.0.2
9502026-09-03T17:35:42.490Z Downloaded blake2 v0.10.6
9512026-09-03T17:35:42.496Z Downloaded sync_wrapper v1.0.2
9522026-09-03T17:35:42.499Z Downloaded tokio-macros v2.7.0
9532026-09-03T17:35:42.503Z Downloaded walkdir v2.5.0
9542026-09-03T17:35:42.503Z Downloaded zeroize_derive v1.5.0
9552026-09-03T17:35:42.507Z Downloaded equivalent v1.0.2
9562026-09-03T17:35:42.507Z Downloaded bytes v1.11.1
9572026-09-03T17:35:42.510Z Downloaded num-conv v0.2.0
9582026-09-03T17:35:42.514Z Downloaded crypto-bigint v0.7.5
9592026-09-03T17:35:42.523Z Downloaded ahash v0.8.12
9602026-09-03T17:35:42.526Z Downloaded owo-colors v3.5.0
9612026-09-03T17:35:42.526Z Downloaded pest_meta v2.8.6
9622026-09-03T17:35:42.530Z Downloaded base64ct v1.8.3
9632026-09-03T17:35:42.530Z Downloaded oxide-update-engine-display v0.1.2
9642026-09-03T17:35:42.530Z Downloaded maybe-uninit v2.0.0
9652026-09-03T17:35:42.530Z Downloaded vergen-lib v0.1.6
9662026-09-03T17:35:42.533Z Downloaded secrecy v0.8.0
9672026-09-03T17:35:42.534Z Downloaded atomic-waker v1.1.2
9682026-09-03T17:35:42.539Z Downloaded progenitor-impl v0.14.0
9692026-09-03T17:35:42.539Z Downloaded miniz_oxide v0.8.9
9702026-09-03T17:35:42.539Z Downloaded ciborium v0.2.2
9712026-09-03T17:35:42.543Z Downloaded yasna v0.5.2
9722026-09-03T17:35:42.543Z Downloaded vergen-gitcl v1.0.8
9732026-09-03T17:35:42.546Z Downloaded document-features v0.2.12
9742026-09-03T17:35:42.549Z Downloaded schemars v0.8.22
9752026-09-03T17:35:42.556Z Downloaded fallible-iterator v0.2.0
9762026-09-03T17:35:42.560Z Downloaded prettyplease v0.2.37
9772026-09-03T17:35:42.560Z Downloaded num_enum v0.5.11
9782026-09-03T17:35:42.564Z Downloaded similar-asserts v1.7.0
9792026-09-03T17:35:42.564Z Downloaded globset v0.4.18
9802026-09-03T17:35:42.564Z Downloaded fnv v1.0.7
9812026-09-03T17:35:42.567Z Downloaded testing_table v0.3.0
9822026-09-03T17:35:42.567Z Downloaded wnaf v0.14.0
9832026-09-03T17:35:42.567Z Downloaded arrayvec v0.7.6
9842026-09-03T17:35:42.567Z Downloaded oorandom v11.1.5
9852026-09-03T17:35:42.567Z Downloaded zerocopy-derive v0.8.55
9862026-09-03T17:35:42.571Z Downloaded salsa20 v0.11.0
9872026-09-03T17:35:42.575Z Downloaded base64 v0.21.7
9882026-09-03T17:35:42.575Z Downloaded miette v5.10.0
9892026-09-03T17:35:42.579Z Downloaded proc-macro-error v1.0.4
9902026-09-03T17:35:42.579Z Downloaded vergen-lib v9.1.0
9912026-09-03T17:35:42.582Z Downloaded xshell-macros v0.2.7
9922026-09-03T17:35:42.582Z Downloaded nom v7.1.3
9932026-09-03T17:35:42.582Z Downloaded pretty-hex v0.4.1
9942026-09-03T17:35:42.586Z Downloaded papergrid v0.18.0
9952026-09-03T17:35:42.586Z Downloaded signal-hook-registry v1.4.8
9962026-09-03T17:35:42.589Z Downloaded stacker v0.1.23
9972026-09-03T17:35:42.589Z Downloaded oxide-update-engine v0.1.2
9982026-09-03T17:35:42.594Z Downloaded fatfs v0.3.6
9992026-09-03T17:35:42.598Z Downloaded serde_cbor v0.11.2
10002026-09-03T17:35:42.598Z Downloaded proc-macro-crate v3.4.0
10012026-09-03T17:35:42.598Z Downloaded rand_chacha v0.9.0
10022026-09-03T17:35:42.598Z Downloaded nodrop v0.1.14
10032026-09-03T17:35:42.601Z Downloaded miette v7.6.0
10042026-09-03T17:35:42.605Z Downloaded fs-err v2.11.0
10052026-09-03T17:35:42.605Z Downloaded lalrpop-util v0.19.12
10062026-09-03T17:35:42.605Z Downloaded siphasher v1.0.2
10072026-09-03T17:35:42.609Z Downloaded rand_core v0.10.0
10082026-09-03T17:35:42.610Z Downloaded toml_edit v0.22.27
10092026-09-03T17:35:42.613Z Downloaded parking_lot_core v0.9.12
10102026-09-03T17:35:42.613Z Downloaded num-rational v0.4.2
10112026-09-03T17:35:42.617Z Downloaded peg v0.8.5
10122026-09-03T17:35:42.617Z Downloaded sec1 v0.8.1
10132026-09-03T17:35:42.617Z Downloaded libtest-mimic v0.8.1
10142026-09-03T17:35:42.621Z Downloaded term v0.7.0
10152026-09-03T17:35:42.621Z Downloaded tinystr v0.8.2
10162026-09-03T17:35:42.621Z Downloaded bitfield-struct v0.6.2
10172026-09-03T17:35:42.625Z Downloaded getrandom v0.3.4
10182026-09-03T17:35:42.628Z Downloaded log v0.4.33
10192026-09-03T17:35:42.632Z Downloaded fs-err v3.3.0
10202026-09-03T17:35:42.632Z Downloaded rand_seeder v0.4.0
10212026-09-03T17:35:42.632Z Downloaded tabled v0.15.0
10222026-09-03T17:35:42.639Z Downloaded tracing-attributes v0.1.31
10232026-09-03T17:35:42.643Z Downloaded serde_regex v1.1.0
10242026-09-03T17:35:42.643Z Downloaded async-trait v0.1.89
10252026-09-03T17:35:42.647Z Downloaded rustls-webpki v0.103.13
10262026-09-03T17:35:42.647Z Downloaded pin-project v1.1.11
10272026-09-03T17:35:42.651Z Downloaded pkcs5 v0.8.1
10282026-09-03T17:35:42.655Z Downloaded ciborium-ll v0.2.2
10292026-09-03T17:35:42.655Z Downloaded port-file v0.1.0
10302026-09-03T17:35:42.658Z Downloaded twox-hash v2.1.2
10312026-09-03T17:35:42.658Z Downloaded rustc-hash v2.1.1
10322026-09-03T17:35:42.658Z Downloaded managed v0.8.0
10332026-09-03T17:35:42.658Z Downloaded multimap v0.10.1
10342026-09-03T17:35:42.658Z Downloaded pkcs8 v0.11.0
10352026-09-03T17:35:42.663Z Downloaded regex-syntax v0.6.29
10362026-09-03T17:35:42.671Z Downloaded tls_codec_derive v0.4.2
10372026-09-03T17:35:42.675Z Downloaded fixedbitset v0.5.7
10382026-09-03T17:35:42.675Z Downloaded chrono v0.4.45
10392026-09-03T17:35:42.678Z Downloaded russh-cryptovec v0.62.0
10402026-09-03T17:35:42.682Z Downloaded regex v1.12.3
10412026-09-03T17:35:42.686Z Downloaded slog-json v2.6.1
10422026-09-03T17:35:42.689Z Downloaded tokio-native-tls v0.3.1
10432026-09-03T17:35:42.703Z Downloaded chacha20 v0.9.1
10442026-09-03T17:35:42.706Z Downloaded libloading v0.8.9
10452026-09-03T17:35:42.713Z Downloaded tough v0.22.0
10462026-09-03T17:35:42.718Z Downloaded rand v0.9.2
10472026-09-03T17:35:42.718Z Downloaded elliptic-curve v0.13.8
10482026-09-03T17:35:42.722Z Downloaded serde v1.0.228
10492026-09-03T17:35:42.722Z Downloaded ecdsa v0.17.0
10502026-09-03T17:35:42.722Z Downloaded subtle v2.6.1
10512026-09-03T17:35:42.722Z Downloaded digest v0.10.7
10522026-09-03T17:35:42.726Z Downloaded curve25519-dalek v4.1.3
10532026-09-03T17:35:42.731Z Downloaded futures v0.3.32
10542026-09-03T17:35:42.731Z Downloaded password-hash v0.5.0
10552026-09-03T17:35:42.734Z Downloaded support-bundle-viewer v0.1.2
10562026-09-03T17:35:42.734Z Downloaded zeroize v1.9.0
10572026-09-03T17:35:42.734Z Downloaded snafu v0.8.9
10582026-09-03T17:35:42.741Z Downloaded chacha20 v0.10.0
10592026-09-03T17:35:42.745Z Downloaded cc v1.2.56
10602026-09-03T17:35:42.751Z Downloaded poly1305 v0.9.0
10612026-09-03T17:35:42.755Z Downloaded winnow v0.7.14
10622026-09-03T17:35:42.773Z Downloaded nanorand v0.7.0
10632026-09-03T17:35:42.777Z Downloaded url v2.5.8
10642026-09-03T17:35:42.782Z Downloaded tokio-util v0.7.18
10652026-09-03T17:35:42.791Z Downloaded once_cell v1.21.3
10662026-09-03T17:35:42.795Z Downloaded backtrace v0.3.76
10672026-09-03T17:35:42.799Z Downloaded progenitor-impl v0.13.0
10682026-09-03T17:35:42.806Z Downloaded reedline v0.40.0
10692026-09-03T17:35:42.810Z Downloaded rayon v1.11.0
10702026-09-03T17:35:42.820Z Downloaded polar-core v0.27.3
10712026-09-03T17:35:42.824Z Downloaded minimal-lexical v0.2.1
10722026-09-03T17:35:42.828Z Downloaded knuffel v3.2.0
10732026-09-03T17:35:42.831Z Downloaded schemars v0.9.0
10742026-09-03T17:35:42.835Z Downloaded git2 v0.20.4
10752026-09-03T17:35:42.840Z Downloaded p384 v0.13.1
10762026-09-03T17:35:42.851Z Downloaded zip v4.6.1
10772026-09-03T17:35:42.855Z Downloaded smoltcp v0.9.1
10782026-09-03T17:35:42.861Z Downloaded quinn v0.11.11
10792026-09-03T17:35:42.873Z Downloaded libm v0.2.16
10802026-09-03T17:35:42.878Z Downloaded curve25519-dalek v5.0.0
10812026-09-03T17:35:42.884Z Downloaded toml_edit v0.19.15
10822026-09-03T17:35:42.894Z Downloaded bindgen v0.71.1
10832026-09-03T17:35:42.898Z Downloaded syn v1.0.109
10842026-09-03T17:35:42.905Z Downloaded tabled v0.21.0
10852026-09-03T17:35:42.916Z Downloaded regex-syntax v0.8.10
10862026-09-03T17:35:42.920Z Downloaded typed-path v0.9.3
10872026-09-03T17:35:42.925Z Downloaded rand v0.8.6
10882026-09-03T17:35:42.929Z Downloaded async-compression v0.4.41
10892026-09-03T17:35:42.933Z Downloaded unicode-normalization v0.1.25
10902026-09-03T17:35:42.933Z Downloaded tower-http v0.6.8
10912026-09-03T17:35:42.937Z Downloaded blake3 v1.8.5
10922026-09-03T17:35:42.941Z Downloaded num-bigint-dig v0.8.6
10932026-09-03T17:35:42.945Z Downloaded aws-lc-rs v1.16.3
10942026-09-03T17:35:42.949Z Downloaded tower v0.5.3
10952026-09-03T17:35:42.954Z Downloaded winnow v0.6.26
10962026-09-03T17:35:42.973Z Downloaded winnow v1.0.3
10972026-09-03T17:35:42.973Z Downloaded aho-corasick v1.1.4
10982026-09-03T17:35:42.979Z Downloaded rustls v0.23.41
10992026-09-03T17:35:43.012Z Downloaded nom v8.0.0
11002026-09-03T17:35:43.016Z Downloaded time v0.3.47
11012026-09-03T17:35:43.022Z Downloaded goblin v0.10.5
11022026-09-03T17:35:43.031Z Downloaded reqwest v0.13.2
11032026-09-03T17:35:43.034Z Downloaded salty v0.3.0
11042026-09-03T17:35:43.037Z Downloaded winnow v0.5.40
11052026-09-03T17:35:43.041Z Downloaded radix_trie v0.2.1
11062026-09-03T17:35:43.044Z Downloaded syn v2.0.117
11072026-09-03T17:35:43.049Z Downloaded libxml v0.3.3
11082026-09-03T17:35:43.053Z Downloaded object v0.30.4
11092026-09-03T17:35:43.059Z Downloaded object v0.37.3
11102026-09-03T17:35:43.065Z Downloaded rawzip v0.4.4
11112026-09-03T17:35:43.068Z Downloaded dropshot-api-manager v0.8.0
11122026-09-03T17:35:43.073Z Downloaded reqwest v0.12.28
11132026-09-03T17:35:43.076Z Downloaded nix v0.27.1
11142026-09-03T17:35:43.080Z Downloaded nix v0.28.0
11152026-09-03T17:35:43.086Z Downloaded openssl v0.10.80
11162026-09-03T17:35:43.091Z Downloaded petname v2.0.2
11172026-09-03T17:35:43.095Z Downloaded serde_with v3.21.0
11182026-09-03T17:35:43.100Z Downloaded diesel v2.3.7
11192026-09-03T17:35:43.111Z Downloaded lalrpop v0.19.12
11202026-09-03T17:35:43.120Z Downloaded vcpkg v0.2.15
11212026-09-03T17:35:43.143Z Downloaded bstr v1.12.1
11222026-09-03T17:35:43.147Z Downloaded russh v0.62.4
11232026-09-03T17:35:43.152Z Downloaded futures-util v0.3.32
11242026-09-03T17:35:43.159Z Downloaded proptest v1.11.0
11252026-09-03T17:35:43.166Z Downloaded hickory-proto v0.24.4
11262026-09-03T17:35:43.174Z Downloaded rustix v0.38.44
11272026-09-03T17:35:43.185Z Downloaded ratatui v0.29.0
11282026-09-03T17:35:43.197Z Downloaded openapiv3 v2.2.0
11292026-09-03T17:35:43.203Z Downloaded hickory-proto v0.25.2
11302026-09-03T17:35:43.213Z Downloaded sha3 v0.12.0
11312026-09-03T17:35:43.216Z Downloaded nix v0.31.2
11322026-09-03T17:35:43.222Z Downloaded unicode-width v0.2.0
11332026-09-03T17:35:43.235Z Downloaded gimli v0.32.3
11342026-09-03T17:35:43.240Z Downloaded moka v0.12.13
11352026-09-03T17:35:43.244Z Downloaded zerocopy v0.8.55
11362026-09-03T17:35:43.255Z Downloaded tracing v0.1.44
11372026-09-03T17:35:43.269Z Downloaded bitvec v1.0.1
11382026-09-03T17:35:43.277Z Downloaded syn v3.0.3
11392026-09-03T17:35:43.285Z Downloaded sha3 v0.11.0
11402026-09-03T17:35:43.288Z Downloaded quinn-proto v0.11.16
11412026-09-03T17:35:43.293Z Downloaded sqlparser v0.61.0
11422026-09-03T17:35:43.296Z Downloaded dropshot v0.17.1
11432026-09-03T17:35:43.310Z Downloaded unicode-width v0.1.14
11442026-09-03T17:35:43.321Z Downloaded bzip2-sys v0.1.13+1.0.8
11452026-09-03T17:35:43.324Z Downloaded regress v0.10.5
11462026-09-03T17:35:43.328Z Downloaded smoltcp v0.11.0
11472026-09-03T17:35:43.334Z Downloaded sled v0.34.7
11482026-09-03T17:35:43.340Z Downloaded regress v0.11.1
11492026-09-03T17:35:43.346Z Downloaded zerocopy-derive v0.6.6
11502026-09-03T17:35:43.363Z Downloaded rustix v1.1.4
11512026-09-03T17:35:43.391Z Downloaded typify-impl v0.6.2
11522026-09-03T17:35:43.401Z Downloaded jiff v0.2.34
11532026-09-03T17:35:43.415Z Downloaded regex-automata v0.4.14
11542026-09-03T17:35:43.424Z Downloaded petgraph v0.6.5
11552026-09-03T17:35:43.442Z Downloaded petgraph v0.8.3
11562026-09-03T17:35:43.456Z Downloaded csv v1.4.0
11572026-09-03T17:35:43.470Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11582026-09-03T17:35:43.483Z Downloaded libz-sys v1.1.24
11592026-09-03T17:35:43.495Z Downloaded libc v0.2.185
11602026-09-03T17:35:43.519Z Downloaded tokio v1.52.1
11612026-09-03T17:35:43.570Z Downloaded chrono-tz v0.10.4
11622026-09-03T17:35:43.611Z Downloaded sha3 v0.10.8
11632026-09-03T17:35:43.655Z Downloaded httpmock v0.8.3
11642026-09-03T17:35:43.722Z Downloaded libgit2-sys v0.18.3+1.9.2
11652026-09-03T17:35:43.723Z Downloaded encoding_rs v0.8.35
11662026-09-03T17:35:43.781Z Downloaded ring v0.17.14
11672026-09-03T17:35:44.142Z Downloaded aws-lc-sys v0.40.0
11682026-09-03T17:35:44.548Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-03T17:35:46.689Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-03T17:35:47.106Z Startup: Caching catalogs ... Done
11712026-09-03T17:35:49.804ZPlanning: Solver setup ... Done (2.523s)
11722026-09-03T17:35:49.870ZPlanning: Running solver ... Done (0.069s)
11732026-09-03T17:35:49.928ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-03T17:35:49.941ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-03T17:35:49.966ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-03T17:35:49.980ZPlanning: Package planning ... Done (0.014s)
11772026-09-03T17:35:49.984ZPlanning: Merging actions ... Done (0.002s)
11782026-09-03T17:35:50.149ZPlanning: Checking for conflicting actions ... Done (0.167s)
11792026-09-03T17:35:50.152ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-03T17:35:51.018ZPlanning: Evaluating mediators ... Done (0.867s)
11812026-09-03T17:35:51.022ZPlanning: Planning completed in 3.87 seconds
11822026-09-03T17:35:51.027Z Packages to install: 2
11832026-09-03T17:35:51.027Z Estimated space available: 155.72 GB
11842026-09-03T17:35:51.027ZEstimated space to be consumed: 86.47 MB
11852026-09-03T17:35:51.027Z Create boot environment: No
11862026-09-03T17:35:51.027ZCreate backup boot environment: No
11872026-09-03T17:35:51.031Z Rebuild boot archive: No
11882026-09-03T17:35:51.031Z
11892026-09-03T17:35:51.031ZChanged packages:
11902026-09-03T17:35:51.031Zhelios
11912026-09-03T17:35:51.031Z developer/build-essential
11922026-09-03T17:35:51.031Z None -> 11-3.0
11932026-09-03T17:35:51.031Z library/libxmlsec1
11942026-09-03T17:35:51.031Z None -> 1.2.35-3.0
11952026-09-03T17:35:51.053Z
11962026-09-03T17:35:51.053ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-03T17:35:51.126ZDownload: Completed 1.28 MB in 0.07 seconds (17.7M/s)
11982026-09-03T17:35:51.212Z Actions: 1/268 actions (Installing new actions)
11992026-09-03T17:35:51.250Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-03T17:35:51.288ZFinalize: Updating package state database ... Done (0.037s)
12012026-09-03T17:35:51.288ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-03T17:35:51.383ZFinalize: Updating image state ... Done (0.096s)
12032026-09-03T17:35:54.153ZFinalize: Creating fast lookup database ... Done (2.716s)
12042026-09-03T17:35:54.224ZFinalize: Reading search index ... Done (0.012s)
12052026-09-03T17:35:54.228ZFinalize: Updating search index ... Done (0.000s)
12062026-09-03T17:35:54.309ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-03T17:35:54.695ZPlanning: Evaluating mediator changes ... Done
12082026-09-03T17:35:54.799ZPlanning: Checking for conflicting actions ... Done
12092026-09-03T17:35:54.803ZPlanning: Consolidating action changes ... Done
12102026-09-03T17:35:54.957ZPlanning: Evaluating mediators ... Done
12112026-09-03T17:35:54.961ZPlanning: Planning completed in 0.26 seconds
12122026-09-03T17:35:54.981Z Mediators to change: 2
12132026-09-03T17:35:54.981Z Create boot environment: No
12142026-09-03T17:35:54.981ZCreate backup boot environment: No
12152026-09-03T17:35:55.053ZFinalize: Updating package state database ... Done
12162026-09-03T17:35:55.053ZFinalize: Updating package cache ... Done
12172026-09-03T17:35:55.115ZFinalize: Updating image state ... Done
12182026-09-03T17:35:57.067ZFinalize: Creating fast lookup database ... Done
12192026-09-03T17:35:57.130ZFinalize: Reading search index ... Done
12202026-09-03T17:35:57.134ZFinalize: Updating search index ... Done
12212026-09-03T17:35:57.224ZFinalize: Updating package cache ... Done
12222026-09-03T17:35:57.510ZPlanning: Evaluating mediator changes ... Done
12232026-09-03T17:35:57.615ZPlanning: Checking for conflicting actions ... Done
12242026-09-03T17:35:57.625ZPlanning: Consolidating action changes ... Done
12252026-09-03T17:35:57.774ZPlanning: Evaluating mediators ... Done
12262026-09-03T17:35:57.779ZPlanning: Planning completed in 0.26 seconds
12272026-09-03T17:35:57.797Z Mediators to change: 1
12282026-09-03T17:35:57.797Z Create boot environment: No
12292026-09-03T17:35:57.797ZCreate backup boot environment: No
12302026-09-03T17:35:57.852ZFinalize: Updating package state database ... Done
12312026-09-03T17:35:57.852ZFinalize: Updating package cache ... Done
12322026-09-03T17:35:57.909ZFinalize: Updating image state ... Done
12332026-09-03T17:35:59.876ZFinalize: Creating fast lookup database ... Done
12342026-09-03T17:35:59.941ZFinalize: Reading search index ... Done
12352026-09-03T17:35:59.946ZFinalize: Updating search index ... Done
12362026-09-03T17:36:00.037ZFinalize: Updating package cache ... Done
12372026-09-03T17:36:00.353ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-03T17:36:00.354Zapache system 2.4 system
12392026-09-03T17:36:00.354Zclang system 15 system
12402026-09-03T17:36:00.354Zcsh system system illumos
12412026-09-03T17:36:00.354Zctags system system illumos
12422026-09-03T17:36:00.354Zfile vendor vendor darwinsys
12432026-09-03T17:36:00.354Zfile system system illumos
12442026-09-03T17:36:00.354Zgcc vendor 14 vendor
12452026-09-03T17:36:00.354Zgcc system 13 system
12462026-09-03T17:36:00.354Zgcc system 10 system
12472026-09-03T17:36:00.354Zgo system 1.25 system
12482026-09-03T17:36:00.354Zllvm system 15 system
12492026-09-03T17:36:00.354Zmariadb system 11.4 system
12502026-09-03T17:36:00.354Zmta vendor vendor dma
12512026-09-03T17:36:00.354Zopenjdk system 17 system
12522026-09-03T17:36:00.354Zopenjdk system 11 system
12532026-09-03T17:36:00.354Zopenssl vendor 3 vendor
12542026-09-03T17:36:00.354Zperl system 5.40 system
12552026-09-03T17:36:00.354Zpostgresql system 18 system
12562026-09-03T17:36:00.354Zpostgresql system 17 system
12572026-09-03T17:36:00.354Zpython vendor 3 vendor
12582026-09-03T17:36:00.354Zpython system 2 system
12592026-09-03T17:36:00.354Zpython3 vendor 3.13 vendor
12602026-09-03T17:36:00.354Zruby system 3.4 system
12612026-09-03T17:36:00.354Zruby system 3.0 system
12622026-09-03T17:36:00.354Zwords vendor vendor american-english
12632026-09-03T17:36:00.354Zwords system system australian-english
12642026-09-03T17:36:00.354Zwords system system british-english
12652026-09-03T17:36:00.354Zwords system system canadian-english
12662026-09-03T17:36:00.354Zwords system system french
12672026-09-03T17:36:00.354Zwords system system italian
12682026-09-03T17:36:00.354Zwords system system ngerman
12692026-09-03T17:36:00.354Zwords system system ogerman
12702026-09-03T17:36:00.354Zwords system system spanish
12712026-09-03T17:36:00.612ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-03T17:36:00.612Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-03T17:36:01.127ZFMRI IFO
12742026-09-03T17:36:01.127Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-03T17:36:01.127Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-03T17:36:01.127Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-03T17:36:01.128Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-03T17:36:01.128Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-03T17:36:01.128Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-03T17:36:01.128Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-03T17:36:01.128Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-03T17:36:01.128Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-03T17:36:01.783Z Downloading crates ...
12842026-09-03T17:36:01.826Z Downloaded cargo_toml v0.21.0
12852026-09-03T17:36:01.879Z Compiling proc-macro2 v1.0.106
12862026-09-03T17:36:01.879Z Compiling quote v1.0.45
12872026-09-03T17:36:01.879Z Compiling unicode-ident v1.0.24
12882026-09-03T17:36:01.884Z Compiling serde_core v1.0.228
12892026-09-03T17:36:01.885Z Compiling libc v0.2.185
12902026-09-03T17:36:01.944Z Compiling version_check v0.9.5
12912026-09-03T17:36:01.968Z Compiling memchr v2.8.0
12922026-09-03T17:36:01.968Z Compiling serde v1.0.228
12932026-09-03T17:36:01.968Z Compiling zmij v1.0.21
12942026-09-03T17:36:01.968Z Compiling thiserror v1.0.69
12952026-09-03T17:36:01.968Z Compiling itoa v1.0.17
12962026-09-03T17:36:01.968Z Compiling ucd-trie v0.1.7
12972026-09-03T17:36:01.968Z Compiling byteorder v1.5.0
12982026-09-03T17:36:01.968Z Compiling rustix v1.1.4
12992026-09-03T17:36:02.217Z Compiling bitflags v2.11.0
13002026-09-03T17:36:02.278Z Compiling serde_json v1.0.151
13012026-09-03T17:36:02.396Z Compiling pest v2.8.6
13022026-09-03T17:36:02.428Z Compiling usdt-impl v0.5.0
13032026-09-03T17:36:02.438Z Compiling proc-macro-error-attr v1.0.4
13042026-09-03T17:36:02.469Z Compiling camino v1.2.5
13052026-09-03T17:36:02.484Z Compiling syn v1.0.109
13062026-09-03T17:36:02.535Z Compiling proc-macro-error v1.0.4
13072026-09-03T17:36:02.580Z Compiling hashbrown v0.17.0
13082026-09-03T17:36:02.605Z Compiling log v0.4.33
13092026-09-03T17:36:02.651Z Compiling equivalent v1.0.2
13102026-09-03T17:36:02.671Z Compiling getrandom v0.4.3
13112026-09-03T17:36:02.755Z Compiling plain v0.2.3
13122026-09-03T17:36:02.765Z Compiling utf8parse v0.2.2
13132026-09-03T17:36:02.816Z Compiling cfg-if v1.0.4
13142026-09-03T17:36:02.820Z Compiling anstyle v1.0.14
13152026-09-03T17:36:02.879Z Compiling anstyle-parse v1.0.0
13162026-09-03T17:36:02.894Z Compiling toml_write v0.1.2
13172026-09-03T17:36:02.894Z Compiling winnow v0.7.14
13182026-09-03T17:36:02.898Z Compiling thiserror v2.0.18
13192026-09-03T17:36:02.950Z Compiling colorchoice v1.0.4
13202026-09-03T17:36:02.977Z Compiling errno v0.3.14
13212026-09-03T17:36:02.997Z Compiling thread-id v4.2.2
13222026-09-03T17:36:03.017Z Compiling autocfg v1.5.0
13232026-09-03T17:36:03.028Z Compiling is_terminal_polyfill v1.70.2
13242026-09-03T17:36:03.067Z Compiling pretty-hex v0.4.1
13252026-09-03T17:36:03.075Z Compiling anstyle-query v1.1.5
13262026-09-03T17:36:03.125Z Compiling heck v0.5.0
13272026-09-03T17:36:03.146Z Compiling indexmap v2.14.0
13282026-09-03T17:36:03.153Z Compiling anstream v1.0.0
13292026-09-03T17:36:03.209Z Compiling heck v0.4.1
13302026-09-03T17:36:03.216Z Compiling fastrand v2.3.0
13312026-09-03T17:36:03.231Z Compiling bytecount v0.6.9
13322026-09-03T17:36:03.285Z Compiling strsim v0.11.1
13332026-09-03T17:36:03.381Z Compiling syn v2.0.117
13342026-09-03T17:36:03.463Z Compiling once_cell v1.21.3
13352026-09-03T17:36:03.489Z Compiling fs-err v3.3.0
13362026-09-03T17:36:03.492Z Compiling unicode-width v0.1.14
13372026-09-03T17:36:03.492Z Compiling fnv v1.0.7
13382026-09-03T17:36:03.500Z Compiling anyhow v1.0.104
13392026-09-03T17:36:03.527Z Compiling pest_meta v2.8.6
13402026-09-03T17:36:03.617Z Compiling clap_lex v1.0.0
13412026-09-03T17:36:03.671Z Compiling memmap v0.7.0
13422026-09-03T17:36:03.700Z Compiling unicode-width v0.2.0
13432026-09-03T17:36:03.762Z Compiling papergrid v0.11.0
13442026-09-03T17:36:03.802Z Compiling unicode-linebreak v0.1.5
13452026-09-03T17:36:03.812Z Compiling smawk v0.3.2
13462026-09-03T17:36:03.862Z Compiling swrite v0.1.0
13472026-09-03T17:36:03.976Z Compiling terminal_size v0.4.3
13482026-09-03T17:36:03.976Z Compiling tempfile v3.27.0
13492026-09-03T17:36:04.085Z Compiling clap_builder v4.6.0
13502026-09-03T17:36:04.090Z Compiling textwrap v0.16.2
13512026-09-03T17:36:04.369Z Compiling semver v1.0.28
13522026-09-03T17:36:04.377Z Compiling cargo-platform v0.3.2
13532026-09-03T17:36:04.618Z Compiling camino-tempfile v1.4.1
13542026-09-03T17:36:04.843Z Compiling tabled_derive v0.7.0
13552026-09-03T17:36:05.511Z Compiling tabled v0.15.0
13562026-09-03T17:36:05.577Z Compiling pest_generator v2.8.6
13572026-09-03T17:36:06.079Z Compiling serde_derive v1.0.228
13582026-09-03T17:36:06.079Z Compiling thiserror-impl v1.0.69
13592026-09-03T17:36:06.079Z Compiling zerocopy-derive v0.7.35
13602026-09-03T17:36:06.083Z Compiling scroll_derive v0.12.1
13612026-09-03T17:36:06.083Z Compiling thiserror-impl v2.0.18
13622026-09-03T17:36:06.083Z Compiling clap_derive v4.6.1
13632026-09-03T17:36:06.113Z Compiling pest_derive v2.8.6
13642026-09-03T17:36:06.670Z Compiling scroll v0.12.0
13652026-09-03T17:36:06.755Z Compiling zerocopy v0.7.35
13662026-09-03T17:36:06.875Z Compiling goblin v0.8.2
13672026-09-03T17:36:07.074Z Compiling dtrace-parser v0.2.0
13682026-09-03T17:36:07.388Z Compiling clap v4.6.1
13692026-09-03T17:36:08.417Z Compiling toml_datetime v0.6.11
13702026-09-03T17:36:08.417Z Compiling serde_spanned v0.6.9
13712026-09-03T17:36:08.435Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13722026-09-03T17:36:08.435Z Compiling macaddr v1.0.1
13732026-09-03T17:36:08.435Z Compiling cargo_metadata v0.23.1
13742026-09-03T17:36:08.435Z Compiling dof v0.3.0
13752026-09-03T17:36:08.436Z Compiling serde_tokenstream v0.2.3
13762026-09-03T17:36:08.577Z Compiling toml_edit v0.22.27
13772026-09-03T17:36:09.133Z Compiling usdt-attr-macro v0.5.0
13782026-09-03T17:36:09.134Z Compiling usdt-macro v0.5.0
13792026-09-03T17:36:09.728Z Compiling usdt v0.5.0
13802026-09-03T17:36:09.843Z Compiling toml v0.8.23
13812026-09-03T17:36:10.156Z Compiling cargo_toml v0.21.0
13822026-09-03T17:36:11.420Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832026-09-03T17:36:13.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
13842026-09-03T17:36:13.524Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13852026-09-03T17:36:14.289Z Compiling serde_core v1.0.228
13862026-09-03T17:36:14.289Z Compiling libc v0.2.185
13872026-09-03T17:36:14.289Z Compiling serde v1.0.228
13882026-09-03T17:36:14.296Z Compiling log v0.4.33
13892026-09-03T17:36:14.297Z Compiling smallvec v1.15.1
13902026-09-03T17:36:14.297Z Compiling find-msvc-tools v0.1.9
13912026-09-03T17:36:14.297Z Compiling shlex v1.3.0
13922026-09-03T17:36:14.297Z Compiling subtle v2.6.1
13932026-09-03T17:36:14.407Z Compiling scopeguard v1.2.0
13942026-09-03T17:36:14.415Z Compiling typenum v1.20.1
13952026-09-03T17:36:14.421Z Compiling stable_deref_trait v1.2.1
13962026-09-03T17:36:14.421Z Compiling zerocopy v0.8.55
13972026-09-03T17:36:14.421Z Compiling portable-atomic v1.13.1
13982026-09-03T17:36:14.490Z Compiling serde_json v1.0.151
13992026-09-03T17:36:14.518Z Compiling syn v2.0.117
14002026-09-03T17:36:14.555Z Compiling lock_api v0.4.14
14012026-09-03T17:36:14.563Z Compiling critical-section v1.2.0
14022026-09-03T17:36:14.569Z Compiling libm v0.2.16
14032026-09-03T17:36:14.634Z Compiling num-traits v0.2.19
14042026-09-03T17:36:14.634Z Compiling pkg-config v0.3.32
14052026-09-03T17:36:14.639Z Compiling generic-array v0.14.7
14062026-09-03T17:36:14.678Z Compiling getrandom v0.4.3
14072026-09-03T17:36:14.694Z Compiling pin-project-lite v0.2.17
14082026-09-03T17:36:14.740Z Compiling const-oid v0.9.6
14092026-09-03T17:36:14.768Z Compiling parking_lot_core v0.9.12
14102026-09-03T17:36:14.797Z Compiling rand_core v0.10.0
14112026-09-03T17:36:14.815Z Compiling futures-core v0.3.32
14122026-09-03T17:36:14.842Z Compiling litemap v0.8.1
14132026-09-03T17:36:14.923Z Compiling percent-encoding v2.3.2
14142026-09-03T17:36:15.002Z Compiling writeable v0.6.2
14152026-09-03T17:36:15.006Z Compiling icu_normalizer_data v2.1.1
14162026-09-03T17:36:15.006Z Compiling icu_properties_data v2.1.2
14172026-09-03T17:36:15.079Z Compiling rustix v1.1.4
14182026-09-03T17:36:15.091Z Compiling getrandom v0.3.4
14192026-09-03T17:36:15.103Z Compiling futures-sink v0.3.32
14202026-09-03T17:36:15.140Z Compiling slab v0.4.12
14212026-09-03T17:36:15.160Z Compiling futures-io v0.3.32
14222026-09-03T17:36:15.208Z Compiling futures-channel v0.3.32
14232026-09-03T17:36:15.222Z Compiling futures-task v0.3.32
14242026-09-03T17:36:15.249Z Compiling utf8_iter v1.0.4
14252026-09-03T17:36:15.333Z Compiling form_urlencoded v1.2.2
14262026-09-03T17:36:15.338Z Compiling rustversion v1.0.22
14272026-09-03T17:36:15.342Z Compiling iana-time-zone v0.1.65
14282026-09-03T17:36:15.358Z Compiling errno v0.3.14
14292026-09-03T17:36:15.413Z Compiling jobserver v0.1.34
14302026-09-03T17:36:15.426Z Compiling getrandom v0.2.17
14312026-09-03T17:36:15.471Z Compiling mio v1.2.0
14322026-09-03T17:36:15.476Z Compiling socket2 v0.6.3
14332026-09-03T17:36:15.504Z Compiling once_cell v1.21.3
14342026-09-03T17:36:15.516Z Compiling signal-hook-registry v1.4.8
14352026-09-03T17:36:15.570Z Compiling base64ct v1.8.3
14362026-09-03T17:36:15.582Z Compiling rand_core v0.6.4
14372026-09-03T17:36:15.679Z Compiling cc v1.2.56
14382026-09-03T17:36:15.695Z Compiling parking_lot v0.12.5
14392026-09-03T17:36:15.767Z Compiling fs_extra v1.3.0
14402026-09-03T17:36:15.772Z Compiling dunce v1.0.5
14412026-09-03T17:36:15.824Z Compiling pem-rfc7468 v0.7.0
14422026-09-03T17:36:15.828Z Compiling flagset v0.4.7
14432026-09-03T17:36:15.875Z Compiling regex-syntax v0.8.10
14442026-09-03T17:36:15.887Z Compiling ident_case v1.0.1
14452026-09-03T17:36:15.900Z Compiling base64 v0.22.1
14462026-09-03T17:36:15.915Z Compiling vcpkg v0.2.15
14472026-09-03T17:36:15.966Z Compiling rand_core v0.9.5
14482026-09-03T17:36:15.993Z Compiling syn v1.0.109
14492026-09-03T17:36:16.038Z Compiling tracing-core v0.1.36
14502026-09-03T17:36:16.060Z Compiling simd-adler32 v0.3.8
14512026-09-03T17:36:16.089Z Compiling dyn-clone v1.0.20
14522026-09-03T17:36:16.100Z Compiling cpufeatures v0.2.17
14532026-09-03T17:36:16.117Z Compiling aws-lc-rs v1.16.3
14542026-09-03T17:36:16.153Z Compiling schemars v0.8.22
14552026-09-03T17:36:16.184Z Compiling spin v0.9.8
14562026-09-03T17:36:16.260Z Compiling httparse v1.10.1
14572026-09-03T17:36:16.271Z Compiling cmov v0.5.4
14582026-09-03T17:36:16.287Z Compiling crc32fast v1.5.0
14592026-09-03T17:36:16.333Z Compiling openssl-probe v0.2.1
14602026-09-03T17:36:16.404Z Compiling adler2 v2.0.1
14612026-09-03T17:36:16.408Z Compiling tinyvec_macros v0.1.1
14622026-09-03T17:36:16.431Z Compiling cmake v0.1.57
14632026-09-03T17:36:16.443Z Compiling aho-corasick v1.1.4
14642026-09-03T17:36:16.444Z Compiling untrusted v0.7.1
14652026-09-03T17:36:16.493Z Compiling tinyvec v1.10.0
14662026-09-03T17:36:16.507Z Compiling miniz_oxide v0.8.9
14672026-09-03T17:36:16.521Z Compiling ctutils v0.4.2
14682026-09-03T17:36:16.549Z Compiling bitflags v2.11.0
14692026-09-03T17:36:16.589Z Compiling semver v1.0.28
14702026-09-03T17:36:16.605Z Compiling indexmap v2.14.0
14712026-09-03T17:36:16.620Z Compiling uuid v1.23.4
14722026-09-03T17:36:16.767Z Compiling atomic-waker v1.1.2
14732026-09-03T17:36:16.781Z Compiling tower-service v0.3.3
14742026-09-03T17:36:16.796Z Compiling try-lock v0.2.5
14752026-09-03T17:36:16.846Z Compiling rustc_version v0.4.1
14762026-09-03T17:36:16.861Z Compiling tower-layer v0.3.3
14772026-09-03T17:36:16.885Z Compiling radium v0.7.0
14782026-09-03T17:36:16.904Z Compiling unicode-segmentation v1.12.0
14792026-09-03T17:36:16.921Z Compiling want v0.3.1
14802026-09-03T17:36:17.102Z Compiling httpdate v1.0.3
14812026-09-03T17:36:17.134Z Compiling foreign-types-shared v0.1.1
14822026-09-03T17:36:17.149Z Compiling untrusted v0.9.0
14832026-09-03T17:36:17.183Z Compiling openssl v0.10.80
14842026-09-03T17:36:17.188Z Compiling rustls v0.23.41
14852026-09-03T17:36:17.238Z Compiling maybe-uninit v2.0.0
14862026-09-03T17:36:17.266Z Compiling tap v1.0.1
14872026-09-03T17:36:17.281Z Compiling aws-lc-sys v0.40.0
14882026-09-03T17:36:17.298Z Compiling openssl-sys v0.9.117
14892026-09-03T17:36:17.312Z Compiling synstructure v0.13.2
14902026-09-03T17:36:17.317Z Compiling serde_derive_internals v0.29.1
14912026-09-03T17:36:17.352Z Compiling pest_generator v2.8.6
14922026-09-03T17:36:17.356Z Compiling regex-automata v0.4.14
14932026-09-03T17:36:17.387Z Compiling darling_core v0.20.11
14942026-09-03T17:36:17.400Z Compiling wyz v0.5.1
14952026-09-03T17:36:17.436Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-09-03T17:36:17.576Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-09-03T17:36:17.601Z Compiling foreign-types v0.3.2
14982026-09-03T17:36:17.680Z Compiling tempfile v3.27.0
14992026-09-03T17:36:17.723Z Compiling terminal_size v0.4.3
15002026-09-03T17:36:17.892Z Compiling unicode-normalization v0.1.25
15012026-09-03T17:36:17.896Z Compiling num-integer v0.1.46
15022026-09-03T17:36:17.920Z Compiling wait-timeout v0.2.1
15032026-09-03T17:36:17.937Z Compiling socket2 v0.5.10
15042026-09-03T17:36:18.097Z Compiling ahash v0.8.12
15052026-09-03T17:36:18.114Z Compiling num-bigint-dig v0.8.6
15062026-09-03T17:36:18.125Z Compiling packed_struct v0.10.1
15072026-09-03T17:36:18.176Z Compiling num-conv v0.2.0
15082026-09-03T17:36:18.198Z Compiling funty v2.0.0
15092026-09-03T17:36:18.224Z Compiling native-tls v0.2.18
15102026-09-03T17:36:18.236Z Compiling quick-error v1.2.3
15112026-09-03T17:36:18.250Z Compiling powerfmt v0.2.0
15122026-09-03T17:36:18.320Z Compiling bit-vec v0.8.0
15132026-09-03T17:36:18.335Z Compiling time-core v0.1.8
15142026-09-03T17:36:18.349Z Compiling clap_builder v4.6.0
15152026-09-03T17:36:18.395Z Compiling deranged v0.5.8
15162026-09-03T17:36:18.412Z Compiling rusty-fork v0.3.1
15172026-09-03T17:36:18.440Z Compiling num-iter v0.1.45
15182026-09-03T17:36:18.498Z Compiling lazy_static v1.5.0
15192026-09-03T17:36:18.512Z Compiling time-macros v0.2.27
15202026-09-03T17:36:18.562Z Compiling bitvec v1.0.1
15212026-09-03T17:36:18.576Z Compiling bit-set v0.8.0
15222026-09-03T17:36:18.576Z Compiling rand_xorshift v0.4.0
15232026-09-03T17:36:18.615Z Compiling sync_wrapper v1.0.2
15242026-09-03T17:36:18.737Z Compiling indexmap v1.9.3
15252026-09-03T17:36:18.751Z Compiling siphasher v1.0.2
15262026-09-03T17:36:18.765Z Compiling usdt-impl v0.6.0
15272026-09-03T17:36:18.768Z Compiling object v0.37.3
15282026-09-03T17:36:18.790Z Compiling nodrop v0.1.14
15292026-09-03T17:36:18.902Z Compiling unarray v0.1.4
15302026-09-03T17:36:18.942Z Compiling zlib-rs v0.6.2
15312026-09-03T17:36:18.956Z Compiling crossbeam-utils v0.8.21
15322026-09-03T17:36:19.004Z Compiling paste v1.0.15
15332026-09-03T17:36:19.020Z Compiling crc-catalog v2.4.0
15342026-09-03T17:36:19.047Z Compiling serde_derive v1.0.228
15352026-09-03T17:36:19.060Z Compiling zeroize_derive v1.5.0
15362026-09-03T17:36:19.126Z Compiling zerofrom-derive v0.1.6
15372026-09-03T17:36:19.291Z Compiling zerocopy-derive v0.8.55
15382026-09-03T17:36:19.320Z Compiling yoke-derive v0.8.1
15392026-09-03T17:36:19.377Z Compiling zerovec-derive v0.11.2
15402026-09-03T17:36:19.437Z Compiling displaydoc v0.2.5
15412026-09-03T17:36:19.608Z Compiling tokio-macros v2.7.0
15422026-09-03T17:36:19.707Z Compiling futures-macro v0.3.32
15432026-09-03T17:36:19.741Z Compiling thiserror-impl v2.0.18
15442026-09-03T17:36:20.104Z Compiling der_derive v0.7.3
15452026-09-03T17:36:20.250Z Compiling tracing-attributes v0.1.31
15462026-09-03T17:36:20.270Z Compiling schemars_derive v0.8.22
15472026-09-03T17:36:20.393Z Compiling scroll_derive v0.13.1
15482026-09-03T17:36:20.479Z Compiling pest_derive v2.8.6
15492026-09-03T17:36:20.601Z Compiling darling_macro v0.20.11
15502026-09-03T17:36:20.613Z Compiling futures-util v0.3.32
15512026-09-03T17:36:20.627Z Compiling zerofrom v0.1.6
15522026-09-03T17:36:20.778Z Compiling yoke v0.8.1
15532026-09-03T17:36:20.953Z Compiling zerovec v0.11.5
15542026-09-03T17:36:20.965Z Compiling zerotrie v0.2.3
15552026-09-03T17:36:21.099Z Compiling openssl-macros v0.1.1
15562026-09-03T17:36:21.137Z Compiling thiserror-impl v1.0.69
15572026-09-03T17:36:21.141Z Compiling thiserror v2.0.18
15582026-09-03T17:36:21.268Z Compiling scroll v0.13.0
15592026-09-03T17:36:21.317Z Compiling darling v0.20.11
15602026-09-03T17:36:21.615Z Compiling packed_struct_codegen v0.10.1
15612026-09-03T17:36:21.615Z Compiling clap_derive v4.6.1
15622026-09-03T17:36:21.656Z Compiling tinystr v0.8.2
15632026-09-03T17:36:21.656Z Compiling potential_utf v0.1.4
15642026-09-03T17:36:21.656Z Compiling goblin v0.10.5
15652026-09-03T17:36:21.656Z Compiling bitfield-macros v0.19.4
15662026-09-03T17:36:21.656Z Compiling icu_locale_core v2.1.1
15672026-09-03T17:36:21.701Z Compiling icu_collections v2.1.1
15682026-09-03T17:36:21.701Z Compiling tracing v0.1.44
15692026-09-03T17:36:21.701Z Compiling zerocopy-derive v0.6.6
15702026-09-03T17:36:21.945Z Compiling num_threads v0.1.7
15712026-09-03T17:36:22.057Z Compiling time v0.3.47
15722026-09-03T17:36:22.143Z Compiling flate2 v1.1.9
15732026-09-03T17:36:22.240Z Compiling icu_provider v2.1.1
15742026-09-03T17:36:22.306Z Compiling bitfield v0.19.4
15752026-09-03T17:36:22.425Z Compiling derive_builder_core v0.20.2
15762026-09-03T17:36:22.463Z Compiling thiserror v1.0.69
15772026-09-03T17:36:22.513Z Compiling icu_normalizer v2.1.1
15782026-09-03T17:36:22.563Z Compiling icu_properties v2.1.2
15792026-09-03T17:36:22.576Z Compiling zerocopy v0.6.6
15802026-09-03T17:36:22.590Z Compiling dtrace-parser v0.3.0
15812026-09-03T17:36:22.600Z Compiling zeroize v1.9.0
15822026-09-03T17:36:22.620Z Compiling bytes v1.11.1
15832026-09-03T17:36:22.668Z Compiling chrono v0.4.45
15842026-09-03T17:36:22.918Z Compiling der v0.7.10
15852026-09-03T17:36:22.999Z Compiling rustls-pki-types v1.14.0
15862026-09-03T17:36:23.054Z Compiling hybrid-array v0.4.13
15872026-09-03T17:36:23.146Z Compiling tokio v1.52.1
15882026-09-03T17:36:23.257Z Compiling http v1.4.2
15892026-09-03T17:36:23.311Z Compiling ipnet v2.12.0
15902026-09-03T17:36:23.341Z Compiling hex v0.4.3
15912026-09-03T17:36:23.414Z Compiling block-buffer v0.10.4
15922026-09-03T17:36:23.458Z Compiling crypto-common v0.1.7
15932026-09-03T17:36:23.600Z Compiling digest v0.10.7
15942026-09-03T17:36:23.627Z Compiling idna_adapter v1.2.1
15952026-09-03T17:36:23.640Z Compiling toml_datetime v0.6.11
15962026-09-03T17:36:23.667Z Compiling serde_spanned v0.6.9
15972026-09-03T17:36:23.680Z Compiling clap v4.6.1
15982026-09-03T17:36:23.771Z Compiling ppv-lite86 v0.2.21
15992026-09-03T17:36:23.786Z Compiling idna v1.1.0
16002026-09-03T17:36:23.828Z Compiling spki v0.7.3
16012026-09-03T17:36:23.835Z Compiling sha2 v0.10.9
16022026-09-03T17:36:23.847Z Compiling signature v2.2.0
16032026-09-03T17:36:23.867Z Compiling hmac v0.12.1
16042026-09-03T17:36:23.914Z Compiling http-body v1.0.1
16052026-09-03T17:36:24.045Z Compiling pkcs8 v0.10.2
16062026-09-03T17:36:24.051Z Compiling http-body-util v0.1.3
16072026-09-03T17:36:24.074Z Compiling url v2.5.8
16082026-09-03T17:36:24.078Z Compiling rand_chacha v0.9.0
16092026-09-03T17:36:24.104Z Compiling rand_chacha v0.3.1
16102026-09-03T17:36:24.273Z Compiling dof v0.4.0
16112026-09-03T17:36:24.298Z Compiling rand v0.9.2
16122026-09-03T17:36:24.320Z Compiling rand v0.8.6
16132026-09-03T17:36:24.333Z Compiling pkcs1 v0.7.5
16142026-09-03T17:36:24.442Z Compiling crc v3.4.0
16152026-09-03T17:36:24.506Z Compiling structmeta-derive v0.3.0
16162026-09-03T17:36:24.557Z Compiling scroll_derive v0.12.1
16172026-09-03T17:36:24.788Z Compiling array-init v0.0.4
16182026-09-03T17:36:24.801Z Compiling smallvec v0.6.14
16192026-09-03T17:36:24.875Z Compiling proptest v1.11.0
16202026-09-03T17:36:24.891Z Compiling darling_core v0.23.0
16212026-09-03T17:36:25.154Z Compiling heapless v0.7.17
16222026-09-03T17:36:25.168Z Compiling slog v2.8.2
16232026-09-03T17:36:25.200Z Compiling thread-id v5.1.0
16242026-09-03T17:36:25.225Z Compiling env_filter v2.0.0
16252026-09-03T17:36:25.305Z Compiling syn v3.0.3
16262026-09-03T17:36:25.329Z Compiling cookie v0.18.1
16272026-09-03T17:36:25.362Z Compiling zstd-safe v7.2.4
16282026-09-03T17:36:25.377Z Compiling winnow v0.5.40
16292026-09-03T17:36:25.414Z Compiling unicode-bidi v0.3.18
16302026-09-03T17:36:25.515Z Compiling ipnetwork v0.21.1
16312026-09-03T17:36:25.522Z Compiling allocator-api2 v0.2.21
16322026-09-03T17:36:25.538Z Compiling signal-hook v0.3.18
16332026-09-03T17:36:25.552Z Compiling iri-string v0.7.10
16342026-09-03T17:36:25.583Z Compiling anyhow v1.0.104
16352026-09-03T17:36:25.681Z Compiling hashbrown v0.12.3
16362026-09-03T17:36:25.739Z Compiling ryu v1.0.23
16372026-09-03T17:36:25.769Z Compiling unicode-properties v0.1.4
16382026-09-03T17:36:25.872Z Compiling gimli v0.32.3
16392026-09-03T17:36:25.901Z Compiling base64 v0.21.7
16402026-09-03T17:36:25.933Z Compiling serde_urlencoded v0.7.1
16412026-09-03T17:36:25.988Z Compiling stringprep v0.1.5
16422026-09-03T17:36:25.999Z Compiling oxnet v0.1.6
16432026-09-03T17:36:26.050Z Compiling structmeta v0.3.0
16442026-09-03T17:36:26.158Z Compiling ron v0.8.1
16452026-09-03T17:36:26.211Z Compiling rsa v0.9.10
16462026-09-03T17:36:26.302Z Compiling env_logger v0.11.11
16472026-09-03T17:36:26.454Z Compiling scroll v0.12.0
16482026-09-03T17:36:26.471Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-09-03T17:36:26.567Z Compiling serde-hex v0.1.0
16502026-09-03T17:36:26.680Z Compiling toml_edit v0.19.15
16512026-09-03T17:36:26.757Z Compiling camino v1.2.5
16522026-09-03T17:36:26.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16532026-09-03T17:36:27.039Z Compiling tokio-util v0.7.18
16542026-09-03T17:36:27.112Z Compiling tower v0.5.3
16552026-09-03T17:36:27.115Z Compiling tokio-native-tls v0.3.1
16562026-09-03T17:36:27.485Z Compiling darling_macro v0.23.0
16572026-09-03T17:36:27.621Z Compiling addr2line v0.25.1
16582026-09-03T17:36:27.678Z Compiling tower-http v0.6.8
16592026-09-03T17:36:27.866Z Compiling h2 v0.4.15
16602026-09-03T17:36:27.882Z Compiling newtype-uuid v1.3.2
16612026-09-03T17:36:27.974Z Compiling hashbrown v0.13.2
16622026-09-03T17:36:28.018Z Compiling bzip2 v0.4.4
16632026-09-03T17:36:28.105Z Compiling x509-cert v0.2.5
16642026-09-03T17:36:28.120Z Compiling md-5 v0.10.6
16652026-09-03T17:36:28.229Z Compiling block-buffer v0.12.1
16662026-09-03T17:36:28.245Z Compiling block-padding v0.4.2
16672026-09-03T17:36:28.316Z Compiling crypto-common v0.2.2
16682026-09-03T17:36:28.353Z Compiling derive_builder_macro v0.20.2
16692026-09-03T17:36:28.433Z Compiling rustls-native-certs v0.8.3
16702026-09-03T17:36:28.453Z Compiling serde_tokenstream v0.2.3
16712026-09-03T17:36:28.480Z Compiling erased-serde v0.3.31
16722026-09-03T17:36:28.735Z Compiling bstr v1.12.1
16732026-09-03T17:36:28.778Z Compiling async-trait v0.1.89
16742026-09-03T17:36:28.841Z Compiling daft-derive v0.1.8
16752026-09-03T17:36:28.864Z Compiling zerocopy-derive v0.7.35
16762026-09-03T17:36:28.969Z Compiling pin-project-internal v1.1.11
16772026-09-03T17:36:28.994Z Compiling heck v0.4.1
16782026-09-03T17:36:29.235Z Compiling curve25519-dalek v4.1.3
16792026-09-03T17:36:29.349Z Compiling vergen-lib v9.1.0
16802026-09-03T17:36:29.364Z Compiling hash32 v0.2.1
16812026-09-03T17:36:29.397Z Compiling encoding_rs v0.8.35
16822026-09-03T17:36:29.562Z Compiling memoffset v0.9.1
16832026-09-03T17:36:29.579Z Compiling mime v0.3.17
16842026-09-03T17:36:29.594Z Compiling rustc-demangle v0.1.27
16852026-09-03T17:36:29.607Z Compiling psl-types v2.0.11
16862026-09-03T17:36:29.739Z Compiling rustix v0.38.44
16872026-09-03T17:36:29.754Z Compiling ref-cast v1.0.25
16882026-09-03T17:36:29.775Z Compiling litrs v1.0.0
16892026-09-03T17:36:29.778Z Compiling fallible-iterator v0.2.0
16902026-09-03T17:36:29.863Z Compiling owo-colors v4.3.0
16912026-09-03T17:36:29.883Z Compiling cfg_aliases v0.2.1
16922026-09-03T17:36:30.004Z Compiling crc-any v2.5.0
16932026-09-03T17:36:30.031Z Compiling smoltcp v0.9.1
16942026-09-03T17:36:30.031Z Compiling nix v0.31.2
16952026-09-03T17:36:30.105Z Compiling backtrace v0.3.76
16962026-09-03T17:36:30.145Z Compiling pin-project v1.1.11
16972026-09-03T17:36:30.178Z Compiling postgres-protocol v0.6.10
16982026-09-03T17:36:30.182Z Compiling zerocopy v0.7.35
16992026-09-03T17:36:30.265Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17002026-09-03T17:36:30.296Z Compiling publicsuffix v2.3.0
17012026-09-03T17:36:30.330Z Compiling document-features v0.2.12
17022026-09-03T17:36:30.394Z Compiling daft v0.1.8
17032026-09-03T17:36:30.448Z Compiling snafu-derive v0.8.9
17042026-09-03T17:36:30.484Z Compiling derive_builder v0.20.2
17052026-09-03T17:36:30.613Z Compiling object v0.30.4
17062026-09-03T17:36:30.634Z Compiling inout v0.2.2
17072026-09-03T17:36:30.704Z Compiling zip v0.6.6
17082026-09-03T17:36:30.744Z Compiling toml v0.7.8
17092026-09-03T17:36:30.759Z Compiling darling v0.23.0
17102026-09-03T17:36:30.833Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17112026-09-03T17:36:30.857Z Compiling goblin v0.8.2
17122026-09-03T17:36:30.959Z Compiling derive-ex v0.1.8
17132026-09-03T17:36:31.106Z Compiling hyper v1.10.1
17142026-09-03T17:36:31.206Z Compiling futures-executor v0.3.32
17152026-09-03T17:36:31.311Z Compiling hubpack_derive v0.1.1
17162026-09-03T17:36:31.326Z Compiling regex v1.12.3
17172026-09-03T17:36:31.348Z Compiling curve25519-dalek-derive v0.1.1
17182026-09-03T17:36:31.369Z Compiling strum_macros v0.27.2
17192026-09-03T17:36:31.475Z Compiling ref-cast-impl v1.0.25
17202026-09-03T17:36:31.498Z Compiling phf_shared v0.13.1
17212026-09-03T17:36:31.510Z Compiling convert_case v0.10.0
17222026-09-03T17:36:31.763Z Compiling cargo-platform v0.3.2
17232026-09-03T17:36:31.786Z Compiling vergen v9.1.0
17242026-09-03T17:36:31.790Z Compiling ff v0.13.1
17252026-09-03T17:36:31.837Z Compiling fs-err v3.3.0
17262026-09-03T17:36:31.959Z Compiling managed v0.8.0
17272026-09-03T17:36:31.993Z Compiling libbz2-rs-sys v0.2.2
17282026-09-03T17:36:32.046Z Compiling base16ct v0.2.0
17292026-09-03T17:36:32.061Z Compiling bitflags v1.3.2
17302026-09-03T17:36:32.065Z Compiling foldhash v0.1.5
17312026-09-03T17:36:32.065Z Compiling same-file v1.0.6
17322026-09-03T17:36:32.148Z Compiling jiff-core v0.1.0
17332026-09-03T17:36:32.163Z Compiling bumpalo v3.20.2
17342026-09-03T17:36:32.197Z Compiling path-slash v0.1.5
17352026-09-03T17:36:32.237Z Compiling hyper-util v0.1.20
17362026-09-03T17:36:32.263Z Compiling foldhash v0.2.0
17372026-09-03T17:36:32.268Z Compiling is_ci v1.2.0
17382026-09-03T17:36:32.341Z Compiling textwrap v0.16.2
17392026-09-03T17:36:32.430Z Compiling hashbrown v0.16.1
17402026-09-03T17:36:32.445Z Compiling bzip2 v0.6.1
17412026-09-03T17:36:32.462Z Compiling snafu v0.8.9
17422026-09-03T17:36:32.502Z Compiling supports-color v3.0.2
17432026-09-03T17:36:32.671Z Compiling zopfli v0.8.3
17442026-09-03T17:36:32.685Z Compiling hashbrown v0.15.5
17452026-09-03T17:36:32.700Z Compiling walkdir v2.5.0
17462026-09-03T17:36:32.715Z Compiling test-strategy v0.4.5
17472026-09-03T17:36:32.759Z Compiling sec1 v0.7.3
17482026-09-03T17:36:32.941Z Compiling jiff v0.2.34
17492026-09-03T17:36:33.033Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17502026-09-03T17:36:33.163Z Compiling dof v0.3.0
17512026-09-03T17:36:33.271Z Compiling cargo_metadata v0.23.1
17522026-09-03T17:36:33.291Z Compiling group v0.13.0
17532026-09-03T17:36:33.345Z Compiling derive_more-impl v2.1.1
17542026-09-03T17:36:33.401Z Compiling strum v0.27.2
17552026-09-03T17:36:33.493Z Compiling hubpack v0.1.2
17562026-09-03T17:36:33.552Z Compiling phf v0.13.1
17572026-09-03T17:36:33.565Z Compiling signal-hook-mio v0.2.5
17582026-09-03T17:36:33.629Z Compiling futures v0.3.32
17592026-09-03T17:36:33.699Z Compiling hyper-tls v0.6.0
17602026-09-03T17:36:33.725Z Compiling cookie_store v0.22.1
17612026-09-03T17:36:33.740Z Compiling zstd v0.13.3
17622026-09-03T17:36:33.903Z Compiling reqwest v0.12.28
17632026-09-03T17:36:33.961Z Compiling serde_with_macros v3.21.0
17642026-09-03T17:36:34.019Z Compiling cipher v0.5.2
17652026-09-03T17:36:34.037Z Compiling backtrace-ext v0.2.1
17662026-09-03T17:36:34.124Z Compiling postgres-types v0.2.12
17672026-09-03T17:36:34.346Z Compiling globset v0.4.18
17682026-09-03T17:36:34.406Z Compiling usdt-macro v0.6.0
17692026-09-03T17:36:34.418Z Compiling usdt-attr-macro v0.6.0
17702026-09-03T17:36:34.484Z Compiling byte-wrapper v0.1.0
17712026-09-03T17:36:34.521Z Compiling ed25519 v2.2.3
17722026-09-03T17:36:34.663Z Compiling hkdf v0.12.4
17732026-09-03T17:36:34.697Z Compiling crypto-bigint v0.5.5
17742026-09-03T17:36:34.833Z Compiling olpc-cjson v0.1.4
17752026-09-03T17:36:34.851Z Compiling serde-big-array v0.5.1
17762026-09-03T17:36:34.990Z Compiling serde_plain v1.0.2
17772026-09-03T17:36:35.059Z Compiling dtrace-parser v0.2.0
17782026-09-03T17:36:35.074Z Compiling serde_repr v0.1.20
17792026-09-03T17:36:35.089Z Compiling miette-derive v7.6.0
17802026-09-03T17:36:35.173Z Compiling strum_macros v0.26.4
17812026-09-03T17:36:35.242Z Compiling async-recursion v1.1.1
17822026-09-03T17:36:35.271Z Compiling enum-as-inner v0.6.1
17832026-09-03T17:36:35.317Z Compiling phf_shared v0.11.3
17842026-09-03T17:36:35.479Z Compiling float-cmp v0.10.0
17852026-09-03T17:36:35.482Z Compiling pem v3.0.6
17862026-09-03T17:36:35.522Z Compiling memmap2 v0.9.10
17872026-09-03T17:36:35.648Z Compiling thread-id v4.2.2
17882026-09-03T17:36:35.648Z Compiling precomputed-hash v0.1.1
17892026-09-03T17:36:35.746Z Compiling const-oid v0.10.2
17902026-09-03T17:36:35.764Z Compiling winnow v1.0.3
17912026-09-03T17:36:35.778Z Compiling supports-unicode v3.0.0
17922026-09-03T17:36:35.808Z Compiling data-encoding v2.10.0
17932026-09-03T17:36:35.848Z Compiling difflib v0.4.0
17942026-09-03T17:36:35.851Z Compiling normalize-line-endings v0.3.0
17952026-09-03T17:36:35.932Z Compiling supports-hyperlinks v3.2.0
17962026-09-03T17:36:35.954Z Compiling new_debug_unreachable v1.0.6
17972026-09-03T17:36:35.976Z Compiling cpufeatures v0.3.0
17982026-09-03T17:36:35.979Z Compiling keccak v0.1.6
17992026-09-03T17:36:36.035Z Compiling fixedbitset v0.4.2
18002026-09-03T17:36:36.089Z Compiling static_assertions v1.1.0
18012026-09-03T17:36:36.110Z Compiling either v1.15.0
18022026-09-03T17:36:36.122Z Compiling predicates-core v1.0.10
18032026-09-03T17:36:36.145Z Compiling fixedbitset v0.5.7
18042026-09-03T17:36:36.175Z Compiling whoami v2.1.0
18052026-09-03T17:36:36.276Z Compiling typed-path v0.9.3
18062026-09-03T17:36:36.290Z Compiling miette v7.6.0
18072026-09-03T17:36:36.324Z Compiling itertools v0.13.0
18082026-09-03T17:36:36.345Z Compiling predicates v3.1.4
18092026-09-03T17:36:36.454Z Compiling tokio-postgres v0.7.16
18102026-09-03T17:36:36.477Z Compiling petgraph v0.8.3
18112026-09-03T17:36:36.543Z Compiling petgraph v0.6.5
18122026-09-03T17:36:36.559Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18132026-09-03T17:36:36.580Z Compiling sha3 v0.10.8
18142026-09-03T17:36:36.746Z Compiling toml_parser v1.1.2+spec-1.1.0
18152026-09-03T17:36:36.893Z Compiling hickory-proto v0.25.2
18162026-09-03T17:36:36.929Z Compiling chacha20 v0.10.0
18172026-09-03T17:36:37.022Z Compiling strum v0.26.3
18182026-09-03T17:36:37.029Z Compiling string_cache v0.8.9
18192026-09-03T17:36:37.067Z Compiling toml_edit v0.22.27
18202026-09-03T17:36:37.180Z Compiling digest v0.11.3
18212026-09-03T17:36:37.271Z Compiling elliptic-curve v0.13.8
18222026-09-03T17:36:37.329Z Compiling usdt-impl v0.5.0
18232026-09-03T17:36:37.395Z Compiling usdt v0.6.0
18242026-09-03T17:36:37.432Z Compiling crossterm v0.28.1
18252026-09-03T17:36:37.471Z Compiling serde_with v3.21.0
18262026-09-03T17:36:37.518Z Compiling zip v4.6.1
18272026-09-03T17:36:37.616Z Compiling ed25519-dalek v2.2.0
18282026-09-03T17:36:37.681Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-09-03T17:36:37.704Z Compiling derive_more v2.1.1
18302026-09-03T17:36:37.933Z Compiling iddqd v0.4.2
18312026-09-03T17:36:38.149Z Compiling similar v2.7.0
18322026-09-03T17:36:38.238Z Compiling tokio-stream v0.1.18
18332026-09-03T17:36:38.473Z Compiling crossbeam-epoch v0.9.18
18342026-09-03T17:36:38.488Z Compiling buf-list v1.1.2
18352026-09-03T17:36:38.506Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-09-03T17:36:38.708Z Compiling openapiv3 v2.2.0
18372026-09-03T17:36:38.728Z Compiling peg-runtime v0.8.5
18382026-09-03T17:36:38.741Z Compiling lalrpop-util v0.19.12
18392026-09-03T17:36:38.780Z Compiling thread_local v1.1.9
18402026-09-03T17:36:38.838Z Compiling slog-async v2.8.0
18412026-09-03T17:36:38.870Z Compiling crossbeam-channel v0.5.15
18422026-09-03T17:36:38.956Z Compiling filetime v0.2.27
18432026-09-03T17:36:39.006Z Compiling is-terminal v0.4.17
18442026-09-03T17:36:39.029Z Compiling take_mut v0.2.2
18452026-09-03T17:36:39.053Z Compiling xattr v1.6.1
18462026-09-03T17:36:39.149Z Compiling term v1.2.1
18472026-09-03T17:36:39.213Z Compiling camino-tempfile v1.4.1
18482026-09-03T17:36:39.319Z Compiling tar v0.4.46
18492026-09-03T17:36:39.474Z Compiling slog-term v2.9.2
18502026-09-03T17:36:56.626Z Compiling rustls-webpki v0.103.13
18512026-09-03T17:36:59.310Z Compiling tokio-rustls v0.26.4
18522026-09-03T17:36:59.310Z Compiling rustls-platform-verifier v0.6.2
18532026-09-03T17:36:59.313Z Compiling tough v0.22.0
18542026-09-03T17:36:59.528Z Compiling hyper-rustls v0.27.7
18552026-09-03T17:36:59.724Z Compiling reqwest v0.13.2
18562026-09-03T17:37:01.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572026-09-03T17:37:02.143Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18582026-09-03T17:37:05.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.53s
18592026-09-03T17:37:05.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-09-03T17:37:05.281ZSep 03 17:37:04.625 INFO Starting download, target: Clickhouse
18612026-09-03T17:37:05.281ZSep 03 17:37:04.625 INFO Starting download, target: Cockroach
18622026-09-03T17:37:05.285ZSep 03 17:37:04.625 INFO Starting download, target: Console
18632026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Starting download, target: DendriteStub
18642026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Starting download, target: MaghemiteMgd
18652026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Starting download, target: MaghemiteDdmd
18662026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Starting download, target: TransceiverControl
18672026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18682026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18692026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18702026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18712026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18722026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18732026-09-03T17:37:05.285ZSep 03 17:37:04.626 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18742026-09-03T17:37:06.961ZSep 03 17:37:06.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-09-03T17:37:07.188ZSep 03 17:37:06.523 INFO Download complete, target: TransceiverControl
18762026-09-03T17:37:07.380ZSep 03 17:37:06.685 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18772026-09-03T17:37:07.630ZSep 03 17:37:06.955 INFO Download complete, target: Console
18782026-09-03T17:37:08.218ZSep 03 17:37:07.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18792026-09-03T17:37:09.753ZSep 03 17:37:09.064 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18802026-09-03T17:37:10.973ZSep 03 17:37:10.284 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18812026-09-03T17:37:11.074ZSep 03 17:37:10.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18822026-09-03T17:37:11.497ZSep 03 17:37:10.836 INFO Download complete, target: MaghemiteDdmd
18832026-09-03T17:37:12.675ZSep 03 17:37:12.019 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18842026-09-03T17:37:12.675ZSep 03 17:37:12.019 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18852026-09-03T17:37:13.556ZSep 03 17:37:12.895 INFO Download complete, target: DendriteStub
18862026-09-03T17:37:13.743ZSep 03 17:37:13.086 INFO Download complete, target: MaghemiteMgd
18872026-09-03T17:37:14.817ZSep 03 17:37:14.161 INFO Checking that binary works, target: Clickhouse
18882026-09-03T17:37:14.904ZSep 03 17:37:14.248 INFO Download complete, target: Clickhouse
18892026-09-03T17:37:17.161ZSep 03 17:37:16.505 INFO Checking that binary works, target: Cockroach
18902026-09-03T17:37:17.284ZSep 03 17:37:16.629 INFO Download complete, target: Cockroach
18912026-09-03T17:37:17.289ZAll prerequisites installed successfully
18922026-09-03T17:37:17.293Z
18932026-09-03T17:37:17.293Zreal 1:32.742155996
18942026-09-03T17:37:17.293Zuser 7:17.982826210
18952026-09-03T17:37:17.293Zsys 1:42.675570020
18962026-09-03T17:37:17.293Ztrap 0.255193423
18972026-09-03T17:37:17.293Ztflt 0.808785896
18982026-09-03T17:37:17.293Zdflt 1.713027023
18992026-09-03T17:37:17.293Zkflt 0.026771697
19002026-09-03T17:37:17.293Zlock 28:03.854343099
19012026-09-03T17:37:17.293Zslp 19:43.394897018
19022026-09-03T17:37:17.293Zlat 26.163961959
19032026-09-03T17:37:17.293Zstop 2:53.977499134
19042026-09-03T17:37:17.293Z+ source ./tools/include/force-git-over-https.sh
19052026-09-03T17:37:17.293Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-03T17:37:17.293Z++ (( i = 0 ))
19072026-09-03T17:37:17.293Z++ (( i < 5 ))
19082026-09-03T17:37:17.293Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-03T17:37:17.296Z++ (( i++ ))
19102026-09-03T17:37:17.296Z++ (( i < 5 ))
19112026-09-03T17:37:17.297Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-03T17:37:17.300Z++ (( i++ ))
19132026-09-03T17:37:17.300Z++ (( i < 5 ))
19142026-09-03T17:37:17.300Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-03T17:37:17.300Z++ (( i++ ))
19162026-09-03T17:37:17.300Z++ (( i < 5 ))
19172026-09-03T17:37:17.300Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-03T17:37:17.303Z++ (( i++ ))
19192026-09-03T17:37:17.303Z++ (( i < 5 ))
19202026-09-03T17:37:17.303Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-03T17:37:17.307Z++ (( i++ ))
19222026-09-03T17:37:17.307Z++ (( i < 5 ))
19232026-09-03T17:37:17.307Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-03T17:37:17.307Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-03T17:37:17.307Z+ rc=0
19262026-09-03T17:37:17.307Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19272026-09-03T17:37:26.636Z+ case $rc in
19282026-09-03T17:37:26.636Z+ pfexec zfs create -p rpool/images/build/host
19292026-09-03T17:37:26.834Z+ pfexec zfs create -p rpool/images/build/recovery
19302026-09-03T17:37:26.902Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19312026-09-03T17:37:27.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-09-03T17:37:27.361Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19332026-09-03T17:37:28.214Z Compiling proc-macro2 v1.0.106
19342026-09-03T17:37:28.214Z Compiling quote v1.0.45
19352026-09-03T17:37:28.217Z Compiling unicode-ident v1.0.24
19362026-09-03T17:37:28.217Z Compiling serde_core v1.0.228
19372026-09-03T17:37:28.217Z Compiling libc v0.2.185
19382026-09-03T17:37:28.217Z Compiling serde v1.0.228
19392026-09-03T17:37:28.217Z Compiling cfg-if v1.0.4
19402026-09-03T17:37:28.217Z Compiling shlex v1.3.0
19412026-09-03T17:37:28.218Z Compiling find-msvc-tools v0.1.9
19422026-09-03T17:37:28.218Z Compiling autocfg v1.5.0
19432026-09-03T17:37:28.218Z Compiling version_check v0.9.5
19442026-09-03T17:37:28.350Z Compiling zerocopy v0.8.55
19452026-09-03T17:37:28.353Z Compiling memchr v2.8.0
19462026-09-03T17:37:28.354Z Compiling portable-atomic v1.13.1
19472026-09-03T17:37:28.354Z Compiling zmij v1.0.21
19482026-09-03T17:37:28.566Z Compiling serde_json v1.0.151
19492026-09-03T17:37:28.580Z Compiling libm v0.2.16
19502026-09-03T17:37:28.593Z Compiling getrandom v0.4.3
19512026-09-03T17:37:28.631Z Compiling parking_lot_core v0.9.12
19522026-09-03T17:37:28.819Z Compiling num-traits v0.2.19
19532026-09-03T17:37:28.823Z Compiling generic-array v0.14.7
19542026-09-03T17:37:28.823Z Compiling pkg-config v0.3.32
19552026-09-03T17:37:28.882Z Compiling icu_normalizer_data v2.1.1
19562026-09-03T17:37:28.885Z Compiling icu_properties_data v2.1.2
19572026-09-03T17:37:28.903Z Compiling smallvec v1.15.1
19582026-09-03T17:37:28.930Z Compiling rustix v1.1.4
19592026-09-03T17:37:28.933Z Compiling log v0.4.33
19602026-09-03T17:37:29.003Z Compiling itoa v1.0.17
19612026-09-03T17:37:29.059Z Compiling getrandom v0.3.4
19622026-09-03T17:37:29.105Z Compiling subtle v2.6.1
19632026-09-03T17:37:29.202Z Compiling stable_deref_trait v1.2.1
19642026-09-03T17:37:29.202Z Compiling scopeguard v1.2.0
19652026-09-03T17:37:29.258Z Compiling typenum v1.20.1
19662026-09-03T17:37:29.301Z Compiling jobserver v0.1.34
19672026-09-03T17:37:29.305Z Compiling errno v0.3.14
19682026-09-03T17:37:29.335Z Compiling lock_api v0.4.14
19692026-09-03T17:37:29.386Z Compiling critical-section v1.2.0
19702026-09-03T17:37:29.447Z Compiling rand_core v0.10.0
19712026-09-03T17:37:29.507Z Compiling thiserror v2.0.18
19722026-09-03T17:37:29.524Z Compiling cc v1.2.56
19732026-09-03T17:37:29.689Z Compiling syn v2.0.117
19742026-09-03T17:37:29.717Z Compiling getrandom v0.2.17
19752026-09-03T17:37:29.763Z Compiling dunce v1.0.5
19762026-09-03T17:37:29.767Z Compiling fs_extra v1.3.0
19772026-09-03T17:37:29.805Z Compiling heck v0.5.0
19782026-09-03T17:37:29.864Z Compiling rand_core v0.6.4
19792026-09-03T17:37:29.880Z Compiling writeable v0.6.2
19802026-09-03T17:37:29.909Z Compiling litemap v0.8.1
19812026-09-03T17:37:29.925Z Compiling once_cell v1.21.3
19822026-09-03T17:37:29.942Z Compiling percent-encoding v2.3.2
19832026-09-03T17:37:30.081Z Compiling const-oid v0.9.6
19842026-09-03T17:37:30.134Z Compiling pin-project-lite v0.2.17
19852026-09-03T17:37:30.225Z Compiling schemars v0.8.22
19862026-09-03T17:37:30.330Z Compiling cmake v0.1.57
19872026-09-03T17:37:30.346Z Compiling equivalent v1.0.2
19882026-09-03T17:37:30.359Z Compiling signal-hook-registry v1.4.8
19892026-09-03T17:37:30.418Z Compiling futures-core v0.3.32
19902026-09-03T17:37:30.505Z Compiling aws-lc-rs v1.16.3
19912026-09-03T17:37:30.541Z Compiling rustversion v1.0.22
19922026-09-03T17:37:30.684Z Compiling bitflags v2.11.0
19932026-09-03T17:37:30.702Z Compiling semver v1.0.28
19942026-09-03T17:37:30.746Z Compiling parking_lot v0.12.5
19952026-09-03T17:37:30.800Z Compiling mio v1.2.0
19962026-09-03T17:37:30.908Z Compiling crc32fast v1.5.0
19972026-09-03T17:37:30.925Z Compiling aws-lc-sys v0.40.0
19982026-09-03T17:37:30.956Z Compiling utf8_iter v1.0.4
19992026-09-03T17:37:31.060Z Compiling form_urlencoded v1.2.2
20002026-09-03T17:37:31.241Z Compiling fnv v1.0.7
20012026-09-03T17:37:31.245Z Compiling syn v1.0.109
20022026-09-03T17:37:31.293Z Compiling byteorder v1.5.0
20032026-09-03T17:37:31.310Z Compiling hashbrown v0.17.0
20042026-09-03T17:37:31.344Z Compiling vcpkg v0.2.15
20052026-09-03T17:37:31.552Z Compiling strsim v0.11.1
20062026-09-03T17:37:31.638Z Compiling socket2 v0.6.3
20072026-09-03T17:37:31.868Z Compiling futures-sink v0.3.32
20082026-09-03T17:37:31.868Z Compiling radium v0.7.0
20092026-09-03T17:37:31.917Z Compiling httparse v1.10.1
20102026-09-03T17:37:31.938Z Compiling openssl-sys v0.9.117
20112026-09-03T17:37:32.029Z Compiling indexmap v2.14.0
20122026-09-03T17:37:32.029Z Compiling futures-channel v0.3.32
20132026-09-03T17:37:32.033Z Compiling futures-io v0.3.32
20142026-09-03T17:37:32.112Z Compiling thiserror v1.0.69
20152026-09-03T17:37:32.115Z Compiling iana-time-zone v0.1.65
20162026-09-03T17:37:32.129Z Compiling slab v0.4.12
20172026-09-03T17:37:32.164Z Compiling futures-task v0.3.32
20182026-09-03T17:37:32.295Z Compiling base64 v0.22.1
20192026-09-03T17:37:32.335Z Compiling rustls v0.23.41
20202026-09-03T17:37:32.384Z Compiling maybe-uninit v2.0.0
20212026-09-03T17:37:32.416Z Compiling rustc_version v0.4.1
20222026-09-03T17:37:32.603Z Compiling synstructure v0.13.2
20232026-09-03T17:37:32.620Z Compiling serde_derive_internals v0.29.1
20242026-09-03T17:37:32.674Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-09-03T17:37:32.692Z Compiling uuid v1.23.4
20262026-09-03T17:37:32.696Z Compiling ahash v0.8.12
20272026-09-03T17:37:32.711Z Compiling ident_case v1.0.1
20282026-09-03T17:37:32.746Z Compiling base64ct v1.8.3
20292026-09-03T17:37:32.749Z Compiling packed_struct v0.10.1
20302026-09-03T17:37:32.749Z Compiling regex-syntax v0.8.10
20312026-09-03T17:37:32.881Z Compiling ucd-trie v0.1.7
20322026-09-03T17:37:32.898Z Compiling num-bigint-dig v0.8.6
20332026-09-03T17:37:32.902Z Compiling rand_core v0.9.5
20342026-09-03T17:37:33.016Z Compiling dyn-clone v1.0.20
20352026-09-03T17:37:33.037Z Compiling openssl v0.10.80
20362026-09-03T17:37:33.127Z Compiling pem-rfc7468 v0.7.0
20372026-09-03T17:37:33.150Z Compiling pest v2.8.6
20382026-09-03T17:37:33.168Z Compiling fastrand v2.3.0
20392026-09-03T17:37:33.182Z Compiling flagset v0.4.7
20402026-09-03T17:37:33.216Z Compiling indexmap v1.9.3
20412026-09-03T17:37:33.233Z Compiling unicode-segmentation v1.12.0
20422026-09-03T17:37:33.361Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20432026-09-03T17:37:33.391Z Compiling tempfile v3.27.0
20442026-09-03T17:37:33.453Z Compiling simd-adler32 v0.3.8
20452026-09-03T17:37:33.482Z Compiling cpufeatures v0.2.17
20462026-09-03T17:37:33.536Z Compiling paste v1.0.15
20472026-09-03T17:37:33.565Z Compiling native-tls v0.2.18
20482026-09-03T17:37:33.722Z Compiling syn v3.0.3
20492026-09-03T17:37:33.824Z Compiling crossbeam-utils v0.8.21
20502026-09-03T17:37:33.854Z Compiling camino v1.2.5
20512026-09-03T17:37:33.898Z Compiling serde_derive v1.0.228
20522026-09-03T17:37:33.919Z Compiling zeroize_derive v1.5.0
20532026-09-03T17:37:33.941Z Compiling zerofrom-derive v0.1.6
20542026-09-03T17:37:33.944Z Compiling zerocopy-derive v0.8.55
20552026-09-03T17:37:33.973Z Compiling yoke-derive v0.8.1
20562026-09-03T17:37:33.989Z Compiling zerovec-derive v0.11.2
20572026-09-03T17:37:34.087Z Compiling displaydoc v0.2.5
20582026-09-03T17:37:34.105Z Compiling tokio-macros v2.7.0
20592026-09-03T17:37:34.121Z Compiling futures-macro v0.3.32
20602026-09-03T17:37:34.206Z Compiling der_derive v0.7.3
20612026-09-03T17:37:34.427Z Compiling thiserror-impl v2.0.18
20622026-09-03T17:37:34.542Z Compiling schemars_derive v0.8.22
20632026-09-03T17:37:34.783Z Compiling tracing-attributes v0.1.31
20642026-09-03T17:37:34.817Z Compiling thiserror-impl v1.0.69
20652026-09-03T17:37:34.914Z Compiling futures-util v0.3.32
20662026-09-03T17:37:35.042Z Compiling clap_derive v4.6.1
20672026-09-03T17:37:35.092Z Compiling zerofrom v0.1.6
20682026-09-03T17:37:35.252Z Compiling yoke v0.8.1
20692026-09-03T17:37:35.463Z Compiling zerovec v0.11.5
20702026-09-03T17:37:35.521Z Compiling zerotrie v0.2.3
20712026-09-03T17:37:35.879Z Compiling packed_struct_codegen v0.10.1
20722026-09-03T17:37:35.908Z Compiling pest_meta v2.8.6
20732026-09-03T17:37:35.960Z Compiling zerocopy-derive v0.6.6
20742026-09-03T17:37:35.999Z Compiling tinystr v0.8.2
20752026-09-03T17:37:36.057Z Compiling potential_utf v0.1.4
20762026-09-03T17:37:36.066Z Compiling bitfield-macros v0.19.4
20772026-09-03T17:37:36.225Z Compiling icu_locale_core v2.1.1
20782026-09-03T17:37:36.225Z Compiling icu_collections v2.1.1
20792026-09-03T17:37:36.732Z Compiling pest_generator v2.8.6
20802026-09-03T17:37:36.849Z Compiling openssl-macros v0.1.1
20812026-09-03T17:37:36.905Z Compiling scroll_derive v0.13.1
20822026-09-03T17:37:36.910Z Compiling adler2 v2.0.1
20832026-09-03T17:37:36.956Z Compiling utf8parse v0.2.2
20842026-09-03T17:37:37.074Z Compiling icu_provider v2.1.1
20852026-09-03T17:37:37.189Z Compiling zeroize v1.9.0
20862026-09-03T17:37:37.245Z Compiling bytes v1.11.1
20872026-09-03T17:37:37.311Z Compiling chrono v0.4.45
20882026-09-03T17:37:37.344Z Compiling icu_properties v2.1.2
20892026-09-03T17:37:37.422Z Compiling icu_normalizer v2.1.1
20902026-09-03T17:37:37.508Z Compiling der v0.7.10
20912026-09-03T17:37:37.596Z Compiling hex v0.4.3
20922026-09-03T17:37:37.722Z Compiling pest_derive v2.8.6
20932026-09-03T17:37:37.914Z Compiling tokio v1.52.1
20942026-09-03T17:37:37.929Z Compiling block-buffer v0.10.4
20952026-09-03T17:37:37.965Z Compiling crypto-common v0.1.7
20962026-09-03T17:37:38.130Z Compiling digest v0.10.7
20972026-09-03T17:37:38.165Z Compiling anstyle v1.0.14
20982026-09-03T17:37:38.195Z Compiling http v1.4.2
20992026-09-03T17:37:38.210Z Compiling idna_adapter v1.2.1
21002026-09-03T17:37:38.391Z Compiling ppv-lite86 v0.2.21
21012026-09-03T17:37:38.422Z Compiling idna v1.1.0
21022026-09-03T17:37:38.426Z Compiling sha2 v0.10.9
21032026-09-03T17:37:38.646Z Compiling spki v0.7.3
21042026-09-03T17:37:38.740Z Compiling url v2.5.8
21052026-09-03T17:37:38.935Z Compiling rand_chacha v0.9.0
21062026-09-03T17:37:38.950Z Compiling pkcs8 v0.10.2
21072026-09-03T17:37:38.991Z Compiling rustls-pki-types v1.14.0
21082026-09-03T17:37:39.009Z Compiling anstyle-parse v1.0.0
21092026-09-03T17:37:39.153Z Compiling rand v0.9.2
21102026-09-03T17:37:39.245Z Compiling miniz_oxide v0.8.9
21112026-09-03T17:37:39.277Z Compiling daft-derive v0.1.8
21122026-09-03T17:37:39.403Z Compiling terminal_size v0.4.3
21132026-09-03T17:37:39.555Z Compiling spin v0.9.8
21142026-09-03T17:37:39.555Z Compiling num-conv v0.2.0
21152026-09-03T17:37:39.572Z Compiling colorchoice v1.0.4
21162026-09-03T17:37:39.589Z Compiling time-core v0.1.8
21172026-09-03T17:37:39.624Z Compiling tinyvec_macros v0.1.1
21182026-09-03T17:37:39.676Z Compiling anstyle-query v1.1.5
21192026-09-03T17:37:39.706Z Compiling is_terminal_polyfill v1.70.2
21202026-09-03T17:37:39.722Z Compiling tinyvec v1.10.0
21212026-09-03T17:37:39.774Z Compiling time-macros v0.2.27
21222026-09-03T17:37:39.800Z Compiling anstream v1.0.0
21232026-09-03T17:37:39.834Z Compiling structmeta-derive v0.3.0
21242026-09-03T17:37:39.852Z Compiling async-trait v0.1.89
21252026-09-03T17:37:39.875Z Compiling tracing-core v0.1.36
21262026-09-03T17:37:40.197Z Compiling untrusted v0.7.1
21272026-09-03T17:37:40.249Z Compiling object v0.37.3
21282026-09-03T17:37:40.269Z Compiling plain v0.2.3
21292026-09-03T17:37:40.281Z Compiling cmov v0.5.4
21302026-09-03T17:37:40.330Z Compiling tracing v0.1.44
21312026-09-03T17:37:40.391Z Compiling http-body v1.0.1
21322026-09-03T17:37:40.522Z Compiling ctutils v0.4.2
21332026-09-03T17:37:40.616Z Compiling toml_datetime v0.6.11
21342026-09-03T17:37:40.673Z Compiling serde_spanned v0.6.9
21352026-09-03T17:37:40.704Z Compiling pin-project-internal v1.1.11
21362026-09-03T17:37:40.777Z Compiling slog v2.8.2
21372026-09-03T17:37:40.822Z Compiling wait-timeout v0.2.1
21382026-09-03T17:37:40.839Z Compiling cookie v0.18.1
21392026-09-03T17:37:40.856Z Compiling structmeta v0.3.0
21402026-09-03T17:37:40.869Z Compiling clap_lex v1.0.0
21412026-09-03T17:37:40.939Z Compiling zstd-safe v7.2.4
21422026-09-03T17:37:40.955Z Compiling tap v1.0.1
21432026-09-03T17:37:41.002Z Compiling quick-error v1.2.3
21442026-09-03T17:37:41.019Z Compiling openssl-probe v0.2.1
21452026-09-03T17:37:41.038Z Compiling untrusted v0.9.0
21462026-09-03T17:37:41.132Z Compiling bit-vec v0.8.0
21472026-09-03T17:37:41.231Z Compiling rusty-fork v0.3.1
21482026-09-03T17:37:41.287Z Compiling derive-ex v0.1.8
21492026-09-03T17:37:41.411Z Compiling bit-set v0.8.0
21502026-09-03T17:37:41.427Z Compiling clap_builder v4.6.0
21512026-09-03T17:37:41.430Z Compiling wyz v0.5.1
21522026-09-03T17:37:41.609Z Compiling hybrid-array v0.4.13
21532026-09-03T17:37:41.651Z Compiling unicode-normalization v0.1.25
21542026-09-03T17:37:41.699Z Compiling rand_chacha v0.3.1
21552026-09-03T17:37:41.741Z Compiling signature v2.2.0
21562026-09-03T17:37:41.756Z Compiling scroll_derive v0.12.1
21572026-09-03T17:37:41.803Z Compiling heck v0.4.1
21582026-09-03T17:37:41.824Z Compiling rand_xorshift v0.4.0
21592026-09-03T17:37:41.991Z Compiling tokio-util v0.7.18
21602026-09-03T17:37:41.992Z Compiling heapless v0.7.17
21612026-09-03T17:37:42.145Z Compiling num-integer v0.1.46
21622026-09-03T17:37:42.162Z Compiling aho-corasick v1.1.4
21632026-09-03T17:37:42.295Z Compiling usdt-impl v0.6.0
21642026-09-03T17:37:42.407Z Compiling atomic-waker v1.1.2
21652026-09-03T17:37:42.462Z Compiling unarray v0.1.4
21662026-09-03T17:37:42.534Z Compiling tower-service v0.3.3
21672026-09-03T17:37:42.564Z Compiling pretty-hex v0.4.1
21682026-09-03T17:37:42.645Z Compiling rustix v0.38.44
21692026-09-03T17:37:42.692Z Compiling tower-layer v0.3.3
21702026-09-03T17:37:42.713Z Compiling try-lock v0.2.5
21712026-09-03T17:37:42.718Z Compiling funty v2.0.0
21722026-09-03T17:37:42.756Z Compiling anyhow v1.0.104
21732026-09-03T17:37:42.926Z Compiling zlib-rs v0.6.2
21742026-09-03T17:37:42.996Z Compiling signal-hook v0.3.18
21752026-09-03T17:37:43.012Z Compiling regex-automata v0.4.14
21762026-09-03T17:37:43.026Z Compiling want v0.3.1
21772026-09-03T17:37:43.088Z Compiling bitvec v1.0.1
21782026-09-03T17:37:43.107Z Compiling h2 v0.4.15
21792026-09-03T17:37:43.224Z Compiling test-strategy v0.4.5
21802026-09-03T17:37:43.427Z Compiling clap v4.6.1
21812026-09-03T17:37:43.533Z Compiling proptest v1.11.0
21822026-09-03T17:37:43.576Z Compiling num-iter v0.1.45
21832026-09-03T17:37:43.932Z Compiling snafu-derive v0.8.9
21842026-09-03T17:37:44.140Z Compiling rand v0.8.6
21852026-09-03T17:37:44.519Z Compiling ipnetwork v0.21.1
21862026-09-03T17:37:44.805Z Compiling lazy_static v1.5.0
21872026-09-03T17:37:44.891Z Compiling scroll v0.13.0
21882026-09-03T17:37:44.919Z Compiling ipnet v2.12.0
21892026-09-03T17:37:45.060Z Compiling strum_macros v0.26.4
21902026-09-03T17:37:45.190Z Compiling flate2 v1.1.9
21912026-09-03T17:37:45.502Z Compiling darling_core v0.20.11
21922026-09-03T17:37:45.630Z Compiling darling_core v0.23.0
21932026-09-03T17:37:45.717Z Compiling httpdate v1.0.3
21942026-09-03T17:37:45.752Z Compiling crc-catalog v2.4.0
21952026-09-03T17:37:45.866Z Compiling winnow v0.5.40
21962026-09-03T17:37:45.948Z Compiling foreign-types-shared v0.1.1
21972026-09-03T17:37:46.047Z Compiling nodrop v0.1.14
21982026-09-03T17:37:46.175Z Compiling array-init v0.0.4
21992026-09-03T17:37:46.210Z Compiling foreign-types v0.3.2
22002026-09-03T17:37:46.308Z Compiling newtype-uuid v1.3.2
22012026-09-03T17:37:46.518Z Compiling crc v3.4.0
22022026-09-03T17:37:46.611Z Compiling hyper v1.10.1
22032026-09-03T17:37:46.780Z Compiling goblin v0.10.5
22042026-09-03T17:37:46.974Z Compiling oxnet v0.1.6
22052026-09-03T17:37:47.339Z Compiling smallvec v0.6.14
22062026-09-03T17:37:47.514Z Compiling darling_macro v0.20.11
22072026-09-03T17:37:47.591Z Compiling toml_edit v0.19.15
22082026-09-03T17:37:47.868Z Compiling darling_macro v0.23.0
22092026-09-03T17:37:48.076Z Compiling pkcs1 v0.7.5
22102026-09-03T17:37:48.367Z Compiling bitfield v0.19.4
22112026-09-03T17:37:48.384Z Compiling zerocopy v0.6.6
22122026-09-03T17:37:48.402Z Compiling zerocopy-derive v0.7.35
22132026-09-03T17:37:48.477Z Compiling curve25519-dalek v4.1.3
22142026-09-03T17:37:48.594Z Compiling socket2 v0.5.10
22152026-09-03T17:37:48.767Z Compiling env_filter v2.0.0
22162026-09-03T17:37:48.782Z Compiling memoffset v0.9.1
22172026-09-03T17:37:48.903Z Compiling owo-colors v4.3.0
22182026-09-03T17:37:48.983Z Compiling base64 v0.21.7
22192026-09-03T17:37:49.000Z Compiling hashbrown v0.12.3
22202026-09-03T17:37:49.031Z Compiling smoltcp v0.9.1
22212026-09-03T17:37:49.133Z Compiling litrs v1.0.0
22222026-09-03T17:37:49.167Z Compiling ref-cast v1.0.25
22232026-09-03T17:37:49.274Z Compiling ron v0.8.1
22242026-09-03T17:37:49.288Z Compiling toml v0.7.8
22252026-09-03T17:37:49.427Z Compiling hyper-util v0.1.20
22262026-09-03T17:37:49.478Z Compiling env_logger v0.11.11
22272026-09-03T17:37:49.618Z Compiling document-features v0.2.12
22282026-09-03T17:37:49.660Z Compiling dof v0.4.0
22292026-09-03T17:37:50.018Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-09-03T17:37:50.034Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22312026-09-03T17:37:50.176Z Compiling darling v0.23.0
22322026-09-03T17:37:50.288Z Compiling rsa v0.9.10
22332026-09-03T17:37:50.304Z Compiling bzip2 v0.4.4
22342026-09-03T17:37:50.692Z Compiling darling v0.20.11
22352026-09-03T17:37:50.716Z Compiling serde-hex v0.1.0
22362026-09-03T17:37:50.732Z Compiling daft v0.1.8
22372026-09-03T17:37:50.749Z Compiling hashbrown v0.13.2
22382026-09-03T17:37:50.911Z Compiling x509-cert v0.2.5
22392026-09-03T17:37:50.934Z Compiling hmac v0.12.1
22402026-09-03T17:37:50.998Z Compiling dtrace-parser v0.3.0
22412026-09-03T17:37:51.195Z Compiling async-recursion v1.1.1
22422026-09-03T17:37:51.414Z Compiling sync_wrapper v1.0.2
22432026-09-03T17:37:51.539Z Compiling thread-id v5.1.0
22442026-09-03T17:37:51.582Z Compiling cfg_aliases v0.2.1
22452026-09-03T17:37:51.630Z Compiling crc-any v2.5.0
22462026-09-03T17:37:51.644Z Compiling siphasher v1.0.2
22472026-09-03T17:37:51.797Z Compiling powerfmt v0.2.0
22482026-09-03T17:37:51.991Z Compiling deranged v0.5.8
22492026-09-03T17:37:52.115Z Compiling nix v0.31.2
22502026-09-03T17:37:52.264Z Compiling tower v0.5.3
22512026-09-03T17:37:52.912Z Compiling object v0.30.4
22522026-09-03T17:37:53.093Z Compiling derive_builder_core v0.20.2
22532026-09-03T17:37:53.117Z Compiling zip v0.6.6
22542026-09-03T17:37:53.194Z Compiling serde_with_macros v3.21.0
22552026-09-03T17:37:53.383Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-09-03T17:37:53.550Z Compiling bstr v1.12.1
22572026-09-03T17:37:53.622Z Compiling block-buffer v0.12.1
22582026-09-03T17:37:53.781Z Compiling crypto-common v0.2.2
22592026-09-03T17:37:53.900Z Compiling http-body-util v0.1.3
22602026-09-03T17:37:54.112Z Compiling futures-executor v0.3.32
22612026-09-03T17:37:54.180Z Compiling serde_tokenstream v0.2.3
22622026-09-03T17:37:54.205Z Compiling erased-serde v0.3.31
22632026-09-03T17:37:54.307Z Compiling hubpack_derive v0.1.1
22642026-09-03T17:37:54.312Z Compiling strum_macros v0.27.2
22652026-09-03T17:37:54.477Z Compiling ref-cast-impl v1.0.25
22662026-09-03T17:37:54.499Z Compiling curve25519-dalek-derive v0.1.1
22672026-09-03T17:37:54.599Z Compiling usdt-impl v0.5.0
22682026-09-03T17:37:54.761Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22692026-09-03T17:37:54.784Z Compiling fs-err v3.3.0
22702026-09-03T17:37:54.866Z Compiling same-file v1.0.6
22712026-09-03T17:37:54.899Z Compiling allocator-api2 v0.2.21
22722026-09-03T17:37:54.993Z Compiling iri-string v0.7.10
22732026-09-03T17:37:55.036Z Compiling gimli v0.32.3
22742026-09-03T17:37:55.051Z Compiling num_threads v0.1.7
22752026-09-03T17:37:55.208Z Compiling unicode-properties v0.1.4
22762026-09-03T17:37:55.467Z Compiling ryu v1.0.23
22772026-09-03T17:37:55.553Z Compiling unicode-bidi v0.3.18
22782026-09-03T17:37:56.014Z Compiling path-slash v0.1.5
22792026-09-03T17:37:56.030Z Compiling serde_urlencoded v0.7.1
22802026-09-03T17:37:56.079Z Compiling stringprep v0.1.5
22812026-09-03T17:37:56.286Z Compiling tower-http v0.6.8
22822026-09-03T17:37:56.331Z Compiling time v0.3.47
22832026-09-03T17:37:56.722Z Compiling addr2line v0.25.1
22842026-09-03T17:37:57.095Z Compiling walkdir v2.5.0
22852026-09-03T17:37:57.419Z Compiling futures v0.3.32
22862026-09-03T17:37:57.579Z Compiling derive_builder_macro v0.20.2
22872026-09-03T17:37:57.904Z Compiling tokio-native-tls v0.3.1
22882026-09-03T17:37:57.967Z Compiling strum v0.26.3
22892026-09-03T17:37:58.111Z Compiling block-padding v0.4.2
22902026-09-03T17:37:58.168Z Compiling scroll v0.12.0
22912026-09-03T17:37:58.290Z Compiling pin-project v1.1.11
22922026-09-03T17:37:58.349Z Compiling rustls-native-certs v0.8.3
22932026-09-03T17:37:58.472Z Compiling md-5 v0.10.6
22942026-09-03T17:37:58.504Z Compiling convert_case v0.10.0
22952026-09-03T17:37:58.521Z Compiling vergen-lib v9.1.0
22962026-09-03T17:37:58.544Z Compiling hash32 v0.2.1
22972026-09-03T17:37:58.632Z Compiling encoding_rs v0.8.35
22982026-09-03T17:37:58.650Z Compiling fallible-iterator v0.2.0
22992026-09-03T17:37:58.682Z Compiling mime v0.3.17
23002026-09-03T17:37:58.747Z Compiling cpufeatures v0.3.0
23012026-09-03T17:37:58.785Z Compiling rustc-demangle v0.1.27
23022026-09-03T17:37:58.838Z Compiling jiff-core v0.1.0
23032026-09-03T17:37:58.942Z Compiling psl-types v2.0.11
23042026-09-03T17:37:58.994Z Compiling postgres-protocol v0.6.10
23052026-09-03T17:37:59.011Z Compiling derive_more-impl v2.1.1
23062026-09-03T17:37:59.092Z Compiling publicsuffix v2.3.0
23072026-09-03T17:37:59.573Z Compiling goblin v0.8.2
23082026-09-03T17:37:59.659Z Compiling snafu v0.8.9
23092026-09-03T17:37:59.684Z Compiling jiff v0.2.34
23102026-09-03T17:37:59.767Z Compiling inout v0.2.2
23112026-09-03T17:37:59.967Z Compiling derive_builder v0.20.2
23122026-09-03T17:37:59.971Z Compiling hyper-tls v0.6.0
23132026-09-03T17:38:00.125Z Compiling backtrace v0.3.76
23142026-09-03T17:38:00.299Z Compiling usdt-attr-macro v0.6.0
23152026-09-03T17:38:00.374Z Compiling usdt-macro v0.6.0
23162026-09-03T17:38:00.428Z Compiling globset v0.4.18
23172026-09-03T17:38:00.447Z Compiling phf_shared v0.13.1
23182026-09-03T17:38:00.462Z Compiling crossbeam-epoch v0.9.18
23192026-09-03T17:38:00.574Z Compiling zerocopy v0.7.35
23202026-09-03T17:38:00.904Z Compiling regex v1.12.3
23212026-09-03T17:38:01.174Z Compiling serde_plain v1.0.2
23222026-09-03T17:38:01.209Z Compiling enum-as-inner v0.6.1
23232026-09-03T17:38:01.227Z Compiling miette-derive v7.6.0
23242026-09-03T17:38:01.335Z Compiling serde_repr v0.1.20
23252026-09-03T17:38:01.411Z Compiling pem v3.0.6
23262026-09-03T17:38:01.433Z Compiling vergen v9.1.0
23272026-09-03T17:38:01.450Z Compiling cargo-platform v0.3.2
23282026-09-03T17:38:01.576Z Compiling ff v0.13.1
23292026-09-03T17:38:01.656Z Compiling filetime v0.2.27
23302026-09-03T17:38:01.672Z Compiling libbz2-rs-sys v0.2.2
23312026-09-03T17:38:01.743Z Compiling smawk v0.3.2
23322026-09-03T17:38:01.743Z Compiling bitflags v1.3.2
23332026-09-03T17:38:01.894Z Compiling managed v0.8.0
23342026-09-03T17:38:01.939Z Compiling unicode-linebreak v0.1.5
23352026-09-03T17:38:01.943Z Compiling bumpalo v3.20.2
23362026-09-03T17:38:02.068Z Compiling foldhash v0.1.5
23372026-09-03T17:38:02.129Z Compiling is_ci v1.2.0
23382026-09-03T17:38:02.167Z Compiling typed-path v0.9.3
23392026-09-03T17:38:02.205Z Compiling const-oid v0.10.2
23402026-09-03T17:38:02.219Z Compiling base16ct v0.2.0
23412026-09-03T17:38:02.260Z Compiling xattr v1.6.1
23422026-09-03T17:38:02.276Z Compiling unicode-width v0.2.0
23432026-09-03T17:38:02.306Z Compiling foldhash v0.2.0
23442026-09-03T17:38:02.324Z Compiling supports-color v3.0.2
23452026-09-03T17:38:02.406Z Compiling tar v0.4.46
23462026-09-03T17:38:02.456Z Compiling digest v0.11.3
23472026-09-03T17:38:02.473Z Compiling hashbrown v0.16.1
23482026-09-03T17:38:02.508Z Compiling sec1 v0.7.3
23492026-09-03T17:38:02.545Z Compiling textwrap v0.16.2
23502026-09-03T17:38:02.587Z Compiling hashbrown v0.15.5
23512026-09-03T17:38:02.630Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23522026-09-03T17:38:02.762Z Compiling zopfli v0.8.3
23532026-09-03T17:38:02.804Z Compiling bzip2 v0.6.1
23542026-09-03T17:38:03.132Z Compiling dof v0.3.0
23552026-09-03T17:38:03.173Z Compiling group v0.13.0
23562026-09-03T17:38:03.356Z Compiling cargo_metadata v0.23.1
23572026-09-03T17:38:04.029Z Compiling phf v0.13.1
23582026-09-03T17:38:04.210Z Compiling backtrace-ext v0.2.1
23592026-09-03T17:38:04.545Z Compiling zstd v0.13.3
23602026-09-03T17:38:04.624Z Compiling reqwest v0.12.28
23612026-09-03T17:38:04.663Z Compiling signal-hook-mio v0.2.5
23622026-09-03T17:38:04.687Z Compiling cipher v0.5.2
23632026-09-03T17:38:04.792Z Compiling cookie_store v0.22.1
23642026-09-03T17:38:04.823Z Compiling postgres-types v0.2.12
23652026-09-03T17:38:04.993Z Compiling strum v0.27.2
23662026-09-03T17:38:05.142Z Compiling hubpack v0.1.2
23672026-09-03T17:38:05.180Z Compiling phf_shared v0.11.3
23682026-09-03T17:38:05.251Z Compiling hkdf v0.12.4
23692026-09-03T17:38:05.334Z Compiling dtrace-parser v0.2.0
23702026-09-03T17:38:05.378Z Compiling byte-wrapper v0.1.0
23712026-09-03T17:38:05.395Z Compiling ed25519 v2.2.3
23722026-09-03T17:38:05.411Z Compiling olpc-cjson v0.1.4
23732026-09-03T17:38:05.706Z Compiling crypto-bigint v0.5.5
23742026-09-03T17:38:05.712Z Compiling serde-big-array v0.5.1
23752026-09-03T17:38:05.932Z Compiling float-cmp v0.10.0
23762026-09-03T17:38:05.993Z Compiling memmap2 v0.9.10
23772026-09-03T17:38:06.101Z Compiling thread-id v4.2.2
23782026-09-03T17:38:06.175Z Compiling winnow v1.0.3
23792026-09-03T17:38:06.195Z Compiling rayon-core v1.13.0
23802026-09-03T17:38:06.269Z Compiling fixedbitset v0.5.7
23812026-09-03T17:38:06.344Z Compiling winnow v0.7.14
23822026-09-03T17:38:06.399Z Compiling either v1.15.0
23832026-09-03T17:38:06.499Z Compiling precomputed-hash v0.1.1
23842026-09-03T17:38:06.556Z Compiling static_assertions v1.1.0
23852026-09-03T17:38:06.620Z Compiling unicode-width v0.1.14
23862026-09-03T17:38:06.634Z Compiling toml_write v0.1.2
23872026-09-03T17:38:06.775Z Compiling supports-unicode v3.0.0
23882026-09-03T17:38:06.912Z Compiling whoami v2.1.0
23892026-09-03T17:38:06.939Z Compiling data-encoding v2.10.0
23902026-09-03T17:38:06.971Z Compiling normalize-line-endings v0.3.0
23912026-09-03T17:38:07.262Z Compiling fixedbitset v0.4.2
23922026-09-03T17:38:07.275Z Compiling new_debug_unreachable v1.0.6
23932026-09-03T17:38:07.312Z Compiling supports-hyperlinks v3.2.0
23942026-09-03T17:38:07.359Z Compiling predicates-core v1.0.10
23952026-09-03T17:38:07.486Z Compiling difflib v0.4.0
23962026-09-03T17:38:07.501Z Compiling keccak v0.1.6
23972026-09-03T17:38:07.519Z Compiling miette v7.6.0
23982026-09-03T17:38:07.553Z Compiling petgraph v0.6.5
23992026-09-03T17:38:07.656Z Compiling sha3 v0.10.8
24002026-09-03T17:38:07.680Z Compiling string_cache v0.8.9
24012026-09-03T17:38:07.721Z Compiling hickory-proto v0.25.2
24022026-09-03T17:38:07.779Z Compiling predicates v3.1.4
24032026-09-03T17:38:07.830Z Compiling tokio-postgres v0.7.16
24042026-09-03T17:38:07.929Z Compiling toml_edit v0.22.27
24052026-09-03T17:38:07.946Z Compiling chacha20 v0.10.0
24062026-09-03T17:38:07.946Z Compiling toml_parser v1.1.2+spec-1.1.0
24072026-09-03T17:38:08.355Z Compiling elliptic-curve v0.13.8
24082026-09-03T17:38:08.400Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24092026-09-03T17:38:08.518Z Compiling itertools v0.13.0
24102026-09-03T17:38:08.717Z Compiling petgraph v0.8.3
24112026-09-03T17:38:09.491Z Compiling usdt v0.6.0
24122026-09-03T17:38:09.893Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24132026-09-03T17:38:10.243Z Compiling ed25519-dalek v2.2.0
24142026-09-03T17:38:10.452Z Compiling zip v4.6.1
24152026-09-03T17:38:10.684Z Compiling crossterm v0.28.1
24162026-09-03T17:38:10.978Z Compiling iddqd v0.4.2
24172026-09-03T17:38:11.354Z Compiling derive_more v2.1.1
24182026-09-03T17:38:11.558Z Compiling similar v2.7.0
24192026-09-03T17:38:11.800Z Compiling serde_with v3.21.0
24202026-09-03T17:38:12.306Z Compiling tokio-stream v0.1.18
24212026-09-03T17:38:12.359Z Compiling buf-list v1.1.2
24222026-09-03T17:38:12.385Z Compiling half v2.7.1
24232026-09-03T17:38:12.559Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24242026-09-03T17:38:12.639Z Compiling openapiv3 v2.2.0
24252026-09-03T17:38:12.763Z Compiling peg-runtime v0.8.5
24262026-09-03T17:38:13.020Z Compiling lalrpop-util v0.19.12
24272026-09-03T17:38:13.054Z Compiling ciborium-io v0.2.2
24282026-09-03T17:38:13.200Z Compiling ciborium-ll v0.2.2
24292026-09-03T17:38:14.237Z Compiling crossbeam-deque v0.8.6
24302026-09-03T17:38:14.572Z Compiling camino-tempfile v1.4.1
24312026-09-03T17:38:14.768Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-09-03T17:38:14.985Z Compiling blake3 v1.8.5
24332026-09-03T17:38:15.048Z Compiling fs-err v2.11.0
24342026-09-03T17:38:16.870Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24352026-09-03T17:38:17.777Z Compiling ciborium v0.2.2
24362026-09-03T17:38:18.147Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-09-03T17:38:18.376Z Compiling thread_local v1.1.9
24382026-09-03T17:38:18.417Z Compiling slog-async v2.8.0
24392026-09-03T17:38:18.496Z Compiling arrayvec v0.7.6
24402026-09-03T17:38:18.602Z Compiling constant_time_eq v0.4.2
24412026-09-03T17:38:18.679Z Compiling arrayref v0.3.9
24422026-09-03T17:38:18.790Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-09-03T17:38:18.808Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24442026-09-03T17:38:18.929Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-03T17:38:18.932Z Compiling toml v0.8.23
24462026-09-03T17:38:19.114Z Compiling atomicwrites v0.4.4
24472026-09-03T17:38:19.132Z Compiling sha2 v0.11.0
24482026-09-03T17:38:19.219Z Compiling digest-io v0.1.0
24492026-09-03T17:38:19.266Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-09-03T17:38:19.333Z Compiling crossbeam-channel v0.5.15
24512026-09-03T17:38:19.363Z Compiling serde_path_to_error v0.1.20
24522026-09-03T17:38:19.379Z Compiling is-terminal v0.4.17
24532026-09-03T17:38:19.397Z Compiling parse-size v1.1.0
24542026-09-03T17:38:19.450Z Compiling indent_write v2.2.0
24552026-09-03T17:38:19.496Z Compiling topological-sort v0.2.2
24562026-09-03T17:38:19.570Z Compiling rawzip v0.4.4
24572026-09-03T17:38:19.612Z Compiling term v1.2.1
24582026-09-03T17:38:19.679Z Compiling take_mut v0.2.2
24592026-09-03T17:38:19.799Z Compiling debug-ignore v1.0.5
24602026-09-03T17:38:19.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-09-03T17:38:19.936Z Compiling slog-term v2.9.2
24622026-09-03T17:38:19.999Z Compiling shell-words v1.1.1
24632026-09-03T17:38:23.103Z Compiling rustls-webpki v0.103.13
24642026-09-03T17:38:25.846Z Compiling tokio-rustls v0.26.4
24652026-09-03T17:38:25.846Z Compiling rustls-platform-verifier v0.6.2
24662026-09-03T17:38:25.846Z Compiling tough v0.22.0
24672026-09-03T17:38:26.049Z Compiling hyper-rustls v0.27.7
24682026-09-03T17:38:26.240Z Compiling reqwest v0.13.2
24692026-09-03T17:38:27.661Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24702026-09-03T17:38:28.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24712026-09-03T17:38:29.711Z Compiling omicron-zone-package v0.12.3
24722026-09-03T17:38:29.961Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24732026-09-03T17:38:30.384Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24742026-09-03T17:38:30.425Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24752026-09-03T17:38:32.942Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24762026-09-03T17:38:52.165Z Finished `release` profile [optimized] target(s) in 1m 24s
24772026-09-03T17:38:52.305Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24782026-09-03T17:38:52.362ZSep 03 17:38:51.706 DEBG changing working directory to /work/oxidecomputer/omicron
24792026-09-03T17:38:52.459ZSep 03 17:38:51.803 DEBG running: git rev-parse HEAD
24802026-09-03T17:38:52.463ZSep 03 17:38:51.805 DEBG process exited with exit status: 0 (2.467822ms)
24812026-09-03T17:38:52.463ZSep 03 17:38:51.805 INFO version: 23.0.0-0.ci+gitb3215b60695
24822026-09-03T17:38:52.504ZSep 03 17:38:51.814 INFO cloning helios to /work/oxidecomputer/helios
24832026-09-03T17:38:52.504ZSep 03 17:38:51.814 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24842026-09-03T17:38:52.509ZCloning into '/work/oxidecomputer/helios'...
24852026-09-03T17:38:53.066ZSep 03 17:38:52.410 DEBG process exited with exit status: 0 (595.873179ms)
24862026-09-03T17:38:53.066ZSep 03 17:38:52.410 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24872026-09-03T17:38:53.069ZSep 03 17:38:52.412 DEBG process exited with exit status: 0 (2.529252ms)
24882026-09-03T17:38:53.070ZSep 03 17:38:52.412 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24892026-09-03T17:38:53.444ZSep 03 17:38:52.789 DEBG process exited with exit status: 0 (376.016763ms)
24902026-09-03T17:38:53.444ZSep 03 17:38:52.789 DEBG running: zfs list rpool/images/build/host
24912026-09-03T17:38:53.449ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-03T17:38:53.449Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24932026-09-03T17:38:53.452ZSep 03 17:38:52.793 DEBG process exited with exit status: 0 (4.470053ms)
24942026-09-03T17:38:53.452ZSep 03 17:38:52.793 DEBG running: zfs list rpool/images/build/recovery
24952026-09-03T17:38:53.452ZNAME USED AVAIL REFER MOUNTPOINT
24962026-09-03T17:38:53.452Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24972026-09-03T17:38:53.452ZSep 03 17:38:52.797 DEBG process exited with exit status: 0 (3.502192ms)
24982026-09-03T17:38:53.455ZSep 03 17:38:52.797 INFO console assets match pinned console commit (c1e623cad30d6f38a45db1f835d8f5c2e9a387d1)
24992026-09-03T17:38:53.466ZSep 03 17:38:52.809 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
25002026-09-03T17:38:53.469ZSep 03 17:38:52.810 INFO [hubris-staging] running task
25012026-09-03T17:38:53.469ZSep 03 17:38:52.810 INFO [hubris-production] running task
25022026-09-03T17:38:53.469ZSep 03 17:38:52.810 INFO [incorp-manifest] running task
25032026-09-03T17:38:53.469ZSep 03 17:38:52.810 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25042026-09-03T17:38:53.469ZSep 03 17:38:52.811 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25052026-09-03T17:38:53.469ZSep 03 17:38:52.811 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25062026-09-03T17:38:53.469ZSep 03 17:38:52.811 INFO [incorp-create] running: pkgrepo create /work/incorporation
25072026-09-03T17:38:53.495Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25082026-09-03T17:38:53.573Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-03T17:38:53.699ZSep 03 17:38:53.043 INFO [incorp-create] process exited with exit status: 0 (231.380054ms)
25102026-09-03T17:38:53.702ZSep 03 17:38:53.043 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25112026-09-03T17:38:53.917ZSep 03 17:38:53.261 INFO [incorp-publisher] process exited with exit status: 0 (217.778115ms)
25122026-09-03T17:38:54.283Z[ omicron-package] Blocking waiting for file lock on package cache
25132026-09-03T17:38:54.775ZSep 03 17:38:54.119 INFO [hubris-production] task succeeded (1.309326126s)
25142026-09-03T17:38:55.355Z[ omicron-package] Compiling macaddr v1.0.1
25152026-09-03T17:38:55.356Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-09-03T17:38:55.360Z[ omicron-package] Compiling itertools v0.15.0
25172026-09-03T17:38:55.360Z[ omicron-package] Compiling secrecy v0.10.3
25182026-09-03T17:38:55.360Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-09-03T17:38:55.368Z[ omicron-package] Compiling heapless v0.8.0
25202026-09-03T17:38:55.368Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25212026-09-03T17:38:55.371Z[ omicron-package] Compiling hash32 v0.3.1
25222026-09-03T17:38:55.371Z[ omicron-package] Compiling inout v0.1.4
25232026-09-03T17:38:55.371Z[ omicron-package] Compiling multer v3.1.0
25242026-09-03T17:38:55.371Z[ omicron-package] Compiling smoltcp v0.11.0
25252026-09-03T17:38:55.371Z[ omicron-package] Compiling match_cfg v0.1.0
25262026-09-03T17:38:55.371Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25272026-09-03T17:38:55.371Z[ omicron-package] Compiling compression-core v0.4.31
25282026-09-03T17:38:55.371Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-09-03T17:38:55.371Z[ omicron-package] Compiling slog-json v2.6.1
25302026-09-03T17:38:55.905Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25312026-09-03T17:38:55.934ZSep 03 17:38:55.277 DEBG process exited with exit status: 0 (2.467199499s)
25322026-09-03T17:38:55.934ZSep 03 17:38:55.277 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25332026-09-03T17:38:55.944Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25342026-09-03T17:38:56.086Z[ omicron-package] Compiling cipher v0.4.4
25352026-09-03T17:38:56.340Z[ omicron-package] Compiling compression-codecs v0.4.37
25362026-09-03T17:38:56.381Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25372026-09-03T17:38:56.385Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25382026-09-03T17:38:56.608Z[ omicron-package] Compiling cobs v0.3.0
25392026-09-03T17:38:56.641Z[ omicron-package] Compiling universal-hash v0.5.1
25402026-09-03T17:38:56.720Z[ omicron-package] Compiling hostname v0.3.1
25412026-09-03T17:38:56.720Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25422026-09-03T17:38:56.748Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25432026-09-03T17:38:56.748Z[ omicron-package] Compiling dropshot v0.17.1
25442026-09-03T17:38:56.748Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25452026-09-03T17:38:56.769Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25462026-09-03T17:38:56.828Z[ omicron-package] Compiling serde_spanned v1.1.1
25472026-09-03T17:38:57.037Z[ omicron-package] Compiling async-stream-impl v0.3.6
25482026-09-03T17:38:57.037Z[ omicron-package] Compiling convert_case v0.4.0
25492026-09-03T17:38:57.079Z[ omicron-package] Compiling opaque-debug v0.3.1
25502026-09-03T17:38:57.171Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25512026-09-03T17:38:57.227Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25522026-09-03T17:38:57.258Z[ omicron-package] Compiling ingot-macros v0.2.0
25532026-09-03T17:38:57.304Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25542026-09-03T17:38:57.321Z[ omicron-package] Compiling poly1305 v0.8.0
25552026-09-03T17:38:57.355Z[ omicron-package] Compiling num_enum_derive v0.7.6
25562026-09-03T17:38:57.359Z[ omicron-package] Compiling slog-bunyan v2.5.0
25572026-09-03T17:38:57.359Z[ omicron-package] Compiling postcard v1.1.3
25582026-09-03T17:38:57.359Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25592026-09-03T17:38:57.393Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25602026-09-03T17:38:57.518Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25612026-09-03T17:38:57.649Z[ omicron-package] Compiling async-compression v0.4.41
25622026-09-03T17:38:57.699Z[ omicron-package] Compiling chacha20 v0.9.1
25632026-09-03T17:38:57.776Z[ omicron-package] Compiling derive_more v0.99.20
25642026-09-03T17:38:57.779Z[ omicron-package] Compiling async-stream v0.3.6
25652026-09-03T17:38:57.844Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25662026-09-03T17:38:58.026Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25672026-09-03T17:38:58.026Z[ omicron-package] Compiling sha1 v0.11.0
25682026-09-03T17:38:58.240Z[ omicron-package] Compiling progenitor-client v0.14.0
25692026-09-03T17:38:58.276Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25702026-09-03T17:38:58.298Z[ omicron-package] Compiling oxide-generation v0.1.3
25712026-09-03T17:38:58.317Z[ omicron-package] Compiling parse-display-derive v0.10.0
25722026-09-03T17:38:58.396Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25732026-09-03T17:38:58.396Z[ omicron-package] Compiling waitgroup v0.1.2
25742026-09-03T17:38:58.453Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25752026-09-03T17:38:58.511Z[ omicron-package] Compiling backon v1.6.0
25762026-09-03T17:38:58.610Z[ omicron-package] Compiling password-hash v0.5.0
25772026-09-03T17:38:58.656Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25782026-09-03T17:38:58.719Z[ omicron-package] Compiling blake2 v0.10.6
25792026-09-03T17:38:58.787Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-09-03T17:38:58.790Z[ omicron-package] Compiling aead v0.5.2
25812026-09-03T17:38:58.790Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25822026-09-03T17:38:58.855Z[ omicron-package] Compiling proc-macro-error v1.0.4
25832026-09-03T17:38:58.888Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25842026-09-03T17:38:58.892Z[ omicron-package] Compiling hostname v0.4.2
25852026-09-03T17:38:58.912ZSep 03 17:38:58.256 DEBG process exited with exit status: 0 (2.978696254s)
25862026-09-03T17:38:58.916ZSep 03 17:38:58.257 INFO [incorp-manifest] task succeeded (5.447206614s)
25872026-09-03T17:38:58.916ZSep 03 17:38:58.257 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25882026-09-03T17:38:59.012Z[ omicron-package] Compiling instant v0.1.13
25892026-09-03T17:38:59.104Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25902026-09-03T17:38:59.135Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25912026-09-03T17:38:59.141ZSep 03 17:38:58.485 INFO [incorp-fmt] process exited with exit status: 0 (227.869442ms)
25922026-09-03T17:38:59.144ZSep 03 17:38:58.485 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25932026-09-03T17:38:59.169Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25942026-09-03T17:38:59.203Z[ omicron-package] Compiling backoff v0.4.0
25952026-09-03T17:38:59.255Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-09-03T17:38:59.290Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25972026-09-03T17:38:59.323Z[ omicron-package] Compiling argon2 v0.5.3
25982026-09-03T17:38:59.333Z[ omicron-package] Compiling num_enum_derive v0.5.11
25992026-09-03T17:38:59.431Z[ omicron-package] Compiling progenitor-extras v0.2.0
26002026-09-03T17:38:59.482Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260903T173858Z
26012026-09-03T17:38:59.482Z[ incorp-pkgsend] PUBLISHED
26022026-09-03T17:38:59.486Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26032026-09-03T17:38:59.536ZSep 03 17:38:58.880 INFO [incorp-pkgsend] process exited with exit status: 0 (394.521236ms)
26042026-09-03T17:38:59.541ZSep 03 17:38:58.880 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26052026-09-03T17:38:59.575Z[ omicron-package] Compiling num_enum v0.7.6
26062026-09-03T17:38:59.637Z[ omicron-package] Compiling vsss-rs v3.3.4
26072026-09-03T17:38:59.696Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26082026-09-03T17:38:59.808Z[ omicron-package] Compiling foreign-types v0.5.0
26092026-09-03T17:38:59.819Z[ helios-incorp] Retrieving packages for publisher helios ...
26102026-09-03T17:38:59.823Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26112026-09-03T17:38:59.847Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26122026-09-03T17:38:59.847Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26132026-09-03T17:38:59.847Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26142026-09-03T17:38:59.851Z[ helios-incorp]
26152026-09-03T17:38:59.851Z[ helios-incorp] Archiving packages ...
26162026-09-03T17:38:59.855Z[ helios-incorp] Packages to add: 1
26172026-09-03T17:38:59.855Z[ helios-incorp] Files to retrieve: 0
26182026-09-03T17:38:59.855Z[ helios-incorp] Estimated transfer size: 0.00 B
26192026-09-03T17:38:59.855Z[ helios-incorp]
26202026-09-03T17:38:59.855Z[ helios-incorp] Packages to archive:
26212026-09-03T17:38:59.855Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260903T173858Z
26222026-09-03T17:38:59.855Z[ helios-incorp]
26232026-09-03T17:38:59.855Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26242026-09-03T17:38:59.855Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26252026-09-03T17:38:59.921ZSep 03 17:38:59.266 INFO [helios-incorp] process exited with exit status: 0 (385.34622ms)
26262026-09-03T17:38:59.941Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26272026-09-03T17:38:59.997Z[ omicron-package] Compiling regress v0.10.5
26282026-09-03T17:39:00.033Z[ omicron-package] Compiling itertools v0.14.0
26292026-09-03T17:39:00.033Z[ omicron-package] Compiling parse-display v0.10.0
26302026-09-03T17:39:00.033Z[ omicron-package] Compiling tabwriter v1.4.1
26312026-09-03T17:39:00.089Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-09-03T17:39:00.227Z[ omicron-package] Compiling cstr-argument v0.1.2
26332026-09-03T17:39:00.356Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26342026-09-03T17:39:00.419Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26352026-09-03T17:39:00.422Z[ omicron-package] Compiling ingot-types v0.2.0
26362026-09-03T17:39:00.484Z[ omicron-package] Compiling humantime v2.3.0
26372026-09-03T17:39:00.488Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26382026-09-03T17:39:00.488Z[ omicron-package] Compiling num_enum v0.5.11
26392026-09-03T17:39:00.659Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-09-03T17:39:00.700Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26412026-09-03T17:39:00.703Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26422026-09-03T17:39:00.778Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26432026-09-03T17:39:00.831Z[ omicron-package] Compiling rayon v1.11.0
26442026-09-03T17:39:00.870Z[ omicron-package] Compiling rand v0.10.1
26452026-09-03T17:39:00.957Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26462026-09-03T17:39:00.991Z[ omicron-package] Compiling ingot v0.2.1
26472026-09-03T17:39:00.995Z[ omicron-package] Compiling libefi-sys v0.1.0
26482026-09-03T17:39:01.138Z[ omicron-package] Compiling colored v3.1.1
26492026-09-03T17:39:01.152Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26502026-09-03T17:39:01.152Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26512026-09-03T17:39:01.152Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26522026-09-03T17:39:01.219Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26532026-09-03T17:39:01.415Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26542026-09-03T17:39:01.435Z[ omicron-package] Compiling itertools v0.12.1
26552026-09-03T17:39:01.660Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26562026-09-03T17:39:01.696Z[ omicron-package] Compiling usdt-macro v0.5.0
26572026-09-03T17:39:01.718Z[ omicron-package] Compiling sigpipe v0.1.3
26582026-09-03T17:39:01.718Z[ omicron-package] Compiling memmap v0.7.0
26592026-09-03T17:39:01.718Z[ omicron-package] Compiling num-derive v0.4.2
26602026-09-03T17:39:01.754Z[ omicron-package] Compiling bitfield-struct v0.6.2
26612026-09-03T17:39:01.808Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26622026-09-03T17:39:01.839Z[ omicron-package] Compiling swrite v0.1.0
26632026-09-03T17:39:02.027Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26642026-09-03T17:39:02.088Z[ omicron-package] Compiling glob v0.3.3
26652026-09-03T17:39:02.329Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26662026-09-03T17:39:02.593Z[ omicron-package] Compiling usdt v0.5.0
26672026-09-03T17:39:02.612Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26682026-09-03T17:39:02.666Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-09-03T17:39:02.782Z[ omicron-package] Compiling smf v0.2.3
26702026-09-03T17:39:02.785Z[ omicron-package] Compiling whoami v1.6.1
26712026-09-03T17:39:02.856Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26722026-09-03T17:39:02.859Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26732026-09-03T17:39:02.916Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26742026-09-03T17:39:02.970Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26752026-09-03T17:39:02.998Z[ omicron-package] Compiling zone v0.3.1
26762026-09-03T17:39:03.091Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26772026-09-03T17:39:03.203Z[ omicron-package] Compiling gethostname v0.5.0
26782026-09-03T17:39:03.287Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26792026-09-03T17:39:03.336Z[ omicron-package] Compiling console v0.16.2
26802026-09-03T17:39:03.389Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26812026-09-03T17:39:03.394Z[ omicron-package] Compiling unit-prefix v0.5.2
26822026-09-03T17:39:03.418Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26832026-09-03T17:39:03.910Z[ omicron-package] Compiling indicatif v0.18.4
26842026-09-03T17:39:04.552Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26852026-09-03T17:39:04.758Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26862026-09-03T17:39:05.987Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26872026-09-03T17:39:07.850Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26882026-09-03T17:39:07.897Z[ helios-setup] Sep 03 17:39:07.165 INFO helios repository root is: /work/oxidecomputer/helios
26892026-09-03T17:39:07.898Z[ helios-setup] Sep 03 17:39:07.166 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
26902026-09-03T17:39:07.898Z[ helios-setup] Sep 03 17:39:07.166 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26912026-09-03T17:39:07.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26922026-09-03T17:39:08.620Z[ helios-setup] Sep 03 17:39:07.952 INFO clone ok!, project: dmar-report
26932026-09-03T17:39:08.635Z[ helios-setup] Sep 03 17:39:07.952 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
26942026-09-03T17:39:08.635Z[ helios-setup] Sep 03 17:39:07.952 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26952026-09-03T17:39:08.635Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26962026-09-03T17:39:09.223Z[ helios-setup] Sep 03 17:39:08.540 INFO clone ok!, project: bootserver
26972026-09-03T17:39:09.223Z[ helios-setup] Sep 03 17:39:08.540 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
26982026-09-03T17:39:09.238Z[ helios-setup] Sep 03 17:39:08.540 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26992026-09-03T17:39:09.238Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27002026-09-03T17:39:09.829Z[ helios-setup] Sep 03 17:39:09.170 INFO clone ok!, project: image-builder
27012026-09-03T17:39:09.834Z[ helios-setup] Sep 03 17:39:09.170 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
27022026-09-03T17:39:09.834Z[ helios-setup] Sep 03 17:39:09.170 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27032026-09-03T17:39:09.834Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27042026-09-03T17:39:10.362Z[ helios-setup] Sep 03 17:39:09.706 INFO clone ok!, project: pinprick
27052026-09-03T17:39:10.366Z[ helios-setup] Sep 03 17:39:09.706 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
27062026-09-03T17:39:10.366Z[ helios-setup] Sep 03 17:39:09.706 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
27072026-09-03T17:39:10.366Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27082026-09-03T17:39:10.956ZSep 03 17:39:10.301 INFO [hubris-staging] task succeeded (17.490658346s)
27092026-09-03T17:39:11.257Z[ helios-setup] Sep 03 17:39:10.600 INFO clone ok!, project: amd-host-image-builder
27102026-09-03T17:39:11.257Z[ helios-setup] Sep 03 17:39:10.600 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
27112026-09-03T17:39:11.270Z[ helios-setup] Sep 03 17:39:10.600 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27122026-09-03T17:39:11.270Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27132026-09-03T17:39:11.849Z[ helios-setup] Sep 03 17:39:11.171 INFO clone ok!, project: phbl
27142026-09-03T17:39:11.849Z[ helios-setup] Sep 03 17:39:11.171 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
27152026-09-03T17:39:11.850Z[ helios-setup] Sep 03 17:39:11.171 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27162026-09-03T17:39:11.873Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27172026-09-03T17:39:12.671Z[ helios-setup] Sep 03 17:39:12.003 INFO clone ok!, project: chelsio-t6-roms
27182026-09-03T17:39:12.671Z[ helios-setup] Sep 03 17:39:12.003 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
27192026-09-03T17:39:12.689Z[ helios-setup] Sep 03 17:39:12.003 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27202026-09-03T17:39:12.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27212026-09-03T17:39:13.454Z[ helios-setup] Sep 03 17:39:12.794 INFO clone ok!, project: pilot
27222026-09-03T17:39:13.460Z[ helios-setup] Sep 03 17:39:12.794 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27232026-09-03T17:39:13.460Z[ helios-setup] Sep 03 17:39:12.794 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27242026-09-03T17:39:13.460Z[ helios-setup] Sep 03 17:39:12.794 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27252026-09-03T17:39:13.460Z[ helios-setup] Sep 03 17:39:12.794 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-03T17:39:13.460Z[ helios-setup] Sep 03 17:39:12.794 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27272026-09-03T17:39:13.460Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27282026-09-03T17:39:17.535Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27292026-09-03T17:39:20.690Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27302026-09-03T17:39:21.693Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27312026-09-03T17:39:24.251Z[ helios-setup] Sep 03 17:39:23.595 INFO clone ok!, project: amd-firmware
27322026-09-03T17:39:24.254Z[ helios-setup] Sep 03 17:39:23.595 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27332026-09-03T17:39:24.478Z[ helios-setup] Sep 03 17:39:23.822 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27342026-09-03T17:39:24.723Z[ helios-setup] Sep 03 17:39:24.067 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27352026-09-03T17:39:24.723Z[ helios-setup] Sep 03 17:39:24.067 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27362026-09-03T17:39:24.970Z[ helios-setup] Sep 03 17:39:24.313 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27372026-09-03T17:39:25.225Z[ helios-setup] Sep 03 17:39:24.567 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27382026-09-03T17:39:25.225Z[ helios-setup] Sep 03 17:39:24.567 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27392026-09-03T17:39:25.442Z[ helios-setup] Sep 03 17:39:24.786 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27402026-09-03T17:39:25.659Z[ helios-setup] Sep 03 17:39:25.000 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27412026-09-03T17:39:25.659Z[ helios-setup] Sep 03 17:39:25.000 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27422026-09-03T17:39:25.665Z[ helios-setup] Sep 03 17:39:25.000 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27432026-09-03T17:39:25.665Z[ helios-setup] Sep 03 17:39:25.000 INFO ok!
27442026-09-03T17:39:25.665Z[ helios-setup] Sep 03 17:39:25.000 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27452026-09-03T17:39:25.665Z[ helios-setup] Sep 03 17:39:25.000 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27462026-09-03T17:39:25.665Z[ helios-setup] Sep 03 17:39:25.000 INFO ok!
27472026-09-03T17:39:25.666Z[ helios-setup] Sep 03 17:39:25.000 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27482026-09-03T17:39:25.666Z[ helios-setup] Sep 03 17:39:25.000 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27492026-09-03T17:39:25.666Z[ helios-setup] Sep 03 17:39:25.001 INFO ok!
27502026-09-03T17:39:25.666Z[ helios-setup] Sep 03 17:39:25.001 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27512026-09-03T17:39:25.671Z[ helios-setup] Sep 03 17:39:25.007 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27522026-09-03T17:39:25.671Z[ helios-setup] Sep 03 17:39:25.007 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27532026-09-03T17:39:25.671Z[ helios-setup] Sep 03 17:39:25.007 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27542026-09-03T17:39:25.760Z[ helios-setup] Sep 03 17:39:25.104 INFO E| Updating crates.io index
27552026-09-03T17:39:25.846Z[ helios-setup] Sep 03 17:39:25.186 INFO E| Downloading crates ...
27562026-09-03T17:39:25.894Z[ helios-setup] Sep 03 17:39:25.237 INFO E| Downloaded deranged v0.4.0
27572026-09-03T17:39:25.907Z[ helios-setup] Sep 03 17:39:25.250 INFO E| Downloaded thiserror v2.0.12
27582026-09-03T17:39:25.920Z[ helios-setup] Sep 03 17:39:25.264 INFO E| Downloaded itoa v1.0.15
27592026-09-03T17:39:25.930Z[ helios-setup] Sep 03 17:39:25.274 INFO E| Downloaded quote v1.0.40
27602026-09-03T17:39:25.933Z[ helios-setup] Sep 03 17:39:25.277 INFO E| Downloaded time-core v0.1.4
27612026-09-03T17:39:25.940Z[ helios-setup] Sep 03 17:39:25.283 INFO E| Downloaded autocfg v1.4.0
27622026-09-03T17:39:25.947Z[ helios-setup] Sep 03 17:39:25.290 INFO E| Downloaded errno v0.3.12
27632026-09-03T17:39:25.950Z[ helios-setup] Sep 03 17:39:25.291 INFO E| Downloaded thiserror-impl v2.0.12
27642026-09-03T17:39:25.956Z[ helios-setup] Sep 03 17:39:25.300 INFO E| Downloaded time-macros v0.2.22
27652026-09-03T17:39:25.960Z[ helios-setup] Sep 03 17:39:25.303 INFO E| Downloaded bitflags v2.9.1
27662026-09-03T17:39:25.964Z[ helios-setup] Sep 03 17:39:25.305 INFO E| Downloaded iana-time-zone v0.1.63
27672026-09-03T17:39:25.967Z[ helios-setup] Sep 03 17:39:25.309 INFO E| Downloaded ryu v1.0.20
27682026-09-03T17:39:25.971Z[ helios-setup] Sep 03 17:39:25.312 INFO E| Downloaded serde_with_macros v3.12.0
27692026-09-03T17:39:25.980Z[ helios-setup] Sep 03 17:39:25.324 INFO E| Downloaded anyhow v1.0.98
27702026-09-03T17:39:25.984Z[ helios-setup] Sep 03 17:39:25.326 INFO E| Downloaded unicode-ident v1.0.18
27712026-09-03T17:39:25.988Z[ helios-setup] Sep 03 17:39:25.328 INFO E| Downloaded tempfile v3.20.0
27722026-09-03T17:39:25.991Z[ helios-setup] Sep 03 17:39:25.335 INFO E| Downloaded getrandom v0.3.3
27732026-09-03T17:39:25.995Z[ helios-setup] Sep 03 17:39:25.337 INFO E| Downloaded serde_derive v1.0.219
27742026-09-03T17:39:25.999Z[ helios-setup] Sep 03 17:39:25.339 INFO E| Downloaded proc-macro2 v1.0.95
27752026-09-03T17:39:26.000Z[ helios-setup] Sep 03 17:39:25.341 INFO E| Downloaded serde v1.0.219
27762026-09-03T17:39:26.008Z[ helios-setup] Sep 03 17:39:25.352 INFO E| Downloaded indexmap v2.9.0
27772026-09-03T17:39:26.022Z[ helios-setup] Sep 03 17:39:25.365 INFO E| Downloaded memchr v2.7.4
27782026-09-03T17:39:26.034Z[ helios-setup] Sep 03 17:39:25.378 INFO E| Downloaded serde_json v1.0.140
27792026-09-03T17:39:26.043Z[ helios-setup] Sep 03 17:39:25.387 INFO E| Downloaded time v0.3.41
27802026-09-03T17:39:26.049Z[ helios-setup] Sep 03 17:39:25.392 INFO E| Downloaded hashbrown v0.15.3
27812026-09-03T17:39:26.053Z[ helios-setup] Sep 03 17:39:25.395 INFO E| Downloaded serde_with v3.12.0
27822026-09-03T17:39:26.080Z[ helios-setup] Sep 03 17:39:25.422 INFO E| Downloaded chrono v0.4.41
27832026-09-03T17:39:26.085Z[ helios-setup] Sep 03 17:39:25.426 INFO E| Downloaded syn v2.0.101
27842026-09-03T17:39:26.105Z[ helios-setup] Sep 03 17:39:25.448 INFO E| Downloaded rustix v1.0.7
27852026-09-03T17:39:26.129Z[ helios-setup] Sep 03 17:39:25.471 INFO E| Downloaded libc v0.2.172
27862026-09-03T17:39:26.181Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling proc-macro2 v1.0.95
27872026-09-03T17:39:26.181Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling unicode-ident v1.0.18
27882026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling libc v0.2.172
27892026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling strsim v0.11.1
27902026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling fnv v1.0.7
27912026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling ident_case v1.0.1
27922026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling serde v1.0.219
27932026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling getrandom v0.3.3
27942026-09-03T17:39:26.186Z[ helios-setup] Sep 03 17:39:25.524 INFO E| Compiling rustix v1.0.7
27952026-09-03T17:39:26.198Z[ helios-setup] Sep 03 17:39:25.541 INFO E| Compiling thiserror v2.0.12
27962026-09-03T17:39:26.198Z[ helios-setup] Sep 03 17:39:25.541 INFO E| Compiling serde_json v1.0.140
27972026-09-03T17:39:26.216Z[ helios-setup] Sep 03 17:39:25.560 INFO E| Compiling bitflags v2.9.1
27982026-09-03T17:39:26.221Z[ helios-setup] Sep 03 17:39:25.561 INFO E| Compiling anyhow v1.0.98
27992026-09-03T17:39:26.221Z[ helios-setup] Sep 03 17:39:25.561 INFO E| Compiling cfg-if v1.0.0
28002026-09-03T17:39:26.221Z[ helios-setup] Sep 03 17:39:25.562 INFO E| Compiling once_cell v1.21.3
28012026-09-03T17:39:26.221Z[ helios-setup] Sep 03 17:39:25.562 INFO E| Compiling ryu v1.0.20
28022026-09-03T17:39:26.455Z[ helios-setup] Sep 03 17:39:25.797 INFO E| Compiling itoa v1.0.15
28032026-09-03T17:39:26.785Z[ helios-setup] Sep 03 17:39:26.129 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
28042026-09-03T17:39:26.785Z[ helios-setup] Sep 03 17:39:26.129 INFO E| Compiling memchr v2.7.4
28052026-09-03T17:39:26.789Z[ helios-setup] Sep 03 17:39:26.129 INFO E| Compiling fastrand v2.3.0
28062026-09-03T17:39:27.392Z[ helios-setup] Sep 03 17:39:26.736 INFO E| Compiling quote v1.0.40
28072026-09-03T17:39:27.590Z[ helios-setup] Sep 03 17:39:26.933 INFO E| Compiling syn v2.0.101
28082026-09-03T17:39:27.706Z[ helios-setup] Sep 03 17:39:27.050 INFO E| Compiling errno v0.3.12
28092026-09-03T17:39:28.756Z[ helios-setup] Sep 03 17:39:28.100 INFO E| Compiling tempfile v3.20.0
28102026-09-03T17:39:29.986Z[ helios-setup] Sep 03 17:39:29.330 INFO E| Compiling darling_core v0.20.11
28112026-09-03T17:39:30.894Z[ helios-setup] Sep 03 17:39:30.229 INFO E| Compiling serde_derive v1.0.219
28122026-09-03T17:39:30.895Z[ helios-setup] Sep 03 17:39:30.229 INFO E| Compiling thiserror-impl v2.0.12
28132026-09-03T17:39:31.920Z[ helios-setup] Sep 03 17:39:31.263 INFO E| Compiling darling_macro v0.20.11
28142026-09-03T17:39:32.723Z[ helios-setup] Sep 03 17:39:32.065 INFO E| Compiling darling v0.20.11
28152026-09-03T17:39:32.795Z[ helios-setup] Sep 03 17:39:32.138 INFO E| Compiling serde_with_macros v3.12.0
28162026-09-03T17:39:34.789Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.31s
28172026-09-03T17:39:35.016Z[ omicron-package]
28182026-09-03T17:39:35.016Z[ omicron-package] real 41.489048591
28192026-09-03T17:39:35.017Z[ omicron-package] user 4:01.192314886
28202026-09-03T17:39:35.017Z[ omicron-package] sys 29.042503921
28212026-09-03T17:39:35.020Z[ omicron-package] trap 0.369018159
28222026-09-03T17:39:35.020Z[ omicron-package] tflt 0.415300390
28232026-09-03T17:39:35.020Z[ omicron-package] dflt 2.620485783
28242026-09-03T17:39:35.020Z[ omicron-package] kflt 0.000255980
28252026-09-03T17:39:35.021Z[ omicron-package] lock 8:26.996843331
28262026-09-03T17:39:35.021Z[ omicron-package] slp 4:29.316169276
28272026-09-03T17:39:35.021Z[ omicron-package] lat 58.950553170
28282026-09-03T17:39:35.021Z[ omicron-package] stop 1:46.880563077
28292026-09-03T17:39:35.021ZSep 03 17:39:34.361 INFO [omicron-package] process exited with exit status: 0 (41.550081607s)
28302026-09-03T17:39:35.021ZSep 03 17:39:34.361 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28312026-09-03T17:39:35.021ZSep 03 17:39:34.361 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28322026-09-03T17:39:35.025Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28332026-09-03T17:39:35.025Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28342026-09-03T17:39:35.025Z[ recovery-target] Created new build target 'recovery' and set it as active
28352026-09-03T17:39:35.025Z[ host-target] Created new build target 'host' and set it as active
28362026-09-03T17:39:35.028ZSep 03 17:39:34.371 INFO [host-target] process exited with exit status: 0 (9.548198ms)
28372026-09-03T17:39:35.028ZSep 03 17:39:34.371 INFO [recovery-target] process exited with exit status: 0 (10.105458ms)
28382026-09-03T17:39:35.028ZSep 03 17:39:34.371 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28392026-09-03T17:39:35.032Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28402026-09-03T17:39:35.419Z[ helios-setup] Sep 03 17:39:34.763 INFO E| Compiling serde_with v3.12.0
28412026-09-03T17:39:36.549Z[ host-package] Compiling cfg-if v1.0.4
28422026-09-03T17:39:36.762Z[ host-package] Compiling serde_core v1.0.228
28432026-09-03T17:39:36.762Z[ host-package] Compiling libc v0.2.185
28442026-09-03T17:39:36.766Z[ host-package] Compiling memchr v2.8.0
28452026-09-03T17:39:36.838Z[ host-package] Compiling smallvec v1.15.1
28462026-09-03T17:39:36.871Z[ host-package] Compiling stable_deref_trait v1.2.1
28472026-09-03T17:39:36.899Z[ host-package] Compiling libm v0.2.16
28482026-09-03T17:39:36.905Z[ host-package] Compiling scopeguard v1.2.0
28492026-09-03T17:39:36.943Z[ host-package] Compiling zerofrom v0.1.6
28502026-09-03T17:39:36.965Z[ host-package] Compiling rand_core v0.10.0
28512026-09-03T17:39:36.990Z[ host-package] Compiling writeable v0.6.2
28522026-09-03T17:39:36.991Z[ host-package] Compiling percent-encoding v2.3.2
28532026-09-03T17:39:36.994Z[ host-package] Compiling litemap v0.8.1
28542026-09-03T17:39:37.059Z[ host-package] Compiling lock_api v0.4.14
28552026-09-03T17:39:37.082Z[ host-package] Compiling yoke v0.8.1
28562026-09-03T17:39:37.108Z[ host-package] Compiling icu_normalizer_data v2.1.1
28572026-09-03T17:39:37.111Z[ host-package] Compiling icu_properties_data v2.1.2
28582026-09-03T17:39:37.159Z[ host-package] Compiling utf8_iter v1.0.4
28592026-09-03T17:39:37.184Z[ host-package] Compiling form_urlencoded v1.2.2
28602026-09-03T17:39:37.208Z[ host-package] Compiling errno v0.3.14
28612026-09-03T17:39:37.209Z[ host-package] Compiling getrandom v0.4.3
28622026-09-03T17:39:37.259Z[ host-package] Compiling parking_lot_core v0.9.12
28632026-09-03T17:39:37.286Z[ host-package] Compiling zerovec v0.11.5
28642026-09-03T17:39:37.286Z[ host-package] Compiling zerotrie v0.2.3
28652026-09-03T17:39:37.289Z[ host-package] Compiling iana-time-zone v0.1.65
28662026-09-03T17:39:37.357Z[ host-package] Compiling zerocopy v0.8.55
28672026-09-03T17:39:37.383Z[ host-package] Compiling signal-hook-registry v1.4.8
28682026-09-03T17:39:37.408Z[ host-package] Compiling mio v1.2.0
28692026-09-03T17:39:37.442Z[ host-package] Compiling socket2 v0.6.3
28702026-09-03T17:39:37.485Z[ host-package] Compiling thiserror v2.0.18
28712026-09-03T17:39:37.521Z[ host-package] Compiling parking_lot v0.12.5
28722026-09-03T17:39:37.536Z[ host-package] Compiling getrandom v0.2.17
28732026-09-03T17:39:37.664Z[ host-package] Compiling futures-util v0.3.32
28742026-09-03T17:39:37.667Z[ host-package] Compiling getrandom v0.3.4
28752026-09-03T17:39:37.786Z[ host-package] Compiling num-traits v0.2.19
28762026-09-03T17:39:37.786Z[ host-package] Compiling rand_core v0.6.4
28772026-09-03T17:39:37.790Z[ host-package] Compiling base64 v0.22.1
28782026-09-03T17:39:37.930Z[ host-package] Compiling tinystr v0.8.2
28792026-09-03T17:39:37.930Z[ host-package] Compiling potential_utf v0.1.4
28802026-09-03T17:39:38.112Z[ host-package] Compiling time v0.3.47
28812026-09-03T17:39:38.139Z[ host-package] Compiling rand_core v0.9.5
28822026-09-03T17:39:38.142Z[ host-package] Compiling aho-corasick v1.1.4
28832026-09-03T17:39:38.195Z[ host-package] Compiling icu_collections v2.1.1
28842026-09-03T17:39:38.220Z[ host-package] Compiling spin v0.9.8
28852026-09-03T17:39:38.220Z[ host-package] Compiling socket2 v0.5.10
28862026-09-03T17:39:38.224Z[ host-package] Compiling pest v2.8.6
28872026-09-03T17:39:38.246Z[ host-package] Compiling encoding_rs v0.8.35
28882026-09-03T17:39:38.343Z[ host-package] Compiling icu_locale_core v2.1.1
28892026-09-03T17:39:38.348Z[ host-package] Compiling simd-adler32 v0.3.8
28902026-09-03T17:39:38.492Z[ host-package] Compiling adler2 v2.0.1
28912026-09-03T17:39:38.530Z[ host-package] Compiling crc32fast v1.5.0
28922026-09-03T17:39:38.582Z[ host-package] Compiling wait-timeout v0.2.1
28932026-09-03T17:39:38.722Z[ host-package] Compiling serde v1.0.228
28942026-09-03T17:39:38.746Z[ host-package] Compiling serde_json v1.0.151
28952026-09-03T17:39:38.773Z[ host-package] Compiling bitflags v2.11.0
28962026-09-03T17:39:38.813Z[ host-package] Compiling uuid v1.23.4
28972026-09-03T17:39:38.863Z[ host-package] Compiling semver v1.0.28
28982026-09-03T17:39:38.926Z[ host-package] Compiling indexmap v2.14.0
28992026-09-03T17:39:38.946Z[ helios-setup] Sep 03 17:39:38.290 INFO E| Finished `release` profile [optimized] target(s) in 13.27s
29002026-09-03T17:39:38.972Z[ helios-setup] Sep 03 17:39:38.315 INFO building project "dmar-report" ok (13 seconds)
29012026-09-03T17:39:38.972Z[ helios-setup] Sep 03 17:39:38.316 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29022026-09-03T17:39:38.980Z[ helios-setup] Sep 03 17:39:38.324 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
29032026-09-03T17:39:38.980Z[ helios-setup] Sep 03 17:39:38.324 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29042026-09-03T17:39:38.980Z[ helios-setup] Sep 03 17:39:38.324 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29052026-09-03T17:39:38.984Z[ host-package] Compiling miniz_oxide v0.8.9
29062026-09-03T17:39:39.013Z[ host-package] Compiling rustix v1.1.4
29072026-09-03T17:39:39.017Z[ host-package] Compiling zlib-rs v0.6.2
29082026-09-03T17:39:39.088Z[ helios-setup] Sep 03 17:39:38.430 INFO E| Downloading crates ...
29092026-09-03T17:39:39.136Z[ helios-setup] Sep 03 17:39:38.479 INFO E| Downloaded typenum v1.15.0
29102026-09-03T17:39:39.140Z[ helios-setup] Sep 03 17:39:38.484 INFO E| Downloaded unicode-width v0.1.10
29112026-09-03T17:39:39.143Z[ helios-setup] Sep 03 17:39:38.485 INFO E| Downloaded digest v0.10.3
29122026-09-03T17:39:39.146Z[ helios-setup] Sep 03 17:39:38.487 INFO E| Downloaded sha2 v0.10.5
29132026-09-03T17:39:39.146Z[ helios-setup] Sep 03 17:39:38.490 INFO E| Downloaded cpufeatures v0.2.5
29142026-09-03T17:39:39.150Z[ helios-setup] Sep 03 17:39:38.492 INFO E| Downloaded block-buffer v0.10.3
29152026-09-03T17:39:39.150Z[ helios-setup] Sep 03 17:39:38.493 INFO E| Downloaded generic-array v0.14.6
29162026-09-03T17:39:39.156Z[ helios-setup] Sep 03 17:39:38.500 INFO E| Downloaded anyhow v1.0.62
29172026-09-03T17:39:39.161Z[ helios-setup] Sep 03 17:39:38.503 INFO E| Downloaded miniz_oxide v0.6.2
29182026-09-03T17:39:39.164Z[ helios-setup] Sep 03 17:39:38.504 INFO E| Downloaded bytes v1.2.1
29192026-09-03T17:39:39.164Z[ helios-setup] Sep 03 17:39:38.506 INFO E| Downloaded flate2 v1.0.25
29202026-09-03T17:39:39.205Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling typenum v1.15.0
29212026-09-03T17:39:39.205Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling version_check v0.9.4
29222026-09-03T17:39:39.205Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling crc32fast v1.3.2
29232026-09-03T17:39:39.205Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling cfg-if v1.0.0
29242026-09-03T17:39:39.209Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling adler v1.0.2
29252026-09-03T17:39:39.209Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling anyhow v1.0.62
29262026-09-03T17:39:39.209Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling cpufeatures v0.2.5
29272026-09-03T17:39:39.209Z[ helios-setup] Sep 03 17:39:38.549 INFO E| Compiling unicode-width v0.1.10
29282026-09-03T17:39:39.234Z[ host-package] Compiling icu_provider v2.1.1
29292026-09-03T17:39:39.244Z[ helios-setup] Sep 03 17:39:38.588 INFO E| Compiling bitflags v1.3.2
29302026-09-03T17:39:39.338Z[ helios-setup] Sep 03 17:39:38.682 INFO E| Compiling bytes v1.2.1
29312026-09-03T17:39:39.442Z[ host-package] Compiling bytes v1.11.1
29322026-09-03T17:39:39.505Z[ host-package] Compiling zeroize v1.9.0
29332026-09-03T17:39:39.652Z[ host-package] Compiling chrono v0.4.45
29342026-09-03T17:39:39.705Z[ helios-setup] Sep 03 17:39:39.048 INFO E| Compiling miniz_oxide v0.6.2
29352026-09-03T17:39:39.744Z[ host-package] Compiling icu_properties v2.1.2
29362026-09-03T17:39:39.795Z[ helios-setup] Sep 03 17:39:39.138 INFO E| Compiling generic-array v0.14.6
29372026-09-03T17:39:39.820Z[ host-package] Compiling icu_normalizer v2.1.1
29382026-09-03T17:39:39.878Z[ helios-setup] Sep 03 17:39:39.221 INFO E| Compiling getopts v0.2.21
29392026-09-03T17:39:39.947Z[ host-package] Compiling generic-array v0.14.7
29402026-09-03T17:39:40.005Z[ host-package] Compiling erased-serde v0.3.31
29412026-09-03T17:39:40.331Z[ helios-setup] Sep 03 17:39:39.675 INFO E| Compiling flate2 v1.0.25
29422026-09-03T17:39:40.601Z[ host-package] Compiling tokio v1.52.1
29432026-09-03T17:39:40.784Z[ host-package] Compiling http v1.4.2
29442026-09-03T17:39:40.810Z[ host-package] Compiling slog v2.8.2
29452026-09-03T17:39:40.843Z[ host-package] Compiling rustls-pki-types v1.14.0
29462026-09-03T17:39:40.847Z[ host-package] Compiling ipnet v2.12.0
29472026-09-03T17:39:40.968Z[ host-package] Compiling crypto-common v0.1.7
29482026-09-03T17:39:40.972Z[ host-package] Compiling block-buffer v0.10.4
29492026-09-03T17:39:41.021Z[ host-package] Compiling idna_adapter v1.2.1
29502026-09-03T17:39:41.106Z[ host-package] Compiling ppv-lite86 v0.2.21
29512026-09-03T17:39:41.173Z[ host-package] Compiling terminal_size v0.4.3
29522026-09-03T17:39:41.184Z[ host-package] Compiling aws-lc-rs v1.16.3
29532026-09-03T17:39:41.235Z[ host-package] Compiling digest v0.10.7
29542026-09-03T17:39:41.276Z[ host-package] Compiling idna v1.1.0
29552026-09-03T17:39:41.324Z[ host-package] Compiling regex-automata v0.4.14
29562026-09-03T17:39:41.355Z[ host-package] Compiling clap_builder v4.6.0
29572026-09-03T17:39:41.406Z[ host-package] Compiling tempfile v3.27.0
29582026-09-03T17:39:41.431Z[ host-package] Compiling der v0.7.10
29592026-09-03T17:39:41.484Z[ helios-setup] Sep 03 17:39:40.828 INFO E| Compiling block-buffer v0.10.3
29602026-09-03T17:39:41.484Z[ helios-setup] Sep 03 17:39:40.828 INFO E| Compiling crypto-common v0.1.6
29612026-09-03T17:39:41.519Z[ host-package] Compiling serde_urlencoded v0.7.1
29622026-09-03T17:39:41.569Z[ host-package] Compiling rustls-native-certs v0.8.3
29632026-09-03T17:39:41.572Z[ host-package] Compiling rand_chacha v0.9.0
29642026-09-03T17:39:41.595Z[ helios-setup] Sep 03 17:39:40.939 INFO E| Compiling digest v0.10.3
29652026-09-03T17:39:41.650Z[ host-package] Compiling rand_chacha v0.3.1
29662026-09-03T17:39:41.732Z[ host-package] Compiling url v2.5.8
29672026-09-03T17:39:41.736Z[ host-package] Compiling http-body v1.0.1
29682026-09-03T17:39:41.768Z[ helios-setup] Sep 03 17:39:41.111 INFO E| Compiling sha2 v0.10.5
29692026-09-03T17:39:41.854Z[ host-package] Compiling futures-executor v0.3.32
29702026-09-03T17:39:41.965Z[ host-package] Compiling rand v0.9.2
29712026-09-03T17:39:41.991Z[ host-package] Compiling http-body-util v0.1.3
29722026-09-03T17:39:42.010Z[ helios-setup] Sep 03 17:39:41.353 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29732026-09-03T17:39:42.211Z[ host-package] Compiling rand v0.8.6
29742026-09-03T17:39:42.261Z[ host-package] Compiling hybrid-array v0.4.13
29752026-09-03T17:39:42.298Z[ host-package] Compiling hex v0.4.3
29762026-09-03T17:39:42.298Z[ host-package] Compiling hubpack v0.1.2
29772026-09-03T17:39:42.402Z[ host-package] Compiling rustls-webpki v0.103.13
29782026-09-03T17:39:42.546Z[ host-package] Compiling schemars v0.8.22
29792026-09-03T17:39:42.651Z[ host-package] Compiling spki v0.7.3
29802026-09-03T17:39:42.683Z[ host-package] Compiling futures v0.3.32
29812026-09-03T17:39:42.805Z[ host-package] Compiling publicsuffix v2.3.0
29822026-09-03T17:39:42.963Z[ host-package] Compiling pkcs8 v0.10.2
29832026-09-03T17:39:42.963Z[ host-package] Compiling openapiv3 v2.2.0
29842026-09-03T17:39:42.986Z[ host-package] Compiling cookie v0.18.1
29852026-09-03T17:39:43.049Z[ host-package] Compiling rusty-fork v0.3.1
29862026-09-03T17:39:43.092Z[ host-package] Compiling rustls v0.23.41
29872026-09-03T17:39:43.157Z[ host-package] Compiling sha2 v0.10.9
29882026-09-03T17:39:43.308Z[ host-package] Compiling flate2 v1.1.9
29892026-09-03T17:39:43.495Z[ host-package] Compiling clap v4.6.1
29902026-09-03T17:39:43.582Z[ host-package] Compiling cookie_store v0.22.1
29912026-09-03T17:39:43.656Z[ host-package] Compiling ipnetwork v0.21.1
29922026-09-03T17:39:43.722Z[ host-package] Compiling rand_xorshift v0.4.0
29932026-09-03T17:39:43.726Z[ host-package] Compiling block-buffer v0.12.1
29942026-09-03T17:39:43.726Z[ host-package] Compiling crypto-common v0.2.2
29952026-09-03T17:39:43.978Z[ host-package] Compiling proptest v1.11.0
29962026-09-03T17:39:44.071Z[ host-package] Compiling signature v2.2.0
29972026-09-03T17:39:44.125Z[ host-package] Compiling lazy_static v1.5.0
29982026-09-03T17:39:44.215Z[ host-package] Compiling oxnet v0.1.6
29992026-09-03T17:39:44.242Z[ host-package] Compiling dof v0.4.0
30002026-09-03T17:39:44.242Z[ host-package] Compiling camino v1.2.5
30012026-09-03T17:39:44.313Z[ helios-setup] Sep 03 17:39:43.654 INFO E| Finished `release` profile [optimized] target(s) in 5.31s
30022026-09-03T17:39:44.324Z[ helios-setup] Sep 03 17:39:43.667 INFO building project "bootserver" ok (5 seconds)
30032026-09-03T17:39:44.324Z[ helios-setup] Sep 03 17:39:43.667 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30042026-09-03T17:39:44.327Z[ host-package] Compiling hmac v0.12.1
30052026-09-03T17:39:44.336Z[ helios-setup] Sep 03 17:39:43.676 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30062026-09-03T17:39:44.336Z[ helios-setup] Sep 03 17:39:43.676 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30072026-09-03T17:39:44.336Z[ helios-setup] Sep 03 17:39:43.676 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30082026-09-03T17:39:44.373Z[ host-package] Compiling dtrace-parser v0.3.0
30092026-09-03T17:39:44.438Z[ helios-setup] Sep 03 17:39:43.781 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30102026-09-03T17:39:44.526Z[ host-package] Compiling thread-id v5.1.0
30112026-09-03T17:39:44.553Z[ host-package] Compiling regex v1.12.3
30122026-09-03T17:39:44.645Z[ host-package] Compiling data-encoding v2.10.0
30132026-09-03T17:39:44.688Z[ host-package] Compiling memmap2 v0.9.10
30142026-09-03T17:39:44.776Z[ helios-setup] Sep 03 17:39:44.120 INFO E| From https://github.com/jclulow/rust-jmclib
30152026-09-03T17:39:44.776Z[ helios-setup] Sep 03 17:39:44.120 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30162026-09-03T17:39:44.788Z[ helios-setup] Sep 03 17:39:44.131 INFO E| Updating crates.io index
30172026-09-03T17:39:44.794Z[ host-package] Compiling num-integer v0.1.46
30182026-09-03T17:39:44.868Z[ helios-setup] Sep 03 17:39:44.178 INFO E| Downloading crates ...
30192026-09-03T17:39:44.894Z[ helios-setup] Sep 03 17:39:44.238 INFO E| Downloaded once_cell v1.18.0
30202026-09-03T17:39:44.903Z[ helios-setup] Sep 03 17:39:44.246 INFO E| Downloaded anyhow v1.0.72
30212026-09-03T17:39:44.908Z[ helios-setup] Sep 03 17:39:44.251 INFO E| Downloaded errno v0.3.1
30222026-09-03T17:39:44.911Z[ helios-setup] Sep 03 17:39:44.252 INFO E| Downloaded itoa v1.0.9
30232026-09-03T17:39:44.911Z[ helios-setup] Sep 03 17:39:44.253 INFO E| Downloaded fastrand v2.0.0
30242026-09-03T17:39:44.915Z[ helios-setup] Sep 03 17:39:44.257 INFO E| Downloaded block-buffer v0.9.0
30252026-09-03T17:39:44.915Z[ host-package] Compiling rustix v0.38.44
30262026-09-03T17:39:44.921Z[ helios-setup] Sep 03 17:39:44.260 INFO E| Downloaded opaque-debug v0.3.0
30272026-09-03T17:39:44.921Z[ helios-setup] Sep 03 17:39:44.261 INFO E| Downloaded digest v0.9.0
30282026-09-03T17:39:44.926Z[ helios-setup] Sep 03 17:39:44.270 INFO E| Downloaded sha-1 v0.9.8
30292026-09-03T17:39:44.930Z[ helios-setup] Sep 03 17:39:44.273 INFO E| Downloaded md-5 v0.9.1
30302026-09-03T17:39:44.934Z[ helios-setup] Sep 03 17:39:44.274 INFO E| Downloaded libdevinfo-sys v1.0.0
30312026-09-03T17:39:44.938Z[ host-package] Compiling x509-cert v0.2.5
30322026-09-03T17:39:44.942Z[ helios-setup] Sep 03 17:39:44.283 INFO E| Downloaded cpufeatures v0.2.9
30332026-09-03T17:39:44.942Z[ helios-setup] Sep 03 17:39:44.284 INFO E| Downloaded glob v0.3.1
30342026-09-03T17:39:44.942Z[ helios-setup] Sep 03 17:39:44.285 INFO E| Downloaded walkdir v2.3.3
30352026-09-03T17:39:44.946Z[ helios-setup] Sep 03 17:39:44.286 INFO E| Downloaded tempfile v3.7.0
30362026-09-03T17:39:44.946Z[ helios-setup] Sep 03 17:39:44.288 INFO E| Downloaded typenum v1.16.0
30372026-09-03T17:39:44.950Z[ helios-setup] Sep 03 17:39:44.290 INFO E| Downloaded quote v1.0.31
30382026-09-03T17:39:44.953Z[ helios-setup] Sep 03 17:39:44.296 INFO E| Downloaded unicode-ident v1.0.11
30392026-09-03T17:39:44.957Z[ helios-setup] Sep 03 17:39:44.299 INFO E| Downloaded ryu v1.0.15
30402026-09-03T17:39:44.962Z[ helios-setup] Sep 03 17:39:44.301 INFO E| Downloaded proc-macro2 v1.0.66
30412026-09-03T17:39:44.962Z[ helios-setup] Sep 03 17:39:44.303 INFO E| Downloaded uuid v0.8.2
30422026-09-03T17:39:44.965Z[ helios-setup] Sep 03 17:39:44.305 INFO E| Downloaded bitflags v2.3.3
30432026-09-03T17:39:44.966Z[ helios-setup] Sep 03 17:39:44.309 INFO E| Downloaded getrandom v0.2.10
30442026-09-03T17:39:44.970Z[ host-package] Compiling serde_spanned v0.6.9
30452026-09-03T17:39:44.970Z[ helios-setup] Sep 03 17:39:44.311 INFO E| Downloaded serde_derive v1.0.193
30462026-09-03T17:39:44.973Z[ helios-setup] Sep 03 17:39:44.313 INFO E| Downloaded toml v0.5.11
30472026-09-03T17:39:44.973Z[ helios-setup] Sep 03 17:39:44.315 INFO E| Downloaded serde v1.0.193
30482026-09-03T17:39:45.003Z[ helios-setup] Sep 03 17:39:44.346 INFO E| Downloaded serde_json v1.0.103
30492026-09-03T17:39:45.008Z[ host-package] Compiling toml_datetime v0.6.11
30502026-09-03T17:39:45.012Z[ helios-setup] Sep 03 17:39:44.353 INFO E| Downloaded syn v2.0.32
30512026-09-03T17:39:45.032Z[ helios-setup] Sep 03 17:39:44.376 INFO E| Downloaded rustix v0.38.4
30522026-09-03T17:39:45.046Z[ helios-setup] Sep 03 17:39:44.389 INFO E| Downloaded libc v0.2.147
30532026-09-03T17:39:45.105Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling libc v0.2.147
30542026-09-03T17:39:45.105Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling proc-macro2 v1.0.66
30552026-09-03T17:39:45.105Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling cfg-if v1.0.0
30562026-09-03T17:39:45.109Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling unicode-ident v1.0.11
30572026-09-03T17:39:45.109Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling version_check v0.9.4
30582026-09-03T17:39:45.109Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling typenum v1.16.0
30592026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling serde v1.0.193
30602026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling slog v2.7.0
30612026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling time-core v0.1.2
30622026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling num-conv v0.1.0
30632026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling itoa v1.0.9
30642026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling powerfmt v0.2.0
30652026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling rustix v0.38.4
30662026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling once_cell v1.18.0
30672026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling bitflags v2.3.3
30682026-09-03T17:39:45.110Z[ helios-setup] Sep 03 17:39:44.449 INFO E| Compiling num_threads v0.1.6
30692026-09-03T17:39:45.156Z[ host-package] Compiling usdt-impl v0.6.0
30702026-09-03T17:39:45.215Z[ host-package] Compiling dof v0.3.0
30712026-09-03T17:39:45.215Z[ host-package] Compiling num-iter v0.1.45
30722026-09-03T17:39:45.321Z[ host-package] Compiling bstr v1.12.1
30732026-09-03T17:39:45.373Z[ host-package] Compiling dtrace-parser v0.2.0
30742026-09-03T17:39:45.476Z[ host-package] Compiling tokio-util v0.7.18
30752026-09-03T17:39:45.570Z[ host-package] Compiling tower v0.5.3
30762026-09-03T17:39:45.745Z[ helios-setup] Sep 03 17:39:45.088 INFO E| Compiling deranged v0.3.11
30772026-09-03T17:39:45.749Z[ helios-setup] Sep 03 17:39:45.089 INFO E| Compiling anyhow v1.0.72
30782026-09-03T17:39:45.838Z[ helios-setup] Sep 03 17:39:45.181 INFO E| Compiling opaque-debug v0.3.0
30792026-09-03T17:39:45.869Z[ host-package] Compiling usdt v0.6.0
30802026-09-03T17:39:45.946Z[ helios-setup] Sep 03 17:39:45.290 INFO E| Compiling fastrand v2.0.0
30812026-09-03T17:39:46.078Z[ helios-setup] Sep 03 17:39:45.421 INFO E| Compiling thread_local v1.1.7
30822026-09-03T17:39:46.091Z[ helios-setup] Sep 03 17:39:45.426 INFO E| Compiling serde_json v1.0.103
30832026-09-03T17:39:46.091Z[ helios-setup] Sep 03 17:39:45.426 INFO E| Compiling cpufeatures v0.2.9
30842026-09-03T17:39:46.099Z[ host-package] Compiling ff v0.13.1
30852026-09-03T17:39:46.148Z[ helios-setup] Sep 03 17:39:45.492 INFO E| Compiling unicode-width v0.1.10
30862026-09-03T17:39:46.168Z[ helios-setup] Sep 03 17:39:45.511 INFO E| Compiling ryu v1.0.15
30872026-09-03T17:39:46.173Z[ helios-setup] Sep 03 17:39:45.515 INFO E| Compiling time-macros v0.2.18
30882026-09-03T17:39:46.341Z[ helios-setup] Sep 03 17:39:45.684 INFO E| Compiling same-file v1.0.6
30892026-09-03T17:39:46.383Z[ helios-setup] Sep 03 17:39:45.727 INFO E| Compiling getopts v0.2.21
30902026-09-03T17:39:46.388Z[ host-package] Compiling tower-http v0.6.8
30912026-09-03T17:39:46.427Z[ helios-setup] Sep 03 17:39:45.770 INFO E| Compiling glob v0.3.1
30922026-09-03T17:39:46.564Z[ helios-setup] Sep 03 17:39:45.898 INFO E| Compiling walkdir v2.3.3
30932026-09-03T17:39:46.598Z[ helios-setup] Sep 03 17:39:45.940 INFO E| Compiling quote v1.0.31
30942026-09-03T17:39:46.680Z[ helios-setup] Sep 03 17:39:46.023 INFO E| Compiling generic-array v0.14.7
30952026-09-03T17:39:46.708Z[ helios-setup] Sep 03 17:39:46.051 INFO E| Compiling libdevinfo-sys v1.0.0
30962026-09-03T17:39:46.744Z[ host-package] Compiling thread-id v4.2.2
30972026-09-03T17:39:46.919Z[ host-package] Compiling sec1 v0.7.3
30982026-09-03T17:39:46.946Z[ helios-setup] Sep 03 17:39:46.289 INFO E| Compiling syn v2.0.32
30992026-09-03T17:39:47.008Z[ host-package] Compiling usdt-impl v0.5.0
31002026-09-03T17:39:47.095Z[ host-package] Compiling h2 v0.4.15
31012026-09-03T17:39:47.155Z[ host-package] Compiling digest v0.11.3
31022026-09-03T17:39:47.159Z[ host-package] Compiling signal-hook v0.3.18
31032026-09-03T17:39:47.159Z[ host-package] Compiling nix v0.31.2
31042026-09-03T17:39:47.346Z[ helios-setup] Sep 03 17:39:46.690 INFO E| Compiling dirs-sys-next v0.1.2
31052026-09-03T17:39:47.346Z[ helios-setup] Sep 03 17:39:46.690 INFO E| Compiling errno v0.3.1
31062026-09-03T17:39:47.346Z[ helios-setup] Sep 03 17:39:46.690 INFO E| Compiling atty v0.2.14
31072026-09-03T17:39:47.350Z[ helios-setup] Sep 03 17:39:46.690 INFO E| Compiling getrandom v0.2.10
31082026-09-03T17:39:47.467Z[ host-package] Compiling newtype-uuid v1.3.2
31092026-09-03T17:39:47.531Z[ helios-setup] Sep 03 17:39:46.875 INFO E| Compiling dirs-next v2.0.0
31102026-09-03T17:39:47.608Z[ helios-setup] Sep 03 17:39:46.952 INFO E| Compiling term v0.7.0
31112026-09-03T17:39:47.628Z[ host-package] Compiling group v0.13.0
31122026-09-03T17:39:47.755Z[ host-package] Compiling tokio-rustls v0.26.4
31132026-09-03T17:39:47.805Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31142026-09-03T17:39:47.863Z[ host-package] Compiling hkdf v0.12.4
31152026-09-03T17:39:47.914Z[ host-package] Compiling serde_with v3.21.0
31162026-09-03T17:39:47.918Z[ helios-setup] Sep 03 17:39:47.260 INFO E| Compiling block-buffer v0.9.0
31172026-09-03T17:39:47.918Z[ helios-setup] Sep 03 17:39:47.260 INFO E| Compiling digest v0.9.0
31182026-09-03T17:39:48.034Z[ helios-setup] Sep 03 17:39:47.377 INFO E| Compiling md-5 v0.9.1
31192026-09-03T17:39:48.034Z[ helios-setup] Sep 03 17:39:47.377 INFO E| Compiling sha-1 v0.9.8
31202026-09-03T17:39:48.090Z[ host-package] Compiling daft v0.1.8
31212026-09-03T17:39:48.202Z[ host-package] Compiling crypto-bigint v0.5.5
31222026-09-03T17:39:48.210Z[ helios-setup] Sep 03 17:39:47.554 INFO E| Compiling tempfile v3.7.0
31232026-09-03T17:39:48.265Z[ helios-setup] Sep 03 17:39:47.608 INFO E| Compiling time v0.3.36
31242026-09-03T17:39:48.275Z[ host-package] Compiling foreign-types-shared v0.1.1
31252026-09-03T17:39:48.416Z[ host-package] Compiling ahash v0.8.12
31262026-09-03T17:39:48.531Z[ host-package] Compiling num-bigint-dig v0.8.6
31272026-09-03T17:39:48.576Z[ host-package] Compiling foreign-types v0.3.2
31282026-09-03T17:39:48.577Z[ host-package] Compiling packed_struct v0.10.1
31292026-09-03T17:39:48.580Z[ host-package] Compiling openssl-sys v0.9.117
31302026-09-03T17:39:48.720Z[ host-package] Compiling pkcs1 v0.7.5
31312026-09-03T17:39:48.723Z[ host-package] Compiling toml_edit v0.19.15
31322026-09-03T17:39:48.727Z[ host-package] Compiling hashbrown v0.13.2
31332026-09-03T17:39:48.898Z[ host-package] Compiling serde-hex v0.1.0
31342026-09-03T17:39:48.920Z[ helios-setup] Sep 03 17:39:48.264 INFO E| Compiling serde_derive v1.0.193
31352026-09-03T17:39:49.120Z[ helios-setup] Sep 03 17:39:48.463 INFO E| Compiling slog-term v2.9.0
31362026-09-03T17:39:49.142Z[ host-package] Compiling bzip2 v0.4.4
31372026-09-03T17:39:49.342Z[ host-package] Compiling openssl v0.10.80
31382026-09-03T17:39:49.499Z[ host-package] Compiling elliptic-curve v0.13.8
31392026-09-03T17:39:49.580Z[ host-package] Compiling signal-hook-mio v0.2.5
31402026-09-03T17:39:49.755Z[ host-package] Compiling rsa v0.9.10
31412026-09-03T17:39:49.794Z[ host-package] Compiling ron v0.8.1
31422026-09-03T17:39:49.918Z[ host-package] Compiling globset v0.4.18
31432026-09-03T17:39:50.014Z[ host-package] Compiling block-padding v0.4.2
31442026-09-03T17:39:50.055Z[ host-package] Compiling sha3 v0.10.8
31452026-09-03T17:39:50.122Z[ host-package] Compiling curve25519-dalek v4.1.3
31462026-09-03T17:39:50.128Z[ host-package] Compiling object v0.30.4
31472026-09-03T17:39:50.278Z[ host-package] Compiling inout v0.2.2
31482026-09-03T17:39:50.337Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31492026-09-03T17:39:50.467Z[ host-package] Compiling toml v0.7.8
31502026-09-03T17:39:50.528Z[ host-package] Compiling zip v0.6.6
31512026-09-03T17:39:50.596Z[ host-package] Compiling jiff v0.2.34
31522026-09-03T17:39:50.752Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31532026-09-03T17:39:50.840Z[ host-package] Compiling cipher v0.5.2
31542026-09-03T17:39:51.189Z[ host-package] Compiling crossterm v0.28.1
31552026-09-03T17:39:51.227Z[ host-package] Compiling ed25519 v2.2.3
31562026-09-03T17:39:51.269Z[ host-package] Compiling serde-big-array v0.5.1
31572026-09-03T17:39:51.345Z[ host-package] Compiling hyper v1.10.1
31582026-09-03T17:39:51.376Z[ host-package] Compiling pem v3.0.6
31592026-09-03T17:39:51.431Z[ host-package] Compiling petgraph v0.8.3
31602026-09-03T17:39:51.475Z[ host-package] Compiling ed25519-dalek v2.2.0
31612026-09-03T17:39:51.527Z[ host-package] Compiling object v0.37.3
31622026-09-03T17:39:51.615Z[ host-package] Compiling heapless v0.7.17
31632026-09-03T17:39:51.725Z[ host-package] Compiling chacha20 v0.10.0
31642026-09-03T17:39:51.805Z[ host-package] Compiling byte-wrapper v0.1.0
31652026-09-03T17:39:51.911Z[ host-package] Compiling md-5 v0.10.6
31662026-09-03T17:39:51.977Z[ host-package] Compiling serde_plain v1.0.2
31672026-09-03T17:39:52.136Z[ host-package] Compiling native-tls v0.2.18
31682026-09-03T17:39:52.201Z[ host-package] Compiling toml_edit v0.22.27
31692026-09-03T17:39:52.239Z[ host-package] Compiling postgres-protocol v0.6.10
31702026-09-03T17:39:52.382Z[ host-package] Compiling zopfli v0.8.3
31712026-09-03T17:39:52.472Z[ host-package] Compiling tokio-native-tls v0.3.1
31722026-09-03T17:39:52.631Z[ host-package] Compiling smoltcp v0.9.1
31732026-09-03T17:39:52.765Z[ host-package] Compiling hickory-proto v0.25.2
31742026-09-03T17:39:53.169Z[ host-package] Compiling hyper-util v0.1.20
31752026-09-03T17:39:53.317Z[ helios-setup] Sep 03 17:39:52.661 INFO E| Compiling toml v0.5.11
31762026-09-03T17:39:53.317Z[ helios-setup] Sep 03 17:39:52.661 INFO E| Compiling uuid v0.8.2
31772026-09-03T17:39:53.342Z[ host-package] Compiling float-cmp v0.10.0
31782026-09-03T17:39:53.390Z[ host-package] Compiling string_cache v0.8.9
31792026-09-03T17:39:53.492Z[ host-package] Compiling petgraph v0.6.5
31802026-09-03T17:39:53.496Z[ host-package] Compiling textwrap v0.16.2
31812026-09-03T17:39:53.585Z[ host-package] Compiling predicates v3.1.4
31822026-09-03T17:39:53.783Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31832026-09-03T17:39:53.822Z[ host-package] Compiling zip v4.6.1
31842026-09-03T17:39:54.081Z[ helios-setup] Sep 03 17:39:53.425 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31852026-09-03T17:39:54.128Z[ host-package] Compiling postgres-types v0.2.12
31862026-09-03T17:39:54.160Z[ host-package] Compiling iddqd v0.4.2
31872026-09-03T17:39:54.232Z[ host-package] Compiling similar v2.7.0
31882026-09-03T17:39:54.318Z[ host-package] Compiling tokio-stream v0.1.18
31892026-09-03T17:39:54.715Z[ host-package] Compiling olpc-cjson v0.1.4
31902026-09-03T17:39:54.893Z[ helios-setup] Sep 03 17:39:54.236 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31912026-09-03T17:39:55.028Z[ host-package] Compiling backtrace v0.3.76
31922026-09-03T17:39:55.097Z[ host-package] Compiling hyper-rustls v0.27.7
31932026-09-03T17:39:55.199Z[ host-package] Compiling hyper-tls v0.6.0
31942026-09-03T17:39:55.246Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31952026-09-03T17:39:55.305Z[ host-package] Compiling tokio-postgres v0.7.16
31962026-09-03T17:39:55.512Z[ host-package] Compiling reqwest v0.13.2
31972026-09-03T17:39:55.549Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31982026-09-03T17:39:55.597Z[ host-package] Compiling backtrace-ext v0.2.1
31992026-09-03T17:39:55.674Z[ host-package] Compiling reqwest v0.12.28
32002026-09-03T17:39:55.722Z[ host-package] Compiling fs-err v3.3.0
32012026-09-03T17:39:55.855Z[ host-package] Compiling miette v7.6.0
32022026-09-03T17:39:55.899Z[ host-package] Compiling buf-list v1.1.2
32032026-09-03T17:39:56.044Z[ host-package] Compiling thread_local v1.1.9
32042026-09-03T17:39:56.101Z[ host-package] Compiling is-terminal v0.4.17
32052026-09-03T17:39:56.282Z[ host-package] Compiling slog-async v2.8.0
32062026-09-03T17:39:56.375Z[ host-package] Compiling hostname v0.3.1
32072026-09-03T17:39:56.375Z[ host-package] Compiling slog-json v2.6.1
32082026-09-03T17:39:56.388Z[ host-package] Compiling slog-term v2.9.2
32092026-09-03T17:39:56.472Z[ host-package] Compiling compression-codecs v0.4.37
32102026-09-03T17:39:56.577Z[ host-package] Compiling slog-bunyan v2.5.0
32112026-09-03T17:39:56.670Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32122026-09-03T17:39:56.777Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32132026-09-03T17:39:56.825Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32142026-09-03T17:39:56.957Z[ host-package] Compiling serde_spanned v1.1.1
32152026-09-03T17:39:57.116Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
32162026-09-03T17:39:57.183Z[ host-package] Compiling multer v3.1.0
32172026-09-03T17:39:57.304Z[ host-package] Compiling tough v0.22.0
32182026-09-03T17:39:57.389Z[ host-package] Compiling progenitor-client v0.14.0
32192026-09-03T17:39:57.389Z[ host-package] Compiling async-compression v0.4.41
32202026-09-03T17:39:57.487Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32212026-09-03T17:39:57.496Z[ host-package] Compiling sha1 v0.11.0
32222026-09-03T17:39:57.885Z[ host-package] Compiling rustls-pemfile v2.2.0
32232026-09-03T17:39:57.966Z[ host-package] Compiling serde_path_to_error v0.1.20
32242026-09-03T17:39:58.000Z[ host-package] Compiling hostname v0.4.2
32252026-09-03T17:39:58.050Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32262026-09-03T17:39:58.200Z[ host-package] Compiling atomicwrites v0.4.4
32272026-09-03T17:39:58.234Z[ host-package] Compiling macaddr v1.0.1
32282026-09-03T17:39:58.239Z[ host-package] Compiling instant v0.1.13
32292026-09-03T17:39:58.239Z[ host-package] Compiling oxide-generation v0.1.3
32302026-09-03T17:39:58.309Z[ host-package] Compiling regress v0.10.5
32312026-09-03T17:39:58.336Z[ host-package] Compiling dropshot v0.17.1
32322026-09-03T17:39:58.418Z[ host-package] Compiling backoff v0.4.0
32332026-09-03T17:39:58.464Z[ host-package] Compiling progenitor-extras v0.2.0
32342026-09-03T17:39:58.520Z[ host-package] Compiling parse-display v0.10.0
32352026-09-03T17:39:58.566Z[ host-package] Compiling half v2.7.1
32362026-09-03T17:39:58.668Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32372026-09-03T17:39:58.795Z[ host-package] Compiling heck v0.5.0
32382026-09-03T17:39:58.886Z[ host-package] Compiling regress v0.11.1
32392026-09-03T17:39:58.979Z[ host-package] Compiling ciborium-ll v0.2.2
32402026-09-03T17:39:59.036Z[ host-package] Compiling secrecy v0.10.3
32412026-09-03T17:39:59.078Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32422026-09-03T17:39:59.180Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32432026-09-03T17:39:59.234Z[ helios-setup] Sep 03 17:39:58.568 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s
32442026-09-03T17:39:59.241Z[ host-package] Compiling ciborium v0.2.2
32452026-09-03T17:39:59.250Z[ helios-setup] Sep 03 17:39:58.593 INFO building project "image-builder" ok (14 seconds)
32462026-09-03T17:39:59.250Z[ helios-setup] Sep 03 17:39:58.593 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32472026-09-03T17:39:59.260Z[ helios-setup] Sep 03 17:39:58.602 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
32482026-09-03T17:39:59.260Z[ helios-setup] Sep 03 17:39:58.602 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32492026-09-03T17:39:59.260Z[ helios-setup] Sep 03 17:39:58.602 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32502026-09-03T17:39:59.283Z[ host-package] Compiling inout v0.1.4
32512026-09-03T17:39:59.343Z[ host-package] Compiling universal-hash v0.5.1
32522026-09-03T17:39:59.435Z[ helios-setup] Sep 03 17:39:58.779 INFO E| Downloading crates ...
32532026-09-03T17:39:59.481Z[ helios-setup] Sep 03 17:39:58.824 INFO E| Downloaded adler2 v2.0.0
32542026-09-03T17:39:59.496Z[ helios-setup] Sep 03 17:39:58.837 INFO E| Downloaded miniz_oxide v0.8.8
32552026-09-03T17:39:59.509Z[ host-package] Compiling cipher v0.4.4
32562026-09-03T17:39:59.536Z[ helios-setup] Sep 03 17:39:58.877 INFO E| Compiling adler2 v2.0.0
32572026-09-03T17:39:59.541Z[ host-package] Compiling unsafe-libyaml v0.2.11
32582026-09-03T17:39:59.571Z[ host-package] Compiling poly1305 v0.8.0
32592026-09-03T17:39:59.626Z[ host-package] Compiling blake2 v0.10.6
32602026-09-03T17:39:59.630Z[ helios-setup] Sep 03 17:39:58.973 INFO E| Compiling miniz_oxide v0.8.8
32612026-09-03T17:39:59.824Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32622026-09-03T17:39:59.955Z[ host-package] Compiling chacha20 v0.9.1
32632026-09-03T17:40:00.033Z[ host-package] Compiling aead v0.5.2
32642026-09-03T17:40:00.158Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
32652026-09-03T17:40:00.224Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32662026-09-03T17:40:00.266Z[ host-package] Compiling password-hash v0.5.0
32672026-09-03T17:40:00.290Z[ host-package] Compiling chacha20poly1305 v0.10.1
32682026-09-03T17:40:00.294Z[ host-package] Compiling vsss-rs v3.3.4
32692026-09-03T17:40:00.373Z[ host-package] Compiling camino-tempfile v1.4.1
32702026-09-03T17:40:00.443Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32712026-09-03T17:40:00.443Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32722026-09-03T17:40:00.495Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32732026-09-03T17:40:00.557Z[ host-package] Compiling typify-impl v0.6.2
32742026-09-03T17:40:00.661Z[ helios-setup] Sep 03 17:40:00.004 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32752026-09-03T17:40:00.781Z[ host-package] Compiling argon2 v0.5.3
32762026-09-03T17:40:00.810Z[ host-package] Compiling heapless v0.8.0
32772026-09-03T17:40:00.857Z[ host-package] Compiling ingot-types v0.2.0
32782026-09-03T17:40:01.040Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32792026-09-03T17:40:01.123Z[ helios-setup] Sep 03 17:40:00.466 INFO E| Finished `release` profile [optimized] target(s) in 1.85s
32802026-09-03T17:40:01.133Z[ helios-setup] Sep 03 17:40:00.476 INFO building project "pinprick" ok (1 seconds)
32812026-09-03T17:40:01.133Z[ helios-setup] Sep 03 17:40:00.476 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32822026-09-03T17:40:01.170Z[ helios-setup] Sep 03 17:40:00.514 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32832026-09-03T17:40:01.170Z[ helios-setup] Sep 03 17:40:00.514 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32842026-09-03T17:40:01.170Z[ helios-setup] Sep 03 17:40:00.514 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32852026-09-03T17:40:01.174Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32862026-09-03T17:40:01.340Z[ helios-setup] Sep 03 17:40:00.684 INFO E| Updating crates.io index
32872026-09-03T17:40:01.343Z[ helios-setup] Sep 03 17:40:00.684 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32882026-09-03T17:40:01.371Z[ host-package] Compiling cobs v0.3.0
32892026-09-03T17:40:01.398Z[ host-package] Compiling smoltcp v0.11.0
32902026-09-03T17:40:01.494Z[ host-package] Compiling ingot v0.2.1
32912026-09-03T17:40:01.531Z[ host-package] Compiling postcard v1.1.3
32922026-09-03T17:40:01.554Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32932026-09-03T17:40:01.580Z[ host-package] Compiling cstr-argument v0.1.2
32942026-09-03T17:40:01.618Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32952026-09-03T17:40:01.780Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32962026-09-03T17:40:01.784Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32972026-09-03T17:40:01.824Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32982026-09-03T17:40:01.964Z[ helios-setup] Sep 03 17:40:01.308 INFO E| From https://github.com/oxidecomputer/amd-apcb
32992026-09-03T17:40:01.964Z[ helios-setup] Sep 03 17:40:01.308 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33002026-09-03T17:40:01.969Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33012026-09-03T17:40:01.979Z[ helios-setup] Sep 03 17:40:01.323 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33022026-09-03T17:40:02.001Z[ host-package] Compiling rand v0.10.1
33032026-09-03T17:40:02.117Z[ host-package] Compiling sigpipe v0.1.3
33042026-09-03T17:40:02.177Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33052026-09-03T17:40:02.241Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33062026-09-03T17:40:02.379Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33072026-09-03T17:40:02.472Z[ helios-setup] Sep 03 17:40:01.816 INFO E| From https://github.com/oxidecomputer/amd-efs
33082026-09-03T17:40:02.473Z[ helios-setup] Sep 03 17:40:01.816 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33092026-09-03T17:40:02.627Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33102026-09-03T17:40:02.663Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33112026-09-03T17:40:02.702Z[ helios-setup] Sep 03 17:40:02.046 INFO E| Downloading crates ...
33122026-09-03T17:40:02.751Z[ helios-setup] Sep 03 17:40:02.095 INFO E| Downloaded dyn-clone v1.0.19
33132026-09-03T17:40:02.767Z[ helios-setup] Sep 03 17:40:02.111 INFO E| Downloaded parse_int v0.9.0
33142026-09-03T17:40:02.771Z[ helios-setup] Sep 03 17:40:02.112 INFO E| Downloaded strsim v0.8.0
33152026-09-03T17:40:02.771Z[ helios-setup] Sep 03 17:40:02.113 INFO E| Downloaded unic-char-range v0.9.0
33162026-09-03T17:40:02.771Z[ helios-setup] Sep 03 17:40:02.114 INFO E| Downloaded unic-common v0.9.0
33172026-09-03T17:40:02.771Z[ helios-setup] Sep 03 17:40:02.114 INFO E| Downloaded unic-ucd-ident v0.9.0
33182026-09-03T17:40:02.776Z[ helios-setup] Sep 03 17:40:02.120 INFO E| Downloaded unic-char-property v0.9.0
33192026-09-03T17:40:02.780Z[ helios-setup] Sep 03 17:40:02.124 INFO E| Downloaded heck v0.3.3
33202026-09-03T17:40:02.783Z[ helios-setup] Sep 03 17:40:02.125 INFO E| Downloaded strum v0.27.1
33212026-09-03T17:40:02.783Z[ helios-setup] Sep 03 17:40:02.125 INFO E| Downloaded unic-ucd-version v0.9.0
33222026-09-03T17:40:02.783Z[ helios-setup] Sep 03 17:40:02.126 INFO E| Downloaded four-cc v0.4.0
33232026-09-03T17:40:02.787Z[ helios-setup] Sep 03 17:40:02.129 INFO E| Downloaded structopt-derive v0.4.18
33242026-09-03T17:40:02.787Z[ helios-setup] Sep 03 17:40:02.130 INFO E| Downloaded textwrap v0.11.0
33252026-09-03T17:40:02.793Z[ helios-setup] Sep 03 17:40:02.137 INFO E| Downloaded fletcher v1.0.0
33262026-09-03T17:40:02.796Z[ helios-setup] Sep 03 17:40:02.138 INFO E| Downloaded ansi_term v0.12.1
33272026-09-03T17:40:02.796Z[ helios-setup] Sep 03 17:40:02.139 INFO E| Downloaded modular-bitfield-impl v0.11.2
33282026-09-03T17:40:02.799Z[ helios-setup] Sep 03 17:40:02.142 INFO E| Downloaded vec_map v0.8.2
33292026-09-03T17:40:02.800Z[ helios-setup] Sep 03 17:40:02.143 INFO E| Downloaded bytesize v2.0.1
33302026-09-03T17:40:02.805Z[ helios-setup] Sep 03 17:40:02.144 INFO E| Downloaded strum_macros v0.27.1
33312026-09-03T17:40:02.805Z[ helios-setup] Sep 03 17:40:02.146 INFO E| Downloaded rustversion v1.0.20
33322026-09-03T17:40:02.808Z[ helios-setup] Sep 03 17:40:02.151 INFO E| Downloaded modular-bitfield-impl v0.13.1
33332026-09-03T17:40:02.808Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33342026-09-03T17:40:02.812Z[ helios-setup] Sep 03 17:40:02.154 INFO E| Downloaded pest_generator v2.8.0
33352026-09-03T17:40:02.816Z[ helios-setup] Sep 03 17:40:02.157 INFO E| Downloaded log v0.4.27
33362026-09-03T17:40:02.820Z[ helios-setup] Sep 03 17:40:02.162 INFO E| Downloaded pest_derive v2.8.0
33372026-09-03T17:40:02.824Z[ helios-setup] Sep 03 17:40:02.165 INFO E| Downloaded modular-bitfield v0.13.1
33382026-09-03T17:40:02.827Z[ helios-setup] Sep 03 17:40:02.170 INFO E| Downloaded pest_meta v2.8.0
33392026-09-03T17:40:02.831Z[ helios-setup] Sep 03 17:40:02.171 INFO E| Downloaded modular-bitfield v0.11.2
33402026-09-03T17:40:02.837Z[ helios-setup] Sep 03 17:40:02.178 INFO E| Downloaded structopt v0.3.26
33412026-09-03T17:40:02.837Z[ host-package] Compiling memmap v0.7.0
33422026-09-03T17:40:02.841Z[ helios-setup] Sep 03 17:40:02.182 INFO E| Downloaded typenum v1.18.0
33432026-09-03T17:40:02.841Z[ helios-setup] Sep 03 17:40:02.185 INFO E| Downloaded zerocopy v0.8.25
33442026-09-03T17:40:02.857Z[ helios-setup] Sep 03 17:40:02.200 INFO E| Downloaded zerocopy-derive v0.8.25
33452026-09-03T17:40:02.862Z[ helios-setup] Sep 03 17:40:02.204 INFO E| Downloaded pest v2.8.0
33462026-09-03T17:40:02.866Z[ helios-setup] Sep 03 17:40:02.207 INFO E| Downloaded clap v2.34.0
33472026-09-03T17:40:02.869Z[ helios-setup] Sep 03 17:40:02.211 INFO E| Downloaded goblin v0.9.3
33482026-09-03T17:40:02.923Z[ helios-setup] Sep 03 17:40:02.266 INFO E| Compiling proc-macro2 v1.0.95
33492026-09-03T17:40:02.923Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling unicode-ident v1.0.18
33502026-09-03T17:40:02.923Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling memchr v2.7.4
33512026-09-03T17:40:02.923Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling autocfg v1.4.0
33522026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling thiserror v2.0.12
33532026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling syn v1.0.109
33542026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling serde v1.0.219
33552026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling version_check v0.9.5
33562026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling serde_json v1.0.140
33572026-09-03T17:40:02.927Z[ helios-setup] Sep 03 17:40:02.267 INFO E| Compiling itoa v1.0.15
33582026-09-03T17:40:02.956Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling schemars v0.8.22
33592026-09-03T17:40:02.956Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling ryu v1.0.20
33602026-09-03T17:40:02.956Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling static_assertions v1.1.0
33612026-09-03T17:40:02.960Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling zerocopy v0.8.25
33622026-09-03T17:40:02.960Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling ucd-trie v0.1.7
33632026-09-03T17:40:02.960Z[ helios-setup] Sep 03 17:40:02.299 INFO E| Compiling dyn-clone v1.0.19
33642026-09-03T17:40:03.051Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33652026-09-03T17:40:03.088Z[ host-package] Compiling usdt v0.5.0
33662026-09-03T17:40:03.139Z[ host-package] Compiling zone v0.3.1
33672026-09-03T17:40:03.402Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33682026-09-03T17:40:03.540Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33692026-09-03T17:40:03.657Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33702026-09-03T17:40:03.700Z[ helios-setup] Sep 03 17:40:03.043 INFO E| Compiling libc v0.2.172
33712026-09-03T17:40:03.705Z[ helios-setup] Sep 03 17:40:03.044 INFO E| Compiling paste v1.0.15
33722026-09-03T17:40:03.751Z[ helios-setup] Sep 03 17:40:03.057 INFO E| Compiling num-traits v0.2.19
33732026-09-03T17:40:03.751Z[ helios-setup] Sep 03 17:40:03.057 INFO E| Compiling memoffset v0.9.1
33742026-09-03T17:40:03.762Z[ helios-setup] Sep 03 17:40:03.062 INFO E| Compiling rustversion v1.0.20
33752026-09-03T17:40:03.762Z[ helios-setup] Sep 03 17:40:03.062 INFO E| Compiling once_cell v1.21.3
33762026-09-03T17:40:03.901Z[ helios-setup] Sep 03 17:40:03.244 INFO E| Compiling heck v0.5.0
33772026-09-03T17:40:03.952Z[ helios-setup] Sep 03 17:40:03.295 INFO E| Compiling unicode-width v0.1.14
33782026-09-03T17:40:03.957Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33792026-09-03T17:40:03.973Z[ helios-setup] Sep 03 17:40:03.314 INFO E| Compiling unicode-segmentation v1.12.0
33802026-09-03T17:40:04.015Z[ helios-setup] Sep 03 17:40:03.357 INFO E| Compiling ansi_term v0.12.1
33812026-09-03T17:40:04.061Z[ host-package] Compiling derive-where v1.6.0
33822026-09-03T17:40:04.131Z[ host-package] Compiling bytecount v0.6.9
33832026-09-03T17:40:04.135Z[ helios-setup] Sep 03 17:40:03.479 INFO E| Compiling byteorder v1.5.0
33842026-09-03T17:40:04.165Z[ helios-setup] Sep 03 17:40:03.509 INFO E| Compiling strum v0.27.1
33852026-09-03T17:40:04.278Z[ helios-setup] Sep 03 17:40:03.622 INFO E| Compiling bitflags v1.3.2
33862026-09-03T17:40:04.309Z[ host-package] Compiling toml v0.8.23
33872026-09-03T17:40:04.376Z[ helios-setup] Sep 03 17:40:03.720 INFO E| Compiling unic-char-range v0.9.0
33882026-09-03T17:40:04.396Z[ helios-setup] Sep 03 17:40:03.740 INFO E| Compiling proc-macro-error-attr v1.0.4
33892026-09-03T17:40:04.451Z[ host-package] Compiling tokio-dtrace v0.1.1
33902026-09-03T17:40:04.489Z[ helios-setup] Sep 03 17:40:03.825 INFO E| Compiling proc-macro-error v1.0.4
33912026-09-03T17:40:04.542Z[ helios-setup] Sep 03 17:40:03.885 INFO E| Compiling heck v0.3.3
33922026-09-03T17:40:04.564Z[ helios-setup] Sep 03 17:40:03.908 INFO E| Compiling textwrap v0.11.0
33932026-09-03T17:40:04.575Z[ helios-setup] Sep 03 17:40:03.918 INFO E| Compiling unic-common v0.9.0
33942026-09-03T17:40:04.685Z[ helios-setup] Sep 03 17:40:04.029 INFO E| Compiling quote v1.0.40
33952026-09-03T17:40:04.691Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33962026-09-03T17:40:04.695Z[ host-package] Compiling typify-macro v0.6.2
33972026-09-03T17:40:04.709Z[ helios-setup] Sep 03 17:40:04.053 INFO E| Compiling fletcher v1.0.0
33982026-09-03T17:40:04.735Z[ helios-setup] Sep 03 17:40:04.078 INFO E| Compiling vec_map v0.8.2
33992026-09-03T17:40:04.751Z[ helios-setup] Sep 03 17:40:04.094 INFO E| Compiling strsim v0.8.0
34002026-09-03T17:40:04.751Z[ helios-setup] Sep 03 17:40:04.094 INFO E| Compiling unic-ucd-version v0.9.0
34012026-09-03T17:40:04.819Z[ helios-setup] Sep 03 17:40:04.163 INFO E| Compiling unic-char-property v0.9.0
34022026-09-03T17:40:04.857Z[ helios-setup] Sep 03 17:40:04.193 INFO E| Compiling log v0.4.27
34032026-09-03T17:40:04.884Z[ helios-setup] Sep 03 17:40:04.228 INFO E| Compiling plain v0.2.3
34042026-09-03T17:40:04.910Z[ helios-setup] Sep 03 17:40:04.254 INFO E| Compiling lazy_static v1.5.0
34052026-09-03T17:40:04.946Z[ helios-setup] Sep 03 17:40:04.290 INFO E| Compiling unic-ucd-ident v0.9.0
34062026-09-03T17:40:04.986Z[ helios-setup] Sep 03 17:40:04.330 INFO E| Compiling bytesize v2.0.1
34072026-09-03T17:40:05.053Z[ helios-setup] Sep 03 17:40:04.397 INFO E| Compiling syn v2.0.101
34082026-09-03T17:40:05.152Z[ helios-setup] Sep 03 17:40:04.496 INFO E| Compiling atty v0.2.14
34092026-09-03T17:40:05.246Z[ helios-setup] Sep 03 17:40:04.590 INFO E| Compiling clap v2.34.0
34102026-09-03T17:40:05.343Z[ helios-setup] Sep 03 17:40:04.687 INFO E| Compiling parse_int v0.9.0
34112026-09-03T17:40:05.348Z[ host-package] Compiling oxide-tokio-rt v0.1.4
34122026-09-03T17:40:05.445Z[ host-package] Compiling prettyplease v0.2.37
34132026-09-03T17:40:05.547Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34142026-09-03T17:40:05.547Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34152026-09-03T17:40:05.555Z[ host-package] Compiling newline-converter v0.3.0
34162026-09-03T17:40:05.660Z[ host-package] Compiling gethostname v0.5.0
34172026-09-03T17:40:05.821Z[ host-package] Compiling console v0.15.11
34182026-09-03T17:40:05.913Z[ host-package] Compiling slog-dtrace v0.3.0
34192026-09-03T17:40:05.917Z[ host-package] Compiling cancel-safe-futures v0.1.5
34202026-09-03T17:40:06.092Z[ host-package] Compiling num-rational v0.4.2
34212026-09-03T17:40:06.123Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34222026-09-03T17:40:06.123Z[ host-package] Compiling oxide-update-engine-types v0.1.2
34232026-09-03T17:40:06.213Z[ host-package] Compiling num-complex v0.4.6
34242026-09-03T17:40:06.396Z[ host-package] Compiling expectorate v1.2.0
34252026-09-03T17:40:06.481Z[ host-package] Compiling compression-core v0.4.31
34262026-09-03T17:40:06.672Z[ host-package] Compiling match_cfg v0.1.0
34272026-09-03T17:40:06.742Z[ host-package] Compiling resolv-conf v0.7.6
34282026-09-03T17:40:06.746Z[ host-package] Compiling typify v0.6.2
34292026-09-03T17:40:06.919Z[ host-package] Compiling num v0.4.3
34302026-09-03T17:40:07.059Z[ host-package] Compiling progenitor-impl v0.14.0
34312026-09-03T17:40:07.085Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34322026-09-03T17:40:07.355Z[ host-package] Compiling crossbeam-channel v0.5.15
34332026-09-03T17:40:07.449Z[ host-package] Compiling term v1.2.1
34342026-09-03T17:40:07.521Z[ host-package] Compiling float-ord v0.3.2
34352026-09-03T17:40:07.554Z[ helios-setup] Sep 03 17:40:06.898 INFO E| Compiling serde_derive_internals v0.29.1
34362026-09-03T17:40:07.873Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34372026-09-03T17:40:07.892Z[ helios-setup] Sep 03 17:40:07.235 INFO E| Compiling modular-bitfield-impl v0.11.2
34382026-09-03T17:40:07.892Z[ helios-setup] Sep 03 17:40:07.235 INFO E| Compiling structopt-derive v0.4.18
34392026-09-03T17:40:08.055Z[ host-package] Compiling take_mut v0.2.2
34402026-09-03T17:40:08.170Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
34412026-09-03T17:40:08.241Z[ host-package] Compiling linear-map v1.2.0
34422026-09-03T17:40:08.335Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34432026-09-03T17:40:08.398Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling thiserror-impl v2.0.12
34442026-09-03T17:40:08.398Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling serde_derive v1.0.219
34452026-09-03T17:40:08.402Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling zerocopy-derive v0.8.25
34462026-09-03T17:40:08.402Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling modular-bitfield-impl v0.13.1
34472026-09-03T17:40:08.402Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling num-derive v0.4.2
34482026-09-03T17:40:08.402Z[ helios-setup] Sep 03 17:40:07.742 INFO E| Compiling scroll_derive v0.12.1
34492026-09-03T17:40:08.402Z[ helios-setup] Sep 03 17:40:07.743 INFO E| Compiling strum_macros v0.27.1
34502026-09-03T17:40:08.612Z[ host-package] Compiling oxide-update-engine v0.1.2
34512026-09-03T17:40:08.783Z[ helios-setup] Sep 03 17:40:08.125 INFO E| Compiling schemars_derive v0.8.22
34522026-09-03T17:40:09.364Z[ helios-setup] Sep 03 17:40:08.707 INFO E| Compiling modular-bitfield v0.11.2
34532026-09-03T17:40:09.375Z[ helios-setup] Sep 03 17:40:08.718 INFO E| Compiling structopt v0.3.26
34542026-09-03T17:40:09.458Z[ helios-setup] Sep 03 17:40:08.802 INFO E| Compiling scroll v0.12.0
34552026-09-03T17:40:09.806Z[ helios-setup] Sep 03 17:40:09.146 INFO E| Compiling goblin v0.9.3
34562026-09-03T17:40:09.810Z[ host-package] Compiling async-stream v0.3.6
34572026-09-03T17:40:09.941Z[ host-package] Compiling progenitor-macro v0.14.0
34582026-09-03T17:40:10.178Z[ helios-setup] Sep 03 17:40:09.521 INFO E| Compiling pest v2.8.0
34592026-09-03T17:40:10.226Z[ host-package] Compiling waitgroup v0.1.2
34602026-09-03T17:40:10.244Z[ host-package] Compiling backon v1.6.0
34612026-09-03T17:40:10.342Z[ helios-setup] Sep 03 17:40:09.684 INFO E| Compiling modular-bitfield v0.13.1
34622026-09-03T17:40:10.721Z[ host-package] Compiling minimal-lexical v0.2.1
34632026-09-03T17:40:10.751Z[ host-package] Compiling debug-ignore v1.0.5
34642026-09-03T17:40:10.755Z[ host-package] Compiling linked-hash-map v0.5.6
34652026-09-03T17:40:11.133Z[ host-package] Compiling lru-cache v0.1.2
34662026-09-03T17:40:11.204Z[ host-package] Compiling nom v7.1.3
34672026-09-03T17:40:11.343Z[ helios-setup] Sep 03 17:40:10.687 INFO E| Compiling pest_meta v2.8.0
34682026-09-03T17:40:11.348Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34692026-09-03T17:40:11.690Z[ host-package] Compiling itertools v0.14.0
34702026-09-03T17:40:11.853Z[ host-package] Compiling unicode-xid v0.2.6
34712026-09-03T17:40:11.856Z[ host-package] Compiling humantime v2.3.0
34722026-09-03T17:40:11.925Z[ helios-setup] Sep 03 17:40:11.268 INFO E| Compiling pest_generator v2.8.0
34732026-09-03T17:40:12.224Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34742026-09-03T17:40:12.280Z[ host-package] Compiling hickory-proto v0.24.4
34752026-09-03T17:40:12.417Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34762026-09-03T17:40:12.613Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34772026-09-03T17:40:12.617Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34782026-09-03T17:40:12.805Z[ helios-setup] Sep 03 17:40:12.147 INFO E| Compiling pest_derive v2.8.0
34792026-09-03T17:40:12.999Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34802026-09-03T17:40:13.127Z[ host-package] Compiling papergrid v0.11.0
34812026-09-03T17:40:13.463Z[ host-package] Compiling tabled_derive v0.7.0
34822026-09-03T17:40:13.586Z[ host-package] Compiling termtree v0.5.1
34832026-09-03T17:40:13.775Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34842026-09-03T17:40:13.878Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34852026-09-03T17:40:14.043Z[ host-package] Compiling crossterm v0.29.0
34862026-09-03T17:40:14.233Z[ host-package] Compiling phf_shared v0.12.1
34872026-09-03T17:40:14.282Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34882026-09-03T17:40:14.308Z[ helios-setup] Sep 03 17:40:13.651 INFO E| Compiling json5 v0.4.1
34892026-09-03T17:40:14.343Z[ host-package] Compiling vte v0.14.1
34902026-09-03T17:40:14.461Z[ host-package] Compiling tabled v0.15.0
34912026-09-03T17:40:14.546Z[ host-package] Compiling csv-core v0.1.13
34922026-09-03T17:40:14.787Z[ host-package] Compiling progenitor v0.14.0
34932026-09-03T17:40:14.938Z[ host-package] Compiling highway v1.3.0
34942026-09-03T17:40:14.976Z[ host-package] Compiling chrono-tz v0.10.4
34952026-09-03T17:40:14.980Z[ host-package] Compiling csv v1.4.0
34962026-09-03T17:40:15.105Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34972026-09-03T17:40:15.316Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34982026-09-03T17:40:15.434Z[ host-package] Compiling hickory-resolver v0.24.4
34992026-09-03T17:40:15.466Z[ host-package] Compiling strip-ansi-escapes v0.2.1
35002026-09-03T17:40:15.620Z[ host-package] Compiling phf v0.12.1
35012026-09-03T17:40:15.887Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35022026-09-03T17:40:15.914Z[ host-package] Compiling const_format_proc_macros v0.2.34
35032026-09-03T17:40:15.919Z[ helios-setup] Sep 03 17:40:15.263 INFO E| Compiling four-cc v0.4.0
35042026-09-03T17:40:15.919Z[ helios-setup] Sep 03 17:40:15.263 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35052026-09-03T17:40:15.963Z[ host-package] Compiling fd-lock v4.0.4
35062026-09-03T17:40:16.008Z[ host-package] Compiling peg-macros v0.8.5
35072026-09-03T17:40:16.041Z[ helios-setup] Sep 03 17:40:15.384 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35082026-09-03T17:40:16.421Z[ host-package] Compiling nu-ansi-term v0.50.3
35092026-09-03T17:40:16.668Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35102026-09-03T17:40:16.769Z[ host-package] Compiling qorb v0.4.1
35112026-09-03T17:40:16.946Z[ host-package] Compiling reedline v0.40.0
35122026-09-03T17:40:16.971Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35132026-09-03T17:40:16.971Z[ host-package] Compiling bcs v0.1.6
35142026-09-03T17:40:17.050Z[ host-package] Compiling const_format v0.2.35
35152026-09-03T17:40:17.504Z[ host-package] Compiling nom v8.0.0
35162026-09-03T17:40:17.576Z[ host-package] Compiling peg v0.8.5
35172026-09-03T17:40:17.693Z[ host-package] Compiling semver v0.1.20
35182026-09-03T17:40:17.757Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35192026-09-03T17:40:17.782Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35202026-09-03T17:40:18.035Z[ host-package] Compiling rustc_version v0.1.7
35212026-09-03T17:40:18.126Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35222026-09-03T17:40:18.266Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35232026-09-03T17:40:18.380Z[ host-package] Compiling newtype_derive v0.1.6
35242026-09-03T17:40:18.678Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
35252026-09-03T17:40:18.791Z[ host-package] Compiling sha1 v0.10.6
35262026-09-03T17:40:18.830Z[ host-package] Compiling steno v0.4.1
35272026-09-03T17:40:18.951Z[ host-package] Compiling utf-8 v0.7.6
35282026-09-03T17:40:19.147Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35292026-09-03T17:40:19.169Z[ host-package] Compiling tagptr v0.2.0
35302026-09-03T17:40:19.174Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35312026-09-03T17:40:19.219Z[ host-package] Compiling tungstenite v0.21.0
35322026-09-03T17:40:19.268Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35332026-09-03T17:40:19.331Z[ host-package] Compiling darling_core v0.21.3
35342026-09-03T17:40:19.421Z[ host-package] Compiling moka v0.12.13
35352026-09-03T17:40:19.448Z[ host-package] Compiling display-error-chain v0.2.2
35362026-09-03T17:40:19.494Z[ host-package] Compiling vergen-lib v0.1.6
35372026-09-03T17:40:19.498Z[ host-package] Compiling diesel_derives v2.3.7
35382026-09-03T17:40:19.631Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35392026-09-03T17:40:19.744Z[ host-package] Compiling vergen-gitcl v1.0.8
35402026-09-03T17:40:19.820Z[ host-package] Compiling tokio-tungstenite v0.21.0
35412026-09-03T17:40:19.911Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35422026-09-03T17:40:20.026Z[ host-package] Compiling dirs-sys-next v0.1.2
35432026-09-03T17:40:20.095Z[ host-package] Compiling crunchy v0.2.4
35442026-09-03T17:40:20.188Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35452026-09-03T17:40:20.294Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35462026-09-03T17:40:20.349Z[ host-package] Compiling maplit v1.0.2
35472026-09-03T17:40:20.412Z[ host-package] Compiling glob v0.3.3
35482026-09-03T17:40:20.559Z[ host-package] Compiling hickory-resolver v0.25.2
35492026-09-03T17:40:20.588Z[ host-package] Compiling dirs-next v2.0.0
35502026-09-03T17:40:20.700Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35512026-09-03T17:40:20.750Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35522026-09-03T17:40:20.795Z[ host-package] Compiling clang-sys v1.8.1
35532026-09-03T17:40:20.874Z[ host-package] Compiling r2d2 v0.8.10
35542026-09-03T17:40:21.094Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35552026-09-03T17:40:21.140Z[ host-package] Compiling libscf-sys v1.2.0
35562026-09-03T17:40:21.217Z[ host-package] Compiling tiny-keccak v2.0.2
35572026-09-03T17:40:21.267Z[ host-package] Compiling downcast-rs v2.0.2
35582026-09-03T17:40:21.343Z[ host-package] Compiling xshell-macros v0.2.7
35592026-09-03T17:40:21.506Z[ host-package] Compiling term v0.7.0
35602026-09-03T17:40:21.576Z[ host-package] Compiling darling_macro v0.21.3
35612026-09-03T17:40:21.753Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35622026-09-03T17:40:21.781Z[ host-package] Compiling papergrid v0.18.0
35632026-09-03T17:40:21.817Z[ host-package] Compiling xshell v0.2.7
35642026-09-03T17:40:21.971Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35652026-09-03T17:40:22.035Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35662026-09-03T17:40:22.088Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35672026-09-03T17:40:22.161Z[ host-package] Compiling darling v0.21.3
35682026-09-03T17:40:22.261Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35692026-09-03T17:40:22.410Z[ host-package] Compiling dsl_auto_type v0.2.0
35702026-09-03T17:40:22.618Z[ host-package] Compiling bit-vec v0.6.3
35712026-09-03T17:40:22.757Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35722026-09-03T17:40:22.952Z[ host-package] Compiling bit-set v0.5.3
35732026-09-03T17:40:22.993Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35742026-09-03T17:40:23.174Z[ host-package] Compiling tabled v0.21.0
35752026-09-03T17:40:23.217Z[ host-package] Compiling ascii-canvas v3.0.0
35762026-09-03T17:40:23.731Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35772026-09-03T17:40:23.907Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35782026-09-03T17:40:23.991Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35792026-09-03T17:40:24.213Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35802026-09-03T17:40:24.253Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35812026-09-03T17:40:24.256Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35822026-09-03T17:40:24.565Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35832026-09-03T17:40:24.862Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35842026-09-03T17:40:25.080Z[ host-package] Compiling itertools v0.15.0
35852026-09-03T17:40:25.341Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35862026-09-03T17:40:25.544Z[ host-package] Compiling itertools v0.10.5
35872026-09-03T17:40:25.749Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35882026-09-03T17:40:25.875Z[ host-package] Compiling ena v0.14.4
35892026-09-03T17:40:25.983Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35902026-09-03T17:40:26.038Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35912026-09-03T17:40:26.198Z[ host-package] Compiling libloading v0.8.9
35922026-09-03T17:40:26.224Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35932026-09-03T17:40:26.282Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35942026-09-03T17:40:26.478Z[ host-package] Compiling regex-syntax v0.6.29
35952026-09-03T17:40:26.682Z[ host-package] Compiling unicase v2.9.0
35962026-09-03T17:40:26.731Z[ host-package] Compiling diff v0.1.13
35972026-09-03T17:40:26.755Z[ host-package] Compiling bindgen v0.71.1
35982026-09-03T17:40:27.057Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35992026-09-03T17:40:27.167Z[ host-package] Compiling cexpr v0.6.0
36002026-09-03T17:40:27.292Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36012026-09-03T17:40:27.358Z[ host-package] Compiling rustc-hash v2.1.1
36022026-09-03T17:40:27.665Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36032026-09-03T17:40:27.733Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36042026-09-03T17:40:27.852Z[ host-package] Compiling headers-core v0.3.0
36052026-09-03T17:40:27.884Z[ host-package] Compiling libxml v0.3.3
36062026-09-03T17:40:28.003Z[ host-package] Compiling diesel v2.3.7
36072026-09-03T17:40:28.009Z[ host-package] Compiling lalrpop v0.19.12
36082026-09-03T17:40:28.030Z[ host-package] Compiling crc8 v0.1.1
36092026-09-03T17:40:28.238Z[ host-package] Compiling headers v0.4.1
36102026-09-03T17:40:28.270Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36112026-09-03T17:40:28.715Z[ host-package] Compiling strum_macros v0.24.3
36122026-09-03T17:40:28.760Z[ host-package] Compiling indoc v1.0.9
36132026-09-03T17:40:29.210Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36142026-09-03T17:40:29.321Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36152026-09-03T17:40:29.495Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36162026-09-03T17:40:29.521Z[ host-package] Compiling quick-xml v0.37.5
36172026-09-03T17:40:29.556Z[ host-package] Compiling derive_builder v0.20.2
36182026-09-03T17:40:29.885Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36192026-09-03T17:40:29.923Z[ host-package] Compiling oso-derive v0.27.3
36202026-09-03T17:40:29.927Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36212026-09-03T17:40:29.927Z[ helios-setup] Sep 03 17:40:29.267 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36222026-09-03T17:40:30.132Z[ host-package] Compiling openssl-probe v0.1.6
36232026-09-03T17:40:30.286Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36242026-09-03T17:40:30.367Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36252026-09-03T17:40:30.516Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36262026-09-03T17:40:30.606Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36272026-09-03T17:40:30.956Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36282026-09-03T17:40:31.126Z[ host-package] Compiling bb8 v0.8.6
36292026-09-03T17:40:31.270Z[ host-package] Compiling filetime v0.2.27
36302026-09-03T17:40:31.379Z[ host-package] Compiling trait-variant v0.1.2
36312026-09-03T17:40:31.500Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
36322026-09-03T17:40:31.533Z[ host-package] Compiling half v1.8.3
36332026-09-03T17:40:31.586Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36342026-09-03T17:40:31.623Z[ host-package] Compiling tar v0.4.46
36352026-09-03T17:40:31.946Z[ host-package] Compiling serde_cbor v0.11.2
36362026-09-03T17:40:32.027Z[ host-package] Compiling proc-macro-error2 v2.0.1
36372026-09-03T17:40:32.031Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36382026-09-03T17:40:32.115Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36392026-09-03T17:40:32.196Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36402026-09-03T17:40:32.277Z[ host-package] Compiling hashbrown v0.14.5
36412026-09-03T17:40:32.348Z[ host-package] Compiling rfc6979 v0.4.0
36422026-09-03T17:40:32.462Z[ host-package] Compiling salty v0.3.0
36432026-09-03T17:40:32.618Z[ host-package] Compiling ecdsa v0.16.9
36442026-09-03T17:40:32.648Z[ host-package] Compiling knus-derive v3.4.0
36452026-09-03T17:40:32.839Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-09-03T17:40:32.876Z[ host-package] Compiling primeorder v0.13.6
36472026-09-03T17:40:32.956Z[ host-package] Compiling chumsky v0.9.3
36482026-09-03T17:40:33.038Z[ host-package] Compiling nonempty v0.12.0
36492026-09-03T17:40:33.163Z[ helios-setup] Sep 03 17:40:32.507 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36502026-09-03T17:40:33.266Z[ host-package] Compiling p384 v0.13.1
36512026-09-03T17:40:33.345Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36522026-09-03T17:40:33.437Z[ host-package] Compiling samael v0.0.19
36532026-09-03T17:40:33.467Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36542026-09-03T17:40:33.735Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-09-03T17:40:34.056Z[ host-package] Compiling fxhash v0.2.1
36562026-09-03T17:40:34.242Z[ host-package] Compiling knus v3.4.0
36572026-09-03T17:40:34.326Z[ host-package] Compiling libz-sys v1.1.24
36582026-09-03T17:40:34.370Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36592026-09-03T17:40:34.427Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36602026-09-03T17:40:34.471Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36612026-09-03T17:40:34.814Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36622026-09-03T17:40:34.915Z[ host-package] Compiling kstat-rs v0.2.5
36632026-09-03T17:40:35.002Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36642026-09-03T17:40:35.155Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36652026-09-03T17:40:35.288Z[ host-package] Compiling mime_guess v2.0.5
36662026-09-03T17:40:35.360Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36672026-09-03T17:40:35.576Z[ host-package] Compiling nanorand v0.7.0
36682026-09-03T17:40:35.823Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36692026-09-03T17:40:35.926Z[ host-package] Compiling polar-core v0.27.3
36702026-09-03T17:40:36.019Z[ host-package] Compiling parking_lot_core v0.8.6
36712026-09-03T17:40:36.069Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36722026-09-03T17:40:36.375Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-09-03T17:40:36.479Z[ host-package] Compiling flume v0.11.1
36742026-09-03T17:40:36.760Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36752026-09-03T17:40:36.801Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36762026-09-03T17:40:36.918Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36772026-09-03T17:40:36.977Z[ host-package] Compiling git-stub v1.0.0
36782026-09-03T17:40:37.283Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36792026-09-03T17:40:37.378Z[ host-package] Compiling instability v0.3.11
36802026-09-03T17:40:37.479Z[ host-package] Compiling http-range v0.1.5
36812026-09-03T17:40:37.639Z[ host-package] Compiling strsim v0.10.0
36822026-09-03T17:40:37.643Z[ host-package] Compiling corncobs v0.1.4
36832026-09-03T17:40:37.800Z[ host-package] Compiling git-stub-vcs v0.1.0
36842026-09-03T17:40:37.834Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36852026-09-03T17:40:37.912Z[ host-package] Compiling darling_core v0.13.4
36862026-09-03T17:40:38.004Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36872026-09-03T17:40:38.919Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36882026-09-03T17:40:38.957Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36892026-09-03T17:40:39.034Z[ host-package] Compiling progenitor-impl v0.13.0
36902026-09-03T17:40:39.075Z[ host-package] Compiling ignore v0.4.25
36912026-09-03T17:40:39.131Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36922026-09-03T17:40:39.310Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36932026-09-03T17:40:39.476Z[ host-package] Compiling secrecy v0.8.0
36942026-09-03T17:40:40.008Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36952026-09-03T17:40:40.062Z[ host-package] Compiling anstyle-parse v0.2.7
36962026-09-03T17:40:40.327Z[ host-package] Compiling vergen-git2 v9.1.0
36972026-09-03T17:40:40.687Z[ host-package] Compiling castaway v0.2.4
36982026-09-03T17:40:40.906Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36992026-09-03T17:40:40.927Z[ host-package] Compiling indoc v2.0.7
37002026-09-03T17:40:41.310Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37012026-09-03T17:40:41.949Z[ host-package] Compiling progenitor-macro v0.13.0
37022026-09-03T17:40:42.027Z[ host-package] Compiling compact_str v0.8.1
37032026-09-03T17:40:42.307Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37042026-09-03T17:40:42.576Z[ host-package] Compiling anstream v0.6.21
37052026-09-03T17:40:42.718Z[ host-package] Compiling globwalk v0.9.1
37062026-09-03T17:40:42.855Z[ host-package] Compiling darling_macro v0.13.4
37072026-09-03T17:40:43.006Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37082026-09-03T17:40:43.445Z[ host-package] Compiling parking_lot v0.11.2
37092026-09-03T17:40:43.492Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37102026-09-03T17:40:43.516Z[ host-package] Compiling hyper-staticfile v0.10.1
37112026-09-03T17:40:43.553Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37122026-09-03T17:40:43.738Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37132026-09-03T17:40:44.062Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37142026-09-03T17:40:44.129Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37152026-09-03T17:40:44.155Z[ host-package] Compiling predicates-tree v1.0.13
37162026-09-03T17:40:44.285Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37172026-09-03T17:40:44.491Z[ helios-setup] Sep 03 17:40:43.835 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.28s
37182026-09-03T17:40:44.528Z[ helios-setup] Sep 03 17:40:43.871 INFO building project "amd-host-image-builder" ok (43 seconds)
37192026-09-03T17:40:44.528Z[ helios-setup] Sep 03 17:40:43.871 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37202026-09-03T17:40:44.586Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37212026-09-03T17:40:44.739Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
37222026-09-03T17:40:44.821Z[ host-package] Compiling progenitor-client v0.13.0
37232026-09-03T17:40:45.313Z[ host-package] Compiling unicode-truncate v1.1.0
37242026-09-03T17:40:45.392Z[ host-package] Compiling sha2 v0.11.0
37252026-09-03T17:40:45.611Z[ host-package] Compiling oso v0.27.3
37262026-09-03T17:40:45.626Z[ host-package] Compiling digest-io v0.1.0
37272026-09-03T17:40:45.832Z[ host-package] Compiling lru v0.12.5
37282026-09-03T17:40:45.905Z[ host-package] Compiling prefix-trie v0.7.0
37292026-09-03T17:40:46.114Z[ host-package] Compiling rand_seeder v0.4.0
37302026-09-03T17:40:46.247Z[ host-package] Compiling cassowary v0.3.0
37312026-09-03T17:40:46.286Z[ host-package] Compiling progenitor v0.13.0
37322026-09-03T17:40:46.471Z[ host-package] Compiling async-bb8-diesel v0.2.1
37332026-09-03T17:40:46.517Z[ host-package] Compiling diesel-dtrace v0.5.0
37342026-09-03T17:40:46.554Z[ host-package] Compiling ratatui v0.29.0
37352026-09-03T17:40:46.862Z[ host-package] Compiling hickory-server v0.25.2
37362026-09-03T17:40:46.990Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37372026-09-03T17:40:47.092Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37382026-09-03T17:40:47.318Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37392026-09-03T17:40:47.855Z[ host-package] Compiling sled v0.34.7
37402026-09-03T17:40:49.528Z[ host-package] Compiling darling v0.13.4
37412026-09-03T17:40:49.659Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37422026-09-03T17:40:50.121Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37432026-09-03T17:40:50.256Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37442026-09-03T17:40:50.285Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37452026-09-03T17:40:50.565Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37462026-09-03T17:40:50.937Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37472026-09-03T17:40:51.332Z[ host-package] Compiling serde_with_macros v1.5.2
37482026-09-03T17:40:51.723Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
37492026-09-03T17:40:51.821Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37502026-09-03T17:40:52.110Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37512026-09-03T17:40:52.211Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37522026-09-03T17:40:52.260Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37532026-09-03T17:40:52.541Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37542026-09-03T17:40:52.660Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37552026-09-03T17:40:52.827Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37562026-09-03T17:40:52.950Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37572026-09-03T17:40:53.094Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37582026-09-03T17:40:53.156Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37592026-09-03T17:40:53.194Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37602026-09-03T17:40:53.371Z[ host-package] Compiling arc-swap v1.8.2
37612026-09-03T17:40:53.417Z[ host-package] Compiling void v1.0.2
37622026-09-03T17:40:53.540Z[ host-package] Compiling lzss v0.8.2
37632026-09-03T17:40:53.691Z[ host-package] Compiling slog-scope v4.4.1
37642026-09-03T17:40:53.815Z[ host-package] Compiling serde_with v1.14.0
37652026-09-03T17:40:53.838Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37662026-09-03T17:40:53.861Z[ host-package] Compiling scuffle v0.1.0
37672026-09-03T17:40:54.125Z[ host-package] Compiling tungstenite v0.23.0
37682026-09-03T17:40:54.226Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37692026-09-03T17:40:54.251Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37702026-09-03T17:40:54.625Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-09-03T17:40:54.879Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37722026-09-03T17:40:55.120Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37732026-09-03T17:40:55.182Z[ host-package] Compiling libsw-core v0.3.2
37742026-09-03T17:40:55.396Z[ host-package] Compiling nix v0.27.1
37752026-09-03T17:40:55.419Z[ host-package] Compiling twox-hash v2.1.2
37762026-09-03T17:40:55.459Z[ host-package] Compiling serde_bytes v0.11.19
37772026-09-03T17:40:55.513Z[ host-package] Compiling atty v0.2.14
37782026-09-03T17:40:55.593Z[ host-package] Compiling libsw v3.5.0
37792026-09-03T17:40:55.734Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37802026-09-03T17:40:55.854Z[ host-package] Compiling tokio-tungstenite v0.23.1
37812026-09-03T17:40:55.857Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37822026-09-03T17:40:55.881Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37832026-09-03T17:40:55.931Z[ host-package] Compiling slog-stdlog v4.1.1
37842026-09-03T17:40:55.995Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37852026-09-03T17:40:56.253Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37862026-09-03T17:40:56.336Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37872026-09-03T17:40:56.336Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37882026-09-03T17:40:56.401Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37892026-09-03T17:40:56.543Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37902026-09-03T17:40:56.854Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37912026-09-03T17:40:57.141Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37922026-09-03T17:40:57.348Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37932026-09-03T17:40:57.383Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37942026-09-03T17:40:57.775Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37952026-09-03T17:40:57.830Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37962026-09-03T17:40:58.706Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37972026-09-03T17:40:58.874Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37982026-09-03T17:40:59.088Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37992026-09-03T17:40:59.399Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38002026-09-03T17:40:59.957Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38012026-09-03T17:41:00.120Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
38022026-09-03T17:41:01.112Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38032026-09-03T17:41:02.212Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38042026-09-03T17:41:02.679Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38052026-09-03T17:41:02.703Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38062026-09-03T17:41:03.271Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38072026-09-03T17:41:03.338Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38082026-09-03T17:41:03.457Z[ host-package] Compiling git2 v0.20.4
38092026-09-03T17:41:03.793Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38102026-09-03T17:41:03.824Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38112026-09-03T17:41:04.789Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38122026-09-03T17:41:05.606Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38132026-09-03T17:41:05.829Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38142026-09-03T17:41:05.870Z[ helios-setup] Sep 03 17:41:05.213 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')"
38152026-09-03T17:41:05.870Z[ helios-setup] Sep 03 17:41:05.213 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
38162026-09-03T17:41:05.878Z[ helios-setup] Sep 03 17:41:05.222 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
38172026-09-03T17:41:05.878Z[ helios-setup] Sep 03 17:41:05.222 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
38182026-09-03T17:41:05.882Z[ helios-setup] Sep 03 17:41:05.222 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
38192026-09-03T17:41:05.918Z[ host-package] Compiling signal-hook-tokio v0.3.1
38202026-09-03T17:41:05.994Z[ helios-setup] Sep 03 17:41:05.337 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
38212026-09-03T17:41:06.144Z[ host-package] Compiling fatfs v0.3.6
38222026-09-03T17:41:06.400Z[ helios-setup] Sep 03 17:41:05.743 INFO E| From https://github.com/jclulow/hiercmd
38232026-09-03T17:41:06.400Z[ helios-setup] Sep 03 17:41:05.744 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
38242026-09-03T17:41:06.426Z[ helios-setup] Sep 03 17:41:05.769 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
38252026-09-03T17:41:06.487Z[ host-package] Compiling yasna v0.5.2
38262026-09-03T17:41:06.661Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38272026-09-03T17:41:06.746Z[ helios-setup] Sep 03 17:41:06.090 INFO E| From https://github.com/oxidecomputer/network-interface
38282026-09-03T17:41:06.747Z[ helios-setup] Sep 03 17:41:06.090 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38292026-09-03T17:41:06.774Z[ helios-setup] Sep 03 17:41:06.117 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38302026-09-03T17:41:06.813Z[ host-package] Compiling console v0.16.2
38312026-09-03T17:41:06.837Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38322026-09-03T17:41:07.160Z[ helios-setup] Sep 03 17:41:06.504 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38332026-09-03T17:41:07.160Z[ helios-setup] Sep 03 17:41:06.504 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38342026-09-03T17:41:07.164Z[ host-package] Compiling assert_matches v1.5.0
38352026-09-03T17:41:07.178Z[ helios-setup] Sep 03 17:41:06.521 INFO E| Updating crates.io index
38362026-09-03T17:41:07.241Z[ helios-setup] Sep 03 17:41:06.584 INFO E| Downloading crates ...
38372026-09-03T17:41:07.299Z[ host-package] Compiling seq-macro v0.3.6
38382026-09-03T17:41:07.303Z[ helios-setup] Sep 03 17:41:06.643 INFO E| Downloaded anstyle-query v1.1.4
38392026-09-03T17:41:07.306Z[ helios-setup] Sep 03 17:41:06.650 INFO E| Downloaded anyhow v1.0.100
38402026-09-03T17:41:07.310Z[ helios-setup] Sep 03 17:41:06.653 INFO E| Downloaded bitfield-macros v0.19.3
38412026-09-03T17:41:07.338Z[ helios-setup] Sep 03 17:41:06.682 INFO E| Downloaded bitfield v0.19.3
38422026-09-03T17:41:07.342Z[ helios-setup] Sep 03 17:41:06.683 INFO E| Downloaded anstyle v1.0.13
38432026-09-03T17:41:07.342Z[ helios-setup] Sep 03 17:41:06.684 INFO E| Downloaded base64ct v1.8.0
38442026-09-03T17:41:07.342Z[ helios-setup] Sep 03 17:41:06.685 INFO E| Downloaded rand v0.8.5
38452026-09-03T17:41:07.345Z[ helios-setup] Sep 03 17:41:06.687 INFO E| Downloaded clap_lex v0.7.6
38462026-09-03T17:41:07.345Z[ helios-setup] Sep 03 17:41:06.688 INFO E| Downloaded chrono v0.4.42
38472026-09-03T17:41:07.349Z[ helios-setup] Sep 03 17:41:06.692 INFO E| Downloaded serde_spanned v1.0.3
38482026-09-03T17:41:07.352Z[ helios-setup] Sep 03 17:41:06.693 INFO E| Downloaded futures-io v0.3.31
38492026-09-03T17:41:07.379Z[ helios-setup] Sep 03 17:41:06.723 INFO E| Downloaded futures-task v0.3.31
38502026-09-03T17:41:07.383Z[ helios-setup] Sep 03 17:41:06.724 INFO E| Downloaded futures v0.3.31
38512026-09-03T17:41:07.396Z[ helios-setup] Sep 03 17:41:06.729 INFO E| Downloaded pin-utils v0.1.0
38522026-09-03T17:41:07.396Z[ helios-setup] Sep 03 17:41:06.730 INFO E| Downloaded devinfo v0.1.0
38532026-09-03T17:41:07.400Z[ helios-setup] Sep 03 17:41:06.731 INFO E| Downloaded libdevinfo-sys v1.1.0
38542026-09-03T17:41:07.400Z[ helios-setup] Sep 03 17:41:06.742 INFO E| Downloaded futures-sink v0.3.31
38552026-09-03T17:41:07.430Z[ helios-setup] Sep 03 17:41:06.774 INFO E| Downloaded crc v3.3.0
38562026-09-03T17:41:07.434Z[ helios-setup] Sep 03 17:41:06.775 INFO E| Downloaded simd-adler32 v0.3.7
38572026-09-03T17:41:07.438Z[ helios-setup] Sep 03 17:41:06.779 INFO E| Downloaded futures-macro v0.3.31
38582026-09-03T17:41:07.438Z[ helios-setup] Sep 03 17:41:06.780 INFO E| Downloaded time-core v0.1.6
38592026-09-03T17:41:07.438Z[ helios-setup] Sep 03 17:41:06.781 INFO E| Downloaded env_filter v0.1.4
38602026-09-03T17:41:07.438Z[ helios-setup] Sep 03 17:41:06.781 INFO E| Downloaded zeroize_derive v1.4.2
38612026-09-03T17:41:07.442Z[ helios-setup] Sep 03 17:41:06.782 INFO E| Downloaded futures-channel v0.3.31
38622026-09-03T17:41:07.442Z[ helios-setup] Sep 03 17:41:06.783 INFO E| Downloaded futures-core v0.3.31
38632026-09-03T17:41:07.442Z[ helios-setup] Sep 03 17:41:06.784 INFO E| Downloaded signal-hook-registry v1.4.6
38642026-09-03T17:41:07.442Z[ helios-setup] Sep 03 17:41:06.784 INFO E| Downloaded quote v1.0.41
38652026-09-03T17:41:07.445Z[ helios-setup] Sep 03 17:41:06.786 INFO E| Downloaded futures-executor v0.3.31
38662026-09-03T17:41:07.445Z[ helios-setup] Sep 03 17:41:06.786 INFO E| Downloaded num_enum_derive v0.7.5
38672026-09-03T17:41:07.445Z[ helios-setup] Sep 03 17:41:06.787 INFO E| Downloaded slab v0.4.11
38682026-09-03T17:41:07.469Z[ helios-setup] Sep 03 17:41:06.812 INFO E| Downloaded thiserror-impl v2.0.17
38692026-09-03T17:41:07.472Z[ helios-setup] Sep 03 17:41:06.814 INFO E| Downloaded toml_datetime v0.7.3
38702026-09-03T17:41:07.472Z[ helios-setup] Sep 03 17:41:06.815 INFO E| Downloaded deranged v0.5.5
38712026-09-03T17:41:07.472Z[ helios-setup] Sep 03 17:41:06.815 INFO E| Downloaded bitflags v2.10.0
38722026-09-03T17:41:07.476Z[ helios-setup] Sep 03 17:41:06.818 INFO E| Downloaded bytes v1.10.1
38732026-09-03T17:41:07.480Z[ helios-setup] Sep 03 17:41:06.820 INFO E| Downloaded toml_writer v1.0.4
38742026-09-03T17:41:07.480Z[ helios-setup] Sep 03 17:41:06.821 INFO E| Downloaded generic-array v0.14.9
38752026-09-03T17:41:07.481Z[ helios-setup] Sep 03 17:41:06.822 INFO E| Downloaded tokio-macros v2.6.0
38762026-09-03T17:41:07.481Z[ helios-setup] Sep 03 17:41:06.823 INFO E| Downloaded num_enum v0.7.5
38772026-09-03T17:41:07.484Z[ helios-setup] Sep 03 17:41:06.826 INFO E| Downloaded zeroize v1.8.2
38782026-09-03T17:41:07.484Z[ helios-setup] Sep 03 17:41:06.826 INFO E| Downloaded time-macros v0.2.24
38792026-09-03T17:41:07.484Z[ helios-setup] Sep 03 17:41:06.828 INFO E| Downloaded pin-project-lite v0.2.16
38802026-09-03T17:41:07.496Z[ helios-setup] Sep 03 17:41:06.839 INFO E| Downloaded getrandom v0.2.16
38812026-09-03T17:41:07.499Z[ helios-setup] Sep 03 17:41:06.841 INFO E| Downloaded term v1.2.0
38822026-09-03T17:41:07.499Z[ helios-setup] Sep 03 17:41:06.843 INFO E| Downloaded iana-time-zone v0.1.64
38832026-09-03T17:41:07.503Z[ helios-setup] Sep 03 17:41:06.845 INFO E| Downloaded toml_parser v1.0.4
38842026-09-03T17:41:07.503Z[ helios-setup] Sep 03 17:41:06.846 INFO E| Downloaded clap_derive v4.5.49
38852026-09-03T17:41:07.506Z[ helios-setup] Sep 03 17:41:06.848 INFO E| Downloaded unicode-ident v1.0.22
38862026-09-03T17:41:07.512Z[ helios-setup] Sep 03 17:41:06.856 INFO E| Downloaded getopts v0.2.24
38872026-09-03T17:41:07.530Z[ helios-setup] Sep 03 17:41:06.873 INFO E| Downloaded zerocopy v0.8.27
38882026-09-03T17:41:07.546Z[ helios-setup] Sep 03 17:41:06.889 INFO E| Downloaded clap v4.5.51
38892026-09-03T17:41:07.555Z[ host-package] Compiling indicatif v0.18.4
38902026-09-03T17:41:07.560Z[ helios-setup] Sep 03 17:41:06.899 INFO E| Downloaded env_logger v0.11.8
38912026-09-03T17:41:07.561Z[ helios-setup] Sep 03 17:41:06.900 INFO E| Downloaded thiserror v2.0.17
38922026-09-03T17:41:07.564Z[ helios-setup] Sep 03 17:41:06.904 INFO E| Downloaded log v0.4.28
38932026-09-03T17:41:07.564Z[ helios-setup] Sep 03 17:41:06.905 INFO E| Downloaded find-msvc-tools v0.1.4
38942026-09-03T17:41:07.564Z[ helios-setup] Sep 03 17:41:06.906 INFO E| Downloaded socket2 v0.6.1
38952026-09-03T17:41:07.564Z[ helios-setup] Sep 03 17:41:06.907 INFO E| Downloaded uuid v1.18.1
38962026-09-03T17:41:07.568Z[ helios-setup] Sep 03 17:41:06.909 INFO E| Downloaded toml v0.9.8
38972026-09-03T17:41:07.572Z[ helios-setup] Sep 03 17:41:06.912 INFO E| Downloaded proc-macro2 v1.0.103
38982026-09-03T17:41:07.572Z[ helios-setup] Sep 03 17:41:06.913 INFO E| Downloaded toml_edit v0.23.7
38992026-09-03T17:41:07.575Z[ helios-setup] Sep 03 17:41:06.916 INFO E| Downloaded typenum v1.19.0
39002026-09-03T17:41:07.575Z[ helios-setup] Sep 03 17:41:06.917 INFO E| Downloaded memchr v2.7.6
39012026-09-03T17:41:07.590Z[ helios-setup] Sep 03 17:41:06.934 INFO E| Downloaded flate2 v1.1.5
39022026-09-03T17:41:07.594Z[ helios-setup] Sep 03 17:41:06.937 INFO E| Downloaded rsa v0.9.8
39032026-09-03T17:41:07.597Z[ helios-setup] Sep 03 17:41:06.940 INFO E| Downloaded iddqd v0.3.14
39042026-09-03T17:41:07.601Z[ helios-setup] Sep 03 17:41:06.943 INFO E| Downloaded cc v1.2.44
39052026-09-03T17:41:07.604Z[ helios-setup] Sep 03 17:41:06.945 INFO E| Downloaded mio v1.1.0
39062026-09-03T17:41:07.607Z[ helios-setup] Sep 03 17:41:06.948 INFO E| Downloaded indexmap v2.12.0
39072026-09-03T17:41:07.637Z[ helios-setup] Sep 03 17:41:06.980 INFO E| Downloaded zerocopy-derive v0.8.27
39082026-09-03T17:41:07.641Z[ helios-setup] Sep 03 17:41:06.984 INFO E| Downloaded num-bigint-dig v0.8.4
39092026-09-03T17:41:07.645Z[ helios-setup] Sep 03 17:41:06.987 INFO E| Downloaded hashbrown v0.16.0
39102026-09-03T17:41:07.648Z[ helios-setup] Sep 03 17:41:06.992 INFO E| Downloaded libm v0.2.15
39112026-09-03T17:41:07.656Z[ helios-setup] Sep 03 17:41:06.999 INFO E| Downloaded time v0.3.44
39122026-09-03T17:41:07.660Z[ helios-setup] Sep 03 17:41:07.004 INFO E| Downloaded clap_builder v4.5.51
39132026-09-03T17:41:07.667Z[ helios-setup] Sep 03 17:41:07.009 INFO E| Downloaded futures-util v0.3.31
39142026-09-03T17:41:07.673Z[ helios-setup] Sep 03 17:41:07.015 INFO E| Downloaded serde_json v1.0.145
39152026-09-03T17:41:07.677Z[ helios-setup] Sep 03 17:41:07.019 INFO E| Downloaded winnow v0.7.13
39162026-09-03T17:41:07.702Z[ helios-setup] Sep 03 17:41:07.045 INFO E| Downloaded syn v2.0.108
39172026-09-03T17:41:07.717Z[ helios-setup] Sep 03 17:41:07.060 INFO E| Downloaded unicode-width v0.2.2
39182026-09-03T17:41:07.722Z[ helios-setup] Sep 03 17:41:07.066 INFO E| Downloaded rustix v1.1.2
39192026-09-03T17:41:07.775Z[ helios-setup] Sep 03 17:41:07.118 INFO E| Downloaded libc v0.2.177
39202026-09-03T17:41:07.791Z[ helios-setup] Sep 03 17:41:07.134 INFO E| Downloaded tokio v1.48.0
39212026-09-03T17:41:07.810Z[ host-package] Compiling rcgen v0.12.1
39222026-09-03T17:41:07.836Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39232026-09-03T17:41:07.904Z[ helios-setup] Sep 03 17:41:07.247 INFO E| Compiling proc-macro2 v1.0.103
39242026-09-03T17:41:08.030Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling quote v1.0.41
39252026-09-03T17:41:08.030Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling unicode-ident v1.0.22
39262026-09-03T17:41:08.030Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling libc v0.2.177
39272026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling serde_core v1.0.228
39282026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling cfg-if v1.0.4
39292026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling serde v1.0.228
39302026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling version_check v0.9.5
39312026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling autocfg v1.5.0
39322026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling typenum v1.19.0
39332026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling const-oid v0.9.6
39342026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling libm v0.2.15
39352026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling zerocopy v0.8.27
39362026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling rustversion v1.0.22
39372026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling zeroize v1.8.2
39382026-09-03T17:41:08.034Z[ helios-setup] Sep 03 17:41:07.374 INFO E| Compiling smallvec v1.15.1
39392026-09-03T17:41:08.153Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39402026-09-03T17:41:08.770Z[ helios-setup] Sep 03 17:41:08.113 INFO E| Compiling generic-array v0.14.9
39412026-09-03T17:41:08.859Z[ helios-setup] Sep 03 17:41:08.203 INFO E| Compiling base64ct v1.8.0
39422026-09-03T17:41:08.869Z[ helios-setup] Sep 03 17:41:08.212 INFO E| Compiling hashbrown v0.16.0
39432026-09-03T17:41:09.077Z[ helios-setup] Sep 03 17:41:08.421 INFO E| Compiling crc32fast v1.5.0
39442026-09-03T17:41:09.249Z[ helios-setup] Sep 03 17:41:08.593 INFO E| Compiling flagset v0.4.7
39452026-09-03T17:41:09.430Z[ helios-setup] Sep 03 17:41:08.773 INFO E| Compiling getrandom v0.2.16
39462026-09-03T17:41:09.579Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39472026-09-03T17:41:09.587Z[ helios-setup] Sep 03 17:41:08.927 INFO E| Compiling pem-rfc7468 v0.7.0
39482026-09-03T17:41:09.642Z[ helios-setup] Sep 03 17:41:08.985 INFO E| Compiling anyhow v1.0.100
39492026-09-03T17:41:09.684Z[ helios-setup] Sep 03 17:41:09.027 INFO E| Compiling winnow v0.7.13
39502026-09-03T17:41:09.740Z[ helios-setup] Sep 03 17:41:09.083 INFO E| Compiling num-traits v0.2.19
39512026-09-03T17:41:09.740Z[ helios-setup] Sep 03 17:41:09.084 INFO E| Compiling byteorder v1.5.0
39522026-09-03T17:41:09.776Z[ helios-setup] Sep 03 17:41:09.119 INFO E| Compiling utf8parse v0.2.2
39532026-09-03T17:41:09.818Z[ helios-setup] Sep 03 17:41:09.162 INFO E| Compiling equivalent v1.0.2
39542026-09-03T17:41:09.880Z[ helios-setup] Sep 03 17:41:09.223 INFO E| Compiling rustix v1.1.2
39552026-09-03T17:41:09.945Z[ helios-setup] Sep 03 17:41:09.289 INFO E| Compiling memchr v2.7.6
39562026-09-03T17:41:09.953Z[ helios-setup] Sep 03 17:41:09.295 INFO E| Compiling anstyle-parse v0.2.7
39572026-09-03T17:41:10.045Z[ host-package] Compiling slog-envlogger v2.2.0
39582026-09-03T17:41:10.069Z[ helios-setup] Sep 03 17:41:09.413 INFO E| Compiling indexmap v2.12.0
39592026-09-03T17:41:10.490Z[ helios-setup] Sep 03 17:41:09.834 INFO E| Compiling rand_core v0.6.4
39602026-09-03T17:41:10.570Z[ helios-setup] Sep 03 17:41:09.913 INFO E| Compiling errno v0.3.14
39612026-09-03T17:41:10.581Z[ helios-setup] Sep 03 17:41:09.924 INFO E| Compiling find-msvc-tools v0.1.4
39622026-09-03T17:41:10.708Z[ helios-setup] Sep 03 17:41:10.051 INFO E| Compiling syn v2.0.108
39632026-09-03T17:41:10.800Z[ helios-setup] Sep 03 17:41:10.143 INFO E| Compiling allocator-api2 v0.2.21
39642026-09-03T17:41:10.844Z[ helios-setup] Sep 03 17:41:10.187 INFO E| Compiling cpufeatures v0.2.17
39652026-09-03T17:41:10.876Z[ helios-setup] Sep 03 17:41:10.220 INFO E| Compiling colorchoice v1.0.4
39662026-09-03T17:41:10.924Z[ helios-setup] Sep 03 17:41:10.268 INFO E| Compiling syn v1.0.109
39672026-09-03T17:41:10.936Z[ helios-setup] Sep 03 17:41:10.275 INFO E| Compiling shlex v1.3.0
39682026-09-03T17:41:10.964Z[ helios-setup] Sep 03 17:41:10.302 INFO E| Compiling anstyle-query v1.1.4
39692026-09-03T17:41:11.022Z[ helios-setup] Sep 03 17:41:10.365 INFO E| Compiling is_terminal_polyfill v1.70.2
39702026-09-03T17:41:11.065Z[ helios-setup] Sep 03 17:41:10.377 INFO E| Compiling toml_datetime v0.7.3
39712026-09-03T17:41:11.066Z[ helios-setup] Sep 03 17:41:10.378 INFO E| Compiling anstyle v1.0.13
39722026-09-03T17:41:11.097Z[ helios-setup] Sep 03 17:41:10.440 INFO E| Compiling radium v0.7.0
39732026-09-03T17:41:11.104Z[ helios-setup] Sep 03 17:41:10.447 INFO E| Compiling slog v2.8.2
39742026-09-03T17:41:11.157Z[ helios-setup] Sep 03 17:41:10.501 INFO E| Compiling cc v1.2.44
39752026-09-03T17:41:11.380Z[ helios-setup] Sep 03 17:41:10.723 INFO E| Compiling anstream v0.6.21
39762026-09-03T17:41:11.585Z[ helios-setup] Sep 03 17:41:10.929 INFO E| Compiling block-buffer v0.10.4
39772026-09-03T17:41:11.585Z[ helios-setup] Sep 03 17:41:10.929 INFO E| Compiling crypto-common v0.1.6
39782026-09-03T17:41:11.729Z[ helios-setup] Sep 03 17:41:11.073 INFO E| Compiling digest v0.10.7
39792026-09-03T17:41:11.769Z[ helios-setup] Sep 03 17:41:11.113 INFO E| Compiling unicode-width v0.2.2
39802026-09-03T17:41:11.786Z[ helios-setup] Sep 03 17:41:11.128 INFO E| Compiling pin-project-lite v0.2.16
39812026-09-03T17:41:11.792Z[ helios-setup] Sep 03 17:41:11.136 INFO E| Compiling futures-sink v0.3.31
39822026-09-03T17:41:11.911Z[ helios-setup] Sep 03 17:41:11.254 INFO E| Compiling pkg-config v0.3.32
39832026-09-03T17:41:11.928Z[ helios-setup] Sep 03 17:41:11.271 INFO E| Compiling futures-core v0.3.31
39842026-09-03T17:41:11.975Z[ helios-setup] Sep 03 17:41:11.319 INFO E| Compiling tap v1.0.1
39852026-09-03T17:41:12.122Z[ helios-setup] Sep 03 17:41:11.465 INFO E| Compiling sha2 v0.10.9
39862026-09-03T17:41:12.201Z[ helios-setup] Sep 03 17:41:11.544 INFO E| Compiling maybe-uninit v2.0.0
39872026-09-03T17:41:12.313Z[ helios-setup] Sep 03 17:41:11.656 INFO E| Compiling parking_lot_core v0.9.12
39882026-09-03T17:41:12.334Z[ helios-setup] Sep 03 17:41:11.677 INFO E| Compiling futures-channel v0.3.31
39892026-09-03T17:41:12.647Z[ host-package] Compiling oxide-update-engine-display v0.1.2
39902026-09-03T17:41:12.651Z[ helios-setup] Sep 03 17:41:11.991 INFO E| Compiling num-integer v0.1.46
39912026-09-03T17:41:12.674Z[ helios-setup] Sep 03 17:41:12.018 INFO E| Compiling toml_parser v1.0.4
39922026-09-03T17:41:12.690Z[ helios-setup] Sep 03 17:41:12.033 INFO E| Compiling getopts v0.2.24
39932026-09-03T17:41:12.712Z[ helios-setup] Sep 03 17:41:12.055 INFO E| Compiling wyz v0.5.1
39942026-09-03T17:41:12.956Z[ helios-setup] Sep 03 17:41:12.299 INFO E| Compiling ahash v0.8.12
39952026-09-03T17:41:12.996Z[ helios-setup] Sep 03 17:41:12.339 INFO E| Compiling spin v0.9.8
39962026-09-03T17:41:13.031Z[ helios-setup] Sep 03 17:41:12.374 INFO E| Compiling pin-utils v0.1.0
39972026-09-03T17:41:13.109Z[ helios-setup] Sep 03 17:41:12.452 INFO E| Compiling getrandom v0.3.4
39982026-09-03T17:41:13.117Z[ helios-setup] Sep 03 17:41:12.461 INFO E| Compiling bytes v1.10.1
39992026-09-03T17:41:13.186Z[ helios-setup] Sep 03 17:41:12.529 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
40002026-09-03T17:41:13.226Z[ helios-setup] Sep 03 17:41:12.569 INFO E| Compiling slab v0.4.11
40012026-09-03T17:41:13.289Z[ helios-setup] Sep 03 17:41:12.632 INFO E| Compiling toml_edit v0.23.7
40022026-09-03T17:41:13.297Z[ helios-setup] Sep 03 17:41:12.640 INFO E| Compiling clap_lex v0.7.6
40032026-09-03T17:41:13.368Z[ helios-setup] Sep 03 17:41:12.711 INFO E| Compiling thiserror v1.0.69
40042026-09-03T17:41:13.542Z[ helios-setup] Sep 03 17:41:12.885 INFO E| Compiling futures-io v0.3.31
40052026-09-03T17:41:13.648Z[ helios-setup] Sep 03 17:41:12.991 INFO E| Compiling time-core v0.1.6
40062026-09-03T17:41:13.652Z[ helios-setup] Sep 03 17:41:12.991 INFO E| Compiling strsim v0.11.1
40072026-09-03T17:41:13.764Z[ helios-setup] Sep 03 17:41:13.107 INFO E| Compiling bitflags v2.10.0
40082026-09-03T17:41:13.801Z[ helios-setup] Sep 03 17:41:13.144 INFO E| Compiling heck v0.5.0
40092026-09-03T17:41:13.856Z[ helios-setup] Sep 03 17:41:13.199 INFO E| Compiling futures-task v0.3.31
40102026-09-03T17:41:13.893Z[ helios-setup] Sep 03 17:41:13.233 INFO E| Compiling num-conv v0.1.0
40112026-09-03T17:41:13.914Z[ helios-setup] Sep 03 17:41:13.258 INFO E| Compiling num-bigint-dig v0.8.4
40122026-09-03T17:41:13.939Z[ helios-setup] Sep 03 17:41:13.282 INFO E| Compiling itoa v1.0.15
40132026-09-03T17:41:13.969Z[ helios-setup] Sep 03 17:41:13.312 INFO E| Compiling scopeguard v1.2.0
40142026-09-03T17:41:14.126Z[ helios-setup] Sep 03 17:41:13.469 INFO E| Compiling powerfmt v0.2.0
40152026-09-03T17:41:14.140Z[ helios-setup] Sep 03 17:41:13.483 INFO E| Compiling funty v2.0.0
40162026-09-03T17:41:14.215Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40172026-09-03T17:41:14.255Z[ helios-setup] Sep 03 17:41:13.598 INFO E| Compiling proc-macro-crate v3.4.0
40182026-09-03T17:41:14.284Z[ helios-setup] Sep 03 17:41:13.627 INFO E| Compiling packed_struct v0.10.1
40192026-09-03T17:41:14.296Z[ helios-setup] Sep 03 17:41:13.639 INFO E| Compiling time-macros v0.2.24
40202026-09-03T17:41:14.401Z[ helios-setup] Sep 03 17:41:13.745 INFO E| Compiling deranged v0.5.5
40212026-09-03T17:41:14.562Z[ helios-setup] Sep 03 17:41:13.905 INFO E| Compiling lock_api v0.4.14
40222026-09-03T17:41:14.750Z[ helios-setup] Sep 03 17:41:14.094 INFO E| Compiling lazy_static v1.5.0
40232026-09-03T17:41:14.808Z[ helios-setup] Sep 03 17:41:14.150 INFO E| Compiling num-iter v0.1.45
40242026-09-03T17:41:14.922Z[ helios-setup] Sep 03 17:41:14.264 INFO E| Compiling bitvec v1.0.1
40252026-09-03T17:41:14.942Z[ helios-setup] Sep 03 17:41:14.285 INFO E| Compiling terminal_size v0.4.3
40262026-09-03T17:41:14.963Z[ helios-setup] Sep 03 17:41:14.306 INFO E| Compiling indexmap v1.9.3
40272026-09-03T17:41:14.971Z[ helios-setup] Sep 03 17:41:14.315 INFO E| Compiling log v0.4.28
40282026-09-03T17:41:14.980Z[ helios-setup] Sep 03 17:41:14.324 INFO E| Compiling crc-catalog v2.4.0
40292026-09-03T17:41:15.127Z[ helios-setup] Sep 03 17:41:14.470 INFO E| Compiling clap_builder v4.5.51
40302026-09-03T17:41:15.155Z[ helios-setup] Sep 03 17:41:14.497 INFO E| Compiling thiserror v2.0.17
40312026-09-03T17:41:15.376Z[ helios-setup] Sep 03 17:41:14.719 INFO E| Compiling nodrop v0.1.14
40322026-09-03T17:41:15.399Z[ helios-setup] Sep 03 17:41:14.743 INFO E| Compiling adler2 v2.0.1
40332026-09-03T17:41:15.464Z[ helios-setup] Sep 03 17:41:14.808 INFO E| Compiling once_cell v1.21.3
40342026-09-03T17:41:15.551Z[ helios-setup] Sep 03 17:41:14.895 INFO E| Compiling serde_json v1.0.145
40352026-09-03T17:41:15.730Z[ helios-setup] Sep 03 17:41:15.070 INFO E| Compiling iana-time-zone v0.1.64
40362026-09-03T17:41:15.822Z[ helios-setup] Sep 03 17:41:15.166 INFO E| Compiling simd-adler32 v0.3.7
40372026-09-03T17:41:15.851Z[ helios-setup] Sep 03 17:41:15.195 INFO E| Compiling array-init v0.0.4
40382026-09-03T17:41:16.271Z[ helios-setup] Sep 03 17:41:15.607 INFO E| Compiling miniz_oxide v0.8.9
40392026-09-03T17:41:16.293Z[ helios-setup] Sep 03 17:41:15.636 INFO E| Compiling chrono v0.4.42
40402026-09-03T17:41:16.403Z[ helios-setup] Sep 03 17:41:15.747 INFO E| Compiling env_filter v0.1.4
40412026-09-03T17:41:16.550Z[ helios-setup] Sep 03 17:41:15.893 INFO E| Compiling parking_lot v0.12.5
40422026-09-03T17:41:16.557Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40432026-09-03T17:41:16.592Z[ helios-setup] Sep 03 17:41:15.936 INFO E| Compiling crc v3.3.0
40442026-09-03T17:41:16.671Z[ helios-setup] Sep 03 17:41:16.015 INFO E| Compiling smallvec v0.6.14
40452026-09-03T17:41:16.753Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40462026-09-03T17:41:16.770Z[ helios-setup] Sep 03 17:41:16.114 INFO E| Compiling time v0.3.44
40472026-09-03T17:41:16.869Z[ helios-setup] Sep 03 17:41:16.213 INFO E| Compiling serde_spanned v1.0.3
40482026-09-03T17:41:17.398Z[ helios-setup] Sep 03 17:41:16.742 INFO E| Compiling signature v2.2.0
40492026-09-03T17:41:17.468Z[ helios-setup] Sep 03 17:41:16.812 INFO E| Compiling signal-hook-registry v1.4.6
40502026-09-03T17:41:17.501Z[ helios-setup] Sep 03 17:41:16.843 INFO E| Compiling serde_derive v1.0.228
40512026-09-03T17:41:17.750Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40522026-09-03T17:41:17.804Z[ helios-setup] Sep 03 17:41:17.148 INFO E| Compiling zerocopy-derive v0.8.27
40532026-09-03T17:41:17.812Z[ helios-setup] Sep 03 17:41:17.156 INFO E| Compiling der_derive v0.7.3
40542026-09-03T17:41:17.883Z[ helios-setup] Sep 03 17:41:17.226 INFO E| Compiling futures-macro v0.3.31
40552026-09-03T17:41:17.920Z[ helios-setup] Sep 03 17:41:17.263 INFO E| Compiling packed_struct_codegen v0.10.1
40562026-09-03T17:41:18.057Z[ helios-setup] Sep 03 17:41:17.401 INFO E| Compiling thiserror-impl v1.0.69
40572026-09-03T17:41:18.109Z[ host-package] Compiling port-file v0.1.0
40582026-09-03T17:41:18.130Z[ helios-setup] Sep 03 17:41:17.473 INFO E| Compiling clap_derive v4.5.49
40592026-09-03T17:41:18.187Z[ helios-setup] Sep 03 17:41:17.530 INFO E| Compiling bitfield-macros v0.19.3
40602026-09-03T17:41:18.549Z[ helios-setup] Sep 03 17:41:17.882 INFO E| Compiling num_enum_derive v0.7.5
40612026-09-03T17:41:18.656Z[ host-package] Compiling rtoolbox v0.0.3
40622026-09-03T17:41:18.659Z[ helios-setup] Sep 03 17:41:18.000 INFO E| Compiling zerocopy-derive v0.6.6
40632026-09-03T17:41:19.041Z[ host-package] Compiling subprocess v0.2.15
40642026-09-03T17:41:19.185Z[ helios-setup] Sep 03 17:41:18.528 INFO E| Compiling tokio-macros v2.6.0
40652026-09-03T17:41:19.257Z[ helios-setup] Sep 03 17:41:18.600 INFO E| Compiling thiserror-impl v2.0.17
40662026-09-03T17:41:19.526Z[ host-package] Compiling rpassword v7.5.4
40672026-09-03T17:41:19.733Z[ helios-setup] Sep 03 17:41:19.076 INFO E| Compiling der v0.7.10
40682026-09-03T17:41:19.911Z[ helios-setup] Sep 03 17:41:19.254 INFO E| Compiling socket2 v0.6.1
40692026-09-03T17:41:19.952Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-09-03T17:41:20.139Z[ helios-setup] Sep 03 17:41:19.482 INFO E| Compiling bitfield v0.19.3
40712026-09-03T17:41:20.235Z[ helios-setup] Sep 03 17:41:19.578 INFO E| Compiling futures-util v0.3.31
40722026-09-03T17:41:20.342Z[ helios-setup] Sep 03 17:41:19.685 INFO E| Compiling is-terminal v0.4.17
40732026-09-03T17:41:20.416Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40742026-09-03T17:41:20.739Z[ helios-setup] Sep 03 17:41:20.082 INFO E| Compiling mio v1.1.0
40752026-09-03T17:41:20.852Z[ helios-setup] Sep 03 17:41:20.195 INFO E| Compiling clap v4.5.51
40762026-09-03T17:41:20.877Z[ helios-setup] Sep 03 17:41:20.221 INFO E| Compiling thread_local v1.1.9
40772026-09-03T17:41:20.904Z[ helios-setup] Sep 03 17:41:20.247 INFO E| Compiling winnow v0.5.40
40782026-09-03T17:41:20.956Z[ helios-setup] Sep 03 17:41:20.299 INFO E| Compiling base64 v0.21.7
40792026-09-03T17:41:21.132Z[ helios-setup] Sep 03 17:41:20.476 INFO E| Compiling zerocopy v0.6.6
40802026-09-03T17:41:21.251Z[ helios-setup] Sep 03 17:41:20.594 INFO E| Compiling libdevinfo-sys v1.1.0
40812026-09-03T17:41:21.318Z[ helios-setup] Sep 03 17:41:20.661 INFO E| Compiling num_enum v0.7.5
40822026-09-03T17:41:21.400Z[ helios-setup] Sep 03 17:41:20.725 INFO E| Compiling term v1.2.0
40832026-09-03T17:41:21.450Z[ helios-setup] Sep 03 17:41:20.793 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40842026-09-03T17:41:21.458Z[ helios-setup] Sep 03 17:41:20.801 INFO E| Compiling toml_writer v1.0.4
40852026-09-03T17:41:21.464Z[ helios-setup] Sep 03 17:41:20.808 INFO E| Compiling subtle v2.6.1
40862026-09-03T17:41:21.550Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40872026-09-03T17:41:21.748Z[ helios-setup] Sep 03 17:41:21.091 INFO E| Compiling hashbrown v0.12.3
40882026-09-03T17:41:21.831Z[ helios-setup] Sep 03 17:41:21.174 INFO E| Compiling ryu v1.0.20
40892026-09-03T17:41:22.071Z[ helios-setup] Sep 03 17:41:21.414 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40902026-09-03T17:41:22.177Z[ helios-setup] Sep 03 17:41:21.520 INFO E| Compiling toml v0.9.8
40912026-09-03T17:41:22.246Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40922026-09-03T17:41:22.290Z[ helios-setup] Sep 03 17:41:21.633 INFO E| Compiling tokio v1.48.0
40932026-09-03T17:41:22.352Z[ helios-setup] Sep 03 17:41:21.694 INFO E| Compiling devinfo v0.1.0
40942026-09-03T17:41:22.384Z[ helios-setup] Sep 03 17:41:21.727 INFO E| Compiling spki v0.7.3
40952026-09-03T17:41:22.427Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40962026-09-03T17:41:22.597Z[ helios-setup] Sep 03 17:41:21.941 INFO E| Compiling bzip2 v0.4.4
40972026-09-03T17:41:22.767Z[ helios-setup] Sep 03 17:41:22.110 INFO E| Compiling flate2 v1.1.5
40982026-09-03T17:41:22.878Z[ helios-setup] Sep 03 17:41:22.221 INFO E| Compiling pkcs8 v0.10.2
40992026-09-03T17:41:23.022Z[ host-package] Compiling tui-tree-widget v0.23.1
41002026-09-03T17:41:23.071Z[ helios-setup] Sep 03 17:41:22.414 INFO E| Compiling x509-cert v0.2.5
41012026-09-03T17:41:23.398Z[ helios-setup] Sep 03 17:41:22.741 INFO E| Compiling pkcs1 v0.7.5
41022026-09-03T17:41:23.517Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41032026-09-03T17:41:23.560Z[ helios-setup] Sep 03 17:41:22.903 INFO E| Compiling uuid v1.18.1
41042026-09-03T17:41:23.886Z[ helios-setup] Sep 03 17:41:23.230 INFO E| Compiling env_logger v0.11.8
41052026-09-03T17:41:24.160Z[ helios-setup] Sep 03 17:41:23.504 INFO E| Compiling ppv-lite86 v0.2.21
41062026-09-03T17:41:24.233Z[ helios-setup] Sep 03 17:41:23.576 INFO E| Compiling rustc-hash v2.1.1
41072026-09-03T17:41:24.454Z[ helios-setup] Sep 03 17:41:23.797 INFO E| Compiling erased-serde v0.3.31
41082026-09-03T17:41:24.548Z[ helios-setup] Sep 03 17:41:23.891 INFO E| Compiling toml_datetime v0.6.11
41092026-09-03T17:41:24.574Z[ helios-setup] Sep 03 17:41:23.917 INFO E| Compiling serde_spanned v0.6.9
41102026-09-03T17:41:24.634Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41112026-09-03T17:41:24.759Z[ helios-setup] Sep 03 17:41:24.102 INFO E| Compiling hashbrown v0.13.2
41122026-09-03T17:41:24.778Z[ helios-setup] Sep 03 17:41:24.122 INFO E| Compiling serde-hex v0.1.0
41132026-09-03T17:41:24.798Z[ helios-setup] Sep 03 17:41:24.141 INFO E| Compiling toml_edit v0.19.15
41142026-09-03T17:41:25.091Z[ helios-setup] Sep 03 17:41:24.435 INFO E| Compiling rand_chacha v0.3.1
41152026-09-03T17:41:25.248Z[ helios-setup] Sep 03 17:41:24.591 INFO E| Compiling futures-executor v0.3.31
41162026-09-03T17:41:25.900Z[ helios-setup] Sep 03 17:41:25.243 INFO E| Compiling rand v0.8.5
41172026-09-03T17:41:25.949Z[ helios-setup] Sep 03 17:41:25.292 INFO E| Compiling futures v0.3.31
41182026-09-03T17:41:26.028Z[ helios-setup] Sep 03 17:41:25.371 INFO E| Compiling ron v0.8.1
41192026-09-03T17:41:26.065Z[ helios-setup] Sep 03 17:41:25.408 INFO E| Compiling hex v0.4.3
41202026-09-03T17:41:26.109Z[ helios-setup] Sep 03 17:41:25.453 INFO E| Compiling foldhash v0.2.0
41212026-09-03T17:41:26.154Z[ helios-setup] Sep 03 17:41:25.497 INFO E| Compiling crc-any v2.5.0
41222026-09-03T17:41:26.229Z[ helios-setup] Sep 03 17:41:25.572 INFO E| Compiling bitflags v1.3.2
41232026-09-03T17:41:26.294Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41242026-09-03T17:41:26.318Z[ helios-setup] Sep 03 17:41:25.662 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41252026-09-03T17:41:26.401Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41262026-09-03T17:41:26.759Z[ helios-setup] Sep 03 17:41:26.103 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41272026-09-03T17:41:26.980Z[ helios-setup] Sep 03 17:41:26.292 INFO E| Compiling slog-term v2.9.2
41282026-09-03T17:41:27.121Z[ helios-setup] Sep 03 17:41:26.465 INFO E| Compiling iddqd v0.3.14
41292026-09-03T17:41:27.141Z[ helios-setup] Sep 03 17:41:26.484 INFO E| Compiling object v0.30.4
41302026-09-03T17:41:27.149Z[ helios-setup] Sep 03 17:41:26.493 INFO E| Compiling zip v0.6.6
41312026-09-03T17:41:27.259Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41322026-09-03T17:41:27.895Z[ host-package] Compiling uzers v0.12.2
41332026-09-03T17:41:27.965Z[ helios-setup] Sep 03 17:41:27.309 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41342026-09-03T17:41:28.257Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41352026-09-03T17:41:28.262Z[ helios-setup] Sep 03 17:41:27.605 INFO E| Compiling toml v0.7.8
41362026-09-03T17:41:28.397Z[ helios-setup] Sep 03 17:41:27.741 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41372026-09-03T17:41:28.511Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41382026-09-03T17:41:28.725Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41392026-09-03T17:41:29.129Z[ helios-setup] Sep 03 17:41:28.472 INFO E| Compiling rsa v0.9.8
41402026-09-03T17:41:29.433Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-09-03T17:41:29.664Z[ helios-setup] Sep 03 17:41:29.008 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41422026-09-03T17:41:29.746Z[ helios-setup] Sep 03 17:41:29.089 INFO E| Compiling path-slash v0.1.5
41432026-09-03T17:41:29.842Z[ host-package] Compiling support-bundle-viewer v0.1.2
41442026-09-03T17:41:30.098Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41452026-09-03T17:41:30.342Z[ host-package] Compiling multimap v0.10.1
41462026-09-03T17:41:32.259Z[ helios-setup] Sep 03 17:41:31.602 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41472026-09-03T17:41:32.293Z[ helios-setup] Sep 03 17:41:31.637 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41482026-09-03T17:41:32.657Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41492026-09-03T17:41:37.376Z[ helios-setup] Sep 03 17:41:36.718 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41502026-09-03T17:41:38.737Z[ helios-setup] Sep 03 17:41:38.080 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
41512026-09-03T17:41:43.004Z[ helios-setup] Sep 03 17:41:42.347 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
41522026-09-03T17:41:54.855Z[ helios-setup] Sep 03 17:41:54.198 INFO E| Finished `release` profile [optimized] target(s) in 48.96s
41532026-09-03T17:41:54.860Z[ helios-setup] Sep 03 17:41:54.201 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41542026-09-03T17:41:54.860Z[ helios-setup] Sep 03 17:41:54.201 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41552026-09-03T17:41:54.917Z[ helios-setup] Sep 03 17:41:54.260 INFO building project "pilot" ok (49 seconds)
41562026-09-03T17:41:54.920Z[ helios-setup] rm -f helios-build
41572026-09-03T17:41:54.920Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41582026-09-03T17:41:54.925Z[ helios-setup]
41592026-09-03T17:41:54.925Z[ helios-setup] Setup complete! ./helios-build is now available.
41602026-09-03T17:41:54.930Z[ helios-setup]
41612026-09-03T17:41:54.930Z[ helios-setup]
41622026-09-03T17:41:54.930Z[ helios-setup] real 3:01.455687966
41632026-09-03T17:41:54.930Z[ helios-setup] user 7:05.713946670
41642026-09-03T17:41:54.930Z[ helios-setup] sys 1:18.921518864
41652026-09-03T17:41:54.930Z[ helios-setup] trap 0.614321461
41662026-09-03T17:41:54.930Z[ helios-setup] tflt 3.240789669
41672026-09-03T17:41:54.930Z[ helios-setup] dflt 7.467659842
41682026-09-03T17:41:54.930Z[ helios-setup] kflt 0.011662018
41692026-09-03T17:41:54.930Z[ helios-setup] lock 57:51.219533491
41702026-09-03T17:41:54.930Z[ helios-setup] slp 37:45.931950668
41712026-09-03T17:41:54.930Z[ helios-setup] lat 7:20.587281795
41722026-09-03T17:41:54.930Z[ helios-setup] stop 1:50.690196506
41732026-09-03T17:41:54.930ZSep 03 17:41:54.270 INFO [helios-setup] process exited with exit status: 0 (181.458742828s)
41742026-09-03T17:41:54.930ZSep 03 17:41:54.270 INFO [helios-record] running task
41752026-09-03T17:41:54.930ZSep 03 17:41:54.270 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41762026-09-03T17:41:54.944ZSep 03 17:41:54.274 DEBG process exited with exit status: 0 (4.107363ms)
41772026-09-03T17:41:54.944ZSep 03 17:41:54.274 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41782026-09-03T17:41:54.948ZSep 03 17:41:54.279 DEBG process exited with exit status: 0 (4.380573ms)
41792026-09-03T17:41:54.948ZSep 03 17:41:54.279 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41802026-09-03T17:41:54.948ZSep 03 17:41:54.283 DEBG process exited with exit status: 0 (4.425393ms)
41812026-09-03T17:41:54.948ZSep 03 17:41:54.283 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41822026-09-03T17:41:54.948ZSep 03 17:41:54.287 DEBG process exited with exit status: 0 (3.775023ms)
41832026-09-03T17:41:54.948ZSep 03 17:41:54.287 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41842026-09-03T17:41:54.948ZSep 03 17:41:54.291 DEBG process exited with exit status: 0 (3.796743ms)
41852026-09-03T17:41:54.948ZSep 03 17:41:54.291 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41862026-09-03T17:41:54.952ZSep 03 17:41:54.295 DEBG process exited with exit status: 0 (3.813983ms)
41872026-09-03T17:41:54.952ZSep 03 17:41:54.295 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41882026-09-03T17:41:54.956ZSep 03 17:41:54.298 DEBG process exited with exit status: 0 (3.448373ms)
41892026-09-03T17:41:54.956ZSep 03 17:41:54.298 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41902026-09-03T17:41:54.960ZSep 03 17:41:54.302 DEBG process exited with exit status: 0 (4.129583ms)
41912026-09-03T17:41:54.961ZSep 03 17:41:54.302 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41922026-09-03T17:41:54.964ZSep 03 17:41:54.306 DEBG process exited with exit status: 0 (3.649963ms)
41932026-09-03T17:41:54.964ZSep 03 17:41:54.306 INFO [helios-record] task succeeded (36.213278ms)
41942026-09-03T17:42:01.742Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41952026-09-03T17:42:21.956Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41962026-09-03T17:42:36.198Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41972026-09-03T17:50:10.971Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 35s
41982026-09-03T17:50:10.975Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41992026-09-03T17:50:10.975Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42002026-09-03T17:50:50.226ZSep 03 17:50:49.567 INFO [host-package] process exited with exit status: 0 (675.195827097s)
42012026-09-03T17:50:50.226ZSep 03 17:50:49.567 INFO [host-libraries] running task
42022026-09-03T17:50:50.226ZSep 03 17:50:49.567 INFO [host-stamp] running task
42032026-09-03T17:50:50.229ZSep 03 17:50:49.569 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+gitb3215b60695
42042026-09-03T17:50:50.229ZSep 03 17:50:49.570 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+gitb3215b60695
42052026-09-03T17:50:50.230ZSep 03 17:50:49.570 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+gitb3215b60695
42062026-09-03T17:50:50.230ZSep 03 17:50:49.570 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+gitb3215b60695
42072026-09-03T17:50:50.230ZSep 03 17:50:49.571 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+gitb3215b60695
42082026-09-03T17:50:50.230ZSep 03 17:50:49.571 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+gitb3215b60695
42092026-09-03T17:50:50.230ZSep 03 17:50:49.571 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+gitb3215b60695
42102026-09-03T17:50:50.233ZSep 03 17:50:49.571 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+gitb3215b60695
42112026-09-03T17:50:50.240Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-03T17:50:50.240Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-03T17:50:50.243Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-03T17:50:50.243Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-09-03T17:50:50.243Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-09-03T17:50:50.243Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-09-03T17:50:50.243Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-09-03T17:50:50.243Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42192026-09-03T17:50:50.243Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42202026-09-03T17:50:50.247ZSep 03 17:50:49.586 INFO [stamp-overlay] process exited with exit status: 0 (17.004093ms)
42212026-09-03T17:50:50.247Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42222026-09-03T17:50:50.250ZSep 03 17:50:49.590 INFO [stamp-oxlog] process exited with exit status: 0 (20.257786ms)
42232026-09-03T17:50:50.295Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42242026-09-03T17:50:50.299Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42252026-09-03T17:50:50.299ZSep 03 17:50:49.640 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (69.948462ms)
42262026-09-03T17:50:50.302ZSep 03 17:50:49.642 INFO [stamp-crucible-utils] process exited with exit status: 0 (71.511314ms)
42272026-09-03T17:50:50.394Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42282026-09-03T17:50:50.398ZSep 03 17:50:49.738 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (168.018527ms)
42292026-09-03T17:50:50.503Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42302026-09-03T17:50:50.506ZSep 03 17:50:49.848 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (276.442587ms)
42312026-09-03T17:50:50.759Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42322026-09-03T17:50:50.762ZSep 03 17:50:50.103 INFO [stamp-propolis-server] process exited with exit status: 0 (532.467451ms)
42332026-09-03T17:50:51.012ZSep 03 17:50:50.354 INFO [host-libraries] task succeeded (787.041573ms)
42342026-09-03T17:50:51.016ZSep 03 17:50:50.354 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42352026-09-03T17:50:51.020Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42362026-09-03T17:50:51.999Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42372026-09-03T17:50:52.122Z[recovery-package] Compiling regress v0.11.1
42382026-09-03T17:50:52.158Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42392026-09-03T17:50:52.162Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42402026-09-03T17:50:52.162Z[recovery-package] Compiling slog-scope v4.4.1
42412026-09-03T17:50:52.162Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42422026-09-03T17:50:52.162Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42432026-09-03T17:50:52.162Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42442026-09-03T17:50:52.310Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42452026-09-03T17:50:52.370Z[recovery-package] Compiling slog-stdlog v4.1.1
42462026-09-03T17:50:52.396Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42472026-09-03T17:50:52.523Z[recovery-package] Compiling slog-envlogger v2.2.0
42482026-09-03T17:50:52.701Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42492026-09-03T17:50:53.132Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42502026-09-03T17:50:53.296Z[recovery-package] Compiling oxide-update-engine v0.1.2
42512026-09-03T17:50:53.713Z[recovery-package] Compiling typify-impl v0.6.2
42522026-09-03T17:50:55.159Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42532026-09-03T17:50:55.163ZSep 03 17:50:54.504 INFO [stamp-switch-asic] process exited with exit status: 0 (4.932790805s)
42542026-09-03T17:50:55.163ZSep 03 17:50:54.504 INFO [host-stamp] task succeeded (4.937010129s)
42552026-09-03T17:50:55.163ZSep 03 17:50:54.504 INFO [host-proto] running task
42562026-09-03T17:50:55.443Z[recovery-package] Compiling typify v0.6.2
42572026-09-03T17:50:55.458ZSep 03 17:50:54.800 INFO [host-proto] task succeeded (295.956213ms)
42582026-09-03T17:50:55.458ZSep 03 17:50:54.800 INFO [host-profile] running task
42592026-09-03T17:50:55.462ZSep 03 17:50:54.800 INFO [host-profile] task succeeded (165.66µs)
42602026-09-03T17:50:55.462ZSep 03 17:50:54.800 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/.tmpxwGsx6/proto/host/root -N 'ci b3215b6/${os_short_commit} 2026-09-03 17:38' -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/'
42612026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO Checking files for board 'gimlet'
42622026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42632026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42642026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO Checking files for board 'cosmo'
42652026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42662026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42672026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO Checking files for board 'cosmo-mbist'
42682026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42692026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO Checking files for board 'cosmo-mbist-noaggr'
42702026-09-03T17:50:55.465Z[ host-image] Sep 03 17:50:54.807 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42712026-09-03T17:50:55.475Z[ host-image] Sep 03 17:50:54.817 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxwGsx6/proto/host/root"
42722026-09-03T17:50:55.475Z[ host-image] Sep 03 17:50:54.817 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42732026-09-03T17:50:55.478Z[ host-image] Sep 03 17:50:54.817 INFO image builder template: ramdisk-01-os...
42742026-09-03T17:50:55.478Z[ host-image] Sep 03 17:50:54.817 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/.tmpxwGsx6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42752026-09-03T17:50:55.489Z[ host-image] Sep 03 17:50:54.831 INFO O| Sep 03 17:50:54.831 INFO CREATE DATASET: rpool/images/build/host/output
42762026-09-03T17:50:55.556Z[recovery-package] Compiling progenitor-impl v0.14.0
42772026-09-03T17:50:56.670Z[ host-image] Sep 03 17:50:56.011 INFO O| Sep 03 17:50:56.011 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42782026-09-03T17:50:56.673Z[ host-image] Sep 03 17:50:56.015 INFO O| Sep 03 17:50:56.015 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42792026-09-03T17:50:56.847Z[recovery-package] Compiling progenitor v0.14.0
42802026-09-03T17:50:56.932Z[ host-image] Sep 03 17:50:56.273 INFO O| Sep 03 17:50:56.273 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42812026-09-03T17:50:56.956Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42822026-09-03T17:50:56.956Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42832026-09-03T17:50:56.998Z[ host-image] Sep 03 17:50:56.339 INFO O| Sep 03 17:50:56.339 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42842026-09-03T17:50:57.007Z[ host-image] Sep 03 17:50:56.339 INFO O| Sep 03 17:50:56.339 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42852026-09-03T17:50:57.007Z[ host-image] Sep 03 17:50:56.339 INFO O| Sep 03 17:50:56.339 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42862026-09-03T17:50:57.007Z[ host-image] Sep 03 17:50:56.339 INFO O| Sep 03 17:50:56.339 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42872026-09-03T17:50:57.007Z[ host-image] Sep 03 17:50:56.346 INFO O| Sep 03 17:50:56.346 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42882026-09-03T17:50:57.321Z[ host-image] Sep 03 17:50:56.662 INFO O| Sep 03 17:50:56.662 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42892026-09-03T17:50:57.327Z[ host-image] Sep 03 17:50:56.669 INFO O| Sep 03 17:50:56.669 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42902026-09-03T17:50:57.492Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42912026-09-03T17:50:57.611Z[ host-image] Sep 03 17:50:56.952 INFO O| Sep 03 17:50:56.952 INFO O| Caching catalogs ... Done
42922026-09-03T17:50:57.679Z[ host-image] Sep 03 17:50:57.020 INFO O| Sep 03 17:50:57.020 INFO STEP 0 (pkg_image_create) COMPLETE
42932026-09-03T17:50:57.679Z[ host-image] Sep 03 17:50:57.020 INFO O| Sep 03 17:50:57.020 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-09-03T17:50:57.686Z[ host-image] Sep 03 17:50:57.028 INFO O| Sep 03 17:50:57.028 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"]
42952026-09-03T17:50:57.968Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO STEP 1 (pkg_set_publisher) COMPLETE
42962026-09-03T17:50:57.968Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42972026-09-03T17:50:57.968Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO skip step because feature "publisher_1_name" is not enabled
42982026-09-03T17:50:57.972Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42992026-09-03T17:50:57.972Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO skip step because feature "publisher_2_name" is not enabled
43002026-09-03T17:50:57.973Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43012026-09-03T17:50:57.973Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO skip step because feature "publisher_3_name" is not enabled
43022026-09-03T17:50:57.973Z[ host-image] Sep 03 17:50:57.310 INFO O| Sep 03 17:50:57.310 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43032026-09-03T17:50:58.219Z[ host-image] Sep 03 17:50:57.560 INFO O| Sep 03 17:50:57.560 INFO variant opensolaris.zone is already global
43042026-09-03T17:50:58.219Z[ host-image] Sep 03 17:50:57.560 INFO O| Sep 03 17:50:57.560 INFO STEP 5 (pkg_change_variant) COMPLETE
43052026-09-03T17:50:58.223Z[ host-image] Sep 03 17:50:57.560 INFO O| Sep 03 17:50:57.560 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43062026-09-03T17:50:58.461Z[ host-image] Sep 03 17:50:57.802 INFO O| Sep 03 17:50:57.802 INFO variant opensolaris.imagetype is full; changing to partial
43072026-09-03T17:50:58.461Z[ host-image] Sep 03 17:50:57.802 INFO O| Sep 03 17:50:57.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43082026-09-03T17:51:00.316Z[ host-image] Sep 03 17:50:59.657 INFO O| Sep 03 17:50:59.657 INFO O| Startup: Refreshing catalog 'helios' ... Done
43092026-09-03T17:51:00.754Z[ host-image] Sep 03 17:51:00.095 INFO O| Sep 03 17:51:00.095 INFO O| Startup: Caching catalogs ... Done
43102026-09-03T17:51:00.769Z[ host-image] Sep 03 17:51:00.110 INFO O| Sep 03 17:51:00.110 INFO O| Planning: Planning completed in 0.00 seconds
43112026-09-03T17:51:00.772Z[ host-image] Sep 03 17:51:00.110 INFO O| Sep 03 17:51:00.110 INFO O| Planning: Consolidating action changes ... Done
43122026-09-03T17:51:00.772Z[ host-image] Sep 03 17:51:00.111 INFO O| Sep 03 17:51:00.111 INFO O| Planning: Evaluating mediators ... Done
43132026-09-03T17:51:00.772Z[ host-image] Sep 03 17:51:00.111 INFO O| Sep 03 17:51:00.111 INFO O| Planning: Planning completed in 0.00 seconds
43142026-09-03T17:51:00.772Z[ host-image] Sep 03 17:51:00.111 INFO O| Sep 03 17:51:00.111 INFO O| Variants/Facets to change: 1
43152026-09-03T17:51:00.778Z[ host-image] Sep 03 17:51:00.120 INFO O| Sep 03 17:51:00.120 INFO O| Finalize: Updating package state database ... Done
43162026-09-03T17:51:00.778Z[ host-image] Sep 03 17:51:00.120 INFO O| Sep 03 17:51:00.120 INFO O| Finalize: Updating package cache ... Done
43172026-09-03T17:51:00.852Z[ host-image] Sep 03 17:51:00.194 INFO O| Sep 03 17:51:00.194 INFO O| Finalize: Updating image state ... Done
43182026-09-03T17:51:00.865Z[ host-image] Sep 03 17:51:00.206 INFO O| Sep 03 17:51:00.206 INFO O| Finalize: Creating fast lookup database ... Done
43192026-09-03T17:51:00.868Z[ host-image] Sep 03 17:51:00.207 INFO O| Sep 03 17:51:00.207 INFO O| Finalize: Reading search index ... Done
43202026-09-03T17:51:00.868Z[ host-image] Sep 03 17:51:00.207 INFO O| Sep 03 17:51:00.207 INFO O| Finalize: Updating search index ... Done
43212026-09-03T17:51:00.868Z[ host-image] Sep 03 17:51:00.208 INFO O| Sep 03 17:51:00.208 INFO O| Finalize: Updating package cache ... Done
43222026-09-03T17:51:01.067Z[ host-image] Sep 03 17:51:00.409 INFO O| Sep 03 17:51:00.409 INFO STEP 6 (pkg_change_variant) COMPLETE
43232026-09-03T17:51:01.067Z[ host-image] Sep 03 17:51:00.409 INFO O| Sep 03 17:51:00.409 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43242026-09-03T17:51:01.071Z[ host-image] Sep 03 17:51:00.409 INFO O| Sep 03 17:51:00.409 INFO skip step because feature "debug_variant" is not enabled
43252026-09-03T17:51:01.071Z[ host-image] Sep 03 17:51:00.409 INFO O| Sep 03 17:51:00.409 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-09-03T17:51:01.309Z[ host-image] Sep 03 17:51:00.651 INFO O| Sep 03 17:51:00.650 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43272026-09-03T17:51:03.159Z[ host-image] Sep 03 17:51:02.500 INFO O| Sep 03 17:51:02.500 INFO O| Startup: Refreshing catalog 'helios' ... Done
43282026-09-03T17:51:03.283Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43292026-09-03T17:51:03.611Z[ host-image] Sep 03 17:51:02.953 INFO O| Sep 03 17:51:02.953 INFO O| Startup: Caching catalogs ... Done
43302026-09-03T17:51:03.628Z[ host-image] Sep 03 17:51:02.970 INFO O| Sep 03 17:51:02.970 INFO O| Planning: Planning completed in 0.00 seconds
43312026-09-03T17:51:03.631Z[ host-image] Sep 03 17:51:02.970 INFO O| Sep 03 17:51:02.970 INFO O| Planning: Consolidating action changes ... Done
43322026-09-03T17:51:03.632Z[ host-image] Sep 03 17:51:02.970 INFO O| Sep 03 17:51:02.970 INFO O| Planning: Evaluating mediators ... Done
43332026-09-03T17:51:03.632Z[ host-image] Sep 03 17:51:02.970 INFO O| Sep 03 17:51:02.970 INFO O| Planning: Planning completed in 0.00 seconds
43342026-09-03T17:51:03.632Z[ host-image] Sep 03 17:51:02.971 INFO O| Sep 03 17:51:02.971 INFO O| Variants/Facets to change: 1
43352026-09-03T17:51:03.639Z[ host-image] Sep 03 17:51:02.981 INFO O| Sep 03 17:51:02.981 INFO O| Finalize: Updating package state database ... Done
43362026-09-03T17:51:03.639Z[ host-image] Sep 03 17:51:02.981 INFO O| Sep 03 17:51:02.981 INFO O| Finalize: Updating package cache ... Done
43372026-09-03T17:51:03.715Z[ host-image] Sep 03 17:51:03.056 INFO O| Sep 03 17:51:03.056 INFO O| Finalize: Updating image state ... Done
43382026-09-03T17:51:03.732Z[ host-image] Sep 03 17:51:03.074 INFO O| Sep 03 17:51:03.074 INFO O| Finalize: Creating fast lookup database ... Done
43392026-09-03T17:51:03.736Z[ host-image] Sep 03 17:51:03.074 INFO O| Sep 03 17:51:03.074 INFO O| Finalize: Reading search index ... Done
43402026-09-03T17:51:03.736Z[ host-image] Sep 03 17:51:03.074 INFO O| Sep 03 17:51:03.074 INFO O| Finalize: Updating search index ... Done
43412026-09-03T17:51:03.736Z[ host-image] Sep 03 17:51:03.075 INFO O| Sep 03 17:51:03.075 INFO O| Finalize: Updating package cache ... Done
43422026-09-03T17:51:04.049Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO STEP 8 (pkg_change_facet) COMPLETE
43432026-09-03T17:51:04.050Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43442026-09-03T17:51:04.050Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO skip step because feature "recovery" is not enabled
43452026-09-03T17:51:04.061Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43462026-09-03T17:51:04.061Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO skip step because feature "recovery" is not enabled
43472026-09-03T17:51:04.061Z[ host-image] Sep 03 17:51:03.379 INFO O| Sep 03 17:51:03.379 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482026-09-03T17:51:04.061Z[ host-image] Sep 03 17:51:03.386 INFO O| Sep 03 17:51:03.386 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"]
43492026-09-03T17:51:04.242Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43502026-09-03T17:51:04.243Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43512026-09-03T17:51:06.059Z[ host-image] Sep 03 17:51:05.400 INFO O| Sep 03 17:51:05.399 INFO O| Startup: Refreshing catalog 'helios' ... Done
43522026-09-03T17:51:06.408Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43532026-09-03T17:51:06.408Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-09-03T17:51:06.511Z[ host-image] Sep 03 17:51:05.852 INFO O| Sep 03 17:51:05.852 INFO O| Startup: Caching catalogs ... Done
43552026-09-03T17:51:07.465Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43562026-09-03T17:51:08.035Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43572026-09-03T17:51:09.242Z[ host-image] Sep 03 17:51:08.583 INFO O| Sep 03 17:51:08.583 INFO O| Planning: Solver setup ... Done
43582026-09-03T17:51:09.526Z[ host-image] Sep 03 17:51:08.867 INFO O| Sep 03 17:51:08.867 INFO O| Planning: Running solver ... Done
43592026-09-03T17:51:09.579Z[ host-image] Sep 03 17:51:08.920 INFO O| Sep 03 17:51:08.920 INFO O| Planning: Finding local manifests ... Done
43602026-09-03T17:51:09.598Z[ host-image] Sep 03 17:51:08.939 INFO O| Sep 03 17:51:08.939 INFO O| Planning: Fetching manifests: 0/130 0% complete
43612026-09-03T17:51:11.309Z[ host-image] Sep 03 17:51:10.650 INFO O| Sep 03 17:51:10.650 INFO O| Planning: Fetching manifests: 130/130 100% complete
43622026-09-03T17:51:11.767Z[ host-image] Sep 03 17:51:11.107 INFO O| Sep 03 17:51:11.107 INFO O| Planning: Package planning ... Done
43632026-09-03T17:51:12.077Z[ host-image] Sep 03 17:51:11.419 INFO O| Sep 03 17:51:11.418 INFO O| Planning: Merging actions ... Done
43642026-09-03T17:51:12.180Z[ host-image] Sep 03 17:51:11.521 INFO O| Sep 03 17:51:11.521 INFO O| Planning: Checking for conflicting actions ... Done
43652026-09-03T17:51:12.287Z[ host-image] Sep 03 17:51:11.628 INFO O| Sep 03 17:51:11.628 INFO O| Planning: Consolidating action changes ... Done
43662026-09-03T17:51:12.647Z[ host-image] Sep 03 17:51:11.988 INFO O| Sep 03 17:51:11.988 INFO O| Planning: Evaluating mediators ... Done
43672026-09-03T17:51:14.051Z[ host-image] Sep 03 17:51:13.393 INFO O| Sep 03 17:51:13.392 INFO O| Planning: Planning completed in 7.52 seconds
43682026-09-03T17:51:14.055Z[ host-image] Sep 03 17:51:13.394 INFO O| Sep 03 17:51:13.394 INFO O| Packages to install: 130
43692026-09-03T17:51:14.055Z[ host-image] Sep 03 17:51:13.394 INFO O| Sep 03 17:51:13.394 INFO O| Mediators to change: 5
43702026-09-03T17:51:14.055Z[ host-image] Sep 03 17:51:13.394 INFO O| Sep 03 17:51:13.394 INFO O| Services to change: 6
43712026-09-03T17:51:14.077Z[ host-image] Sep 03 17:51:13.418 INFO O| Sep 03 17:51:13.418 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43722026-09-03T17:51:19.079Z[ host-image] Sep 03 17:51:18.420 INFO O| Sep 03 17:51:18.420 INFO O| Download: 9561/23891 items 80.9/223.0MB 36% complete (16.3M/s)
43732026-09-03T17:51:23.691Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.55s
43742026-09-03T17:51:24.086Z[ host-image] Sep 03 17:51:23.422 INFO O| Sep 03 17:51:23.422 INFO O| Download: 22760/23891 items 200.9/223.0MB 90% complete (20.1M/s)
43752026-09-03T17:51:24.497Z[ host-image] Sep 03 17:51:23.835 INFO O| Sep 03 17:51:23.835 INFO O| Download: Completed 223.04 MB in 10.42 seconds (21.4M/s)
43762026-09-03T17:51:24.820Z[ host-image] Sep 03 17:51:24.158 INFO O| Sep 03 17:51:24.158 INFO O| Actions: 1/54206 actions (Installing new actions)
43772026-09-03T17:51:25.510ZSep 03 17:51:24.851 INFO [recovery-package] process exited with exit status: 0 (34.497215566s)
43782026-09-03T17:51:25.510ZSep 03 17:51:24.851 INFO [recovery-libraries] running task
43792026-09-03T17:51:25.511ZSep 03 17:51:24.851 INFO [recovery-stamp] running task
43802026-09-03T17:51:25.514ZSep 03 17:51:24.852 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+gitb3215b60695
43812026-09-03T17:51:25.514ZSep 03 17:51:24.852 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitb3215b60695
43822026-09-03T17:51:25.518Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43832026-09-03T17:51:25.518Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43842026-09-03T17:51:25.531ZSep 03 17:51:24.873 INFO [recovery-libraries] task succeeded (21.480956ms)
43852026-09-03T17:51:25.536ZSep 03 17:51:24.873 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43862026-09-03T17:51:25.552Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43872026-09-03T17:51:25.556ZSep 03 17:51:24.896 INFO [stamp-installinator] process exited with exit status: 0 (43.477333ms)
43882026-09-03T17:51:25.659Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43892026-09-03T17:51:25.663ZSep 03 17:51:25.003 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.371144ms)
43902026-09-03T17:51:25.663ZSep 03 17:51:25.003 INFO [recovery-stamp] task succeeded (151.522374ms)
43912026-09-03T17:51:25.663ZSep 03 17:51:25.003 INFO [recovery-proto] running task
43922026-09-03T17:51:25.663ZSep 03 17:51:25.003 INFO [tuf-stamp] running task
43932026-09-03T17:51:25.663ZSep 03 17:51:25.003 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+gitb3215b60695
43942026-09-03T17:51:25.663ZSep 03 17:51:25.004 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+gitb3215b60695
43952026-09-03T17:51:25.663ZSep 03 17:51:25.004 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+gitb3215b60695
43962026-09-03T17:51:25.667ZSep 03 17:51:25.004 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+gitb3215b60695
43972026-09-03T17:51:25.667ZSep 03 17:51:25.005 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+gitb3215b60695
43982026-09-03T17:51:25.667ZSep 03 17:51:25.005 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+gitb3215b60695
43992026-09-03T17:51:25.667ZSep 03 17:51:25.005 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+gitb3215b60695
44002026-09-03T17:51:25.667ZSep 03 17:51:25.006 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+gitb3215b60695
44012026-09-03T17:51:25.667ZSep 03 17:51:25.006 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+gitb3215b60695
44022026-09-03T17:51:25.667ZSep 03 17:51:25.006 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+gitb3215b60695
44032026-09-03T17:51:25.667ZSep 03 17:51:25.006 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+gitb3215b60695
44042026-09-03T17:51:25.667ZSep 03 17:51:25.007 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+gitb3215b60695
44052026-09-03T17:51:25.670Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-03T17:51:25.670Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-03T17:51:25.670Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-03T17:51:25.670Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-03T17:51:25.670Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-03T17:51:25.670Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44112026-09-03T17:51:25.670Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44122026-09-03T17:51:25.674Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44132026-09-03T17:51:25.674Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44142026-09-03T17:51:25.674Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44152026-09-03T17:51:25.674Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44162026-09-03T17:51:25.674Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44172026-09-03T17:51:25.719Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44182026-09-03T17:51:25.722ZSep 03 17:51:25.064 INFO [stamp-probe] process exited with exit status: 0 (57.776033ms)
44192026-09-03T17:51:25.757ZSep 03 17:51:25.098 INFO [recovery-proto] task succeeded (95.450672ms)
44202026-09-03T17:51:25.760ZSep 03 17:51:25.099 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/.tmpxwGsx6/proto/recovery/root -N 'recovery b3215b6/${os_short_commit} 2026-09-03 17:38' -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/'
44212026-09-03T17:51:25.764Z[ recovery-image] Sep 03 17:51:25.105 INFO Checking files for board 'cosmo-mbist-noaggr'
44222026-09-03T17:51:25.764Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44232026-09-03T17:51:25.764Z[ recovery-image] Sep 03 17:51:25.105 INFO Checking files for board 'cosmo'
44242026-09-03T17:51:25.764Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44252026-09-03T17:51:25.764Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44262026-09-03T17:51:25.765Z[ recovery-image] Sep 03 17:51:25.105 INFO Checking files for board 'gimlet'
44272026-09-03T17:51:25.765Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44282026-09-03T17:51:25.765Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44292026-09-03T17:51:25.765Z[ recovery-image] Sep 03 17:51:25.105 INFO Checking files for board 'cosmo-mbist'
44302026-09-03T17:51:25.765Z[ recovery-image] Sep 03 17:51:25.105 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44312026-09-03T17:51:25.772Z[ recovery-image] Sep 03 17:51:25.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxwGsx6/proto/recovery/root"
44322026-09-03T17:51:25.772Z[ recovery-image] Sep 03 17:51:25.114 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44332026-09-03T17:51:25.776Z[ recovery-image] Sep 03 17:51:25.114 INFO image builder template: ramdisk-01-os...
44342026-09-03T17:51:25.776Z[ recovery-image] Sep 03 17:51:25.114 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/.tmpxwGsx6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44352026-09-03T17:51:25.779Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44362026-09-03T17:51:25.783ZSep 03 17:51:25.122 INFO [stamp-ntp] process exited with exit status: 0 (117.342578ms)
44372026-09-03T17:51:25.789Z[ recovery-image] Sep 03 17:51:25.130 INFO O| Sep 03 17:51:25.130 INFO CREATE DATASET: rpool/images/build/recovery/output
44382026-09-03T17:51:25.920Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44392026-09-03T17:51:25.924ZSep 03 17:51:25.265 INFO [stamp-internal-dns] process exited with exit status: 0 (259.473116ms)
44402026-09-03T17:51:25.929Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44412026-09-03T17:51:25.933ZSep 03 17:51:25.273 INFO [stamp-external-dns] process exited with exit status: 0 (266.499241ms)
44422026-09-03T17:51:25.989Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44432026-09-03T17:51:25.993ZSep 03 17:51:25.333 INFO [stamp-oximeter] process exited with exit status: 0 (329.432788ms)
44442026-09-03T17:51:26.070Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44452026-09-03T17:51:26.076ZSep 03 17:51:25.414 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (410.003569ms)
44462026-09-03T17:51:26.107Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44472026-09-03T17:51:26.133Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44482026-09-03T17:51:26.276Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44492026-09-03T17:51:26.280ZSep 03 17:51:25.621 INFO [stamp-crucible-zone] process exited with exit status: 0 (615.427784ms)
44502026-09-03T17:51:26.304Z[ recovery-image] Sep 03 17:51:25.646 INFO O| Sep 03 17:51:25.646 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44512026-09-03T17:51:26.308Z[ recovery-image] Sep 03 17:51:25.649 INFO O| Sep 03 17:51:25.649 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44522026-09-03T17:51:27.130Z[ recovery-image] Sep 03 17:51:26.472 INFO O| Sep 03 17:51:26.472 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44532026-09-03T17:51:27.590Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44542026-09-03T17:51:27.593ZSep 03 17:51:26.934 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.928611462s)
44552026-09-03T17:51:27.888Z[ recovery-image] Sep 03 17:51:27.229 INFO O| Sep 03 17:51:27.229 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44562026-09-03T17:51:27.888Z[ recovery-image] Sep 03 17:51:27.229 INFO O| Sep 03 17:51:27.229 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44572026-09-03T17:51:27.891Z[ recovery-image] Sep 03 17:51:27.229 INFO O| Sep 03 17:51:27.229 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44582026-09-03T17:51:27.891Z[ recovery-image] Sep 03 17:51:27.229 INFO O| Sep 03 17:51:27.229 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44592026-09-03T17:51:27.895Z[ recovery-image] Sep 03 17:51:27.236 INFO O| Sep 03 17:51:27.236 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44602026-09-03T17:51:28.695Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44612026-09-03T17:51:28.699ZSep 03 17:51:28.040 INFO [stamp-nexus] process exited with exit status: 0 (3.033998035s)
44622026-09-03T17:51:29.067Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44632026-09-03T17:51:29.070ZSep 03 17:51:28.411 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.407888747s)
44642026-09-03T17:51:29.179Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44652026-09-03T17:51:29.183ZSep 03 17:51:28.524 INFO [stamp-clickhouse] process exited with exit status: 0 (3.519820681s)
44662026-09-03T17:51:29.205Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44672026-09-03T17:51:29.208ZSep 03 17:51:28.550 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.543516159s)
44682026-09-03T17:51:29.208ZSep 03 17:51:28.550 INFO [tuf-stamp] task succeeded (3.546987822s)
44692026-09-03T17:51:29.208ZSep 03 17:51:28.550 INFO [tuf-v2-zones] running task
44702026-09-03T17:51:29.287ZSep 03 17:51:28.629 INFO [tuf-v2-zones] task succeeded (78.801469ms)
44712026-09-03T17:51:29.817Z[ host-image] Sep 03 17:51:29.158 INFO O| Sep 03 17:51:29.158 INFO O| Actions: 27134/54206 actions (Installing new actions)
44722026-09-03T17:51:30.222Z[verify-libraries] Compiling match_cfg v0.1.0
44732026-09-03T17:51:30.222Z[verify-libraries] Compiling slog-json v2.6.1
44742026-09-03T17:51:30.223Z[verify-libraries] Compiling debug-ignore v1.0.5
44752026-09-03T17:51:30.419Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44762026-09-03T17:51:30.439Z[verify-libraries] Compiling sha1 v0.11.0
44772026-09-03T17:51:30.442Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44782026-09-03T17:51:30.442Z[verify-libraries] Compiling multer v3.1.0
44792026-09-03T17:51:30.442Z[verify-libraries] Compiling compression-core v0.4.31
44802026-09-03T17:51:30.442Z[verify-libraries] Compiling progenitor-client v0.14.0
44812026-09-03T17:51:30.442Z[verify-libraries] Compiling async-stream-impl v0.3.6
44822026-09-03T17:51:30.442Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44832026-09-03T17:51:30.442Z[verify-libraries] Compiling serde_spanned v1.1.1
44842026-09-03T17:51:30.459Z[verify-libraries] Compiling dropshot v0.17.1
44852026-09-03T17:51:30.654Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44862026-09-03T17:51:30.676Z[verify-libraries] Compiling hostname v0.3.1
44872026-09-03T17:51:30.677Z[verify-libraries] Compiling waitgroup v0.1.2
44882026-09-03T17:51:30.680Z[verify-libraries] Compiling rustls-pemfile v2.2.0
44892026-09-03T17:51:30.736Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
44902026-09-03T17:51:30.758Z[verify-libraries] Compiling compression-codecs v0.4.37
44912026-09-03T17:51:30.807Z[verify-libraries] Compiling slog-bunyan v2.5.0
44922026-09-03T17:51:30.827Z[verify-libraries] Compiling hostname v0.4.2
44932026-09-03T17:51:30.848Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
44942026-09-03T17:51:30.871Z[verify-libraries] Compiling atomicwrites v0.4.4
44952026-09-03T17:51:30.916Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
44962026-09-03T17:51:30.942Z[verify-libraries] Compiling macaddr v1.0.1
44972026-09-03T17:51:30.942Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44982026-09-03T17:51:30.945Z[verify-libraries] Compiling regress v0.10.5
44992026-09-03T17:51:31.007Z[verify-libraries] Compiling instant v0.1.13
45002026-09-03T17:51:31.010Z[verify-libraries] Compiling oxide-generation v0.1.3
45012026-09-03T17:51:31.010Z[verify-libraries] Compiling parse-display-derive v0.10.0
45022026-09-03T17:51:31.010Z[verify-libraries] Compiling async-compression v0.4.41
45032026-09-03T17:51:31.051Z[verify-libraries] Compiling itertools v0.14.0
45042026-09-03T17:51:31.135Z[verify-libraries] Compiling async-stream v0.3.6
45052026-09-03T17:51:31.135Z[verify-libraries] Compiling backon v1.6.0
45062026-09-03T17:51:31.139Z[verify-libraries] Compiling backoff v0.4.0
45072026-09-03T17:51:31.178Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45082026-09-03T17:51:31.201Z[verify-libraries] Compiling humantime v2.3.0
45092026-09-03T17:51:31.254Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45102026-09-03T17:51:31.322Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45112026-09-03T17:51:31.360Z[verify-libraries] Compiling progenitor-extras v0.2.0
45122026-09-03T17:51:31.389Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45132026-09-03T17:51:31.414Z[verify-libraries] Compiling convert_case v0.4.0
45142026-09-03T17:51:31.415Z[verify-libraries] Compiling half v2.7.1
45152026-09-03T17:51:31.459Z[verify-libraries] Compiling ciborium-io v0.2.2
45162026-09-03T17:51:31.459Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45172026-09-03T17:51:31.520Z[ host-image] Sep 03 17:51:30.861 INFO O| Sep 03 17:51:30.861 INFO O| Actions: Completed 54206 actions in 6.70 seconds.
45182026-09-03T17:51:31.526Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45192026-09-03T17:51:31.551Z[verify-libraries] Compiling indent_write v2.2.0
45202026-09-03T17:51:31.574Z[verify-libraries] Compiling regress v0.11.1
45212026-09-03T17:51:31.609Z[verify-libraries] Compiling secrecy v0.10.3
45222026-09-03T17:51:31.622Z[ host-image] Sep 03 17:51:30.964 INFO O| Sep 03 17:51:30.963 INFO O| Finalize: Updating package state database ... Done
45232026-09-03T17:51:31.622Z[ host-image] Sep 03 17:51:30.964 INFO O| Sep 03 17:51:30.963 INFO O| Finalize: Updating package cache ... Done
45242026-09-03T17:51:31.686Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45252026-09-03T17:51:31.716Z[verify-libraries] Compiling ciborium-ll v0.2.2
45262026-09-03T17:51:31.763Z[ host-image] Sep 03 17:51:31.104 INFO O| Sep 03 17:51:31.104 INFO O| Finalize: Updating image state ... Done
45272026-09-03T17:51:31.779Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45282026-09-03T17:51:31.803Z[verify-libraries] Compiling inout v0.1.4
45292026-09-03T17:51:31.824Z[verify-libraries] Compiling derive_more v0.99.20
45302026-09-03T17:51:31.846Z[verify-libraries] Compiling universal-hash v0.5.1
45312026-09-03T17:51:31.910Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45322026-09-03T17:51:31.962Z[verify-libraries] Compiling ciborium v0.2.2
45332026-09-03T17:51:32.001Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45342026-09-03T17:51:32.032Z[verify-libraries] Compiling cipher v0.4.4
45352026-09-03T17:51:32.177Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45362026-09-03T17:51:32.200Z[verify-libraries] Compiling opaque-debug v0.3.1
45372026-09-03T17:51:32.245Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45382026-09-03T17:51:32.275Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45392026-09-03T17:51:32.335Z[verify-libraries] Compiling poly1305 v0.8.0
45402026-09-03T17:51:32.335Z[verify-libraries] Compiling blake2 v0.10.6
45412026-09-03T17:51:32.377Z[verify-libraries] Compiling aead v0.5.2
45422026-09-03T17:51:32.480Z[verify-libraries] Compiling chacha20 v0.9.1
45432026-09-03T17:51:32.562Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45442026-09-03T17:51:32.657Z[verify-libraries] Compiling password-hash v0.5.0
45452026-09-03T17:51:32.790Z[verify-libraries] Compiling itertools v0.15.0
45462026-09-03T17:51:32.795Z[verify-libraries] Compiling num-derive v0.4.2
45472026-09-03T17:51:32.881Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45482026-09-03T17:51:32.884Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45492026-09-03T17:51:32.899Z[ recovery-image] Sep 03 17:51:32.240 INFO O| Sep 03 17:51:32.240 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45502026-09-03T17:51:32.912Z[ recovery-image] Sep 03 17:51:32.253 INFO O| Sep 03 17:51:32.253 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45512026-09-03T17:51:32.968Z[ host-image] Sep 03 17:51:32.309 INFO O| Sep 03 17:51:32.309 INFO O| Finalize: Creating fast lookup database ... Done
45522026-09-03T17:51:33.000Z[ host-image] Sep 03 17:51:32.340 INFO O| Sep 03 17:51:32.339 INFO O| Finalize: Reading search index ... Done
45532026-09-03T17:51:33.027Z[verify-libraries] Compiling parse-display v0.10.0
45542026-09-03T17:51:33.130Z[verify-libraries] Compiling argon2 v0.5.3
45552026-09-03T17:51:33.240Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45562026-09-03T17:51:33.313Z[verify-libraries] Compiling rayon-core v1.13.0
45572026-09-03T17:51:33.323Z[ recovery-image] Sep 03 17:51:32.664 INFO O| Sep 03 17:51:32.664 INFO O| Caching catalogs ... Done
45582026-09-03T17:51:33.344Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45592026-09-03T17:51:33.427Z[ recovery-image] Sep 03 17:51:32.756 INFO O| Sep 03 17:51:32.755 INFO STEP 0 (pkg_image_create) COMPLETE
45602026-09-03T17:51:33.427Z[ recovery-image] Sep 03 17:51:32.756 INFO O| Sep 03 17:51:32.756 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45612026-09-03T17:51:33.431Z[ recovery-image] Sep 03 17:51:32.766 INFO O| Sep 03 17:51:32.765 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"]
45622026-09-03T17:51:33.435Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45632026-09-03T17:51:33.497Z[verify-libraries] Compiling glob v0.3.3
45642026-09-03T17:51:33.533Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45652026-09-03T17:51:33.537Z[verify-libraries] Compiling heapless v0.8.0
45662026-09-03T17:51:33.617Z[verify-libraries] Compiling typify-impl v0.6.2
45672026-09-03T17:51:33.677Z[verify-libraries] Compiling vsss-rs v3.3.4
45682026-09-03T17:51:33.740Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO STEP 1 (pkg_set_publisher) COMPLETE
45692026-09-03T17:51:33.740Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45702026-09-03T17:51:33.740Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO skip step because feature "publisher_1_name" is not enabled
45712026-09-03T17:51:33.744Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45722026-09-03T17:51:33.744Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO skip step because feature "publisher_2_name" is not enabled
45732026-09-03T17:51:33.744Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45742026-09-03T17:51:33.744Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO skip step because feature "publisher_3_name" is not enabled
45752026-09-03T17:51:33.744Z[ recovery-image] Sep 03 17:51:33.081 INFO O| Sep 03 17:51:33.081 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45762026-09-03T17:51:33.764Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45772026-09-03T17:51:33.907Z[verify-libraries] Compiling proc-macro-error v1.0.4
45782026-09-03T17:51:33.952Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45792026-09-03T17:51:34.072Z[ recovery-image] Sep 03 17:51:33.413 INFO O| Sep 03 17:51:33.413 INFO variant opensolaris.zone is already global
45802026-09-03T17:51:34.072Z[ recovery-image] Sep 03 17:51:33.413 INFO O| Sep 03 17:51:33.413 INFO STEP 5 (pkg_change_variant) COMPLETE
45812026-09-03T17:51:34.072Z[ recovery-image] Sep 03 17:51:33.413 INFO O| Sep 03 17:51:33.413 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-09-03T17:51:34.354Z[verify-libraries] Compiling ingot-macros v0.2.0
45832026-09-03T17:51:34.382Z[verify-libraries] Compiling usdt-macro v0.5.0
45842026-09-03T17:51:34.382Z[verify-libraries] Compiling tabwriter v1.4.1
45852026-09-03T17:51:34.387Z[ recovery-image] Sep 03 17:51:33.728 INFO O| Sep 03 17:51:33.728 INFO variant opensolaris.imagetype is full; changing to partial
45862026-09-03T17:51:34.387Z[ recovery-image] Sep 03 17:51:33.728 INFO O| Sep 03 17:51:33.728 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45872026-09-03T17:51:34.447Z[verify-libraries] Compiling hash32 v0.3.1
45882026-09-03T17:51:34.504Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45892026-09-03T17:51:34.577Z[verify-libraries] Compiling memmap v0.7.0
45902026-09-03T17:51:34.636Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
45912026-09-03T17:51:34.640Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45922026-09-03T17:51:34.687Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45932026-09-03T17:51:34.687Z[verify-libraries] Compiling smoltcp v0.11.0
45942026-09-03T17:51:34.824Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45952026-09-03T17:51:34.875Z[verify-libraries] Compiling cobs v0.3.0
45962026-09-03T17:51:34.910Z[verify-libraries] Compiling colored v3.1.1
45972026-09-03T17:51:34.953Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
45982026-09-03T17:51:35.036Z[verify-libraries] Compiling rayon v1.11.0
45992026-09-03T17:51:35.151Z[verify-libraries] Compiling postcard v1.1.3
46002026-09-03T17:51:35.180Z[verify-libraries] Compiling rand v0.10.1
46012026-09-03T17:51:35.204Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46022026-09-03T17:51:35.204Z[verify-libraries] Compiling num_enum_derive v0.7.6
46032026-09-03T17:51:35.291Z[verify-libraries] Compiling usdt v0.5.0
46042026-09-03T17:51:35.413Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46052026-09-03T17:51:35.457Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46062026-09-03T17:51:35.516Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46072026-09-03T17:51:35.519Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46082026-09-03T17:51:35.644Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46092026-09-03T17:51:35.728Z[ host-image] Sep 03 17:51:35.069 INFO O| Sep 03 17:51:35.069 INFO O| Finalize: Building new search index ... Done
46102026-09-03T17:51:35.802Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46112026-09-03T17:51:35.882Z[verify-libraries] Compiling num_enum_derive v0.5.11
46122026-09-03T17:51:35.882Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46132026-09-03T17:51:35.968Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46142026-09-03T17:51:35.972Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46152026-09-03T17:51:36.036Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46162026-09-03T17:51:36.073Z[verify-libraries] Compiling cstr-argument v0.1.2
46172026-09-03T17:51:36.149Z[ host-image] Sep 03 17:51:35.489 INFO O| Sep 03 17:51:35.489 INFO O| Finalize: Updating package cache ... Done
46182026-09-03T17:51:36.173Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46192026-09-03T17:51:36.228Z[verify-libraries] Compiling foreign-types v0.5.0
46202026-09-03T17:51:36.265Z[verify-libraries] Compiling itertools v0.12.1
46212026-09-03T17:51:36.300Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46222026-09-03T17:51:36.382Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46232026-09-03T17:51:36.437Z[verify-libraries] Compiling num_enum v0.7.6
46242026-09-03T17:51:36.496Z[verify-libraries] Compiling sigpipe v0.1.3
46252026-09-03T17:51:36.523Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46262026-09-03T17:51:36.539Z[ host-image] Sep 03 17:51:35.880 INFO O| Sep 03 17:51:35.880 INFO STEP 11 (pkg_install) COMPLETE
46272026-09-03T17:51:36.539Z[ host-image] Sep 03 17:51:35.880 INFO O| Sep 03 17:51:35.880 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46282026-09-03T17:51:36.548Z[ host-image] Sep 03 17:51:35.890 INFO O| Sep 03 17:51:35.890 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"]
46292026-09-03T17:51:36.586Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46302026-09-03T17:51:36.626Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46312026-09-03T17:51:36.626Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46322026-09-03T17:51:36.679Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46332026-09-03T17:51:36.698Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46342026-09-03T17:51:36.724Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46352026-09-03T17:51:36.771Z[ recovery-image] Sep 03 17:51:36.112 INFO O| Sep 03 17:51:36.112 INFO O| Startup: Refreshing catalog 'helios' ... Done
46362026-09-03T17:51:36.882Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46372026-09-03T17:51:36.911Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46382026-09-03T17:51:36.915Z[verify-libraries] Compiling toml v0.8.23
46392026-09-03T17:51:36.915Z[verify-libraries] Compiling smf v0.2.3
46402026-09-03T17:51:37.124Z[verify-libraries] Compiling whoami v1.6.1
46412026-09-03T17:51:37.181Z[verify-libraries] Compiling num_enum v0.5.11
46422026-09-03T17:51:37.218Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46432026-09-03T17:51:37.262Z[verify-libraries] Compiling derive-where v1.6.0
46442026-09-03T17:51:37.299Z[ recovery-image] Sep 03 17:51:36.639 INFO O| Sep 03 17:51:36.639 INFO O| Startup: Caching catalogs ... Done
46452026-09-03T17:51:37.315Z[ recovery-image] Sep 03 17:51:36.657 INFO O| Sep 03 17:51:36.657 INFO O| Planning: Planning completed in 0.00 seconds
46462026-09-03T17:51:37.319Z[ recovery-image] Sep 03 17:51:36.657 INFO O| Sep 03 17:51:36.657 INFO O| Planning: Consolidating action changes ... Done
46472026-09-03T17:51:37.319Z[ recovery-image] Sep 03 17:51:36.657 INFO O| Sep 03 17:51:36.657 INFO O| Planning: Evaluating mediators ... Done
46482026-09-03T17:51:37.319Z[ recovery-image] Sep 03 17:51:36.657 INFO O| Sep 03 17:51:36.657 INFO O| Planning: Planning completed in 0.00 seconds
46492026-09-03T17:51:37.319Z[ recovery-image] Sep 03 17:51:36.658 INFO O| Sep 03 17:51:36.658 INFO O| Variants/Facets to change: 1
46502026-09-03T17:51:37.326Z[ recovery-image] Sep 03 17:51:36.668 INFO O| Sep 03 17:51:36.668 INFO O| Finalize: Updating package state database ... Done
46512026-09-03T17:51:37.327Z[ recovery-image] Sep 03 17:51:36.668 INFO O| Sep 03 17:51:36.668 INFO O| Finalize: Updating package cache ... Done
46522026-09-03T17:51:37.360Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46532026-09-03T17:51:37.423Z[ recovery-image] Sep 03 17:51:36.764 INFO O| Sep 03 17:51:36.764 INFO O| Finalize: Updating image state ... Done
46542026-09-03T17:51:37.427Z[verify-libraries] Compiling zone v0.3.1
46552026-09-03T17:51:37.443Z[ recovery-image] Sep 03 17:51:36.783 INFO O| Sep 03 17:51:36.783 INFO O| Finalize: Creating fast lookup database ... Done
46562026-09-03T17:51:37.447Z[ recovery-image] Sep 03 17:51:36.784 INFO O| Sep 03 17:51:36.784 INFO O| Finalize: Reading search index ... Done
46572026-09-03T17:51:37.447Z[ recovery-image] Sep 03 17:51:36.784 INFO O| Sep 03 17:51:36.784 INFO O| Finalize: Updating search index ... Done
46582026-09-03T17:51:37.447Z[ recovery-image] Sep 03 17:51:36.785 INFO O| Sep 03 17:51:36.785 INFO O| Finalize: Updating package cache ... Done
46592026-09-03T17:51:37.462Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46602026-09-03T17:51:37.499Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46612026-09-03T17:51:37.531Z[verify-libraries] Compiling ingot-types v0.2.0
46622026-09-03T17:51:37.531Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-09-03T17:51:37.591Z[verify-libraries] Compiling gethostname v0.5.0
46642026-09-03T17:51:37.707Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46652026-09-03T17:51:37.707Z[verify-libraries] Compiling newline-converter v0.3.0
46662026-09-03T17:51:37.812Z[ recovery-image] Sep 03 17:51:37.152 INFO O| Sep 03 17:51:37.152 INFO STEP 6 (pkg_change_variant) COMPLETE
46672026-09-03T17:51:37.812Z[ recovery-image] Sep 03 17:51:37.153 INFO O| Sep 03 17:51:37.152 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46682026-09-03T17:51:37.812Z[ recovery-image] Sep 03 17:51:37.153 INFO O| Sep 03 17:51:37.152 INFO skip step because feature "debug_variant" is not enabled
46692026-09-03T17:51:37.815Z[ recovery-image] Sep 03 17:51:37.153 INFO O| Sep 03 17:51:37.152 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46702026-09-03T17:51:37.819Z[verify-libraries] Compiling console v0.15.11
46712026-09-03T17:51:37.819Z[verify-libraries] Compiling linear-map v1.2.0
46722026-09-03T17:51:37.823Z[verify-libraries] Compiling num-rational v0.4.2
46732026-09-03T17:51:37.889Z[verify-libraries] Compiling num-complex v0.4.6
46742026-09-03T17:51:37.962Z[verify-libraries] Compiling slog-dtrace v0.3.0
46752026-09-03T17:51:38.066Z[verify-libraries] Compiling ingot v0.2.1
46762026-09-03T17:51:38.137Z[verify-libraries] Compiling resolv-conf v0.7.6
46772026-09-03T17:51:38.137Z[verify-libraries] Compiling prettyplease v0.2.37
46782026-09-03T17:51:38.160Z[ recovery-image] Sep 03 17:51:37.502 INFO O| Sep 03 17:51:37.502 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46792026-09-03T17:51:38.283Z[verify-libraries] Compiling expectorate v1.2.0
46802026-09-03T17:51:38.320Z[verify-libraries] Compiling num v0.4.3
46812026-09-03T17:51:38.430Z[verify-libraries] Compiling typify-macro v0.6.2
46822026-09-03T17:51:38.501Z[verify-libraries] Compiling float-ord v0.3.2
46832026-09-03T17:51:38.505Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46842026-09-03T17:51:38.564Z[verify-libraries] Compiling minimal-lexical v0.2.1
46852026-09-03T17:51:38.567Z[verify-libraries] Compiling linked-hash-map v0.5.6
46862026-09-03T17:51:38.567Z[verify-libraries] Compiling hickory-proto v0.24.4
46872026-09-03T17:51:38.669Z[verify-libraries] Compiling unicode-xid v0.2.6
46882026-09-03T17:51:38.673Z[verify-libraries] Compiling tabled_derive v0.7.0
46892026-09-03T17:51:38.740Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46902026-09-03T17:51:38.813Z[verify-libraries] Compiling lru-cache v0.1.2
46912026-09-03T17:51:38.862Z[verify-libraries] Compiling nom v7.1.3
46922026-09-03T17:51:38.898Z[verify-libraries] Compiling ar_archive_writer v0.5.1
46932026-09-03T17:51:38.898Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
46942026-09-03T17:51:38.898Z[verify-libraries] Compiling fd-lock v4.0.4
46952026-09-03T17:51:39.001Z[verify-libraries] Compiling vte v0.14.1
46962026-09-03T17:51:39.077Z[verify-libraries] Compiling display-error-chain v0.2.2
46972026-09-03T17:51:39.143Z[ host-image] Sep 03 17:51:38.482 INFO O| Sep 03 17:51:38.482 INFO O| Startup: Refreshing catalog 'helios' ... Done
46982026-09-03T17:51:39.182Z[verify-libraries] Compiling crossterm v0.29.0
46992026-09-03T17:51:39.294Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47002026-09-03T17:51:39.411Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47012026-09-03T17:51:39.480Z[verify-libraries] Compiling stacker v0.1.23
47022026-09-03T17:51:39.628Z[verify-libraries] Compiling cfg_aliases v0.1.1
47032026-09-03T17:51:39.651Z[ host-image] Sep 03 17:51:38.993 INFO O| Sep 03 17:51:38.992 INFO O| Startup: Caching catalogs ... Done
47042026-09-03T17:51:39.790Z[verify-libraries] Compiling tabled v0.15.0
47052026-09-03T17:51:39.819Z[verify-libraries] Compiling reedline v0.40.0
47062026-09-03T17:51:39.819Z[verify-libraries] Compiling nix v0.28.0
47072026-09-03T17:51:39.864Z[verify-libraries] Compiling psm v0.1.30
47082026-09-03T17:51:39.868Z[verify-libraries] Compiling semver v0.1.20
47092026-09-03T17:51:39.885Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47102026-09-03T17:51:40.072Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47112026-09-03T17:51:40.150Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47122026-09-03T17:51:40.253Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47132026-09-03T17:51:40.256Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47142026-09-03T17:51:40.256Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47152026-09-03T17:51:40.325Z[ host-image] Sep 03 17:51:39.664 INFO O| Sep 03 17:51:39.664 INFO O| Planning: Solver setup ... Done
47162026-09-03T17:51:40.328Z[ host-image] Sep 03 17:51:39.670 INFO O| Sep 03 17:51:39.670 INFO O| Planning: Running solver ... Done
47172026-09-03T17:51:40.350Z[ host-image] Sep 03 17:51:39.690 INFO O| Sep 03 17:51:39.690 INFO O| Planning: Finding local manifests ... Done
47182026-09-03T17:51:40.366Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47192026-09-03T17:51:40.370Z[ recovery-image] Sep 03 17:51:39.711 INFO O| Sep 03 17:51:39.711 INFO O| Startup: Refreshing catalog 'helios' ... Done
47202026-09-03T17:51:40.373Z[ host-image] Sep 03 17:51:39.713 INFO O| Sep 03 17:51:39.713 INFO O| Planning: Fetching manifests: 0/6 0% complete
47212026-09-03T17:51:40.389Z[verify-libraries] Compiling typify v0.6.2
47222026-09-03T17:51:40.389Z[verify-libraries] Compiling termtree v0.5.1
47232026-09-03T17:51:40.415Z[ host-image] Sep 03 17:51:39.756 INFO O| Sep 03 17:51:39.756 INFO O| Planning: Fetching manifests: 6/6 100% complete
47242026-09-03T17:51:40.442Z[ host-image] Sep 03 17:51:39.777 INFO O| Sep 03 17:51:39.777 INFO O| Planning: Package planning ... Done
47252026-09-03T17:51:40.445Z[ host-image] Sep 03 17:51:39.779 INFO O| Sep 03 17:51:39.779 INFO O| Planning: Merging actions ... Done
47262026-09-03T17:51:40.449Z[verify-libraries] Compiling rustc_version v0.1.7
47272026-09-03T17:51:40.493Z[ host-image] Sep 03 17:51:39.834 INFO O| Sep 03 17:51:39.834 INFO O| Planning: Checking for conflicting actions ... Done
47282026-09-03T17:51:40.496Z[ host-image] Sep 03 17:51:39.835 INFO O| Sep 03 17:51:39.835 INFO O| Planning: Consolidating action changes ... Done
47292026-09-03T17:51:40.584Z[verify-libraries] Compiling progenitor-impl v0.14.0
47302026-09-03T17:51:40.630Z[ host-image] Sep 03 17:51:39.971 INFO O| Sep 03 17:51:39.971 INFO O| Planning: Evaluating mediators ... Done
47312026-09-03T17:51:40.633Z[ host-image] Sep 03 17:51:39.972 INFO O| Sep 03 17:51:39.972 INFO O| Planning: Planning completed in 0.96 seconds
47322026-09-03T17:51:40.633Z[ host-image] Sep 03 17:51:39.973 INFO O| Sep 03 17:51:39.973 INFO O| Packages to install: 6
47332026-09-03T17:51:40.633Z[ host-image] Sep 03 17:51:39.973 INFO O| Sep 03 17:51:39.973 INFO O| Services to change: 2
47342026-09-03T17:51:40.642Z[ host-image] Sep 03 17:51:39.984 INFO O| Sep 03 17:51:39.983 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47352026-09-03T17:51:40.682Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47362026-09-03T17:51:40.717Z[verify-libraries] Compiling phf_shared v0.12.1
47372026-09-03T17:51:40.779Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47382026-09-03T17:51:40.809Z[ host-image] Sep 03 17:51:40.150 INFO O| Sep 03 17:51:40.150 INFO O| Download: Completed 1.76 MB in 0.17 seconds (10.5M/s)
47392026-09-03T17:51:40.821Z[verify-libraries] Compiling nibble_vec v0.1.0
47402026-09-03T17:51:40.852Z[ host-image] Sep 03 17:51:40.193 INFO O| Sep 03 17:51:40.193 INFO O| Actions: 1/391 actions (Installing new actions)
47412026-09-03T17:51:40.855Z[ recovery-image] Sep 03 17:51:40.194 INFO O| Sep 03 17:51:40.194 INFO O| Startup: Caching catalogs ... Done
47422026-09-03T17:51:40.870Z[ recovery-image] Sep 03 17:51:40.211 INFO O| Sep 03 17:51:40.211 INFO O| Planning: Planning completed in 0.00 seconds
47432026-09-03T17:51:40.873Z[ recovery-image] Sep 03 17:51:40.211 INFO O| Sep 03 17:51:40.211 INFO O| Planning: Consolidating action changes ... Done
47442026-09-03T17:51:40.873Z[ recovery-image] Sep 03 17:51:40.211 INFO O| Sep 03 17:51:40.211 INFO O| Planning: Evaluating mediators ... Done
47452026-09-03T17:51:40.873Z[ recovery-image] Sep 03 17:51:40.212 INFO O| Sep 03 17:51:40.212 INFO O| Planning: Planning completed in 0.00 seconds
47462026-09-03T17:51:40.873Z[ recovery-image] Sep 03 17:51:40.212 INFO O| Sep 03 17:51:40.212 INFO O| Variants/Facets to change: 1
47472026-09-03T17:51:40.898Z[ recovery-image] Sep 03 17:51:40.238 INFO O| Sep 03 17:51:40.238 INFO O| Finalize: Updating package state database ... Done
47482026-09-03T17:51:40.898Z[ recovery-image] Sep 03 17:51:40.238 INFO O| Sep 03 17:51:40.238 INFO O| Finalize: Updating package cache ... Done
47492026-09-03T17:51:40.976Z[ recovery-image] Sep 03 17:51:40.317 INFO O| Sep 03 17:51:40.317 INFO O| Finalize: Updating image state ... Done
47502026-09-03T17:51:40.979Z[verify-libraries] Compiling hickory-resolver v0.24.4
47512026-09-03T17:51:40.994Z[ recovery-image] Sep 03 17:51:40.334 INFO O| Sep 03 17:51:40.334 INFO O| Finalize: Creating fast lookup database ... Done
47522026-09-03T17:51:40.998Z[ recovery-image] Sep 03 17:51:40.334 INFO O| Sep 03 17:51:40.334 INFO O| Finalize: Reading search index ... Done
47532026-09-03T17:51:40.998Z[ recovery-image] Sep 03 17:51:40.334 INFO O| Sep 03 17:51:40.334 INFO O| Finalize: Updating search index ... Done
47542026-09-03T17:51:40.998Z[ recovery-image] Sep 03 17:51:40.335 INFO O| Sep 03 17:51:40.335 INFO O| Finalize: Updating package cache ... Done
47552026-09-03T17:51:41.086Z[ host-image] Sep 03 17:51:40.427 INFO O| Sep 03 17:51:40.427 INFO O| Actions: Completed 391 actions in 0.23 seconds.
47562026-09-03T17:51:41.135Z[ host-image] Sep 03 17:51:40.475 INFO O| Sep 03 17:51:40.475 INFO O| Finalize: Updating package state database ... Done
47572026-09-03T17:51:41.135Z[ host-image] Sep 03 17:51:40.475 INFO O| Sep 03 17:51:40.475 INFO O| Finalize: Updating package cache ... Done
47582026-09-03T17:51:41.253Z[ host-image] Sep 03 17:51:40.594 INFO O| Sep 03 17:51:40.594 INFO O| Finalize: Updating image state ... Done
47592026-09-03T17:51:41.299Z[verify-libraries] Compiling chrono-tz v0.10.4
47602026-09-03T17:51:41.331Z[ recovery-image] Sep 03 17:51:40.673 INFO O| Sep 03 17:51:40.672 INFO STEP 8 (pkg_change_facet) COMPLETE
47612026-09-03T17:51:41.331Z[ recovery-image] Sep 03 17:51:40.673 INFO O| Sep 03 17:51:40.673 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47622026-09-03T17:51:41.383Z[verify-libraries] Compiling endian-type v0.1.2
47632026-09-03T17:51:41.429Z[verify-libraries] Compiling highway v1.3.0
47642026-09-03T17:51:41.552Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47652026-09-03T17:51:41.598Z[verify-libraries] Compiling radix_trie v0.2.1
47662026-09-03T17:51:41.670Z[ recovery-image] Sep 03 17:51:41.011 INFO O| Sep 03 17:51:41.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47672026-09-03T17:51:41.673Z[verify-libraries] Compiling recursive v0.1.1
47682026-09-03T17:51:41.708Z[verify-libraries] Compiling phf v0.12.1
47692026-09-03T17:51:41.845Z[verify-libraries] Compiling newtype_derive v0.1.6
47702026-09-03T17:51:41.935Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47712026-09-03T17:51:41.962Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47722026-09-03T17:51:41.985Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47732026-09-03T17:51:42.159Z[verify-libraries] Compiling qorb v0.4.1
47742026-09-03T17:51:42.197Z[verify-libraries] Compiling peg-macros v0.8.5
47752026-09-03T17:51:42.211Z[ host-image] Sep 03 17:51:41.553 INFO O| Sep 03 17:51:41.552 INFO O| Finalize: Creating fast lookup database ... Done
47762026-09-03T17:51:42.244Z[ host-image] Sep 03 17:51:41.585 INFO O| Sep 03 17:51:41.585 INFO O| Finalize: Reading search index ... Done
47772026-09-03T17:51:42.244Z[ host-image] Sep 03 17:51:41.585 INFO O| Sep 03 17:51:41.585 INFO O| Finalize: Updating search index ... Done
47782026-09-03T17:51:42.259Z[ host-image] Sep 03 17:51:41.600 INFO O| Sep 03 17:51:41.600 INFO O| Finalize: Updating package cache ... Done
47792026-09-03T17:51:42.271Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47802026-09-03T17:51:42.275Z[verify-libraries] Compiling csv-core v0.1.13
47812026-09-03T17:51:42.546Z[verify-libraries] Compiling winnow v0.6.26
47822026-09-03T17:51:42.564Z[ host-image] Sep 03 17:51:41.905 INFO O| Sep 03 17:51:41.905 INFO STEP 12 (pkg_install) COMPLETE
47832026-09-03T17:51:42.564Z[ host-image] Sep 03 17:51:41.906 INFO O| Sep 03 17:51:41.905 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47842026-09-03T17:51:42.577Z[ host-image] Sep 03 17:51:41.918 INFO O| Sep 03 17:51:41.918 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47852026-09-03T17:51:42.620Z[verify-libraries] Compiling home v0.5.12
47862026-09-03T17:51:42.907Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
47872026-09-03T17:51:43.036Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47882026-09-03T17:51:43.059Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47892026-09-03T17:51:43.200Z[verify-libraries] Compiling unicode_categories v0.1.1
47902026-09-03T17:51:43.280Z[verify-libraries] Compiling sqlparser v0.61.0
47912026-09-03T17:51:43.315Z[verify-libraries] Compiling rustyline v14.0.0
47922026-09-03T17:51:43.386Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
47932026-09-03T17:51:43.420Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
47942026-09-03T17:51:43.452Z[verify-libraries] Compiling const_format v0.2.35
47952026-09-03T17:51:43.478Z[verify-libraries] Compiling progenitor-macro v0.14.0
47962026-09-03T17:51:43.562Z[verify-libraries] Compiling csv v1.4.0
47972026-09-03T17:51:43.820Z[verify-libraries] Compiling bcs v0.1.6
47982026-09-03T17:51:43.964Z[verify-libraries] Compiling peg v0.8.5
47992026-09-03T17:51:44.074Z[verify-libraries] Compiling sqlformat v0.3.5
48002026-09-03T17:51:44.116Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48012026-09-03T17:51:44.196Z[verify-libraries] Compiling nom v8.0.0
48022026-09-03T17:51:44.196Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48032026-09-03T17:51:44.289Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48042026-09-03T17:51:44.323Z[verify-libraries] Compiling steno v0.4.1
48052026-09-03T17:51:44.399Z[verify-libraries] Compiling sha1 v0.10.6
48062026-09-03T17:51:44.458Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48072026-09-03T17:51:44.529Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48082026-09-03T17:51:44.576Z[ recovery-image] Sep 03 17:51:43.916 INFO O| Sep 03 17:51:43.916 INFO O| Startup: Refreshing catalog 'helios' ... Done
48092026-09-03T17:51:44.730Z[verify-libraries] Compiling tagptr v0.2.0
48102026-09-03T17:51:44.999Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48112026-09-03T17:51:45.049Z[verify-libraries] Compiling utf-8 v0.7.6
48122026-09-03T17:51:45.072Z[verify-libraries] Compiling moka v0.12.13
48132026-09-03T17:51:45.096Z[ recovery-image] Sep 03 17:51:44.436 INFO O| Sep 03 17:51:44.436 INFO O| Startup: Caching catalogs ... Done
48142026-09-03T17:51:45.113Z[ recovery-image] Sep 03 17:51:44.453 INFO O| Sep 03 17:51:44.453 INFO O| Planning: Planning completed in 0.00 seconds
48152026-09-03T17:51:45.117Z[ recovery-image] Sep 03 17:51:44.454 INFO O| Sep 03 17:51:44.454 INFO O| Planning: Consolidating action changes ... Done
48162026-09-03T17:51:45.117Z[ recovery-image] Sep 03 17:51:44.454 INFO O| Sep 03 17:51:44.454 INFO O| Planning: Evaluating mediators ... Done
48172026-09-03T17:51:45.117Z[ recovery-image] Sep 03 17:51:44.454 INFO O| Sep 03 17:51:44.454 INFO O| Planning: Planning completed in 0.00 seconds
48182026-09-03T17:51:45.117Z[ recovery-image] Sep 03 17:51:44.454 INFO O| Sep 03 17:51:44.454 INFO O| Variants/Facets to change: 1
48192026-09-03T17:51:45.121Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48202026-09-03T17:51:45.129Z[ recovery-image] Sep 03 17:51:44.468 INFO O| Sep 03 17:51:44.468 INFO O| Finalize: Updating package state database ... Done
48212026-09-03T17:51:45.129Z[ recovery-image] Sep 03 17:51:44.468 INFO O| Sep 03 17:51:44.468 INFO O| Finalize: Updating package cache ... Done
48222026-09-03T17:51:45.151Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48232026-09-03T17:51:45.213Z[ recovery-image] Sep 03 17:51:44.548 INFO O| Sep 03 17:51:44.548 INFO O| Finalize: Updating image state ... Done
48242026-09-03T17:51:45.217Z[verify-libraries] Compiling libefi-sys v0.1.0
48252026-09-03T17:51:45.226Z[ recovery-image] Sep 03 17:51:44.565 INFO O| Sep 03 17:51:44.565 INFO O| Finalize: Creating fast lookup database ... Done
48262026-09-03T17:51:45.229Z[ recovery-image] Sep 03 17:51:44.566 INFO O| Sep 03 17:51:44.566 INFO O| Finalize: Reading search index ... Done
48272026-09-03T17:51:45.229Z[ recovery-image] Sep 03 17:51:44.566 INFO O| Sep 03 17:51:44.566 INFO O| Finalize: Updating search index ... Done
48282026-09-03T17:51:45.229Z[ recovery-image] Sep 03 17:51:44.567 INFO O| Sep 03 17:51:44.567 INFO O| Finalize: Updating package cache ... Done
48292026-09-03T17:51:45.270Z[verify-libraries] Compiling tungstenite v0.21.0
48302026-09-03T17:51:45.300Z[verify-libraries] Compiling bitfield-struct v0.6.2
48312026-09-03T17:51:45.349Z[ host-image] Sep 03 17:51:44.690 INFO O| Sep 03 17:51:44.690 INFO O| Startup: Refreshing catalog 'helios' ... Done
48322026-09-03T17:51:45.461Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48332026-09-03T17:51:45.465Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48342026-09-03T17:51:45.503Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48352026-09-03T17:51:45.525Z[ recovery-image] Sep 03 17:51:44.866 INFO O| Sep 03 17:51:44.865 INFO STEP 9 (pkg_change_facet) COMPLETE
48362026-09-03T17:51:45.528Z[ recovery-image] Sep 03 17:51:44.866 INFO O| Sep 03 17:51:44.866 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48372026-09-03T17:51:45.536Z[verify-libraries] Compiling xshell-macros v0.2.7
48382026-09-03T17:51:45.820Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48392026-09-03T17:51:45.838Z[ host-image] Sep 03 17:51:45.178 INFO O| Sep 03 17:51:45.178 INFO O| Startup: Caching catalogs ... Done
48402026-09-03T17:51:45.854Z[ recovery-image] Sep 03 17:51:45.195 INFO O| Sep 03 17:51:45.195 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48412026-09-03T17:51:45.928Z[verify-libraries] Compiling hickory-resolver v0.25.2
48422026-09-03T17:51:45.984Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48432026-09-03T17:51:46.013Z[verify-libraries] Compiling sha2 v0.11.0
48442026-09-03T17:51:46.074Z[verify-libraries] Compiling xshell v0.2.7
48452026-09-03T17:51:46.075Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48462026-09-03T17:51:46.078Z[verify-libraries] Compiling libscf-sys v1.2.0
48472026-09-03T17:51:46.161Z[verify-libraries] Compiling subprocess v0.2.15
48482026-09-03T17:51:46.235Z[verify-libraries] Compiling papergrid v0.18.0
48492026-09-03T17:51:46.288Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48502026-09-03T17:51:46.370Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48512026-09-03T17:51:46.434Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48522026-09-03T17:51:46.464Z[ host-image] Sep 03 17:51:45.805 INFO O| Sep 03 17:51:45.805 INFO O| Planning: Solver setup ... Done
48532026-09-03T17:51:46.472Z[ host-image] Sep 03 17:51:45.811 INFO O| Sep 03 17:51:45.811 INFO O| Planning: Running solver ... Done
48542026-09-03T17:51:46.487Z[ host-image] Sep 03 17:51:45.828 INFO O| Sep 03 17:51:45.828 INFO O| Planning: Finding local manifests ... Done
48552026-09-03T17:51:46.539Z[ host-image] Sep 03 17:51:45.880 INFO O| Sep 03 17:51:45.880 INFO O| Planning: Fetching manifests: 0/6 0% complete
48562026-09-03T17:51:46.647Z[ host-image] Sep 03 17:51:45.988 INFO O| Sep 03 17:51:45.988 INFO O| Planning: Fetching manifests: 6/6 100% complete
48572026-09-03T17:51:46.668Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48582026-09-03T17:51:46.675Z[ host-image] Sep 03 17:51:46.015 INFO O| Sep 03 17:51:46.015 INFO O| Planning: Package planning ... Done
48592026-09-03T17:51:46.682Z[ host-image] Sep 03 17:51:46.023 INFO O| Sep 03 17:51:46.023 INFO O| Planning: Merging actions ... Done
48602026-09-03T17:51:46.721Z[verify-libraries] Compiling headers-core v0.3.0
48612026-09-03T17:51:46.732Z[ host-image] Sep 03 17:51:46.072 INFO O| Sep 03 17:51:46.072 INFO O| Planning: Checking for conflicting actions ... Done
48622026-09-03T17:51:46.736Z[ host-image] Sep 03 17:51:46.075 INFO O| Sep 03 17:51:46.075 INFO O| Planning: Consolidating action changes ... Done
48632026-09-03T17:51:46.763Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48642026-09-03T17:51:46.875Z[verify-libraries] Compiling unicase v2.9.0
48652026-09-03T17:51:46.879Z[ host-image] Sep 03 17:51:46.217 INFO O| Sep 03 17:51:46.217 INFO O| Planning: Evaluating mediators ... Done
48662026-09-03T17:51:46.883Z[ host-image] Sep 03 17:51:46.220 INFO O| Sep 03 17:51:46.220 INFO O| Planning: Planning completed in 1.02 seconds
48672026-09-03T17:51:46.883Z[ host-image] Sep 03 17:51:46.221 INFO O| Sep 03 17:51:46.221 INFO O| Packages to install: 6
48682026-09-03T17:51:46.883Z[ host-image] Sep 03 17:51:46.221 INFO O| Sep 03 17:51:46.221 INFO O| Mediators to change: 1
48692026-09-03T17:51:46.883Z[ host-image] Sep 03 17:51:46.221 INFO O| Sep 03 17:51:46.221 INFO O| Services to change: 1
48702026-09-03T17:51:46.891Z[ host-image] Sep 03 17:51:46.232 INFO O| Sep 03 17:51:46.232 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48712026-09-03T17:51:46.953Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48722026-09-03T17:51:47.040Z[verify-libraries] Compiling headers v0.4.1
48732026-09-03T17:51:47.086Z[verify-libraries] Compiling darling_core v0.21.3
48742026-09-03T17:51:47.125Z[verify-libraries] Compiling maplit v1.0.2
48752026-09-03T17:51:47.207Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48762026-09-03T17:51:47.327Z[verify-libraries] Compiling tabled v0.21.0
48772026-09-03T17:51:47.474Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48782026-09-03T17:51:47.532Z[ host-image] Sep 03 17:51:46.873 INFO O| Sep 03 17:51:46.873 INFO O| Download: Completed 7.84 MB in 0.64 seconds (12.2M/s)
48792026-09-03T17:51:47.583Z[ host-image] Sep 03 17:51:46.924 INFO O| Sep 03 17:51:46.924 INFO O| Actions: 1/1366 actions (Installing new actions)
48802026-09-03T17:51:47.818Z[verify-libraries] Compiling yasna v0.5.2
48812026-09-03T17:51:47.860Z[ host-image] Sep 03 17:51:47.201 INFO O| Sep 03 17:51:47.201 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
48822026-09-03T17:51:47.897Z[verify-libraries] Compiling crc8 v0.1.1
48832026-09-03T17:51:47.915Z[ host-image] Sep 03 17:51:47.256 INFO O| Sep 03 17:51:47.256 INFO O| Finalize: Updating package state database ... Done
48842026-09-03T17:51:47.915Z[ host-image] Sep 03 17:51:47.256 INFO O| Sep 03 17:51:47.256 INFO O| Finalize: Updating package cache ... Done
48852026-09-03T17:51:48.044Z[ host-image] Sep 03 17:51:47.385 INFO O| Sep 03 17:51:47.385 INFO O| Finalize: Updating image state ... Done
48862026-09-03T17:51:48.084Z[verify-libraries] Compiling vergen-lib v0.1.6
48872026-09-03T17:51:48.151Z[verify-libraries] Compiling diesel_derives v2.3.7
48882026-09-03T17:51:48.220Z[verify-libraries] Compiling port-file v0.1.0
48892026-09-03T17:51:48.263Z[verify-libraries] Compiling vergen-gitcl v1.0.8
48902026-09-03T17:51:48.475Z[verify-libraries] Compiling rcgen v0.12.1
48912026-09-03T17:51:48.552Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
48922026-09-03T17:51:48.611Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
48932026-09-03T17:51:48.674Z[ recovery-image] Sep 03 17:51:48.011 INFO O| Sep 03 17:51:48.011 INFO O| Startup: Refreshing catalog 'helios' ... Done
48942026-09-03T17:51:48.682Z[verify-libraries] Compiling half v1.8.3
48952026-09-03T17:51:48.781Z[verify-libraries] Compiling r2d2 v0.8.10
48962026-09-03T17:51:48.885Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
48972026-09-03T17:51:48.944Z[verify-libraries] Compiling dirs-sys-next v0.1.2
48982026-09-03T17:51:48.973Z[verify-libraries] Compiling progenitor v0.14.0
48992026-09-03T17:51:49.088Z[verify-libraries] Compiling serde_cbor v0.11.2
49002026-09-03T17:51:49.155Z[ host-image] Sep 03 17:51:48.494 INFO O| Sep 03 17:51:48.494 INFO O| Finalize: Creating fast lookup database ... Done
49012026-09-03T17:51:49.159Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49022026-09-03T17:51:49.187Z[ host-image] Sep 03 17:51:48.527 INFO O| Sep 03 17:51:48.527 INFO O| Finalize: Reading search index ... Done
49032026-09-03T17:51:49.187Z[ host-image] Sep 03 17:51:48.528 INFO O| Sep 03 17:51:48.528 INFO O| Finalize: Updating search index ... Done
49042026-09-03T17:51:49.194Z[ recovery-image] Sep 03 17:51:48.534 INFO O| Sep 03 17:51:48.534 INFO O| Startup: Caching catalogs ... Done
49052026-09-03T17:51:49.213Z[ recovery-image] Sep 03 17:51:48.552 INFO O| Sep 03 17:51:48.552 INFO O| Planning: Planning completed in 0.00 seconds
49062026-09-03T17:51:49.217Z[ recovery-image] Sep 03 17:51:48.552 INFO O| Sep 03 17:51:48.552 INFO O| Planning: Consolidating action changes ... Done
49072026-09-03T17:51:49.217Z[ recovery-image] Sep 03 17:51:48.552 INFO O| Sep 03 17:51:48.552 INFO O| Planning: Evaluating mediators ... Done
49082026-09-03T17:51:49.217Z[ recovery-image] Sep 03 17:51:48.553 INFO O| Sep 03 17:51:48.553 INFO O| Planning: Planning completed in 0.00 seconds
49092026-09-03T17:51:49.217Z[ recovery-image] Sep 03 17:51:48.553 INFO O| Sep 03 17:51:48.553 INFO O| Variants/Facets to change: 1
49102026-09-03T17:51:49.223Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49112026-09-03T17:51:49.223Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49122026-09-03T17:51:49.223Z[ host-image] Sep 03 17:51:48.559 INFO O| Sep 03 17:51:48.559 INFO O| Finalize: Updating package cache ... Done
49132026-09-03T17:51:49.227Z[ recovery-image] Sep 03 17:51:48.564 INFO O| Sep 03 17:51:48.564 INFO O| Finalize: Updating package state database ... Done
49142026-09-03T17:51:49.227Z[ recovery-image] Sep 03 17:51:48.564 INFO O| Sep 03 17:51:48.564 INFO O| Finalize: Updating package cache ... Done
49152026-09-03T17:51:49.318Z[ recovery-image] Sep 03 17:51:48.658 INFO O| Sep 03 17:51:48.658 INFO O| Finalize: Updating image state ... Done
49162026-09-03T17:51:49.337Z[ recovery-image] Sep 03 17:51:48.676 INFO O| Sep 03 17:51:48.676 INFO O| Finalize: Creating fast lookup database ... Done
49172026-09-03T17:51:49.341Z[ recovery-image] Sep 03 17:51:48.676 INFO O| Sep 03 17:51:48.676 INFO O| Finalize: Reading search index ... Done
49182026-09-03T17:51:49.341Z[ recovery-image] Sep 03 17:51:48.676 INFO O| Sep 03 17:51:48.676 INFO O| Finalize: Updating search index ... Done
49192026-09-03T17:51:49.341Z[ recovery-image] Sep 03 17:51:48.677 INFO O| Sep 03 17:51:48.677 INFO O| Finalize: Updating package cache ... Done
49202026-09-03T17:51:49.360Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49212026-09-03T17:51:49.516Z[verify-libraries] Compiling downcast-rs v2.0.2
49222026-09-03T17:51:49.557Z[ host-image] Sep 03 17:51:48.898 INFO O| Sep 03 17:51:48.898 INFO STEP 13 (pkg_install) COMPLETE
49232026-09-03T17:51:49.557Z[ host-image] Sep 03 17:51:48.898 INFO O| Sep 03 17:51:48.898 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49242026-09-03T17:51:49.568Z[ host-image] Sep 03 17:51:48.909 INFO O| Sep 03 17:51:48.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49252026-09-03T17:51:49.658Z[ recovery-image] Sep 03 17:51:48.999 INFO O| Sep 03 17:51:48.999 INFO STEP 10 (pkg_change_facet) COMPLETE
49262026-09-03T17:51:49.658Z[ recovery-image] Sep 03 17:51:48.999 INFO O| Sep 03 17:51:48.999 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49272026-09-03T17:51:49.669Z[ recovery-image] Sep 03 17:51:49.009 INFO O| Sep 03 17:51:49.009 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"]
49282026-09-03T17:51:49.676Z[verify-libraries] Compiling cpubits v0.1.1
49292026-09-03T17:51:49.775Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49302026-09-03T17:51:49.819Z[verify-libraries] Compiling crunchy v0.2.4
49312026-09-03T17:51:49.879Z[verify-libraries] Compiling dirs-next v2.0.0
49322026-09-03T17:51:49.928Z[verify-libraries] Compiling darling_macro v0.21.3
49332026-09-03T17:51:50.071Z[verify-libraries] Compiling clang-sys v1.8.1
49342026-09-03T17:51:50.099Z[verify-libraries] Compiling tiny-keccak v2.0.2
49352026-09-03T17:51:50.184Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49362026-09-03T17:51:50.270Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49372026-09-03T17:51:50.377Z[verify-libraries] Compiling term v0.7.0
49382026-09-03T17:51:50.421Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49392026-09-03T17:51:50.525Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49402026-09-03T17:51:50.618Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49412026-09-03T17:51:50.623Z[verify-libraries] Compiling darling v0.21.3
49422026-09-03T17:51:50.639Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49432026-09-03T17:51:50.693Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49442026-09-03T17:51:50.722Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49452026-09-03T17:51:50.752Z[verify-libraries] Compiling diff v0.1.13
49462026-09-03T17:51:50.821Z[verify-libraries] Compiling bit-vec v0.6.3
49472026-09-03T17:51:50.878Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49482026-09-03T17:51:50.999Z[verify-libraries] Compiling ascii-canvas v3.0.0
49492026-09-03T17:51:51.076Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49502026-09-03T17:51:51.110Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49512026-09-03T17:51:51.194Z[verify-libraries] Compiling bit-set v0.5.3
49522026-09-03T17:51:51.197Z[verify-libraries] Compiling itertools v0.10.5
49532026-09-03T17:51:51.349Z[verify-libraries] Compiling libloading v0.8.9
49542026-09-03T17:51:51.378Z[verify-libraries] Compiling ena v0.14.4
49552026-09-03T17:51:51.378Z[verify-libraries] Compiling regex-syntax v0.6.29
49562026-09-03T17:51:51.446Z[verify-libraries] Compiling bindgen v0.71.1
49572026-09-03T17:51:51.698Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49582026-09-03T17:51:51.698Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49592026-09-03T17:51:51.770Z[verify-libraries] Compiling cexpr v0.6.0
49602026-09-03T17:51:51.773Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
49612026-09-03T17:51:51.883Z[verify-libraries] Compiling rustc-hash v2.1.1
49622026-09-03T17:51:51.886Z[ recovery-image] Sep 03 17:51:51.226 INFO O| Sep 03 17:51:51.226 INFO O| Startup: Refreshing catalog 'helios' ... Done
49632026-09-03T17:51:51.974Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49642026-09-03T17:51:52.012Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49652026-09-03T17:51:52.017Z[ host-image] Sep 03 17:51:51.359 INFO O| Sep 03 17:51:51.359 INFO O| Startup: Refreshing catalog 'helios' ... Done
49662026-09-03T17:51:52.119Z[verify-libraries] Compiling rfc6979 v0.4.0
49672026-09-03T17:51:52.141Z[verify-libraries] Compiling libxml v0.3.3
49682026-09-03T17:51:52.220Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
49692026-09-03T17:51:52.286Z[verify-libraries] Compiling ecdsa v0.16.9
49702026-09-03T17:51:52.446Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49712026-09-03T17:51:52.633Z[verify-libraries] Compiling primeorder v0.13.6
49722026-09-03T17:51:52.637Z[verify-libraries] Compiling strum_macros v0.24.3
49732026-09-03T17:51:52.677Z[verify-libraries] Compiling hashbrown v0.14.5
49742026-09-03T17:51:52.755Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
49752026-09-03T17:51:52.781Z[ host-image] Sep 03 17:51:52.121 INFO O| Sep 03 17:51:52.121 INFO O| Startup: Caching catalogs ... Done
49762026-09-03T17:51:52.785Z[ recovery-image] Sep 03 17:51:52.125 INFO O| Sep 03 17:51:52.125 INFO O| Startup: Caching catalogs ... Done
49772026-09-03T17:51:52.788Z[verify-libraries] Compiling hmac v0.13.0
49782026-09-03T17:51:52.788Z[verify-libraries] Compiling universal-hash v0.6.1
49792026-09-03T17:51:52.788Z[verify-libraries] Compiling fxhash v0.2.1
49802026-09-03T17:51:52.928Z[verify-libraries] Compiling lalrpop v0.19.12
49812026-09-03T17:51:53.000Z[verify-libraries] Compiling indoc v1.0.9
49822026-09-03T17:51:53.062Z[verify-libraries] Compiling salty v0.3.0
49832026-09-03T17:51:53.114Z[verify-libraries] Compiling p384 v0.13.1
49842026-09-03T17:51:53.196Z[verify-libraries] Compiling knus-derive v3.4.0
49852026-09-03T17:51:53.420Z[ host-image] Sep 03 17:51:52.761 INFO O| Sep 03 17:51:52.761 INFO O| Planning: Solver setup ... Done
49862026-09-03T17:51:53.425Z[ host-image] Sep 03 17:51:52.767 INFO O| Sep 03 17:51:52.767 INFO O| Planning: Running solver ... Done
49872026-09-03T17:51:53.445Z[ host-image] Sep 03 17:51:52.784 INFO O| Sep 03 17:51:52.784 INFO O| Planning: Finding local manifests ... Done
49882026-09-03T17:51:53.459Z[ host-image] Sep 03 17:51:52.800 INFO O| Sep 03 17:51:52.800 INFO O| Planning: Fetching manifests: 0/1 0% complete
49892026-09-03T17:51:53.464Z[ host-image] Sep 03 17:51:52.806 INFO O| Sep 03 17:51:52.806 INFO O| Planning: Fetching manifests: 1/1 100% complete
49902026-09-03T17:51:53.472Z[verify-libraries] Compiling chumsky v0.9.3
49912026-09-03T17:51:53.509Z[ host-image] Sep 03 17:51:52.851 INFO O| Sep 03 17:51:52.851 INFO O| Planning: Package planning ... Done
49922026-09-03T17:51:53.510Z[ host-image] Sep 03 17:51:52.851 INFO O| Sep 03 17:51:52.851 INFO O| Planning: Merging actions ... Done
49932026-09-03T17:51:53.548Z[ host-image] Sep 03 17:51:52.889 INFO O| Sep 03 17:51:52.889 INFO O| Planning: Checking for conflicting actions ... Done
49942026-09-03T17:51:53.552Z[ host-image] Sep 03 17:51:52.890 INFO O| Sep 03 17:51:52.890 INFO O| Planning: Consolidating action changes ... Done
49952026-09-03T17:51:53.621Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
49962026-09-03T17:51:53.684Z[ host-image] Sep 03 17:51:53.025 INFO O| Sep 03 17:51:53.025 INFO O| Planning: Evaluating mediators ... Done
49972026-09-03T17:51:53.688Z[ host-image] Sep 03 17:51:53.026 INFO O| Sep 03 17:51:53.026 INFO O| Planning: Planning completed in 0.89 seconds
49982026-09-03T17:51:53.688Z[ host-image] Sep 03 17:51:53.026 INFO O| Sep 03 17:51:53.026 INFO O| Packages to install: 1
49992026-09-03T17:51:53.696Z[ host-image] Sep 03 17:51:53.037 INFO O| Sep 03 17:51:53.037 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50002026-09-03T17:51:53.798Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50012026-09-03T17:51:53.856Z[ host-image] Sep 03 17:51:53.197 INFO O| Sep 03 17:51:53.197 INFO O| Download: Completed 13.27 MB in 0.16 seconds (82.7M/s)
50022026-09-03T17:51:53.907Z[ host-image] Sep 03 17:51:53.248 INFO O| Sep 03 17:51:53.248 INFO O| Actions: 1/22 actions (Installing new actions)
50032026-09-03T17:51:54.098Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50042026-09-03T17:51:54.133Z[ host-image] Sep 03 17:51:53.474 INFO O| Sep 03 17:51:53.474 INFO O| Actions: Completed 22 actions in 0.23 seconds.
50052026-09-03T17:51:54.155Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50062026-09-03T17:51:54.179Z[ host-image] Sep 03 17:51:53.520 INFO O| Sep 03 17:51:53.520 INFO O| Finalize: Updating package state database ... Done
50072026-09-03T17:51:54.179Z[ host-image] Sep 03 17:51:53.520 INFO O| Sep 03 17:51:53.520 INFO O| Finalize: Updating package cache ... Done
50082026-09-03T17:51:54.282Z[ host-image] Sep 03 17:51:53.620 INFO O| Sep 03 17:51:53.620 INFO O| Finalize: Updating image state ... Done
50092026-09-03T17:51:54.444Z[verify-libraries] Compiling oso-derive v0.27.3
50102026-09-03T17:51:54.628Z[verify-libraries] Compiling quick-xml v0.37.5
50112026-09-03T17:51:54.741Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50122026-09-03T17:51:54.832Z[verify-libraries] Compiling openssl-probe v0.1.6
50132026-09-03T17:51:55.066Z[verify-libraries] Compiling polyval v0.7.1
50142026-09-03T17:51:55.111Z[verify-libraries] Compiling knus v3.4.0
50152026-09-03T17:51:55.176Z[verify-libraries] Compiling der v0.8.0
50162026-09-03T17:51:55.295Z[ host-image] Sep 03 17:51:54.635 INFO O| Sep 03 17:51:54.634 INFO O| Finalize: Creating fast lookup database ... Done
50172026-09-03T17:51:55.324Z[ host-image] Sep 03 17:51:54.665 INFO O| Sep 03 17:51:54.665 INFO O| Finalize: Reading search index ... Done
50182026-09-03T17:51:55.324Z[ host-image] Sep 03 17:51:54.665 INFO O| Sep 03 17:51:54.665 INFO O| Finalize: Updating search index ... Done
50192026-09-03T17:51:55.335Z[ host-image] Sep 03 17:51:54.676 INFO O| Sep 03 17:51:54.676 INFO O| Finalize: Updating package cache ... Done
50202026-09-03T17:51:55.561Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50212026-09-03T17:51:55.645Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 14 (pkg_install) COMPLETE
50222026-09-03T17:51:55.645Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50232026-09-03T17:51:55.645Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "mbist" is not enabled
50242026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50252026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "mfg" is not enabled
50262026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50272026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "compliance" is not enabled
50282026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50292026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "stress" is not enabled
50302026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50312026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "compliance" is not enabled
50322026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50332026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO skip step because feature "nfs" is not enabled
50342026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50352026-09-03T17:51:55.650Z[ host-image] Sep 03 17:51:54.985 INFO O| Sep 03 17:51:54.985 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50362026-09-03T17:51:56.032Z[ host-image] Sep 03 17:51:55.373 INFO O| Sep 03 17:51:55.373 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50372026-09-03T17:51:56.104Z[ recovery-image] Sep 03 17:51:55.445 INFO O| Sep 03 17:51:55.445 INFO O| Planning: Solver setup ... Done
50382026-09-03T17:51:56.153Z[ host-image] Sep 03 17:51:55.495 INFO O| Sep 03 17:51:55.495 INFO completed processing sled/ramdisk-01-os
50392026-09-03T17:51:56.157Z[ host-image] Sep 03 17:51:55.497 INFO omicron1 baseline generation...
50402026-09-03T17:51:56.157Z[ host-image] Sep 03 17:51:55.497 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50412026-09-03T17:51:56.230Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50422026-09-03T17:51:56.284Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50432026-09-03T17:51:56.472Z[ recovery-image] Sep 03 17:51:55.812 INFO O| Sep 03 17:51:55.812 INFO O| Planning: Running solver ... Done
50442026-09-03T17:51:56.542Z[ recovery-image] Sep 03 17:51:55.883 INFO O| Sep 03 17:51:55.883 INFO O| Planning: Finding local manifests ... Done
50452026-09-03T17:51:56.547Z[ host-image] Sep 03 17:51:55.888 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50462026-09-03T17:51:56.587Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50472026-09-03T17:51:56.613Z[ recovery-image] Sep 03 17:51:55.954 INFO O| Sep 03 17:51:55.954 INFO O| Planning: Fetching manifests: 0/130 0% complete
50482026-09-03T17:51:56.617Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50492026-09-03T17:51:56.684Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50502026-09-03T17:51:57.317Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50512026-09-03T17:51:57.399Z[verify-libraries] Compiling diesel v2.3.7
50522026-09-03T17:51:57.736Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50532026-09-03T17:51:57.892Z[verify-libraries] Compiling git-stub v1.0.0
50542026-09-03T17:51:58.109Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50552026-09-03T17:51:58.140Z[verify-libraries] Compiling kstat-rs v0.2.5
50562026-09-03T17:51:58.235Z[verify-libraries] Compiling trait-variant v0.1.2
50572026-09-03T17:51:58.517Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50582026-09-03T17:51:58.657Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50592026-09-03T17:51:58.826Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50602026-09-03T17:51:58.870Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50612026-09-03T17:51:59.130Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50622026-09-03T17:51:59.164Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50632026-09-03T17:51:59.205Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50642026-09-03T17:51:59.417Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50652026-09-03T17:51:59.540Z[verify-libraries] Compiling ghash v0.6.0
50662026-09-03T17:51:59.761Z[verify-libraries] Compiling pbkdf2 v0.13.0
50672026-09-03T17:52:00.018Z[verify-libraries] Compiling crypto-bigint v0.7.5
50682026-09-03T17:52:00.083Z[verify-libraries] Compiling aes v0.9.1
50692026-09-03T17:52:00.392Z[ recovery-image] Sep 03 17:51:59.733 INFO O| Sep 03 17:51:59.733 INFO O| Planning: Fetching manifests: 130/130 100% complete
50702026-09-03T17:52:00.619Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50712026-09-03T17:52:00.745Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50722026-09-03T17:52:00.974Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50732026-09-03T17:52:00.998Z[verify-libraries] Compiling ctr v0.10.1
50742026-09-03T17:52:01.036Z[ recovery-image] Sep 03 17:52:00.377 INFO O| Sep 03 17:52:00.377 INFO O| Planning: Package planning ... Done
50752026-09-03T17:52:01.247Z[ recovery-image] Sep 03 17:52:00.588 INFO O| Sep 03 17:52:00.588 INFO O| Planning: Merging actions ... Done
50762026-09-03T17:52:01.324Z[ recovery-image] Sep 03 17:52:00.664 INFO O| Sep 03 17:52:00.664 INFO O| Planning: Checking for conflicting actions ... Done
50772026-09-03T17:52:01.345Z[verify-libraries] Compiling aead v0.6.1
50782026-09-03T17:52:01.383Z[ recovery-image] Sep 03 17:52:00.724 INFO O| Sep 03 17:52:00.724 INFO O| Planning: Consolidating action changes ... Done
50792026-09-03T17:52:01.386Z[verify-libraries] Compiling bb8 v0.8.6
50802026-09-03T17:52:01.390Z[verify-libraries] Compiling parking_lot_core v0.8.6
50812026-09-03T17:52:01.527Z[ recovery-image] Sep 03 17:52:00.868 INFO O| Sep 03 17:52:00.868 INFO O| Planning: Evaluating mediators ... Done
50822026-09-03T17:52:01.600Z[verify-libraries] Compiling aes-gcm v0.11.0
50832026-09-03T17:52:01.809Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50842026-09-03T17:52:01.994Z[verify-libraries] Compiling spki v0.8.0
50852026-09-03T17:52:02.026Z[verify-libraries] Compiling mime_guess v2.0.5
50862026-09-03T17:52:02.133Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50872026-09-03T17:52:02.188Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50882026-09-03T17:52:02.330Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50892026-09-03T17:52:02.410Z[verify-libraries] Compiling salsa20 v0.11.0
50902026-09-03T17:52:02.457Z[verify-libraries] Compiling nanorand v0.7.0
50912026-09-03T17:52:02.545Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
50922026-09-03T17:52:02.628Z[verify-libraries] Compiling scrypt v0.12.0
50932026-09-03T17:52:02.683Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50942026-09-03T17:52:02.816Z[verify-libraries] Compiling flume v0.11.1
50952026-09-03T17:52:02.956Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
50962026-09-03T17:52:03.022Z[ recovery-image] Sep 03 17:52:02.363 INFO O| Sep 03 17:52:02.363 INFO O| Planning: Planning completed in 10.22 seconds
50972026-09-03T17:52:03.026Z[ recovery-image] Sep 03 17:52:02.365 INFO O| Sep 03 17:52:02.365 INFO O| Packages to install: 130
50982026-09-03T17:52:03.026Z[ recovery-image] Sep 03 17:52:02.365 INFO O| Sep 03 17:52:02.365 INFO O| Mediators to change: 5
50992026-09-03T17:52:03.026Z[ recovery-image] Sep 03 17:52:02.365 INFO O| Sep 03 17:52:02.365 INFO O| Services to change: 5
51002026-09-03T17:52:03.041Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51012026-09-03T17:52:03.053Z[ recovery-image] Sep 03 17:52:02.394 INFO O| Sep 03 17:52:02.394 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
51022026-09-03T17:52:03.239Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51032026-09-03T17:52:03.292Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51042026-09-03T17:52:03.574Z[verify-libraries] Compiling cbc v0.2.1
51052026-09-03T17:52:03.633Z[verify-libraries] Compiling digest-io v0.1.0
51062026-09-03T17:52:03.729Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51072026-09-03T17:52:03.828Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51082026-09-03T17:52:03.832Z[verify-libraries] Compiling http-range v0.1.5
51092026-09-03T17:52:04.026Z[verify-libraries] Compiling corncobs v0.1.4
51102026-09-03T17:52:04.162Z[verify-libraries] Compiling rawzip v0.4.4
51112026-09-03T17:52:04.258Z[verify-libraries] Compiling nonempty v0.12.0
51122026-09-03T17:52:04.301Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51132026-09-03T17:52:04.490Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51142026-09-03T17:52:04.515Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51152026-09-03T17:52:04.957Z[verify-libraries] Compiling pkcs5 v0.8.1
51162026-09-03T17:52:05.009Z[verify-libraries] Compiling parking_lot v0.11.2
51172026-09-03T17:52:05.229Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51182026-09-03T17:52:05.444Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
51192026-09-03T17:52:05.505Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51202026-09-03T17:52:05.624Z[verify-libraries] Compiling ignore v0.4.25
51212026-09-03T17:52:05.649Z[verify-libraries] Compiling anstyle-parse v0.2.7
51222026-09-03T17:52:05.678Z[verify-libraries] Compiling prefix-trie v0.7.0
51232026-09-03T17:52:05.897Z[verify-libraries] Compiling secrecy v0.8.0
51242026-09-03T17:52:05.965Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51252026-09-03T17:52:06.164Z[verify-libraries] Compiling hickory-server v0.25.2
51262026-09-03T17:52:06.314Z[verify-libraries] Compiling globwalk v0.9.1
51272026-09-03T17:52:06.342Z[verify-libraries] Compiling anstream v0.6.21
51282026-09-03T17:52:06.750Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51292026-09-03T17:52:06.781Z[verify-libraries] Compiling pkcs8 v0.11.0
51302026-09-03T17:52:06.906Z[verify-libraries] Compiling sled v0.34.7
51312026-09-03T17:52:07.112Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51322026-09-03T17:52:07.279Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51332026-09-03T17:52:07.346Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51342026-09-03T17:52:07.397Z[verify-libraries] Compiling predicates-tree v1.0.13
51352026-09-03T17:52:07.701Z[verify-libraries] Compiling rand_seeder v0.4.0
51362026-09-03T17:52:07.725Z[verify-libraries] Compiling ff v0.14.0
51372026-09-03T17:52:07.886Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51382026-09-03T17:52:07.973Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51392026-09-03T17:52:08.026Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51402026-09-03T17:52:08.058Z[ recovery-image] Sep 03 17:52:07.394 INFO O| Sep 03 17:52:07.394 INFO O| Download: 7252/16683 items 73.8/200.2MB 36% complete (14.8M/s)
51412026-09-03T17:52:08.067Z[verify-libraries] Compiling libz-sys v1.1.24
51422026-09-03T17:52:08.216Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51432026-09-03T17:52:08.252Z[verify-libraries] Compiling group v0.14.0
51442026-09-03T17:52:08.299Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51452026-09-03T17:52:08.389Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51462026-09-03T17:52:08.422Z[verify-libraries] Compiling signature v3.0.0
51472026-09-03T17:52:08.543Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51482026-09-03T17:52:08.626Z[verify-libraries] Compiling base16ct v1.0.0
51492026-09-03T17:52:08.709Z[verify-libraries] Compiling instability v0.3.11
51502026-09-03T17:52:08.896Z[verify-libraries] Compiling sec1 v0.8.1
51512026-09-03T17:52:08.945Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51522026-09-03T17:52:09.115Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51532026-09-03T17:52:09.194Z[verify-libraries] Compiling hkdf v0.13.0
51542026-09-03T17:52:09.304Z[verify-libraries] Compiling scuffle v0.1.0
51552026-09-03T17:52:09.434Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51562026-09-03T17:52:09.514Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51572026-09-03T17:52:09.563Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51582026-09-03T17:52:09.609Z[verify-libraries] Compiling castaway v0.2.4
51592026-09-03T17:52:09.762Z[verify-libraries] Compiling indoc v2.0.7
51602026-09-03T17:52:09.855Z[verify-libraries] Compiling compact_str v0.8.1
51612026-09-03T17:52:09.900Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51622026-09-03T17:52:10.079Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51632026-09-03T17:52:10.107Z[verify-libraries] Compiling elliptic-curve v0.14.1
51642026-09-03T17:52:10.138Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51652026-09-03T17:52:10.509Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51662026-09-03T17:52:10.547Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51672026-09-03T17:52:10.749Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51682026-09-03T17:52:10.956Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51692026-09-03T17:52:11.108Z[verify-libraries] Compiling lru v0.12.5
51702026-09-03T17:52:11.330Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51712026-09-03T17:52:11.366Z[verify-libraries] Compiling unicode-truncate v1.1.0
51722026-09-03T17:52:11.404Z[verify-libraries] Compiling arc-swap v1.8.2
51732026-09-03T17:52:11.435Z[verify-libraries] Compiling cassowary v0.3.0
51742026-09-03T17:52:11.575Z[verify-libraries] Compiling wnaf v0.14.0
51752026-09-03T17:52:11.717Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51762026-09-03T17:52:11.780Z[verify-libraries] Compiling ratatui v0.29.0
51772026-09-03T17:52:11.820Z[verify-libraries] Compiling slog-scope v4.4.1
51782026-09-03T17:52:11.967Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51792026-09-03T17:52:12.177Z[verify-libraries] Compiling primefield v0.14.0
51802026-09-03T17:52:12.309Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51812026-09-03T17:52:12.483Z[verify-libraries] Compiling rfc6979 v0.6.0
51822026-09-03T17:52:12.533Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51832026-09-03T17:52:12.654Z[verify-libraries] Compiling progenitor-impl v0.13.0
51842026-09-03T17:52:12.711Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51852026-09-03T17:52:13.029Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51862026-09-03T17:52:13.060Z[ recovery-image] Sep 03 17:52:12.400 INFO O| Sep 03 17:52:12.400 INFO O| Download: 14205/16683 items 156.7/200.2MB 78% complete (15.7M/s)
51872026-09-03T17:52:13.217Z[verify-libraries] Compiling vergen-git2 v9.1.0
51882026-09-03T17:52:13.506Z[verify-libraries] Compiling strsim v0.10.0
51892026-09-03T17:52:13.895Z[verify-libraries] Compiling darling_core v0.13.4
51902026-09-03T17:52:14.433Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51912026-09-03T17:52:14.696Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51922026-09-03T17:52:14.703Z[ recovery-image] Sep 03 17:52:14.045 INFO O| Sep 03 17:52:14.044 INFO O| Download: Completed 200.18 MB in 11.65 seconds (17.1M/s)
51932026-09-03T17:52:14.790Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51942026-09-03T17:52:15.092Z[verify-libraries] Compiling ecdsa v0.17.0
51952026-09-03T17:52:15.114Z[verify-libraries] Compiling primeorder v0.14.0
51962026-09-03T17:52:15.353Z[verify-libraries] Compiling slog-stdlog v4.1.1
51972026-09-03T17:52:15.407Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51982026-09-03T17:52:15.470Z[ recovery-image] Sep 03 17:52:14.811 INFO O| Sep 03 17:52:14.811 INFO O| Actions: 1/27596 actions (Installing new actions)
51992026-09-03T17:52:15.598Z[verify-libraries] Compiling tungstenite v0.23.0
52002026-09-03T17:52:15.681Z[verify-libraries] Compiling progenitor-macro v0.13.0
52012026-09-03T17:52:15.704Z[verify-libraries] Compiling progenitor-client v0.13.0
52022026-09-03T17:52:15.733Z[verify-libraries] Compiling console v0.16.2
52032026-09-03T17:52:15.950Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52042026-09-03T17:52:16.013Z[verify-libraries] Compiling libsw-core v0.3.2
52052026-09-03T17:52:16.288Z[verify-libraries] Compiling assert_matches v1.5.0
52062026-09-03T17:52:16.317Z[verify-libraries] Compiling void v1.0.2
52072026-09-03T17:52:16.320Z[verify-libraries] Compiling unit-prefix v0.5.2
52082026-09-03T17:52:16.320Z[verify-libraries] Compiling libsw v3.5.0
52092026-09-03T17:52:16.426Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52102026-09-03T17:52:16.523Z[verify-libraries] Compiling lzss v0.8.2
52112026-09-03T17:52:16.552Z[verify-libraries] Compiling indicatif v0.18.4
52122026-09-03T17:52:16.593Z[verify-libraries] Compiling darling_macro v0.13.4
52132026-09-03T17:52:16.618Z[verify-libraries] Compiling slog-envlogger v2.2.0
52142026-09-03T17:52:16.767Z[verify-libraries] Compiling ssh-encoding v0.3.0
52152026-09-03T17:52:16.807Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52162026-09-03T17:52:16.810Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52172026-09-03T17:52:16.830Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52182026-09-03T17:52:17.084Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52192026-09-03T17:52:17.147Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52202026-09-03T17:52:17.196Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52212026-09-03T17:52:17.314Z[verify-libraries] Compiling nix v0.27.1
52222026-09-03T17:52:17.405Z[verify-libraries] Compiling colored v2.2.0
52232026-09-03T17:52:17.481Z[verify-libraries] Compiling blake3 v1.8.5
52242026-09-03T17:52:17.545Z[verify-libraries] Compiling serde_bytes v0.11.19
52252026-09-03T17:52:17.625Z[verify-libraries] Compiling keccak v0.2.0
52262026-09-03T17:52:17.848Z[verify-libraries] Compiling shell-words v1.1.1
52272026-09-03T17:52:17.965Z[verify-libraries] Compiling darling v0.13.4
52282026-09-03T17:52:17.990Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52292026-09-03T17:52:18.143Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52302026-09-03T17:52:18.205Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52312026-09-03T17:52:18.470Z[verify-libraries] Compiling ed25519 v3.0.0
52322026-09-03T17:52:18.527Z[verify-libraries] Compiling crypto-primes v0.7.2
52332026-09-03T17:52:18.575Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52342026-09-03T17:52:18.704Z[verify-libraries] Compiling poly1305 v0.9.0
52352026-09-03T17:52:19.030Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52362026-09-03T17:52:19.154Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52372026-09-03T17:52:19.405Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52382026-09-03T17:52:19.497Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52392026-09-03T17:52:19.647Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52402026-09-03T17:52:19.726Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52412026-09-03T17:52:19.787Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52422026-09-03T17:52:19.787Z[verify-libraries] Compiling blowfish v0.10.0
52432026-09-03T17:52:19.864Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52442026-09-03T17:52:20.023Z[verify-libraries] Compiling petname v2.0.2
52452026-09-03T17:52:20.068Z[verify-libraries] Compiling arrayvec v0.7.6
52462026-09-03T17:52:20.202Z[verify-libraries] Compiling arrayref v0.3.9
52472026-09-03T17:52:20.241Z[verify-libraries] Compiling constant_time_eq v0.4.2
52482026-09-03T17:52:20.314Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52492026-09-03T17:52:20.471Z[ recovery-image] Sep 03 17:52:19.812 INFO O| Sep 03 17:52:19.812 INFO O| Actions: 21495/27596 actions (Installing new actions)
52502026-09-03T17:52:20.578Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52512026-09-03T17:52:20.662Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52522026-09-03T17:52:20.776Z[verify-libraries] Compiling ssh-cipher v0.3.0
52532026-09-03T17:52:20.896Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52542026-09-03T17:52:20.946Z[verify-libraries] Compiling serde_with_macros v1.5.2
52552026-09-03T17:52:21.201Z[verify-libraries] Compiling sha3 v0.11.0
52562026-09-03T17:52:21.230Z[verify-libraries] Compiling progenitor v0.13.0
52572026-09-03T17:52:21.380Z[ recovery-image] Sep 03 17:52:20.720 INFO O| Sep 03 17:52:20.720 INFO O| Actions: Completed 27596 actions in 5.91 seconds.
52582026-09-03T17:52:21.426Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52592026-09-03T17:52:21.465Z[ recovery-image] Sep 03 17:52:20.806 INFO O| Sep 03 17:52:20.806 INFO O| Finalize: Updating package state database ... Done
52602026-09-03T17:52:21.465Z[ recovery-image] Sep 03 17:52:20.806 INFO O| Sep 03 17:52:20.806 INFO O| Finalize: Updating package cache ... Done
52612026-09-03T17:52:21.562Z[verify-libraries] Compiling p384 v0.14.0
52622026-09-03T17:52:21.601Z[ recovery-image] Sep 03 17:52:20.942 INFO O| Sep 03 17:52:20.942 INFO O| Finalize: Updating image state ... Done
52632026-09-03T17:52:21.616Z[verify-libraries] Compiling p521 v0.14.0
52642026-09-03T17:52:21.648Z[verify-libraries] Compiling p256 v0.14.0
52652026-09-03T17:52:21.745Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52662026-09-03T17:52:21.768Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52672026-09-03T17:52:21.823Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52682026-09-03T17:52:21.987Z[verify-libraries] Compiling twox-hash v2.1.2
52692026-09-03T17:52:22.187Z[verify-libraries] Compiling kem v0.3.0
52702026-09-03T17:52:22.350Z[ recovery-image] Sep 03 17:52:21.691 INFO O| Sep 03 17:52:21.691 INFO O| Finalize: Creating fast lookup database ... Done
52712026-09-03T17:52:22.369Z[ recovery-image] Sep 03 17:52:21.709 INFO O| Sep 03 17:52:21.709 INFO O| Finalize: Reading search index ... Done
52722026-09-03T17:52:22.411Z[verify-libraries] Compiling module-lattice v0.2.3
52732026-09-03T17:52:22.436Z[verify-libraries] Compiling atty v0.2.14
52742026-09-03T17:52:22.490Z[verify-libraries] Compiling rtoolbox v0.0.3
52752026-09-03T17:52:22.633Z[verify-libraries] Compiling topological-sort v0.2.2
52762026-09-03T17:52:22.717Z[verify-libraries] Compiling sponge-cursor v0.1.0
52772026-09-03T17:52:22.780Z[verify-libraries] Compiling rpassword v7.5.4
52782026-09-03T17:52:22.834Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52792026-09-03T17:52:22.896Z[verify-libraries] Compiling sha3 v0.12.0
52802026-09-03T17:52:22.938Z[verify-libraries] Compiling ml-kem v0.3.2
52812026-09-03T17:52:23.174Z[verify-libraries] Compiling serde_with v1.14.0
52822026-09-03T17:52:23.683Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52832026-09-03T17:52:24.069Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52842026-09-03T17:52:24.113Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52852026-09-03T17:52:24.298Z[ recovery-image] Sep 03 17:52:23.640 INFO O| Sep 03 17:52:23.639 INFO O| Finalize: Building new search index ... Done
52862026-09-03T17:52:24.331Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52872026-09-03T17:52:24.360Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52882026-09-03T17:52:24.416Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52892026-09-03T17:52:24.505Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52902026-09-03T17:52:24.577Z[ recovery-image] Sep 03 17:52:23.918 INFO O| Sep 03 17:52:23.918 INFO O| Finalize: Updating package cache ... Done
52912026-09-03T17:52:24.638Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52922026-09-03T17:52:24.898Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52932026-09-03T17:52:24.952Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO STEP 11 (pkg_install) COMPLETE
52942026-09-03T17:52:24.952Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52952026-09-03T17:52:24.952Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO skip step because feature "recovery" is enabled
52962026-09-03T17:52:24.956Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52972026-09-03T17:52:24.956Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO skip step because feature "omicron1" is not enabled
52982026-09-03T17:52:24.956Z[ recovery-image] Sep 03 17:52:24.293 INFO O| Sep 03 17:52:24.293 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52992026-09-03T17:52:25.011Z[ recovery-image] Sep 03 17:52:24.353 INFO O| Sep 03 17:52:24.352 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
53002026-09-03T17:52:25.203Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53012026-09-03T17:52:25.290Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53022026-09-03T17:52:25.517Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53032026-09-03T17:52:25.545Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53042026-09-03T17:52:25.568Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53052026-09-03T17:52:25.753Z[verify-libraries] Compiling fatfs v0.3.6
53062026-09-03T17:52:25.806Z[verify-libraries] Compiling num-bigint v0.4.6
53072026-09-03T17:52:25.854Z[verify-libraries] Compiling generic-array v1.4.3
53082026-09-03T17:52:25.912Z[verify-libraries] Compiling russh-util v0.52.0
53092026-09-03T17:52:25.939Z[verify-libraries] Compiling enum_dispatch v0.3.13
53102026-09-03T17:52:26.101Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53112026-09-03T17:52:26.158Z[verify-libraries] Compiling delegate v0.13.5
53122026-09-03T17:52:26.214Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53132026-09-03T17:52:26.404Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53142026-09-03T17:52:26.473Z[verify-libraries] Compiling sync-ptr v0.1.4
53152026-09-03T17:52:26.582Z[verify-libraries] Compiling hex-literal v1.1.0
53162026-09-03T17:52:26.662Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53172026-09-03T17:52:26.726Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53182026-09-03T17:52:26.874Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53192026-09-03T17:52:26.977Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53202026-09-03T17:52:27.251Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53212026-09-03T17:52:28.151Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53222026-09-03T17:52:28.379Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53232026-09-03T17:52:29.857Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53242026-09-03T17:52:29.990Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53252026-09-03T17:52:30.292Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53262026-09-03T17:52:30.636Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53272026-09-03T17:52:30.919Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53282026-09-03T17:52:31.053Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53292026-09-03T17:52:31.320Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53302026-09-03T17:52:31.371Z[ recovery-image] Sep 03 17:52:30.712 INFO O| Sep 03 17:52:30.712 INFO O| Startup: Refreshing catalog 'helios' ... Done
53312026-09-03T17:52:31.545Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53322026-09-03T17:52:31.588Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53332026-09-03T17:52:31.878Z[ recovery-image] Sep 03 17:52:31.219 INFO O| Sep 03 17:52:31.218 INFO O| Startup: Caching catalogs ... Done
53342026-09-03T17:52:32.112Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53352026-09-03T17:52:32.625Z[ recovery-image] Sep 03 17:52:31.966 INFO O| Sep 03 17:52:31.966 INFO O| Planning: Solver setup ... Done
53362026-09-03T17:52:32.630Z[ recovery-image] Sep 03 17:52:31.971 INFO O| Sep 03 17:52:31.971 INFO O| Planning: Running solver ... Done
53372026-09-03T17:52:32.646Z[ recovery-image] Sep 03 17:52:31.987 INFO O| Sep 03 17:52:31.987 INFO O| Planning: Finding local manifests ... Done
53382026-09-03T17:52:32.670Z[ recovery-image] Sep 03 17:52:32.010 INFO O| Sep 03 17:52:32.010 INFO O| Planning: Fetching manifests: 0/1 0% complete
53392026-09-03T17:52:32.676Z[ recovery-image] Sep 03 17:52:32.016 INFO O| Sep 03 17:52:32.016 INFO O| Planning: Fetching manifests: 1/1 100% complete
53402026-09-03T17:52:32.692Z[ recovery-image] Sep 03 17:52:32.033 INFO O| Sep 03 17:52:32.033 INFO O| Planning: Package planning ... Done
53412026-09-03T17:52:32.692Z[ recovery-image] Sep 03 17:52:32.033 INFO O| Sep 03 17:52:32.033 INFO O| Planning: Merging actions ... Done
53422026-09-03T17:52:32.719Z[ recovery-image] Sep 03 17:52:32.060 INFO O| Sep 03 17:52:32.059 INFO O| Planning: Checking for conflicting actions ... Done
53432026-09-03T17:52:32.722Z[ recovery-image] Sep 03 17:52:32.060 INFO O| Sep 03 17:52:32.060 INFO O| Planning: Consolidating action changes ... Done
53442026-09-03T17:52:32.841Z[ recovery-image] Sep 03 17:52:32.167 INFO O| Sep 03 17:52:32.167 INFO O| Planning: Evaluating mediators ... Done
53452026-09-03T17:52:32.860Z[ recovery-image] Sep 03 17:52:32.168 INFO O| Sep 03 17:52:32.168 INFO O| Planning: Planning completed in 0.93 seconds
53462026-09-03T17:52:32.860Z[ recovery-image] Sep 03 17:52:32.168 INFO O| Sep 03 17:52:32.168 INFO O| Packages to install: 1
53472026-09-03T17:52:32.860Z[ recovery-image] Sep 03 17:52:32.181 INFO O| Sep 03 17:52:32.181 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53482026-09-03T17:52:33.017Z[verify-libraries] Compiling md5 v0.8.0
53492026-09-03T17:52:33.042Z[ recovery-image] Sep 03 17:52:32.382 INFO O| Sep 03 17:52:32.382 INFO O| Download: Completed 13.27 MB in 0.20 seconds (65.7M/s)
53502026-09-03T17:52:33.071Z[ recovery-image] Sep 03 17:52:32.405 INFO O| Sep 03 17:52:32.405 INFO O| Actions: 1/22 actions (Installing new actions)
53512026-09-03T17:52:33.172Z[verify-libraries] Compiling seq-macro v0.3.6
53522026-09-03T17:52:33.320Z[ recovery-image] Sep 03 17:52:32.658 INFO O| Sep 03 17:52:32.658 INFO O| Actions: Completed 22 actions in 0.25 seconds.
53532026-09-03T17:52:33.349Z[verify-libraries] Compiling russh v0.62.4
53542026-09-03T17:52:33.365Z[ recovery-image] Sep 03 17:52:32.701 INFO O| Sep 03 17:52:32.701 INFO O| Finalize: Updating package state database ... Done
53552026-09-03T17:52:33.365Z[ recovery-image] Sep 03 17:52:32.701 INFO O| Sep 03 17:52:32.701 INFO O| Finalize: Updating package cache ... Done
53562026-09-03T17:52:33.512Z[ recovery-image] Sep 03 17:52:32.849 INFO O| Sep 03 17:52:32.849 INFO O| Finalize: Updating image state ... Done
53572026-09-03T17:52:33.581Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53582026-09-03T17:52:33.710Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53592026-09-03T17:52:33.831Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53602026-09-03T17:52:34.221Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53612026-09-03T17:52:34.625Z[ recovery-image] Sep 03 17:52:33.649 INFO O| Sep 03 17:52:33.649 INFO O| Finalize: Creating fast lookup database ... Done
53622026-09-03T17:52:34.625Z[ recovery-image] Sep 03 17:52:33.670 INFO O| Sep 03 17:52:33.670 INFO O| Finalize: Reading search index ... Done
53632026-09-03T17:52:34.625Z[ recovery-image] Sep 03 17:52:33.670 INFO O| Sep 03 17:52:33.670 INFO O| Finalize: Updating search index ... Done
53642026-09-03T17:52:34.625Z[ recovery-image] Sep 03 17:52:33.681 INFO O| Sep 03 17:52:33.681 INFO O| Finalize: Updating package cache ... Done
53652026-09-03T17:52:34.646Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 14 (pkg_install) COMPLETE
53662026-09-03T17:52:34.646Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53672026-09-03T17:52:34.646Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "mbist" is not enabled
53682026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53692026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "mfg" is not enabled
53702026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53712026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "compliance" is not enabled
53722026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53732026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "stress" is not enabled
53742026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53752026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "compliance" is not enabled
53762026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53772026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO skip step because feature "nfs" is not enabled
53782026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53792026-09-03T17:52:34.650Z[ recovery-image] Sep 03 17:52:33.987 INFO O| Sep 03 17:52:33.987 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53802026-09-03T17:52:35.115Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
53812026-09-03T17:52:35.128Z[ recovery-image] Sep 03 17:52:34.469 INFO O| Sep 03 17:52:34.469 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53822026-09-03T17:52:35.213Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53832026-09-03T17:52:35.353Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
53842026-09-03T17:52:35.388Z[ recovery-image] Sep 03 17:52:34.729 INFO O| Sep 03 17:52:34.729 INFO completed processing sled/ramdisk-01-os
53852026-09-03T17:52:35.392Z[ recovery-image] Sep 03 17:52:34.732 INFO image builder template: ramdisk-02-trim...
53862026-09-03T17:52:35.392Z[ recovery-image] Sep 03 17:52:34.732 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/.tmpxwGsx6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
53872026-09-03T17:52:35.413Z[ recovery-image] Sep 03 17:52:34.752 INFO O| Sep 03 17:52:34.752 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53882026-09-03T17:52:35.418Z[ recovery-image] Sep 03 17:52:34.755 INFO O| Sep 03 17:52:34.755 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53892026-09-03T17:52:35.519Z[ recovery-image] Sep 03 17:52:34.848 INFO O| Sep 03 17:52:34.848 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53902026-09-03T17:52:35.551Z[ recovery-image] Sep 03 17:52:34.885 INFO O| Sep 03 17:52:34.885 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53912026-09-03T17:52:35.551Z[ recovery-image] Sep 03 17:52:34.885 INFO O| Sep 03 17:52:34.885 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53922026-09-03T17:52:35.556Z[ recovery-image] Sep 03 17:52:34.891 INFO O| Sep 03 17:52:34.891 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53932026-09-03T17:52:35.556Z[ recovery-image] Sep 03 17:52:34.896 INFO O| Sep 03 17:52:34.896 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53942026-09-03T17:52:35.561Z[ recovery-image] Sep 03 17:52:34.901 INFO O| Sep 03 17:52:34.901 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53952026-09-03T17:52:35.705Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
53962026-09-03T17:52:35.831Z[verify-libraries] Compiling fs-err v2.11.0
53972026-09-03T17:52:35.922Z[ recovery-image] Sep 03 17:52:35.263 INFO O| Sep 03 17:52:35.263 INFO rolled back to input snapshot; work may begin
53982026-09-03T17:52:35.922Z[ recovery-image] Sep 03 17:52:35.263 INFO O| Sep 03 17:52:35.263 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53992026-09-03T17:52:35.928Z[ recovery-image] Sep 03 17:52:35.269 INFO O| Sep 03 17:52:35.269 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54002026-09-03T17:52:35.939Z[ recovery-image] Sep 03 17:52:35.280 INFO O| Sep 03 17:52:35.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
54012026-09-03T17:52:35.987Z[ recovery-image] Sep 03 17:52:35.325 INFO O| Sep 03 17:52:35.325 INFO STEP 0 (remove_files) COMPLETE
54022026-09-03T17:52:35.987Z[ recovery-image] Sep 03 17:52:35.325 INFO O| Sep 03 17:52:35.325 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54032026-09-03T17:52:35.998Z[ recovery-image] Sep 03 17:52:35.336 INFO O| Sep 03 17:52:35.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
54042026-09-03T17:52:36.008Z[ recovery-image] Sep 03 17:52:35.338 INFO O| Sep 03 17:52:35.337 INFO STEP 1 (remove_files) COMPLETE
54052026-09-03T17:52:36.009Z[ recovery-image] Sep 03 17:52:35.338 INFO O| Sep 03 17:52:35.337 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54062026-09-03T17:52:36.025Z[ recovery-image] Sep 03 17:52:35.348 INFO O| Sep 03 17:52:35.348 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
54072026-09-03T17:52:36.025Z[ recovery-image] Sep 03 17:52:35.360 INFO O| Sep 03 17:52:35.360 INFO STEP 2 (remove_files) COMPLETE
54082026-09-03T17:52:36.025Z[ recovery-image] Sep 03 17:52:35.360 INFO O| Sep 03 17:52:35.360 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54092026-09-03T17:52:36.030Z[ recovery-image] Sep 03 17:52:35.370 INFO O| Sep 03 17:52:35.370 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
54102026-09-03T17:52:36.040Z[ recovery-image] Sep 03 17:52:35.372 INFO O| Sep 03 17:52:35.372 INFO STEP 3 (remove_files) COMPLETE
54112026-09-03T17:52:36.040Z[ recovery-image] Sep 03 17:52:35.372 INFO O| Sep 03 17:52:35.372 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54122026-09-03T17:52:36.045Z[ recovery-image] Sep 03 17:52:35.382 INFO O| Sep 03 17:52:35.382 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54132026-09-03T17:52:36.045Z[ recovery-image] Sep 03 17:52:35.385 INFO O| Sep 03 17:52:35.385 INFO STEP 4 (remove_files) COMPLETE
54142026-09-03T17:52:36.045Z[ recovery-image] Sep 03 17:52:35.385 INFO O| Sep 03 17:52:35.385 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-03T17:52:36.056Z[ recovery-image] Sep 03 17:52:35.395 INFO O| Sep 03 17:52:35.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54162026-09-03T17:52:36.056Z[ recovery-image] Sep 03 17:52:35.395 INFO O| Sep 03 17:52:35.395 INFO STEP 5 (remove_files) COMPLETE
54172026-09-03T17:52:36.057Z[ recovery-image] Sep 03 17:52:35.395 INFO O| Sep 03 17:52:35.395 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54182026-09-03T17:52:36.062Z[verify-libraries] Compiling internet-checksum v0.2.1
54192026-09-03T17:52:36.066Z[ recovery-image] Sep 03 17:52:35.405 INFO O| Sep 03 17:52:35.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54202026-09-03T17:52:36.080Z[ recovery-image] Sep 03 17:52:35.420 INFO O| Sep 03 17:52:35.416 INFO STEP 6 (remove_files) COMPLETE
54212026-09-03T17:52:36.080Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54222026-09-03T17:52:36.095Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO skip step because feature "heliosv2" is not enabled
54232026-09-03T17:52:36.095Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54242026-09-03T17:52:36.095Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO skip step because feature "recovery" is enabled
54252026-09-03T17:52:36.095Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54262026-09-03T17:52:36.095Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO skip step because feature "recovery" is enabled
54272026-09-03T17:52:36.096Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54282026-09-03T17:52:36.096Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO skip step because feature "recovery" is enabled
54292026-09-03T17:52:36.096Z[ recovery-image] Sep 03 17:52:35.421 INFO O| Sep 03 17:52:35.416 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54302026-09-03T17:52:36.096Z[ recovery-image] Sep 03 17:52:35.428 INFO O| Sep 03 17:52:35.428 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54312026-09-03T17:52:36.105Z[ recovery-image] Sep 03 17:52:35.430 INFO O| Sep 03 17:52:35.430 INFO STEP 11 (remove_files) COMPLETE
54322026-09-03T17:52:36.105Z[ recovery-image] Sep 03 17:52:35.430 INFO O| Sep 03 17:52:35.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54332026-09-03T17:52:36.112Z[ recovery-image] Sep 03 17:52:35.441 INFO O| Sep 03 17:52:35.441 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54342026-09-03T17:52:36.112Z[ recovery-image] Sep 03 17:52:35.442 INFO O| Sep 03 17:52:35.442 INFO STEP 12 (remove_files) COMPLETE
54352026-09-03T17:52:36.112Z[ recovery-image] Sep 03 17:52:35.442 INFO O| Sep 03 17:52:35.442 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54362026-09-03T17:52:36.120Z[ recovery-image] Sep 03 17:52:35.452 INFO O| Sep 03 17:52:35.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54372026-09-03T17:52:36.120Z[ recovery-image] Sep 03 17:52:35.453 INFO O| Sep 03 17:52:35.453 INFO STEP 13 (remove_files) COMPLETE
54382026-09-03T17:52:36.120Z[ recovery-image] Sep 03 17:52:35.453 INFO O| Sep 03 17:52:35.453 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54392026-09-03T17:52:36.128Z[ recovery-image] Sep 03 17:52:35.464 INFO O| Sep 03 17:52:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54402026-09-03T17:52:36.128Z[ recovery-image] Sep 03 17:52:35.464 INFO O| Sep 03 17:52:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54412026-09-03T17:52:36.236Z[ recovery-image] Sep 03 17:52:35.564 INFO O| Sep 03 17:52:35.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54422026-09-03T17:52:36.256Z[ recovery-image] Sep 03 17:52:35.575 INFO O| Sep 03 17:52:35.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54432026-09-03T17:52:36.280Z[ recovery-image] Sep 03 17:52:35.618 INFO O| Sep 03 17:52:35.618 INFO STEP 14 (remove_files) COMPLETE
54442026-09-03T17:52:36.280Z[ recovery-image] Sep 03 17:52:35.618 INFO O| Sep 03 17:52:35.618 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54452026-09-03T17:52:36.310Z[ recovery-image] Sep 03 17:52:35.630 INFO O| Sep 03 17:52:35.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54462026-09-03T17:52:36.310Z[ recovery-image] Sep 03 17:52:35.631 INFO O| Sep 03 17:52:35.631 INFO STEP 15 (remove_files) COMPLETE
54472026-09-03T17:52:36.310Z[ recovery-image] Sep 03 17:52:35.631 INFO O| Sep 03 17:52:35.631 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54482026-09-03T17:52:36.310Z[ recovery-image] Sep 03 17:52:35.641 INFO O| Sep 03 17:52:35.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54492026-09-03T17:52:36.318Z[ recovery-image] Sep 03 17:52:35.646 INFO O| Sep 03 17:52:35.646 INFO STEP 16 (remove_files) COMPLETE
54502026-09-03T17:52:36.318Z[ recovery-image] Sep 03 17:52:35.646 INFO O| Sep 03 17:52:35.646 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54512026-09-03T17:52:36.318Z[ recovery-image] Sep 03 17:52:35.655 INFO O| Sep 03 17:52:35.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54522026-09-03T17:52:36.319Z[ recovery-image] Sep 03 17:52:35.655 INFO O| Sep 03 17:52:35.655 INFO STEP 17 (remove_files) COMPLETE
54532026-09-03T17:52:36.319Z[ recovery-image] Sep 03 17:52:35.655 INFO O| Sep 03 17:52:35.655 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54542026-09-03T17:52:36.323Z[ recovery-image] Sep 03 17:52:35.664 INFO O| Sep 03 17:52:35.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54552026-09-03T17:52:36.326Z[ recovery-image] Sep 03 17:52:35.665 INFO O| Sep 03 17:52:35.665 INFO STEP 18 (remove_files) COMPLETE
54562026-09-03T17:52:36.326Z[ recovery-image] Sep 03 17:52:35.665 INFO O| Sep 03 17:52:35.665 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54572026-09-03T17:52:36.333Z[ recovery-image] Sep 03 17:52:35.674 INFO O| Sep 03 17:52:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54582026-09-03T17:52:36.333Z[ recovery-image] Sep 03 17:52:35.674 INFO O| Sep 03 17:52:35.674 INFO STEP 19 (remove_files) COMPLETE
54592026-09-03T17:52:36.333Z[ recovery-image] Sep 03 17:52:35.674 INFO O| Sep 03 17:52:35.674 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54602026-09-03T17:52:36.350Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
54612026-09-03T17:52:36.360Z[ recovery-image] Sep 03 17:52:35.691 INFO O| Sep 03 17:52:35.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54622026-09-03T17:52:36.360Z[ recovery-image] Sep 03 17:52:35.691 INFO O| Sep 03 17:52:35.691 INFO STEP 20 (remove_files) COMPLETE
54632026-09-03T17:52:36.360Z[ recovery-image] Sep 03 17:52:35.691 INFO O| Sep 03 17:52:35.691 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-03T17:52:36.364Z[ recovery-image] Sep 03 17:52:35.699 INFO O| Sep 03 17:52:35.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54652026-09-03T17:52:36.364Z[ recovery-image] Sep 03 17:52:35.700 INFO O| Sep 03 17:52:35.699 INFO STEP 21 (remove_files) COMPLETE
54662026-09-03T17:52:36.364Z[ recovery-image] Sep 03 17:52:35.700 INFO O| Sep 03 17:52:35.699 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54672026-09-03T17:52:36.368Z[ recovery-image] Sep 03 17:52:35.708 INFO O| Sep 03 17:52:35.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54682026-09-03T17:52:36.368Z[ recovery-image] Sep 03 17:52:35.708 INFO O| Sep 03 17:52:35.708 INFO STEP 22 (remove_files) COMPLETE
54692026-09-03T17:52:36.368Z[ recovery-image] Sep 03 17:52:35.708 INFO O| Sep 03 17:52:35.708 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-03T17:52:36.376Z[ recovery-image] Sep 03 17:52:35.716 INFO O| Sep 03 17:52:35.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54712026-09-03T17:52:36.376Z[ recovery-image] Sep 03 17:52:35.716 INFO O| Sep 03 17:52:35.716 INFO STEP 23 (remove_files) COMPLETE
54722026-09-03T17:52:36.376Z[ recovery-image] Sep 03 17:52:35.716 INFO O| Sep 03 17:52:35.716 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-03T17:52:36.386Z[ recovery-image] Sep 03 17:52:35.727 INFO O| Sep 03 17:52:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54742026-09-03T17:52:36.386Z[ recovery-image] Sep 03 17:52:35.727 INFO O| Sep 03 17:52:35.727 INFO STEP 24 (remove_files) COMPLETE
54752026-09-03T17:52:36.391Z[ recovery-image] Sep 03 17:52:35.727 INFO O| Sep 03 17:52:35.727 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-03T17:52:36.404Z[ recovery-image] Sep 03 17:52:35.737 INFO O| Sep 03 17:52:35.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54772026-09-03T17:52:36.404Z[ recovery-image] Sep 03 17:52:35.737 INFO O| Sep 03 17:52:35.737 INFO STEP 25 (remove_files) COMPLETE
54782026-09-03T17:52:36.413Z[ recovery-image] Sep 03 17:52:35.737 INFO O| Sep 03 17:52:35.737 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-03T17:52:36.420Z[ recovery-image] Sep 03 17:52:35.756 INFO O| Sep 03 17:52:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54802026-09-03T17:52:36.420Z[ recovery-image] Sep 03 17:52:35.756 INFO O| Sep 03 17:52:35.756 INFO STEP 26 (remove_files) COMPLETE
54812026-09-03T17:52:36.421Z[ recovery-image] Sep 03 17:52:35.756 INFO O| Sep 03 17:52:35.756 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-03T17:52:36.425Z[ recovery-image] Sep 03 17:52:35.766 INFO O| Sep 03 17:52:35.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54832026-09-03T17:52:36.425Z[ recovery-image] Sep 03 17:52:35.766 INFO O| Sep 03 17:52:35.766 INFO STEP 27 (remove_files) COMPLETE
54842026-09-03T17:52:36.425Z[ recovery-image] Sep 03 17:52:35.766 INFO O| Sep 03 17:52:35.766 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-03T17:52:36.434Z[ recovery-image] Sep 03 17:52:35.775 INFO O| Sep 03 17:52:35.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54862026-09-03T17:52:36.434Z[ recovery-image] Sep 03 17:52:35.775 INFO O| Sep 03 17:52:35.775 INFO STEP 28 (remove_files) COMPLETE
54872026-09-03T17:52:36.438Z[ recovery-image] Sep 03 17:52:35.775 INFO O| Sep 03 17:52:35.775 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-03T17:52:36.444Z[ recovery-image] Sep 03 17:52:35.785 INFO O| Sep 03 17:52:35.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54892026-09-03T17:52:36.444Z[ recovery-image] Sep 03 17:52:35.785 INFO O| Sep 03 17:52:35.785 INFO STEP 29 (remove_files) COMPLETE
54902026-09-03T17:52:36.450Z[ recovery-image] Sep 03 17:52:35.785 INFO O| Sep 03 17:52:35.785 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-03T17:52:36.454Z[ recovery-image] Sep 03 17:52:35.793 INFO O| Sep 03 17:52:35.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54922026-09-03T17:52:36.454Z[ recovery-image] Sep 03 17:52:35.793 INFO O| Sep 03 17:52:35.793 INFO STEP 30 (remove_files) COMPLETE
54932026-09-03T17:52:36.454Z[ recovery-image] Sep 03 17:52:35.793 INFO O| Sep 03 17:52:35.793 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54942026-09-03T17:52:36.463Z[ recovery-image] Sep 03 17:52:35.802 INFO O| Sep 03 17:52:35.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54952026-09-03T17:52:36.464Z[ recovery-image] Sep 03 17:52:35.802 INFO O| Sep 03 17:52:35.802 INFO STEP 31 (remove_files) COMPLETE
54962026-09-03T17:52:36.464Z[ recovery-image] Sep 03 17:52:35.802 INFO O| Sep 03 17:52:35.802 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-03T17:52:36.491Z[ recovery-image] Sep 03 17:52:35.832 INFO O| Sep 03 17:52:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54982026-09-03T17:52:36.491Z[ recovery-image] Sep 03 17:52:35.832 INFO O| Sep 03 17:52:35.832 INFO STEP 32 (remove_files) COMPLETE
54992026-09-03T17:52:36.495Z[ recovery-image] Sep 03 17:52:35.832 INFO O| Sep 03 17:52:35.832 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55002026-09-03T17:52:36.520Z[ recovery-image] Sep 03 17:52:35.853 INFO O| Sep 03 17:52:35.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
55012026-09-03T17:52:36.521Z[ recovery-image] Sep 03 17:52:35.853 INFO O| Sep 03 17:52:35.853 INFO STEP 33 (remove_files) COMPLETE
55022026-09-03T17:52:36.521Z[ recovery-image] Sep 03 17:52:35.853 INFO O| Sep 03 17:52:35.853 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-03T17:52:36.525Z[ recovery-image] Sep 03 17:52:35.862 INFO O| Sep 03 17:52:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
55042026-09-03T17:52:36.525Z[ recovery-image] Sep 03 17:52:35.862 INFO O| Sep 03 17:52:35.862 INFO STEP 34 (remove_files) COMPLETE
55052026-09-03T17:52:36.525Z[ recovery-image] Sep 03 17:52:35.862 INFO O| Sep 03 17:52:35.862 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55062026-09-03T17:52:36.530Z[ recovery-image] Sep 03 17:52:35.871 INFO O| Sep 03 17:52:35.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
55072026-09-03T17:52:36.530Z[ recovery-image] Sep 03 17:52:35.871 INFO O| Sep 03 17:52:35.871 INFO STEP 35 (remove_files) COMPLETE
55082026-09-03T17:52:36.537Z[ recovery-image] Sep 03 17:52:35.871 INFO O| Sep 03 17:52:35.871 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-03T17:52:36.546Z[ recovery-image] Sep 03 17:52:35.886 INFO O| Sep 03 17:52:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
55102026-09-03T17:52:36.546Z[ recovery-image] Sep 03 17:52:35.886 INFO O| Sep 03 17:52:35.886 INFO STEP 36 (remove_files) COMPLETE
55112026-09-03T17:52:36.546Z[ recovery-image] Sep 03 17:52:35.886 INFO O| Sep 03 17:52:35.886 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-03T17:52:36.559Z[ recovery-image] Sep 03 17:52:35.898 INFO O| Sep 03 17:52:35.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55132026-09-03T17:52:36.559Z[ recovery-image] Sep 03 17:52:35.898 INFO O| Sep 03 17:52:35.898 INFO STEP 37 (remove_files) COMPLETE
55142026-09-03T17:52:36.559Z[ recovery-image] Sep 03 17:52:35.898 INFO O| Sep 03 17:52:35.898 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55152026-09-03T17:52:36.567Z[ recovery-image] Sep 03 17:52:35.908 INFO O| Sep 03 17:52:35.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55162026-09-03T17:52:36.567Z[ recovery-image] Sep 03 17:52:35.908 INFO O| Sep 03 17:52:35.908 INFO STEP 38 (remove_files) COMPLETE
55172026-09-03T17:52:36.567Z[ recovery-image] Sep 03 17:52:35.908 INFO O| Sep 03 17:52:35.908 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-03T17:52:36.576Z[ recovery-image] Sep 03 17:52:35.918 INFO O| Sep 03 17:52:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55192026-09-03T17:52:36.576Z[ recovery-image] Sep 03 17:52:35.918 INFO O| Sep 03 17:52:35.918 INFO STEP 39 (remove_files) COMPLETE
55202026-09-03T17:52:36.580Z[ recovery-image] Sep 03 17:52:35.918 INFO O| Sep 03 17:52:35.918 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-03T17:52:36.599Z[ recovery-image] Sep 03 17:52:35.934 INFO O| Sep 03 17:52:35.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55222026-09-03T17:52:36.599Z[ recovery-image] Sep 03 17:52:35.934 INFO O| Sep 03 17:52:35.934 INFO STEP 40 (remove_files) COMPLETE
55232026-09-03T17:52:36.599Z[ recovery-image] Sep 03 17:52:35.934 INFO O| Sep 03 17:52:35.934 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-03T17:52:36.605Z[ recovery-image] Sep 03 17:52:35.943 INFO O| Sep 03 17:52:35.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55252026-09-03T17:52:36.605Z[ recovery-image] Sep 03 17:52:35.943 INFO O| Sep 03 17:52:35.943 INFO STEP 41 (remove_files) COMPLETE
55262026-09-03T17:52:36.605Z[ recovery-image] Sep 03 17:52:35.943 INFO O| Sep 03 17:52:35.943 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-03T17:52:36.614Z[ recovery-image] Sep 03 17:52:35.955 INFO O| Sep 03 17:52:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55282026-09-03T17:52:36.614Z[ recovery-image] Sep 03 17:52:35.955 INFO O| Sep 03 17:52:35.955 INFO STEP 42 (remove_files) COMPLETE
55292026-09-03T17:52:36.614Z[ recovery-image] Sep 03 17:52:35.955 INFO O| Sep 03 17:52:35.955 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-03T17:52:36.624Z[ recovery-image] Sep 03 17:52:35.965 INFO O| Sep 03 17:52:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55312026-09-03T17:52:36.624Z[ recovery-image] Sep 03 17:52:35.965 INFO O| Sep 03 17:52:35.965 INFO STEP 43 (remove_files) COMPLETE
55322026-09-03T17:52:36.624Z[ recovery-image] Sep 03 17:52:35.965 INFO O| Sep 03 17:52:35.965 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-03T17:52:36.634Z[ recovery-image] Sep 03 17:52:35.975 INFO O| Sep 03 17:52:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55342026-09-03T17:52:36.634Z[ recovery-image] Sep 03 17:52:35.975 INFO O| Sep 03 17:52:35.975 INFO STEP 44 (remove_files) COMPLETE
55352026-09-03T17:52:36.634Z[ recovery-image] Sep 03 17:52:35.975 INFO O| Sep 03 17:52:35.975 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55362026-09-03T17:52:36.648Z[ recovery-image] Sep 03 17:52:35.986 INFO O| Sep 03 17:52:35.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55372026-09-03T17:52:36.649Z[ recovery-image] Sep 03 17:52:35.986 INFO O| Sep 03 17:52:35.986 INFO STEP 45 (remove_files) COMPLETE
55382026-09-03T17:52:36.649Z[ recovery-image] Sep 03 17:52:35.986 INFO O| Sep 03 17:52:35.986 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55392026-09-03T17:52:36.664Z[ recovery-image] Sep 03 17:52:35.997 INFO O| Sep 03 17:52:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55402026-09-03T17:52:36.664Z[ recovery-image] Sep 03 17:52:35.997 INFO O| Sep 03 17:52:35.997 INFO STEP 46 (remove_files) COMPLETE
55412026-09-03T17:52:36.664Z[ recovery-image] Sep 03 17:52:35.997 INFO O| Sep 03 17:52:35.997 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55422026-09-03T17:52:36.680Z[ recovery-image] Sep 03 17:52:36.020 INFO O| Sep 03 17:52:36.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55432026-09-03T17:52:36.680Z[ recovery-image] Sep 03 17:52:36.020 INFO O| Sep 03 17:52:36.020 INFO STEP 47 (remove_files) COMPLETE
55442026-09-03T17:52:36.680Z[ recovery-image] Sep 03 17:52:36.020 INFO O| Sep 03 17:52:36.020 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55452026-09-03T17:52:36.693Z[ recovery-image] Sep 03 17:52:36.030 INFO O| Sep 03 17:52:36.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55462026-09-03T17:52:36.693Z[ recovery-image] Sep 03 17:52:36.030 INFO O| Sep 03 17:52:36.030 INFO STEP 48 (remove_files) COMPLETE
55472026-09-03T17:52:36.693Z[ recovery-image] Sep 03 17:52:36.030 INFO O| Sep 03 17:52:36.030 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-03T17:52:36.699Z[ recovery-image] Sep 03 17:52:36.039 INFO O| Sep 03 17:52:36.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55492026-09-03T17:52:36.699Z[ recovery-image] Sep 03 17:52:36.039 INFO O| Sep 03 17:52:36.039 INFO STEP 49 (remove_files) COMPLETE
55502026-09-03T17:52:36.699Z[ recovery-image] Sep 03 17:52:36.039 INFO O| Sep 03 17:52:36.039 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-03T17:52:36.709Z[ recovery-image] Sep 03 17:52:36.048 INFO O| Sep 03 17:52:36.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55522026-09-03T17:52:36.710Z[ recovery-image] Sep 03 17:52:36.048 INFO O| Sep 03 17:52:36.048 INFO STEP 50 (remove_files) COMPLETE
55532026-09-03T17:52:36.710Z[ recovery-image] Sep 03 17:52:36.048 INFO O| Sep 03 17:52:36.048 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55542026-09-03T17:52:36.723Z[ recovery-image] Sep 03 17:52:36.059 INFO O| Sep 03 17:52:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55552026-09-03T17:52:36.723Z[ recovery-image] Sep 03 17:52:36.059 INFO O| Sep 03 17:52:36.059 INFO STEP 51 (remove_files) COMPLETE
55562026-09-03T17:52:36.723Z[ recovery-image] Sep 03 17:52:36.059 INFO O| Sep 03 17:52:36.059 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-03T17:52:36.732Z[ recovery-image] Sep 03 17:52:36.071 INFO O| Sep 03 17:52:36.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55582026-09-03T17:52:36.732Z[ recovery-image] Sep 03 17:52:36.071 INFO O| Sep 03 17:52:36.070 INFO STEP 52 (remove_files) COMPLETE
55592026-09-03T17:52:36.751Z[ recovery-image] Sep 03 17:52:36.071 INFO O| Sep 03 17:52:36.070 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.084 INFO O| Sep 03 17:52:36.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55612026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.084 INFO O| Sep 03 17:52:36.084 INFO STEP 53 (remove_files) COMPLETE
55622026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.084 INFO O| Sep 03 17:52:36.084 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.097 INFO O| Sep 03 17:52:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55642026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.097 INFO O| Sep 03 17:52:36.097 INFO STEP 54 (remove_files) COMPLETE
55652026-09-03T17:52:36.762Z[ recovery-image] Sep 03 17:52:36.097 INFO O| Sep 03 17:52:36.097 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55662026-09-03T17:52:36.766Z[ recovery-image] Sep 03 17:52:36.107 INFO O| Sep 03 17:52:36.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55672026-09-03T17:52:36.767Z[ recovery-image] Sep 03 17:52:36.107 INFO O| Sep 03 17:52:36.107 INFO STEP 55 (remove_files) COMPLETE
55682026-09-03T17:52:36.767Z[ recovery-image] Sep 03 17:52:36.107 INFO O| Sep 03 17:52:36.107 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55692026-09-03T17:52:36.778Z[ recovery-image] Sep 03 17:52:36.118 INFO O| Sep 03 17:52:36.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55702026-09-03T17:52:36.778Z[ recovery-image] Sep 03 17:52:36.119 INFO O| Sep 03 17:52:36.118 INFO STEP 56 (remove_files) COMPLETE
55712026-09-03T17:52:36.778Z[ recovery-image] Sep 03 17:52:36.119 INFO O| Sep 03 17:52:36.118 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55722026-09-03T17:52:36.791Z[ recovery-image] Sep 03 17:52:36.129 INFO O| Sep 03 17:52:36.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55732026-09-03T17:52:36.791Z[ recovery-image] Sep 03 17:52:36.129 INFO O| Sep 03 17:52:36.129 INFO STEP 57 (remove_files) COMPLETE
55742026-09-03T17:52:36.791Z[ recovery-image] Sep 03 17:52:36.129 INFO O| Sep 03 17:52:36.129 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55752026-09-03T17:52:36.797Z[ recovery-image] Sep 03 17:52:36.138 INFO O| Sep 03 17:52:36.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55762026-09-03T17:52:36.797Z[ recovery-image] Sep 03 17:52:36.138 INFO O| Sep 03 17:52:36.138 INFO STEP 58 (remove_files) COMPLETE
55772026-09-03T17:52:36.797Z[ recovery-image] Sep 03 17:52:36.138 INFO O| Sep 03 17:52:36.138 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-03T17:52:36.807Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55792026-09-03T17:52:36.807Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55802026-09-03T17:52:36.807Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55812026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55822026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55832026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55842026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO ok!
55852026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO STEP 59 (ensure_file) COMPLETE
55862026-09-03T17:52:36.811Z[ recovery-image] Sep 03 17:52:36.148 INFO O| Sep 03 17:52:36.148 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55872026-09-03T17:52:36.818Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55882026-09-03T17:52:36.818Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55892026-09-03T17:52:36.818Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55902026-09-03T17:52:36.821Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55912026-09-03T17:52:36.821Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55922026-09-03T17:52:36.821Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55932026-09-03T17:52:36.822Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO ok!
55942026-09-03T17:52:36.822Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO STEP 60 (ensure_file) COMPLETE
55952026-09-03T17:52:36.822Z[ recovery-image] Sep 03 17:52:36.158 INFO O| Sep 03 17:52:36.158 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-03T17:52:36.828Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.168 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55972026-09-03T17:52:36.828Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.169 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55982026-09-03T17:52:36.833Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55992026-09-03T17:52:36.833Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.169 INFO ok!
56002026-09-03T17:52:36.833Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.169 INFO STEP 61 (ensure_file) COMPLETE
56012026-09-03T17:52:36.833Z[ recovery-image] Sep 03 17:52:36.169 INFO O| Sep 03 17:52:36.169 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56022026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
56032026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
56042026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
56052026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 INFO ok!
56062026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 INFO STEP 62 (ensure_file) COMPLETE
56072026-09-03T17:52:36.837Z[ recovery-image] Sep 03 17:52:36.178 INFO O| Sep 03 17:52:36.178 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56082026-09-03T17:52:36.853Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
56092026-09-03T17:52:36.853Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
56102026-09-03T17:52:36.853Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56112026-09-03T17:52:36.857Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56122026-09-03T17:52:36.857Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO ok!
56132026-09-03T17:52:36.857Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO STEP 63 (ensure_file) COMPLETE
56142026-09-03T17:52:36.857Z[ recovery-image] Sep 03 17:52:36.189 INFO O| Sep 03 17:52:36.189 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56152026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56162026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56172026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56182026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56192026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO ok!
56202026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO STEP 64 (ensure_file) COMPLETE
56212026-09-03T17:52:36.861Z[ recovery-image] Sep 03 17:52:36.199 INFO O| Sep 03 17:52:36.199 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56222026-09-03T17:52:36.869Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56232026-09-03T17:52:36.869Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 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-03T17:52:36.873Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 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-03T17:52:36.873Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56262026-09-03T17:52:36.873Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 INFO ok!
56272026-09-03T17:52:36.873Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 INFO STEP 65 (ensure_file) COMPLETE
56282026-09-03T17:52:36.873Z[ recovery-image] Sep 03 17:52:36.210 INFO O| Sep 03 17:52:36.210 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56292026-09-03T17:52:36.881Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56302026-09-03T17:52:36.881Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56312026-09-03T17:52:36.881Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56322026-09-03T17:52:36.884Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO ok!
56332026-09-03T17:52:36.884Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO STEP 66 (assemble_files) COMPLETE
56342026-09-03T17:52:36.884Z[ recovery-image] Sep 03 17:52:36.222 INFO O| Sep 03 17:52:36.222 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56352026-09-03T17:52:36.894Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56362026-09-03T17:52:36.894Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56372026-09-03T17:52:36.894Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56382026-09-03T17:52:36.897Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56392026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO ok!
56402026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO STEP 67 (ensure_file) COMPLETE
56412026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56422026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO skip step because feature "omicron1" is not enabled
56432026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56442026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO skip step because feature "omicron1" is not enabled
56452026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56462026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO skip step because feature "omicron1" is not enabled
56472026-09-03T17:52:36.898Z[ recovery-image] Sep 03 17:52:36.235 INFO O| Sep 03 17:52:36.235 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56482026-09-03T17:52:36.908Z[ recovery-image] Sep 03 17:52:36.249 INFO O| Sep 03 17:52:36.248 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56492026-09-03T17:52:36.908Z[ recovery-image] Sep 03 17:52:36.249 INFO O| Sep 03 17:52:36.249 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-03T17:52:36.977Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56512026-09-03T17:52:37.602Z[verify-libraries] Compiling samael v0.0.19
56522026-09-03T17:52:38.007Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
56532026-09-03T17:52:38.258Z[ recovery-image] Sep 03 17:52:37.598 INFO O| Sep 03 17:52:37.598 INFO STEP 71 (pack_tar) COMPLETE
56542026-09-03T17:52:38.258Z[ recovery-image] Sep 03 17:52:37.598 INFO O| Sep 03 17:52:37.598 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56552026-09-03T17:52:38.258Z[ recovery-image] Sep 03 17:52:37.598 INFO O| Sep 03 17:52:37.598 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56562026-09-03T17:52:38.428Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
56572026-09-03T17:52:38.791Z[ recovery-image] Sep 03 17:52:38.129 INFO O| Sep 03 17:52:38.129 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56582026-09-03T17:52:38.941Z[ recovery-image] Sep 03 17:52:38.282 INFO O| Sep 03 17:52:38.282 INFO completed processing sled/ramdisk-02-trim
56592026-09-03T17:52:38.945Z[ recovery-image] Sep 03 17:52:38.284 INFO image builder template: ramdisk-03-recovery-trim...
56602026-09-03T17:52:38.945Z[ recovery-image] Sep 03 17:52:38.284 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/.tmpxwGsx6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
56612026-09-03T17:52:38.948Z[ recovery-image] Sep 03 17:52:38.289 INFO O| Sep 03 17:52:38.289 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56622026-09-03T17:52:39.024Z[ recovery-image] Sep 03 17:52:38.365 INFO O| Sep 03 17:52:38.364 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56632026-09-03T17:52:39.034Z[ recovery-image] Sep 03 17:52:38.372 INFO O| Sep 03 17:52:38.371 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56642026-09-03T17:52:39.153Z[ recovery-image] Sep 03 17:52:38.492 INFO O| Sep 03 17:52:38.492 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56652026-09-03T17:52:39.291Z[ recovery-image] Sep 03 17:52:38.629 INFO O| Sep 03 17:52:38.629 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56662026-09-03T17:52:39.291Z[ recovery-image] Sep 03 17:52:38.630 INFO O| Sep 03 17:52:38.630 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56672026-09-03T17:52:39.296Z[ recovery-image] Sep 03 17:52:38.637 INFO O| Sep 03 17:52:38.637 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56682026-09-03T17:52:39.300Z[ recovery-image] Sep 03 17:52:38.641 INFO O| Sep 03 17:52:38.641 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56692026-09-03T17:52:39.312Z[ recovery-image] Sep 03 17:52:38.645 INFO O| Sep 03 17:52:38.645 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56702026-09-03T17:52:40.127Z[verify-libraries] Compiling git2 v0.20.4
56712026-09-03T17:52:40.153Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
56722026-09-03T17:52:40.159Z[ recovery-image] Sep 03 17:52:39.497 INFO O| Sep 03 17:52:39.497 INFO rolled back to input snapshot; work may begin
56732026-09-03T17:52:40.159Z[ recovery-image] Sep 03 17:52:39.497 INFO O| Sep 03 17:52:39.497 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56742026-09-03T17:52:40.168Z[ recovery-image] Sep 03 17:52:39.502 INFO O| Sep 03 17:52:39.502 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-09-03T17:52:40.174Z[ recovery-image] Sep 03 17:52:39.513 INFO O| Sep 03 17:52:39.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56762026-09-03T17:52:40.186Z[ recovery-image] Sep 03 17:52:39.515 INFO O| Sep 03 17:52:39.515 INFO STEP 0 (remove_files) COMPLETE
56772026-09-03T17:52:40.186Z[ recovery-image] Sep 03 17:52:39.515 INFO O| Sep 03 17:52:39.515 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-09-03T17:52:40.190Z[ recovery-image] Sep 03 17:52:39.526 INFO O| Sep 03 17:52:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56792026-09-03T17:52:40.190Z[ recovery-image] Sep 03 17:52:39.527 INFO O| Sep 03 17:52:39.527 INFO STEP 1 (remove_files) COMPLETE
56802026-09-03T17:52:40.190Z[ recovery-image] Sep 03 17:52:39.527 INFO O| Sep 03 17:52:39.527 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-09-03T17:52:40.197Z[ recovery-image] Sep 03 17:52:39.538 INFO O| Sep 03 17:52:39.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56822026-09-03T17:52:40.201Z[ recovery-image] Sep 03 17:52:39.541 INFO O| Sep 03 17:52:39.541 INFO STEP 2 (remove_files) COMPLETE
56832026-09-03T17:52:40.201Z[ recovery-image] Sep 03 17:52:39.541 INFO O| Sep 03 17:52:39.541 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-09-03T17:52:40.213Z[ recovery-image] Sep 03 17:52:39.552 INFO O| Sep 03 17:52:39.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56852026-09-03T17:52:40.263Z[ recovery-image] Sep 03 17:52:39.603 INFO O| Sep 03 17:52:39.603 INFO STEP 3 (remove_files) COMPLETE
56862026-09-03T17:52:40.263Z[ recovery-image] Sep 03 17:52:39.603 INFO O| Sep 03 17:52:39.603 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-03T17:52:40.276Z[ recovery-image] Sep 03 17:52:39.613 INFO O| Sep 03 17:52:39.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56882026-09-03T17:52:40.285Z[ recovery-image] Sep 03 17:52:39.617 INFO O| Sep 03 17:52:39.617 INFO STEP 4 (remove_files) COMPLETE
56892026-09-03T17:52:40.285Z[ recovery-image] Sep 03 17:52:39.617 INFO O| Sep 03 17:52:39.617 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-09-03T17:52:40.291Z[ recovery-image] Sep 03 17:52:39.627 INFO O| Sep 03 17:52:39.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56912026-09-03T17:52:40.322Z[ recovery-image] Sep 03 17:52:39.661 INFO O| Sep 03 17:52:39.661 INFO STEP 5 (remove_files) COMPLETE
56922026-09-03T17:52:40.322Z[ recovery-image] Sep 03 17:52:39.661 INFO O| Sep 03 17:52:39.661 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-03T17:52:40.335Z[ recovery-image] Sep 03 17:52:39.671 INFO O| Sep 03 17:52:39.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56942026-09-03T17:52:40.360Z[ recovery-image] Sep 03 17:52:39.686 INFO O| Sep 03 17:52:39.685 INFO STEP 6 (remove_files) COMPLETE
56952026-09-03T17:52:40.360Z[ recovery-image] Sep 03 17:52:39.686 INFO O| Sep 03 17:52:39.686 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-09-03T17:52:40.360Z[ recovery-image] Sep 03 17:52:39.695 INFO O| Sep 03 17:52:39.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56972026-09-03T17:52:40.360Z[ recovery-image] Sep 03 17:52:39.697 INFO O| Sep 03 17:52:39.697 INFO STEP 7 (remove_files) COMPLETE
56982026-09-03T17:52:40.360Z[ recovery-image] Sep 03 17:52:39.697 INFO O| Sep 03 17:52:39.697 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-09-03T17:52:40.365Z[ recovery-image] Sep 03 17:52:39.705 INFO O| Sep 03 17:52:39.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
57002026-09-03T17:52:40.375Z[ recovery-image] Sep 03 17:52:39.707 INFO O| Sep 03 17:52:39.707 INFO STEP 8 (remove_files) COMPLETE
57012026-09-03T17:52:40.375Z[ recovery-image] Sep 03 17:52:39.707 INFO O| Sep 03 17:52:39.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-09-03T17:52:40.380Z[ recovery-image] Sep 03 17:52:39.716 INFO O| Sep 03 17:52:39.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
57032026-09-03T17:52:40.380Z[ recovery-image] Sep 03 17:52:39.719 INFO O| Sep 03 17:52:39.719 INFO STEP 9 (remove_files) COMPLETE
57042026-09-03T17:52:40.380Z[ recovery-image] Sep 03 17:52:39.719 INFO O| Sep 03 17:52:39.719 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-09-03T17:52:40.387Z[ recovery-image] Sep 03 17:52:39.728 INFO O| Sep 03 17:52:39.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
57062026-09-03T17:52:40.387Z[ recovery-image] Sep 03 17:52:39.728 INFO O| Sep 03 17:52:39.728 INFO STEP 10 (remove_files) COMPLETE
57072026-09-03T17:52:40.390Z[ recovery-image] Sep 03 17:52:39.728 INFO O| Sep 03 17:52:39.728 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-09-03T17:52:40.396Z[ recovery-image] Sep 03 17:52:39.736 INFO O| Sep 03 17:52:39.736 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57092026-09-03T17:52:40.405Z[ recovery-image] Sep 03 17:52:39.738 INFO O| Sep 03 17:52:39.738 INFO STEP 11 (remove_files) COMPLETE
57102026-09-03T17:52:40.405Z[ recovery-image] Sep 03 17:52:39.738 INFO O| Sep 03 17:52:39.738 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-09-03T17:52:40.411Z[ recovery-image] Sep 03 17:52:39.746 INFO O| Sep 03 17:52:39.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57122026-09-03T17:52:40.626Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
57132026-09-03T17:52:40.722Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
57142026-09-03T17:52:40.757Z[ recovery-image] Sep 03 17:52:40.096 INFO O| Sep 03 17:52:40.096 INFO STEP 12 (remove_files) COMPLETE
57152026-09-03T17:52:40.757Z[ recovery-image] Sep 03 17:52:40.096 INFO O| Sep 03 17:52:40.096 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-09-03T17:52:40.765Z[ recovery-image] Sep 03 17:52:40.105 INFO O| Sep 03 17:52:40.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57172026-09-03T17:52:40.772Z[ recovery-image] Sep 03 17:52:40.108 INFO O| Sep 03 17:52:40.108 INFO STEP 13 (remove_files) COMPLETE
57182026-09-03T17:52:40.772Z[ recovery-image] Sep 03 17:52:40.108 INFO O| Sep 03 17:52:40.108 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-09-03T17:52:40.778Z[ recovery-image] Sep 03 17:52:40.119 INFO O| Sep 03 17:52:40.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57202026-09-03T17:52:40.782Z[ recovery-image] Sep 03 17:52:40.122 INFO O| Sep 03 17:52:40.122 INFO STEP 14 (remove_files) COMPLETE
57212026-09-03T17:52:40.782Z[ recovery-image] Sep 03 17:52:40.122 INFO O| Sep 03 17:52:40.122 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-09-03T17:52:40.793Z[ recovery-image] Sep 03 17:52:40.133 INFO O| Sep 03 17:52:40.133 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57232026-09-03T17:52:40.793Z[ recovery-image] Sep 03 17:52:40.133 INFO O| Sep 03 17:52:40.133 INFO STEP 15 (remove_files) COMPLETE
57242026-09-03T17:52:40.797Z[ recovery-image] Sep 03 17:52:40.133 INFO O| Sep 03 17:52:40.133 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-03T17:52:40.802Z[ recovery-image] Sep 03 17:52:40.143 INFO O| Sep 03 17:52:40.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57262026-09-03T17:52:40.807Z[ recovery-image] Sep 03 17:52:40.144 INFO O| Sep 03 17:52:40.144 INFO STEP 16 (remove_files) COMPLETE
57272026-09-03T17:52:40.807Z[ recovery-image] Sep 03 17:52:40.144 INFO O| Sep 03 17:52:40.144 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-03T17:52:40.813Z[ recovery-image] Sep 03 17:52:40.154 INFO O| Sep 03 17:52:40.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57292026-09-03T17:52:40.830Z[ recovery-image] Sep 03 17:52:40.169 INFO O| Sep 03 17:52:40.168 INFO STEP 17 (remove_files) COMPLETE
57302026-09-03T17:52:40.830Z[ recovery-image] Sep 03 17:52:40.169 INFO O| Sep 03 17:52:40.169 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-09-03T17:52:40.839Z[ recovery-image] Sep 03 17:52:40.179 INFO O| Sep 03 17:52:40.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57322026-09-03T17:52:40.839Z[ recovery-image] Sep 03 17:52:40.179 INFO O| Sep 03 17:52:40.179 INFO STEP 18 (remove_files) COMPLETE
57332026-09-03T17:52:40.844Z[ recovery-image] Sep 03 17:52:40.179 INFO O| Sep 03 17:52:40.179 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-09-03T17:52:40.849Z[ recovery-image] Sep 03 17:52:40.189 INFO O| Sep 03 17:52:40.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57352026-09-03T17:52:40.849Z[ recovery-image] Sep 03 17:52:40.189 INFO O| Sep 03 17:52:40.189 INFO STEP 19 (remove_files) COMPLETE
57362026-09-03T17:52:40.852Z[ recovery-image] Sep 03 17:52:40.189 INFO O| Sep 03 17:52:40.189 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-09-03T17:52:40.858Z[ recovery-image] Sep 03 17:52:40.199 INFO O| Sep 03 17:52:40.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57382026-09-03T17:52:40.903Z[ recovery-image] Sep 03 17:52:40.242 INFO O| Sep 03 17:52:40.242 INFO STEP 20 (remove_files) COMPLETE
57392026-09-03T17:52:40.904Z[ recovery-image] Sep 03 17:52:40.242 INFO O| Sep 03 17:52:40.242 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-09-03T17:52:40.913Z[ recovery-image] Sep 03 17:52:40.253 INFO O| Sep 03 17:52:40.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57412026-09-03T17:52:40.918Z[ recovery-image] Sep 03 17:52:40.255 INFO O| Sep 03 17:52:40.255 INFO STEP 21 (remove_files) COMPLETE
57422026-09-03T17:52:40.918Z[ recovery-image] Sep 03 17:52:40.255 INFO O| Sep 03 17:52:40.255 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-09-03T17:52:40.926Z[ recovery-image] Sep 03 17:52:40.265 INFO O| Sep 03 17:52:40.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57442026-09-03T17:52:40.932Z[ recovery-image] Sep 03 17:52:40.266 INFO O| Sep 03 17:52:40.266 INFO STEP 22 (remove_files) COMPLETE
57452026-09-03T17:52:40.933Z[ recovery-image] Sep 03 17:52:40.266 INFO O| Sep 03 17:52:40.266 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-09-03T17:52:40.944Z[ recovery-image] Sep 03 17:52:40.276 INFO O| Sep 03 17:52:40.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57472026-09-03T17:52:40.944Z[ recovery-image] Sep 03 17:52:40.277 INFO O| Sep 03 17:52:40.277 INFO STEP 23 (remove_files) COMPLETE
57482026-09-03T17:52:40.944Z[ recovery-image] Sep 03 17:52:40.277 INFO O| Sep 03 17:52:40.277 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-09-03T17:52:40.951Z[ recovery-image] Sep 03 17:52:40.286 INFO O| Sep 03 17:52:40.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57502026-09-03T17:52:40.951Z[ recovery-image] Sep 03 17:52:40.287 INFO O| Sep 03 17:52:40.287 INFO STEP 24 (remove_files) COMPLETE
57512026-09-03T17:52:40.951Z[ recovery-image] Sep 03 17:52:40.287 INFO O| Sep 03 17:52:40.287 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-09-03T17:52:40.958Z[ recovery-image] Sep 03 17:52:40.298 INFO O| Sep 03 17:52:40.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57532026-09-03T17:52:40.958Z[ recovery-image] Sep 03 17:52:40.298 INFO O| Sep 03 17:52:40.298 INFO STEP 25 (remove_files) COMPLETE
57542026-09-03T17:52:40.958Z[ recovery-image] Sep 03 17:52:40.298 INFO O| Sep 03 17:52:40.298 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-09-03T17:52:40.971Z[ recovery-image] Sep 03 17:52:40.309 INFO O| Sep 03 17:52:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57562026-09-03T17:52:40.977Z[ recovery-image] Sep 03 17:52:40.309 INFO O| Sep 03 17:52:40.309 INFO STEP 26 (remove_files) COMPLETE
57572026-09-03T17:52:40.977Z[ recovery-image] Sep 03 17:52:40.309 INFO O| Sep 03 17:52:40.309 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-09-03T17:52:40.981Z[ recovery-image] Sep 03 17:52:40.318 INFO O| Sep 03 17:52:40.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57592026-09-03T17:52:40.981Z[ recovery-image] Sep 03 17:52:40.318 INFO O| Sep 03 17:52:40.318 INFO STEP 27 (remove_files) COMPLETE
57602026-09-03T17:52:40.981Z[ recovery-image] Sep 03 17:52:40.318 INFO O| Sep 03 17:52:40.318 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-09-03T17:52:40.987Z[ recovery-image] Sep 03 17:52:40.328 INFO O| Sep 03 17:52:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57622026-09-03T17:52:41.006Z[ recovery-image] Sep 03 17:52:40.342 INFO O| Sep 03 17:52:40.342 INFO STEP 28 (remove_files) COMPLETE
57632026-09-03T17:52:41.006Z[ recovery-image] Sep 03 17:52:40.342 INFO O| Sep 03 17:52:40.342 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-09-03T17:52:41.015Z[ recovery-image] Sep 03 17:52:40.353 INFO O| Sep 03 17:52:40.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57652026-09-03T17:52:41.015Z[ recovery-image] Sep 03 17:52:40.353 INFO O| Sep 03 17:52:40.353 INFO STEP 29 (remove_files) COMPLETE
57662026-09-03T17:52:41.020Z[ recovery-image] Sep 03 17:52:40.353 INFO O| Sep 03 17:52:40.353 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-09-03T17:52:41.026Z[ recovery-image] Sep 03 17:52:40.364 INFO O| Sep 03 17:52:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57682026-09-03T17:52:41.026Z[ recovery-image] Sep 03 17:52:40.364 INFO O| Sep 03 17:52:40.364 INFO STEP 30 (remove_files) COMPLETE
57692026-09-03T17:52:41.027Z[ recovery-image] Sep 03 17:52:40.364 INFO O| Sep 03 17:52:40.364 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-09-03T17:52:41.037Z[ recovery-image] Sep 03 17:52:40.375 INFO O| Sep 03 17:52:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57712026-09-03T17:52:41.037Z[ recovery-image] Sep 03 17:52:40.375 INFO O| Sep 03 17:52:40.375 INFO STEP 31 (remove_files) COMPLETE
57722026-09-03T17:52:41.044Z[ recovery-image] Sep 03 17:52:40.375 INFO O| Sep 03 17:52:40.375 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-09-03T17:52:41.050Z[ recovery-image] Sep 03 17:52:40.385 INFO O| Sep 03 17:52:40.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57742026-09-03T17:52:41.050Z[ recovery-image] Sep 03 17:52:40.387 INFO O| Sep 03 17:52:40.387 INFO STEP 32 (remove_files) COMPLETE
57752026-09-03T17:52:41.050Z[ recovery-image] Sep 03 17:52:40.387 INFO O| Sep 03 17:52:40.387 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-09-03T17:52:41.065Z[ recovery-image] Sep 03 17:52:40.405 INFO O| Sep 03 17:52:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57772026-09-03T17:52:41.065Z[ recovery-image] Sep 03 17:52:40.405 INFO O| Sep 03 17:52:40.405 INFO STEP 33 (remove_files) COMPLETE
57782026-09-03T17:52:41.075Z[ recovery-image] Sep 03 17:52:40.405 INFO O| Sep 03 17:52:40.405 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-09-03T17:52:41.092Z[ recovery-image] Sep 03 17:52:40.421 INFO O| Sep 03 17:52:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57802026-09-03T17:52:41.098Z[ recovery-image] Sep 03 17:52:40.436 INFO O| Sep 03 17:52:40.436 INFO STEP 34 (remove_files) COMPLETE
57812026-09-03T17:52:41.099Z[ recovery-image] Sep 03 17:52:40.436 INFO O| Sep 03 17:52:40.436 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-09-03T17:52:41.105Z[ recovery-image] Sep 03 17:52:40.446 INFO O| Sep 03 17:52:40.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57832026-09-03T17:52:41.105Z[ recovery-image] Sep 03 17:52:40.447 INFO O| Sep 03 17:52:40.447 INFO STEP 35 (remove_files) COMPLETE
57842026-09-03T17:52:41.106Z[ recovery-image] Sep 03 17:52:40.447 INFO O| Sep 03 17:52:40.447 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-09-03T17:52:41.119Z[ recovery-image] Sep 03 17:52:40.456 INFO O| Sep 03 17:52:40.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57862026-09-03T17:52:41.119Z[ recovery-image] Sep 03 17:52:40.456 INFO O| Sep 03 17:52:40.456 INFO STEP 36 (remove_files) COMPLETE
57872026-09-03T17:52:41.119Z[ recovery-image] Sep 03 17:52:40.456 INFO O| Sep 03 17:52:40.456 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-09-03T17:52:41.127Z[ recovery-image] Sep 03 17:52:40.465 INFO O| Sep 03 17:52:40.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57892026-09-03T17:52:41.127Z[ recovery-image] Sep 03 17:52:40.465 INFO O| Sep 03 17:52:40.465 INFO STEP 37 (remove_files) COMPLETE
57902026-09-03T17:52:41.127Z[ recovery-image] Sep 03 17:52:40.465 INFO O| Sep 03 17:52:40.465 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-09-03T17:52:41.133Z[ recovery-image] Sep 03 17:52:40.474 INFO O| Sep 03 17:52:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57922026-09-03T17:52:41.133Z[ recovery-image] Sep 03 17:52:40.474 INFO O| Sep 03 17:52:40.474 INFO STEP 38 (remove_files) COMPLETE
57932026-09-03T17:52:41.142Z[ recovery-image] Sep 03 17:52:40.474 INFO O| Sep 03 17:52:40.474 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-09-03T17:52:41.151Z[ recovery-image] Sep 03 17:52:40.482 INFO O| Sep 03 17:52:40.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57952026-09-03T17:52:41.151Z[ recovery-image] Sep 03 17:52:40.482 INFO O| Sep 03 17:52:40.482 INFO STEP 39 (remove_files) COMPLETE
57962026-09-03T17:52:41.151Z[ recovery-image] Sep 03 17:52:40.482 INFO O| Sep 03 17:52:40.482 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-09-03T17:52:41.164Z[ recovery-image] Sep 03 17:52:40.502 INFO O| Sep 03 17:52:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57982026-09-03T17:52:41.164Z[ recovery-image] Sep 03 17:52:40.502 INFO O| Sep 03 17:52:40.502 INFO STEP 40 (remove_files) COMPLETE
57992026-09-03T17:52:41.164Z[ recovery-image] Sep 03 17:52:40.502 INFO O| Sep 03 17:52:40.502 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-09-03T17:52:41.175Z[ recovery-image] Sep 03 17:52:40.512 INFO O| Sep 03 17:52:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
58012026-09-03T17:52:41.175Z[ recovery-image] Sep 03 17:52:40.512 INFO O| Sep 03 17:52:40.512 INFO STEP 41 (remove_files) COMPLETE
58022026-09-03T17:52:41.175Z[ recovery-image] Sep 03 17:52:40.512 INFO O| Sep 03 17:52:40.512 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-09-03T17:52:41.186Z[ recovery-image] Sep 03 17:52:40.520 INFO O| Sep 03 17:52:40.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
58042026-09-03T17:52:41.186Z[ recovery-image] Sep 03 17:52:40.520 INFO O| Sep 03 17:52:40.520 INFO STEP 42 (remove_files) COMPLETE
58052026-09-03T17:52:41.186Z[ recovery-image] Sep 03 17:52:40.520 INFO O| Sep 03 17:52:40.520 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-09-03T17:52:41.207Z[ recovery-image] Sep 03 17:52:40.545 INFO O| Sep 03 17:52:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58072026-09-03T17:52:41.207Z[ recovery-image] Sep 03 17:52:40.545 INFO O| Sep 03 17:52:40.545 INFO STEP 43 (remove_files) COMPLETE
58082026-09-03T17:52:41.207Z[ recovery-image] Sep 03 17:52:40.545 INFO O| Sep 03 17:52:40.545 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-09-03T17:52:41.214Z[ recovery-image] Sep 03 17:52:40.555 INFO O| Sep 03 17:52:40.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58102026-09-03T17:52:41.214Z[ recovery-image] Sep 03 17:52:40.555 INFO O| Sep 03 17:52:40.555 INFO STEP 44 (remove_files) COMPLETE
58112026-09-03T17:52:41.214Z[ recovery-image] Sep 03 17:52:40.555 INFO O| Sep 03 17:52:40.555 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-09-03T17:52:41.248Z[ recovery-image] Sep 03 17:52:40.587 INFO O| Sep 03 17:52:40.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58132026-09-03T17:52:41.249Z[ recovery-image] Sep 03 17:52:40.588 INFO O| Sep 03 17:52:40.587 INFO STEP 45 (remove_files) COMPLETE
58142026-09-03T17:52:41.256Z[ recovery-image] Sep 03 17:52:40.588 INFO O| Sep 03 17:52:40.588 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-09-03T17:52:41.263Z[ recovery-image] Sep 03 17:52:40.598 INFO O| Sep 03 17:52:40.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58162026-09-03T17:52:41.263Z[ recovery-image] Sep 03 17:52:40.598 INFO O| Sep 03 17:52:40.598 INFO STEP 46 (remove_files) COMPLETE
58172026-09-03T17:52:41.263Z[ recovery-image] Sep 03 17:52:40.598 INFO O| Sep 03 17:52:40.598 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-09-03T17:52:41.278Z[ recovery-image] Sep 03 17:52:40.613 INFO O| Sep 03 17:52:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58192026-09-03T17:52:41.278Z[ recovery-image] Sep 03 17:52:40.613 INFO O| Sep 03 17:52:40.613 INFO STEP 47 (remove_files) COMPLETE
58202026-09-03T17:52:41.278Z[ recovery-image] Sep 03 17:52:40.613 INFO O| Sep 03 17:52:40.613 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-09-03T17:52:41.284Z[ recovery-image] Sep 03 17:52:40.624 INFO O| Sep 03 17:52:40.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58222026-09-03T17:52:41.284Z[ recovery-image] Sep 03 17:52:40.624 INFO O| Sep 03 17:52:40.624 INFO STEP 48 (remove_files) COMPLETE
58232026-09-03T17:52:41.284Z[ recovery-image] Sep 03 17:52:40.624 INFO O| Sep 03 17:52:40.624 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-09-03T17:52:41.292Z[ recovery-image] Sep 03 17:52:40.633 INFO O| Sep 03 17:52:40.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58252026-09-03T17:52:41.295Z[ recovery-image] Sep 03 17:52:40.633 INFO O| Sep 03 17:52:40.633 INFO STEP 49 (remove_files) COMPLETE
58262026-09-03T17:52:41.295Z[ recovery-image] Sep 03 17:52:40.633 INFO O| Sep 03 17:52:40.633 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-09-03T17:52:41.322Z[ recovery-image] Sep 03 17:52:40.662 INFO O| Sep 03 17:52:40.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58282026-09-03T17:52:41.322Z[ recovery-image] Sep 03 17:52:40.662 INFO O| Sep 03 17:52:40.662 INFO STEP 50 (remove_files) COMPLETE
58292026-09-03T17:52:41.322Z[ recovery-image] Sep 03 17:52:40.662 INFO O| Sep 03 17:52:40.662 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-09-03T17:52:41.352Z[ recovery-image] Sep 03 17:52:40.692 INFO O| Sep 03 17:52:40.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58312026-09-03T17:52:41.358Z[ recovery-image] Sep 03 17:52:40.699 INFO O| Sep 03 17:52:40.699 INFO STEP 51 (remove_files) COMPLETE
58322026-09-03T17:52:41.358Z[ recovery-image] Sep 03 17:52:40.699 INFO O| Sep 03 17:52:40.699 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-09-03T17:52:41.373Z[ recovery-image] Sep 03 17:52:40.710 INFO O| Sep 03 17:52:40.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58342026-09-03T17:52:41.374Z[ recovery-image] Sep 03 17:52:40.710 INFO O| Sep 03 17:52:40.710 INFO STEP 52 (remove_files) COMPLETE
58352026-09-03T17:52:41.374Z[ recovery-image] Sep 03 17:52:40.710 INFO O| Sep 03 17:52:40.710 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-09-03T17:52:41.384Z[ recovery-image] Sep 03 17:52:40.721 INFO O| Sep 03 17:52:40.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58372026-09-03T17:52:41.384Z[ recovery-image] Sep 03 17:52:40.721 INFO O| Sep 03 17:52:40.721 INFO STEP 53 (remove_files) COMPLETE
58382026-09-03T17:52:41.391Z[ recovery-image] Sep 03 17:52:40.721 INFO O| Sep 03 17:52:40.721 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-09-03T17:52:41.391Z[ recovery-image] Sep 03 17:52:40.731 INFO O| Sep 03 17:52:40.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58402026-09-03T17:52:41.391Z[ recovery-image] Sep 03 17:52:40.731 INFO O| Sep 03 17:52:40.731 INFO STEP 54 (remove_files) COMPLETE
58412026-09-03T17:52:41.391Z[ recovery-image] Sep 03 17:52:40.731 INFO O| Sep 03 17:52:40.731 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-09-03T17:52:41.405Z[ recovery-image] Sep 03 17:52:40.746 INFO O| Sep 03 17:52:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58432026-09-03T17:52:41.405Z[ recovery-image] Sep 03 17:52:40.746 INFO O| Sep 03 17:52:40.746 INFO STEP 55 (remove_files) COMPLETE
58442026-09-03T17:52:41.405Z[ recovery-image] Sep 03 17:52:40.746 INFO O| Sep 03 17:52:40.746 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-09-03T17:52:41.420Z[ recovery-image] Sep 03 17:52:40.757 INFO O| Sep 03 17:52:40.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58462026-09-03T17:52:41.420Z[ recovery-image] Sep 03 17:52:40.757 INFO O| Sep 03 17:52:40.757 INFO STEP 56 (remove_files) COMPLETE
58472026-09-03T17:52:41.420Z[ recovery-image] Sep 03 17:52:40.757 INFO O| Sep 03 17:52:40.757 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-09-03T17:52:41.428Z[ recovery-image] Sep 03 17:52:40.767 INFO O| Sep 03 17:52:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58492026-09-03T17:52:41.428Z[ recovery-image] Sep 03 17:52:40.767 INFO O| Sep 03 17:52:40.767 INFO STEP 57 (remove_files) COMPLETE
58502026-09-03T17:52:41.435Z[ recovery-image] Sep 03 17:52:40.767 INFO O| Sep 03 17:52:40.767 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-09-03T17:52:41.439Z[ recovery-image] Sep 03 17:52:40.778 INFO O| Sep 03 17:52:40.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58522026-09-03T17:52:41.439Z[ recovery-image] Sep 03 17:52:40.778 INFO O| Sep 03 17:52:40.778 INFO STEP 58 (remove_files) COMPLETE
58532026-09-03T17:52:41.439Z[ recovery-image] Sep 03 17:52:40.778 INFO O| Sep 03 17:52:40.778 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-03T17:52:41.451Z[ recovery-image] Sep 03 17:52:40.789 INFO O| Sep 03 17:52:40.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58552026-09-03T17:52:41.451Z[ recovery-image] Sep 03 17:52:40.789 INFO O| Sep 03 17:52:40.789 INFO STEP 59 (remove_files) COMPLETE
58562026-09-03T17:52:41.455Z[ recovery-image] Sep 03 17:52:40.789 INFO O| Sep 03 17:52:40.789 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-03T17:52:41.458Z[ recovery-image] Sep 03 17:52:40.800 INFO O| Sep 03 17:52:40.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58582026-09-03T17:52:41.458Z[ recovery-image] Sep 03 17:52:40.800 INFO O| Sep 03 17:52:40.800 INFO STEP 60 (remove_files) COMPLETE
58592026-09-03T17:52:41.458Z[ recovery-image] Sep 03 17:52:40.800 INFO O| Sep 03 17:52:40.800 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-03T17:52:41.468Z[ recovery-image] Sep 03 17:52:40.809 INFO O| Sep 03 17:52:40.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58612026-09-03T17:52:41.473Z[ recovery-image] Sep 03 17:52:40.810 INFO O| Sep 03 17:52:40.810 INFO STEP 61 (remove_files) COMPLETE
58622026-09-03T17:52:41.473Z[ recovery-image] Sep 03 17:52:40.810 INFO O| Sep 03 17:52:40.810 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-09-03T17:52:41.484Z[ recovery-image] Sep 03 17:52:40.824 INFO O| Sep 03 17:52:40.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58642026-09-03T17:52:41.484Z[ recovery-image] Sep 03 17:52:40.824 INFO O| Sep 03 17:52:40.824 INFO STEP 62 (remove_files) COMPLETE
58652026-09-03T17:52:41.484Z[ recovery-image] Sep 03 17:52:40.824 INFO O| Sep 03 17:52:40.824 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-09-03T17:52:41.493Z[ recovery-image] Sep 03 17:52:40.833 INFO O| Sep 03 17:52:40.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58672026-09-03T17:52:41.494Z[ recovery-image] Sep 03 17:52:40.834 INFO O| Sep 03 17:52:40.833 INFO STEP 63 (remove_files) COMPLETE
58682026-09-03T17:52:41.494Z[ recovery-image] Sep 03 17:52:40.834 INFO O| Sep 03 17:52:40.833 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-09-03T17:52:41.503Z[ recovery-image] Sep 03 17:52:40.842 INFO O| Sep 03 17:52:40.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58702026-09-03T17:52:41.503Z[ recovery-image] Sep 03 17:52:40.842 INFO O| Sep 03 17:52:40.842 INFO STEP 64 (remove_files) COMPLETE
58712026-09-03T17:52:41.511Z[ recovery-image] Sep 03 17:52:40.842 INFO O| Sep 03 17:52:40.842 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-09-03T17:52:41.515Z[ recovery-image] Sep 03 17:52:40.851 INFO O| Sep 03 17:52:40.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58732026-09-03T17:52:41.515Z[ recovery-image] Sep 03 17:52:40.851 INFO O| Sep 03 17:52:40.851 INFO STEP 65 (remove_files) COMPLETE
58742026-09-03T17:52:41.515Z[ recovery-image] Sep 03 17:52:40.851 INFO O| Sep 03 17:52:40.851 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-03T17:52:41.521Z[ recovery-image] Sep 03 17:52:40.859 INFO O| Sep 03 17:52:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58762026-09-03T17:52:41.521Z[ recovery-image] Sep 03 17:52:40.860 INFO O| Sep 03 17:52:40.859 INFO STEP 66 (remove_files) COMPLETE
58772026-09-03T17:52:41.521Z[ recovery-image] Sep 03 17:52:40.860 INFO O| Sep 03 17:52:40.859 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-03T17:52:41.528Z[ recovery-image] Sep 03 17:52:40.868 INFO O| Sep 03 17:52:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58792026-09-03T17:52:41.528Z[ recovery-image] Sep 03 17:52:40.869 INFO O| Sep 03 17:52:40.869 INFO STEP 67 (remove_files) COMPLETE
58802026-09-03T17:52:41.528Z[ recovery-image] Sep 03 17:52:40.869 INFO O| Sep 03 17:52:40.869 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-03T17:52:41.540Z[ recovery-image] Sep 03 17:52:40.877 INFO O| Sep 03 17:52:40.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58822026-09-03T17:52:41.540Z[ recovery-image] Sep 03 17:52:40.877 INFO O| Sep 03 17:52:40.877 INFO STEP 68 (remove_files) COMPLETE
58832026-09-03T17:52:41.540Z[ recovery-image] Sep 03 17:52:40.877 INFO O| Sep 03 17:52:40.877 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-03T17:52:41.547Z[ recovery-image] Sep 03 17:52:40.886 INFO O| Sep 03 17:52:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58852026-09-03T17:52:41.547Z[ recovery-image] Sep 03 17:52:40.886 INFO O| Sep 03 17:52:40.886 INFO STEP 69 (remove_files) COMPLETE
58862026-09-03T17:52:41.551Z[ recovery-image] Sep 03 17:52:40.886 INFO O| Sep 03 17:52:40.886 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-03T17:52:41.571Z[ recovery-image] Sep 03 17:52:40.912 INFO O| Sep 03 17:52:40.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58882026-09-03T17:52:41.571Z[ recovery-image] Sep 03 17:52:40.912 INFO O| Sep 03 17:52:40.912 INFO STEP 70 (remove_files) COMPLETE
58892026-09-03T17:52:41.571Z[ recovery-image] Sep 03 17:52:40.912 INFO O| Sep 03 17:52:40.912 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-03T17:52:41.581Z[ recovery-image] Sep 03 17:52:40.922 INFO O| Sep 03 17:52:40.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58912026-09-03T17:52:41.581Z[ recovery-image] Sep 03 17:52:40.922 INFO O| Sep 03 17:52:40.922 INFO STEP 71 (remove_files) COMPLETE
58922026-09-03T17:52:41.581Z[ recovery-image] Sep 03 17:52:40.922 INFO O| Sep 03 17:52:40.922 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-03T17:52:41.599Z[ recovery-image] Sep 03 17:52:40.940 INFO O| Sep 03 17:52:40.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58942026-09-03T17:52:41.599Z[ recovery-image] Sep 03 17:52:40.940 INFO O| Sep 03 17:52:40.940 INFO STEP 72 (remove_files) COMPLETE
58952026-09-03T17:52:41.599Z[ recovery-image] Sep 03 17:52:40.940 INFO O| Sep 03 17:52:40.940 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-03T17:52:41.612Z[ recovery-image] Sep 03 17:52:40.953 INFO O| Sep 03 17:52:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58972026-09-03T17:52:41.612Z[ recovery-image] Sep 03 17:52:40.953 INFO O| Sep 03 17:52:40.953 INFO STEP 73 (remove_files) COMPLETE
58982026-09-03T17:52:41.612Z[ recovery-image] Sep 03 17:52:40.953 INFO O| Sep 03 17:52:40.953 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-03T17:52:41.621Z[ recovery-image] Sep 03 17:52:40.962 INFO O| Sep 03 17:52:40.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
59002026-09-03T17:52:41.621Z[ recovery-image] Sep 03 17:52:40.962 INFO O| Sep 03 17:52:40.962 INFO STEP 74 (remove_files) COMPLETE
59012026-09-03T17:52:41.627Z[ recovery-image] Sep 03 17:52:40.962 INFO O| Sep 03 17:52:40.962 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-03T17:52:41.638Z[ recovery-image] Sep 03 17:52:40.979 INFO O| Sep 03 17:52:40.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
59032026-09-03T17:52:41.638Z[ recovery-image] Sep 03 17:52:40.979 INFO O| Sep 03 17:52:40.979 INFO STEP 75 (remove_files) COMPLETE
59042026-09-03T17:52:41.638Z[ recovery-image] Sep 03 17:52:40.979 INFO O| Sep 03 17:52:40.979 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-03T17:52:41.649Z[ recovery-image] Sep 03 17:52:40.990 INFO O| Sep 03 17:52:40.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
59062026-09-03T17:52:41.649Z[ recovery-image] Sep 03 17:52:40.990 INFO O| Sep 03 17:52:40.990 INFO STEP 76 (remove_files) COMPLETE
59072026-09-03T17:52:41.652Z[ recovery-image] Sep 03 17:52:40.990 INFO O| Sep 03 17:52:40.990 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-09-03T17:52:41.663Z[ recovery-image] Sep 03 17:52:41.004 INFO O| Sep 03 17:52:41.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59092026-09-03T17:52:41.663Z[ recovery-image] Sep 03 17:52:41.004 INFO O| Sep 03 17:52:41.004 INFO STEP 77 (remove_files) COMPLETE
59102026-09-03T17:52:41.663Z[ recovery-image] Sep 03 17:52:41.004 INFO O| Sep 03 17:52:41.004 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-09-03T17:52:41.694Z[ recovery-image] Sep 03 17:52:41.035 INFO O| Sep 03 17:52:41.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59122026-09-03T17:52:41.694Z[ recovery-image] Sep 03 17:52:41.035 INFO O| Sep 03 17:52:41.035 INFO STEP 78 (remove_files) COMPLETE
59132026-09-03T17:52:41.698Z[ recovery-image] Sep 03 17:52:41.035 INFO O| Sep 03 17:52:41.035 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-09-03T17:52:41.709Z[ recovery-image] Sep 03 17:52:41.050 INFO O| Sep 03 17:52:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59152026-09-03T17:52:41.709Z[ recovery-image] Sep 03 17:52:41.050 INFO O| Sep 03 17:52:41.050 INFO STEP 79 (remove_files) COMPLETE
59162026-09-03T17:52:41.709Z[ recovery-image] Sep 03 17:52:41.050 INFO O| Sep 03 17:52:41.050 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-09-03T17:52:41.719Z[ recovery-image] Sep 03 17:52:41.061 INFO O| Sep 03 17:52:41.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59182026-09-03T17:52:41.720Z[ recovery-image] Sep 03 17:52:41.061 INFO O| Sep 03 17:52:41.061 INFO STEP 80 (remove_files) COMPLETE
59192026-09-03T17:52:41.723Z[ recovery-image] Sep 03 17:52:41.061 INFO O| Sep 03 17:52:41.061 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-09-03T17:52:41.738Z[ recovery-image] Sep 03 17:52:41.072 INFO O| Sep 03 17:52:41.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59212026-09-03T17:52:41.738Z[ recovery-image] Sep 03 17:52:41.072 INFO O| Sep 03 17:52:41.072 INFO STEP 81 (remove_files) COMPLETE
59222026-09-03T17:52:41.738Z[ recovery-image] Sep 03 17:52:41.072 INFO O| Sep 03 17:52:41.072 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-09-03T17:52:41.743Z[ recovery-image] Sep 03 17:52:41.083 INFO O| Sep 03 17:52:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59242026-09-03T17:52:41.743Z[ recovery-image] Sep 03 17:52:41.083 INFO O| Sep 03 17:52:41.083 INFO STEP 82 (remove_files) COMPLETE
59252026-09-03T17:52:41.743Z[ recovery-image] Sep 03 17:52:41.083 INFO O| Sep 03 17:52:41.083 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-09-03T17:52:41.753Z[ recovery-image] Sep 03 17:52:41.094 INFO O| Sep 03 17:52:41.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59272026-09-03T17:52:41.753Z[ recovery-image] Sep 03 17:52:41.094 INFO O| Sep 03 17:52:41.094 INFO STEP 83 (remove_files) COMPLETE
59282026-09-03T17:52:41.753Z[ recovery-image] Sep 03 17:52:41.094 INFO O| Sep 03 17:52:41.094 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-09-03T17:52:41.764Z[ recovery-image] Sep 03 17:52:41.105 INFO O| Sep 03 17:52:41.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59302026-09-03T17:52:41.764Z[ recovery-image] Sep 03 17:52:41.105 INFO O| Sep 03 17:52:41.105 INFO STEP 84 (remove_files) COMPLETE
59312026-09-03T17:52:41.769Z[ recovery-image] Sep 03 17:52:41.105 INFO O| Sep 03 17:52:41.105 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-09-03T17:52:41.775Z[ recovery-image] Sep 03 17:52:41.116 INFO O| Sep 03 17:52:41.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59332026-09-03T17:52:41.775Z[ recovery-image] Sep 03 17:52:41.116 INFO O| Sep 03 17:52:41.116 INFO STEP 85 (remove_files) COMPLETE
59342026-09-03T17:52:41.775Z[ recovery-image] Sep 03 17:52:41.116 INFO O| Sep 03 17:52:41.116 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-09-03T17:52:41.785Z[ recovery-image] Sep 03 17:52:41.126 INFO O| Sep 03 17:52:41.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59362026-09-03T17:52:41.785Z[ recovery-image] Sep 03 17:52:41.127 INFO O| Sep 03 17:52:41.127 INFO STEP 86 (remove_files) COMPLETE
59372026-09-03T17:52:41.785Z[ recovery-image] Sep 03 17:52:41.127 INFO O| Sep 03 17:52:41.127 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-09-03T17:52:41.796Z[ recovery-image] Sep 03 17:52:41.137 INFO O| Sep 03 17:52:41.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59392026-09-03T17:52:41.797Z[ recovery-image] Sep 03 17:52:41.137 INFO O| Sep 03 17:52:41.137 INFO STEP 87 (remove_files) COMPLETE
59402026-09-03T17:52:41.797Z[ recovery-image] Sep 03 17:52:41.137 INFO O| Sep 03 17:52:41.137 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-09-03T17:52:41.806Z[ recovery-image] Sep 03 17:52:41.147 INFO O| Sep 03 17:52:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59422026-09-03T17:52:41.806Z[ recovery-image] Sep 03 17:52:41.147 INFO O| Sep 03 17:52:41.147 INFO STEP 88 (remove_files) COMPLETE
59432026-09-03T17:52:41.810Z[ recovery-image] Sep 03 17:52:41.147 INFO O| Sep 03 17:52:41.147 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-03T17:52:41.817Z[ recovery-image] Sep 03 17:52:41.157 INFO O| Sep 03 17:52:41.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59452026-09-03T17:52:41.817Z[ recovery-image] Sep 03 17:52:41.158 INFO O| Sep 03 17:52:41.158 INFO STEP 89 (remove_files) COMPLETE
59462026-09-03T17:52:41.817Z[ recovery-image] Sep 03 17:52:41.158 INFO O| Sep 03 17:52:41.158 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-03T17:52:41.827Z[ recovery-image] Sep 03 17:52:41.168 INFO O| Sep 03 17:52:41.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59482026-09-03T17:52:41.827Z[ recovery-image] Sep 03 17:52:41.168 INFO O| Sep 03 17:52:41.168 INFO STEP 90 (remove_files) COMPLETE
59492026-09-03T17:52:41.827Z[ recovery-image] Sep 03 17:52:41.168 INFO O| Sep 03 17:52:41.168 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-03T17:52:41.838Z[ recovery-image] Sep 03 17:52:41.179 INFO O| Sep 03 17:52:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59512026-09-03T17:52:41.838Z[ recovery-image] Sep 03 17:52:41.179 INFO O| Sep 03 17:52:41.179 INFO STEP 91 (remove_files) COMPLETE
59522026-09-03T17:52:41.842Z[ recovery-image] Sep 03 17:52:41.179 INFO O| Sep 03 17:52:41.179 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-03T17:52:41.848Z[ recovery-image] Sep 03 17:52:41.190 INFO O| Sep 03 17:52:41.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59542026-09-03T17:52:41.848Z[ recovery-image] Sep 03 17:52:41.190 INFO O| Sep 03 17:52:41.190 INFO STEP 92 (remove_files) COMPLETE
59552026-09-03T17:52:41.852Z[ recovery-image] Sep 03 17:52:41.190 INFO O| Sep 03 17:52:41.190 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-03T17:52:41.859Z[ recovery-image] Sep 03 17:52:41.200 INFO O| Sep 03 17:52:41.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59572026-09-03T17:52:41.859Z[ recovery-image] Sep 03 17:52:41.200 INFO O| Sep 03 17:52:41.200 INFO STEP 93 (remove_files) COMPLETE
59582026-09-03T17:52:41.859Z[ recovery-image] Sep 03 17:52:41.200 INFO O| Sep 03 17:52:41.200 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-03T17:52:41.869Z[ recovery-image] Sep 03 17:52:41.210 INFO O| Sep 03 17:52:41.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59602026-09-03T17:52:41.869Z[ recovery-image] Sep 03 17:52:41.210 INFO O| Sep 03 17:52:41.210 INFO STEP 94 (remove_files) COMPLETE
59612026-09-03T17:52:41.869Z[ recovery-image] Sep 03 17:52:41.210 INFO O| Sep 03 17:52:41.210 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-03T17:52:41.879Z[ recovery-image] Sep 03 17:52:41.220 INFO O| Sep 03 17:52:41.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59632026-09-03T17:52:41.882Z[ recovery-image] Sep 03 17:52:41.220 INFO O| Sep 03 17:52:41.220 INFO STEP 95 (remove_files) COMPLETE
59642026-09-03T17:52:41.882Z[ recovery-image] Sep 03 17:52:41.220 INFO O| Sep 03 17:52:41.220 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-03T17:52:41.892Z[ recovery-image] Sep 03 17:52:41.231 INFO O| Sep 03 17:52:41.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59662026-09-03T17:52:41.892Z[ recovery-image] Sep 03 17:52:41.232 INFO O| Sep 03 17:52:41.232 INFO STEP 96 (remove_files) COMPLETE
59672026-09-03T17:52:41.892Z[ recovery-image] Sep 03 17:52:41.232 INFO O| Sep 03 17:52:41.232 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-03T17:52:41.903Z[ recovery-image] Sep 03 17:52:41.244 INFO O| Sep 03 17:52:41.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59692026-09-03T17:52:41.903Z[ recovery-image] Sep 03 17:52:41.244 INFO O| Sep 03 17:52:41.244 INFO STEP 97 (remove_files) COMPLETE
59702026-09-03T17:52:41.903Z[ recovery-image] Sep 03 17:52:41.244 INFO O| Sep 03 17:52:41.244 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-03T17:52:41.913Z[ recovery-image] Sep 03 17:52:41.254 INFO O| Sep 03 17:52:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59722026-09-03T17:52:41.913Z[ recovery-image] Sep 03 17:52:41.254 INFO O| Sep 03 17:52:41.254 INFO STEP 98 (remove_files) COMPLETE
59732026-09-03T17:52:41.917Z[ recovery-image] Sep 03 17:52:41.254 INFO O| Sep 03 17:52:41.254 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-03T17:52:41.923Z[ recovery-image] Sep 03 17:52:41.264 INFO O| Sep 03 17:52:41.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59752026-09-03T17:52:41.923Z[ recovery-image] Sep 03 17:52:41.264 INFO O| Sep 03 17:52:41.264 INFO STEP 99 (remove_files) COMPLETE
59762026-09-03T17:52:41.923Z[ recovery-image] Sep 03 17:52:41.264 INFO O| Sep 03 17:52:41.264 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-03T17:52:41.933Z[ recovery-image] Sep 03 17:52:41.274 INFO O| Sep 03 17:52:41.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59782026-09-03T17:52:41.933Z[ recovery-image] Sep 03 17:52:41.274 INFO O| Sep 03 17:52:41.274 INFO STEP 100 (remove_files) COMPLETE
59792026-09-03T17:52:41.933Z[ recovery-image] Sep 03 17:52:41.274 INFO O| Sep 03 17:52:41.274 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-03T17:52:41.943Z[ recovery-image] Sep 03 17:52:41.284 INFO O| Sep 03 17:52:41.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59812026-09-03T17:52:41.943Z[ recovery-image] Sep 03 17:52:41.284 INFO O| Sep 03 17:52:41.284 INFO STEP 101 (remove_files) COMPLETE
59822026-09-03T17:52:41.943Z[ recovery-image] Sep 03 17:52:41.284 INFO O| Sep 03 17:52:41.284 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-03T17:52:41.953Z[ recovery-image] Sep 03 17:52:41.294 INFO O| Sep 03 17:52:41.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59842026-09-03T17:52:41.953Z[ recovery-image] Sep 03 17:52:41.294 INFO O| Sep 03 17:52:41.294 INFO STEP 102 (remove_files) COMPLETE
59852026-09-03T17:52:41.956Z[ recovery-image] Sep 03 17:52:41.294 INFO O| Sep 03 17:52:41.294 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-03T17:52:41.963Z[ recovery-image] Sep 03 17:52:41.304 INFO O| Sep 03 17:52:41.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59872026-09-03T17:52:41.963Z[ recovery-image] Sep 03 17:52:41.304 INFO O| Sep 03 17:52:41.304 INFO STEP 103 (remove_files) COMPLETE
59882026-09-03T17:52:41.966Z[ recovery-image] Sep 03 17:52:41.304 INFO O| Sep 03 17:52:41.304 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-03T17:52:41.973Z[ recovery-image] Sep 03 17:52:41.314 INFO O| Sep 03 17:52:41.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59902026-09-03T17:52:41.973Z[ recovery-image] Sep 03 17:52:41.314 INFO O| Sep 03 17:52:41.314 INFO STEP 104 (remove_files) COMPLETE
59912026-09-03T17:52:41.973Z[ recovery-image] Sep 03 17:52:41.314 INFO O| Sep 03 17:52:41.314 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-03T17:52:41.984Z[ recovery-image] Sep 03 17:52:41.325 INFO O| Sep 03 17:52:41.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59932026-09-03T17:52:41.984Z[ recovery-image] Sep 03 17:52:41.325 INFO O| Sep 03 17:52:41.325 INFO STEP 105 (remove_files) COMPLETE
59942026-09-03T17:52:41.987Z[ recovery-image] Sep 03 17:52:41.325 INFO O| Sep 03 17:52:41.325 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-03T17:52:41.993Z[ recovery-image] Sep 03 17:52:41.335 INFO O| Sep 03 17:52:41.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59962026-09-03T17:52:41.993Z[ recovery-image] Sep 03 17:52:41.335 INFO O| Sep 03 17:52:41.335 INFO STEP 106 (remove_files) COMPLETE
59972026-09-03T17:52:41.997Z[ recovery-image] Sep 03 17:52:41.335 INFO O| Sep 03 17:52:41.335 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-03T17:52:42.004Z[ recovery-image] Sep 03 17:52:41.345 INFO O| Sep 03 17:52:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59992026-09-03T17:52:42.004Z[ recovery-image] Sep 03 17:52:41.345 INFO O| Sep 03 17:52:41.345 INFO STEP 107 (remove_files) COMPLETE
60002026-09-03T17:52:42.004Z[ recovery-image] Sep 03 17:52:41.345 INFO O| Sep 03 17:52:41.345 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-03T17:52:42.013Z[ recovery-image] Sep 03 17:52:41.355 INFO O| Sep 03 17:52:41.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
60022026-09-03T17:52:42.013Z[ recovery-image] Sep 03 17:52:41.355 INFO O| Sep 03 17:52:41.355 INFO STEP 108 (remove_files) COMPLETE
60032026-09-03T17:52:42.013Z[ recovery-image] Sep 03 17:52:41.355 INFO O| Sep 03 17:52:41.355 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-03T17:52:42.023Z[ recovery-image] Sep 03 17:52:41.364 INFO O| Sep 03 17:52:41.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
60052026-09-03T17:52:42.023Z[ recovery-image] Sep 03 17:52:41.365 INFO O| Sep 03 17:52:41.365 INFO STEP 109 (remove_files) COMPLETE
60062026-09-03T17:52:42.023Z[ recovery-image] Sep 03 17:52:41.365 INFO O| Sep 03 17:52:41.365 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-03T17:52:42.035Z[ recovery-image] Sep 03 17:52:41.376 INFO O| Sep 03 17:52:41.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60082026-09-03T17:52:42.035Z[ recovery-image] Sep 03 17:52:41.376 INFO O| Sep 03 17:52:41.376 INFO STEP 110 (remove_files) COMPLETE
60092026-09-03T17:52:42.038Z[ recovery-image] Sep 03 17:52:41.376 INFO O| Sep 03 17:52:41.376 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-03T17:52:42.046Z[ recovery-image] Sep 03 17:52:41.387 INFO O| Sep 03 17:52:41.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60112026-09-03T17:52:42.046Z[ recovery-image] Sep 03 17:52:41.387 INFO O| Sep 03 17:52:41.387 INFO STEP 111 (remove_files) COMPLETE
60122026-09-03T17:52:42.049Z[ recovery-image] Sep 03 17:52:41.387 INFO O| Sep 03 17:52:41.387 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-03T17:52:42.056Z[ recovery-image] Sep 03 17:52:41.397 INFO O| Sep 03 17:52:41.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60142026-09-03T17:52:42.056Z[ recovery-image] Sep 03 17:52:41.398 INFO O| Sep 03 17:52:41.397 INFO STEP 112 (remove_files) COMPLETE
60152026-09-03T17:52:42.056Z[ recovery-image] Sep 03 17:52:41.398 INFO O| Sep 03 17:52:41.397 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-03T17:52:42.066Z[ recovery-image] Sep 03 17:52:41.407 INFO O| Sep 03 17:52:41.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60172026-09-03T17:52:42.069Z[ recovery-image] Sep 03 17:52:41.407 INFO O| Sep 03 17:52:41.407 INFO STEP 113 (remove_files) COMPLETE
60182026-09-03T17:52:42.069Z[ recovery-image] Sep 03 17:52:41.407 INFO O| Sep 03 17:52:41.407 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-03T17:52:42.077Z[ recovery-image] Sep 03 17:52:41.418 INFO O| Sep 03 17:52:41.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60202026-09-03T17:52:42.077Z[ recovery-image] Sep 03 17:52:41.418 INFO O| Sep 03 17:52:41.418 INFO STEP 114 (remove_files) COMPLETE
60212026-09-03T17:52:42.077Z[ recovery-image] Sep 03 17:52:41.418 INFO O| Sep 03 17:52:41.418 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-03T17:52:42.086Z[ recovery-image] Sep 03 17:52:41.427 INFO O| Sep 03 17:52:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60232026-09-03T17:52:42.086Z[ recovery-image] Sep 03 17:52:41.427 INFO O| Sep 03 17:52:41.427 INFO STEP 115 (remove_files) COMPLETE
60242026-09-03T17:52:42.086Z[ recovery-image] Sep 03 17:52:41.427 INFO O| Sep 03 17:52:41.427 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-03T17:52:42.095Z[ recovery-image] Sep 03 17:52:41.436 INFO O| Sep 03 17:52:41.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60262026-09-03T17:52:42.095Z[ recovery-image] Sep 03 17:52:41.436 INFO O| Sep 03 17:52:41.436 INFO STEP 116 (remove_files) COMPLETE
60272026-09-03T17:52:42.095Z[ recovery-image] Sep 03 17:52:41.436 INFO O| Sep 03 17:52:41.436 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-03T17:52:42.103Z[ recovery-image] Sep 03 17:52:41.444 INFO O| Sep 03 17:52:41.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60292026-09-03T17:52:42.103Z[ recovery-image] Sep 03 17:52:41.444 INFO O| Sep 03 17:52:41.444 INFO STEP 117 (remove_files) COMPLETE
60302026-09-03T17:52:42.106Z[ recovery-image] Sep 03 17:52:41.444 INFO O| Sep 03 17:52:41.444 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-03T17:52:42.112Z[ recovery-image] Sep 03 17:52:41.453 INFO O| Sep 03 17:52:41.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60322026-09-03T17:52:42.112Z[ recovery-image] Sep 03 17:52:41.453 INFO O| Sep 03 17:52:41.453 INFO STEP 118 (remove_files) COMPLETE
60332026-09-03T17:52:42.112Z[ recovery-image] Sep 03 17:52:41.453 INFO O| Sep 03 17:52:41.453 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-03T17:52:42.122Z[ recovery-image] Sep 03 17:52:41.463 INFO O| Sep 03 17:52:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60352026-09-03T17:52:42.122Z[ recovery-image] Sep 03 17:52:41.463 INFO O| Sep 03 17:52:41.463 INFO STEP 119 (remove_files) COMPLETE
60362026-09-03T17:52:42.122Z[ recovery-image] Sep 03 17:52:41.463 INFO O| Sep 03 17:52:41.463 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-03T17:52:42.132Z[ recovery-image] Sep 03 17:52:41.473 INFO O| Sep 03 17:52:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60382026-09-03T17:52:42.132Z[ recovery-image] Sep 03 17:52:41.473 INFO O| Sep 03 17:52:41.473 INFO STEP 120 (remove_files) COMPLETE
60392026-09-03T17:52:42.135Z[ recovery-image] Sep 03 17:52:41.473 INFO O| Sep 03 17:52:41.473 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-03T17:52:42.142Z[ recovery-image] Sep 03 17:52:41.483 INFO O| Sep 03 17:52:41.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60412026-09-03T17:52:42.142Z[ recovery-image] Sep 03 17:52:41.483 INFO O| Sep 03 17:52:41.483 INFO STEP 121 (remove_files) COMPLETE
60422026-09-03T17:52:42.145Z[ recovery-image] Sep 03 17:52:41.483 INFO O| Sep 03 17:52:41.483 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-03T17:52:42.152Z[ recovery-image] Sep 03 17:52:41.493 INFO O| Sep 03 17:52:41.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60442026-09-03T17:52:42.152Z[ recovery-image] Sep 03 17:52:41.493 INFO O| Sep 03 17:52:41.493 INFO STEP 122 (remove_files) COMPLETE
60452026-09-03T17:52:42.173Z[ recovery-image] Sep 03 17:52:41.493 INFO O| Sep 03 17:52:41.493 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-03T17:52:42.182Z[ recovery-image] Sep 03 17:52:41.523 INFO O| Sep 03 17:52:41.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60472026-09-03T17:52:42.185Z[ recovery-image] Sep 03 17:52:41.526 INFO O| Sep 03 17:52:41.524 INFO STEP 123 (remove_files) COMPLETE
60482026-09-03T17:52:42.185Z[ recovery-image] Sep 03 17:52:41.526 INFO O| Sep 03 17:52:41.524 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-03T17:52:42.194Z[ recovery-image] Sep 03 17:52:41.535 INFO O| Sep 03 17:52:41.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60502026-09-03T17:52:42.194Z[ recovery-image] Sep 03 17:52:41.535 INFO O| Sep 03 17:52:41.535 INFO STEP 124 (remove_files) COMPLETE
60512026-09-03T17:52:42.197Z[ recovery-image] Sep 03 17:52:41.535 INFO O| Sep 03 17:52:41.535 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-03T17:52:42.205Z[ recovery-image] Sep 03 17:52:41.546 INFO O| Sep 03 17:52:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60532026-09-03T17:52:42.208Z[ recovery-image] Sep 03 17:52:41.546 INFO O| Sep 03 17:52:41.546 INFO STEP 125 (remove_files) COMPLETE
60542026-09-03T17:52:42.208Z[ recovery-image] Sep 03 17:52:41.547 INFO O| Sep 03 17:52:41.547 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-03T17:52:42.215Z[ recovery-image] Sep 03 17:52:41.557 INFO O| Sep 03 17:52:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60562026-09-03T17:52:42.215Z[ recovery-image] Sep 03 17:52:41.557 INFO O| Sep 03 17:52:41.557 INFO STEP 126 (remove_files) COMPLETE
60572026-09-03T17:52:42.216Z[ recovery-image] Sep 03 17:52:41.557 INFO O| Sep 03 17:52:41.557 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-03T17:52:42.226Z[ recovery-image] Sep 03 17:52:41.566 INFO O| Sep 03 17:52:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60592026-09-03T17:52:42.227Z[ recovery-image] Sep 03 17:52:41.567 INFO O| Sep 03 17:52:41.567 INFO STEP 127 (remove_files) COMPLETE
60602026-09-03T17:52:42.227Z[ recovery-image] Sep 03 17:52:41.567 INFO O| Sep 03 17:52:41.567 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-03T17:52:42.237Z[ recovery-image] Sep 03 17:52:41.578 INFO O| Sep 03 17:52:41.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60622026-09-03T17:52:42.237Z[ recovery-image] Sep 03 17:52:41.578 INFO O| Sep 03 17:52:41.578 INFO STEP 128 (remove_files) COMPLETE
60632026-09-03T17:52:42.240Z[ recovery-image] Sep 03 17:52:41.578 INFO O| Sep 03 17:52:41.578 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-03T17:52:42.247Z[ recovery-image] Sep 03 17:52:41.588 INFO O| Sep 03 17:52:41.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60652026-09-03T17:52:42.247Z[ recovery-image] Sep 03 17:52:41.589 INFO O| Sep 03 17:52:41.588 INFO STEP 129 (remove_files) COMPLETE
60662026-09-03T17:52:42.247Z[ recovery-image] Sep 03 17:52:41.589 INFO O| Sep 03 17:52:41.588 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-03T17:52:42.257Z[ recovery-image] Sep 03 17:52:41.598 INFO O| Sep 03 17:52:41.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60682026-09-03T17:52:42.257Z[ recovery-image] Sep 03 17:52:41.598 INFO O| Sep 03 17:52:41.598 INFO STEP 130 (remove_files) COMPLETE
60692026-09-03T17:52:42.257Z[ recovery-image] Sep 03 17:52:41.598 INFO O| Sep 03 17:52:41.598 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-03T17:52:42.267Z[ recovery-image] Sep 03 17:52:41.608 INFO O| Sep 03 17:52:41.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60712026-09-03T17:52:42.267Z[ recovery-image] Sep 03 17:52:41.608 INFO O| Sep 03 17:52:41.608 INFO STEP 131 (remove_files) COMPLETE
60722026-09-03T17:52:42.270Z[ recovery-image] Sep 03 17:52:41.608 INFO O| Sep 03 17:52:41.608 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-03T17:52:42.275Z[ recovery-image] Sep 03 17:52:41.616 INFO O| Sep 03 17:52:41.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60742026-09-03T17:52:42.275Z[ recovery-image] Sep 03 17:52:41.616 INFO O| Sep 03 17:52:41.616 INFO STEP 132 (remove_files) COMPLETE
60752026-09-03T17:52:42.279Z[ recovery-image] Sep 03 17:52:41.616 INFO O| Sep 03 17:52:41.616 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-03T17:52:42.283Z[ recovery-image] Sep 03 17:52:41.624 INFO O| Sep 03 17:52:41.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60772026-09-03T17:52:42.283Z[ recovery-image] Sep 03 17:52:41.624 INFO O| Sep 03 17:52:41.624 INFO STEP 133 (remove_files) COMPLETE
60782026-09-03T17:52:42.283Z[ recovery-image] Sep 03 17:52:41.624 INFO O| Sep 03 17:52:41.624 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-03T17:52:42.291Z[ recovery-image] Sep 03 17:52:41.632 INFO O| Sep 03 17:52:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60802026-09-03T17:52:42.291Z[ recovery-image] Sep 03 17:52:41.632 INFO O| Sep 03 17:52:41.632 INFO STEP 134 (remove_files) COMPLETE
60812026-09-03T17:52:42.294Z[ recovery-image] Sep 03 17:52:41.632 INFO O| Sep 03 17:52:41.632 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-03T17:52:42.301Z[ recovery-image] Sep 03 17:52:41.642 INFO O| Sep 03 17:52:41.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60832026-09-03T17:52:42.301Z[ recovery-image] Sep 03 17:52:41.642 INFO O| Sep 03 17:52:41.642 INFO STEP 135 (remove_files) COMPLETE
60842026-09-03T17:52:42.304Z[ recovery-image] Sep 03 17:52:41.642 INFO O| Sep 03 17:52:41.642 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-03T17:52:42.310Z[ recovery-image] Sep 03 17:52:41.651 INFO O| Sep 03 17:52:41.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60862026-09-03T17:52:42.310Z[ recovery-image] Sep 03 17:52:41.651 INFO O| Sep 03 17:52:41.651 INFO STEP 136 (remove_files) COMPLETE
60872026-09-03T17:52:42.310Z[ recovery-image] Sep 03 17:52:41.651 INFO O| Sep 03 17:52:41.651 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-03T17:52:42.319Z[ recovery-image] Sep 03 17:52:41.660 INFO O| Sep 03 17:52:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60892026-09-03T17:52:42.319Z[ recovery-image] Sep 03 17:52:41.660 INFO O| Sep 03 17:52:41.660 INFO STEP 137 (remove_files) COMPLETE
60902026-09-03T17:52:42.324Z[ recovery-image] Sep 03 17:52:41.660 INFO O| Sep 03 17:52:41.660 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-03T17:52:42.329Z[ recovery-image] Sep 03 17:52:41.670 INFO O| Sep 03 17:52:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60922026-09-03T17:52:42.329Z[ recovery-image] Sep 03 17:52:41.670 INFO O| Sep 03 17:52:41.670 INFO STEP 138 (remove_files) COMPLETE
60932026-09-03T17:52:42.332Z[ recovery-image] Sep 03 17:52:41.670 INFO O| Sep 03 17:52:41.670 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-03T17:52:42.340Z[ recovery-image] Sep 03 17:52:41.680 INFO O| Sep 03 17:52:41.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60952026-09-03T17:52:42.340Z[ recovery-image] Sep 03 17:52:41.681 INFO O| Sep 03 17:52:41.680 INFO STEP 139 (remove_files) COMPLETE
60962026-09-03T17:52:42.344Z[ recovery-image] Sep 03 17:52:41.681 INFO O| Sep 03 17:52:41.681 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-03T17:52:42.349Z[ recovery-image] Sep 03 17:52:41.690 INFO O| Sep 03 17:52:41.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60982026-09-03T17:52:42.349Z[ recovery-image] Sep 03 17:52:41.690 INFO O| Sep 03 17:52:41.690 INFO STEP 140 (remove_files) COMPLETE
60992026-09-03T17:52:42.349Z[ recovery-image] Sep 03 17:52:41.690 INFO O| Sep 03 17:52:41.690 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-03T17:52:42.358Z[ recovery-image] Sep 03 17:52:41.699 INFO O| Sep 03 17:52:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
61012026-09-03T17:52:42.358Z[ recovery-image] Sep 03 17:52:41.699 INFO O| Sep 03 17:52:41.699 INFO STEP 141 (remove_files) COMPLETE
61022026-09-03T17:52:42.358Z[ recovery-image] Sep 03 17:52:41.699 INFO O| Sep 03 17:52:41.699 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-03T17:52:42.362Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
61042026-09-03T17:52:42.369Z[ recovery-image] Sep 03 17:52:41.710 INFO O| Sep 03 17:52:41.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61052026-09-03T17:52:42.369Z[ recovery-image] Sep 03 17:52:41.710 INFO O| Sep 03 17:52:41.710 INFO STEP 142 (remove_files) COMPLETE
61062026-09-03T17:52:42.372Z[ recovery-image] Sep 03 17:52:41.710 INFO O| Sep 03 17:52:41.710 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-09-03T17:52:42.379Z[ recovery-image] Sep 03 17:52:41.720 INFO O| Sep 03 17:52:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61082026-09-03T17:52:42.379Z[ recovery-image] Sep 03 17:52:41.720 INFO O| Sep 03 17:52:41.720 INFO STEP 143 (remove_files) COMPLETE
61092026-09-03T17:52:42.379Z[ recovery-image] Sep 03 17:52:41.720 INFO O| Sep 03 17:52:41.720 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-09-03T17:52:42.390Z[ recovery-image] Sep 03 17:52:41.731 INFO O| Sep 03 17:52:41.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61112026-09-03T17:52:42.390Z[ recovery-image] Sep 03 17:52:41.731 INFO O| Sep 03 17:52:41.731 INFO STEP 144 (remove_files) COMPLETE
61122026-09-03T17:52:42.390Z[ recovery-image] Sep 03 17:52:41.731 INFO O| Sep 03 17:52:41.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-09-03T17:52:42.400Z[ recovery-image] Sep 03 17:52:41.741 INFO O| Sep 03 17:52:41.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61142026-09-03T17:52:42.400Z[ recovery-image] Sep 03 17:52:41.741 INFO O| Sep 03 17:52:41.741 INFO STEP 145 (remove_files) COMPLETE
61152026-09-03T17:52:42.400Z[ recovery-image] Sep 03 17:52:41.741 INFO O| Sep 03 17:52:41.741 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-09-03T17:52:42.409Z[ recovery-image] Sep 03 17:52:41.750 INFO O| Sep 03 17:52:41.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61172026-09-03T17:52:42.410Z[ recovery-image] Sep 03 17:52:41.751 INFO O| Sep 03 17:52:41.750 INFO STEP 146 (remove_files) COMPLETE
61182026-09-03T17:52:42.413Z[ recovery-image] Sep 03 17:52:41.751 INFO O| Sep 03 17:52:41.750 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-09-03T17:52:42.419Z[ recovery-image] Sep 03 17:52:41.760 INFO O| Sep 03 17:52:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61202026-09-03T17:52:42.419Z[ recovery-image] Sep 03 17:52:41.760 INFO O| Sep 03 17:52:41.760 INFO STEP 147 (remove_files) COMPLETE
61212026-09-03T17:52:42.419Z[ recovery-image] Sep 03 17:52:41.760 INFO O| Sep 03 17:52:41.760 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-09-03T17:52:42.428Z[ recovery-image] Sep 03 17:52:41.770 INFO O| Sep 03 17:52:41.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61232026-09-03T17:52:42.429Z[ recovery-image] Sep 03 17:52:41.770 INFO O| Sep 03 17:52:41.770 INFO STEP 148 (remove_files) COMPLETE
61242026-09-03T17:52:42.429Z[ recovery-image] Sep 03 17:52:41.770 INFO O| Sep 03 17:52:41.770 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-09-03T17:52:42.439Z[ recovery-image] Sep 03 17:52:41.780 INFO O| Sep 03 17:52:41.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61262026-09-03T17:52:42.439Z[ recovery-image] Sep 03 17:52:41.780 INFO O| Sep 03 17:52:41.780 INFO STEP 149 (remove_files) COMPLETE
61272026-09-03T17:52:42.439Z[ recovery-image] Sep 03 17:52:41.780 INFO O| Sep 03 17:52:41.780 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-09-03T17:52:42.448Z[ recovery-image] Sep 03 17:52:41.789 INFO O| Sep 03 17:52:41.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61292026-09-03T17:52:42.448Z[ recovery-image] Sep 03 17:52:41.790 INFO O| Sep 03 17:52:41.789 INFO STEP 150 (remove_files) COMPLETE
61302026-09-03T17:52:42.451Z[ recovery-image] Sep 03 17:52:41.790 INFO O| Sep 03 17:52:41.790 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-09-03T17:52:42.459Z[ recovery-image] Sep 03 17:52:41.800 INFO O| Sep 03 17:52:41.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61322026-09-03T17:52:42.459Z[ recovery-image] Sep 03 17:52:41.800 INFO O| Sep 03 17:52:41.800 INFO STEP 151 (remove_files) COMPLETE
61332026-09-03T17:52:42.464Z[ recovery-image] Sep 03 17:52:41.800 INFO O| Sep 03 17:52:41.800 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-09-03T17:52:42.470Z[ recovery-image] Sep 03 17:52:41.811 INFO O| Sep 03 17:52:41.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61352026-09-03T17:52:42.470Z[ recovery-image] Sep 03 17:52:41.811 INFO O| Sep 03 17:52:41.811 INFO STEP 152 (remove_files) COMPLETE
61362026-09-03T17:52:42.470Z[ recovery-image] Sep 03 17:52:41.811 INFO O| Sep 03 17:52:41.811 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-09-03T17:52:42.481Z[ recovery-image] Sep 03 17:52:41.821 INFO O| Sep 03 17:52:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61382026-09-03T17:52:42.481Z[ recovery-image] Sep 03 17:52:41.822 INFO O| Sep 03 17:52:41.822 INFO STEP 153 (remove_files) COMPLETE
61392026-09-03T17:52:42.485Z[ recovery-image] Sep 03 17:52:41.822 INFO O| Sep 03 17:52:41.822 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-09-03T17:52:42.491Z[ recovery-image] Sep 03 17:52:41.832 INFO O| Sep 03 17:52:41.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61412026-09-03T17:52:42.491Z[ recovery-image] Sep 03 17:52:41.832 INFO O| Sep 03 17:52:41.832 INFO STEP 154 (remove_files) COMPLETE
61422026-09-03T17:52:42.495Z[ recovery-image] Sep 03 17:52:41.832 INFO O| Sep 03 17:52:41.832 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-09-03T17:52:42.502Z[ recovery-image] Sep 03 17:52:41.843 INFO O| Sep 03 17:52:41.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61442026-09-03T17:52:42.502Z[ recovery-image] Sep 03 17:52:41.843 INFO O| Sep 03 17:52:41.843 INFO STEP 155 (remove_files) COMPLETE
61452026-09-03T17:52:42.502Z[ recovery-image] Sep 03 17:52:41.843 INFO O| Sep 03 17:52:41.843 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-03T17:52:42.512Z[ recovery-image] Sep 03 17:52:41.854 INFO O| Sep 03 17:52:41.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61472026-09-03T17:52:42.512Z[ recovery-image] Sep 03 17:52:41.854 INFO O| Sep 03 17:52:41.854 INFO STEP 156 (remove_files) COMPLETE
61482026-09-03T17:52:42.512Z[ recovery-image] Sep 03 17:52:41.854 INFO O| Sep 03 17:52:41.854 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-03T17:52:42.530Z[ recovery-image] Sep 03 17:52:41.871 INFO O| Sep 03 17:52:41.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61502026-09-03T17:52:42.530Z[ recovery-image] Sep 03 17:52:41.871 INFO O| Sep 03 17:52:41.871 INFO STEP 157 (remove_files) COMPLETE
61512026-09-03T17:52:42.530Z[ recovery-image] Sep 03 17:52:41.871 INFO O| Sep 03 17:52:41.871 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-03T17:52:42.540Z[ recovery-image] Sep 03 17:52:41.881 INFO O| Sep 03 17:52:41.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61532026-09-03T17:52:42.540Z[ recovery-image] Sep 03 17:52:41.882 INFO O| Sep 03 17:52:41.882 INFO STEP 158 (remove_files) COMPLETE
61542026-09-03T17:52:42.544Z[ recovery-image] Sep 03 17:52:41.882 INFO O| Sep 03 17:52:41.882 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-03T17:52:42.561Z[ recovery-image] Sep 03 17:52:41.902 INFO O| Sep 03 17:52:41.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61562026-09-03T17:52:42.561Z[ recovery-image] Sep 03 17:52:41.902 INFO O| Sep 03 17:52:41.902 INFO STEP 159 (remove_files) COMPLETE
61572026-09-03T17:52:42.561Z[ recovery-image] Sep 03 17:52:41.902 INFO O| Sep 03 17:52:41.902 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-03T17:52:42.588Z[ recovery-image] Sep 03 17:52:41.928 INFO O| Sep 03 17:52:41.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61592026-09-03T17:52:42.588Z[ recovery-image] Sep 03 17:52:41.929 INFO O| Sep 03 17:52:41.929 INFO STEP 160 (remove_files) COMPLETE
61602026-09-03T17:52:42.588Z[ recovery-image] Sep 03 17:52:41.929 INFO O| Sep 03 17:52:41.929 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-03T17:52:42.597Z[ recovery-image] Sep 03 17:52:41.938 INFO O| Sep 03 17:52:41.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61622026-09-03T17:52:42.597Z[ recovery-image] Sep 03 17:52:41.939 INFO O| Sep 03 17:52:41.939 INFO STEP 161 (remove_files) COMPLETE
61632026-09-03T17:52:42.602Z[ recovery-image] Sep 03 17:52:41.939 INFO O| Sep 03 17:52:41.939 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-03T17:52:42.608Z[ recovery-image] Sep 03 17:52:41.949 INFO O| Sep 03 17:52:41.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61652026-09-03T17:52:42.608Z[ recovery-image] Sep 03 17:52:41.949 INFO O| Sep 03 17:52:41.949 INFO STEP 162 (remove_files) COMPLETE
61662026-09-03T17:52:42.608Z[ recovery-image] Sep 03 17:52:41.949 INFO O| Sep 03 17:52:41.949 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-03T17:52:42.618Z[ recovery-image] Sep 03 17:52:41.959 INFO O| Sep 03 17:52:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61682026-09-03T17:52:42.618Z[ recovery-image] Sep 03 17:52:41.959 INFO O| Sep 03 17:52:41.959 INFO STEP 163 (remove_files) COMPLETE
61692026-09-03T17:52:42.618Z[ recovery-image] Sep 03 17:52:41.959 INFO O| Sep 03 17:52:41.959 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-03T17:52:42.630Z[ recovery-image] Sep 03 17:52:41.971 INFO O| Sep 03 17:52:41.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61712026-09-03T17:52:42.630Z[ recovery-image] Sep 03 17:52:41.971 INFO O| Sep 03 17:52:41.971 INFO STEP 164 (remove_files) COMPLETE
61722026-09-03T17:52:42.633Z[ recovery-image] Sep 03 17:52:41.971 INFO O| Sep 03 17:52:41.971 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-03T17:52:42.642Z[ recovery-image] Sep 03 17:52:41.983 INFO O| Sep 03 17:52:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61742026-09-03T17:52:42.642Z[ recovery-image] Sep 03 17:52:41.983 INFO O| Sep 03 17:52:41.983 INFO STEP 165 (remove_files) COMPLETE
61752026-09-03T17:52:42.647Z[ recovery-image] Sep 03 17:52:41.983 INFO O| Sep 03 17:52:41.983 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-03T17:52:42.651Z[ recovery-image] Sep 03 17:52:41.993 INFO O| Sep 03 17:52:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61772026-09-03T17:52:42.651Z[ recovery-image] Sep 03 17:52:41.993 INFO O| Sep 03 17:52:41.993 INFO STEP 166 (remove_files) COMPLETE
61782026-09-03T17:52:42.655Z[ recovery-image] Sep 03 17:52:41.993 INFO O| Sep 03 17:52:41.993 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-03T17:52:42.664Z[ recovery-image] Sep 03 17:52:42.005 INFO O| Sep 03 17:52:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61802026-09-03T17:52:42.670Z[ recovery-image] Sep 03 17:52:42.008 INFO O| Sep 03 17:52:42.008 INFO STEP 167 (remove_files) COMPLETE
61812026-09-03T17:52:42.670Z[ recovery-image] Sep 03 17:52:42.008 INFO O| Sep 03 17:52:42.008 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-03T17:52:42.677Z[ recovery-image] Sep 03 17:52:42.019 INFO O| Sep 03 17:52:42.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61832026-09-03T17:52:42.677Z[ recovery-image] Sep 03 17:52:42.019 INFO O| Sep 03 17:52:42.019 INFO STEP 168 (remove_files) COMPLETE
61842026-09-03T17:52:42.681Z[ recovery-image] Sep 03 17:52:42.019 INFO O| Sep 03 17:52:42.019 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-03T17:52:42.695Z[ recovery-image] Sep 03 17:52:42.036 INFO O| Sep 03 17:52:42.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61862026-09-03T17:52:42.695Z[ recovery-image] Sep 03 17:52:42.036 INFO O| Sep 03 17:52:42.036 INFO STEP 169 (remove_files) COMPLETE
61872026-09-03T17:52:42.695Z[ recovery-image] Sep 03 17:52:42.037 INFO O| Sep 03 17:52:42.036 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-03T17:52:42.707Z[ recovery-image] Sep 03 17:52:42.048 INFO O| Sep 03 17:52:42.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61892026-09-03T17:52:42.707Z[ recovery-image] Sep 03 17:52:42.048 INFO O| Sep 03 17:52:42.048 INFO STEP 170 (remove_files) COMPLETE
61902026-09-03T17:52:42.707Z[ recovery-image] Sep 03 17:52:42.048 INFO O| Sep 03 17:52:42.048 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-03T17:52:42.716Z[ recovery-image] Sep 03 17:52:42.057 INFO O| Sep 03 17:52:42.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61922026-09-03T17:52:42.716Z[ recovery-image] Sep 03 17:52:42.057 INFO O| Sep 03 17:52:42.057 INFO STEP 171 (remove_files) COMPLETE
61932026-09-03T17:52:42.716Z[ recovery-image] Sep 03 17:52:42.057 INFO O| Sep 03 17:52:42.057 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-03T17:52:42.727Z[ recovery-image] Sep 03 17:52:42.069 INFO O| Sep 03 17:52:42.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61952026-09-03T17:52:42.728Z[ recovery-image] Sep 03 17:52:42.069 INFO O| Sep 03 17:52:42.069 INFO STEP 172 (remove_files) COMPLETE
61962026-09-03T17:52:42.731Z[ recovery-image] Sep 03 17:52:42.069 INFO O| Sep 03 17:52:42.069 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-03T17:52:42.739Z[ recovery-image] Sep 03 17:52:42.079 INFO O| Sep 03 17:52:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61982026-09-03T17:52:42.739Z[ recovery-image] Sep 03 17:52:42.079 INFO O| Sep 03 17:52:42.079 INFO STEP 173 (remove_files) COMPLETE
61992026-09-03T17:52:42.739Z[ recovery-image] Sep 03 17:52:42.079 INFO O| Sep 03 17:52:42.079 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-03T17:52:42.748Z[ recovery-image] Sep 03 17:52:42.089 INFO O| Sep 03 17:52:42.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
62012026-09-03T17:52:42.748Z[ recovery-image] Sep 03 17:52:42.089 INFO O| Sep 03 17:52:42.089 INFO STEP 174 (remove_files) COMPLETE
62022026-09-03T17:52:42.748Z[ recovery-image] Sep 03 17:52:42.089 INFO O| Sep 03 17:52:42.089 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-03T17:52:42.758Z[ recovery-image] Sep 03 17:52:42.100 INFO O| Sep 03 17:52:42.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
62042026-09-03T17:52:42.758Z[ recovery-image] Sep 03 17:52:42.100 INFO O| Sep 03 17:52:42.100 INFO STEP 175 (remove_files) COMPLETE
62052026-09-03T17:52:42.758Z[ recovery-image] Sep 03 17:52:42.100 INFO O| Sep 03 17:52:42.100 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-03T17:52:42.768Z[ recovery-image] Sep 03 17:52:42.110 INFO O| Sep 03 17:52:42.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62072026-09-03T17:52:42.768Z[ recovery-image] Sep 03 17:52:42.110 INFO O| Sep 03 17:52:42.110 INFO STEP 176 (remove_files) COMPLETE
62082026-09-03T17:52:42.772Z[ recovery-image] Sep 03 17:52:42.110 INFO O| Sep 03 17:52:42.110 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-03T17:52:42.778Z[ recovery-image] Sep 03 17:52:42.118 INFO O| Sep 03 17:52:42.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62102026-09-03T17:52:42.778Z[ recovery-image] Sep 03 17:52:42.118 INFO O| Sep 03 17:52:42.118 INFO STEP 177 (remove_files) COMPLETE
62112026-09-03T17:52:42.778Z[ recovery-image] Sep 03 17:52:42.119 INFO O| Sep 03 17:52:42.118 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-03T17:52:42.787Z[ recovery-image] Sep 03 17:52:42.128 INFO O| Sep 03 17:52:42.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62132026-09-03T17:52:42.787Z[ recovery-image] Sep 03 17:52:42.128 INFO O| Sep 03 17:52:42.128 INFO STEP 178 (remove_files) COMPLETE
62142026-09-03T17:52:42.787Z[ recovery-image] Sep 03 17:52:42.128 INFO O| Sep 03 17:52:42.128 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-03T17:52:42.798Z[ recovery-image] Sep 03 17:52:42.139 INFO O| Sep 03 17:52:42.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62162026-09-03T17:52:42.798Z[ recovery-image] Sep 03 17:52:42.139 INFO O| Sep 03 17:52:42.139 INFO STEP 179 (remove_files) COMPLETE
62172026-09-03T17:52:42.801Z[ recovery-image] Sep 03 17:52:42.139 INFO O| Sep 03 17:52:42.139 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-03T17:52:42.807Z[ recovery-image] Sep 03 17:52:42.148 INFO O| Sep 03 17:52:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62192026-09-03T17:52:42.807Z[ recovery-image] Sep 03 17:52:42.148 INFO O| Sep 03 17:52:42.148 INFO STEP 180 (remove_files) COMPLETE
62202026-09-03T17:52:42.807Z[ recovery-image] Sep 03 17:52:42.148 INFO O| Sep 03 17:52:42.148 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-03T17:52:42.816Z[ recovery-image] Sep 03 17:52:42.157 INFO O| Sep 03 17:52:42.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62222026-09-03T17:52:42.816Z[ recovery-image] Sep 03 17:52:42.157 INFO O| Sep 03 17:52:42.157 INFO STEP 181 (remove_files) COMPLETE
62232026-09-03T17:52:42.816Z[ recovery-image] Sep 03 17:52:42.157 INFO O| Sep 03 17:52:42.157 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-03T17:52:42.826Z[ recovery-image] Sep 03 17:52:42.167 INFO O| Sep 03 17:52:42.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62252026-09-03T17:52:42.826Z[ recovery-image] Sep 03 17:52:42.167 INFO O| Sep 03 17:52:42.167 INFO STEP 182 (remove_files) COMPLETE
62262026-09-03T17:52:42.826Z[ recovery-image] Sep 03 17:52:42.167 INFO O| Sep 03 17:52:42.167 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-03T17:52:42.837Z[ recovery-image] Sep 03 17:52:42.177 INFO O| Sep 03 17:52:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62282026-09-03T17:52:42.837Z[ recovery-image] Sep 03 17:52:42.177 INFO O| Sep 03 17:52:42.177 INFO STEP 183 (remove_files) COMPLETE
62292026-09-03T17:52:42.840Z[ recovery-image] Sep 03 17:52:42.177 INFO O| Sep 03 17:52:42.177 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-03T17:52:42.846Z[ recovery-image] Sep 03 17:52:42.187 INFO O| Sep 03 17:52:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62312026-09-03T17:52:42.846Z[ recovery-image] Sep 03 17:52:42.188 INFO O| Sep 03 17:52:42.187 INFO STEP 184 (remove_files) COMPLETE
62322026-09-03T17:52:42.846Z[ recovery-image] Sep 03 17:52:42.188 INFO O| Sep 03 17:52:42.188 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-03T17:52:42.858Z[ recovery-image] Sep 03 17:52:42.199 INFO O| Sep 03 17:52:42.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62342026-09-03T17:52:42.858Z[ recovery-image] Sep 03 17:52:42.199 INFO O| Sep 03 17:52:42.199 INFO STEP 185 (remove_files) COMPLETE
62352026-09-03T17:52:42.858Z[ recovery-image] Sep 03 17:52:42.199 INFO O| Sep 03 17:52:42.199 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-03T17:52:42.868Z[ recovery-image] Sep 03 17:52:42.210 INFO O| Sep 03 17:52:42.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62372026-09-03T17:52:42.868Z[ recovery-image] Sep 03 17:52:42.210 INFO O| Sep 03 17:52:42.210 INFO STEP 186 (remove_files) COMPLETE
62382026-09-03T17:52:42.869Z[ recovery-image] Sep 03 17:52:42.210 INFO O| Sep 03 17:52:42.210 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-03T17:52:42.879Z[ recovery-image] Sep 03 17:52:42.220 INFO O| Sep 03 17:52:42.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62402026-09-03T17:52:42.879Z[ recovery-image] Sep 03 17:52:42.220 INFO O| Sep 03 17:52:42.220 INFO STEP 187 (remove_files) COMPLETE
62412026-09-03T17:52:42.882Z[ recovery-image] Sep 03 17:52:42.220 INFO O| Sep 03 17:52:42.220 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-03T17:52:42.888Z[ recovery-image] Sep 03 17:52:42.230 INFO O| Sep 03 17:52:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62432026-09-03T17:52:42.888Z[ recovery-image] Sep 03 17:52:42.230 INFO O| Sep 03 17:52:42.230 INFO STEP 188 (remove_files) COMPLETE
62442026-09-03T17:52:42.892Z[ recovery-image] Sep 03 17:52:42.230 INFO O| Sep 03 17:52:42.230 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-03T17:52:42.898Z[ recovery-image] Sep 03 17:52:42.239 INFO O| Sep 03 17:52:42.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62462026-09-03T17:52:42.898Z[ recovery-image] Sep 03 17:52:42.239 INFO O| Sep 03 17:52:42.239 INFO STEP 189 (remove_files) COMPLETE
62472026-09-03T17:52:42.898Z[ recovery-image] Sep 03 17:52:42.239 INFO O| Sep 03 17:52:42.239 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-03T17:52:42.908Z[ recovery-image] Sep 03 17:52:42.249 INFO O| Sep 03 17:52:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62492026-09-03T17:52:42.908Z[ recovery-image] Sep 03 17:52:42.249 INFO O| Sep 03 17:52:42.249 INFO STEP 190 (remove_files) COMPLETE
62502026-09-03T17:52:42.911Z[ recovery-image] Sep 03 17:52:42.249 INFO O| Sep 03 17:52:42.249 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-03T17:52:42.916Z[ recovery-image] Sep 03 17:52:42.258 INFO O| Sep 03 17:52:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62522026-09-03T17:52:42.916Z[ recovery-image] Sep 03 17:52:42.258 INFO O| Sep 03 17:52:42.258 INFO STEP 191 (remove_files) COMPLETE
62532026-09-03T17:52:42.916Z[ recovery-image] Sep 03 17:52:42.258 INFO O| Sep 03 17:52:42.258 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-03T17:52:42.927Z[ recovery-image] Sep 03 17:52:42.268 INFO O| Sep 03 17:52:42.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62552026-09-03T17:52:42.927Z[ recovery-image] Sep 03 17:52:42.268 INFO O| Sep 03 17:52:42.268 INFO STEP 192 (remove_files) COMPLETE
62562026-09-03T17:52:42.927Z[ recovery-image] Sep 03 17:52:42.268 INFO O| Sep 03 17:52:42.268 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-03T17:52:42.937Z[ recovery-image] Sep 03 17:52:42.278 INFO O| Sep 03 17:52:42.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62582026-09-03T17:52:42.937Z[ recovery-image] Sep 03 17:52:42.278 INFO O| Sep 03 17:52:42.278 INFO STEP 193 (remove_files) COMPLETE
62592026-09-03T17:52:42.940Z[ recovery-image] Sep 03 17:52:42.278 INFO O| Sep 03 17:52:42.278 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-03T17:52:42.947Z[ recovery-image] Sep 03 17:52:42.288 INFO O| Sep 03 17:52:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62612026-09-03T17:52:42.947Z[ recovery-image] Sep 03 17:52:42.288 INFO O| Sep 03 17:52:42.288 INFO STEP 194 (remove_files) COMPLETE
62622026-09-03T17:52:42.951Z[ recovery-image] Sep 03 17:52:42.288 INFO O| Sep 03 17:52:42.288 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-03T17:52:42.959Z[ recovery-image] Sep 03 17:52:42.300 INFO O| Sep 03 17:52:42.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62642026-09-03T17:52:42.959Z[ recovery-image] Sep 03 17:52:42.300 INFO O| Sep 03 17:52:42.300 INFO STEP 195 (remove_files) COMPLETE
62652026-09-03T17:52:42.962Z[ recovery-image] Sep 03 17:52:42.300 INFO O| Sep 03 17:52:42.300 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-03T17:52:42.968Z[ recovery-image] Sep 03 17:52:42.309 INFO O| Sep 03 17:52:42.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62672026-09-03T17:52:42.968Z[ recovery-image] Sep 03 17:52:42.310 INFO O| Sep 03 17:52:42.310 INFO STEP 196 (remove_files) COMPLETE
62682026-09-03T17:52:42.968Z[ recovery-image] Sep 03 17:52:42.310 INFO O| Sep 03 17:52:42.310 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-03T17:52:42.977Z[ recovery-image] Sep 03 17:52:42.318 INFO O| Sep 03 17:52:42.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62702026-09-03T17:52:42.977Z[ recovery-image] Sep 03 17:52:42.318 INFO O| Sep 03 17:52:42.318 INFO STEP 197 (remove_files) COMPLETE
62712026-09-03T17:52:42.980Z[ recovery-image] Sep 03 17:52:42.318 INFO O| Sep 03 17:52:42.318 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-03T17:52:42.986Z[ recovery-image] Sep 03 17:52:42.327 INFO O| Sep 03 17:52:42.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62732026-09-03T17:52:42.986Z[ recovery-image] Sep 03 17:52:42.327 INFO O| Sep 03 17:52:42.327 INFO STEP 198 (remove_files) COMPLETE
62742026-09-03T17:52:42.986Z[ recovery-image] Sep 03 17:52:42.327 INFO O| Sep 03 17:52:42.327 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-03T17:52:42.996Z[ recovery-image] Sep 03 17:52:42.337 INFO O| Sep 03 17:52:42.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62762026-09-03T17:52:43.001Z[ recovery-image] Sep 03 17:52:42.338 INFO O| Sep 03 17:52:42.338 INFO STEP 199 (remove_files) COMPLETE
62772026-09-03T17:52:43.001Z[ recovery-image] Sep 03 17:52:42.338 INFO O| Sep 03 17:52:42.338 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-03T17:52:43.007Z[ recovery-image] Sep 03 17:52:42.348 INFO O| Sep 03 17:52:42.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62792026-09-03T17:52:43.007Z[ recovery-image] Sep 03 17:52:42.348 INFO O| Sep 03 17:52:42.348 INFO STEP 200 (remove_files) COMPLETE
62802026-09-03T17:52:43.007Z[ recovery-image] Sep 03 17:52:42.348 INFO O| Sep 03 17:52:42.348 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-03T17:52:43.017Z[ recovery-image] Sep 03 17:52:42.358 INFO O| Sep 03 17:52:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62822026-09-03T17:52:43.017Z[ recovery-image] Sep 03 17:52:42.358 INFO O| Sep 03 17:52:42.358 INFO STEP 201 (remove_files) COMPLETE
62832026-09-03T17:52:43.017Z[ recovery-image] Sep 03 17:52:42.358 INFO O| Sep 03 17:52:42.358 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-03T17:52:43.029Z[ recovery-image] Sep 03 17:52:42.370 INFO O| Sep 03 17:52:42.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62852026-09-03T17:52:43.029Z[ recovery-image] Sep 03 17:52:42.370 INFO O| Sep 03 17:52:42.370 INFO STEP 202 (remove_files) COMPLETE
62862026-09-03T17:52:43.029Z[ recovery-image] Sep 03 17:52:42.370 INFO O| Sep 03 17:52:42.370 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-03T17:52:43.038Z[ recovery-image] Sep 03 17:52:42.380 INFO O| Sep 03 17:52:42.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62882026-09-03T17:52:43.042Z[ recovery-image] Sep 03 17:52:42.380 INFO O| Sep 03 17:52:42.380 INFO STEP 203 (remove_files) COMPLETE
62892026-09-03T17:52:43.042Z[ recovery-image] Sep 03 17:52:42.381 INFO O| Sep 03 17:52:42.380 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-03T17:52:43.051Z[ recovery-image] Sep 03 17:52:42.392 INFO O| Sep 03 17:52:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62912026-09-03T17:52:43.051Z[ recovery-image] Sep 03 17:52:42.392 INFO O| Sep 03 17:52:42.392 INFO STEP 204 (remove_files) COMPLETE
62922026-09-03T17:52:43.051Z[ recovery-image] Sep 03 17:52:42.392 INFO O| Sep 03 17:52:42.392 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-03T17:52:43.061Z[ recovery-image] Sep 03 17:52:42.402 INFO O| Sep 03 17:52:42.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62942026-09-03T17:52:43.061Z[ recovery-image] Sep 03 17:52:42.402 INFO O| Sep 03 17:52:42.402 INFO STEP 205 (remove_files) COMPLETE
62952026-09-03T17:52:43.064Z[ recovery-image] Sep 03 17:52:42.402 INFO O| Sep 03 17:52:42.402 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-03T17:52:43.070Z[ recovery-image] Sep 03 17:52:42.411 INFO O| Sep 03 17:52:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62972026-09-03T17:52:43.070Z[ recovery-image] Sep 03 17:52:42.411 INFO O| Sep 03 17:52:42.411 INFO STEP 206 (remove_files) COMPLETE
62982026-09-03T17:52:43.070Z[ recovery-image] Sep 03 17:52:42.411 INFO O| Sep 03 17:52:42.411 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-03T17:52:43.079Z[ recovery-image] Sep 03 17:52:42.421 INFO O| Sep 03 17:52:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
63002026-09-03T17:52:43.080Z[ recovery-image] Sep 03 17:52:42.421 INFO O| Sep 03 17:52:42.421 INFO STEP 207 (remove_files) COMPLETE
63012026-09-03T17:52:43.080Z[ recovery-image] Sep 03 17:52:42.421 INFO O| Sep 03 17:52:42.421 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-03T17:52:43.093Z[ recovery-image] Sep 03 17:52:42.434 INFO O| Sep 03 17:52:42.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
63032026-09-03T17:52:43.093Z[ recovery-image] Sep 03 17:52:42.434 INFO O| Sep 03 17:52:42.434 INFO STEP 208 (remove_files) COMPLETE
63042026-09-03T17:52:43.093Z[ recovery-image] Sep 03 17:52:42.434 INFO O| Sep 03 17:52:42.434 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-09-03T17:52:43.104Z[ recovery-image] Sep 03 17:52:42.445 INFO O| Sep 03 17:52:42.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63062026-09-03T17:52:43.104Z[ recovery-image] Sep 03 17:52:42.445 INFO O| Sep 03 17:52:42.445 INFO STEP 209 (remove_files) COMPLETE
63072026-09-03T17:52:43.104Z[ recovery-image] Sep 03 17:52:42.445 INFO O| Sep 03 17:52:42.445 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-09-03T17:52:43.115Z[ recovery-image] Sep 03 17:52:42.457 INFO O| Sep 03 17:52:42.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63092026-09-03T17:52:43.115Z[ recovery-image] Sep 03 17:52:42.457 INFO O| Sep 03 17:52:42.457 INFO STEP 210 (remove_files) COMPLETE
63102026-09-03T17:52:43.116Z[ recovery-image] Sep 03 17:52:42.457 INFO O| Sep 03 17:52:42.457 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-09-03T17:52:43.125Z[ recovery-image] Sep 03 17:52:42.467 INFO O| Sep 03 17:52:42.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63122026-09-03T17:52:43.125Z[ recovery-image] Sep 03 17:52:42.467 INFO O| Sep 03 17:52:42.467 INFO STEP 211 (remove_files) COMPLETE
63132026-09-03T17:52:43.125Z[ recovery-image] Sep 03 17:52:42.467 INFO O| Sep 03 17:52:42.467 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-09-03T17:52:43.136Z[ recovery-image] Sep 03 17:52:42.476 INFO O| Sep 03 17:52:42.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63152026-09-03T17:52:43.136Z[ recovery-image] Sep 03 17:52:42.476 INFO O| Sep 03 17:52:42.476 INFO STEP 212 (remove_files) COMPLETE
63162026-09-03T17:52:43.136Z[ recovery-image] Sep 03 17:52:42.476 INFO O| Sep 03 17:52:42.476 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-09-03T17:52:43.146Z[ recovery-image] Sep 03 17:52:42.488 INFO O| Sep 03 17:52:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63182026-09-03T17:52:43.146Z[ recovery-image] Sep 03 17:52:42.488 INFO O| Sep 03 17:52:42.488 INFO STEP 213 (remove_files) COMPLETE
63192026-09-03T17:52:43.147Z[ recovery-image] Sep 03 17:52:42.488 INFO O| Sep 03 17:52:42.488 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-09-03T17:52:43.158Z[ recovery-image] Sep 03 17:52:42.499 INFO O| Sep 03 17:52:42.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63212026-09-03T17:52:43.158Z[ recovery-image] Sep 03 17:52:42.499 INFO O| Sep 03 17:52:42.499 INFO STEP 214 (remove_files) COMPLETE
63222026-09-03T17:52:43.162Z[ recovery-image] Sep 03 17:52:42.499 INFO O| Sep 03 17:52:42.499 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-09-03T17:52:43.169Z[ recovery-image] Sep 03 17:52:42.509 INFO O| Sep 03 17:52:42.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63242026-09-03T17:52:43.169Z[ recovery-image] Sep 03 17:52:42.509 INFO O| Sep 03 17:52:42.509 INFO STEP 215 (remove_files) COMPLETE
63252026-09-03T17:52:43.169Z[ recovery-image] Sep 03 17:52:42.509 INFO O| Sep 03 17:52:42.509 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-09-03T17:52:43.179Z[ recovery-image] Sep 03 17:52:42.521 INFO O| Sep 03 17:52:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63272026-09-03T17:52:43.180Z[ recovery-image] Sep 03 17:52:42.521 INFO O| Sep 03 17:52:42.521 INFO STEP 216 (remove_files) COMPLETE
63282026-09-03T17:52:43.180Z[ recovery-image] Sep 03 17:52:42.521 INFO O| Sep 03 17:52:42.521 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-09-03T17:52:43.190Z[ recovery-image] Sep 03 17:52:42.531 INFO O| Sep 03 17:52:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63302026-09-03T17:52:43.190Z[ recovery-image] Sep 03 17:52:42.531 INFO O| Sep 03 17:52:42.531 INFO STEP 217 (remove_files) COMPLETE
63312026-09-03T17:52:43.190Z[ recovery-image] Sep 03 17:52:42.531 INFO O| Sep 03 17:52:42.531 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-09-03T17:52:43.200Z[ recovery-image] Sep 03 17:52:42.541 INFO O| Sep 03 17:52:42.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63332026-09-03T17:52:43.200Z[ recovery-image] Sep 03 17:52:42.541 INFO O| Sep 03 17:52:42.541 INFO STEP 218 (remove_files) COMPLETE
63342026-09-03T17:52:43.200Z[ recovery-image] Sep 03 17:52:42.541 INFO O| Sep 03 17:52:42.541 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-09-03T17:52:43.209Z[ recovery-image] Sep 03 17:52:42.551 INFO O| Sep 03 17:52:42.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63362026-09-03T17:52:43.209Z[ recovery-image] Sep 03 17:52:42.551 INFO O| Sep 03 17:52:42.551 INFO STEP 219 (remove_files) COMPLETE
63372026-09-03T17:52:43.213Z[ recovery-image] Sep 03 17:52:42.551 INFO O| Sep 03 17:52:42.551 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-09-03T17:52:43.224Z[ recovery-image] Sep 03 17:52:42.560 INFO O| Sep 03 17:52:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63392026-09-03T17:52:43.224Z[ recovery-image] Sep 03 17:52:42.560 INFO O| Sep 03 17:52:42.560 INFO STEP 220 (remove_files) COMPLETE
63402026-09-03T17:52:43.224Z[ recovery-image] Sep 03 17:52:42.560 INFO O| Sep 03 17:52:42.560 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-09-03T17:52:43.230Z[ recovery-image] Sep 03 17:52:42.570 INFO O| Sep 03 17:52:42.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63422026-09-03T17:52:43.230Z[ recovery-image] Sep 03 17:52:42.570 INFO O| Sep 03 17:52:42.570 INFO STEP 221 (remove_files) COMPLETE
63432026-09-03T17:52:43.233Z[ recovery-image] Sep 03 17:52:42.570 INFO O| Sep 03 17:52:42.570 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-09-03T17:52:43.238Z[ recovery-image] Sep 03 17:52:42.580 INFO O| Sep 03 17:52:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63452026-09-03T17:52:43.238Z[ recovery-image] Sep 03 17:52:42.580 INFO O| Sep 03 17:52:42.580 INFO STEP 222 (remove_files) COMPLETE
63462026-09-03T17:52:43.242Z[ recovery-image] Sep 03 17:52:42.580 INFO O| Sep 03 17:52:42.580 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-09-03T17:52:43.247Z[ recovery-image] Sep 03 17:52:42.588 INFO O| Sep 03 17:52:42.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63482026-09-03T17:52:43.247Z[ recovery-image] Sep 03 17:52:42.588 INFO O| Sep 03 17:52:42.588 INFO STEP 223 (remove_files) COMPLETE
63492026-09-03T17:52:43.250Z[ recovery-image] Sep 03 17:52:42.588 INFO O| Sep 03 17:52:42.588 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-09-03T17:52:43.256Z[ recovery-image] Sep 03 17:52:42.597 INFO O| Sep 03 17:52:42.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63512026-09-03T17:52:43.259Z[ recovery-image] Sep 03 17:52:42.598 INFO O| Sep 03 17:52:42.598 INFO STEP 224 (remove_files) COMPLETE
63522026-09-03T17:52:43.259Z[ recovery-image] Sep 03 17:52:42.598 INFO O| Sep 03 17:52:42.598 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-09-03T17:52:43.267Z[ recovery-image] Sep 03 17:52:42.608 INFO O| Sep 03 17:52:42.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63542026-09-03T17:52:43.267Z[ recovery-image] Sep 03 17:52:42.608 INFO O| Sep 03 17:52:42.608 INFO STEP 225 (remove_files) COMPLETE
63552026-09-03T17:52:43.267Z[ recovery-image] Sep 03 17:52:42.608 INFO O| Sep 03 17:52:42.608 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-09-03T17:52:43.276Z[ recovery-image] Sep 03 17:52:42.617 INFO O| Sep 03 17:52:42.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63572026-09-03T17:52:43.276Z[ recovery-image] Sep 03 17:52:42.617 INFO O| Sep 03 17:52:42.617 INFO STEP 226 (remove_files) COMPLETE
63582026-09-03T17:52:43.276Z[ recovery-image] Sep 03 17:52:42.617 INFO O| Sep 03 17:52:42.617 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-09-03T17:52:43.285Z[ recovery-image] Sep 03 17:52:42.627 INFO O| Sep 03 17:52:42.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63602026-09-03T17:52:43.286Z[ recovery-image] Sep 03 17:52:42.627 INFO O| Sep 03 17:52:42.627 INFO STEP 227 (remove_files) COMPLETE
63612026-09-03T17:52:43.286Z[ recovery-image] Sep 03 17:52:42.627 INFO O| Sep 03 17:52:42.627 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-09-03T17:52:43.295Z[ recovery-image] Sep 03 17:52:42.636 INFO O| Sep 03 17:52:42.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63632026-09-03T17:52:43.295Z[ recovery-image] Sep 03 17:52:42.636 INFO O| Sep 03 17:52:42.636 INFO STEP 228 (remove_files) COMPLETE
63642026-09-03T17:52:43.295Z[ recovery-image] Sep 03 17:52:42.636 INFO O| Sep 03 17:52:42.636 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-09-03T17:52:43.298Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
63662026-09-03T17:52:43.304Z[ recovery-image] Sep 03 17:52:42.645 INFO O| Sep 03 17:52:42.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63672026-09-03T17:52:43.304Z[ recovery-image] Sep 03 17:52:42.645 INFO O| Sep 03 17:52:42.645 INFO STEP 229 (remove_files) COMPLETE
63682026-09-03T17:52:43.304Z[ recovery-image] Sep 03 17:52:42.645 INFO O| Sep 03 17:52:42.645 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-09-03T17:52:43.313Z[ recovery-image] Sep 03 17:52:42.653 INFO O| Sep 03 17:52:42.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63702026-09-03T17:52:43.317Z[ recovery-image] Sep 03 17:52:42.653 INFO O| Sep 03 17:52:42.653 INFO STEP 230 (remove_files) COMPLETE
63712026-09-03T17:52:43.317Z[ recovery-image] Sep 03 17:52:42.653 INFO O| Sep 03 17:52:42.653 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-09-03T17:52:43.322Z[ recovery-image] Sep 03 17:52:42.664 INFO O| Sep 03 17:52:42.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63732026-09-03T17:52:43.322Z[ recovery-image] Sep 03 17:52:42.664 INFO O| Sep 03 17:52:42.664 INFO STEP 231 (remove_files) COMPLETE
63742026-09-03T17:52:43.322Z[ recovery-image] Sep 03 17:52:42.664 INFO O| Sep 03 17:52:42.664 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-09-03T17:52:43.331Z[ recovery-image] Sep 03 17:52:42.672 INFO O| Sep 03 17:52:42.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63762026-09-03T17:52:43.331Z[ recovery-image] Sep 03 17:52:42.672 INFO O| Sep 03 17:52:42.672 INFO STEP 232 (remove_files) COMPLETE
63772026-09-03T17:52:43.331Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
63782026-09-03T17:52:43.331Z[ recovery-image] Sep 03 17:52:42.672 INFO O| Sep 03 17:52:42.672 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-03T17:52:43.340Z[ recovery-image] Sep 03 17:52:42.681 INFO O| Sep 03 17:52:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63802026-09-03T17:52:43.340Z[ recovery-image] Sep 03 17:52:42.681 INFO O| Sep 03 17:52:42.681 INFO STEP 233 (remove_files) COMPLETE
63812026-09-03T17:52:43.340Z[ recovery-image] Sep 03 17:52:42.681 INFO O| Sep 03 17:52:42.681 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-03T17:52:43.349Z[ recovery-image] Sep 03 17:52:42.690 INFO O| Sep 03 17:52:42.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63832026-09-03T17:52:43.349Z[ recovery-image] Sep 03 17:52:42.690 INFO O| Sep 03 17:52:42.690 INFO STEP 234 (remove_files) COMPLETE
63842026-09-03T17:52:43.349Z[ recovery-image] Sep 03 17:52:42.690 INFO O| Sep 03 17:52:42.690 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-03T17:52:43.359Z[ recovery-image] Sep 03 17:52:42.701 INFO O| Sep 03 17:52:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63862026-09-03T17:52:43.359Z[ recovery-image] Sep 03 17:52:42.701 INFO O| Sep 03 17:52:42.701 INFO STEP 235 (remove_files) COMPLETE
63872026-09-03T17:52:43.360Z[ recovery-image] Sep 03 17:52:42.701 INFO O| Sep 03 17:52:42.701 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-03T17:52:43.369Z[ recovery-image] Sep 03 17:52:42.710 INFO O| Sep 03 17:52:42.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63892026-09-03T17:52:43.373Z[ recovery-image] Sep 03 17:52:42.710 INFO O| Sep 03 17:52:42.710 INFO STEP 236 (remove_files) COMPLETE
63902026-09-03T17:52:43.373Z[ recovery-image] Sep 03 17:52:42.710 INFO O| Sep 03 17:52:42.710 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-03T17:52:43.380Z[ recovery-image] Sep 03 17:52:42.720 INFO O| Sep 03 17:52:42.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63922026-09-03T17:52:43.380Z[ recovery-image] Sep 03 17:52:42.720 INFO O| Sep 03 17:52:42.720 INFO STEP 237 (remove_files) COMPLETE
63932026-09-03T17:52:43.380Z[ recovery-image] Sep 03 17:52:42.720 INFO O| Sep 03 17:52:42.720 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-03T17:52:43.388Z[ recovery-image] Sep 03 17:52:42.729 INFO O| Sep 03 17:52:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63952026-09-03T17:52:43.388Z[ recovery-image] Sep 03 17:52:42.730 INFO O| Sep 03 17:52:42.730 INFO STEP 238 (remove_files) COMPLETE
63962026-09-03T17:52:43.392Z[ recovery-image] Sep 03 17:52:42.730 INFO O| Sep 03 17:52:42.730 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-03T17:52:43.398Z[ recovery-image] Sep 03 17:52:42.739 INFO O| Sep 03 17:52:42.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63982026-09-03T17:52:43.398Z[ recovery-image] Sep 03 17:52:42.739 INFO O| Sep 03 17:52:42.739 INFO STEP 239 (remove_files) COMPLETE
63992026-09-03T17:52:43.398Z[ recovery-image] Sep 03 17:52:42.739 INFO O| Sep 03 17:52:42.739 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-03T17:52:43.407Z[ recovery-image] Sep 03 17:52:42.748 INFO O| Sep 03 17:52:42.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
64012026-09-03T17:52:43.407Z[ recovery-image] Sep 03 17:52:42.748 INFO O| Sep 03 17:52:42.748 INFO STEP 240 (remove_files) COMPLETE
64022026-09-03T17:52:43.407Z[ recovery-image] Sep 03 17:52:42.748 INFO O| Sep 03 17:52:42.748 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-03T17:52:43.416Z[ recovery-image] Sep 03 17:52:42.757 INFO O| Sep 03 17:52:42.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
64042026-09-03T17:52:43.416Z[ recovery-image] Sep 03 17:52:42.757 INFO O| Sep 03 17:52:42.757 INFO STEP 241 (remove_files) COMPLETE
64052026-09-03T17:52:43.416Z[ recovery-image] Sep 03 17:52:42.757 INFO O| Sep 03 17:52:42.757 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-03T17:52:43.425Z[ recovery-image] Sep 03 17:52:42.767 INFO O| Sep 03 17:52:42.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64072026-09-03T17:52:43.425Z[ recovery-image] Sep 03 17:52:42.767 INFO O| Sep 03 17:52:42.767 INFO STEP 242 (remove_files) COMPLETE
64082026-09-03T17:52:43.425Z[ recovery-image] Sep 03 17:52:42.767 INFO O| Sep 03 17:52:42.767 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-03T17:52:43.434Z[ recovery-image] Sep 03 17:52:42.776 INFO O| Sep 03 17:52:42.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64102026-09-03T17:52:43.434Z[ recovery-image] Sep 03 17:52:42.776 INFO O| Sep 03 17:52:42.776 INFO STEP 243 (remove_files) COMPLETE
64112026-09-03T17:52:43.434Z[ recovery-image] Sep 03 17:52:42.776 INFO O| Sep 03 17:52:42.776 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-03T17:52:43.444Z[ recovery-image] Sep 03 17:52:42.785 INFO O| Sep 03 17:52:42.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64132026-09-03T17:52:43.447Z[ recovery-image] Sep 03 17:52:42.785 INFO O| Sep 03 17:52:42.785 INFO STEP 244 (remove_files) COMPLETE
64142026-09-03T17:52:43.447Z[ recovery-image] Sep 03 17:52:42.785 INFO O| Sep 03 17:52:42.785 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-03T17:52:43.453Z[ recovery-image] Sep 03 17:52:42.794 INFO O| Sep 03 17:52:42.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64162026-09-03T17:52:43.453Z[ recovery-image] Sep 03 17:52:42.794 INFO O| Sep 03 17:52:42.794 INFO STEP 245 (remove_files) COMPLETE
64172026-09-03T17:52:43.453Z[ recovery-image] Sep 03 17:52:42.794 INFO O| Sep 03 17:52:42.794 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-03T17:52:43.462Z[ recovery-image] Sep 03 17:52:42.803 INFO O| Sep 03 17:52:42.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64192026-09-03T17:52:43.462Z[ recovery-image] Sep 03 17:52:42.803 INFO O| Sep 03 17:52:42.803 INFO STEP 246 (remove_files) COMPLETE
64202026-09-03T17:52:43.462Z[ recovery-image] Sep 03 17:52:42.803 INFO O| Sep 03 17:52:42.803 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-03T17:52:43.475Z[ recovery-image] Sep 03 17:52:42.816 INFO O| Sep 03 17:52:42.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64222026-09-03T17:52:43.475Z[ recovery-image] Sep 03 17:52:42.816 INFO O| Sep 03 17:52:42.816 INFO STEP 247 (remove_files) COMPLETE
64232026-09-03T17:52:43.479Z[ recovery-image] Sep 03 17:52:42.816 INFO O| Sep 03 17:52:42.816 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-03T17:52:43.486Z[ recovery-image] Sep 03 17:52:42.827 INFO O| Sep 03 17:52:42.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64252026-09-03T17:52:43.486Z[ recovery-image] Sep 03 17:52:42.827 INFO O| Sep 03 17:52:42.827 INFO STEP 248 (remove_files) COMPLETE
64262026-09-03T17:52:43.486Z[ recovery-image] Sep 03 17:52:42.827 INFO O| Sep 03 17:52:42.827 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-03T17:52:43.495Z[ recovery-image] Sep 03 17:52:42.836 INFO O| Sep 03 17:52:42.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64282026-09-03T17:52:43.495Z[ recovery-image] Sep 03 17:52:42.836 INFO O| Sep 03 17:52:42.836 INFO STEP 249 (remove_files) COMPLETE
64292026-09-03T17:52:43.495Z[ recovery-image] Sep 03 17:52:42.836 INFO O| Sep 03 17:52:42.836 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-03T17:52:43.505Z[ recovery-image] Sep 03 17:52:42.847 INFO O| Sep 03 17:52:42.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64312026-09-03T17:52:43.505Z[ recovery-image] Sep 03 17:52:42.847 INFO O| Sep 03 17:52:42.847 INFO STEP 250 (remove_files) COMPLETE
64322026-09-03T17:52:43.505Z[ recovery-image] Sep 03 17:52:42.847 INFO O| Sep 03 17:52:42.847 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-03T17:52:43.522Z[ recovery-image] Sep 03 17:52:42.860 INFO O| Sep 03 17:52:42.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64342026-09-03T17:52:43.522Z[ recovery-image] Sep 03 17:52:42.860 INFO O| Sep 03 17:52:42.860 INFO STEP 251 (remove_files) COMPLETE
64352026-09-03T17:52:43.522Z[ recovery-image] Sep 03 17:52:42.860 INFO O| Sep 03 17:52:42.860 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-03T17:52:43.529Z[ recovery-image] Sep 03 17:52:42.870 INFO O| Sep 03 17:52:42.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64372026-09-03T17:52:43.529Z[ recovery-image] Sep 03 17:52:42.870 INFO O| Sep 03 17:52:42.870 INFO STEP 252 (remove_files) COMPLETE
64382026-09-03T17:52:43.533Z[ recovery-image] Sep 03 17:52:42.870 INFO O| Sep 03 17:52:42.870 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-03T17:52:43.539Z[ recovery-image] Sep 03 17:52:42.880 INFO O| Sep 03 17:52:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64402026-09-03T17:52:43.539Z[ recovery-image] Sep 03 17:52:42.880 INFO O| Sep 03 17:52:42.880 INFO STEP 253 (remove_files) COMPLETE
64412026-09-03T17:52:43.539Z[ recovery-image] Sep 03 17:52:42.880 INFO O| Sep 03 17:52:42.880 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-03T17:52:43.549Z[ recovery-image] Sep 03 17:52:42.890 INFO O| Sep 03 17:52:42.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64432026-09-03T17:52:43.549Z[ recovery-image] Sep 03 17:52:42.890 INFO O| Sep 03 17:52:42.890 INFO STEP 254 (remove_files) COMPLETE
64442026-09-03T17:52:43.549Z[ recovery-image] Sep 03 17:52:42.890 INFO O| Sep 03 17:52:42.890 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-03T17:52:43.558Z[ recovery-image] Sep 03 17:52:42.899 INFO O| Sep 03 17:52:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64462026-09-03T17:52:43.558Z[ recovery-image] Sep 03 17:52:42.899 INFO O| Sep 03 17:52:42.899 INFO STEP 255 (remove_files) COMPLETE
64472026-09-03T17:52:43.558Z[ recovery-image] Sep 03 17:52:42.899 INFO O| Sep 03 17:52:42.899 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-03T17:52:43.567Z[ recovery-image] Sep 03 17:52:42.909 INFO O| Sep 03 17:52:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64492026-09-03T17:52:43.567Z[ recovery-image] Sep 03 17:52:42.909 INFO O| Sep 03 17:52:42.909 INFO STEP 256 (remove_files) COMPLETE
64502026-09-03T17:52:43.568Z[ recovery-image] Sep 03 17:52:42.909 INFO O| Sep 03 17:52:42.909 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-03T17:52:43.584Z[ recovery-image] Sep 03 17:52:42.920 INFO O| Sep 03 17:52:42.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64522026-09-03T17:52:43.584Z[ recovery-image] Sep 03 17:52:42.920 INFO O| Sep 03 17:52:42.920 INFO STEP 257 (remove_files) COMPLETE
64532026-09-03T17:52:43.584Z[ recovery-image] Sep 03 17:52:42.920 INFO O| Sep 03 17:52:42.920 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-03T17:52:43.595Z[ recovery-image] Sep 03 17:52:42.936 INFO O| Sep 03 17:52:42.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64552026-09-03T17:52:43.595Z[ recovery-image] Sep 03 17:52:42.936 INFO O| Sep 03 17:52:42.936 INFO STEP 258 (remove_files) COMPLETE
64562026-09-03T17:52:43.595Z[ recovery-image] Sep 03 17:52:42.936 INFO O| Sep 03 17:52:42.936 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-03T17:52:43.606Z[ recovery-image] Sep 03 17:52:42.947 INFO O| Sep 03 17:52:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64582026-09-03T17:52:43.606Z[ recovery-image] Sep 03 17:52:42.947 INFO O| Sep 03 17:52:42.947 INFO STEP 259 (remove_files) COMPLETE
64592026-09-03T17:52:43.606Z[ recovery-image] Sep 03 17:52:42.947 INFO O| Sep 03 17:52:42.947 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-03T17:52:43.617Z[ recovery-image] Sep 03 17:52:42.958 INFO O| Sep 03 17:52:42.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64612026-09-03T17:52:43.617Z[ recovery-image] Sep 03 17:52:42.958 INFO O| Sep 03 17:52:42.958 INFO STEP 260 (remove_files) COMPLETE
64622026-09-03T17:52:43.617Z[ recovery-image] Sep 03 17:52:42.958 INFO O| Sep 03 17:52:42.958 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-03T17:52:43.627Z[ recovery-image] Sep 03 17:52:42.968 INFO O| Sep 03 17:52:42.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64642026-09-03T17:52:43.627Z[ recovery-image] Sep 03 17:52:42.968 INFO O| Sep 03 17:52:42.968 INFO STEP 261 (remove_files) COMPLETE
64652026-09-03T17:52:43.630Z[ recovery-image] Sep 03 17:52:42.968 INFO O| Sep 03 17:52:42.968 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-03T17:52:43.636Z[ recovery-image] Sep 03 17:52:42.977 INFO O| Sep 03 17:52:42.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64672026-09-03T17:52:43.636Z[ recovery-image] Sep 03 17:52:42.977 INFO O| Sep 03 17:52:42.977 INFO STEP 262 (remove_files) COMPLETE
64682026-09-03T17:52:43.636Z[ recovery-image] Sep 03 17:52:42.977 INFO O| Sep 03 17:52:42.977 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-03T17:52:43.645Z[ recovery-image] Sep 03 17:52:42.986 INFO O| Sep 03 17:52:42.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64702026-09-03T17:52:43.645Z[ recovery-image] Sep 03 17:52:42.986 INFO O| Sep 03 17:52:42.986 INFO STEP 263 (remove_files) COMPLETE
64712026-09-03T17:52:43.645Z[ recovery-image] Sep 03 17:52:42.986 INFO O| Sep 03 17:52:42.986 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-09-03T17:52:43.649Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64732026-09-03T17:52:43.655Z[ recovery-image] Sep 03 17:52:42.996 INFO O| Sep 03 17:52:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64742026-09-03T17:52:43.655Z[ recovery-image] Sep 03 17:52:42.996 INFO O| Sep 03 17:52:42.996 INFO STEP 264 (remove_files) COMPLETE
64752026-09-03T17:52:43.655Z[ recovery-image] Sep 03 17:52:42.996 INFO O| Sep 03 17:52:42.996 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-09-03T17:52:43.665Z[ recovery-image] Sep 03 17:52:43.006 INFO O| Sep 03 17:52:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64772026-09-03T17:52:43.665Z[ recovery-image] Sep 03 17:52:43.006 INFO O| Sep 03 17:52:43.006 INFO STEP 265 (remove_files) COMPLETE
64782026-09-03T17:52:43.665Z[ recovery-image] Sep 03 17:52:43.006 INFO O| Sep 03 17:52:43.006 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-09-03T17:52:43.679Z[ recovery-image] Sep 03 17:52:43.017 INFO O| Sep 03 17:52:43.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64802026-09-03T17:52:43.679Z[ recovery-image] Sep 03 17:52:43.017 INFO O| Sep 03 17:52:43.016 INFO STEP 266 (remove_files) COMPLETE
64812026-09-03T17:52:43.682Z[ recovery-image] Sep 03 17:52:43.017 INFO O| Sep 03 17:52:43.016 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-09-03T17:52:43.686Z[ recovery-image] Sep 03 17:52:43.026 INFO O| Sep 03 17:52:43.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64832026-09-03T17:52:43.686Z[ recovery-image] Sep 03 17:52:43.026 INFO O| Sep 03 17:52:43.026 INFO STEP 267 (remove_files) COMPLETE
64842026-09-03T17:52:43.686Z[ recovery-image] Sep 03 17:52:43.026 INFO O| Sep 03 17:52:43.026 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-09-03T17:52:43.695Z[ recovery-image] Sep 03 17:52:43.036 INFO O| Sep 03 17:52:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64862026-09-03T17:52:43.695Z[ recovery-image] Sep 03 17:52:43.037 INFO O| Sep 03 17:52:43.037 INFO STEP 268 (remove_files) COMPLETE
64872026-09-03T17:52:43.695Z[ recovery-image] Sep 03 17:52:43.037 INFO O| Sep 03 17:52:43.037 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-09-03T17:52:43.706Z[ recovery-image] Sep 03 17:52:43.047 INFO O| Sep 03 17:52:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64892026-09-03T17:52:43.706Z[ recovery-image] Sep 03 17:52:43.047 INFO O| Sep 03 17:52:43.047 INFO STEP 269 (remove_files) COMPLETE
64902026-09-03T17:52:43.706Z[ recovery-image] Sep 03 17:52:43.047 INFO O| Sep 03 17:52:43.047 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-09-03T17:52:43.718Z[ recovery-image] Sep 03 17:52:43.059 INFO O| Sep 03 17:52:43.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64922026-09-03T17:52:43.718Z[ recovery-image] Sep 03 17:52:43.059 INFO O| Sep 03 17:52:43.059 INFO STEP 270 (remove_files) COMPLETE
64932026-09-03T17:52:43.718Z[ recovery-image] Sep 03 17:52:43.059 INFO O| Sep 03 17:52:43.059 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-09-03T17:52:43.728Z[ recovery-image] Sep 03 17:52:43.070 INFO O| Sep 03 17:52:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64952026-09-03T17:52:43.728Z[ recovery-image] Sep 03 17:52:43.070 INFO O| Sep 03 17:52:43.070 INFO STEP 271 (remove_files) COMPLETE
64962026-09-03T17:52:43.729Z[ recovery-image] Sep 03 17:52:43.070 INFO O| Sep 03 17:52:43.070 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-09-03T17:52:43.738Z[ recovery-image] Sep 03 17:52:43.079 INFO O| Sep 03 17:52:43.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64982026-09-03T17:52:43.738Z[ recovery-image] Sep 03 17:52:43.079 INFO O| Sep 03 17:52:43.079 INFO STEP 272 (remove_files) COMPLETE
64992026-09-03T17:52:43.738Z[ recovery-image] Sep 03 17:52:43.079 INFO O| Sep 03 17:52:43.079 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-09-03T17:52:43.747Z[ recovery-image] Sep 03 17:52:43.088 INFO O| Sep 03 17:52:43.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
65012026-09-03T17:52:43.747Z[ recovery-image] Sep 03 17:52:43.088 INFO O| Sep 03 17:52:43.088 INFO STEP 273 (remove_files) COMPLETE
65022026-09-03T17:52:43.747Z[ recovery-image] Sep 03 17:52:43.088 INFO O| Sep 03 17:52:43.088 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-09-03T17:52:43.761Z[ recovery-image] Sep 03 17:52:43.097 INFO O| Sep 03 17:52:43.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
65042026-09-03T17:52:43.761Z[ recovery-image] Sep 03 17:52:43.098 INFO O| Sep 03 17:52:43.098 INFO STEP 274 (remove_files) COMPLETE
65052026-09-03T17:52:43.761Z[ recovery-image] Sep 03 17:52:43.098 INFO O| Sep 03 17:52:43.098 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-09-03T17:52:43.766Z[ recovery-image] Sep 03 17:52:43.107 INFO O| Sep 03 17:52:43.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65072026-09-03T17:52:43.766Z[ recovery-image] Sep 03 17:52:43.107 INFO O| Sep 03 17:52:43.107 INFO STEP 275 (remove_files) COMPLETE
65082026-09-03T17:52:43.766Z[ recovery-image] Sep 03 17:52:43.107 INFO O| Sep 03 17:52:43.107 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-09-03T17:52:43.777Z[ recovery-image] Sep 03 17:52:43.118 INFO O| Sep 03 17:52:43.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65102026-09-03T17:52:43.777Z[ recovery-image] Sep 03 17:52:43.118 INFO O| Sep 03 17:52:43.118 INFO STEP 276 (remove_files) COMPLETE
65112026-09-03T17:52:43.777Z[ recovery-image] Sep 03 17:52:43.118 INFO O| Sep 03 17:52:43.118 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-09-03T17:52:43.788Z[ recovery-image] Sep 03 17:52:43.129 INFO O| Sep 03 17:52:43.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65132026-09-03T17:52:43.788Z[ recovery-image] Sep 03 17:52:43.129 INFO O| Sep 03 17:52:43.129 INFO STEP 277 (remove_files) COMPLETE
65142026-09-03T17:52:43.788Z[ recovery-image] Sep 03 17:52:43.129 INFO O| Sep 03 17:52:43.129 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-09-03T17:52:43.797Z[ recovery-image] Sep 03 17:52:43.138 INFO O| Sep 03 17:52:43.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65162026-09-03T17:52:43.797Z[ recovery-image] Sep 03 17:52:43.138 INFO O| Sep 03 17:52:43.138 INFO STEP 278 (remove_files) COMPLETE
65172026-09-03T17:52:43.801Z[ recovery-image] Sep 03 17:52:43.138 INFO O| Sep 03 17:52:43.138 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-09-03T17:52:43.806Z[ recovery-image] Sep 03 17:52:43.148 INFO O| Sep 03 17:52:43.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65192026-09-03T17:52:43.806Z[ recovery-image] Sep 03 17:52:43.148 INFO O| Sep 03 17:52:43.148 INFO STEP 279 (remove_files) COMPLETE
65202026-09-03T17:52:43.806Z[ recovery-image] Sep 03 17:52:43.148 INFO O| Sep 03 17:52:43.148 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-09-03T17:52:43.818Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
65222026-09-03T17:52:43.821Z[ recovery-image] Sep 03 17:52:43.159 INFO O| Sep 03 17:52:43.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65232026-09-03T17:52:43.821Z[ recovery-image] Sep 03 17:52:43.159 INFO O| Sep 03 17:52:43.159 INFO STEP 280 (remove_files) COMPLETE
65242026-09-03T17:52:43.821Z[ recovery-image] Sep 03 17:52:43.159 INFO O| Sep 03 17:52:43.159 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-09-03T17:52:43.828Z[ recovery-image] Sep 03 17:52:43.169 INFO O| Sep 03 17:52:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65262026-09-03T17:52:43.828Z[ recovery-image] Sep 03 17:52:43.169 INFO O| Sep 03 17:52:43.169 INFO STEP 281 (remove_files) COMPLETE
65272026-09-03T17:52:43.831Z[ recovery-image] Sep 03 17:52:43.169 INFO O| Sep 03 17:52:43.169 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-09-03T17:52:43.837Z[ recovery-image] Sep 03 17:52:43.178 INFO O| Sep 03 17:52:43.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65292026-09-03T17:52:43.837Z[ recovery-image] Sep 03 17:52:43.178 INFO O| Sep 03 17:52:43.178 INFO STEP 282 (remove_files) COMPLETE
65302026-09-03T17:52:43.837Z[ recovery-image] Sep 03 17:52:43.178 INFO O| Sep 03 17:52:43.178 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-09-03T17:52:43.849Z[ recovery-image] Sep 03 17:52:43.189 INFO O| Sep 03 17:52:43.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65322026-09-03T17:52:43.849Z[ recovery-image] Sep 03 17:52:43.189 INFO O| Sep 03 17:52:43.189 INFO STEP 283 (remove_files) COMPLETE
65332026-09-03T17:52:43.849Z[ recovery-image] Sep 03 17:52:43.189 INFO O| Sep 03 17:52:43.189 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-09-03T17:52:43.858Z[ recovery-image] Sep 03 17:52:43.200 INFO O| Sep 03 17:52:43.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65352026-09-03T17:52:43.859Z[ recovery-image] Sep 03 17:52:43.200 INFO O| Sep 03 17:52:43.200 INFO STEP 284 (remove_files) COMPLETE
65362026-09-03T17:52:43.859Z[ recovery-image] Sep 03 17:52:43.200 INFO O| Sep 03 17:52:43.200 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-09-03T17:52:43.868Z[ recovery-image] Sep 03 17:52:43.209 INFO O| Sep 03 17:52:43.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65382026-09-03T17:52:43.868Z[ recovery-image] Sep 03 17:52:43.209 INFO O| Sep 03 17:52:43.209 INFO STEP 285 (remove_files) COMPLETE
65392026-09-03T17:52:43.868Z[ recovery-image] Sep 03 17:52:43.209 INFO O| Sep 03 17:52:43.209 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-09-03T17:52:43.877Z[ recovery-image] Sep 03 17:52:43.218 INFO O| Sep 03 17:52:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65412026-09-03T17:52:43.877Z[ recovery-image] Sep 03 17:52:43.218 INFO O| Sep 03 17:52:43.218 INFO STEP 286 (remove_files) COMPLETE
65422026-09-03T17:52:43.877Z[ recovery-image] Sep 03 17:52:43.218 INFO O| Sep 03 17:52:43.218 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-09-03T17:52:43.884Z[ recovery-image] Sep 03 17:52:43.225 INFO O| Sep 03 17:52:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65442026-09-03T17:52:43.885Z[ recovery-image] Sep 03 17:52:43.226 INFO O| Sep 03 17:52:43.226 INFO STEP 287 (remove_files) COMPLETE
65452026-09-03T17:52:43.885Z[ recovery-image] Sep 03 17:52:43.226 INFO O| Sep 03 17:52:43.226 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-09-03T17:52:43.895Z[ recovery-image] Sep 03 17:52:43.236 INFO O| Sep 03 17:52:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65472026-09-03T17:52:43.895Z[ recovery-image] Sep 03 17:52:43.236 INFO O| Sep 03 17:52:43.236 INFO STEP 288 (remove_files) COMPLETE
65482026-09-03T17:52:43.895Z[ recovery-image] Sep 03 17:52:43.236 INFO O| Sep 03 17:52:43.236 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-09-03T17:52:43.906Z[ recovery-image] Sep 03 17:52:43.247 INFO O| Sep 03 17:52:43.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65502026-09-03T17:52:43.906Z[ recovery-image] Sep 03 17:52:43.247 INFO O| Sep 03 17:52:43.247 INFO STEP 289 (remove_files) COMPLETE
65512026-09-03T17:52:43.906Z[ recovery-image] Sep 03 17:52:43.247 INFO O| Sep 03 17:52:43.247 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-09-03T17:52:43.916Z[ recovery-image] Sep 03 17:52:43.257 INFO O| Sep 03 17:52:43.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65532026-09-03T17:52:43.916Z[ recovery-image] Sep 03 17:52:43.257 INFO O| Sep 03 17:52:43.257 INFO STEP 290 (remove_files) COMPLETE
65542026-09-03T17:52:43.921Z[ recovery-image] Sep 03 17:52:43.257 INFO O| Sep 03 17:52:43.257 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-09-03T17:52:43.926Z[ recovery-image] Sep 03 17:52:43.267 INFO O| Sep 03 17:52:43.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65562026-09-03T17:52:43.926Z[ recovery-image] Sep 03 17:52:43.267 INFO O| Sep 03 17:52:43.267 INFO STEP 291 (remove_files) COMPLETE
65572026-09-03T17:52:43.926Z[ recovery-image] Sep 03 17:52:43.267 INFO O| Sep 03 17:52:43.267 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-09-03T17:52:43.936Z[ recovery-image] Sep 03 17:52:43.277 INFO O| Sep 03 17:52:43.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65592026-09-03T17:52:43.937Z[ recovery-image] Sep 03 17:52:43.277 INFO O| Sep 03 17:52:43.277 INFO STEP 292 (remove_files) COMPLETE
65602026-09-03T17:52:43.937Z[ recovery-image] Sep 03 17:52:43.278 INFO O| Sep 03 17:52:43.277 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-09-03T17:52:43.947Z[ recovery-image] Sep 03 17:52:43.288 INFO O| Sep 03 17:52:43.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65622026-09-03T17:52:43.947Z[ recovery-image] Sep 03 17:52:43.288 INFO O| Sep 03 17:52:43.288 INFO STEP 293 (remove_files) COMPLETE
65632026-09-03T17:52:43.947Z[ recovery-image] Sep 03 17:52:43.288 INFO O| Sep 03 17:52:43.288 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-09-03T17:52:43.957Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
65652026-09-03T17:52:43.961Z[ recovery-image] Sep 03 17:52:43.298 INFO O| Sep 03 17:52:43.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65662026-09-03T17:52:43.961Z[ recovery-image] Sep 03 17:52:43.298 INFO O| Sep 03 17:52:43.298 INFO STEP 294 (remove_files) COMPLETE
65672026-09-03T17:52:43.961Z[ recovery-image] Sep 03 17:52:43.298 INFO O| Sep 03 17:52:43.298 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-03T17:52:43.970Z[ recovery-image] Sep 03 17:52:43.310 INFO O| Sep 03 17:52:43.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65692026-09-03T17:52:43.970Z[ recovery-image] Sep 03 17:52:43.310 INFO O| Sep 03 17:52:43.310 INFO STEP 295 (remove_files) COMPLETE
65702026-09-03T17:52:43.974Z[ recovery-image] Sep 03 17:52:43.310 INFO O| Sep 03 17:52:43.310 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-03T17:52:43.980Z[ recovery-image] Sep 03 17:52:43.321 INFO O| Sep 03 17:52:43.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65722026-09-03T17:52:43.980Z[ recovery-image] Sep 03 17:52:43.321 INFO O| Sep 03 17:52:43.321 INFO STEP 296 (remove_files) COMPLETE
65732026-09-03T17:52:43.980Z[ recovery-image] Sep 03 17:52:43.321 INFO O| Sep 03 17:52:43.321 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-03T17:52:43.989Z[ recovery-image] Sep 03 17:52:43.331 INFO O| Sep 03 17:52:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65752026-09-03T17:52:43.990Z[ recovery-image] Sep 03 17:52:43.331 INFO O| Sep 03 17:52:43.331 INFO STEP 297 (remove_files) COMPLETE
65762026-09-03T17:52:43.990Z[ recovery-image] Sep 03 17:52:43.331 INFO O| Sep 03 17:52:43.331 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-03T17:52:44.001Z[ recovery-image] Sep 03 17:52:43.342 INFO O| Sep 03 17:52:43.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65782026-09-03T17:52:44.001Z[ recovery-image] Sep 03 17:52:43.342 INFO O| Sep 03 17:52:43.341 INFO STEP 298 (remove_files) COMPLETE
65792026-09-03T17:52:44.001Z[ recovery-image] Sep 03 17:52:43.342 INFO O| Sep 03 17:52:43.341 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-03T17:52:44.010Z[ recovery-image] Sep 03 17:52:43.352 INFO O| Sep 03 17:52:43.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65812026-09-03T17:52:44.010Z[ recovery-image] Sep 03 17:52:43.352 INFO O| Sep 03 17:52:43.352 INFO STEP 299 (remove_files) COMPLETE
65822026-09-03T17:52:44.011Z[ recovery-image] Sep 03 17:52:43.352 INFO O| Sep 03 17:52:43.352 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-03T17:52:44.018Z[verify-libraries] Compiling yansi v1.0.1
65842026-09-03T17:52:44.025Z[ recovery-image] Sep 03 17:52:43.366 INFO O| Sep 03 17:52:43.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65852026-09-03T17:52:44.025Z[ recovery-image] Sep 03 17:52:43.366 INFO O| Sep 03 17:52:43.366 INFO STEP 300 (remove_files) COMPLETE
65862026-09-03T17:52:44.028Z[ recovery-image] Sep 03 17:52:43.366 INFO O| Sep 03 17:52:43.366 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-09-03T17:52:44.033Z[ recovery-image] Sep 03 17:52:43.375 INFO O| Sep 03 17:52:43.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65882026-09-03T17:52:44.034Z[ recovery-image] Sep 03 17:52:43.375 INFO O| Sep 03 17:52:43.375 INFO STEP 301 (remove_files) COMPLETE
65892026-09-03T17:52:44.034Z[ recovery-image] Sep 03 17:52:43.375 INFO O| Sep 03 17:52:43.375 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-09-03T17:52:44.042Z[ recovery-image] Sep 03 17:52:43.383 INFO O| Sep 03 17:52:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65912026-09-03T17:52:44.042Z[ recovery-image] Sep 03 17:52:43.383 INFO O| Sep 03 17:52:43.383 INFO STEP 302 (remove_files) COMPLETE
65922026-09-03T17:52:44.042Z[ recovery-image] Sep 03 17:52:43.383 INFO O| Sep 03 17:52:43.383 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-09-03T17:52:44.060Z[ recovery-image] Sep 03 17:52:43.399 INFO O| Sep 03 17:52:43.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65942026-09-03T17:52:44.060Z[ recovery-image] Sep 03 17:52:43.399 INFO O| Sep 03 17:52:43.399 INFO STEP 303 (remove_files) COMPLETE
65952026-09-03T17:52:44.060Z[ recovery-image] Sep 03 17:52:43.399 INFO O| Sep 03 17:52:43.399 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-09-03T17:52:44.069Z[ recovery-image] Sep 03 17:52:43.410 INFO O| Sep 03 17:52:43.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65972026-09-03T17:52:44.069Z[ recovery-image] Sep 03 17:52:43.410 INFO O| Sep 03 17:52:43.410 INFO STEP 304 (remove_files) COMPLETE
65982026-09-03T17:52:44.069Z[ recovery-image] Sep 03 17:52:43.410 INFO O| Sep 03 17:52:43.410 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-09-03T17:52:44.079Z[ recovery-image] Sep 03 17:52:43.420 INFO O| Sep 03 17:52:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
66002026-09-03T17:52:44.079Z[ recovery-image] Sep 03 17:52:43.420 INFO O| Sep 03 17:52:43.420 INFO STEP 305 (remove_files) COMPLETE
66012026-09-03T17:52:44.079Z[ recovery-image] Sep 03 17:52:43.420 INFO O| Sep 03 17:52:43.420 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-09-03T17:52:44.089Z[ recovery-image] Sep 03 17:52:43.430 INFO O| Sep 03 17:52:43.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
66032026-09-03T17:52:44.089Z[ recovery-image] Sep 03 17:52:43.430 INFO O| Sep 03 17:52:43.430 INFO STEP 306 (remove_files) COMPLETE
66042026-09-03T17:52:44.092Z[ recovery-image] Sep 03 17:52:43.431 INFO O| Sep 03 17:52:43.430 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-09-03T17:52:44.099Z[ recovery-image] Sep 03 17:52:43.440 INFO O| Sep 03 17:52:43.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
66062026-09-03T17:52:44.099Z[ recovery-image] Sep 03 17:52:43.440 INFO O| Sep 03 17:52:43.440 INFO STEP 307 (remove_files) COMPLETE
66072026-09-03T17:52:44.099Z[ recovery-image] Sep 03 17:52:43.440 INFO O| Sep 03 17:52:43.440 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-09-03T17:52:44.109Z[ recovery-image] Sep 03 17:52:43.450 INFO O| Sep 03 17:52:43.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
66092026-09-03T17:52:44.109Z[ recovery-image] Sep 03 17:52:43.450 INFO O| Sep 03 17:52:43.450 INFO STEP 308 (remove_files) COMPLETE
66102026-09-03T17:52:44.112Z[ recovery-image] Sep 03 17:52:43.450 INFO O| Sep 03 17:52:43.450 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-09-03T17:52:44.118Z[ recovery-image] Sep 03 17:52:43.459 INFO O| Sep 03 17:52:43.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66122026-09-03T17:52:44.118Z[ recovery-image] Sep 03 17:52:43.459 INFO O| Sep 03 17:52:43.459 INFO STEP 309 (remove_files) COMPLETE
66132026-09-03T17:52:44.118Z[ recovery-image] Sep 03 17:52:43.459 INFO O| Sep 03 17:52:43.459 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-09-03T17:52:44.127Z[ recovery-image] Sep 03 17:52:43.468 INFO O| Sep 03 17:52:43.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66152026-09-03T17:52:44.127Z[ recovery-image] Sep 03 17:52:43.468 INFO O| Sep 03 17:52:43.468 INFO STEP 310 (remove_files) COMPLETE
66162026-09-03T17:52:44.127Z[ recovery-image] Sep 03 17:52:43.468 INFO O| Sep 03 17:52:43.468 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-09-03T17:52:44.136Z[ recovery-image] Sep 03 17:52:43.477 INFO O| Sep 03 17:52:43.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66182026-09-03T17:52:44.136Z[ recovery-image] Sep 03 17:52:43.477 INFO O| Sep 03 17:52:43.477 INFO STEP 311 (remove_files) COMPLETE
66192026-09-03T17:52:44.136Z[ recovery-image] Sep 03 17:52:43.477 INFO O| Sep 03 17:52:43.477 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-09-03T17:52:44.147Z[ recovery-image] Sep 03 17:52:43.487 INFO O| Sep 03 17:52:43.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66212026-09-03T17:52:44.147Z[ recovery-image] Sep 03 17:52:43.487 INFO O| Sep 03 17:52:43.487 INFO STEP 312 (remove_files) COMPLETE
66222026-09-03T17:52:44.150Z[ recovery-image] Sep 03 17:52:43.487 INFO O| Sep 03 17:52:43.487 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-09-03T17:52:44.156Z[ recovery-image] Sep 03 17:52:43.497 INFO O| Sep 03 17:52:43.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66242026-09-03T17:52:44.156Z[ recovery-image] Sep 03 17:52:43.497 INFO O| Sep 03 17:52:43.497 INFO STEP 313 (remove_files) COMPLETE
66252026-09-03T17:52:44.156Z[ recovery-image] Sep 03 17:52:43.497 INFO O| Sep 03 17:52:43.497 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-09-03T17:52:44.167Z[ recovery-image] Sep 03 17:52:43.507 INFO O| Sep 03 17:52:43.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66272026-09-03T17:52:44.167Z[ recovery-image] Sep 03 17:52:43.508 INFO O| Sep 03 17:52:43.507 INFO STEP 314 (remove_files) COMPLETE
66282026-09-03T17:52:44.167Z[ recovery-image] Sep 03 17:52:43.508 INFO O| Sep 03 17:52:43.507 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-09-03T17:52:44.176Z[ recovery-image] Sep 03 17:52:43.517 INFO O| Sep 03 17:52:43.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66302026-09-03T17:52:44.176Z[ recovery-image] Sep 03 17:52:43.517 INFO O| Sep 03 17:52:43.517 INFO STEP 315 (remove_files) COMPLETE
66312026-09-03T17:52:44.179Z[ recovery-image] Sep 03 17:52:43.517 INFO O| Sep 03 17:52:43.517 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-09-03T17:52:44.185Z[ recovery-image] Sep 03 17:52:43.526 INFO O| Sep 03 17:52:43.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66332026-09-03T17:52:44.185Z[ recovery-image] Sep 03 17:52:43.526 INFO O| Sep 03 17:52:43.526 INFO STEP 316 (remove_files) COMPLETE
66342026-09-03T17:52:44.185Z[ recovery-image] Sep 03 17:52:43.526 INFO O| Sep 03 17:52:43.526 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-09-03T17:52:44.194Z[ recovery-image] Sep 03 17:52:43.535 INFO O| Sep 03 17:52:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66362026-09-03T17:52:44.194Z[ recovery-image] Sep 03 17:52:43.535 INFO O| Sep 03 17:52:43.535 INFO STEP 317 (remove_files) COMPLETE
66372026-09-03T17:52:44.194Z[ recovery-image] Sep 03 17:52:43.535 INFO O| Sep 03 17:52:43.535 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-09-03T17:52:44.203Z[ recovery-image] Sep 03 17:52:43.544 INFO O| Sep 03 17:52:43.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66392026-09-03T17:52:44.203Z[ recovery-image] Sep 03 17:52:43.544 INFO O| Sep 03 17:52:43.544 INFO STEP 318 (remove_files) COMPLETE
66402026-09-03T17:52:44.207Z[ recovery-image] Sep 03 17:52:43.544 INFO O| Sep 03 17:52:43.544 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-09-03T17:52:44.213Z[ recovery-image] Sep 03 17:52:43.555 INFO O| Sep 03 17:52:43.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66422026-09-03T17:52:44.213Z[ recovery-image] Sep 03 17:52:43.555 INFO O| Sep 03 17:52:43.555 INFO STEP 319 (remove_files) COMPLETE
66432026-09-03T17:52:44.217Z[ recovery-image] Sep 03 17:52:43.555 INFO O| Sep 03 17:52:43.555 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-09-03T17:52:44.224Z[ recovery-image] Sep 03 17:52:43.565 INFO O| Sep 03 17:52:43.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66452026-09-03T17:52:44.224Z[ recovery-image] Sep 03 17:52:43.565 INFO O| Sep 03 17:52:43.565 INFO STEP 320 (remove_files) COMPLETE
66462026-09-03T17:52:44.224Z[ recovery-image] Sep 03 17:52:43.565 INFO O| Sep 03 17:52:43.565 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-09-03T17:52:44.234Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
66482026-09-03T17:52:44.238Z[ recovery-image] Sep 03 17:52:43.577 INFO O| Sep 03 17:52:43.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66492026-09-03T17:52:44.238Z[ recovery-image] Sep 03 17:52:43.577 INFO O| Sep 03 17:52:43.577 INFO STEP 321 (remove_files) COMPLETE
66502026-09-03T17:52:44.238Z[ recovery-image] Sep 03 17:52:43.577 INFO O| Sep 03 17:52:43.577 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-09-03T17:52:44.247Z[ recovery-image] Sep 03 17:52:43.587 INFO O| Sep 03 17:52:43.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66522026-09-03T17:52:44.247Z[ recovery-image] Sep 03 17:52:43.588 INFO O| Sep 03 17:52:43.588 INFO STEP 322 (remove_files) COMPLETE
66532026-09-03T17:52:44.247Z[ recovery-image] Sep 03 17:52:43.588 INFO O| Sep 03 17:52:43.588 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-09-03T17:52:44.257Z[ recovery-image] Sep 03 17:52:43.598 INFO O| Sep 03 17:52:43.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66552026-09-03T17:52:44.261Z[ recovery-image] Sep 03 17:52:43.599 INFO O| Sep 03 17:52:43.599 INFO STEP 323 (remove_files) COMPLETE
66562026-09-03T17:52:44.261Z[ recovery-image] Sep 03 17:52:43.599 INFO O| Sep 03 17:52:43.599 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-09-03T17:52:44.269Z[ recovery-image] Sep 03 17:52:43.610 INFO O| Sep 03 17:52:43.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66582026-09-03T17:52:44.269Z[ recovery-image] Sep 03 17:52:43.610 INFO O| Sep 03 17:52:43.610 INFO STEP 324 (remove_files) COMPLETE
66592026-09-03T17:52:44.269Z[ recovery-image] Sep 03 17:52:43.610 INFO O| Sep 03 17:52:43.610 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-09-03T17:52:44.280Z[ recovery-image] Sep 03 17:52:43.621 INFO O| Sep 03 17:52:43.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66612026-09-03T17:52:44.280Z[ recovery-image] Sep 03 17:52:43.621 INFO O| Sep 03 17:52:43.621 INFO STEP 325 (remove_files) COMPLETE
66622026-09-03T17:52:44.280Z[ recovery-image] Sep 03 17:52:43.621 INFO O| Sep 03 17:52:43.621 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-09-03T17:52:44.291Z[ recovery-image] Sep 03 17:52:43.632 INFO O| Sep 03 17:52:43.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66642026-09-03T17:52:44.291Z[ recovery-image] Sep 03 17:52:43.632 INFO O| Sep 03 17:52:43.632 INFO STEP 326 (remove_files) COMPLETE
66652026-09-03T17:52:44.291Z[ recovery-image] Sep 03 17:52:43.632 INFO O| Sep 03 17:52:43.632 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-09-03T17:52:44.302Z[ recovery-image] Sep 03 17:52:43.644 INFO O| Sep 03 17:52:43.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66672026-09-03T17:52:44.303Z[ recovery-image] Sep 03 17:52:43.644 INFO O| Sep 03 17:52:43.644 INFO STEP 327 (remove_files) COMPLETE
66682026-09-03T17:52:44.303Z[ recovery-image] Sep 03 17:52:43.644 INFO O| Sep 03 17:52:43.644 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-09-03T17:52:44.313Z[ recovery-image] Sep 03 17:52:43.654 INFO O| Sep 03 17:52:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66702026-09-03T17:52:44.313Z[ recovery-image] Sep 03 17:52:43.654 INFO O| Sep 03 17:52:43.654 INFO STEP 328 (remove_files) COMPLETE
66712026-09-03T17:52:44.313Z[ recovery-image] Sep 03 17:52:43.654 INFO O| Sep 03 17:52:43.654 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-09-03T17:52:44.323Z[ recovery-image] Sep 03 17:52:43.664 INFO O| Sep 03 17:52:43.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66732026-09-03T17:52:44.323Z[ recovery-image] Sep 03 17:52:43.664 INFO O| Sep 03 17:52:43.664 INFO STEP 329 (remove_files) COMPLETE
66742026-09-03T17:52:44.323Z[ recovery-image] Sep 03 17:52:43.664 INFO O| Sep 03 17:52:43.664 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-09-03T17:52:44.333Z[ recovery-image] Sep 03 17:52:43.674 INFO O| Sep 03 17:52:43.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66762026-09-03T17:52:44.336Z[ recovery-image] Sep 03 17:52:43.675 INFO O| Sep 03 17:52:43.675 INFO STEP 330 (remove_files) COMPLETE
66772026-09-03T17:52:44.337Z[ recovery-image] Sep 03 17:52:43.675 INFO O| Sep 03 17:52:43.675 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-09-03T17:52:44.343Z[ recovery-image] Sep 03 17:52:43.684 INFO O| Sep 03 17:52:43.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66792026-09-03T17:52:44.343Z[ recovery-image] Sep 03 17:52:43.684 INFO O| Sep 03 17:52:43.684 INFO STEP 331 (remove_files) COMPLETE
66802026-09-03T17:52:44.343Z[ recovery-image] Sep 03 17:52:43.684 INFO O| Sep 03 17:52:43.684 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-09-03T17:52:44.353Z[ recovery-image] Sep 03 17:52:43.692 INFO O| Sep 03 17:52:43.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66822026-09-03T17:52:44.353Z[ recovery-image] Sep 03 17:52:43.692 INFO O| Sep 03 17:52:43.692 INFO STEP 332 (remove_files) COMPLETE
66832026-09-03T17:52:44.353Z[ recovery-image] Sep 03 17:52:43.692 INFO O| Sep 03 17:52:43.692 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-09-03T17:52:44.358Z[ recovery-image] Sep 03 17:52:43.700 INFO O| Sep 03 17:52:43.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66852026-09-03T17:52:44.358Z[ recovery-image] Sep 03 17:52:43.700 INFO O| Sep 03 17:52:43.700 INFO STEP 333 (remove_files) COMPLETE
66862026-09-03T17:52:44.362Z[ recovery-image] Sep 03 17:52:43.700 INFO O| Sep 03 17:52:43.700 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-09-03T17:52:44.367Z[ recovery-image] Sep 03 17:52:43.708 INFO O| Sep 03 17:52:43.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66882026-09-03T17:52:44.367Z[ recovery-image] Sep 03 17:52:43.708 INFO O| Sep 03 17:52:43.708 INFO STEP 334 (remove_files) COMPLETE
66892026-09-03T17:52:44.370Z[ recovery-image] Sep 03 17:52:43.708 INFO O| Sep 03 17:52:43.708 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-09-03T17:52:44.380Z[ recovery-image] Sep 03 17:52:43.717 INFO O| Sep 03 17:52:43.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66912026-09-03T17:52:44.380Z[ recovery-image] Sep 03 17:52:43.717 INFO O| Sep 03 17:52:43.717 INFO STEP 335 (remove_files) COMPLETE
66922026-09-03T17:52:44.380Z[ recovery-image] Sep 03 17:52:43.717 INFO O| Sep 03 17:52:43.717 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-09-03T17:52:44.387Z[ recovery-image] Sep 03 17:52:43.726 INFO O| Sep 03 17:52:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66942026-09-03T17:52:44.388Z[ recovery-image] Sep 03 17:52:43.726 INFO O| Sep 03 17:52:43.726 INFO STEP 336 (remove_files) COMPLETE
66952026-09-03T17:52:44.391Z[ recovery-image] Sep 03 17:52:43.726 INFO O| Sep 03 17:52:43.726 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-09-03T17:52:44.397Z[ recovery-image] Sep 03 17:52:43.738 INFO O| Sep 03 17:52:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66972026-09-03T17:52:44.397Z[ recovery-image] Sep 03 17:52:43.738 INFO O| Sep 03 17:52:43.738 INFO STEP 337 (remove_files) COMPLETE
66982026-09-03T17:52:44.400Z[ recovery-image] Sep 03 17:52:43.738 INFO O| Sep 03 17:52:43.738 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-09-03T17:52:44.407Z[ recovery-image] Sep 03 17:52:43.748 INFO O| Sep 03 17:52:43.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
67002026-09-03T17:52:44.407Z[ recovery-image] Sep 03 17:52:43.748 INFO O| Sep 03 17:52:43.748 INFO STEP 338 (remove_files) COMPLETE
67012026-09-03T17:52:44.411Z[ recovery-image] Sep 03 17:52:43.748 INFO O| Sep 03 17:52:43.748 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-09-03T17:52:44.417Z[ recovery-image] Sep 03 17:52:43.758 INFO O| Sep 03 17:52:43.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
67032026-09-03T17:52:44.417Z[ recovery-image] Sep 03 17:52:43.758 INFO O| Sep 03 17:52:43.758 INFO STEP 339 (remove_files) COMPLETE
67042026-09-03T17:52:44.417Z[ recovery-image] Sep 03 17:52:43.758 INFO O| Sep 03 17:52:43.758 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-09-03T17:52:44.430Z[ recovery-image] Sep 03 17:52:43.767 INFO O| Sep 03 17:52:43.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
67062026-09-03T17:52:44.431Z[ recovery-image] Sep 03 17:52:43.767 INFO O| Sep 03 17:52:43.767 INFO STEP 340 (remove_files) COMPLETE
67072026-09-03T17:52:44.431Z[ recovery-image] Sep 03 17:52:43.767 INFO O| Sep 03 17:52:43.767 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-09-03T17:52:44.438Z[ recovery-image] Sep 03 17:52:43.776 INFO O| Sep 03 17:52:43.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
67092026-09-03T17:52:44.438Z[ recovery-image] Sep 03 17:52:43.776 INFO O| Sep 03 17:52:43.776 INFO STEP 341 (remove_files) COMPLETE
67102026-09-03T17:52:44.442Z[ recovery-image] Sep 03 17:52:43.776 INFO O| Sep 03 17:52:43.776 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-09-03T17:52:44.445Z[ recovery-image] Sep 03 17:52:43.785 INFO O| Sep 03 17:52:43.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67122026-09-03T17:52:44.445Z[ recovery-image] Sep 03 17:52:43.785 INFO O| Sep 03 17:52:43.785 INFO STEP 342 (remove_files) COMPLETE
67132026-09-03T17:52:44.445Z[ recovery-image] Sep 03 17:52:43.785 INFO O| Sep 03 17:52:43.785 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-09-03T17:52:44.449Z[verify-libraries] Compiling pretty_assertions v1.4.1
67152026-09-03T17:52:44.452Z[ recovery-image] Sep 03 17:52:43.793 INFO O| Sep 03 17:52:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67162026-09-03T17:52:44.452Z[ recovery-image] Sep 03 17:52:43.793 INFO O| Sep 03 17:52:43.793 INFO STEP 343 (remove_files) COMPLETE
67172026-09-03T17:52:44.452Z[ recovery-image] Sep 03 17:52:43.793 INFO O| Sep 03 17:52:43.793 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-09-03T17:52:44.460Z[ recovery-image] Sep 03 17:52:43.801 INFO O| Sep 03 17:52:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67192026-09-03T17:52:44.460Z[ recovery-image] Sep 03 17:52:43.801 INFO O| Sep 03 17:52:43.801 INFO STEP 344 (remove_files) COMPLETE
67202026-09-03T17:52:44.460Z[ recovery-image] Sep 03 17:52:43.801 INFO O| Sep 03 17:52:43.801 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-09-03T17:52:44.469Z[ recovery-image] Sep 03 17:52:43.810 INFO O| Sep 03 17:52:43.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67222026-09-03T17:52:44.469Z[ recovery-image] Sep 03 17:52:43.810 INFO O| Sep 03 17:52:43.810 INFO STEP 345 (remove_files) COMPLETE
67232026-09-03T17:52:44.469Z[ recovery-image] Sep 03 17:52:43.810 INFO O| Sep 03 17:52:43.810 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-09-03T17:52:44.478Z[ recovery-image] Sep 03 17:52:43.819 INFO O| Sep 03 17:52:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67252026-09-03T17:52:44.478Z[ recovery-image] Sep 03 17:52:43.819 INFO O| Sep 03 17:52:43.819 INFO STEP 346 (remove_files) COMPLETE
67262026-09-03T17:52:44.478Z[ recovery-image] Sep 03 17:52:43.819 INFO O| Sep 03 17:52:43.819 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-03T17:52:44.488Z[ recovery-image] Sep 03 17:52:43.829 INFO O| Sep 03 17:52:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67282026-09-03T17:52:44.488Z[ recovery-image] Sep 03 17:52:43.829 INFO O| Sep 03 17:52:43.829 INFO STEP 347 (remove_files) COMPLETE
67292026-09-03T17:52:44.488Z[ recovery-image] Sep 03 17:52:43.829 INFO O| Sep 03 17:52:43.829 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-03T17:52:44.498Z[ recovery-image] Sep 03 17:52:43.839 INFO O| Sep 03 17:52:43.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67312026-09-03T17:52:44.498Z[ recovery-image] Sep 03 17:52:43.839 INFO O| Sep 03 17:52:43.839 INFO STEP 348 (remove_files) COMPLETE
67322026-09-03T17:52:44.498Z[ recovery-image] Sep 03 17:52:43.839 INFO O| Sep 03 17:52:43.839 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-03T17:52:44.506Z[ recovery-image] Sep 03 17:52:43.847 INFO O| Sep 03 17:52:43.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67342026-09-03T17:52:44.506Z[ recovery-image] Sep 03 17:52:43.847 INFO O| Sep 03 17:52:43.847 INFO STEP 349 (remove_files) COMPLETE
67352026-09-03T17:52:44.506Z[ recovery-image] Sep 03 17:52:43.847 INFO O| Sep 03 17:52:43.847 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-03T17:52:44.516Z[ recovery-image] Sep 03 17:52:43.857 INFO O| Sep 03 17:52:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67372026-09-03T17:52:44.516Z[ recovery-image] Sep 03 17:52:43.857 INFO O| Sep 03 17:52:43.857 INFO STEP 350 (remove_files) COMPLETE
67382026-09-03T17:52:44.516Z[ recovery-image] Sep 03 17:52:43.857 INFO O| Sep 03 17:52:43.857 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-03T17:52:44.526Z[ recovery-image] Sep 03 17:52:43.867 INFO O| Sep 03 17:52:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67402026-09-03T17:52:44.526Z[ recovery-image] Sep 03 17:52:43.867 INFO O| Sep 03 17:52:43.867 INFO STEP 351 (remove_files) COMPLETE
67412026-09-03T17:52:44.526Z[ recovery-image] Sep 03 17:52:43.867 INFO O| Sep 03 17:52:43.867 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-03T17:52:44.537Z[ recovery-image] Sep 03 17:52:43.878 INFO O| Sep 03 17:52:43.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67432026-09-03T17:52:44.537Z[ recovery-image] Sep 03 17:52:43.878 INFO O| Sep 03 17:52:43.878 INFO STEP 352 (remove_files) COMPLETE
67442026-09-03T17:52:44.540Z[ recovery-image] Sep 03 17:52:43.878 INFO O| Sep 03 17:52:43.878 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-03T17:52:44.547Z[ recovery-image] Sep 03 17:52:43.888 INFO O| Sep 03 17:52:43.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67462026-09-03T17:52:44.547Z[ recovery-image] Sep 03 17:52:43.888 INFO O| Sep 03 17:52:43.888 INFO STEP 353 (remove_files) COMPLETE
67472026-09-03T17:52:44.547Z[ recovery-image] Sep 03 17:52:43.888 INFO O| Sep 03 17:52:43.888 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-09-03T17:52:44.557Z[ recovery-image] Sep 03 17:52:43.898 INFO O| Sep 03 17:52:43.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67492026-09-03T17:52:44.557Z[ recovery-image] Sep 03 17:52:43.898 INFO O| Sep 03 17:52:43.898 INFO STEP 354 (remove_files) COMPLETE
67502026-09-03T17:52:44.557Z[ recovery-image] Sep 03 17:52:43.898 INFO O| Sep 03 17:52:43.898 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-03T17:52:44.567Z[ recovery-image] Sep 03 17:52:43.909 INFO O| Sep 03 17:52:43.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67522026-09-03T17:52:44.568Z[ recovery-image] Sep 03 17:52:43.909 INFO O| Sep 03 17:52:43.909 INFO STEP 355 (remove_files) COMPLETE
67532026-09-03T17:52:44.568Z[ recovery-image] Sep 03 17:52:43.909 INFO O| Sep 03 17:52:43.909 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-03T17:52:44.577Z[ recovery-image] Sep 03 17:52:43.919 INFO O| Sep 03 17:52:43.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67552026-09-03T17:52:44.577Z[ recovery-image] Sep 03 17:52:43.919 INFO O| Sep 03 17:52:43.919 INFO STEP 356 (remove_files) COMPLETE
67562026-09-03T17:52:44.581Z[ recovery-image] Sep 03 17:52:43.919 INFO O| Sep 03 17:52:43.919 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-03T17:52:44.587Z[ recovery-image] Sep 03 17:52:43.929 INFO O| Sep 03 17:52:43.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67582026-09-03T17:52:44.588Z[ recovery-image] Sep 03 17:52:43.929 INFO O| Sep 03 17:52:43.929 INFO STEP 357 (remove_files) COMPLETE
67592026-09-03T17:52:44.588Z[ recovery-image] Sep 03 17:52:43.929 INFO O| Sep 03 17:52:43.929 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-03T17:52:44.598Z[ recovery-image] Sep 03 17:52:43.939 INFO O| Sep 03 17:52:43.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67612026-09-03T17:52:44.598Z[ recovery-image] Sep 03 17:52:43.939 INFO O| Sep 03 17:52:43.939 INFO STEP 358 (remove_files) COMPLETE
67622026-09-03T17:52:44.598Z[ recovery-image] Sep 03 17:52:43.939 INFO O| Sep 03 17:52:43.939 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-03T17:52:44.608Z[ recovery-image] Sep 03 17:52:43.949 INFO O| Sep 03 17:52:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67642026-09-03T17:52:44.608Z[ recovery-image] Sep 03 17:52:43.949 INFO O| Sep 03 17:52:43.949 INFO STEP 359 (remove_files) COMPLETE
67652026-09-03T17:52:44.608Z[ recovery-image] Sep 03 17:52:43.949 INFO O| Sep 03 17:52:43.949 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-03T17:52:44.617Z[ recovery-image] Sep 03 17:52:43.958 INFO O| Sep 03 17:52:43.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67672026-09-03T17:52:44.617Z[ recovery-image] Sep 03 17:52:43.958 INFO O| Sep 03 17:52:43.958 INFO STEP 360 (remove_files) COMPLETE
67682026-09-03T17:52:44.621Z[ recovery-image] Sep 03 17:52:43.958 INFO O| Sep 03 17:52:43.958 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-03T17:52:44.627Z[ recovery-image] Sep 03 17:52:43.968 INFO O| Sep 03 17:52:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67702026-09-03T17:52:44.627Z[ recovery-image] Sep 03 17:52:43.968 INFO O| Sep 03 17:52:43.968 INFO STEP 361 (remove_files) COMPLETE
67712026-09-03T17:52:44.627Z[ recovery-image] Sep 03 17:52:43.968 INFO O| Sep 03 17:52:43.968 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-03T17:52:44.637Z[ recovery-image] Sep 03 17:52:43.978 INFO O| Sep 03 17:52:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67732026-09-03T17:52:44.637Z[ recovery-image] Sep 03 17:52:43.978 INFO O| Sep 03 17:52:43.978 INFO STEP 362 (remove_files) COMPLETE
67742026-09-03T17:52:44.641Z[ recovery-image] Sep 03 17:52:43.978 INFO O| Sep 03 17:52:43.978 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-03T17:52:44.646Z[ recovery-image] Sep 03 17:52:43.988 INFO O| Sep 03 17:52:43.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67762026-09-03T17:52:44.646Z[ recovery-image] Sep 03 17:52:43.988 INFO O| Sep 03 17:52:43.988 INFO STEP 363 (remove_files) COMPLETE
67772026-09-03T17:52:44.650Z[ recovery-image] Sep 03 17:52:43.988 INFO O| Sep 03 17:52:43.988 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-03T17:52:44.657Z[ recovery-image] Sep 03 17:52:43.998 INFO O| Sep 03 17:52:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67792026-09-03T17:52:44.660Z[ recovery-image] Sep 03 17:52:43.998 INFO O| Sep 03 17:52:43.998 INFO STEP 364 (remove_files) COMPLETE
67802026-09-03T17:52:44.660Z[ recovery-image] Sep 03 17:52:43.998 INFO O| Sep 03 17:52:43.998 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-03T17:52:44.668Z[ recovery-image] Sep 03 17:52:44.009 INFO O| Sep 03 17:52:44.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67822026-09-03T17:52:44.668Z[ recovery-image] Sep 03 17:52:44.009 INFO O| Sep 03 17:52:44.009 INFO STEP 365 (remove_files) COMPLETE
67832026-09-03T17:52:44.668Z[ recovery-image] Sep 03 17:52:44.009 INFO O| Sep 03 17:52:44.009 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-03T17:52:44.678Z[ recovery-image] Sep 03 17:52:44.019 INFO O| Sep 03 17:52:44.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67852026-09-03T17:52:44.678Z[ recovery-image] Sep 03 17:52:44.019 INFO O| Sep 03 17:52:44.019 INFO STEP 366 (remove_files) COMPLETE
67862026-09-03T17:52:44.678Z[ recovery-image] Sep 03 17:52:44.019 INFO O| Sep 03 17:52:44.019 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-03T17:52:44.687Z[ recovery-image] Sep 03 17:52:44.028 INFO O| Sep 03 17:52:44.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67882026-09-03T17:52:44.687Z[ recovery-image] Sep 03 17:52:44.028 INFO O| Sep 03 17:52:44.028 INFO STEP 367 (remove_files) COMPLETE
67892026-09-03T17:52:44.687Z[ recovery-image] Sep 03 17:52:44.028 INFO O| Sep 03 17:52:44.028 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-03T17:52:44.696Z[ recovery-image] Sep 03 17:52:44.037 INFO O| Sep 03 17:52:44.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67912026-09-03T17:52:44.696Z[ recovery-image] Sep 03 17:52:44.037 INFO O| Sep 03 17:52:44.037 INFO STEP 368 (remove_files) COMPLETE
67922026-09-03T17:52:44.696Z[ recovery-image] Sep 03 17:52:44.037 INFO O| Sep 03 17:52:44.037 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-03T17:52:44.706Z[ recovery-image] Sep 03 17:52:44.047 INFO O| Sep 03 17:52:44.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67942026-09-03T17:52:44.706Z[ recovery-image] Sep 03 17:52:44.047 INFO O| Sep 03 17:52:44.047 INFO STEP 369 (remove_files) COMPLETE
67952026-09-03T17:52:44.706Z[ recovery-image] Sep 03 17:52:44.047 INFO O| Sep 03 17:52:44.047 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-03T17:52:44.719Z[ recovery-image] Sep 03 17:52:44.059 INFO O| Sep 03 17:52:44.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67972026-09-03T17:52:44.719Z[ recovery-image] Sep 03 17:52:44.059 INFO O| Sep 03 17:52:44.057 INFO STEP 370 (remove_files) COMPLETE
67982026-09-03T17:52:44.719Z[ recovery-image] Sep 03 17:52:44.059 INFO O| Sep 03 17:52:44.057 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-03T17:52:44.726Z[ recovery-image] Sep 03 17:52:44.067 INFO O| Sep 03 17:52:44.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
68002026-09-03T17:52:44.726Z[ recovery-image] Sep 03 17:52:44.067 INFO O| Sep 03 17:52:44.067 INFO STEP 371 (remove_files) COMPLETE
68012026-09-03T17:52:44.726Z[ recovery-image] Sep 03 17:52:44.067 INFO O| Sep 03 17:52:44.067 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-03T17:52:44.737Z[ recovery-image] Sep 03 17:52:44.078 INFO O| Sep 03 17:52:44.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
68032026-09-03T17:52:44.737Z[ recovery-image] Sep 03 17:52:44.078 INFO O| Sep 03 17:52:44.077 INFO STEP 372 (remove_files) COMPLETE
68042026-09-03T17:52:44.737Z[ recovery-image] Sep 03 17:52:44.078 INFO O| Sep 03 17:52:44.077 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-03T17:52:44.747Z[ recovery-image] Sep 03 17:52:44.088 INFO O| Sep 03 17:52:44.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
68062026-09-03T17:52:44.747Z[ recovery-image] Sep 03 17:52:44.088 INFO O| Sep 03 17:52:44.088 INFO STEP 373 (remove_files) COMPLETE
68072026-09-03T17:52:44.747Z[ recovery-image] Sep 03 17:52:44.088 INFO O| Sep 03 17:52:44.088 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-03T17:52:44.756Z[ recovery-image] Sep 03 17:52:44.097 INFO O| Sep 03 17:52:44.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
68092026-09-03T17:52:44.756Z[ recovery-image] Sep 03 17:52:44.097 INFO O| Sep 03 17:52:44.097 INFO STEP 374 (remove_files) COMPLETE
68102026-09-03T17:52:44.756Z[ recovery-image] Sep 03 17:52:44.097 INFO O| Sep 03 17:52:44.097 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-03T17:52:44.777Z[ recovery-image] Sep 03 17:52:44.118 INFO O| Sep 03 17:52:44.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68122026-09-03T17:52:44.789Z[ recovery-image] Sep 03 17:52:44.124 INFO O| Sep 03 17:52:44.124 INFO STEP 375 (remove_files) COMPLETE
68132026-09-03T17:52:44.793Z[ recovery-image] Sep 03 17:52:44.124 INFO O| Sep 03 17:52:44.124 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-03T17:52:44.796Z[ recovery-image] Sep 03 17:52:44.136 INFO O| Sep 03 17:52:44.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68152026-09-03T17:52:44.796Z[ recovery-image] Sep 03 17:52:44.136 INFO O| Sep 03 17:52:44.136 INFO STEP 376 (remove_files) COMPLETE
68162026-09-03T17:52:44.796Z[ recovery-image] Sep 03 17:52:44.136 INFO O| Sep 03 17:52:44.136 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-03T17:52:44.807Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
68182026-09-03T17:52:44.811Z[ recovery-image] Sep 03 17:52:44.149 INFO O| Sep 03 17:52:44.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68192026-09-03T17:52:44.811Z[ recovery-image] Sep 03 17:52:44.149 INFO O| Sep 03 17:52:44.147 INFO STEP 377 (remove_files) COMPLETE
68202026-09-03T17:52:44.811Z[ recovery-image] Sep 03 17:52:44.149 INFO O| Sep 03 17:52:44.147 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-09-03T17:52:44.816Z[ recovery-image] Sep 03 17:52:44.157 INFO O| Sep 03 17:52:44.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68222026-09-03T17:52:44.816Z[ recovery-image] Sep 03 17:52:44.157 INFO O| Sep 03 17:52:44.157 INFO STEP 378 (remove_files) COMPLETE
68232026-09-03T17:52:44.821Z[ recovery-image] Sep 03 17:52:44.157 INFO O| Sep 03 17:52:44.157 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.168 INFO O| Sep 03 17:52:44.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68252026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.168 INFO O| Sep 03 17:52:44.168 INFO STEP 379 (remove_files) COMPLETE
68262026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.168 INFO O| Sep 03 17:52:44.168 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.179 INFO O| Sep 03 17:52:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68282026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.179 INFO O| Sep 03 17:52:44.179 INFO STEP 380 (remove_files) COMPLETE
68292026-09-03T17:52:44.858Z[ recovery-image] Sep 03 17:52:44.179 INFO O| Sep 03 17:52:44.179 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-09-03T17:52:44.865Z[ recovery-image] Sep 03 17:52:44.206 INFO O| Sep 03 17:52:44.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68312026-09-03T17:52:44.865Z[ recovery-image] Sep 03 17:52:44.206 INFO O| Sep 03 17:52:44.206 INFO STEP 381 (remove_files) COMPLETE
68322026-09-03T17:52:44.865Z[ recovery-image] Sep 03 17:52:44.206 INFO O| Sep 03 17:52:44.206 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-09-03T17:52:44.876Z[ recovery-image] Sep 03 17:52:44.218 INFO O| Sep 03 17:52:44.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68342026-09-03T17:52:44.877Z[ recovery-image] Sep 03 17:52:44.218 INFO O| Sep 03 17:52:44.218 INFO STEP 382 (remove_files) COMPLETE
68352026-09-03T17:52:44.877Z[ recovery-image] Sep 03 17:52:44.218 INFO O| Sep 03 17:52:44.218 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-09-03T17:52:44.887Z[ recovery-image] Sep 03 17:52:44.228 INFO O| Sep 03 17:52:44.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68372026-09-03T17:52:44.887Z[ recovery-image] Sep 03 17:52:44.228 INFO O| Sep 03 17:52:44.228 INFO STEP 383 (remove_files) COMPLETE
68382026-09-03T17:52:44.887Z[ recovery-image] Sep 03 17:52:44.228 INFO O| Sep 03 17:52:44.228 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-09-03T17:52:44.899Z[ recovery-image] Sep 03 17:52:44.240 INFO O| Sep 03 17:52:44.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68402026-09-03T17:52:44.899Z[ recovery-image] Sep 03 17:52:44.240 INFO O| Sep 03 17:52:44.240 INFO STEP 384 (remove_files) COMPLETE
68412026-09-03T17:52:44.903Z[ recovery-image] Sep 03 17:52:44.240 INFO O| Sep 03 17:52:44.240 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-09-03T17:52:44.955Z[ recovery-image] Sep 03 17:52:44.252 INFO O| Sep 03 17:52:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68432026-09-03T17:52:44.955Z[ recovery-image] Sep 03 17:52:44.253 INFO O| Sep 03 17:52:44.252 INFO STEP 385 (remove_files) COMPLETE
68442026-09-03T17:52:44.955Z[ recovery-image] Sep 03 17:52:44.253 INFO O| Sep 03 17:52:44.253 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.262 INFO O| Sep 03 17:52:44.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68462026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.262 INFO O| Sep 03 17:52:44.262 INFO STEP 386 (remove_files) COMPLETE
68472026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.262 INFO O| Sep 03 17:52:44.262 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.273 INFO O| Sep 03 17:52:44.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68492026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.273 INFO O| Sep 03 17:52:44.273 INFO STEP 387 (remove_files) COMPLETE
68502026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.273 INFO O| Sep 03 17:52:44.273 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.285 INFO O| Sep 03 17:52:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68522026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.285 INFO O| Sep 03 17:52:44.285 INFO STEP 388 (remove_files) COMPLETE
68532026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.285 INFO O| Sep 03 17:52:44.285 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.295 INFO O| Sep 03 17:52:44.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68552026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.295 INFO O| Sep 03 17:52:44.295 INFO STEP 389 (remove_files) COMPLETE
68562026-09-03T17:52:44.959Z[ recovery-image] Sep 03 17:52:44.295 INFO O| Sep 03 17:52:44.295 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-09-03T17:52:44.965Z[ recovery-image] Sep 03 17:52:44.306 INFO O| Sep 03 17:52:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68582026-09-03T17:52:44.965Z[ recovery-image] Sep 03 17:52:44.306 INFO O| Sep 03 17:52:44.306 INFO STEP 390 (remove_files) COMPLETE
68592026-09-03T17:52:44.965Z[ recovery-image] Sep 03 17:52:44.306 INFO O| Sep 03 17:52:44.306 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-09-03T17:52:44.974Z[ recovery-image] Sep 03 17:52:44.316 INFO O| Sep 03 17:52:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68612026-09-03T17:52:44.975Z[ recovery-image] Sep 03 17:52:44.316 INFO O| Sep 03 17:52:44.316 INFO STEP 391 (remove_files) COMPLETE
68622026-09-03T17:52:44.975Z[ recovery-image] Sep 03 17:52:44.316 INFO O| Sep 03 17:52:44.316 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-09-03T17:52:44.985Z[ recovery-image] Sep 03 17:52:44.326 INFO O| Sep 03 17:52:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68642026-09-03T17:52:44.985Z[ recovery-image] Sep 03 17:52:44.326 INFO O| Sep 03 17:52:44.326 INFO STEP 392 (remove_files) COMPLETE
68652026-09-03T17:52:44.985Z[ recovery-image] Sep 03 17:52:44.326 INFO O| Sep 03 17:52:44.326 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-09-03T17:52:44.995Z[ recovery-image] Sep 03 17:52:44.336 INFO O| Sep 03 17:52:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68672026-09-03T17:52:44.998Z[ recovery-image] Sep 03 17:52:44.337 INFO O| Sep 03 17:52:44.337 INFO STEP 393 (remove_files) COMPLETE
68682026-09-03T17:52:44.998Z[ recovery-image] Sep 03 17:52:44.337 INFO O| Sep 03 17:52:44.337 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-09-03T17:52:45.005Z[ recovery-image] Sep 03 17:52:44.346 INFO O| Sep 03 17:52:44.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68702026-09-03T17:52:45.005Z[ recovery-image] Sep 03 17:52:44.347 INFO O| Sep 03 17:52:44.347 INFO STEP 394 (remove_files) COMPLETE
68712026-09-03T17:52:45.006Z[ recovery-image] Sep 03 17:52:44.347 INFO O| Sep 03 17:52:44.347 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-09-03T17:52:45.018Z[ recovery-image] Sep 03 17:52:44.358 INFO O| Sep 03 17:52:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68732026-09-03T17:52:45.019Z[ recovery-image] Sep 03 17:52:44.358 INFO O| Sep 03 17:52:44.358 INFO STEP 395 (remove_files) COMPLETE
68742026-09-03T17:52:45.019Z[ recovery-image] Sep 03 17:52:44.358 INFO O| Sep 03 17:52:44.358 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-09-03T17:52:45.027Z[ recovery-image] Sep 03 17:52:44.368 INFO O| Sep 03 17:52:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68762026-09-03T17:52:45.028Z[ recovery-image] Sep 03 17:52:44.369 INFO O| Sep 03 17:52:44.369 INFO STEP 396 (remove_files) COMPLETE
68772026-09-03T17:52:45.028Z[ recovery-image] Sep 03 17:52:44.369 INFO O| Sep 03 17:52:44.369 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-09-03T17:52:45.041Z[ recovery-image] Sep 03 17:52:44.382 INFO O| Sep 03 17:52:44.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68792026-09-03T17:52:45.041Z[ recovery-image] Sep 03 17:52:44.382 INFO O| Sep 03 17:52:44.382 INFO STEP 397 (remove_files) COMPLETE
68802026-09-03T17:52:45.041Z[ recovery-image] Sep 03 17:52:44.382 INFO O| Sep 03 17:52:44.382 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-09-03T17:52:45.052Z[ recovery-image] Sep 03 17:52:44.393 INFO O| Sep 03 17:52:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68822026-09-03T17:52:45.052Z[ recovery-image] Sep 03 17:52:44.393 INFO O| Sep 03 17:52:44.393 INFO STEP 398 (remove_files) COMPLETE
68832026-09-03T17:52:45.052Z[ recovery-image] Sep 03 17:52:44.393 INFO O| Sep 03 17:52:44.393 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-09-03T17:52:45.063Z[ recovery-image] Sep 03 17:52:44.404 INFO O| Sep 03 17:52:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68852026-09-03T17:52:45.063Z[ recovery-image] Sep 03 17:52:44.404 INFO O| Sep 03 17:52:44.404 INFO STEP 399 (remove_files) COMPLETE
68862026-09-03T17:52:45.063Z[ recovery-image] Sep 03 17:52:44.404 INFO O| Sep 03 17:52:44.404 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-09-03T17:52:45.073Z[ recovery-image] Sep 03 17:52:44.414 INFO O| Sep 03 17:52:44.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68882026-09-03T17:52:45.073Z[ recovery-image] Sep 03 17:52:44.414 INFO O| Sep 03 17:52:44.414 INFO STEP 400 (remove_files) COMPLETE
68892026-09-03T17:52:45.073Z[ recovery-image] Sep 03 17:52:44.414 INFO O| Sep 03 17:52:44.414 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-03T17:52:45.085Z[ recovery-image] Sep 03 17:52:44.426 INFO O| Sep 03 17:52:44.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68912026-09-03T17:52:45.085Z[ recovery-image] Sep 03 17:52:44.426 INFO O| Sep 03 17:52:44.426 INFO STEP 401 (remove_files) COMPLETE
68922026-09-03T17:52:45.085Z[ recovery-image] Sep 03 17:52:44.426 INFO O| Sep 03 17:52:44.426 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-03T17:52:45.096Z[ recovery-image] Sep 03 17:52:44.437 INFO O| Sep 03 17:52:44.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68942026-09-03T17:52:45.096Z[ recovery-image] Sep 03 17:52:44.437 INFO O| Sep 03 17:52:44.437 INFO STEP 402 (remove_files) COMPLETE
68952026-09-03T17:52:45.096Z[ recovery-image] Sep 03 17:52:44.437 INFO O| Sep 03 17:52:44.437 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-03T17:52:45.108Z[ recovery-image] Sep 03 17:52:44.449 INFO O| Sep 03 17:52:44.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68972026-09-03T17:52:45.108Z[ recovery-image] Sep 03 17:52:44.449 INFO O| Sep 03 17:52:44.449 INFO STEP 403 (remove_files) COMPLETE
68982026-09-03T17:52:45.112Z[ recovery-image] Sep 03 17:52:44.449 INFO O| Sep 03 17:52:44.449 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-03T17:52:45.119Z[ recovery-image] Sep 03 17:52:44.460 INFO O| Sep 03 17:52:44.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
69002026-09-03T17:52:45.119Z[ recovery-image] Sep 03 17:52:44.460 INFO O| Sep 03 17:52:44.460 INFO STEP 404 (remove_files) COMPLETE
69012026-09-03T17:52:45.119Z[ recovery-image] Sep 03 17:52:44.460 INFO O| Sep 03 17:52:44.460 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-03T17:52:45.130Z[ recovery-image] Sep 03 17:52:44.471 INFO O| Sep 03 17:52:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
69032026-09-03T17:52:45.130Z[ recovery-image] Sep 03 17:52:44.471 INFO O| Sep 03 17:52:44.471 INFO STEP 405 (remove_files) COMPLETE
69042026-09-03T17:52:45.130Z[ recovery-image] Sep 03 17:52:44.471 INFO O| Sep 03 17:52:44.471 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-03T17:52:45.142Z[ recovery-image] Sep 03 17:52:44.483 INFO O| Sep 03 17:52:44.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
69062026-09-03T17:52:45.142Z[ recovery-image] Sep 03 17:52:44.483 INFO O| Sep 03 17:52:44.483 INFO STEP 406 (remove_files) COMPLETE
69072026-09-03T17:52:45.142Z[ recovery-image] Sep 03 17:52:44.483 INFO O| Sep 03 17:52:44.483 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-03T17:52:45.153Z[ recovery-image] Sep 03 17:52:44.494 INFO O| Sep 03 17:52:44.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
69092026-09-03T17:52:45.153Z[ recovery-image] Sep 03 17:52:44.494 INFO O| Sep 03 17:52:44.494 INFO STEP 407 (remove_files) COMPLETE
69102026-09-03T17:52:45.153Z[ recovery-image] Sep 03 17:52:44.494 INFO O| Sep 03 17:52:44.494 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-03T17:52:45.164Z[ recovery-image] Sep 03 17:52:44.505 INFO O| Sep 03 17:52:44.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
69122026-09-03T17:52:45.164Z[ recovery-image] Sep 03 17:52:44.505 INFO O| Sep 03 17:52:44.505 INFO STEP 408 (remove_files) COMPLETE
69132026-09-03T17:52:45.167Z[ recovery-image] Sep 03 17:52:44.505 INFO O| Sep 03 17:52:44.505 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-03T17:52:45.174Z[ recovery-image] Sep 03 17:52:44.515 INFO O| Sep 03 17:52:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69152026-09-03T17:52:45.174Z[ recovery-image] Sep 03 17:52:44.515 INFO O| Sep 03 17:52:44.515 INFO STEP 409 (remove_files) COMPLETE
69162026-09-03T17:52:45.174Z[ recovery-image] Sep 03 17:52:44.515 INFO O| Sep 03 17:52:44.515 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-09-03T17:52:45.185Z[ recovery-image] Sep 03 17:52:44.526 INFO O| Sep 03 17:52:44.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69182026-09-03T17:52:45.185Z[ recovery-image] Sep 03 17:52:44.526 INFO O| Sep 03 17:52:44.525 INFO STEP 410 (remove_files) COMPLETE
69192026-09-03T17:52:45.185Z[ recovery-image] Sep 03 17:52:44.526 INFO O| Sep 03 17:52:44.525 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-03T17:52:45.196Z[ recovery-image] Sep 03 17:52:44.537 INFO O| Sep 03 17:52:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69212026-09-03T17:52:45.196Z[ recovery-image] Sep 03 17:52:44.537 INFO O| Sep 03 17:52:44.537 INFO STEP 411 (remove_files) COMPLETE
69222026-09-03T17:52:45.196Z[ recovery-image] Sep 03 17:52:44.537 INFO O| Sep 03 17:52:44.537 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-03T17:52:45.209Z[ recovery-image] Sep 03 17:52:44.549 INFO O| Sep 03 17:52:44.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69242026-09-03T17:52:45.209Z[ recovery-image] Sep 03 17:52:44.549 INFO O| Sep 03 17:52:44.549 INFO STEP 412 (remove_files) COMPLETE
69252026-09-03T17:52:45.212Z[ recovery-image] Sep 03 17:52:44.549 INFO O| Sep 03 17:52:44.549 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-03T17:52:45.219Z[ recovery-image] Sep 03 17:52:44.560 INFO O| Sep 03 17:52:44.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69272026-09-03T17:52:45.219Z[ recovery-image] Sep 03 17:52:44.560 INFO O| Sep 03 17:52:44.560 INFO STEP 413 (remove_files) COMPLETE
69282026-09-03T17:52:45.222Z[ recovery-image] Sep 03 17:52:44.560 INFO O| Sep 03 17:52:44.560 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-03T17:52:45.229Z[ recovery-image] Sep 03 17:52:44.570 INFO O| Sep 03 17:52:44.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69302026-09-03T17:52:45.229Z[ recovery-image] Sep 03 17:52:44.570 INFO O| Sep 03 17:52:44.570 INFO STEP 414 (remove_files) COMPLETE
69312026-09-03T17:52:45.229Z[ recovery-image] Sep 03 17:52:44.570 INFO O| Sep 03 17:52:44.570 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-03T17:52:45.240Z[ recovery-image] Sep 03 17:52:44.581 INFO O| Sep 03 17:52:44.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69332026-09-03T17:52:45.240Z[ recovery-image] Sep 03 17:52:44.581 INFO O| Sep 03 17:52:44.581 INFO STEP 415 (remove_files) COMPLETE
69342026-09-03T17:52:45.243Z[ recovery-image] Sep 03 17:52:44.581 INFO O| Sep 03 17:52:44.581 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-03T17:52:45.250Z[ recovery-image] Sep 03 17:52:44.590 INFO O| Sep 03 17:52:44.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69362026-09-03T17:52:45.250Z[ recovery-image] Sep 03 17:52:44.590 INFO O| Sep 03 17:52:44.590 INFO STEP 416 (remove_files) COMPLETE
69372026-09-03T17:52:45.254Z[ recovery-image] Sep 03 17:52:44.590 INFO O| Sep 03 17:52:44.590 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-03T17:52:45.259Z[ recovery-image] Sep 03 17:52:44.599 INFO O| Sep 03 17:52:44.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69392026-09-03T17:52:45.259Z[ recovery-image] Sep 03 17:52:44.599 INFO O| Sep 03 17:52:44.599 INFO STEP 417 (remove_files) COMPLETE
69402026-09-03T17:52:45.263Z[ recovery-image] Sep 03 17:52:44.599 INFO O| Sep 03 17:52:44.599 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-03T17:52:45.268Z[ recovery-image] Sep 03 17:52:44.609 INFO O| Sep 03 17:52:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69422026-09-03T17:52:45.272Z[ recovery-image] Sep 03 17:52:44.609 INFO O| Sep 03 17:52:44.609 INFO STEP 418 (remove_files) COMPLETE
69432026-09-03T17:52:45.272Z[ recovery-image] Sep 03 17:52:44.609 INFO O| Sep 03 17:52:44.609 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-09-03T17:52:45.277Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
69452026-09-03T17:52:45.281Z[ recovery-image] Sep 03 17:52:44.618 INFO O| Sep 03 17:52:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69462026-09-03T17:52:45.281Z[ recovery-image] Sep 03 17:52:44.618 INFO O| Sep 03 17:52:44.618 INFO STEP 419 (remove_files) COMPLETE
69472026-09-03T17:52:45.281Z[ recovery-image] Sep 03 17:52:44.618 INFO O| Sep 03 17:52:44.618 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-03T17:52:45.285Z[ recovery-image] Sep 03 17:52:44.626 INFO O| Sep 03 17:52:44.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69492026-09-03T17:52:45.285Z[ recovery-image] Sep 03 17:52:44.626 INFO O| Sep 03 17:52:44.626 INFO STEP 420 (remove_files) COMPLETE
69502026-09-03T17:52:45.286Z[ recovery-image] Sep 03 17:52:44.626 INFO O| Sep 03 17:52:44.626 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-03T17:52:45.296Z[ recovery-image] Sep 03 17:52:44.634 INFO O| Sep 03 17:52:44.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69522026-09-03T17:52:45.296Z[ recovery-image] Sep 03 17:52:44.634 INFO O| Sep 03 17:52:44.634 INFO STEP 421 (remove_files) COMPLETE
69532026-09-03T17:52:45.296Z[ recovery-image] Sep 03 17:52:44.634 INFO O| Sep 03 17:52:44.634 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-03T17:52:45.304Z[ recovery-image] Sep 03 17:52:44.645 INFO O| Sep 03 17:52:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69552026-09-03T17:52:45.304Z[ recovery-image] Sep 03 17:52:44.645 INFO O| Sep 03 17:52:44.645 INFO STEP 422 (remove_files) COMPLETE
69562026-09-03T17:52:45.304Z[ recovery-image] Sep 03 17:52:44.645 INFO O| Sep 03 17:52:44.645 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-03T17:52:45.313Z[ recovery-image] Sep 03 17:52:44.654 INFO O| Sep 03 17:52:44.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69582026-09-03T17:52:45.313Z[ recovery-image] Sep 03 17:52:44.654 INFO O| Sep 03 17:52:44.654 INFO STEP 423 (remove_files) COMPLETE
69592026-09-03T17:52:45.317Z[ recovery-image] Sep 03 17:52:44.654 INFO O| Sep 03 17:52:44.654 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-03T17:52:45.323Z[ recovery-image] Sep 03 17:52:44.664 INFO O| Sep 03 17:52:44.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69612026-09-03T17:52:45.323Z[ recovery-image] Sep 03 17:52:44.664 INFO O| Sep 03 17:52:44.664 INFO STEP 424 (remove_files) COMPLETE
69622026-09-03T17:52:45.324Z[ recovery-image] Sep 03 17:52:44.664 INFO O| Sep 03 17:52:44.664 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-03T17:52:45.335Z[ recovery-image] Sep 03 17:52:44.675 INFO O| Sep 03 17:52:44.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69642026-09-03T17:52:45.335Z[ recovery-image] Sep 03 17:52:44.675 INFO O| Sep 03 17:52:44.675 INFO STEP 425 (remove_files) COMPLETE
69652026-09-03T17:52:45.335Z[ recovery-image] Sep 03 17:52:44.675 INFO O| Sep 03 17:52:44.675 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-03T17:52:45.339Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
69672026-09-03T17:52:45.345Z[ recovery-image] Sep 03 17:52:44.685 INFO O| Sep 03 17:52:44.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69682026-09-03T17:52:45.345Z[ recovery-image] Sep 03 17:52:44.686 INFO O| Sep 03 17:52:44.685 INFO STEP 426 (remove_files) COMPLETE
69692026-09-03T17:52:45.349Z[ recovery-image] Sep 03 17:52:44.686 INFO O| Sep 03 17:52:44.686 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-03T17:52:45.355Z[ recovery-image] Sep 03 17:52:44.696 INFO O| Sep 03 17:52:44.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69712026-09-03T17:52:45.355Z[ recovery-image] Sep 03 17:52:44.696 INFO O| Sep 03 17:52:44.696 INFO STEP 427 (remove_files) COMPLETE
69722026-09-03T17:52:45.355Z[ recovery-image] Sep 03 17:52:44.696 INFO O| Sep 03 17:52:44.696 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-03T17:52:45.365Z[ recovery-image] Sep 03 17:52:44.706 INFO O| Sep 03 17:52:44.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69742026-09-03T17:52:45.365Z[ recovery-image] Sep 03 17:52:44.706 INFO O| Sep 03 17:52:44.706 INFO STEP 428 (remove_files) COMPLETE
69752026-09-03T17:52:45.365Z[ recovery-image] Sep 03 17:52:44.706 INFO O| Sep 03 17:52:44.706 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-03T17:52:45.375Z[ recovery-image] Sep 03 17:52:44.716 INFO O| Sep 03 17:52:44.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69772026-09-03T17:52:45.375Z[ recovery-image] Sep 03 17:52:44.716 INFO O| Sep 03 17:52:44.716 INFO STEP 429 (remove_files) COMPLETE
69782026-09-03T17:52:45.375Z[ recovery-image] Sep 03 17:52:44.716 INFO O| Sep 03 17:52:44.716 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-03T17:52:45.385Z[ recovery-image] Sep 03 17:52:44.726 INFO O| Sep 03 17:52:44.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69802026-09-03T17:52:45.385Z[ recovery-image] Sep 03 17:52:44.726 INFO O| Sep 03 17:52:44.726 INFO STEP 430 (remove_files) COMPLETE
69812026-09-03T17:52:45.385Z[ recovery-image] Sep 03 17:52:44.726 INFO O| Sep 03 17:52:44.726 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-03T17:52:45.395Z[ recovery-image] Sep 03 17:52:44.736 INFO O| Sep 03 17:52:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69832026-09-03T17:52:45.400Z[ recovery-image] Sep 03 17:52:44.736 INFO O| Sep 03 17:52:44.736 INFO STEP 431 (remove_files) COMPLETE
69842026-09-03T17:52:45.400Z[ recovery-image] Sep 03 17:52:44.736 INFO O| Sep 03 17:52:44.736 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-03T17:52:45.404Z[ recovery-image] Sep 03 17:52:44.745 INFO O| Sep 03 17:52:44.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69862026-09-03T17:52:45.404Z[ recovery-image] Sep 03 17:52:44.745 INFO O| Sep 03 17:52:44.745 INFO STEP 432 (remove_files) COMPLETE
69872026-09-03T17:52:45.404Z[ recovery-image] Sep 03 17:52:44.745 INFO O| Sep 03 17:52:44.745 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-09-03T17:52:45.452Z[ recovery-image] Sep 03 17:52:44.785 INFO O| Sep 03 17:52:44.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69892026-09-03T17:52:45.453Z[ recovery-image] Sep 03 17:52:44.785 INFO O| Sep 03 17:52:44.785 INFO STEP 433 (remove_files) COMPLETE
69902026-09-03T17:52:45.453Z[ recovery-image] Sep 03 17:52:44.785 INFO O| Sep 03 17:52:44.785 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-09-03T17:52:45.457Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
69922026-09-03T17:52:45.457Z[ recovery-image] Sep 03 17:52:44.797 INFO O| Sep 03 17:52:44.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69932026-09-03T17:52:45.457Z[ recovery-image] Sep 03 17:52:44.797 INFO O| Sep 03 17:52:44.797 INFO STEP 434 (remove_files) COMPLETE
69942026-09-03T17:52:45.457Z[ recovery-image] Sep 03 17:52:44.797 INFO O| Sep 03 17:52:44.797 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-03T17:52:45.470Z[ recovery-image] Sep 03 17:52:44.811 INFO O| Sep 03 17:52:44.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69962026-09-03T17:52:45.470Z[ recovery-image] Sep 03 17:52:44.811 INFO O| Sep 03 17:52:44.811 INFO STEP 435 (remove_files) COMPLETE
69972026-09-03T17:52:45.470Z[ recovery-image] Sep 03 17:52:44.811 INFO O| Sep 03 17:52:44.811 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-03T17:52:45.501Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
69992026-09-03T17:52:45.505Z[ recovery-image] Sep 03 17:52:44.842 INFO O| Sep 03 17:52:44.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
70002026-09-03T17:52:45.505Z[ recovery-image] Sep 03 17:52:44.842 INFO O| Sep 03 17:52:44.842 INFO STEP 436 (remove_files) COMPLETE
70012026-09-03T17:52:45.505Z[ recovery-image] Sep 03 17:52:44.842 INFO O| Sep 03 17:52:44.842 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-03T17:52:45.512Z[ recovery-image] Sep 03 17:52:44.852 INFO O| Sep 03 17:52:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
70032026-09-03T17:52:45.512Z[ recovery-image] Sep 03 17:52:44.852 INFO O| Sep 03 17:52:44.852 INFO STEP 437 (remove_files) COMPLETE
70042026-09-03T17:52:45.516Z[ recovery-image] Sep 03 17:52:44.852 INFO O| Sep 03 17:52:44.852 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-03T17:52:45.520Z[ recovery-image] Sep 03 17:52:44.860 INFO O| Sep 03 17:52:44.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
70062026-09-03T17:52:45.520Z[ recovery-image] Sep 03 17:52:44.861 INFO O| Sep 03 17:52:44.860 INFO STEP 438 (remove_files) COMPLETE
70072026-09-03T17:52:45.524Z[ recovery-image] Sep 03 17:52:44.861 INFO O| Sep 03 17:52:44.861 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-03T17:52:45.546Z[ recovery-image] Sep 03 17:52:44.887 INFO O| Sep 03 17:52:44.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
70092026-09-03T17:52:45.547Z[ recovery-image] Sep 03 17:52:44.887 INFO O| Sep 03 17:52:44.887 INFO STEP 439 (remove_files) COMPLETE
70102026-09-03T17:52:45.547Z[ recovery-image] Sep 03 17:52:44.887 INFO O| Sep 03 17:52:44.887 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-03T17:52:45.556Z[ recovery-image] Sep 03 17:52:44.897 INFO O| Sep 03 17:52:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
70122026-09-03T17:52:45.556Z[ recovery-image] Sep 03 17:52:44.897 INFO O| Sep 03 17:52:44.897 INFO STEP 440 (remove_files) COMPLETE
70132026-09-03T17:52:45.560Z[ recovery-image] Sep 03 17:52:44.897 INFO O| Sep 03 17:52:44.897 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-03T17:52:45.566Z[ recovery-image] Sep 03 17:52:44.907 INFO O| Sep 03 17:52:44.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
70152026-09-03T17:52:45.566Z[ recovery-image] Sep 03 17:52:44.907 INFO O| Sep 03 17:52:44.907 INFO STEP 441 (remove_files) COMPLETE
70162026-09-03T17:52:45.566Z[ recovery-image] Sep 03 17:52:44.907 INFO O| Sep 03 17:52:44.907 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-03T17:52:45.594Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
70182026-09-03T17:52:45.598Z[ recovery-image] Sep 03 17:52:44.936 INFO O| Sep 03 17:52:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70192026-09-03T17:52:45.598Z[ recovery-image] Sep 03 17:52:44.936 INFO O| Sep 03 17:52:44.936 INFO STEP 442 (remove_files) COMPLETE
70202026-09-03T17:52:45.598Z[ recovery-image] Sep 03 17:52:44.936 INFO O| Sep 03 17:52:44.936 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-03T17:52:45.605Z[ recovery-image] Sep 03 17:52:44.946 INFO O| Sep 03 17:52:44.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70222026-09-03T17:52:45.605Z[ recovery-image] Sep 03 17:52:44.946 INFO O| Sep 03 17:52:44.946 INFO STEP 443 (remove_files) COMPLETE
70232026-09-03T17:52:45.609Z[ recovery-image] Sep 03 17:52:44.946 INFO O| Sep 03 17:52:44.946 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-03T17:52:45.614Z[ recovery-image] Sep 03 17:52:44.955 INFO O| Sep 03 17:52:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70252026-09-03T17:52:45.614Z[ recovery-image] Sep 03 17:52:44.955 INFO O| Sep 03 17:52:44.955 INFO STEP 444 (remove_files) COMPLETE
70262026-09-03T17:52:45.618Z[ recovery-image] Sep 03 17:52:44.955 INFO O| Sep 03 17:52:44.955 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-03T17:52:45.623Z[ recovery-image] Sep 03 17:52:44.964 INFO O| Sep 03 17:52:44.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70282026-09-03T17:52:45.623Z[ recovery-image] Sep 03 17:52:44.964 INFO O| Sep 03 17:52:44.964 INFO STEP 445 (remove_files) COMPLETE
70292026-09-03T17:52:45.627Z[ recovery-image] Sep 03 17:52:44.964 INFO O| Sep 03 17:52:44.964 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-03T17:52:45.691Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
70312026-09-03T17:52:45.695Z[ recovery-image] Sep 03 17:52:45.032 INFO O| Sep 03 17:52:45.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70322026-09-03T17:52:45.695Z[ recovery-image] Sep 03 17:52:45.032 INFO O| Sep 03 17:52:45.032 INFO STEP 446 (remove_files) COMPLETE
70332026-09-03T17:52:45.695Z[ recovery-image] Sep 03 17:52:45.032 INFO O| Sep 03 17:52:45.032 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-09-03T17:52:45.709Z[ recovery-image] Sep 03 17:52:45.050 INFO O| Sep 03 17:52:45.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70352026-09-03T17:52:45.709Z[ recovery-image] Sep 03 17:52:45.050 INFO O| Sep 03 17:52:45.050 INFO STEP 447 (remove_files) COMPLETE
70362026-09-03T17:52:45.709Z[ recovery-image] Sep 03 17:52:45.050 INFO O| Sep 03 17:52:45.050 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-09-03T17:52:45.719Z[ recovery-image] Sep 03 17:52:45.059 INFO O| Sep 03 17:52:45.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70382026-09-03T17:52:45.722Z[ recovery-image] Sep 03 17:52:45.059 INFO O| Sep 03 17:52:45.059 INFO STEP 448 (remove_files) COMPLETE
70392026-09-03T17:52:45.723Z[ recovery-image] Sep 03 17:52:45.059 INFO O| Sep 03 17:52:45.059 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-09-03T17:52:45.726Z[ recovery-image] Sep 03 17:52:45.067 INFO O| Sep 03 17:52:45.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70412026-09-03T17:52:45.726Z[ recovery-image] Sep 03 17:52:45.067 INFO O| Sep 03 17:52:45.067 INFO STEP 449 (remove_files) COMPLETE
70422026-09-03T17:52:45.726Z[ recovery-image] Sep 03 17:52:45.067 INFO O| Sep 03 17:52:45.067 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-09-03T17:52:45.736Z[ recovery-image] Sep 03 17:52:45.077 INFO O| Sep 03 17:52:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70442026-09-03T17:52:45.736Z[ recovery-image] Sep 03 17:52:45.077 INFO O| Sep 03 17:52:45.077 INFO STEP 450 (remove_files) COMPLETE
70452026-09-03T17:52:45.736Z[ recovery-image] Sep 03 17:52:45.077 INFO O| Sep 03 17:52:45.077 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-09-03T17:52:45.746Z[ recovery-image] Sep 03 17:52:45.087 INFO O| Sep 03 17:52:45.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70472026-09-03T17:52:45.747Z[ recovery-image] Sep 03 17:52:45.087 INFO O| Sep 03 17:52:45.087 INFO STEP 451 (remove_files) COMPLETE
70482026-09-03T17:52:45.747Z[ recovery-image] Sep 03 17:52:45.087 INFO O| Sep 03 17:52:45.087 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-09-03T17:52:45.756Z[ recovery-image] Sep 03 17:52:45.097 INFO O| Sep 03 17:52:45.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70502026-09-03T17:52:45.756Z[ recovery-image] Sep 03 17:52:45.097 INFO O| Sep 03 17:52:45.097 INFO STEP 452 (remove_files) COMPLETE
70512026-09-03T17:52:45.756Z[ recovery-image] Sep 03 17:52:45.097 INFO O| Sep 03 17:52:45.097 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-09-03T17:52:45.767Z[ recovery-image] Sep 03 17:52:45.107 INFO O| Sep 03 17:52:45.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70532026-09-03T17:52:45.767Z[ recovery-image] Sep 03 17:52:45.107 INFO O| Sep 03 17:52:45.107 INFO STEP 453 (remove_files) COMPLETE
70542026-09-03T17:52:45.767Z[ recovery-image] Sep 03 17:52:45.107 INFO O| Sep 03 17:52:45.107 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-09-03T17:52:45.775Z[ recovery-image] Sep 03 17:52:45.116 INFO O| Sep 03 17:52:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70562026-09-03T17:52:45.776Z[ recovery-image] Sep 03 17:52:45.116 INFO O| Sep 03 17:52:45.116 INFO STEP 454 (remove_files) COMPLETE
70572026-09-03T17:52:45.776Z[ recovery-image] Sep 03 17:52:45.116 INFO O| Sep 03 17:52:45.116 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-09-03T17:52:45.786Z[ recovery-image] Sep 03 17:52:45.126 INFO O| Sep 03 17:52:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70592026-09-03T17:52:45.786Z[ recovery-image] Sep 03 17:52:45.126 INFO O| Sep 03 17:52:45.126 INFO STEP 455 (remove_files) COMPLETE
70602026-09-03T17:52:45.786Z[ recovery-image] Sep 03 17:52:45.126 INFO O| Sep 03 17:52:45.126 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-03T17:52:45.795Z[ recovery-image] Sep 03 17:52:45.136 INFO O| Sep 03 17:52:45.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70622026-09-03T17:52:45.795Z[ recovery-image] Sep 03 17:52:45.136 INFO O| Sep 03 17:52:45.136 INFO STEP 456 (remove_files) COMPLETE
70632026-09-03T17:52:45.796Z[ recovery-image] Sep 03 17:52:45.136 INFO O| Sep 03 17:52:45.136 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-03T17:52:45.804Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
70652026-09-03T17:52:45.808Z[ recovery-image] Sep 03 17:52:45.146 INFO O| Sep 03 17:52:45.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70662026-09-03T17:52:45.808Z[ recovery-image] Sep 03 17:52:45.146 INFO O| Sep 03 17:52:45.146 INFO STEP 457 (remove_files) COMPLETE
70672026-09-03T17:52:45.808Z[ recovery-image] Sep 03 17:52:45.146 INFO O| Sep 03 17:52:45.146 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-03T17:52:45.815Z[ recovery-image] Sep 03 17:52:45.156 INFO O| Sep 03 17:52:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70692026-09-03T17:52:45.815Z[ recovery-image] Sep 03 17:52:45.156 INFO O| Sep 03 17:52:45.156 INFO STEP 458 (remove_files) COMPLETE
70702026-09-03T17:52:45.815Z[ recovery-image] Sep 03 17:52:45.156 INFO O| Sep 03 17:52:45.156 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-03T17:52:45.824Z[ recovery-image] Sep 03 17:52:45.165 INFO O| Sep 03 17:52:45.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70722026-09-03T17:52:45.828Z[ recovery-image] Sep 03 17:52:45.165 INFO O| Sep 03 17:52:45.165 INFO STEP 459 (remove_files) COMPLETE
70732026-09-03T17:52:45.828Z[ recovery-image] Sep 03 17:52:45.165 INFO O| Sep 03 17:52:45.165 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-03T17:52:45.835Z[ recovery-image] Sep 03 17:52:45.176 INFO O| Sep 03 17:52:45.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70752026-09-03T17:52:45.835Z[ recovery-image] Sep 03 17:52:45.176 INFO O| Sep 03 17:52:45.176 INFO STEP 460 (remove_files) COMPLETE
70762026-09-03T17:52:45.835Z[ recovery-image] Sep 03 17:52:45.176 INFO O| Sep 03 17:52:45.176 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-03T17:52:45.839Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
70782026-09-03T17:52:45.844Z[ recovery-image] Sep 03 17:52:45.185 INFO O| Sep 03 17:52:45.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70792026-09-03T17:52:45.845Z[ recovery-image] Sep 03 17:52:45.185 INFO O| Sep 03 17:52:45.185 INFO STEP 461 (remove_files) COMPLETE
70802026-09-03T17:52:45.845Z[ recovery-image] Sep 03 17:52:45.185 INFO O| Sep 03 17:52:45.185 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-09-03T17:52:45.854Z[ recovery-image] Sep 03 17:52:45.195 INFO O| Sep 03 17:52:45.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70822026-09-03T17:52:45.854Z[ recovery-image] Sep 03 17:52:45.195 INFO O| Sep 03 17:52:45.195 INFO STEP 462 (remove_files) COMPLETE
70832026-09-03T17:52:45.854Z[ recovery-image] Sep 03 17:52:45.195 INFO O| Sep 03 17:52:45.195 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-03T17:52:45.863Z[ recovery-image] Sep 03 17:52:45.203 INFO O| Sep 03 17:52:45.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70852026-09-03T17:52:45.863Z[ recovery-image] Sep 03 17:52:45.203 INFO O| Sep 03 17:52:45.203 INFO STEP 463 (remove_files) COMPLETE
70862026-09-03T17:52:45.863Z[ recovery-image] Sep 03 17:52:45.203 INFO O| Sep 03 17:52:45.203 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-03T17:52:45.872Z[ recovery-image] Sep 03 17:52:45.213 INFO O| Sep 03 17:52:45.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70882026-09-03T17:52:45.873Z[ recovery-image] Sep 03 17:52:45.213 INFO O| Sep 03 17:52:45.213 INFO STEP 464 (remove_files) COMPLETE
70892026-09-03T17:52:45.877Z[ recovery-image] Sep 03 17:52:45.213 INFO O| Sep 03 17:52:45.213 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-03T17:52:45.882Z[ recovery-image] Sep 03 17:52:45.222 INFO O| Sep 03 17:52:45.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70912026-09-03T17:52:45.882Z[ recovery-image] Sep 03 17:52:45.223 INFO O| Sep 03 17:52:45.222 INFO STEP 465 (remove_files) COMPLETE
70922026-09-03T17:52:45.882Z[ recovery-image] Sep 03 17:52:45.223 INFO O| Sep 03 17:52:45.223 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-03T17:52:45.893Z[ recovery-image] Sep 03 17:52:45.233 INFO O| Sep 03 17:52:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70942026-09-03T17:52:45.893Z[ recovery-image] Sep 03 17:52:45.233 INFO O| Sep 03 17:52:45.233 INFO STEP 466 (remove_files) COMPLETE
70952026-09-03T17:52:45.893Z[ recovery-image] Sep 03 17:52:45.233 INFO O| Sep 03 17:52:45.233 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-03T17:52:45.909Z[ recovery-image] Sep 03 17:52:45.249 INFO O| Sep 03 17:52:45.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70972026-09-03T17:52:45.909Z[ recovery-image] Sep 03 17:52:45.249 INFO O| Sep 03 17:52:45.249 INFO STEP 467 (remove_files) COMPLETE
70982026-09-03T17:52:45.909Z[ recovery-image] Sep 03 17:52:45.249 INFO O| Sep 03 17:52:45.249 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-03T17:52:45.920Z[ recovery-image] Sep 03 17:52:45.260 INFO O| Sep 03 17:52:45.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
71002026-09-03T17:52:45.920Z[ recovery-image] Sep 03 17:52:45.260 INFO O| Sep 03 17:52:45.260 INFO STEP 468 (remove_files) COMPLETE
71012026-09-03T17:52:45.925Z[ recovery-image] Sep 03 17:52:45.260 INFO O| Sep 03 17:52:45.260 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-03T17:52:45.931Z[ recovery-image] Sep 03 17:52:45.272 INFO O| Sep 03 17:52:45.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
71032026-09-03T17:52:45.931Z[ recovery-image] Sep 03 17:52:45.272 INFO O| Sep 03 17:52:45.272 INFO STEP 469 (remove_files) COMPLETE
71042026-09-03T17:52:45.931Z[ recovery-image] Sep 03 17:52:45.272 INFO O| Sep 03 17:52:45.272 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-03T17:52:45.941Z[ recovery-image] Sep 03 17:52:45.282 INFO O| Sep 03 17:52:45.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
71062026-09-03T17:52:45.942Z[ recovery-image] Sep 03 17:52:45.282 INFO O| Sep 03 17:52:45.282 INFO STEP 470 (remove_files) COMPLETE
71072026-09-03T17:52:45.945Z[ recovery-image] Sep 03 17:52:45.282 INFO O| Sep 03 17:52:45.282 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-03T17:52:45.954Z[ recovery-image] Sep 03 17:52:45.292 INFO O| Sep 03 17:52:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
71092026-09-03T17:52:45.955Z[ recovery-image] Sep 03 17:52:45.292 INFO O| Sep 03 17:52:45.292 INFO STEP 471 (remove_files) COMPLETE
71102026-09-03T17:52:45.955Z[ recovery-image] Sep 03 17:52:45.292 INFO O| Sep 03 17:52:45.292 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-03T17:52:45.960Z[ recovery-image] Sep 03 17:52:45.301 INFO O| Sep 03 17:52:45.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
71122026-09-03T17:52:45.961Z[ recovery-image] Sep 03 17:52:45.301 INFO O| Sep 03 17:52:45.301 INFO STEP 472 (remove_files) COMPLETE
71132026-09-03T17:52:45.961Z[ recovery-image] Sep 03 17:52:45.301 INFO O| Sep 03 17:52:45.301 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-03T17:52:45.970Z[ recovery-image] Sep 03 17:52:45.311 INFO O| Sep 03 17:52:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
71152026-09-03T17:52:45.970Z[ recovery-image] Sep 03 17:52:45.311 INFO O| Sep 03 17:52:45.311 INFO STEP 473 (remove_files) COMPLETE
71162026-09-03T17:52:45.970Z[ recovery-image] Sep 03 17:52:45.311 INFO O| Sep 03 17:52:45.311 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-03T17:52:45.982Z[ recovery-image] Sep 03 17:52:45.322 INFO O| Sep 03 17:52:45.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71182026-09-03T17:52:45.982Z[ recovery-image] Sep 03 17:52:45.322 INFO O| Sep 03 17:52:45.322 INFO STEP 474 (remove_files) COMPLETE
71192026-09-03T17:52:45.982Z[ recovery-image] Sep 03 17:52:45.322 INFO O| Sep 03 17:52:45.322 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-03T17:52:45.992Z[ recovery-image] Sep 03 17:52:45.332 INFO O| Sep 03 17:52:45.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71212026-09-03T17:52:45.992Z[ recovery-image] Sep 03 17:52:45.332 INFO O| Sep 03 17:52:45.332 INFO STEP 475 (remove_files) COMPLETE
71222026-09-03T17:52:45.992Z[ recovery-image] Sep 03 17:52:45.332 INFO O| Sep 03 17:52:45.332 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-03T17:52:46.001Z[ recovery-image] Sep 03 17:52:45.342 INFO O| Sep 03 17:52:45.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71242026-09-03T17:52:46.002Z[ recovery-image] Sep 03 17:52:45.342 INFO O| Sep 03 17:52:45.342 INFO STEP 476 (remove_files) COMPLETE
71252026-09-03T17:52:46.005Z[ recovery-image] Sep 03 17:52:45.342 INFO O| Sep 03 17:52:45.342 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-03T17:52:46.010Z[ recovery-image] Sep 03 17:52:45.351 INFO O| Sep 03 17:52:45.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71272026-09-03T17:52:46.010Z[ recovery-image] Sep 03 17:52:45.351 INFO O| Sep 03 17:52:45.351 INFO STEP 477 (remove_files) COMPLETE
71282026-09-03T17:52:46.010Z[ recovery-image] Sep 03 17:52:45.351 INFO O| Sep 03 17:52:45.351 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-03T17:52:46.028Z[ recovery-image] Sep 03 17:52:45.369 INFO O| Sep 03 17:52:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71302026-09-03T17:52:46.028Z[ recovery-image] Sep 03 17:52:45.369 INFO O| Sep 03 17:52:45.368 INFO STEP 478 (remove_files) COMPLETE
71312026-09-03T17:52:46.028Z[ recovery-image] Sep 03 17:52:45.369 INFO O| Sep 03 17:52:45.368 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-03T17:52:46.039Z[ recovery-image] Sep 03 17:52:45.380 INFO O| Sep 03 17:52:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71332026-09-03T17:52:46.039Z[ recovery-image] Sep 03 17:52:45.380 INFO O| Sep 03 17:52:45.380 INFO STEP 479 (remove_files) COMPLETE
71342026-09-03T17:52:46.057Z[ recovery-image] Sep 03 17:52:45.380 INFO O| Sep 03 17:52:45.380 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-03T17:52:46.057Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
71362026-09-03T17:52:46.057Z[ recovery-image] Sep 03 17:52:45.391 INFO O| Sep 03 17:52:45.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71372026-09-03T17:52:46.057Z[ recovery-image] Sep 03 17:52:45.391 INFO O| Sep 03 17:52:45.391 INFO STEP 480 (remove_files) COMPLETE
71382026-09-03T17:52:46.057Z[ recovery-image] Sep 03 17:52:45.391 INFO O| Sep 03 17:52:45.391 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-03T17:52:46.063Z[ recovery-image] Sep 03 17:52:45.401 INFO O| Sep 03 17:52:45.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71402026-09-03T17:52:46.063Z[ recovery-image] Sep 03 17:52:45.401 INFO O| Sep 03 17:52:45.401 INFO STEP 481 (remove_files) COMPLETE
71412026-09-03T17:52:46.063Z[ recovery-image] Sep 03 17:52:45.401 INFO O| Sep 03 17:52:45.401 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-09-03T17:52:46.069Z[ recovery-image] Sep 03 17:52:45.410 INFO O| Sep 03 17:52:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71432026-09-03T17:52:46.069Z[ recovery-image] Sep 03 17:52:45.410 INFO O| Sep 03 17:52:45.410 INFO STEP 482 (remove_files) COMPLETE
71442026-09-03T17:52:46.069Z[ recovery-image] Sep 03 17:52:45.410 INFO O| Sep 03 17:52:45.410 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-09-03T17:52:46.077Z[ recovery-image] Sep 03 17:52:45.418 INFO O| Sep 03 17:52:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71462026-09-03T17:52:46.077Z[ recovery-image] Sep 03 17:52:45.418 INFO O| Sep 03 17:52:45.418 INFO STEP 483 (remove_files) COMPLETE
71472026-09-03T17:52:46.077Z[ recovery-image] Sep 03 17:52:45.418 INFO O| Sep 03 17:52:45.418 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-09-03T17:52:46.085Z[ recovery-image] Sep 03 17:52:45.425 INFO O| Sep 03 17:52:45.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71492026-09-03T17:52:46.085Z[ recovery-image] Sep 03 17:52:45.426 INFO O| Sep 03 17:52:45.426 INFO STEP 484 (remove_files) COMPLETE
71502026-09-03T17:52:46.089Z[ recovery-image] Sep 03 17:52:45.426 INFO O| Sep 03 17:52:45.426 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-09-03T17:52:46.093Z[ recovery-image] Sep 03 17:52:45.433 INFO O| Sep 03 17:52:45.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71522026-09-03T17:52:46.093Z[ recovery-image] Sep 03 17:52:45.433 INFO O| Sep 03 17:52:45.433 INFO STEP 485 (remove_files) COMPLETE
71532026-09-03T17:52:46.093Z[ recovery-image] Sep 03 17:52:45.433 INFO O| Sep 03 17:52:45.433 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-09-03T17:52:46.100Z[ recovery-image] Sep 03 17:52:45.441 INFO O| Sep 03 17:52:45.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71552026-09-03T17:52:46.100Z[ recovery-image] Sep 03 17:52:45.441 INFO O| Sep 03 17:52:45.441 INFO STEP 486 (remove_files) COMPLETE
71562026-09-03T17:52:46.100Z[ recovery-image] Sep 03 17:52:45.441 INFO O| Sep 03 17:52:45.441 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-09-03T17:52:46.120Z[ recovery-image] Sep 03 17:52:45.461 INFO O| Sep 03 17:52:45.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71582026-09-03T17:52:46.120Z[ recovery-image] Sep 03 17:52:45.461 INFO O| Sep 03 17:52:45.461 INFO STEP 487 (remove_files) COMPLETE
71592026-09-03T17:52:46.120Z[ recovery-image] Sep 03 17:52:45.461 INFO O| Sep 03 17:52:45.461 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-09-03T17:52:46.125Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
71612026-09-03T17:52:46.129Z[ recovery-image] Sep 03 17:52:45.470 INFO O| Sep 03 17:52:45.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71622026-09-03T17:52:46.133Z[ recovery-image] Sep 03 17:52:45.471 INFO O| Sep 03 17:52:45.470 INFO STEP 488 (remove_files) COMPLETE
71632026-09-03T17:52:46.133Z[ recovery-image] Sep 03 17:52:45.471 INFO O| Sep 03 17:52:45.470 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-03T17:52:46.140Z[ recovery-image] Sep 03 17:52:45.479 INFO O| Sep 03 17:52:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71652026-09-03T17:52:46.140Z[ recovery-image] Sep 03 17:52:45.479 INFO O| Sep 03 17:52:45.479 INFO STEP 489 (remove_files) COMPLETE
71662026-09-03T17:52:46.140Z[ recovery-image] Sep 03 17:52:45.479 INFO O| Sep 03 17:52:45.479 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-03T17:52:46.147Z[ recovery-image] Sep 03 17:52:45.488 INFO O| Sep 03 17:52:45.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71682026-09-03T17:52:46.147Z[ recovery-image] Sep 03 17:52:45.488 INFO O| Sep 03 17:52:45.488 INFO STEP 490 (remove_files) COMPLETE
71692026-09-03T17:52:46.147Z[ recovery-image] Sep 03 17:52:45.488 INFO O| Sep 03 17:52:45.488 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-03T17:52:46.156Z[ recovery-image] Sep 03 17:52:45.497 INFO O| Sep 03 17:52:45.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71712026-09-03T17:52:46.156Z[ recovery-image] Sep 03 17:52:45.497 INFO O| Sep 03 17:52:45.497 INFO STEP 491 (remove_files) COMPLETE
71722026-09-03T17:52:46.157Z[ recovery-image] Sep 03 17:52:45.497 INFO O| Sep 03 17:52:45.497 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-03T17:52:46.166Z[ recovery-image] Sep 03 17:52:45.506 INFO O| Sep 03 17:52:45.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71742026-09-03T17:52:46.166Z[ recovery-image] Sep 03 17:52:45.506 INFO O| Sep 03 17:52:45.506 INFO STEP 492 (remove_files) COMPLETE
71752026-09-03T17:52:46.166Z[ recovery-image] Sep 03 17:52:45.506 INFO O| Sep 03 17:52:45.506 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-03T17:52:46.174Z[ recovery-image] Sep 03 17:52:45.515 INFO O| Sep 03 17:52:45.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71772026-09-03T17:52:46.174Z[ recovery-image] Sep 03 17:52:45.515 INFO O| Sep 03 17:52:45.515 INFO STEP 493 (remove_files) COMPLETE
71782026-09-03T17:52:46.178Z[ recovery-image] Sep 03 17:52:45.515 INFO O| Sep 03 17:52:45.515 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-03T17:52:46.190Z[ recovery-image] Sep 03 17:52:45.525 INFO O| Sep 03 17:52:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71802026-09-03T17:52:46.190Z[ recovery-image] Sep 03 17:52:45.525 INFO O| Sep 03 17:52:45.525 INFO STEP 494 (remove_files) COMPLETE
71812026-09-03T17:52:46.190Z[ recovery-image] Sep 03 17:52:45.525 INFO O| Sep 03 17:52:45.525 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-03T17:52:46.195Z[ recovery-image] Sep 03 17:52:45.535 INFO O| Sep 03 17:52:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71832026-09-03T17:52:46.195Z[ recovery-image] Sep 03 17:52:45.535 INFO O| Sep 03 17:52:45.535 INFO STEP 495 (remove_files) COMPLETE
71842026-09-03T17:52:46.199Z[ recovery-image] Sep 03 17:52:45.535 INFO O| Sep 03 17:52:45.535 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-03T17:52:46.204Z[ recovery-image] Sep 03 17:52:45.544 INFO O| Sep 03 17:52:45.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71862026-09-03T17:52:46.204Z[ recovery-image] Sep 03 17:52:45.544 INFO O| Sep 03 17:52:45.544 INFO STEP 496 (remove_files) COMPLETE
71872026-09-03T17:52:46.204Z[ recovery-image] Sep 03 17:52:45.544 INFO O| Sep 03 17:52:45.544 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-03T17:52:46.218Z[ recovery-image] Sep 03 17:52:45.553 INFO O| Sep 03 17:52:45.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71892026-09-03T17:52:46.218Z[ recovery-image] Sep 03 17:52:45.553 INFO O| Sep 03 17:52:45.553 INFO STEP 497 (remove_files) COMPLETE
71902026-09-03T17:52:46.218Z[ recovery-image] Sep 03 17:52:45.553 INFO O| Sep 03 17:52:45.553 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-03T17:52:46.225Z[ recovery-image] Sep 03 17:52:45.565 INFO O| Sep 03 17:52:45.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71922026-09-03T17:52:46.225Z[ recovery-image] Sep 03 17:52:45.565 INFO O| Sep 03 17:52:45.565 INFO STEP 498 (remove_files) COMPLETE
71932026-09-03T17:52:46.225Z[ recovery-image] Sep 03 17:52:45.565 INFO O| Sep 03 17:52:45.565 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-03T17:52:46.234Z[ recovery-image] Sep 03 17:52:45.575 INFO O| Sep 03 17:52:45.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71952026-09-03T17:52:46.234Z[ recovery-image] Sep 03 17:52:45.575 INFO O| Sep 03 17:52:45.575 INFO STEP 499 (remove_files) COMPLETE
71962026-09-03T17:52:46.237Z[ recovery-image] Sep 03 17:52:45.575 INFO O| Sep 03 17:52:45.575 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-03T17:52:46.256Z[ recovery-image] Sep 03 17:52:45.596 INFO O| Sep 03 17:52:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71982026-09-03T17:52:46.256Z[ recovery-image] Sep 03 17:52:45.597 INFO O| Sep 03 17:52:45.584 INFO STEP 500 (remove_files) COMPLETE
71992026-09-03T17:52:46.260Z[ recovery-image] Sep 03 17:52:45.597 INFO O| Sep 03 17:52:45.584 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-03T17:52:46.260Z[ recovery-image] Sep 03 17:52:45.597 INFO O| Sep 03 17:52:45.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
72012026-09-03T17:52:46.260Z[ recovery-image] Sep 03 17:52:45.597 INFO O| Sep 03 17:52:45.594 INFO STEP 501 (remove_files) COMPLETE
72022026-09-03T17:52:46.260Z[ recovery-image] Sep 03 17:52:45.597 INFO O| Sep 03 17:52:45.594 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-03T17:52:46.264Z[ recovery-image] Sep 03 17:52:45.603 INFO O| Sep 03 17:52:45.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
72042026-09-03T17:52:46.264Z[ recovery-image] Sep 03 17:52:45.603 INFO O| Sep 03 17:52:45.603 INFO STEP 502 (remove_files) COMPLETE
72052026-09-03T17:52:46.264Z[ recovery-image] Sep 03 17:52:45.603 INFO O| Sep 03 17:52:45.603 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-03T17:52:46.272Z[ recovery-image] Sep 03 17:52:45.613 INFO O| Sep 03 17:52:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
72072026-09-03T17:52:46.272Z[ recovery-image] Sep 03 17:52:45.613 INFO O| Sep 03 17:52:45.613 INFO STEP 503 (remove_files) COMPLETE
72082026-09-03T17:52:46.273Z[ recovery-image] Sep 03 17:52:45.613 INFO O| Sep 03 17:52:45.613 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-03T17:52:46.282Z[ recovery-image] Sep 03 17:52:45.623 INFO O| Sep 03 17:52:45.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
72102026-09-03T17:52:46.282Z[ recovery-image] Sep 03 17:52:45.623 INFO O| Sep 03 17:52:45.623 INFO STEP 504 (remove_files) COMPLETE
72112026-09-03T17:52:46.282Z[ recovery-image] Sep 03 17:52:45.623 INFO O| Sep 03 17:52:45.623 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-03T17:52:46.286Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
72132026-09-03T17:52:46.292Z[ recovery-image] Sep 03 17:52:45.633 INFO O| Sep 03 17:52:45.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
72142026-09-03T17:52:46.293Z[ recovery-image] Sep 03 17:52:45.633 INFO O| Sep 03 17:52:45.633 INFO STEP 505 (remove_files) COMPLETE
72152026-09-03T17:52:46.293Z[ recovery-image] Sep 03 17:52:45.633 INFO O| Sep 03 17:52:45.633 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-09-03T17:52:46.316Z[ recovery-image] Sep 03 17:52:45.657 INFO O| Sep 03 17:52:45.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
72172026-09-03T17:52:46.317Z[ recovery-image] Sep 03 17:52:45.657 INFO O| Sep 03 17:52:45.657 INFO STEP 506 (remove_files) COMPLETE
72182026-09-03T17:52:46.317Z[ recovery-image] Sep 03 17:52:45.657 INFO O| Sep 03 17:52:45.657 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-09-03T17:52:46.337Z[ recovery-image] Sep 03 17:52:45.678 INFO O| Sep 03 17:52:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72202026-09-03T17:52:46.349Z[ recovery-image] Sep 03 17:52:45.688 INFO O| Sep 03 17:52:45.688 INFO STEP 507 (remove_files) COMPLETE
72212026-09-03T17:52:46.349Z[ recovery-image] Sep 03 17:52:45.688 INFO O| Sep 03 17:52:45.688 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-09-03T17:52:46.359Z[ recovery-image] Sep 03 17:52:45.698 INFO O| Sep 03 17:52:45.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72232026-09-03T17:52:46.362Z[ recovery-image] Sep 03 17:52:45.699 INFO O| Sep 03 17:52:45.698 INFO STEP 508 (remove_files) COMPLETE
72242026-09-03T17:52:46.363Z[ recovery-image] Sep 03 17:52:45.699 INFO O| Sep 03 17:52:45.699 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-09-03T17:52:46.367Z[ recovery-image] Sep 03 17:52:45.708 INFO O| Sep 03 17:52:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72262026-09-03T17:52:46.367Z[ recovery-image] Sep 03 17:52:45.708 INFO O| Sep 03 17:52:45.708 INFO STEP 509 (remove_files) COMPLETE
72272026-09-03T17:52:46.368Z[ recovery-image] Sep 03 17:52:45.708 INFO O| Sep 03 17:52:45.708 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-09-03T17:52:46.376Z[ recovery-image] Sep 03 17:52:45.717 INFO O| Sep 03 17:52:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72292026-09-03T17:52:46.377Z[ recovery-image] Sep 03 17:52:45.717 INFO O| Sep 03 17:52:45.717 INFO STEP 510 (remove_files) COMPLETE
72302026-09-03T17:52:46.377Z[ recovery-image] Sep 03 17:52:45.717 INFO O| Sep 03 17:52:45.717 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-09-03T17:52:46.386Z[ recovery-image] Sep 03 17:52:45.726 INFO O| Sep 03 17:52:45.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72322026-09-03T17:52:46.386Z[ recovery-image] Sep 03 17:52:45.726 INFO O| Sep 03 17:52:45.726 INFO STEP 511 (remove_files) COMPLETE
72332026-09-03T17:52:46.390Z[ recovery-image] Sep 03 17:52:45.727 INFO O| Sep 03 17:52:45.726 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-09-03T17:52:46.416Z[ recovery-image] Sep 03 17:52:45.737 INFO O| Sep 03 17:52:45.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72352026-09-03T17:52:46.417Z[ recovery-image] Sep 03 17:52:45.737 INFO O| Sep 03 17:52:45.737 INFO STEP 512 (remove_files) COMPLETE
72362026-09-03T17:52:46.417Z[ recovery-image] Sep 03 17:52:45.737 INFO O| Sep 03 17:52:45.737 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-09-03T17:52:46.422Z[ recovery-image] Sep 03 17:52:45.758 INFO O| Sep 03 17:52:45.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72382026-09-03T17:52:46.422Z[ recovery-image] Sep 03 17:52:45.759 INFO O| Sep 03 17:52:45.759 INFO STEP 513 (remove_files) COMPLETE
72392026-09-03T17:52:46.422Z[ recovery-image] Sep 03 17:52:45.759 INFO O| Sep 03 17:52:45.759 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-09-03T17:52:46.422Z[verify-libraries] Compiling drift v0.2.0
72412026-09-03T17:52:46.523Z[ recovery-image] Sep 03 17:52:45.769 INFO O| Sep 03 17:52:45.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72422026-09-03T17:52:46.523Z[ recovery-image] Sep 03 17:52:45.769 INFO O| Sep 03 17:52:45.769 INFO STEP 514 (remove_files) COMPLETE
72432026-09-03T17:52:46.523Z[ recovery-image] Sep 03 17:52:45.769 INFO O| Sep 03 17:52:45.769 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-03T17:52:46.523Z[ recovery-image] Sep 03 17:52:45.777 INFO O| Sep 03 17:52:45.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72452026-09-03T17:52:46.524Z[ recovery-image] Sep 03 17:52:45.777 INFO O| Sep 03 17:52:45.777 INFO STEP 515 (remove_files) COMPLETE
72462026-09-03T17:52:46.524Z[ recovery-image] Sep 03 17:52:45.777 INFO O| Sep 03 17:52:45.777 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-03T17:52:46.524Z[ recovery-image] Sep 03 17:52:45.786 INFO O| Sep 03 17:52:45.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72482026-09-03T17:52:46.528Z[ recovery-image] Sep 03 17:52:45.787 INFO O| Sep 03 17:52:45.787 INFO STEP 516 (remove_files) COMPLETE
72492026-09-03T17:52:46.528Z[ recovery-image] Sep 03 17:52:45.787 INFO O| Sep 03 17:52:45.787 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-03T17:52:46.528Z[ recovery-image] Sep 03 17:52:45.797 INFO O| Sep 03 17:52:45.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72512026-09-03T17:52:46.528Z[ recovery-image] Sep 03 17:52:45.797 INFO O| Sep 03 17:52:45.797 INFO STEP 517 (remove_files) COMPLETE
72522026-09-03T17:52:46.528Z[ recovery-image] Sep 03 17:52:45.797 INFO O| Sep 03 17:52:45.797 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.807 INFO O| Sep 03 17:52:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72542026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.807 INFO O| Sep 03 17:52:45.807 INFO STEP 518 (remove_files) COMPLETE
72552026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.807 INFO O| Sep 03 17:52:45.807 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.817 INFO O| Sep 03 17:52:45.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72572026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.817 INFO O| Sep 03 17:52:45.817 INFO STEP 519 (remove_files) COMPLETE
72582026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.817 INFO O| Sep 03 17:52:45.817 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.826 INFO O| Sep 03 17:52:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72602026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.826 INFO O| Sep 03 17:52:45.826 INFO STEP 520 (remove_files) COMPLETE
72612026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.826 INFO O| Sep 03 17:52:45.826 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.835 INFO O| Sep 03 17:52:45.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72632026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.835 INFO O| Sep 03 17:52:45.835 INFO STEP 521 (remove_files) COMPLETE
72642026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.835 INFO O| Sep 03 17:52:45.835 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.845 INFO O| Sep 03 17:52:45.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72662026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.845 INFO O| Sep 03 17:52:45.845 INFO STEP 522 (remove_files) COMPLETE
72672026-09-03T17:52:46.529Z[ recovery-image] Sep 03 17:52:45.845 INFO O| Sep 03 17:52:45.845 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-03T17:52:46.529Z[verify-libraries] Compiling uzers v0.12.2
72692026-09-03T17:52:46.546Z[ recovery-image] Sep 03 17:52:45.887 INFO O| Sep 03 17:52:45.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72702026-09-03T17:52:46.546Z[ recovery-image] Sep 03 17:52:45.887 INFO O| Sep 03 17:52:45.887 INFO STEP 523 (remove_files) COMPLETE
72712026-09-03T17:52:46.546Z[ recovery-image] Sep 03 17:52:45.887 INFO O| Sep 03 17:52:45.887 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-09-03T17:52:46.587Z[verify-libraries] Compiling parse-size v1.1.0
72732026-09-03T17:52:46.591Z[ recovery-image] Sep 03 17:52:45.897 INFO O| Sep 03 17:52:45.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72742026-09-03T17:52:46.591Z[ recovery-image] Sep 03 17:52:45.897 INFO O| Sep 03 17:52:45.897 INFO STEP 524 (remove_files) COMPLETE
72752026-09-03T17:52:46.591Z[ recovery-image] Sep 03 17:52:45.897 INFO O| Sep 03 17:52:45.897 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-09-03T17:52:46.591Z[ recovery-image] Sep 03 17:52:45.906 INFO O| Sep 03 17:52:45.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72772026-09-03T17:52:46.592Z[ recovery-image] Sep 03 17:52:45.906 INFO O| Sep 03 17:52:45.906 INFO STEP 525 (remove_files) COMPLETE
72782026-09-03T17:52:46.592Z[ recovery-image] Sep 03 17:52:45.906 INFO O| Sep 03 17:52:45.906 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-09-03T17:52:46.626Z[ recovery-image] Sep 03 17:52:45.941 INFO O| Sep 03 17:52:45.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72802026-09-03T17:52:46.626Z[ recovery-image] Sep 03 17:52:45.941 INFO O| Sep 03 17:52:45.941 INFO STEP 526 (remove_files) COMPLETE
72812026-09-03T17:52:46.626Z[ recovery-image] Sep 03 17:52:45.941 INFO O| Sep 03 17:52:45.941 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.951 INFO O| Sep 03 17:52:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72832026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.951 INFO O| Sep 03 17:52:45.951 INFO STEP 527 (remove_files) COMPLETE
72842026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.951 INFO O| Sep 03 17:52:45.951 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.959 INFO O| Sep 03 17:52:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72862026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.959 INFO O| Sep 03 17:52:45.959 INFO STEP 528 (remove_files) COMPLETE
72872026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.959 INFO O| Sep 03 17:52:45.959 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.968 INFO O| Sep 03 17:52:45.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72892026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.968 INFO O| Sep 03 17:52:45.968 INFO STEP 529 (remove_files) COMPLETE
72902026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.968 INFO O| Sep 03 17:52:45.968 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.977 INFO O| Sep 03 17:52:45.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72922026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.977 INFO O| Sep 03 17:52:45.977 INFO STEP 530 (remove_files) COMPLETE
72932026-09-03T17:52:46.642Z[ recovery-image] Sep 03 17:52:45.977 INFO O| Sep 03 17:52:45.977 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-09-03T17:52:46.647Z[ recovery-image] Sep 03 17:52:45.985 INFO O| Sep 03 17:52:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72952026-09-03T17:52:46.647Z[ recovery-image] Sep 03 17:52:45.985 INFO O| Sep 03 17:52:45.985 INFO STEP 531 (remove_files) COMPLETE
72962026-09-03T17:52:46.647Z[ recovery-image] Sep 03 17:52:45.985 INFO O| Sep 03 17:52:45.985 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-09-03T17:52:46.653Z[ recovery-image] Sep 03 17:52:45.994 INFO O| Sep 03 17:52:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72982026-09-03T17:52:46.654Z[ recovery-image] Sep 03 17:52:45.994 INFO O| Sep 03 17:52:45.994 INFO STEP 532 (remove_files) COMPLETE
72992026-09-03T17:52:46.657Z[ recovery-image] Sep 03 17:52:45.994 INFO O| Sep 03 17:52:45.994 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-09-03T17:52:46.661Z[ recovery-image] Sep 03 17:52:46.002 INFO O| Sep 03 17:52:46.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
73012026-09-03T17:52:46.661Z[ recovery-image] Sep 03 17:52:46.002 INFO O| Sep 03 17:52:46.002 INFO STEP 533 (remove_files) COMPLETE
73022026-09-03T17:52:46.661Z[ recovery-image] Sep 03 17:52:46.002 INFO O| Sep 03 17:52:46.002 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-09-03T17:52:46.670Z[ recovery-image] Sep 03 17:52:46.010 INFO O| Sep 03 17:52:46.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
73042026-09-03T17:52:46.670Z[ recovery-image] Sep 03 17:52:46.011 INFO O| Sep 03 17:52:46.010 INFO STEP 534 (remove_files) COMPLETE
73052026-09-03T17:52:46.670Z[ recovery-image] Sep 03 17:52:46.011 INFO O| Sep 03 17:52:46.011 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-09-03T17:52:46.678Z[ recovery-image] Sep 03 17:52:46.019 INFO O| Sep 03 17:52:46.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
73072026-09-03T17:52:46.678Z[ recovery-image] Sep 03 17:52:46.019 INFO O| Sep 03 17:52:46.019 INFO STEP 535 (remove_files) COMPLETE
73082026-09-03T17:52:46.682Z[ recovery-image] Sep 03 17:52:46.019 INFO O| Sep 03 17:52:46.019 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-09-03T17:52:46.686Z[ recovery-image] Sep 03 17:52:46.027 INFO O| Sep 03 17:52:46.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
73102026-09-03T17:52:46.686Z[ recovery-image] Sep 03 17:52:46.027 INFO O| Sep 03 17:52:46.027 INFO STEP 536 (remove_files) COMPLETE
73112026-09-03T17:52:46.686Z[ recovery-image] Sep 03 17:52:46.027 INFO O| Sep 03 17:52:46.027 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-09-03T17:52:46.695Z[ recovery-image] Sep 03 17:52:46.036 INFO O| Sep 03 17:52:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
73132026-09-03T17:52:46.695Z[ recovery-image] Sep 03 17:52:46.036 INFO O| Sep 03 17:52:46.036 INFO STEP 537 (remove_files) COMPLETE
73142026-09-03T17:52:46.700Z[ recovery-image] Sep 03 17:52:46.036 INFO O| Sep 03 17:52:46.036 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-09-03T17:52:46.709Z[ recovery-image] Sep 03 17:52:46.050 INFO O| Sep 03 17:52:46.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
73162026-09-03T17:52:46.709Z[ recovery-image] Sep 03 17:52:46.050 INFO O| Sep 03 17:52:46.050 INFO STEP 538 (remove_files) COMPLETE
73172026-09-03T17:52:46.709Z[ recovery-image] Sep 03 17:52:46.050 INFO O| Sep 03 17:52:46.050 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-09-03T17:52:46.719Z[ recovery-image] Sep 03 17:52:46.060 INFO O| Sep 03 17:52:46.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
73192026-09-03T17:52:46.719Z[ recovery-image] Sep 03 17:52:46.060 INFO O| Sep 03 17:52:46.060 INFO STEP 539 (remove_files) COMPLETE
73202026-09-03T17:52:46.719Z[ recovery-image] Sep 03 17:52:46.060 INFO O| Sep 03 17:52:46.060 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-09-03T17:52:46.735Z[ recovery-image] Sep 03 17:52:46.069 INFO O| Sep 03 17:52:46.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73222026-09-03T17:52:46.735Z[ recovery-image] Sep 03 17:52:46.069 INFO O| Sep 03 17:52:46.069 INFO STEP 540 (remove_files) COMPLETE
73232026-09-03T17:52:46.735Z[ recovery-image] Sep 03 17:52:46.069 INFO O| Sep 03 17:52:46.069 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-09-03T17:52:46.741Z[ recovery-image] Sep 03 17:52:46.080 INFO O| Sep 03 17:52:46.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73252026-09-03T17:52:46.741Z[ recovery-image] Sep 03 17:52:46.080 INFO O| Sep 03 17:52:46.080 INFO STEP 541 (remove_files) COMPLETE
73262026-09-03T17:52:46.741Z[ recovery-image] Sep 03 17:52:46.080 INFO O| Sep 03 17:52:46.080 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-09-03T17:52:46.751Z[ recovery-image] Sep 03 17:52:46.091 INFO O| Sep 03 17:52:46.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73282026-09-03T17:52:46.751Z[ recovery-image] Sep 03 17:52:46.091 INFO O| Sep 03 17:52:46.091 INFO STEP 542 (remove_files) COMPLETE
73292026-09-03T17:52:46.755Z[ recovery-image] Sep 03 17:52:46.091 INFO O| Sep 03 17:52:46.091 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-09-03T17:52:46.761Z[ recovery-image] Sep 03 17:52:46.102 INFO O| Sep 03 17:52:46.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73312026-09-03T17:52:46.761Z[ recovery-image] Sep 03 17:52:46.102 INFO O| Sep 03 17:52:46.102 INFO STEP 543 (remove_files) COMPLETE
73322026-09-03T17:52:46.761Z[ recovery-image] Sep 03 17:52:46.102 INFO O| Sep 03 17:52:46.102 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-09-03T17:52:46.775Z[ recovery-image] Sep 03 17:52:46.115 INFO O| Sep 03 17:52:46.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73342026-09-03T17:52:46.775Z[ recovery-image] Sep 03 17:52:46.115 INFO O| Sep 03 17:52:46.115 INFO STEP 544 (remove_files) COMPLETE
73352026-09-03T17:52:46.775Z[ recovery-image] Sep 03 17:52:46.115 INFO O| Sep 03 17:52:46.115 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-09-03T17:52:46.785Z[ recovery-image] Sep 03 17:52:46.126 INFO O| Sep 03 17:52:46.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73372026-09-03T17:52:46.785Z[ recovery-image] Sep 03 17:52:46.126 INFO O| Sep 03 17:52:46.126 INFO STEP 545 (remove_files) COMPLETE
73382026-09-03T17:52:46.785Z[ recovery-image] Sep 03 17:52:46.126 INFO O| Sep 03 17:52:46.126 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-09-03T17:52:46.797Z[ recovery-image] Sep 03 17:52:46.136 INFO O| Sep 03 17:52:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73402026-09-03T17:52:46.797Z[ recovery-image] Sep 03 17:52:46.136 INFO O| Sep 03 17:52:46.136 INFO STEP 546 (remove_files) COMPLETE
73412026-09-03T17:52:46.797Z[ recovery-image] Sep 03 17:52:46.136 INFO O| Sep 03 17:52:46.136 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-09-03T17:52:46.805Z[ recovery-image] Sep 03 17:52:46.145 INFO O| Sep 03 17:52:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73432026-09-03T17:52:46.805Z[ recovery-image] Sep 03 17:52:46.146 INFO O| Sep 03 17:52:46.145 INFO STEP 547 (remove_files) COMPLETE
73442026-09-03T17:52:46.805Z[ recovery-image] Sep 03 17:52:46.146 INFO O| Sep 03 17:52:46.146 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-09-03T17:52:46.814Z[ recovery-image] Sep 03 17:52:46.155 INFO O| Sep 03 17:52:46.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73462026-09-03T17:52:46.814Z[ recovery-image] Sep 03 17:52:46.155 INFO O| Sep 03 17:52:46.155 INFO STEP 548 (remove_files) COMPLETE
73472026-09-03T17:52:46.814Z[ recovery-image] Sep 03 17:52:46.155 INFO O| Sep 03 17:52:46.155 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-09-03T17:52:46.823Z[ recovery-image] Sep 03 17:52:46.164 INFO O| Sep 03 17:52:46.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73492026-09-03T17:52:46.824Z[ recovery-image] Sep 03 17:52:46.164 INFO O| Sep 03 17:52:46.164 INFO STEP 549 (remove_files) COMPLETE
73502026-09-03T17:52:46.824Z[ recovery-image] Sep 03 17:52:46.164 INFO O| Sep 03 17:52:46.164 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-09-03T17:52:46.827Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
73522026-09-03T17:52:46.833Z[ recovery-image] Sep 03 17:52:46.174 INFO O| Sep 03 17:52:46.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73532026-09-03T17:52:46.833Z[ recovery-image] Sep 03 17:52:46.174 INFO O| Sep 03 17:52:46.174 INFO STEP 550 (remove_files) COMPLETE
73542026-09-03T17:52:46.834Z[ recovery-image] Sep 03 17:52:46.174 INFO O| Sep 03 17:52:46.174 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-03T17:52:46.843Z[ recovery-image] Sep 03 17:52:46.184 INFO O| Sep 03 17:52:46.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73562026-09-03T17:52:46.843Z[ recovery-image] Sep 03 17:52:46.184 INFO O| Sep 03 17:52:46.184 INFO STEP 551 (remove_files) COMPLETE
73572026-09-03T17:52:46.843Z[ recovery-image] Sep 03 17:52:46.184 INFO O| Sep 03 17:52:46.184 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-09-03T17:52:46.853Z[ recovery-image] Sep 03 17:52:46.194 INFO O| Sep 03 17:52:46.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73592026-09-03T17:52:46.853Z[ recovery-image] Sep 03 17:52:46.194 INFO O| Sep 03 17:52:46.194 INFO STEP 552 (remove_files) COMPLETE
73602026-09-03T17:52:46.853Z[ recovery-image] Sep 03 17:52:46.194 INFO O| Sep 03 17:52:46.194 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-09-03T17:52:46.863Z[ recovery-image] Sep 03 17:52:46.203 INFO O| Sep 03 17:52:46.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73622026-09-03T17:52:46.863Z[ recovery-image] Sep 03 17:52:46.203 INFO O| Sep 03 17:52:46.203 INFO STEP 553 (remove_files) COMPLETE
73632026-09-03T17:52:46.863Z[ recovery-image] Sep 03 17:52:46.203 INFO O| Sep 03 17:52:46.203 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-09-03T17:52:46.873Z[ recovery-image] Sep 03 17:52:46.214 INFO O| Sep 03 17:52:46.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73652026-09-03T17:52:46.873Z[ recovery-image] Sep 03 17:52:46.214 INFO O| Sep 03 17:52:46.214 INFO STEP 554 (remove_files) COMPLETE
73662026-09-03T17:52:46.873Z[ recovery-image] Sep 03 17:52:46.214 INFO O| Sep 03 17:52:46.214 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-09-03T17:52:46.882Z[ recovery-image] Sep 03 17:52:46.223 INFO O| Sep 03 17:52:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73682026-09-03T17:52:46.882Z[ recovery-image] Sep 03 17:52:46.223 INFO O| Sep 03 17:52:46.223 INFO STEP 555 (remove_files) COMPLETE
73692026-09-03T17:52:46.882Z[ recovery-image] Sep 03 17:52:46.223 INFO O| Sep 03 17:52:46.223 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-09-03T17:52:46.892Z[ recovery-image] Sep 03 17:52:46.233 INFO O| Sep 03 17:52:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73712026-09-03T17:52:46.892Z[ recovery-image] Sep 03 17:52:46.233 INFO O| Sep 03 17:52:46.233 INFO STEP 556 (remove_files) COMPLETE
73722026-09-03T17:52:46.892Z[ recovery-image] Sep 03 17:52:46.233 INFO O| Sep 03 17:52:46.233 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-09-03T17:52:46.907Z[ recovery-image] Sep 03 17:52:46.243 INFO O| Sep 03 17:52:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73742026-09-03T17:52:46.908Z[ recovery-image] Sep 03 17:52:46.243 INFO O| Sep 03 17:52:46.243 INFO STEP 557 (remove_files) COMPLETE
73752026-09-03T17:52:46.908Z[ recovery-image] Sep 03 17:52:46.243 INFO O| Sep 03 17:52:46.243 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-09-03T17:52:46.913Z[ recovery-image] Sep 03 17:52:46.254 INFO O| Sep 03 17:52:46.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73772026-09-03T17:52:46.913Z[ recovery-image] Sep 03 17:52:46.254 INFO O| Sep 03 17:52:46.254 INFO STEP 558 (remove_files) COMPLETE
73782026-09-03T17:52:46.913Z[ recovery-image] Sep 03 17:52:46.254 INFO O| Sep 03 17:52:46.254 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-09-03T17:52:46.922Z[ recovery-image] Sep 03 17:52:46.263 INFO O| Sep 03 17:52:46.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73802026-09-03T17:52:46.922Z[ recovery-image] Sep 03 17:52:46.263 INFO O| Sep 03 17:52:46.263 INFO STEP 559 (remove_files) COMPLETE
73812026-09-03T17:52:46.922Z[ recovery-image] Sep 03 17:52:46.263 INFO O| Sep 03 17:52:46.263 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-09-03T17:52:46.932Z[ recovery-image] Sep 03 17:52:46.273 INFO O| Sep 03 17:52:46.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73832026-09-03T17:52:46.932Z[ recovery-image] Sep 03 17:52:46.273 INFO O| Sep 03 17:52:46.273 INFO STEP 560 (remove_files) COMPLETE
73842026-09-03T17:52:46.936Z[ recovery-image] Sep 03 17:52:46.273 INFO O| Sep 03 17:52:46.273 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-09-03T17:52:46.941Z[ recovery-image] Sep 03 17:52:46.282 INFO O| Sep 03 17:52:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73862026-09-03T17:52:46.941Z[ recovery-image] Sep 03 17:52:46.282 INFO O| Sep 03 17:52:46.282 INFO STEP 561 (remove_files) COMPLETE
73872026-09-03T17:52:46.945Z[ recovery-image] Sep 03 17:52:46.282 INFO O| Sep 03 17:52:46.282 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-09-03T17:52:46.953Z[ recovery-image] Sep 03 17:52:46.292 INFO O| Sep 03 17:52:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73892026-09-03T17:52:46.953Z[ recovery-image] Sep 03 17:52:46.292 INFO O| Sep 03 17:52:46.292 INFO STEP 562 (remove_files) COMPLETE
73902026-09-03T17:52:46.953Z[ recovery-image] Sep 03 17:52:46.292 INFO O| Sep 03 17:52:46.292 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-09-03T17:52:46.961Z[ recovery-image] Sep 03 17:52:46.302 INFO O| Sep 03 17:52:46.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73922026-09-03T17:52:46.961Z[ recovery-image] Sep 03 17:52:46.302 INFO O| Sep 03 17:52:46.302 INFO STEP 563 (remove_files) COMPLETE
73932026-09-03T17:52:46.961Z[ recovery-image] Sep 03 17:52:46.302 INFO O| Sep 03 17:52:46.302 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-09-03T17:52:46.972Z[ recovery-image] Sep 03 17:52:46.313 INFO O| Sep 03 17:52:46.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73952026-09-03T17:52:46.972Z[ recovery-image] Sep 03 17:52:46.313 INFO O| Sep 03 17:52:46.313 INFO STEP 564 (remove_files) COMPLETE
73962026-09-03T17:52:46.976Z[ recovery-image] Sep 03 17:52:46.313 INFO O| Sep 03 17:52:46.313 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-09-03T17:52:46.981Z[ recovery-image] Sep 03 17:52:46.322 INFO O| Sep 03 17:52:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73982026-09-03T17:52:46.984Z[ recovery-image] Sep 03 17:52:46.323 INFO O| Sep 03 17:52:46.322 INFO STEP 565 (remove_files) COMPLETE
73992026-09-03T17:52:46.985Z[ recovery-image] Sep 03 17:52:46.323 INFO O| Sep 03 17:52:46.322 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-09-03T17:52:46.995Z[ recovery-image] Sep 03 17:52:46.333 INFO O| Sep 03 17:52:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
74012026-09-03T17:52:46.995Z[ recovery-image] Sep 03 17:52:46.333 INFO O| Sep 03 17:52:46.333 INFO STEP 566 (remove_files) COMPLETE
74022026-09-03T17:52:46.995Z[ recovery-image] Sep 03 17:52:46.333 INFO O| Sep 03 17:52:46.333 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-09-03T17:52:47.002Z[ recovery-image] Sep 03 17:52:46.342 INFO O| Sep 03 17:52:46.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
74042026-09-03T17:52:47.002Z[ recovery-image] Sep 03 17:52:46.342 INFO O| Sep 03 17:52:46.342 INFO STEP 567 (remove_files) COMPLETE
74052026-09-03T17:52:47.002Z[ recovery-image] Sep 03 17:52:46.342 INFO O| Sep 03 17:52:46.342 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-09-03T17:52:47.009Z[ recovery-image] Sep 03 17:52:46.350 INFO O| Sep 03 17:52:46.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
74072026-09-03T17:52:47.009Z[ recovery-image] Sep 03 17:52:46.350 INFO O| Sep 03 17:52:46.350 INFO STEP 568 (remove_files) COMPLETE
74082026-09-03T17:52:47.009Z[ recovery-image] Sep 03 17:52:46.350 INFO O| Sep 03 17:52:46.350 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-09-03T17:52:47.018Z[ recovery-image] Sep 03 17:52:46.359 INFO O| Sep 03 17:52:46.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
74102026-09-03T17:52:47.018Z[ recovery-image] Sep 03 17:52:46.359 INFO O| Sep 03 17:52:46.359 INFO STEP 569 (remove_files) COMPLETE
74112026-09-03T17:52:47.018Z[ recovery-image] Sep 03 17:52:46.359 INFO O| Sep 03 17:52:46.359 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-09-03T17:52:47.026Z[ recovery-image] Sep 03 17:52:46.367 INFO O| Sep 03 17:52:46.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
74132026-09-03T17:52:47.026Z[ recovery-image] Sep 03 17:52:46.367 INFO O| Sep 03 17:52:46.367 INFO STEP 570 (remove_files) COMPLETE
74142026-09-03T17:52:47.027Z[ recovery-image] Sep 03 17:52:46.367 INFO O| Sep 03 17:52:46.367 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-09-03T17:52:47.035Z[ recovery-image] Sep 03 17:52:46.376 INFO O| Sep 03 17:52:46.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
74162026-09-03T17:52:47.035Z[ recovery-image] Sep 03 17:52:46.376 INFO O| Sep 03 17:52:46.376 INFO STEP 571 (remove_files) COMPLETE
74172026-09-03T17:52:47.035Z[ recovery-image] Sep 03 17:52:46.376 INFO O| Sep 03 17:52:46.376 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-09-03T17:52:47.044Z[ recovery-image] Sep 03 17:52:46.384 INFO O| Sep 03 17:52:46.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
74192026-09-03T17:52:47.044Z[ recovery-image] Sep 03 17:52:46.384 INFO O| Sep 03 17:52:46.384 INFO STEP 572 (remove_files) COMPLETE
74202026-09-03T17:52:47.044Z[ recovery-image] Sep 03 17:52:46.384 INFO O| Sep 03 17:52:46.384 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-09-03T17:52:47.052Z[ recovery-image] Sep 03 17:52:46.392 INFO O| Sep 03 17:52:46.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74222026-09-03T17:52:47.052Z[ recovery-image] Sep 03 17:52:46.392 INFO O| Sep 03 17:52:46.392 INFO STEP 573 (remove_files) COMPLETE
74232026-09-03T17:52:47.056Z[ recovery-image] Sep 03 17:52:46.392 INFO O| Sep 03 17:52:46.392 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-09-03T17:52:47.062Z[ recovery-image] Sep 03 17:52:46.403 INFO O| Sep 03 17:52:46.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74252026-09-03T17:52:47.062Z[ recovery-image] Sep 03 17:52:46.403 INFO O| Sep 03 17:52:46.401 INFO STEP 574 (remove_files) COMPLETE
74262026-09-03T17:52:47.062Z[ recovery-image] Sep 03 17:52:46.403 INFO O| Sep 03 17:52:46.401 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-09-03T17:52:47.070Z[ recovery-image] Sep 03 17:52:46.411 INFO O| Sep 03 17:52:46.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74282026-09-03T17:52:47.070Z[ recovery-image] Sep 03 17:52:46.411 INFO O| Sep 03 17:52:46.411 INFO STEP 575 (remove_files) COMPLETE
74292026-09-03T17:52:47.070Z[ recovery-image] Sep 03 17:52:46.411 INFO O| Sep 03 17:52:46.411 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-09-03T17:52:47.080Z[ recovery-image] Sep 03 17:52:46.420 INFO O| Sep 03 17:52:46.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74312026-09-03T17:52:47.083Z[ recovery-image] Sep 03 17:52:46.422 INFO O| Sep 03 17:52:46.422 INFO STEP 576 (remove_files) COMPLETE
74322026-09-03T17:52:47.083Z[ recovery-image] Sep 03 17:52:46.422 INFO O| Sep 03 17:52:46.422 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-09-03T17:52:47.091Z[ recovery-image] Sep 03 17:52:46.432 INFO O| Sep 03 17:52:46.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74342026-09-03T17:52:47.091Z[ recovery-image] Sep 03 17:52:46.432 INFO O| Sep 03 17:52:46.432 INFO STEP 577 (remove_files) COMPLETE
74352026-09-03T17:52:47.091Z[ recovery-image] Sep 03 17:52:46.432 INFO O| Sep 03 17:52:46.432 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-09-03T17:52:47.100Z[ recovery-image] Sep 03 17:52:46.441 INFO O| Sep 03 17:52:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74372026-09-03T17:52:47.100Z[ recovery-image] Sep 03 17:52:46.441 INFO O| Sep 03 17:52:46.441 INFO STEP 578 (remove_files) COMPLETE
74382026-09-03T17:52:47.100Z[ recovery-image] Sep 03 17:52:46.441 INFO O| Sep 03 17:52:46.441 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-09-03T17:52:47.110Z[ recovery-image] Sep 03 17:52:46.451 INFO O| Sep 03 17:52:46.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74402026-09-03T17:52:47.110Z[ recovery-image] Sep 03 17:52:46.451 INFO O| Sep 03 17:52:46.451 INFO STEP 579 (remove_files) COMPLETE
74412026-09-03T17:52:47.110Z[ recovery-image] Sep 03 17:52:46.451 INFO O| Sep 03 17:52:46.451 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-09-03T17:52:47.120Z[ recovery-image] Sep 03 17:52:46.460 INFO O| Sep 03 17:52:46.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74432026-09-03T17:52:47.120Z[ recovery-image] Sep 03 17:52:46.460 INFO O| Sep 03 17:52:46.460 INFO STEP 580 (remove_files) COMPLETE
74442026-09-03T17:52:47.120Z[ recovery-image] Sep 03 17:52:46.460 INFO O| Sep 03 17:52:46.460 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-09-03T17:52:47.129Z[ recovery-image] Sep 03 17:52:46.469 INFO O| Sep 03 17:52:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74462026-09-03T17:52:47.132Z[ recovery-image] Sep 03 17:52:46.469 INFO O| Sep 03 17:52:46.469 INFO STEP 581 (remove_files) COMPLETE
74472026-09-03T17:52:47.133Z[ recovery-image] Sep 03 17:52:46.469 INFO O| Sep 03 17:52:46.469 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-09-03T17:52:47.133Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
74492026-09-03T17:52:47.138Z[ recovery-image] Sep 03 17:52:46.478 INFO O| Sep 03 17:52:46.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74502026-09-03T17:52:47.138Z[ recovery-image] Sep 03 17:52:46.478 INFO O| Sep 03 17:52:46.478 INFO STEP 582 (remove_files) COMPLETE
74512026-09-03T17:52:47.144Z[ recovery-image] Sep 03 17:52:46.478 INFO O| Sep 03 17:52:46.478 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-03T17:52:47.148Z[ recovery-image] Sep 03 17:52:46.487 INFO O| Sep 03 17:52:46.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74532026-09-03T17:52:47.148Z[ recovery-image] Sep 03 17:52:46.487 INFO O| Sep 03 17:52:46.487 INFO STEP 583 (remove_files) COMPLETE
74542026-09-03T17:52:47.148Z[ recovery-image] Sep 03 17:52:46.487 INFO O| Sep 03 17:52:46.487 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-03T17:52:47.155Z[ recovery-image] Sep 03 17:52:46.496 INFO O| Sep 03 17:52:46.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74562026-09-03T17:52:47.155Z[ recovery-image] Sep 03 17:52:46.496 INFO O| Sep 03 17:52:46.496 INFO STEP 584 (remove_files) COMPLETE
74572026-09-03T17:52:47.155Z[ recovery-image] Sep 03 17:52:46.496 INFO O| Sep 03 17:52:46.496 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-03T17:52:47.164Z[ recovery-image] Sep 03 17:52:46.505 INFO O| Sep 03 17:52:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74592026-09-03T17:52:47.164Z[ recovery-image] Sep 03 17:52:46.505 INFO O| Sep 03 17:52:46.505 INFO STEP 585 (remove_files) COMPLETE
74602026-09-03T17:52:47.164Z[ recovery-image] Sep 03 17:52:46.505 INFO O| Sep 03 17:52:46.505 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-03T17:52:47.174Z[ recovery-image] Sep 03 17:52:46.515 INFO O| Sep 03 17:52:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74622026-09-03T17:52:47.174Z[ recovery-image] Sep 03 17:52:46.515 INFO O| Sep 03 17:52:46.515 INFO STEP 586 (remove_files) COMPLETE
74632026-09-03T17:52:47.174Z[ recovery-image] Sep 03 17:52:46.515 INFO O| Sep 03 17:52:46.515 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-03T17:52:47.184Z[ recovery-image] Sep 03 17:52:46.525 INFO O| Sep 03 17:52:46.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74652026-09-03T17:52:47.184Z[ recovery-image] Sep 03 17:52:46.525 INFO O| Sep 03 17:52:46.525 INFO STEP 587 (remove_files) COMPLETE
74662026-09-03T17:52:47.184Z[ recovery-image] Sep 03 17:52:46.525 INFO O| Sep 03 17:52:46.525 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-03T17:52:47.194Z[ recovery-image] Sep 03 17:52:46.535 INFO O| Sep 03 17:52:46.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74682026-09-03T17:52:47.194Z[ recovery-image] Sep 03 17:52:46.535 INFO O| Sep 03 17:52:46.535 INFO STEP 588 (remove_files) COMPLETE
74692026-09-03T17:52:47.194Z[ recovery-image] Sep 03 17:52:46.535 INFO O| Sep 03 17:52:46.535 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-03T17:52:47.203Z[ recovery-image] Sep 03 17:52:46.544 INFO O| Sep 03 17:52:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74712026-09-03T17:52:47.203Z[ recovery-image] Sep 03 17:52:46.544 INFO O| Sep 03 17:52:46.544 INFO STEP 589 (remove_files) COMPLETE
74722026-09-03T17:52:47.203Z[ recovery-image] Sep 03 17:52:46.544 INFO O| Sep 03 17:52:46.544 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-03T17:52:47.212Z[ recovery-image] Sep 03 17:52:46.553 INFO O| Sep 03 17:52:46.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74742026-09-03T17:52:47.212Z[ recovery-image] Sep 03 17:52:46.553 INFO O| Sep 03 17:52:46.553 INFO STEP 590 (remove_files) COMPLETE
74752026-09-03T17:52:47.212Z[ recovery-image] Sep 03 17:52:46.553 INFO O| Sep 03 17:52:46.553 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-03T17:52:47.222Z[ recovery-image] Sep 03 17:52:46.562 INFO O| Sep 03 17:52:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74772026-09-03T17:52:47.226Z[ recovery-image] Sep 03 17:52:46.563 INFO O| Sep 03 17:52:46.563 INFO STEP 591 (remove_files) COMPLETE
74782026-09-03T17:52:47.226Z[ recovery-image] Sep 03 17:52:46.563 INFO O| Sep 03 17:52:46.563 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-03T17:52:47.232Z[ recovery-image] Sep 03 17:52:46.572 INFO O| Sep 03 17:52:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74802026-09-03T17:52:47.232Z[ recovery-image] Sep 03 17:52:46.572 INFO O| Sep 03 17:52:46.572 INFO STEP 592 (remove_files) COMPLETE
74812026-09-03T17:52:47.232Z[ recovery-image] Sep 03 17:52:46.572 INFO O| Sep 03 17:52:46.572 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-03T17:52:47.241Z[ recovery-image] Sep 03 17:52:46.582 INFO O| Sep 03 17:52:46.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74832026-09-03T17:52:47.242Z[ recovery-image] Sep 03 17:52:46.582 INFO O| Sep 03 17:52:46.582 INFO STEP 593 (remove_files) COMPLETE
74842026-09-03T17:52:47.242Z[ recovery-image] Sep 03 17:52:46.582 INFO O| Sep 03 17:52:46.582 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-03T17:52:47.251Z[ recovery-image] Sep 03 17:52:46.591 INFO O| Sep 03 17:52:46.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74862026-09-03T17:52:47.251Z[ recovery-image] Sep 03 17:52:46.592 INFO O| Sep 03 17:52:46.591 INFO STEP 594 (remove_files) COMPLETE
74872026-09-03T17:52:47.251Z[ recovery-image] Sep 03 17:52:46.592 INFO O| Sep 03 17:52:46.592 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-03T17:52:47.260Z[ recovery-image] Sep 03 17:52:46.600 INFO O| Sep 03 17:52:46.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74892026-09-03T17:52:47.260Z[ recovery-image] Sep 03 17:52:46.600 INFO O| Sep 03 17:52:46.600 INFO STEP 595 (remove_files) COMPLETE
74902026-09-03T17:52:47.264Z[ recovery-image] Sep 03 17:52:46.600 INFO O| Sep 03 17:52:46.600 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-03T17:52:47.269Z[ recovery-image] Sep 03 17:52:46.610 INFO O| Sep 03 17:52:46.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74922026-09-03T17:52:47.269Z[ recovery-image] Sep 03 17:52:46.610 INFO O| Sep 03 17:52:46.610 INFO STEP 596 (remove_files) COMPLETE
74932026-09-03T17:52:47.269Z[ recovery-image] Sep 03 17:52:46.610 INFO O| Sep 03 17:52:46.610 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-03T17:52:47.279Z[ recovery-image] Sep 03 17:52:46.620 INFO O| Sep 03 17:52:46.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74952026-09-03T17:52:47.279Z[ recovery-image] Sep 03 17:52:46.620 INFO O| Sep 03 17:52:46.620 INFO STEP 597 (remove_files) COMPLETE
74962026-09-03T17:52:47.282Z[ recovery-image] Sep 03 17:52:46.620 INFO O| Sep 03 17:52:46.620 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-03T17:52:47.288Z[ recovery-image] Sep 03 17:52:46.629 INFO O| Sep 03 17:52:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74982026-09-03T17:52:47.288Z[ recovery-image] Sep 03 17:52:46.629 INFO O| Sep 03 17:52:46.629 INFO STEP 598 (remove_files) COMPLETE
74992026-09-03T17:52:47.292Z[ recovery-image] Sep 03 17:52:46.629 INFO O| Sep 03 17:52:46.629 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-03T17:52:47.298Z[ recovery-image] Sep 03 17:52:46.639 INFO O| Sep 03 17:52:46.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
75012026-09-03T17:52:47.298Z[ recovery-image] Sep 03 17:52:46.639 INFO O| Sep 03 17:52:46.639 INFO STEP 599 (remove_files) COMPLETE
75022026-09-03T17:52:47.298Z[ recovery-image] Sep 03 17:52:46.639 INFO O| Sep 03 17:52:46.639 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-03T17:52:47.302Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
75042026-09-03T17:52:47.309Z[ recovery-image] Sep 03 17:52:46.649 INFO O| Sep 03 17:52:46.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
75052026-09-03T17:52:47.309Z[ recovery-image] Sep 03 17:52:46.649 INFO O| Sep 03 17:52:46.649 INFO STEP 600 (remove_files) COMPLETE
75062026-09-03T17:52:47.309Z[ recovery-image] Sep 03 17:52:46.649 INFO O| Sep 03 17:52:46.649 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-09-03T17:52:47.319Z[ recovery-image] Sep 03 17:52:46.660 INFO O| Sep 03 17:52:46.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
75082026-09-03T17:52:47.319Z[ recovery-image] Sep 03 17:52:46.660 INFO O| Sep 03 17:52:46.660 INFO STEP 601 (remove_files) COMPLETE
75092026-09-03T17:52:47.323Z[ recovery-image] Sep 03 17:52:46.660 INFO O| Sep 03 17:52:46.660 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-09-03T17:52:47.329Z[ recovery-image] Sep 03 17:52:46.670 INFO O| Sep 03 17:52:46.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
75112026-09-03T17:52:47.329Z[ recovery-image] Sep 03 17:52:46.670 INFO O| Sep 03 17:52:46.670 INFO STEP 602 (remove_files) COMPLETE
75122026-09-03T17:52:47.332Z[ recovery-image] Sep 03 17:52:46.670 INFO O| Sep 03 17:52:46.670 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-09-03T17:52:47.338Z[ recovery-image] Sep 03 17:52:46.678 INFO O| Sep 03 17:52:46.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
75142026-09-03T17:52:47.338Z[ recovery-image] Sep 03 17:52:46.679 INFO O| Sep 03 17:52:46.679 INFO STEP 603 (remove_files) COMPLETE
75152026-09-03T17:52:47.338Z[ recovery-image] Sep 03 17:52:46.679 INFO O| Sep 03 17:52:46.679 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-09-03T17:52:47.348Z[ recovery-image] Sep 03 17:52:46.689 INFO O| Sep 03 17:52:46.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
75172026-09-03T17:52:47.348Z[ recovery-image] Sep 03 17:52:46.689 INFO O| Sep 03 17:52:46.689 INFO STEP 604 (remove_files) COMPLETE
75182026-09-03T17:52:47.348Z[ recovery-image] Sep 03 17:52:46.689 INFO O| Sep 03 17:52:46.689 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-09-03T17:52:47.358Z[ recovery-image] Sep 03 17:52:46.699 INFO O| Sep 03 17:52:46.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
75202026-09-03T17:52:47.362Z[ recovery-image] Sep 03 17:52:46.700 INFO O| Sep 03 17:52:46.700 INFO STEP 605 (remove_files) COMPLETE
75212026-09-03T17:52:47.362Z[ recovery-image] Sep 03 17:52:46.700 INFO O| Sep 03 17:52:46.700 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-09-03T17:52:47.369Z[ recovery-image] Sep 03 17:52:46.710 INFO O| Sep 03 17:52:46.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75232026-09-03T17:52:47.369Z[ recovery-image] Sep 03 17:52:46.710 INFO O| Sep 03 17:52:46.710 INFO STEP 606 (remove_files) COMPLETE
75242026-09-03T17:52:47.369Z[ recovery-image] Sep 03 17:52:46.710 INFO O| Sep 03 17:52:46.710 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-09-03T17:52:47.379Z[ recovery-image] Sep 03 17:52:46.720 INFO O| Sep 03 17:52:46.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75262026-09-03T17:52:47.379Z[ recovery-image] Sep 03 17:52:46.720 INFO O| Sep 03 17:52:46.720 INFO STEP 607 (remove_files) COMPLETE
75272026-09-03T17:52:47.379Z[ recovery-image] Sep 03 17:52:46.720 INFO O| Sep 03 17:52:46.720 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-09-03T17:52:47.389Z[ recovery-image] Sep 03 17:52:46.730 INFO O| Sep 03 17:52:46.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75292026-09-03T17:52:47.389Z[ recovery-image] Sep 03 17:52:46.730 INFO O| Sep 03 17:52:46.730 INFO STEP 608 (remove_files) COMPLETE
75302026-09-03T17:52:47.393Z[ recovery-image] Sep 03 17:52:46.730 INFO O| Sep 03 17:52:46.730 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-09-03T17:52:47.399Z[ recovery-image] Sep 03 17:52:46.740 INFO O| Sep 03 17:52:46.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75322026-09-03T17:52:47.399Z[ recovery-image] Sep 03 17:52:46.740 INFO O| Sep 03 17:52:46.740 INFO STEP 609 (remove_files) COMPLETE
75332026-09-03T17:52:47.399Z[ recovery-image] Sep 03 17:52:46.740 INFO O| Sep 03 17:52:46.740 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-09-03T17:52:47.409Z[ recovery-image] Sep 03 17:52:46.750 INFO O| Sep 03 17:52:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75352026-09-03T17:52:47.409Z[ recovery-image] Sep 03 17:52:46.750 INFO O| Sep 03 17:52:46.750 INFO STEP 610 (remove_files) COMPLETE
75362026-09-03T17:52:47.409Z[ recovery-image] Sep 03 17:52:46.750 INFO O| Sep 03 17:52:46.750 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-09-03T17:52:47.420Z[ recovery-image] Sep 03 17:52:46.761 INFO O| Sep 03 17:52:46.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75382026-09-03T17:52:47.420Z[ recovery-image] Sep 03 17:52:46.761 INFO O| Sep 03 17:52:46.761 INFO STEP 611 (remove_files) COMPLETE
75392026-09-03T17:52:47.420Z[ recovery-image] Sep 03 17:52:46.761 INFO O| Sep 03 17:52:46.761 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-09-03T17:52:47.430Z[ recovery-image] Sep 03 17:52:46.771 INFO O| Sep 03 17:52:46.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75412026-09-03T17:52:47.431Z[ recovery-image] Sep 03 17:52:46.771 INFO O| Sep 03 17:52:46.771 INFO STEP 612 (remove_files) COMPLETE
75422026-09-03T17:52:47.431Z[ recovery-image] Sep 03 17:52:46.771 INFO O| Sep 03 17:52:46.771 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-03T17:52:47.442Z[ recovery-image] Sep 03 17:52:46.781 INFO O| Sep 03 17:52:46.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75442026-09-03T17:52:47.442Z[ recovery-image] Sep 03 17:52:46.781 INFO O| Sep 03 17:52:46.781 INFO STEP 613 (remove_files) COMPLETE
75452026-09-03T17:52:47.445Z[ recovery-image] Sep 03 17:52:46.781 INFO O| Sep 03 17:52:46.781 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-03T17:52:47.450Z[ recovery-image] Sep 03 17:52:46.791 INFO O| Sep 03 17:52:46.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75472026-09-03T17:52:47.450Z[ recovery-image] Sep 03 17:52:46.791 INFO O| Sep 03 17:52:46.791 INFO STEP 614 (remove_files) COMPLETE
75482026-09-03T17:52:47.454Z[ recovery-image] Sep 03 17:52:46.791 INFO O| Sep 03 17:52:46.791 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-09-03T17:52:47.460Z[ recovery-image] Sep 03 17:52:46.801 INFO O| Sep 03 17:52:46.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75502026-09-03T17:52:47.460Z[ recovery-image] Sep 03 17:52:46.801 INFO O| Sep 03 17:52:46.801 INFO STEP 615 (remove_files) COMPLETE
75512026-09-03T17:52:47.464Z[ recovery-image] Sep 03 17:52:46.801 INFO O| Sep 03 17:52:46.801 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-09-03T17:52:47.469Z[ recovery-image] Sep 03 17:52:46.810 INFO O| Sep 03 17:52:46.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75532026-09-03T17:52:47.469Z[ recovery-image] Sep 03 17:52:46.810 INFO O| Sep 03 17:52:46.810 INFO STEP 616 (remove_files) COMPLETE
75542026-09-03T17:52:47.473Z[ recovery-image] Sep 03 17:52:46.810 INFO O| Sep 03 17:52:46.810 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-09-03T17:52:47.477Z[ recovery-image] Sep 03 17:52:46.818 INFO O| Sep 03 17:52:46.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75562026-09-03T17:52:47.478Z[ recovery-image] Sep 03 17:52:46.818 INFO O| Sep 03 17:52:46.818 INFO STEP 617 (remove_files) COMPLETE
75572026-09-03T17:52:47.478Z[ recovery-image] Sep 03 17:52:46.818 INFO O| Sep 03 17:52:46.818 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-09-03T17:52:47.487Z[ recovery-image] Sep 03 17:52:46.828 INFO O| Sep 03 17:52:46.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75592026-09-03T17:52:47.487Z[ recovery-image] Sep 03 17:52:46.828 INFO O| Sep 03 17:52:46.828 INFO STEP 618 (remove_files) COMPLETE
75602026-09-03T17:52:47.487Z[ recovery-image] Sep 03 17:52:46.828 INFO O| Sep 03 17:52:46.828 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-09-03T17:52:47.496Z[ recovery-image] Sep 03 17:52:46.836 INFO O| Sep 03 17:52:46.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75622026-09-03T17:52:47.496Z[ recovery-image] Sep 03 17:52:46.836 INFO O| Sep 03 17:52:46.836 INFO STEP 619 (remove_files) COMPLETE
75632026-09-03T17:52:47.496Z[ recovery-image] Sep 03 17:52:46.836 INFO O| Sep 03 17:52:46.836 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-09-03T17:52:47.506Z[ recovery-image] Sep 03 17:52:46.845 INFO O| Sep 03 17:52:46.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75652026-09-03T17:52:47.506Z[ recovery-image] Sep 03 17:52:46.845 INFO O| Sep 03 17:52:46.845 INFO STEP 620 (remove_files) COMPLETE
75662026-09-03T17:52:47.506Z[ recovery-image] Sep 03 17:52:46.845 INFO O| Sep 03 17:52:46.845 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-09-03T17:52:47.513Z[ recovery-image] Sep 03 17:52:46.854 INFO O| Sep 03 17:52:46.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75682026-09-03T17:52:47.513Z[ recovery-image] Sep 03 17:52:46.854 INFO O| Sep 03 17:52:46.854 INFO STEP 621 (remove_files) COMPLETE
75692026-09-03T17:52:47.513Z[ recovery-image] Sep 03 17:52:46.854 INFO O| Sep 03 17:52:46.854 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-09-03T17:52:47.523Z[ recovery-image] Sep 03 17:52:46.863 INFO O| Sep 03 17:52:46.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75712026-09-03T17:52:47.523Z[ recovery-image] Sep 03 17:52:46.863 INFO O| Sep 03 17:52:46.863 INFO STEP 622 (remove_files) COMPLETE
75722026-09-03T17:52:47.523Z[ recovery-image] Sep 03 17:52:46.863 INFO O| Sep 03 17:52:46.863 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-09-03T17:52:47.533Z[ recovery-image] Sep 03 17:52:46.873 INFO O| Sep 03 17:52:46.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75742026-09-03T17:52:47.533Z[ recovery-image] Sep 03 17:52:46.873 INFO O| Sep 03 17:52:46.873 INFO STEP 623 (remove_files) COMPLETE
75752026-09-03T17:52:47.533Z[ recovery-image] Sep 03 17:52:46.873 INFO O| Sep 03 17:52:46.873 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-09-03T17:52:47.540Z[ recovery-image] Sep 03 17:52:46.881 INFO O| Sep 03 17:52:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75772026-09-03T17:52:47.541Z[ recovery-image] Sep 03 17:52:46.881 INFO O| Sep 03 17:52:46.881 INFO STEP 624 (remove_files) COMPLETE
75782026-09-03T17:52:47.541Z[ recovery-image] Sep 03 17:52:46.881 INFO O| Sep 03 17:52:46.881 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-09-03T17:52:47.550Z[ recovery-image] Sep 03 17:52:46.890 INFO O| Sep 03 17:52:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75802026-09-03T17:52:47.550Z[ recovery-image] Sep 03 17:52:46.891 INFO O| Sep 03 17:52:46.890 INFO STEP 625 (remove_files) COMPLETE
75812026-09-03T17:52:47.550Z[ recovery-image] Sep 03 17:52:46.891 INFO O| Sep 03 17:52:46.891 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-09-03T17:52:47.559Z[ recovery-image] Sep 03 17:52:46.899 INFO O| Sep 03 17:52:46.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75832026-09-03T17:52:47.559Z[ recovery-image] Sep 03 17:52:46.900 INFO O| Sep 03 17:52:46.899 INFO STEP 626 (remove_files) COMPLETE
75842026-09-03T17:52:47.559Z[ recovery-image] Sep 03 17:52:46.900 INFO O| Sep 03 17:52:46.900 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-09-03T17:52:47.572Z[ recovery-image] Sep 03 17:52:46.913 INFO O| Sep 03 17:52:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75862026-09-03T17:52:47.572Z[ recovery-image] Sep 03 17:52:46.913 INFO O| Sep 03 17:52:46.913 INFO STEP 627 (remove_files) COMPLETE
75872026-09-03T17:52:47.572Z[ recovery-image] Sep 03 17:52:46.913 INFO O| Sep 03 17:52:46.913 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-09-03T17:52:47.581Z[ recovery-image] Sep 03 17:52:46.922 INFO O| Sep 03 17:52:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75892026-09-03T17:52:47.581Z[ recovery-image] Sep 03 17:52:46.922 INFO O| Sep 03 17:52:46.922 INFO STEP 628 (remove_files) COMPLETE
75902026-09-03T17:52:47.585Z[ recovery-image] Sep 03 17:52:46.922 INFO O| Sep 03 17:52:46.922 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-09-03T17:52:47.590Z[ recovery-image] Sep 03 17:52:46.931 INFO O| Sep 03 17:52:46.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75922026-09-03T17:52:47.590Z[ recovery-image] Sep 03 17:52:46.931 INFO O| Sep 03 17:52:46.931 INFO STEP 629 (remove_files) COMPLETE
75932026-09-03T17:52:47.590Z[ recovery-image] Sep 03 17:52:46.931 INFO O| Sep 03 17:52:46.931 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-09-03T17:52:47.600Z[ recovery-image] Sep 03 17:52:46.940 INFO O| Sep 03 17:52:46.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75952026-09-03T17:52:47.600Z[ recovery-image] Sep 03 17:52:46.941 INFO O| Sep 03 17:52:46.941 INFO STEP 630 (remove_files) COMPLETE
75962026-09-03T17:52:47.600Z[ recovery-image] Sep 03 17:52:46.941 INFO O| Sep 03 17:52:46.941 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-09-03T17:52:47.634Z[ recovery-image] Sep 03 17:52:46.975 INFO O| Sep 03 17:52:46.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75982026-09-03T17:52:47.634Z[ recovery-image] Sep 03 17:52:46.975 INFO O| Sep 03 17:52:46.975 INFO STEP 631 (remove_files) COMPLETE
75992026-09-03T17:52:47.638Z[ recovery-image] Sep 03 17:52:46.975 INFO O| Sep 03 17:52:46.975 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-03T17:52:47.642Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
76012026-09-03T17:52:47.649Z[ recovery-image] Sep 03 17:52:46.989 INFO O| Sep 03 17:52:46.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
76022026-09-03T17:52:47.649Z[ recovery-image] Sep 03 17:52:46.990 INFO O| Sep 03 17:52:46.990 INFO STEP 632 (remove_files) COMPLETE
76032026-09-03T17:52:47.649Z[ recovery-image] Sep 03 17:52:46.990 INFO O| Sep 03 17:52:46.990 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-09-03T17:52:47.667Z[ recovery-image] Sep 03 17:52:47.008 INFO O| Sep 03 17:52:47.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
76052026-09-03T17:52:47.668Z[ recovery-image] Sep 03 17:52:47.008 INFO O| Sep 03 17:52:47.000 INFO STEP 633 (remove_files) COMPLETE
76062026-09-03T17:52:47.668Z[ recovery-image] Sep 03 17:52:47.008 INFO O| Sep 03 17:52:47.000 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-09-03T17:52:47.672Z[ recovery-image] Sep 03 17:52:47.010 INFO O| Sep 03 17:52:47.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
76082026-09-03T17:52:47.672Z[ recovery-image] Sep 03 17:52:47.010 INFO O| Sep 03 17:52:47.010 INFO STEP 634 (remove_files) COMPLETE
76092026-09-03T17:52:47.672Z[ recovery-image] Sep 03 17:52:47.010 INFO O| Sep 03 17:52:47.010 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-09-03T17:52:47.694Z[ recovery-image] Sep 03 17:52:47.035 INFO O| Sep 03 17:52:47.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
76112026-09-03T17:52:47.694Z[ recovery-image] Sep 03 17:52:47.035 INFO O| Sep 03 17:52:47.035 INFO STEP 635 (remove_files) COMPLETE
76122026-09-03T17:52:47.694Z[ recovery-image] Sep 03 17:52:47.035 INFO O| Sep 03 17:52:47.035 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-09-03T17:52:47.705Z[ recovery-image] Sep 03 17:52:47.046 INFO O| Sep 03 17:52:47.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
76142026-09-03T17:52:47.705Z[ recovery-image] Sep 03 17:52:47.046 INFO O| Sep 03 17:52:47.046 INFO STEP 636 (remove_files) COMPLETE
76152026-09-03T17:52:47.706Z[ recovery-image] Sep 03 17:52:47.046 INFO O| Sep 03 17:52:47.046 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-09-03T17:52:47.727Z[ recovery-image] Sep 03 17:52:47.068 INFO O| Sep 03 17:52:47.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
76172026-09-03T17:52:47.727Z[ recovery-image] Sep 03 17:52:47.068 INFO O| Sep 03 17:52:47.068 INFO STEP 637 (remove_files) COMPLETE
76182026-09-03T17:52:47.727Z[ recovery-image] Sep 03 17:52:47.068 INFO O| Sep 03 17:52:47.068 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-03T17:52:47.737Z[ recovery-image] Sep 03 17:52:47.078 INFO O| Sep 03 17:52:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
76202026-09-03T17:52:47.737Z[ recovery-image] Sep 03 17:52:47.078 INFO O| Sep 03 17:52:47.078 INFO STEP 638 (remove_files) COMPLETE
76212026-09-03T17:52:47.737Z[ recovery-image] Sep 03 17:52:47.078 INFO O| Sep 03 17:52:47.078 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-03T17:52:47.747Z[ recovery-image] Sep 03 17:52:47.088 INFO O| Sep 03 17:52:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76232026-09-03T17:52:47.747Z[ recovery-image] Sep 03 17:52:47.088 INFO O| Sep 03 17:52:47.088 INFO STEP 639 (remove_files) COMPLETE
76242026-09-03T17:52:47.747Z[ recovery-image] Sep 03 17:52:47.088 INFO O| Sep 03 17:52:47.088 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-03T17:52:47.761Z[ recovery-image] Sep 03 17:52:47.099 INFO O| Sep 03 17:52:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76262026-09-03T17:52:47.761Z[ recovery-image] Sep 03 17:52:47.099 INFO O| Sep 03 17:52:47.098 INFO STEP 640 (remove_files) COMPLETE
76272026-09-03T17:52:47.761Z[ recovery-image] Sep 03 17:52:47.099 INFO O| Sep 03 17:52:47.098 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-03T17:52:47.766Z[ recovery-image] Sep 03 17:52:47.107 INFO O| Sep 03 17:52:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76292026-09-03T17:52:47.766Z[ recovery-image] Sep 03 17:52:47.107 INFO O| Sep 03 17:52:47.107 INFO STEP 641 (remove_files) COMPLETE
76302026-09-03T17:52:47.766Z[ recovery-image] Sep 03 17:52:47.107 INFO O| Sep 03 17:52:47.107 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-03T17:52:47.776Z[ recovery-image] Sep 03 17:52:47.117 INFO O| Sep 03 17:52:47.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76322026-09-03T17:52:47.776Z[ recovery-image] Sep 03 17:52:47.117 INFO O| Sep 03 17:52:47.117 INFO STEP 642 (remove_files) COMPLETE
76332026-09-03T17:52:47.780Z[ recovery-image] Sep 03 17:52:47.117 INFO O| Sep 03 17:52:47.117 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-03T17:52:47.786Z[ recovery-image] Sep 03 17:52:47.127 INFO O| Sep 03 17:52:47.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76352026-09-03T17:52:47.786Z[ recovery-image] Sep 03 17:52:47.127 INFO O| Sep 03 17:52:47.127 INFO STEP 643 (remove_files) COMPLETE
76362026-09-03T17:52:47.786Z[ recovery-image] Sep 03 17:52:47.127 INFO O| Sep 03 17:52:47.127 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-03T17:52:47.796Z[ recovery-image] Sep 03 17:52:47.137 INFO O| Sep 03 17:52:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76382026-09-03T17:52:47.796Z[ recovery-image] Sep 03 17:52:47.137 INFO O| Sep 03 17:52:47.137 INFO STEP 644 (remove_files) COMPLETE
76392026-09-03T17:52:47.796Z[ recovery-image] Sep 03 17:52:47.137 INFO O| Sep 03 17:52:47.137 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-03T17:52:47.814Z[ recovery-image] Sep 03 17:52:47.155 INFO O| Sep 03 17:52:47.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76412026-09-03T17:52:47.814Z[ recovery-image] Sep 03 17:52:47.155 INFO O| Sep 03 17:52:47.155 INFO STEP 645 (remove_files) COMPLETE
76422026-09-03T17:52:47.815Z[ recovery-image] Sep 03 17:52:47.155 INFO O| Sep 03 17:52:47.155 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-03T17:52:47.823Z[ recovery-image] Sep 03 17:52:47.164 INFO O| Sep 03 17:52:47.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76442026-09-03T17:52:47.823Z[ recovery-image] Sep 03 17:52:47.164 INFO O| Sep 03 17:52:47.164 INFO STEP 646 (remove_files) COMPLETE
76452026-09-03T17:52:47.823Z[ recovery-image] Sep 03 17:52:47.164 INFO O| Sep 03 17:52:47.164 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-03T17:52:47.833Z[ recovery-image] Sep 03 17:52:47.174 INFO O| Sep 03 17:52:47.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76472026-09-03T17:52:47.833Z[ recovery-image] Sep 03 17:52:47.174 INFO O| Sep 03 17:52:47.174 INFO STEP 647 (remove_files) COMPLETE
76482026-09-03T17:52:47.833Z[ recovery-image] Sep 03 17:52:47.174 INFO O| Sep 03 17:52:47.174 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-03T17:52:47.843Z[ recovery-image] Sep 03 17:52:47.184 INFO O| Sep 03 17:52:47.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76502026-09-03T17:52:47.843Z[ recovery-image] Sep 03 17:52:47.184 INFO O| Sep 03 17:52:47.184 INFO STEP 648 (remove_files) COMPLETE
76512026-09-03T17:52:47.843Z[ recovery-image] Sep 03 17:52:47.184 INFO O| Sep 03 17:52:47.184 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-03T17:52:47.852Z[ recovery-image] Sep 03 17:52:47.193 INFO O| Sep 03 17:52:47.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76532026-09-03T17:52:47.852Z[ recovery-image] Sep 03 17:52:47.193 INFO O| Sep 03 17:52:47.193 INFO STEP 649 (remove_files) COMPLETE
76542026-09-03T17:52:47.852Z[ recovery-image] Sep 03 17:52:47.193 INFO O| Sep 03 17:52:47.193 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-03T17:52:47.864Z[ recovery-image] Sep 03 17:52:47.205 INFO O| Sep 03 17:52:47.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76562026-09-03T17:52:47.864Z[ recovery-image] Sep 03 17:52:47.205 INFO O| Sep 03 17:52:47.205 INFO STEP 650 (remove_files) COMPLETE
76572026-09-03T17:52:47.864Z[ recovery-image] Sep 03 17:52:47.205 INFO O| Sep 03 17:52:47.205 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-03T17:52:47.874Z[ recovery-image] Sep 03 17:52:47.214 INFO O| Sep 03 17:52:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76592026-09-03T17:52:47.874Z[ recovery-image] Sep 03 17:52:47.215 INFO O| Sep 03 17:52:47.215 INFO STEP 651 (remove_files) COMPLETE
76602026-09-03T17:52:47.874Z[ recovery-image] Sep 03 17:52:47.215 INFO O| Sep 03 17:52:47.215 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-03T17:52:47.885Z[ recovery-image] Sep 03 17:52:47.226 INFO O| Sep 03 17:52:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76622026-09-03T17:52:47.886Z[ recovery-image] Sep 03 17:52:47.226 INFO O| Sep 03 17:52:47.226 INFO STEP 652 (remove_files) COMPLETE
76632026-09-03T17:52:47.889Z[ recovery-image] Sep 03 17:52:47.226 INFO O| Sep 03 17:52:47.226 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-03T17:52:47.896Z[ recovery-image] Sep 03 17:52:47.237 INFO O| Sep 03 17:52:47.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76652026-09-03T17:52:47.900Z[ recovery-image] Sep 03 17:52:47.237 INFO O| Sep 03 17:52:47.237 INFO STEP 653 (remove_files) COMPLETE
76662026-09-03T17:52:47.900Z[ recovery-image] Sep 03 17:52:47.237 INFO O| Sep 03 17:52:47.237 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-03T17:52:47.907Z[ recovery-image] Sep 03 17:52:47.248 INFO O| Sep 03 17:52:47.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76682026-09-03T17:52:47.907Z[ recovery-image] Sep 03 17:52:47.248 INFO O| Sep 03 17:52:47.248 INFO STEP 654 (remove_files) COMPLETE
76692026-09-03T17:52:47.908Z[ recovery-image] Sep 03 17:52:47.248 INFO O| Sep 03 17:52:47.248 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-03T17:52:47.917Z[ recovery-image] Sep 03 17:52:47.257 INFO O| Sep 03 17:52:47.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76712026-09-03T17:52:47.917Z[ recovery-image] Sep 03 17:52:47.258 INFO O| Sep 03 17:52:47.258 INFO STEP 655 (remove_files) COMPLETE
76722026-09-03T17:52:47.917Z[ recovery-image] Sep 03 17:52:47.258 INFO O| Sep 03 17:52:47.258 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-03T17:52:47.924Z[ recovery-image] Sep 03 17:52:47.265 INFO O| Sep 03 17:52:47.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76742026-09-03T17:52:47.925Z[ recovery-image] Sep 03 17:52:47.265 INFO O| Sep 03 17:52:47.265 INFO STEP 656 (remove_files) COMPLETE
76752026-09-03T17:52:47.925Z[ recovery-image] Sep 03 17:52:47.265 INFO O| Sep 03 17:52:47.265 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-03T17:52:47.934Z[ recovery-image] Sep 03 17:52:47.273 INFO O| Sep 03 17:52:47.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76772026-09-03T17:52:47.934Z[ recovery-image] Sep 03 17:52:47.273 INFO O| Sep 03 17:52:47.273 INFO STEP 657 (remove_files) COMPLETE
76782026-09-03T17:52:47.934Z[ recovery-image] Sep 03 17:52:47.273 INFO O| Sep 03 17:52:47.273 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-09-03T17:52:47.940Z[ recovery-image] Sep 03 17:52:47.281 INFO O| Sep 03 17:52:47.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76802026-09-03T17:52:47.940Z[ recovery-image] Sep 03 17:52:47.281 INFO O| Sep 03 17:52:47.281 INFO STEP 658 (remove_files) COMPLETE
76812026-09-03T17:52:47.944Z[ recovery-image] Sep 03 17:52:47.281 INFO O| Sep 03 17:52:47.281 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-09-03T17:52:47.948Z[ recovery-image] Sep 03 17:52:47.289 INFO O| Sep 03 17:52:47.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76832026-09-03T17:52:47.948Z[ recovery-image] Sep 03 17:52:47.289 INFO O| Sep 03 17:52:47.289 INFO STEP 659 (remove_files) COMPLETE
76842026-09-03T17:52:47.949Z[ recovery-image] Sep 03 17:52:47.289 INFO O| Sep 03 17:52:47.289 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-09-03T17:52:47.959Z[ recovery-image] Sep 03 17:52:47.300 INFO O| Sep 03 17:52:47.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76862026-09-03T17:52:47.959Z[ recovery-image] Sep 03 17:52:47.300 INFO O| Sep 03 17:52:47.300 INFO STEP 660 (remove_files) COMPLETE
76872026-09-03T17:52:47.963Z[ recovery-image] Sep 03 17:52:47.300 INFO O| Sep 03 17:52:47.300 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-09-03T17:52:47.970Z[ recovery-image] Sep 03 17:52:47.311 INFO O| Sep 03 17:52:47.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76892026-09-03T17:52:47.970Z[ recovery-image] Sep 03 17:52:47.311 INFO O| Sep 03 17:52:47.311 INFO STEP 661 (remove_files) COMPLETE
76902026-09-03T17:52:47.974Z[ recovery-image] Sep 03 17:52:47.311 INFO O| Sep 03 17:52:47.311 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-09-03T17:52:47.974Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
76922026-09-03T17:52:47.981Z[ recovery-image] Sep 03 17:52:47.321 INFO O| Sep 03 17:52:47.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76932026-09-03T17:52:47.981Z[ recovery-image] Sep 03 17:52:47.322 INFO O| Sep 03 17:52:47.322 INFO STEP 662 (remove_files) COMPLETE
76942026-09-03T17:52:47.981Z[ recovery-image] Sep 03 17:52:47.322 INFO O| Sep 03 17:52:47.322 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-03T17:52:47.991Z[ recovery-image] Sep 03 17:52:47.332 INFO O| Sep 03 17:52:47.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76962026-09-03T17:52:47.991Z[ recovery-image] Sep 03 17:52:47.332 INFO O| Sep 03 17:52:47.332 INFO STEP 663 (remove_files) COMPLETE
76972026-09-03T17:52:47.995Z[ recovery-image] Sep 03 17:52:47.332 INFO O| Sep 03 17:52:47.332 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-03T17:52:48.002Z[ recovery-image] Sep 03 17:52:47.342 INFO O| Sep 03 17:52:47.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76992026-09-03T17:52:48.002Z[ recovery-image] Sep 03 17:52:47.342 INFO O| Sep 03 17:52:47.342 INFO STEP 664 (remove_files) COMPLETE
77002026-09-03T17:52:48.002Z[ recovery-image] Sep 03 17:52:47.342 INFO O| Sep 03 17:52:47.342 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-03T17:52:48.012Z[ recovery-image] Sep 03 17:52:47.352 INFO O| Sep 03 17:52:47.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
77022026-09-03T17:52:48.012Z[ recovery-image] Sep 03 17:52:47.352 INFO O| Sep 03 17:52:47.352 INFO STEP 665 (remove_files) COMPLETE
77032026-09-03T17:52:48.012Z[ recovery-image] Sep 03 17:52:47.352 INFO O| Sep 03 17:52:47.352 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-03T17:52:48.021Z[ recovery-image] Sep 03 17:52:47.362 INFO O| Sep 03 17:52:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
77052026-09-03T17:52:48.021Z[ recovery-image] Sep 03 17:52:47.362 INFO O| Sep 03 17:52:47.362 INFO STEP 666 (remove_files) COMPLETE
77062026-09-03T17:52:48.021Z[ recovery-image] Sep 03 17:52:47.362 INFO O| Sep 03 17:52:47.362 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-03T17:52:48.031Z[ recovery-image] Sep 03 17:52:47.371 INFO O| Sep 03 17:52:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
77082026-09-03T17:52:48.031Z[ recovery-image] Sep 03 17:52:47.371 INFO O| Sep 03 17:52:47.371 INFO STEP 667 (remove_files) COMPLETE
77092026-09-03T17:52:48.031Z[ recovery-image] Sep 03 17:52:47.371 INFO O| Sep 03 17:52:47.371 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-03T17:52:48.041Z[ recovery-image] Sep 03 17:52:47.382 INFO O| Sep 03 17:52:47.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
77112026-09-03T17:52:48.041Z[ recovery-image] Sep 03 17:52:47.382 INFO O| Sep 03 17:52:47.382 INFO STEP 668 (remove_files) COMPLETE
77122026-09-03T17:52:48.041Z[ recovery-image] Sep 03 17:52:47.382 INFO O| Sep 03 17:52:47.382 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-03T17:52:48.045Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
77142026-09-03T17:52:48.051Z[ recovery-image] Sep 03 17:52:47.392 INFO O| Sep 03 17:52:47.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
77152026-09-03T17:52:48.051Z[ recovery-image] Sep 03 17:52:47.392 INFO O| Sep 03 17:52:47.392 INFO STEP 669 (remove_files) COMPLETE
77162026-09-03T17:52:48.055Z[ recovery-image] Sep 03 17:52:47.392 INFO O| Sep 03 17:52:47.392 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-09-03T17:52:48.062Z[ recovery-image] Sep 03 17:52:47.403 INFO O| Sep 03 17:52:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
77182026-09-03T17:52:48.062Z[ recovery-image] Sep 03 17:52:47.403 INFO O| Sep 03 17:52:47.403 INFO STEP 670 (remove_files) COMPLETE
77192026-09-03T17:52:48.066Z[ recovery-image] Sep 03 17:52:47.403 INFO O| Sep 03 17:52:47.403 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-09-03T17:52:48.073Z[ recovery-image] Sep 03 17:52:47.413 INFO O| Sep 03 17:52:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
77212026-09-03T17:52:48.073Z[ recovery-image] Sep 03 17:52:47.413 INFO O| Sep 03 17:52:47.413 INFO STEP 671 (remove_files) COMPLETE
77222026-09-03T17:52:48.076Z[ recovery-image] Sep 03 17:52:47.413 INFO O| Sep 03 17:52:47.413 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-09-03T17:52:48.082Z[ recovery-image] Sep 03 17:52:47.423 INFO O| Sep 03 17:52:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77242026-09-03T17:52:48.082Z[ recovery-image] Sep 03 17:52:47.423 INFO O| Sep 03 17:52:47.423 INFO STEP 672 (remove_files) COMPLETE
77252026-09-03T17:52:48.082Z[ recovery-image] Sep 03 17:52:47.423 INFO O| Sep 03 17:52:47.423 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-09-03T17:52:48.091Z[ recovery-image] Sep 03 17:52:47.432 INFO O| Sep 03 17:52:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77272026-09-03T17:52:48.091Z[ recovery-image] Sep 03 17:52:47.432 INFO O| Sep 03 17:52:47.432 INFO STEP 673 (remove_files) COMPLETE
77282026-09-03T17:52:48.091Z[ recovery-image] Sep 03 17:52:47.432 INFO O| Sep 03 17:52:47.432 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-09-03T17:52:48.100Z[ recovery-image] Sep 03 17:52:47.441 INFO O| Sep 03 17:52:47.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77302026-09-03T17:52:48.100Z[ recovery-image] Sep 03 17:52:47.441 INFO O| Sep 03 17:52:47.441 INFO STEP 674 (remove_files) COMPLETE
77312026-09-03T17:52:48.100Z[ recovery-image] Sep 03 17:52:47.441 INFO O| Sep 03 17:52:47.441 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-09-03T17:52:48.108Z[ recovery-image] Sep 03 17:52:47.449 INFO O| Sep 03 17:52:47.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77332026-09-03T17:52:48.108Z[ recovery-image] Sep 03 17:52:47.449 INFO O| Sep 03 17:52:47.449 INFO STEP 675 (remove_files) COMPLETE
77342026-09-03T17:52:48.112Z[ recovery-image] Sep 03 17:52:47.449 INFO O| Sep 03 17:52:47.449 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-09-03T17:52:48.116Z[ recovery-image] Sep 03 17:52:47.457 INFO O| Sep 03 17:52:47.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77362026-09-03T17:52:48.116Z[ recovery-image] Sep 03 17:52:47.457 INFO O| Sep 03 17:52:47.457 INFO STEP 676 (remove_files) COMPLETE
77372026-09-03T17:52:48.120Z[ recovery-image] Sep 03 17:52:47.457 INFO O| Sep 03 17:52:47.457 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-09-03T17:52:48.125Z[ recovery-image] Sep 03 17:52:47.466 INFO O| Sep 03 17:52:47.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77392026-09-03T17:52:48.125Z[ recovery-image] Sep 03 17:52:47.466 INFO O| Sep 03 17:52:47.466 INFO STEP 677 (remove_files) COMPLETE
77402026-09-03T17:52:48.129Z[ recovery-image] Sep 03 17:52:47.466 INFO O| Sep 03 17:52:47.466 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-09-03T17:52:48.136Z[ recovery-image] Sep 03 17:52:47.475 INFO O| Sep 03 17:52:47.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77422026-09-03T17:52:48.137Z[ recovery-image] Sep 03 17:52:47.475 INFO O| Sep 03 17:52:47.475 INFO STEP 678 (remove_files) COMPLETE
77432026-09-03T17:52:48.137Z[ recovery-image] Sep 03 17:52:47.475 INFO O| Sep 03 17:52:47.475 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-09-03T17:52:48.147Z[ recovery-image] Sep 03 17:52:47.485 INFO O| Sep 03 17:52:47.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77452026-09-03T17:52:48.148Z[ recovery-image] Sep 03 17:52:47.486 INFO O| Sep 03 17:52:47.486 INFO STEP 679 (remove_files) COMPLETE
77462026-09-03T17:52:48.148Z[ recovery-image] Sep 03 17:52:47.486 INFO O| Sep 03 17:52:47.486 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-09-03T17:52:48.155Z[ recovery-image] Sep 03 17:52:47.496 INFO O| Sep 03 17:52:47.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77482026-09-03T17:52:48.155Z[ recovery-image] Sep 03 17:52:47.496 INFO O| Sep 03 17:52:47.496 INFO STEP 680 (remove_files) COMPLETE
77492026-09-03T17:52:48.160Z[ recovery-image] Sep 03 17:52:47.496 INFO O| Sep 03 17:52:47.496 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-09-03T17:52:48.163Z[ recovery-image] Sep 03 17:52:47.504 INFO O| Sep 03 17:52:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77512026-09-03T17:52:48.164Z[ recovery-image] Sep 03 17:52:47.505 INFO O| Sep 03 17:52:47.504 INFO STEP 681 (remove_files) COMPLETE
77522026-09-03T17:52:48.167Z[ recovery-image] Sep 03 17:52:47.505 INFO O| Sep 03 17:52:47.505 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-09-03T17:52:48.172Z[ recovery-image] Sep 03 17:52:47.513 INFO O| Sep 03 17:52:47.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77542026-09-03T17:52:48.172Z[ recovery-image] Sep 03 17:52:47.513 INFO O| Sep 03 17:52:47.513 INFO STEP 682 (remove_files) COMPLETE
77552026-09-03T17:52:48.172Z[ recovery-image] Sep 03 17:52:47.513 INFO O| Sep 03 17:52:47.513 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-09-03T17:52:48.180Z[ recovery-image] Sep 03 17:52:47.521 INFO O| Sep 03 17:52:47.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77572026-09-03T17:52:48.180Z[ recovery-image] Sep 03 17:52:47.521 INFO O| Sep 03 17:52:47.521 INFO STEP 683 (remove_files) COMPLETE
77582026-09-03T17:52:48.180Z[ recovery-image] Sep 03 17:52:47.521 INFO O| Sep 03 17:52:47.521 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-09-03T17:52:48.190Z[ recovery-image] Sep 03 17:52:47.531 INFO O| Sep 03 17:52:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77602026-09-03T17:52:48.190Z[ recovery-image] Sep 03 17:52:47.531 INFO O| Sep 03 17:52:47.531 INFO STEP 684 (remove_files) COMPLETE
77612026-09-03T17:52:48.194Z[ recovery-image] Sep 03 17:52:47.531 INFO O| Sep 03 17:52:47.531 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-09-03T17:52:48.200Z[ recovery-image] Sep 03 17:52:47.541 INFO O| Sep 03 17:52:47.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77632026-09-03T17:52:48.201Z[ recovery-image] Sep 03 17:52:47.541 INFO O| Sep 03 17:52:47.541 INFO STEP 685 (remove_files) COMPLETE
77642026-09-03T17:52:48.201Z[ recovery-image] Sep 03 17:52:47.541 INFO O| Sep 03 17:52:47.541 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-09-03T17:52:48.211Z[ recovery-image] Sep 03 17:52:47.552 INFO O| Sep 03 17:52:47.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77662026-09-03T17:52:48.211Z[ recovery-image] Sep 03 17:52:47.552 INFO O| Sep 03 17:52:47.552 INFO STEP 686 (remove_files) COMPLETE
77672026-09-03T17:52:48.211Z[ recovery-image] Sep 03 17:52:47.552 INFO O| Sep 03 17:52:47.552 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-03T17:52:48.220Z[ recovery-image] Sep 03 17:52:47.561 INFO O| Sep 03 17:52:47.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77692026-09-03T17:52:48.220Z[ recovery-image] Sep 03 17:52:47.561 INFO O| Sep 03 17:52:47.561 INFO STEP 687 (remove_files) COMPLETE
77702026-09-03T17:52:48.220Z[ recovery-image] Sep 03 17:52:47.561 INFO O| Sep 03 17:52:47.561 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-03T17:52:48.230Z[ recovery-image] Sep 03 17:52:47.571 INFO O| Sep 03 17:52:47.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77722026-09-03T17:52:48.230Z[ recovery-image] Sep 03 17:52:47.571 INFO O| Sep 03 17:52:47.571 INFO STEP 688 (remove_files) COMPLETE
77732026-09-03T17:52:48.230Z[ recovery-image] Sep 03 17:52:47.571 INFO O| Sep 03 17:52:47.571 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-03T17:52:48.241Z[ recovery-image] Sep 03 17:52:47.582 INFO O| Sep 03 17:52:47.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77752026-09-03T17:52:48.241Z[ recovery-image] Sep 03 17:52:47.582 INFO O| Sep 03 17:52:47.582 INFO STEP 689 (remove_files) COMPLETE
77762026-09-03T17:52:48.241Z[ recovery-image] Sep 03 17:52:47.582 INFO O| Sep 03 17:52:47.582 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-03T17:52:48.252Z[ recovery-image] Sep 03 17:52:47.593 INFO O| Sep 03 17:52:47.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77782026-09-03T17:52:48.252Z[ recovery-image] Sep 03 17:52:47.593 INFO O| Sep 03 17:52:47.593 INFO STEP 690 (remove_files) COMPLETE
77792026-09-03T17:52:48.252Z[ recovery-image] Sep 03 17:52:47.593 INFO O| Sep 03 17:52:47.593 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-03T17:52:48.262Z[ recovery-image] Sep 03 17:52:47.602 INFO O| Sep 03 17:52:47.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77812026-09-03T17:52:48.262Z[ recovery-image] Sep 03 17:52:47.602 INFO O| Sep 03 17:52:47.602 INFO STEP 691 (remove_files) COMPLETE
77822026-09-03T17:52:48.262Z[ recovery-image] Sep 03 17:52:47.602 INFO O| Sep 03 17:52:47.602 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-03T17:52:48.270Z[ recovery-image] Sep 03 17:52:47.611 INFO O| Sep 03 17:52:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77842026-09-03T17:52:48.270Z[ recovery-image] Sep 03 17:52:47.611 INFO O| Sep 03 17:52:47.611 INFO STEP 692 (remove_files) COMPLETE
77852026-09-03T17:52:48.270Z[ recovery-image] Sep 03 17:52:47.611 INFO O| Sep 03 17:52:47.611 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-03T17:52:48.279Z[ recovery-image] Sep 03 17:52:47.620 INFO O| Sep 03 17:52:47.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77872026-09-03T17:52:48.283Z[ recovery-image] Sep 03 17:52:47.620 INFO O| Sep 03 17:52:47.620 INFO STEP 693 (remove_files) COMPLETE
77882026-09-03T17:52:48.283Z[ recovery-image] Sep 03 17:52:47.620 INFO O| Sep 03 17:52:47.620 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-03T17:52:48.289Z[ recovery-image] Sep 03 17:52:47.630 INFO O| Sep 03 17:52:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77902026-09-03T17:52:48.289Z[ recovery-image] Sep 03 17:52:47.630 INFO O| Sep 03 17:52:47.630 INFO STEP 694 (remove_files) COMPLETE
77912026-09-03T17:52:48.289Z[ recovery-image] Sep 03 17:52:47.630 INFO O| Sep 03 17:52:47.630 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-03T17:52:48.299Z[ recovery-image] Sep 03 17:52:47.639 INFO O| Sep 03 17:52:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77932026-09-03T17:52:48.299Z[ recovery-image] Sep 03 17:52:47.639 INFO O| Sep 03 17:52:47.639 INFO STEP 695 (remove_files) COMPLETE
77942026-09-03T17:52:48.303Z[ recovery-image] Sep 03 17:52:47.639 INFO O| Sep 03 17:52:47.639 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-03T17:52:48.311Z[ recovery-image] Sep 03 17:52:47.652 INFO O| Sep 03 17:52:47.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77962026-09-03T17:52:48.311Z[ recovery-image] Sep 03 17:52:47.652 INFO O| Sep 03 17:52:47.652 INFO STEP 696 (remove_files) COMPLETE
77972026-09-03T17:52:48.311Z[ recovery-image] Sep 03 17:52:47.652 INFO O| Sep 03 17:52:47.652 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-03T17:52:48.321Z[ recovery-image] Sep 03 17:52:47.662 INFO O| Sep 03 17:52:47.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77992026-09-03T17:52:48.325Z[ recovery-image] Sep 03 17:52:47.662 INFO O| Sep 03 17:52:47.662 INFO STEP 697 (remove_files) COMPLETE
78002026-09-03T17:52:48.325Z[ recovery-image] Sep 03 17:52:47.662 INFO O| Sep 03 17:52:47.662 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-03T17:52:48.331Z[ recovery-image] Sep 03 17:52:47.672 INFO O| Sep 03 17:52:47.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
78022026-09-03T17:52:48.331Z[ recovery-image] Sep 03 17:52:47.672 INFO O| Sep 03 17:52:47.672 INFO STEP 698 (remove_files) COMPLETE
78032026-09-03T17:52:48.331Z[ recovery-image] Sep 03 17:52:47.672 INFO O| Sep 03 17:52:47.672 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-03T17:52:48.342Z[ recovery-image] Sep 03 17:52:47.682 INFO O| Sep 03 17:52:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
78052026-09-03T17:52:48.342Z[ recovery-image] Sep 03 17:52:47.682 INFO O| Sep 03 17:52:47.682 INFO STEP 699 (remove_files) COMPLETE
78062026-09-03T17:52:48.342Z[ recovery-image] Sep 03 17:52:47.682 INFO O| Sep 03 17:52:47.682 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.692 INFO O| Sep 03 17:52:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
78082026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.692 INFO O| Sep 03 17:52:47.692 INFO STEP 700 (remove_files) COMPLETE
78092026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.692 INFO O| Sep 03 17:52:47.692 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.703 INFO O| Sep 03 17:52:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
78112026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.703 INFO O| Sep 03 17:52:47.703 INFO STEP 701 (remove_files) COMPLETE
78122026-09-03T17:52:48.363Z[ recovery-image] Sep 03 17:52:47.703 INFO O| Sep 03 17:52:47.703 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-03T17:52:48.372Z[ recovery-image] Sep 03 17:52:47.712 INFO O| Sep 03 17:52:47.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
78142026-09-03T17:52:48.372Z[ recovery-image] Sep 03 17:52:47.712 INFO O| Sep 03 17:52:47.712 INFO STEP 702 (remove_files) COMPLETE
78152026-09-03T17:52:48.372Z[ recovery-image] Sep 03 17:52:47.712 INFO O| Sep 03 17:52:47.712 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-03T17:52:48.382Z[ recovery-image] Sep 03 17:52:47.723 INFO O| Sep 03 17:52:47.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
78172026-09-03T17:52:48.383Z[ recovery-image] Sep 03 17:52:47.723 INFO O| Sep 03 17:52:47.723 INFO STEP 703 (remove_files) COMPLETE
78182026-09-03T17:52:48.383Z[ recovery-image] Sep 03 17:52:47.723 INFO O| Sep 03 17:52:47.723 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-03T17:52:48.394Z[ recovery-image] Sep 03 17:52:47.735 INFO O| Sep 03 17:52:47.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
78202026-09-03T17:52:48.398Z[ recovery-image] Sep 03 17:52:47.736 INFO O| Sep 03 17:52:47.736 INFO STEP 704 (remove_files) COMPLETE
78212026-09-03T17:52:48.398Z[ recovery-image] Sep 03 17:52:47.736 INFO O| Sep 03 17:52:47.736 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-03T17:52:48.406Z[ recovery-image] Sep 03 17:52:47.746 INFO O| Sep 03 17:52:47.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78232026-09-03T17:52:48.406Z[ recovery-image] Sep 03 17:52:47.747 INFO O| Sep 03 17:52:47.747 INFO STEP 705 (remove_files) COMPLETE
78242026-09-03T17:52:48.410Z[ recovery-image] Sep 03 17:52:47.747 INFO O| Sep 03 17:52:47.747 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-03T17:52:48.418Z[ recovery-image] Sep 03 17:52:47.757 INFO O| Sep 03 17:52:47.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78262026-09-03T17:52:48.418Z[ recovery-image] Sep 03 17:52:47.757 INFO O| Sep 03 17:52:47.757 INFO STEP 706 (remove_files) COMPLETE
78272026-09-03T17:52:48.418Z[ recovery-image] Sep 03 17:52:47.757 INFO O| Sep 03 17:52:47.757 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-03T17:52:48.436Z[ recovery-image] Sep 03 17:52:47.777 INFO O| Sep 03 17:52:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78292026-09-03T17:52:48.436Z[ recovery-image] Sep 03 17:52:47.777 INFO O| Sep 03 17:52:47.777 INFO STEP 707 (remove_files) COMPLETE
78302026-09-03T17:52:48.437Z[ recovery-image] Sep 03 17:52:47.777 INFO O| Sep 03 17:52:47.777 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-03T17:52:48.446Z[ recovery-image] Sep 03 17:52:47.787 INFO O| Sep 03 17:52:47.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78322026-09-03T17:52:48.446Z[ recovery-image] Sep 03 17:52:47.787 INFO O| Sep 03 17:52:47.787 INFO STEP 708 (remove_files) COMPLETE
78332026-09-03T17:52:48.450Z[ recovery-image] Sep 03 17:52:47.787 INFO O| Sep 03 17:52:47.787 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-03T17:52:48.455Z[ recovery-image] Sep 03 17:52:47.796 INFO O| Sep 03 17:52:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78352026-09-03T17:52:48.455Z[ recovery-image] Sep 03 17:52:47.796 INFO O| Sep 03 17:52:47.796 INFO STEP 709 (remove_files) COMPLETE
78362026-09-03T17:52:48.455Z[ recovery-image] Sep 03 17:52:47.796 INFO O| Sep 03 17:52:47.796 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-03T17:52:48.464Z[ recovery-image] Sep 03 17:52:47.805 INFO O| Sep 03 17:52:47.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78382026-09-03T17:52:48.464Z[ recovery-image] Sep 03 17:52:47.805 INFO O| Sep 03 17:52:47.805 INFO STEP 710 (remove_files) COMPLETE
78392026-09-03T17:52:48.468Z[ recovery-image] Sep 03 17:52:47.805 INFO O| Sep 03 17:52:47.805 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-03T17:52:48.473Z[ recovery-image] Sep 03 17:52:47.814 INFO O| Sep 03 17:52:47.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78412026-09-03T17:52:48.473Z[ recovery-image] Sep 03 17:52:47.814 INFO O| Sep 03 17:52:47.814 INFO STEP 711 (remove_files) COMPLETE
78422026-09-03T17:52:48.477Z[ recovery-image] Sep 03 17:52:47.814 INFO O| Sep 03 17:52:47.814 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-03T17:52:48.482Z[ recovery-image] Sep 03 17:52:47.823 INFO O| Sep 03 17:52:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78442026-09-03T17:52:48.483Z[ recovery-image] Sep 03 17:52:47.823 INFO O| Sep 03 17:52:47.823 INFO STEP 712 (remove_files) COMPLETE
78452026-09-03T17:52:48.486Z[ recovery-image] Sep 03 17:52:47.823 INFO O| Sep 03 17:52:47.823 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-03T17:52:48.492Z[ recovery-image] Sep 03 17:52:47.833 INFO O| Sep 03 17:52:47.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78472026-09-03T17:52:48.492Z[ recovery-image] Sep 03 17:52:47.833 INFO O| Sep 03 17:52:47.833 INFO STEP 713 (remove_files) COMPLETE
78482026-09-03T17:52:48.492Z[ recovery-image] Sep 03 17:52:47.833 INFO O| Sep 03 17:52:47.833 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-03T17:52:48.503Z[ recovery-image] Sep 03 17:52:47.843 INFO O| Sep 03 17:52:47.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78502026-09-03T17:52:48.503Z[ recovery-image] Sep 03 17:52:47.843 INFO O| Sep 03 17:52:47.843 INFO STEP 714 (remove_files) COMPLETE
78512026-09-03T17:52:48.507Z[ recovery-image] Sep 03 17:52:47.843 INFO O| Sep 03 17:52:47.843 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-03T17:52:48.513Z[ recovery-image] Sep 03 17:52:47.854 INFO O| Sep 03 17:52:47.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78532026-09-03T17:52:48.513Z[ recovery-image] Sep 03 17:52:47.854 INFO O| Sep 03 17:52:47.854 INFO STEP 715 (remove_files) COMPLETE
78542026-09-03T17:52:48.513Z[ recovery-image] Sep 03 17:52:47.854 INFO O| Sep 03 17:52:47.854 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-03T17:52:48.522Z[ recovery-image] Sep 03 17:52:47.863 INFO O| Sep 03 17:52:47.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78562026-09-03T17:52:48.526Z[ recovery-image] Sep 03 17:52:47.867 INFO O| Sep 03 17:52:47.867 INFO STEP 716 (remove_files) COMPLETE
78572026-09-03T17:52:48.526Z[ recovery-image] Sep 03 17:52:47.867 INFO O| Sep 03 17:52:47.867 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-03T17:52:48.537Z[ recovery-image] Sep 03 17:52:47.878 INFO O| Sep 03 17:52:47.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78592026-09-03T17:52:48.537Z[ recovery-image] Sep 03 17:52:47.878 INFO O| Sep 03 17:52:47.878 INFO STEP 717 (remove_files) COMPLETE
78602026-09-03T17:52:48.537Z[ recovery-image] Sep 03 17:52:47.878 INFO O| Sep 03 17:52:47.878 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-03T17:52:48.546Z[ recovery-image] Sep 03 17:52:47.887 INFO O| Sep 03 17:52:47.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78622026-09-03T17:52:48.546Z[ recovery-image] Sep 03 17:52:47.887 INFO O| Sep 03 17:52:47.887 INFO STEP 718 (remove_files) COMPLETE
78632026-09-03T17:52:48.546Z[ recovery-image] Sep 03 17:52:47.887 INFO O| Sep 03 17:52:47.887 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-03T17:52:48.555Z[ recovery-image] Sep 03 17:52:47.896 INFO O| Sep 03 17:52:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78652026-09-03T17:52:48.555Z[ recovery-image] Sep 03 17:52:47.896 INFO O| Sep 03 17:52:47.896 INFO STEP 719 (remove_files) COMPLETE
78662026-09-03T17:52:48.555Z[ recovery-image] Sep 03 17:52:47.896 INFO O| Sep 03 17:52:47.896 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-03T17:52:48.563Z[ recovery-image] Sep 03 17:52:47.904 INFO O| Sep 03 17:52:47.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78682026-09-03T17:52:48.564Z[ recovery-image] Sep 03 17:52:47.904 INFO O| Sep 03 17:52:47.904 INFO STEP 720 (remove_files) COMPLETE
78692026-09-03T17:52:48.567Z[ recovery-image] Sep 03 17:52:47.904 INFO O| Sep 03 17:52:47.904 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-03T17:52:48.572Z[ recovery-image] Sep 03 17:52:47.913 INFO O| Sep 03 17:52:47.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78712026-09-03T17:52:48.572Z[ recovery-image] Sep 03 17:52:47.913 INFO O| Sep 03 17:52:47.913 INFO STEP 721 (remove_files) COMPLETE
78722026-09-03T17:52:48.573Z[ recovery-image] Sep 03 17:52:47.913 INFO O| Sep 03 17:52:47.913 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-03T17:52:48.583Z[ recovery-image] Sep 03 17:52:47.923 INFO O| Sep 03 17:52:47.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78742026-09-03T17:52:48.583Z[ recovery-image] Sep 03 17:52:47.923 INFO O| Sep 03 17:52:47.923 INFO STEP 722 (remove_files) COMPLETE
78752026-09-03T17:52:48.583Z[ recovery-image] Sep 03 17:52:47.923 INFO O| Sep 03 17:52:47.923 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-03T17:52:48.593Z[ recovery-image] Sep 03 17:52:47.934 INFO O| Sep 03 17:52:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78772026-09-03T17:52:48.593Z[ recovery-image] Sep 03 17:52:47.934 INFO O| Sep 03 17:52:47.934 INFO STEP 723 (remove_files) COMPLETE
78782026-09-03T17:52:48.593Z[ recovery-image] Sep 03 17:52:47.934 INFO O| Sep 03 17:52:47.934 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-03T17:52:48.603Z[ recovery-image] Sep 03 17:52:47.944 INFO O| Sep 03 17:52:47.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78802026-09-03T17:52:48.603Z[ recovery-image] Sep 03 17:52:47.944 INFO O| Sep 03 17:52:47.944 INFO STEP 724 (remove_files) COMPLETE
78812026-09-03T17:52:48.604Z[ recovery-image] Sep 03 17:52:47.944 INFO O| Sep 03 17:52:47.944 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-03T17:52:48.612Z[ recovery-image] Sep 03 17:52:47.953 INFO O| Sep 03 17:52:47.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78832026-09-03T17:52:48.612Z[ recovery-image] Sep 03 17:52:47.953 INFO O| Sep 03 17:52:47.953 INFO STEP 725 (remove_files) COMPLETE
78842026-09-03T17:52:48.612Z[ recovery-image] Sep 03 17:52:47.953 INFO O| Sep 03 17:52:47.953 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-03T17:52:48.620Z[ recovery-image] Sep 03 17:52:47.961 INFO O| Sep 03 17:52:47.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78862026-09-03T17:52:48.620Z[ recovery-image] Sep 03 17:52:47.961 INFO O| Sep 03 17:52:47.961 INFO STEP 726 (remove_files) COMPLETE
78872026-09-03T17:52:48.620Z[ recovery-image] Sep 03 17:52:47.961 INFO O| Sep 03 17:52:47.961 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-03T17:52:48.628Z[ recovery-image] Sep 03 17:52:47.969 INFO O| Sep 03 17:52:47.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78892026-09-03T17:52:48.629Z[ recovery-image] Sep 03 17:52:47.969 INFO O| Sep 03 17:52:47.969 INFO STEP 727 (remove_files) COMPLETE
78902026-09-03T17:52:48.633Z[ recovery-image] Sep 03 17:52:47.969 INFO O| Sep 03 17:52:47.969 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-03T17:52:48.637Z[ recovery-image] Sep 03 17:52:47.977 INFO O| Sep 03 17:52:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78922026-09-03T17:52:48.637Z[ recovery-image] Sep 03 17:52:47.977 INFO O| Sep 03 17:52:47.977 INFO STEP 728 (remove_files) COMPLETE
78932026-09-03T17:52:48.637Z[ recovery-image] Sep 03 17:52:47.977 INFO O| Sep 03 17:52:47.977 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-03T17:52:48.646Z[ recovery-image] Sep 03 17:52:47.987 INFO O| Sep 03 17:52:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78952026-09-03T17:52:48.646Z[ recovery-image] Sep 03 17:52:47.987 INFO O| Sep 03 17:52:47.987 INFO STEP 729 (remove_files) COMPLETE
78962026-09-03T17:52:48.646Z[ recovery-image] Sep 03 17:52:47.987 INFO O| Sep 03 17:52:47.987 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-03T17:52:48.656Z[ recovery-image] Sep 03 17:52:47.997 INFO O| Sep 03 17:52:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78982026-09-03T17:52:48.656Z[ recovery-image] Sep 03 17:52:47.997 INFO O| Sep 03 17:52:47.997 INFO STEP 730 (remove_files) COMPLETE
78992026-09-03T17:52:48.660Z[ recovery-image] Sep 03 17:52:47.997 INFO O| Sep 03 17:52:47.997 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-03T17:52:48.668Z[ recovery-image] Sep 03 17:52:48.008 INFO O| Sep 03 17:52:48.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
79012026-09-03T17:52:48.668Z[ recovery-image] Sep 03 17:52:48.008 INFO O| Sep 03 17:52:48.008 INFO STEP 731 (remove_files) COMPLETE
79022026-09-03T17:52:48.672Z[ recovery-image] Sep 03 17:52:48.008 INFO O| Sep 03 17:52:48.008 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-03T17:52:48.676Z[ recovery-image] Sep 03 17:52:48.017 INFO O| Sep 03 17:52:48.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
79042026-09-03T17:52:48.677Z[ recovery-image] Sep 03 17:52:48.017 INFO O| Sep 03 17:52:48.017 INFO STEP 732 (remove_files) COMPLETE
79052026-09-03T17:52:48.680Z[ recovery-image] Sep 03 17:52:48.017 INFO O| Sep 03 17:52:48.017 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-03T17:52:48.688Z[ recovery-image] Sep 03 17:52:48.029 INFO O| Sep 03 17:52:48.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
79072026-09-03T17:52:48.688Z[ recovery-image] Sep 03 17:52:48.029 INFO O| Sep 03 17:52:48.029 INFO STEP 733 (remove_files) COMPLETE
79082026-09-03T17:52:48.692Z[ recovery-image] Sep 03 17:52:48.029 INFO O| Sep 03 17:52:48.029 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-03T17:52:48.698Z[ recovery-image] Sep 03 17:52:48.039 INFO O| Sep 03 17:52:48.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
79102026-09-03T17:52:48.698Z[ recovery-image] Sep 03 17:52:48.039 INFO O| Sep 03 17:52:48.039 INFO STEP 734 (remove_files) COMPLETE
79112026-09-03T17:52:48.702Z[ recovery-image] Sep 03 17:52:48.039 INFO O| Sep 03 17:52:48.039 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-03T17:52:48.707Z[ recovery-image] Sep 03 17:52:48.048 INFO O| Sep 03 17:52:48.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
79132026-09-03T17:52:48.707Z[ recovery-image] Sep 03 17:52:48.048 INFO O| Sep 03 17:52:48.048 INFO STEP 735 (remove_files) COMPLETE
79142026-09-03T17:52:48.707Z[ recovery-image] Sep 03 17:52:48.048 INFO O| Sep 03 17:52:48.048 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-03T17:52:48.716Z[ recovery-image] Sep 03 17:52:48.057 INFO O| Sep 03 17:52:48.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
79162026-09-03T17:52:48.717Z[ recovery-image] Sep 03 17:52:48.057 INFO O| Sep 03 17:52:48.057 INFO STEP 736 (remove_files) COMPLETE
79172026-09-03T17:52:48.717Z[ recovery-image] Sep 03 17:52:48.057 INFO O| Sep 03 17:52:48.057 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-09-03T17:52:48.726Z[ recovery-image] Sep 03 17:52:48.067 INFO O| Sep 03 17:52:48.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
79192026-09-03T17:52:48.726Z[ recovery-image] Sep 03 17:52:48.067 INFO O| Sep 03 17:52:48.067 INFO STEP 737 (remove_files) COMPLETE
79202026-09-03T17:52:48.726Z[ recovery-image] Sep 03 17:52:48.067 INFO O| Sep 03 17:52:48.067 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-09-03T17:52:48.736Z[ recovery-image] Sep 03 17:52:48.077 INFO O| Sep 03 17:52:48.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79222026-09-03T17:52:48.736Z[ recovery-image] Sep 03 17:52:48.077 INFO O| Sep 03 17:52:48.077 INFO STEP 738 (remove_files) COMPLETE
79232026-09-03T17:52:48.736Z[ recovery-image] Sep 03 17:52:48.077 INFO O| Sep 03 17:52:48.077 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-09-03T17:52:48.746Z[ recovery-image] Sep 03 17:52:48.087 INFO O| Sep 03 17:52:48.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79252026-09-03T17:52:48.746Z[ recovery-image] Sep 03 17:52:48.087 INFO O| Sep 03 17:52:48.087 INFO STEP 739 (remove_files) COMPLETE
79262026-09-03T17:52:48.750Z[ recovery-image] Sep 03 17:52:48.087 INFO O| Sep 03 17:52:48.087 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-09-03T17:52:48.761Z[ recovery-image] Sep 03 17:52:48.097 INFO O| Sep 03 17:52:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79282026-09-03T17:52:48.761Z[ recovery-image] Sep 03 17:52:48.097 INFO O| Sep 03 17:52:48.097 INFO STEP 740 (remove_files) COMPLETE
79292026-09-03T17:52:48.761Z[ recovery-image] Sep 03 17:52:48.097 INFO O| Sep 03 17:52:48.097 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-09-03T17:52:48.766Z[ recovery-image] Sep 03 17:52:48.107 INFO O| Sep 03 17:52:48.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79312026-09-03T17:52:48.766Z[ recovery-image] Sep 03 17:52:48.107 INFO O| Sep 03 17:52:48.107 INFO STEP 741 (remove_files) COMPLETE
79322026-09-03T17:52:48.770Z[ recovery-image] Sep 03 17:52:48.107 INFO O| Sep 03 17:52:48.107 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-09-03T17:52:48.780Z[ recovery-image] Sep 03 17:52:48.118 INFO O| Sep 03 17:52:48.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79342026-09-03T17:52:48.781Z[ recovery-image] Sep 03 17:52:48.118 INFO O| Sep 03 17:52:48.118 INFO STEP 742 (remove_files) COMPLETE
79352026-09-03T17:52:48.781Z[ recovery-image] Sep 03 17:52:48.118 INFO O| Sep 03 17:52:48.118 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-09-03T17:52:48.790Z[ recovery-image] Sep 03 17:52:48.130 INFO O| Sep 03 17:52:48.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79372026-09-03T17:52:48.790Z[ recovery-image] Sep 03 17:52:48.130 INFO O| Sep 03 17:52:48.130 INFO STEP 743 (remove_files) COMPLETE
79382026-09-03T17:52:48.790Z[ recovery-image] Sep 03 17:52:48.130 INFO O| Sep 03 17:52:48.130 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-09-03T17:52:48.802Z[ recovery-image] Sep 03 17:52:48.142 INFO O| Sep 03 17:52:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79402026-09-03T17:52:48.802Z[ recovery-image] Sep 03 17:52:48.142 INFO O| Sep 03 17:52:48.142 INFO STEP 744 (remove_files) COMPLETE
79412026-09-03T17:52:48.802Z[ recovery-image] Sep 03 17:52:48.142 INFO O| Sep 03 17:52:48.142 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-09-03T17:52:48.812Z[ recovery-image] Sep 03 17:52:48.152 INFO O| Sep 03 17:52:48.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79432026-09-03T17:52:48.812Z[ recovery-image] Sep 03 17:52:48.152 INFO O| Sep 03 17:52:48.152 INFO STEP 745 (remove_files) COMPLETE
79442026-09-03T17:52:48.812Z[ recovery-image] Sep 03 17:52:48.152 INFO O| Sep 03 17:52:48.152 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-09-03T17:52:48.829Z[ recovery-image] Sep 03 17:52:48.170 INFO O| Sep 03 17:52:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79462026-09-03T17:52:48.829Z[ recovery-image] Sep 03 17:52:48.170 INFO O| Sep 03 17:52:48.170 INFO STEP 746 (remove_files) COMPLETE
79472026-09-03T17:52:48.833Z[ recovery-image] Sep 03 17:52:48.170 INFO O| Sep 03 17:52:48.170 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-09-03T17:52:48.839Z[ recovery-image] Sep 03 17:52:48.180 INFO O| Sep 03 17:52:48.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79492026-09-03T17:52:48.839Z[ recovery-image] Sep 03 17:52:48.180 INFO O| Sep 03 17:52:48.180 INFO STEP 747 (remove_files) COMPLETE
79502026-09-03T17:52:48.839Z[ recovery-image] Sep 03 17:52:48.180 INFO O| Sep 03 17:52:48.180 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-09-03T17:52:48.849Z[ recovery-image] Sep 03 17:52:48.190 INFO O| Sep 03 17:52:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79522026-09-03T17:52:48.849Z[ recovery-image] Sep 03 17:52:48.190 INFO O| Sep 03 17:52:48.190 INFO STEP 748 (remove_files) COMPLETE
79532026-09-03T17:52:48.853Z[ recovery-image] Sep 03 17:52:48.190 INFO O| Sep 03 17:52:48.190 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-09-03T17:52:48.864Z[ recovery-image] Sep 03 17:52:48.200 INFO O| Sep 03 17:52:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79552026-09-03T17:52:48.868Z[ recovery-image] Sep 03 17:52:48.200 INFO O| Sep 03 17:52:48.200 INFO STEP 749 (remove_files) COMPLETE
79562026-09-03T17:52:48.868Z[ recovery-image] Sep 03 17:52:48.200 INFO O| Sep 03 17:52:48.200 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-09-03T17:52:48.869Z[ recovery-image] Sep 03 17:52:48.208 INFO O| Sep 03 17:52:48.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79582026-09-03T17:52:48.869Z[ recovery-image] Sep 03 17:52:48.208 INFO O| Sep 03 17:52:48.208 INFO STEP 750 (remove_files) COMPLETE
79592026-09-03T17:52:48.869Z[ recovery-image] Sep 03 17:52:48.208 INFO O| Sep 03 17:52:48.208 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-09-03T17:52:48.875Z[ recovery-image] Sep 03 17:52:48.216 INFO O| Sep 03 17:52:48.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79612026-09-03T17:52:48.876Z[ recovery-image] Sep 03 17:52:48.216 INFO O| Sep 03 17:52:48.216 INFO STEP 751 (remove_files) COMPLETE
79622026-09-03T17:52:48.879Z[ recovery-image] Sep 03 17:52:48.216 INFO O| Sep 03 17:52:48.216 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-03T17:52:48.909Z[ recovery-image] Sep 03 17:52:48.225 INFO O| Sep 03 17:52:48.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79642026-09-03T17:52:48.909Z[ recovery-image] Sep 03 17:52:48.225 INFO O| Sep 03 17:52:48.225 INFO STEP 752 (remove_files) COMPLETE
79652026-09-03T17:52:48.909Z[ recovery-image] Sep 03 17:52:48.225 INFO O| Sep 03 17:52:48.225 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-03T17:52:48.909Z[ recovery-image] Sep 03 17:52:48.233 INFO O| Sep 03 17:52:48.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79672026-09-03T17:52:48.910Z[ recovery-image] Sep 03 17:52:48.233 INFO O| Sep 03 17:52:48.233 INFO STEP 753 (remove_files) COMPLETE
79682026-09-03T17:52:48.910Z[ recovery-image] Sep 03 17:52:48.233 INFO O| Sep 03 17:52:48.233 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-03T17:52:48.910Z[ recovery-image] Sep 03 17:52:48.241 INFO O| Sep 03 17:52:48.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79702026-09-03T17:52:48.910Z[ recovery-image] Sep 03 17:52:48.241 INFO O| Sep 03 17:52:48.241 INFO STEP 754 (remove_files) COMPLETE
79712026-09-03T17:52:48.910Z[ recovery-image] Sep 03 17:52:48.241 INFO O| Sep 03 17:52:48.241 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-03T17:52:48.915Z[ recovery-image] Sep 03 17:52:48.249 INFO O| Sep 03 17:52:48.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79732026-09-03T17:52:48.915Z[ recovery-image] Sep 03 17:52:48.249 INFO O| Sep 03 17:52:48.249 INFO STEP 755 (remove_files) COMPLETE
79742026-09-03T17:52:48.915Z[ recovery-image] Sep 03 17:52:48.249 INFO O| Sep 03 17:52:48.249 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-03T17:52:48.920Z[ recovery-image] Sep 03 17:52:48.258 INFO O| Sep 03 17:52:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79762026-09-03T17:52:48.920Z[ recovery-image] Sep 03 17:52:48.258 INFO O| Sep 03 17:52:48.258 INFO STEP 756 (remove_files) COMPLETE
79772026-09-03T17:52:48.920Z[ recovery-image] Sep 03 17:52:48.258 INFO O| Sep 03 17:52:48.258 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-03T17:52:48.926Z[ recovery-image] Sep 03 17:52:48.267 INFO O| Sep 03 17:52:48.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79792026-09-03T17:52:48.926Z[ recovery-image] Sep 03 17:52:48.267 INFO O| Sep 03 17:52:48.267 INFO STEP 757 (remove_files) COMPLETE
79802026-09-03T17:52:48.927Z[ recovery-image] Sep 03 17:52:48.267 INFO O| Sep 03 17:52:48.267 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-03T17:52:48.942Z[ recovery-image] Sep 03 17:52:48.277 INFO O| Sep 03 17:52:48.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79822026-09-03T17:52:48.942Z[ recovery-image] Sep 03 17:52:48.277 INFO O| Sep 03 17:52:48.277 INFO STEP 758 (remove_files) COMPLETE
79832026-09-03T17:52:48.948Z[ recovery-image] Sep 03 17:52:48.277 INFO O| Sep 03 17:52:48.277 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-03T17:52:48.948Z[ recovery-image] Sep 03 17:52:48.288 INFO O| Sep 03 17:52:48.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79852026-09-03T17:52:48.948Z[ recovery-image] Sep 03 17:52:48.288 INFO O| Sep 03 17:52:48.288 INFO STEP 759 (remove_files) COMPLETE
79862026-09-03T17:52:48.948Z[ recovery-image] Sep 03 17:52:48.288 INFO O| Sep 03 17:52:48.288 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-03T17:52:48.958Z[ recovery-image] Sep 03 17:52:48.299 INFO O| Sep 03 17:52:48.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79882026-09-03T17:52:48.958Z[ recovery-image] Sep 03 17:52:48.299 INFO O| Sep 03 17:52:48.299 INFO STEP 760 (remove_files) COMPLETE
79892026-09-03T17:52:48.962Z[ recovery-image] Sep 03 17:52:48.299 INFO O| Sep 03 17:52:48.299 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-03T17:52:48.966Z[ recovery-image] Sep 03 17:52:48.308 INFO O| Sep 03 17:52:48.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79912026-09-03T17:52:48.967Z[ recovery-image] Sep 03 17:52:48.308 INFO O| Sep 03 17:52:48.308 INFO STEP 761 (remove_files) COMPLETE
79922026-09-03T17:52:48.967Z[ recovery-image] Sep 03 17:52:48.308 INFO O| Sep 03 17:52:48.308 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-03T17:52:48.975Z[ recovery-image] Sep 03 17:52:48.316 INFO O| Sep 03 17:52:48.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79942026-09-03T17:52:48.975Z[ recovery-image] Sep 03 17:52:48.316 INFO O| Sep 03 17:52:48.316 INFO STEP 762 (remove_files) COMPLETE
79952026-09-03T17:52:48.976Z[ recovery-image] Sep 03 17:52:48.316 INFO O| Sep 03 17:52:48.316 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-03T17:52:48.984Z[ recovery-image] Sep 03 17:52:48.325 INFO O| Sep 03 17:52:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79972026-09-03T17:52:48.984Z[ recovery-image] Sep 03 17:52:48.325 INFO O| Sep 03 17:52:48.325 INFO STEP 763 (remove_files) COMPLETE
79982026-09-03T17:52:48.984Z[ recovery-image] Sep 03 17:52:48.325 INFO O| Sep 03 17:52:48.325 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-03T17:52:48.993Z[ recovery-image] Sep 03 17:52:48.334 INFO O| Sep 03 17:52:48.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
80002026-09-03T17:52:48.993Z[ recovery-image] Sep 03 17:52:48.334 INFO O| Sep 03 17:52:48.334 INFO STEP 764 (remove_files) COMPLETE
80012026-09-03T17:52:48.996Z[ recovery-image] Sep 03 17:52:48.334 INFO O| Sep 03 17:52:48.334 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-03T17:52:49.002Z[ recovery-image] Sep 03 17:52:48.342 INFO O| Sep 03 17:52:48.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
80032026-09-03T17:52:49.002Z[ recovery-image] Sep 03 17:52:48.342 INFO O| Sep 03 17:52:48.342 INFO STEP 765 (remove_files) COMPLETE
80042026-09-03T17:52:49.002Z[ recovery-image] Sep 03 17:52:48.342 INFO O| Sep 03 17:52:48.342 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-03T17:52:49.010Z[ recovery-image] Sep 03 17:52:48.351 INFO O| Sep 03 17:52:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
80062026-09-03T17:52:49.010Z[ recovery-image] Sep 03 17:52:48.351 INFO O| Sep 03 17:52:48.351 INFO STEP 766 (remove_files) COMPLETE
80072026-09-03T17:52:49.010Z[ recovery-image] Sep 03 17:52:48.351 INFO O| Sep 03 17:52:48.351 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-03T17:52:49.020Z[ recovery-image] Sep 03 17:52:48.361 INFO O| Sep 03 17:52:48.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
80092026-09-03T17:52:49.020Z[ recovery-image] Sep 03 17:52:48.361 INFO O| Sep 03 17:52:48.361 INFO STEP 767 (remove_files) COMPLETE
80102026-09-03T17:52:49.020Z[ recovery-image] Sep 03 17:52:48.361 INFO O| Sep 03 17:52:48.361 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-03T17:52:49.033Z[ recovery-image] Sep 03 17:52:48.372 INFO O| Sep 03 17:52:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
80122026-09-03T17:52:49.033Z[ recovery-image] Sep 03 17:52:48.373 INFO O| Sep 03 17:52:48.373 INFO STEP 768 (remove_files) COMPLETE
80132026-09-03T17:52:49.033Z[ recovery-image] Sep 03 17:52:48.373 INFO O| Sep 03 17:52:48.373 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-03T17:52:49.043Z[ recovery-image] Sep 03 17:52:48.384 INFO O| Sep 03 17:52:48.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
80152026-09-03T17:52:49.043Z[ recovery-image] Sep 03 17:52:48.384 INFO O| Sep 03 17:52:48.384 INFO STEP 769 (remove_files) COMPLETE
80162026-09-03T17:52:49.043Z[ recovery-image] Sep 03 17:52:48.384 INFO O| Sep 03 17:52:48.384 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-03T17:52:49.056Z[ recovery-image] Sep 03 17:52:48.395 INFO O| Sep 03 17:52:48.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
80182026-09-03T17:52:49.056Z[ recovery-image] Sep 03 17:52:48.396 INFO O| Sep 03 17:52:48.396 INFO STEP 770 (remove_files) COMPLETE
80192026-09-03T17:52:49.060Z[ recovery-image] Sep 03 17:52:48.396 INFO O| Sep 03 17:52:48.396 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-03T17:52:49.066Z[ recovery-image] Sep 03 17:52:48.407 INFO O| Sep 03 17:52:48.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80212026-09-03T17:52:49.066Z[ recovery-image] Sep 03 17:52:48.407 INFO O| Sep 03 17:52:48.407 INFO STEP 771 (remove_files) COMPLETE
80222026-09-03T17:52:49.066Z[ recovery-image] Sep 03 17:52:48.407 INFO O| Sep 03 17:52:48.407 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-03T17:52:49.076Z[ recovery-image] Sep 03 17:52:48.417 INFO O| Sep 03 17:52:48.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80242026-09-03T17:52:49.076Z[ recovery-image] Sep 03 17:52:48.417 INFO O| Sep 03 17:52:48.417 INFO STEP 772 (remove_files) COMPLETE
80252026-09-03T17:52:49.076Z[ recovery-image] Sep 03 17:52:48.417 INFO O| Sep 03 17:52:48.417 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-03T17:52:49.086Z[ recovery-image] Sep 03 17:52:48.426 INFO O| Sep 03 17:52:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80272026-09-03T17:52:49.086Z[ recovery-image] Sep 03 17:52:48.426 INFO O| Sep 03 17:52:48.426 INFO STEP 773 (remove_files) COMPLETE
80282026-09-03T17:52:49.086Z[ recovery-image] Sep 03 17:52:48.427 INFO O| Sep 03 17:52:48.426 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-03T17:52:49.095Z[ recovery-image] Sep 03 17:52:48.436 INFO O| Sep 03 17:52:48.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80302026-09-03T17:52:49.095Z[ recovery-image] Sep 03 17:52:48.436 INFO O| Sep 03 17:52:48.436 INFO STEP 774 (remove_files) COMPLETE
80312026-09-03T17:52:49.099Z[ recovery-image] Sep 03 17:52:48.436 INFO O| Sep 03 17:52:48.436 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-03T17:52:49.110Z[ recovery-image] Sep 03 17:52:48.447 INFO O| Sep 03 17:52:48.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80332026-09-03T17:52:49.110Z[ recovery-image] Sep 03 17:52:48.448 INFO O| Sep 03 17:52:48.448 INFO STEP 775 (remove_files) COMPLETE
80342026-09-03T17:52:49.111Z[ recovery-image] Sep 03 17:52:48.448 INFO O| Sep 03 17:52:48.448 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-03T17:52:49.116Z[ recovery-image] Sep 03 17:52:48.456 INFO O| Sep 03 17:52:48.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80362026-09-03T17:52:49.116Z[ recovery-image] Sep 03 17:52:48.456 INFO O| Sep 03 17:52:48.456 INFO STEP 776 (remove_files) COMPLETE
80372026-09-03T17:52:49.116Z[ recovery-image] Sep 03 17:52:48.456 INFO O| Sep 03 17:52:48.456 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-03T17:52:49.151Z[ recovery-image] Sep 03 17:52:48.492 INFO O| Sep 03 17:52:48.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80392026-09-03T17:52:49.151Z[ recovery-image] Sep 03 17:52:48.492 INFO O| Sep 03 17:52:48.492 INFO STEP 777 (remove_files) COMPLETE
80402026-09-03T17:52:49.151Z[ recovery-image] Sep 03 17:52:48.492 INFO O| Sep 03 17:52:48.492 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-03T17:52:49.165Z[ recovery-image] Sep 03 17:52:48.504 INFO O| Sep 03 17:52:48.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80422026-09-03T17:52:49.168Z[ recovery-image] Sep 03 17:52:48.504 INFO O| Sep 03 17:52:48.504 INFO STEP 778 (remove_files) COMPLETE
80432026-09-03T17:52:49.172Z[ recovery-image] Sep 03 17:52:48.504 INFO O| Sep 03 17:52:48.504 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-03T17:52:49.175Z[ recovery-image] Sep 03 17:52:48.513 INFO O| Sep 03 17:52:48.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80452026-09-03T17:52:49.181Z[ recovery-image] Sep 03 17:52:48.513 INFO O| Sep 03 17:52:48.513 INFO STEP 779 (remove_files) COMPLETE
80462026-09-03T17:52:49.191Z[ recovery-image] Sep 03 17:52:48.513 INFO O| Sep 03 17:52:48.513 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-03T17:52:49.191Z[ recovery-image] Sep 03 17:52:48.520 INFO O| Sep 03 17:52:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80482026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.520 INFO O| Sep 03 17:52:48.520 INFO STEP 780 (remove_files) COMPLETE
80492026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.520 INFO O| Sep 03 17:52:48.520 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.528 INFO O| Sep 03 17:52:48.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80512026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.528 INFO O| Sep 03 17:52:48.528 INFO STEP 781 (remove_files) COMPLETE
80522026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.528 INFO O| Sep 03 17:52:48.528 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.535 INFO O| Sep 03 17:52:48.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80542026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.535 INFO O| Sep 03 17:52:48.535 INFO STEP 782 (remove_files) COMPLETE
80552026-09-03T17:52:49.195Z[ recovery-image] Sep 03 17:52:48.535 INFO O| Sep 03 17:52:48.535 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-03T17:52:49.205Z[ recovery-image] Sep 03 17:52:48.546 INFO O| Sep 03 17:52:48.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80572026-09-03T17:52:49.205Z[ recovery-image] Sep 03 17:52:48.546 INFO O| Sep 03 17:52:48.546 INFO STEP 783 (remove_files) COMPLETE
80582026-09-03T17:52:49.205Z[ recovery-image] Sep 03 17:52:48.546 INFO O| Sep 03 17:52:48.546 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-03T17:52:49.216Z[ recovery-image] Sep 03 17:52:48.556 INFO O| Sep 03 17:52:48.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80602026-09-03T17:52:49.216Z[ recovery-image] Sep 03 17:52:48.556 INFO O| Sep 03 17:52:48.556 INFO STEP 784 (remove_files) COMPLETE
80612026-09-03T17:52:49.216Z[ recovery-image] Sep 03 17:52:48.556 INFO O| Sep 03 17:52:48.556 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-03T17:52:49.226Z[ recovery-image] Sep 03 17:52:48.566 INFO O| Sep 03 17:52:48.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80632026-09-03T17:52:49.226Z[ recovery-image] Sep 03 17:52:48.567 INFO O| Sep 03 17:52:48.566 INFO STEP 785 (remove_files) COMPLETE
80642026-09-03T17:52:49.226Z[ recovery-image] Sep 03 17:52:48.567 INFO O| Sep 03 17:52:48.566 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-03T17:52:49.236Z[ recovery-image] Sep 03 17:52:48.577 INFO O| Sep 03 17:52:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80662026-09-03T17:52:49.236Z[ recovery-image] Sep 03 17:52:48.577 INFO O| Sep 03 17:52:48.577 INFO STEP 786 (remove_files) COMPLETE
80672026-09-03T17:52:49.236Z[ recovery-image] Sep 03 17:52:48.577 INFO O| Sep 03 17:52:48.577 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-03T17:52:49.247Z[ recovery-image] Sep 03 17:52:48.588 INFO O| Sep 03 17:52:48.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80692026-09-03T17:52:49.247Z[ recovery-image] Sep 03 17:52:48.588 INFO O| Sep 03 17:52:48.588 INFO STEP 787 (remove_files) COMPLETE
80702026-09-03T17:52:49.247Z[ recovery-image] Sep 03 17:52:48.588 INFO O| Sep 03 17:52:48.588 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-03T17:52:49.258Z[ recovery-image] Sep 03 17:52:48.599 INFO O| Sep 03 17:52:48.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80722026-09-03T17:52:49.258Z[ recovery-image] Sep 03 17:52:48.599 INFO O| Sep 03 17:52:48.599 INFO STEP 788 (remove_files) COMPLETE
80732026-09-03T17:52:49.258Z[ recovery-image] Sep 03 17:52:48.599 INFO O| Sep 03 17:52:48.599 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-03T17:52:49.276Z[ recovery-image] Sep 03 17:52:48.616 INFO O| Sep 03 17:52:48.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80752026-09-03T17:52:49.276Z[ recovery-image] Sep 03 17:52:48.616 INFO O| Sep 03 17:52:48.609 INFO STEP 789 (remove_files) COMPLETE
80762026-09-03T17:52:49.276Z[ recovery-image] Sep 03 17:52:48.616 INFO O| Sep 03 17:52:48.609 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-03T17:52:49.279Z[ recovery-image] Sep 03 17:52:48.619 INFO O| Sep 03 17:52:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80782026-09-03T17:52:49.279Z[ recovery-image] Sep 03 17:52:48.620 INFO O| Sep 03 17:52:48.620 INFO STEP 790 (remove_files) COMPLETE
80792026-09-03T17:52:49.279Z[ recovery-image] Sep 03 17:52:48.620 INFO O| Sep 03 17:52:48.620 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-03T17:52:49.288Z[ recovery-image] Sep 03 17:52:48.629 INFO O| Sep 03 17:52:48.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80812026-09-03T17:52:49.292Z[ recovery-image] Sep 03 17:52:48.629 INFO O| Sep 03 17:52:48.629 INFO STEP 791 (remove_files) COMPLETE
80822026-09-03T17:52:49.292Z[ recovery-image] Sep 03 17:52:48.629 INFO O| Sep 03 17:52:48.629 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-03T17:52:49.298Z[ recovery-image] Sep 03 17:52:48.639 INFO O| Sep 03 17:52:48.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80842026-09-03T17:52:49.298Z[ recovery-image] Sep 03 17:52:48.639 INFO O| Sep 03 17:52:48.639 INFO STEP 792 (remove_files) COMPLETE
80852026-09-03T17:52:49.298Z[ recovery-image] Sep 03 17:52:48.639 INFO O| Sep 03 17:52:48.639 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-03T17:52:49.308Z[ recovery-image] Sep 03 17:52:48.649 INFO O| Sep 03 17:52:48.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80872026-09-03T17:52:49.308Z[ recovery-image] Sep 03 17:52:48.649 INFO O| Sep 03 17:52:48.649 INFO STEP 793 (remove_files) COMPLETE
80882026-09-03T17:52:49.308Z[ recovery-image] Sep 03 17:52:48.649 INFO O| Sep 03 17:52:48.649 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-03T17:52:49.318Z[ recovery-image] Sep 03 17:52:48.659 INFO O| Sep 03 17:52:48.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80902026-09-03T17:52:49.318Z[ recovery-image] Sep 03 17:52:48.659 INFO O| Sep 03 17:52:48.659 INFO STEP 794 (remove_files) COMPLETE
80912026-09-03T17:52:49.318Z[ recovery-image] Sep 03 17:52:48.659 INFO O| Sep 03 17:52:48.659 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-03T17:52:49.328Z[ recovery-image] Sep 03 17:52:48.669 INFO O| Sep 03 17:52:48.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80932026-09-03T17:52:49.328Z[ recovery-image] Sep 03 17:52:48.669 INFO O| Sep 03 17:52:48.669 INFO STEP 795 (remove_files) COMPLETE
80942026-09-03T17:52:49.328Z[ recovery-image] Sep 03 17:52:48.669 INFO O| Sep 03 17:52:48.669 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-03T17:52:49.337Z[ recovery-image] Sep 03 17:52:48.678 INFO O| Sep 03 17:52:48.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80962026-09-03T17:52:49.337Z[ recovery-image] Sep 03 17:52:48.678 INFO O| Sep 03 17:52:48.678 INFO STEP 796 (remove_files) COMPLETE
80972026-09-03T17:52:49.337Z[ recovery-image] Sep 03 17:52:48.678 INFO O| Sep 03 17:52:48.678 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-03T17:52:49.347Z[ recovery-image] Sep 03 17:52:48.688 INFO O| Sep 03 17:52:48.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80992026-09-03T17:52:49.347Z[ recovery-image] Sep 03 17:52:48.688 INFO O| Sep 03 17:52:48.688 INFO STEP 797 (remove_files) COMPLETE
81002026-09-03T17:52:49.350Z[ recovery-image] Sep 03 17:52:48.688 INFO O| Sep 03 17:52:48.688 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-03T17:52:49.356Z[ recovery-image] Sep 03 17:52:48.697 INFO O| Sep 03 17:52:48.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
81022026-09-03T17:52:49.356Z[ recovery-image] Sep 03 17:52:48.697 INFO O| Sep 03 17:52:48.697 INFO STEP 798 (remove_files) COMPLETE
81032026-09-03T17:52:49.356Z[ recovery-image] Sep 03 17:52:48.697 INFO O| Sep 03 17:52:48.697 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-09-03T17:52:49.364Z[ recovery-image] Sep 03 17:52:48.705 INFO O| Sep 03 17:52:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
81052026-09-03T17:52:49.364Z[ recovery-image] Sep 03 17:52:48.705 INFO O| Sep 03 17:52:48.705 INFO STEP 799 (remove_files) COMPLETE
81062026-09-03T17:52:49.365Z[ recovery-image] Sep 03 17:52:48.705 INFO O| Sep 03 17:52:48.705 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-09-03T17:52:49.372Z[ recovery-image] Sep 03 17:52:48.713 INFO O| Sep 03 17:52:48.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
81082026-09-03T17:52:49.372Z[ recovery-image] Sep 03 17:52:48.713 INFO O| Sep 03 17:52:48.713 INFO STEP 800 (remove_files) COMPLETE
81092026-09-03T17:52:49.376Z[ recovery-image] Sep 03 17:52:48.713 INFO O| Sep 03 17:52:48.713 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-09-03T17:52:49.380Z[ recovery-image] Sep 03 17:52:48.721 INFO O| Sep 03 17:52:48.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
81112026-09-03T17:52:49.380Z[ recovery-image] Sep 03 17:52:48.721 INFO O| Sep 03 17:52:48.721 INFO STEP 801 (remove_files) COMPLETE
81122026-09-03T17:52:49.380Z[ recovery-image] Sep 03 17:52:48.721 INFO O| Sep 03 17:52:48.721 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-09-03T17:52:49.388Z[ recovery-image] Sep 03 17:52:48.729 INFO O| Sep 03 17:52:48.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
81142026-09-03T17:52:49.388Z[ recovery-image] Sep 03 17:52:48.729 INFO O| Sep 03 17:52:48.729 INFO STEP 802 (remove_files) COMPLETE
81152026-09-03T17:52:49.388Z[ recovery-image] Sep 03 17:52:48.729 INFO O| Sep 03 17:52:48.729 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-09-03T17:52:49.396Z[ recovery-image] Sep 03 17:52:48.737 INFO O| Sep 03 17:52:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
81172026-09-03T17:52:49.396Z[ recovery-image] Sep 03 17:52:48.737 INFO O| Sep 03 17:52:48.737 INFO STEP 803 (remove_files) COMPLETE
81182026-09-03T17:52:49.396Z[ recovery-image] Sep 03 17:52:48.737 INFO O| Sep 03 17:52:48.737 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-03T17:52:49.404Z[ recovery-image] Sep 03 17:52:48.745 INFO O| Sep 03 17:52:48.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81202026-09-03T17:52:49.404Z[ recovery-image] Sep 03 17:52:48.745 INFO O| Sep 03 17:52:48.745 INFO STEP 804 (remove_files) COMPLETE
81212026-09-03T17:52:49.404Z[ recovery-image] Sep 03 17:52:48.745 INFO O| Sep 03 17:52:48.745 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-03T17:52:49.416Z[ recovery-image] Sep 03 17:52:48.757 INFO O| Sep 03 17:52:48.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81232026-09-03T17:52:49.416Z[ recovery-image] Sep 03 17:52:48.757 INFO O| Sep 03 17:52:48.757 INFO STEP 805 (remove_files) COMPLETE
81242026-09-03T17:52:49.419Z[ recovery-image] Sep 03 17:52:48.757 INFO O| Sep 03 17:52:48.757 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-03T17:52:49.428Z[ recovery-image] Sep 03 17:52:48.769 INFO O| Sep 03 17:52:48.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81262026-09-03T17:52:49.428Z[ recovery-image] Sep 03 17:52:48.769 INFO O| Sep 03 17:52:48.769 INFO STEP 806 (remove_files) COMPLETE
81272026-09-03T17:52:49.428Z[ recovery-image] Sep 03 17:52:48.769 INFO O| Sep 03 17:52:48.769 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-03T17:52:49.440Z[ recovery-image] Sep 03 17:52:48.781 INFO O| Sep 03 17:52:48.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81292026-09-03T17:52:49.440Z[ recovery-image] Sep 03 17:52:48.781 INFO O| Sep 03 17:52:48.781 INFO STEP 807 (remove_files) COMPLETE
81302026-09-03T17:52:49.443Z[ recovery-image] Sep 03 17:52:48.781 INFO O| Sep 03 17:52:48.781 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-03T17:52:49.450Z[ recovery-image] Sep 03 17:52:48.791 INFO O| Sep 03 17:52:48.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81322026-09-03T17:52:49.450Z[ recovery-image] Sep 03 17:52:48.791 INFO O| Sep 03 17:52:48.791 INFO STEP 808 (remove_files) COMPLETE
81332026-09-03T17:52:49.450Z[ recovery-image] Sep 03 17:52:48.791 INFO O| Sep 03 17:52:48.791 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-03T17:52:49.462Z[ recovery-image] Sep 03 17:52:48.803 INFO O| Sep 03 17:52:48.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81352026-09-03T17:52:49.462Z[ recovery-image] Sep 03 17:52:48.803 INFO O| Sep 03 17:52:48.803 INFO STEP 809 (remove_files) COMPLETE
81362026-09-03T17:52:49.462Z[ recovery-image] Sep 03 17:52:48.803 INFO O| Sep 03 17:52:48.803 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-03T17:52:49.472Z[ recovery-image] Sep 03 17:52:48.813 INFO O| Sep 03 17:52:48.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81382026-09-03T17:52:49.472Z[ recovery-image] Sep 03 17:52:48.813 INFO O| Sep 03 17:52:48.813 INFO STEP 810 (remove_files) COMPLETE
81392026-09-03T17:52:49.475Z[ recovery-image] Sep 03 17:52:48.813 INFO O| Sep 03 17:52:48.813 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-03T17:52:49.483Z[ recovery-image] Sep 03 17:52:48.824 INFO O| Sep 03 17:52:48.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81412026-09-03T17:52:49.483Z[ recovery-image] Sep 03 17:52:48.824 INFO O| Sep 03 17:52:48.824 INFO STEP 811 (remove_files) COMPLETE
81422026-09-03T17:52:49.483Z[ recovery-image] Sep 03 17:52:48.824 INFO O| Sep 03 17:52:48.824 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-03T17:52:49.493Z[ recovery-image] Sep 03 17:52:48.834 INFO O| Sep 03 17:52:48.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81442026-09-03T17:52:49.494Z[ recovery-image] Sep 03 17:52:48.835 INFO O| Sep 03 17:52:48.835 INFO STEP 812 (remove_files) COMPLETE
81452026-09-03T17:52:49.494Z[ recovery-image] Sep 03 17:52:48.835 INFO O| Sep 03 17:52:48.835 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-03T17:52:49.503Z[ recovery-image] Sep 03 17:52:48.844 INFO O| Sep 03 17:52:48.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81472026-09-03T17:52:49.503Z[ recovery-image] Sep 03 17:52:48.844 INFO O| Sep 03 17:52:48.844 INFO STEP 813 (remove_files) COMPLETE
81482026-09-03T17:52:49.503Z[ recovery-image] Sep 03 17:52:48.844 INFO O| Sep 03 17:52:48.844 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-03T17:52:49.513Z[ recovery-image] Sep 03 17:52:48.854 INFO O| Sep 03 17:52:48.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81502026-09-03T17:52:49.513Z[ recovery-image] Sep 03 17:52:48.854 INFO O| Sep 03 17:52:48.854 INFO STEP 814 (remove_files) COMPLETE
81512026-09-03T17:52:49.516Z[ recovery-image] Sep 03 17:52:48.854 INFO O| Sep 03 17:52:48.854 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-03T17:52:49.523Z[ recovery-image] Sep 03 17:52:48.864 INFO O| Sep 03 17:52:48.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81532026-09-03T17:52:49.523Z[ recovery-image] Sep 03 17:52:48.864 INFO O| Sep 03 17:52:48.864 INFO STEP 815 (remove_files) COMPLETE
81542026-09-03T17:52:49.526Z[ recovery-image] Sep 03 17:52:48.864 INFO O| Sep 03 17:52:48.864 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-03T17:52:49.532Z[ recovery-image] Sep 03 17:52:48.873 INFO O| Sep 03 17:52:48.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81562026-09-03T17:52:49.532Z[ recovery-image] Sep 03 17:52:48.873 INFO O| Sep 03 17:52:48.873 INFO STEP 816 (remove_files) COMPLETE
81572026-09-03T17:52:49.533Z[ recovery-image] Sep 03 17:52:48.873 INFO O| Sep 03 17:52:48.873 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-09-03T17:52:49.543Z[ recovery-image] Sep 03 17:52:48.883 INFO O| Sep 03 17:52:48.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81592026-09-03T17:52:49.543Z[ recovery-image] Sep 03 17:52:48.883 INFO O| Sep 03 17:52:48.883 INFO STEP 817 (remove_files) COMPLETE
81602026-09-03T17:52:49.547Z[ recovery-image] Sep 03 17:52:48.884 INFO O| Sep 03 17:52:48.883 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-09-03T17:52:49.552Z[ recovery-image] Sep 03 17:52:48.893 INFO O| Sep 03 17:52:48.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81622026-09-03T17:52:49.552Z[ recovery-image] Sep 03 17:52:48.893 INFO O| Sep 03 17:52:48.893 INFO STEP 818 (remove_files) COMPLETE
81632026-09-03T17:52:49.552Z[ recovery-image] Sep 03 17:52:48.893 INFO O| Sep 03 17:52:48.893 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-09-03T17:52:49.562Z[ recovery-image] Sep 03 17:52:48.903 INFO O| Sep 03 17:52:48.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81652026-09-03T17:52:49.562Z[ recovery-image] Sep 03 17:52:48.903 INFO O| Sep 03 17:52:48.903 INFO STEP 819 (remove_files) COMPLETE
81662026-09-03T17:52:49.562Z[ recovery-image] Sep 03 17:52:48.903 INFO O| Sep 03 17:52:48.903 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-09-03T17:52:49.572Z[ recovery-image] Sep 03 17:52:48.913 INFO O| Sep 03 17:52:48.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81682026-09-03T17:52:49.572Z[ recovery-image] Sep 03 17:52:48.913 INFO O| Sep 03 17:52:48.913 INFO STEP 820 (remove_files) COMPLETE
81692026-09-03T17:52:49.572Z[ recovery-image] Sep 03 17:52:48.913 INFO O| Sep 03 17:52:48.913 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-09-03T17:52:49.582Z[ recovery-image] Sep 03 17:52:48.923 INFO O| Sep 03 17:52:48.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81712026-09-03T17:52:49.582Z[ recovery-image] Sep 03 17:52:48.923 INFO O| Sep 03 17:52:48.923 INFO STEP 821 (remove_files) COMPLETE
81722026-09-03T17:52:49.582Z[ recovery-image] Sep 03 17:52:48.923 INFO O| Sep 03 17:52:48.923 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-09-03T17:52:49.591Z[ recovery-image] Sep 03 17:52:48.932 INFO O| Sep 03 17:52:48.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81742026-09-03T17:52:49.591Z[ recovery-image] Sep 03 17:52:48.932 INFO O| Sep 03 17:52:48.932 INFO STEP 822 (remove_files) COMPLETE
81752026-09-03T17:52:49.591Z[ recovery-image] Sep 03 17:52:48.932 INFO O| Sep 03 17:52:48.932 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-09-03T17:52:49.601Z[ recovery-image] Sep 03 17:52:48.942 INFO O| Sep 03 17:52:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81772026-09-03T17:52:49.601Z[ recovery-image] Sep 03 17:52:48.942 INFO O| Sep 03 17:52:48.942 INFO STEP 823 (remove_files) COMPLETE
81782026-09-03T17:52:49.601Z[ recovery-image] Sep 03 17:52:48.942 INFO O| Sep 03 17:52:48.942 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-09-03T17:52:49.611Z[ recovery-image] Sep 03 17:52:48.952 INFO O| Sep 03 17:52:48.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81802026-09-03T17:52:49.611Z[ recovery-image] Sep 03 17:52:48.952 INFO O| Sep 03 17:52:48.952 INFO STEP 824 (remove_files) COMPLETE
81812026-09-03T17:52:49.611Z[ recovery-image] Sep 03 17:52:48.952 INFO O| Sep 03 17:52:48.952 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-09-03T17:52:49.621Z[ recovery-image] Sep 03 17:52:48.962 INFO O| Sep 03 17:52:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81832026-09-03T17:52:49.621Z[ recovery-image] Sep 03 17:52:48.962 INFO O| Sep 03 17:52:48.962 INFO STEP 825 (remove_files) COMPLETE
81842026-09-03T17:52:49.621Z[ recovery-image] Sep 03 17:52:48.962 INFO O| Sep 03 17:52:48.962 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-09-03T17:52:49.626Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
81862026-09-03T17:52:49.632Z[ recovery-image] Sep 03 17:52:48.973 INFO O| Sep 03 17:52:48.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81872026-09-03T17:52:49.632Z[ recovery-image] Sep 03 17:52:48.973 INFO O| Sep 03 17:52:48.973 INFO STEP 826 (remove_files) COMPLETE
81882026-09-03T17:52:49.632Z[ recovery-image] Sep 03 17:52:48.973 INFO O| Sep 03 17:52:48.973 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-03T17:52:49.642Z[ recovery-image] Sep 03 17:52:48.983 INFO O| Sep 03 17:52:48.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81902026-09-03T17:52:49.642Z[ recovery-image] Sep 03 17:52:48.983 INFO O| Sep 03 17:52:48.983 INFO STEP 827 (remove_files) COMPLETE
81912026-09-03T17:52:49.642Z[ recovery-image] Sep 03 17:52:48.983 INFO O| Sep 03 17:52:48.983 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-03T17:52:49.653Z[ recovery-image] Sep 03 17:52:48.994 INFO O| Sep 03 17:52:48.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81932026-09-03T17:52:49.654Z[ recovery-image] Sep 03 17:52:48.994 INFO O| Sep 03 17:52:48.994 INFO STEP 828 (remove_files) COMPLETE
81942026-09-03T17:52:49.654Z[ recovery-image] Sep 03 17:52:48.995 INFO O| Sep 03 17:52:48.994 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-03T17:52:49.664Z[ recovery-image] Sep 03 17:52:49.005 INFO O| Sep 03 17:52:49.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81962026-09-03T17:52:49.664Z[ recovery-image] Sep 03 17:52:49.005 INFO O| Sep 03 17:52:49.005 INFO STEP 829 (remove_files) COMPLETE
81972026-09-03T17:52:49.668Z[ recovery-image] Sep 03 17:52:49.005 INFO O| Sep 03 17:52:49.005 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-03T17:52:49.676Z[ recovery-image] Sep 03 17:52:49.017 INFO O| Sep 03 17:52:49.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81992026-09-03T17:52:49.676Z[ recovery-image] Sep 03 17:52:49.017 INFO O| Sep 03 17:52:49.017 INFO STEP 830 (remove_files) COMPLETE
82002026-09-03T17:52:49.676Z[ recovery-image] Sep 03 17:52:49.017 INFO O| Sep 03 17:52:49.017 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-09-03T17:52:49.686Z[ recovery-image] Sep 03 17:52:49.027 INFO O| Sep 03 17:52:49.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
82022026-09-03T17:52:49.686Z[ recovery-image] Sep 03 17:52:49.027 INFO O| Sep 03 17:52:49.027 INFO STEP 831 (remove_files) COMPLETE
82032026-09-03T17:52:49.686Z[ recovery-image] Sep 03 17:52:49.027 INFO O| Sep 03 17:52:49.027 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-03T17:52:49.696Z[ recovery-image] Sep 03 17:52:49.037 INFO O| Sep 03 17:52:49.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
82052026-09-03T17:52:49.696Z[ recovery-image] Sep 03 17:52:49.037 INFO O| Sep 03 17:52:49.037 INFO STEP 832 (remove_files) COMPLETE
82062026-09-03T17:52:49.696Z[ recovery-image] Sep 03 17:52:49.037 INFO O| Sep 03 17:52:49.037 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-03T17:52:49.704Z[ recovery-image] Sep 03 17:52:49.045 INFO O| Sep 03 17:52:49.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
82082026-09-03T17:52:49.704Z[ recovery-image] Sep 03 17:52:49.045 INFO O| Sep 03 17:52:49.045 INFO STEP 833 (remove_files) COMPLETE
82092026-09-03T17:52:49.704Z[ recovery-image] Sep 03 17:52:49.045 INFO O| Sep 03 17:52:49.045 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-03T17:52:49.714Z[ recovery-image] Sep 03 17:52:49.055 INFO O| Sep 03 17:52:49.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
82112026-09-03T17:52:49.714Z[ recovery-image] Sep 03 17:52:49.055 INFO O| Sep 03 17:52:49.055 INFO STEP 834 (remove_files) COMPLETE
82122026-09-03T17:52:49.714Z[ recovery-image] Sep 03 17:52:49.055 INFO O| Sep 03 17:52:49.055 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-03T17:52:49.723Z[ recovery-image] Sep 03 17:52:49.064 INFO O| Sep 03 17:52:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
82142026-09-03T17:52:49.723Z[ recovery-image] Sep 03 17:52:49.064 INFO O| Sep 03 17:52:49.064 INFO STEP 835 (remove_files) COMPLETE
82152026-09-03T17:52:49.723Z[ recovery-image] Sep 03 17:52:49.064 INFO O| Sep 03 17:52:49.064 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-03T17:52:49.733Z[ recovery-image] Sep 03 17:52:49.074 INFO O| Sep 03 17:52:49.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
82172026-09-03T17:52:49.733Z[ recovery-image] Sep 03 17:52:49.074 INFO O| Sep 03 17:52:49.074 INFO STEP 836 (remove_files) COMPLETE
82182026-09-03T17:52:49.733Z[ recovery-image] Sep 03 17:52:49.074 INFO O| Sep 03 17:52:49.074 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-03T17:52:49.742Z[ recovery-image] Sep 03 17:52:49.083 INFO O| Sep 03 17:52:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82202026-09-03T17:52:49.742Z[ recovery-image] Sep 03 17:52:49.083 INFO O| Sep 03 17:52:49.083 INFO STEP 837 (remove_files) COMPLETE
82212026-09-03T17:52:49.742Z[ recovery-image] Sep 03 17:52:49.083 INFO O| Sep 03 17:52:49.083 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-03T17:52:49.753Z[ recovery-image] Sep 03 17:52:49.094 INFO O| Sep 03 17:52:49.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82232026-09-03T17:52:49.753Z[ recovery-image] Sep 03 17:52:49.094 INFO O| Sep 03 17:52:49.094 INFO STEP 838 (remove_files) COMPLETE
82242026-09-03T17:52:49.753Z[ recovery-image] Sep 03 17:52:49.094 INFO O| Sep 03 17:52:49.094 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-03T17:52:49.763Z[ recovery-image] Sep 03 17:52:49.104 INFO O| Sep 03 17:52:49.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82262026-09-03T17:52:49.763Z[ recovery-image] Sep 03 17:52:49.104 INFO O| Sep 03 17:52:49.104 INFO STEP 839 (remove_files) COMPLETE
82272026-09-03T17:52:49.763Z[ recovery-image] Sep 03 17:52:49.104 INFO O| Sep 03 17:52:49.104 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-03T17:52:49.772Z[ recovery-image] Sep 03 17:52:49.113 INFO O| Sep 03 17:52:49.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82292026-09-03T17:52:49.772Z[ recovery-image] Sep 03 17:52:49.113 INFO O| Sep 03 17:52:49.113 INFO STEP 840 (remove_files) COMPLETE
82302026-09-03T17:52:49.772Z[ recovery-image] Sep 03 17:52:49.113 INFO O| Sep 03 17:52:49.113 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-03T17:52:49.781Z[ recovery-image] Sep 03 17:52:49.122 INFO O| Sep 03 17:52:49.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82322026-09-03T17:52:49.781Z[ recovery-image] Sep 03 17:52:49.122 INFO O| Sep 03 17:52:49.122 INFO STEP 841 (remove_files) COMPLETE
82332026-09-03T17:52:49.784Z[ recovery-image] Sep 03 17:52:49.122 INFO O| Sep 03 17:52:49.122 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-09-03T17:52:49.790Z[ recovery-image] Sep 03 17:52:49.131 INFO O| Sep 03 17:52:49.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82352026-09-03T17:52:49.790Z[ recovery-image] Sep 03 17:52:49.132 INFO O| Sep 03 17:52:49.131 INFO STEP 842 (remove_files) COMPLETE
82362026-09-03T17:52:49.794Z[ recovery-image] Sep 03 17:52:49.132 INFO O| Sep 03 17:52:49.131 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-09-03T17:52:49.799Z[ recovery-image] Sep 03 17:52:49.140 INFO O| Sep 03 17:52:49.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82382026-09-03T17:52:49.799Z[ recovery-image] Sep 03 17:52:49.140 INFO O| Sep 03 17:52:49.140 INFO STEP 843 (remove_files) COMPLETE
82392026-09-03T17:52:49.799Z[ recovery-image] Sep 03 17:52:49.140 INFO O| Sep 03 17:52:49.140 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-09-03T17:52:49.808Z[ recovery-image] Sep 03 17:52:49.149 INFO O| Sep 03 17:52:49.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82412026-09-03T17:52:49.808Z[ recovery-image] Sep 03 17:52:49.149 INFO O| Sep 03 17:52:49.149 INFO STEP 844 (remove_files) COMPLETE
82422026-09-03T17:52:49.811Z[ recovery-image] Sep 03 17:52:49.149 INFO O| Sep 03 17:52:49.149 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-09-03T17:52:49.819Z[ recovery-image] Sep 03 17:52:49.160 INFO O| Sep 03 17:52:49.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82442026-09-03T17:52:49.819Z[ recovery-image] Sep 03 17:52:49.160 INFO O| Sep 03 17:52:49.160 INFO STEP 845 (remove_files) COMPLETE
82452026-09-03T17:52:49.819Z[ recovery-image] Sep 03 17:52:49.160 INFO O| Sep 03 17:52:49.160 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-09-03T17:52:49.829Z[ recovery-image] Sep 03 17:52:49.170 INFO O| Sep 03 17:52:49.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82472026-09-03T17:52:49.829Z[ recovery-image] Sep 03 17:52:49.170 INFO O| Sep 03 17:52:49.170 INFO STEP 846 (remove_files) COMPLETE
82482026-09-03T17:52:49.829Z[ recovery-image] Sep 03 17:52:49.170 INFO O| Sep 03 17:52:49.170 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-09-03T17:52:49.840Z[ recovery-image] Sep 03 17:52:49.181 INFO O| Sep 03 17:52:49.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82502026-09-03T17:52:49.840Z[ recovery-image] Sep 03 17:52:49.181 INFO O| Sep 03 17:52:49.181 INFO STEP 847 (remove_files) COMPLETE
82512026-09-03T17:52:49.840Z[ recovery-image] Sep 03 17:52:49.181 INFO O| Sep 03 17:52:49.181 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-09-03T17:52:49.849Z[ recovery-image] Sep 03 17:52:49.190 INFO O| Sep 03 17:52:49.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82532026-09-03T17:52:49.849Z[ recovery-image] Sep 03 17:52:49.190 INFO O| Sep 03 17:52:49.190 INFO STEP 848 (remove_files) COMPLETE
82542026-09-03T17:52:49.849Z[ recovery-image] Sep 03 17:52:49.190 INFO O| Sep 03 17:52:49.190 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-09-03T17:52:49.859Z[ recovery-image] Sep 03 17:52:49.200 INFO O| Sep 03 17:52:49.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82562026-09-03T17:52:49.859Z[ recovery-image] Sep 03 17:52:49.200 INFO O| Sep 03 17:52:49.200 INFO STEP 849 (remove_files) COMPLETE
82572026-09-03T17:52:49.859Z[ recovery-image] Sep 03 17:52:49.200 INFO O| Sep 03 17:52:49.200 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-09-03T17:52:49.868Z[ recovery-image] Sep 03 17:52:49.209 INFO O| Sep 03 17:52:49.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82592026-09-03T17:52:49.868Z[ recovery-image] Sep 03 17:52:49.209 INFO O| Sep 03 17:52:49.209 INFO STEP 850 (remove_files) COMPLETE
82602026-09-03T17:52:49.868Z[ recovery-image] Sep 03 17:52:49.209 INFO O| Sep 03 17:52:49.209 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-09-03T17:52:49.877Z[ recovery-image] Sep 03 17:52:49.218 INFO O| Sep 03 17:52:49.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82622026-09-03T17:52:49.877Z[ recovery-image] Sep 03 17:52:49.218 INFO O| Sep 03 17:52:49.218 INFO STEP 851 (remove_files) COMPLETE
82632026-09-03T17:52:49.880Z[ recovery-image] Sep 03 17:52:49.218 INFO O| Sep 03 17:52:49.218 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-03T17:52:49.885Z[ recovery-image] Sep 03 17:52:49.226 INFO O| Sep 03 17:52:49.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82652026-09-03T17:52:49.885Z[ recovery-image] Sep 03 17:52:49.226 INFO O| Sep 03 17:52:49.226 INFO STEP 852 (remove_files) COMPLETE
82662026-09-03T17:52:49.885Z[ recovery-image] Sep 03 17:52:49.226 INFO O| Sep 03 17:52:49.226 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-03T17:52:49.893Z[ recovery-image] Sep 03 17:52:49.234 INFO O| Sep 03 17:52:49.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82682026-09-03T17:52:49.893Z[ recovery-image] Sep 03 17:52:49.234 INFO O| Sep 03 17:52:49.234 INFO STEP 853 (remove_files) COMPLETE
82692026-09-03T17:52:49.893Z[ recovery-image] Sep 03 17:52:49.234 INFO O| Sep 03 17:52:49.234 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-03T17:52:49.902Z[ recovery-image] Sep 03 17:52:49.243 INFO O| Sep 03 17:52:49.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82712026-09-03T17:52:49.902Z[ recovery-image] Sep 03 17:52:49.243 INFO O| Sep 03 17:52:49.243 INFO STEP 854 (remove_files) COMPLETE
82722026-09-03T17:52:49.902Z[ recovery-image] Sep 03 17:52:49.243 INFO O| Sep 03 17:52:49.243 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-09-03T17:52:49.911Z[ recovery-image] Sep 03 17:52:49.252 INFO O| Sep 03 17:52:49.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82742026-09-03T17:52:49.911Z[ recovery-image] Sep 03 17:52:49.252 INFO O| Sep 03 17:52:49.252 INFO STEP 855 (remove_files) COMPLETE
82752026-09-03T17:52:49.915Z[ recovery-image] Sep 03 17:52:49.252 INFO O| Sep 03 17:52:49.252 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-09-03T17:52:49.919Z[ recovery-image] Sep 03 17:52:49.260 INFO O| Sep 03 17:52:49.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82772026-09-03T17:52:49.919Z[ recovery-image] Sep 03 17:52:49.260 INFO O| Sep 03 17:52:49.260 INFO STEP 856 (remove_files) COMPLETE
82782026-09-03T17:52:49.919Z[ recovery-image] Sep 03 17:52:49.260 INFO O| Sep 03 17:52:49.260 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-09-03T17:52:49.927Z[ recovery-image] Sep 03 17:52:49.268 INFO O| Sep 03 17:52:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82802026-09-03T17:52:49.927Z[ recovery-image] Sep 03 17:52:49.268 INFO O| Sep 03 17:52:49.268 INFO STEP 857 (remove_files) COMPLETE
82812026-09-03T17:52:49.927Z[ recovery-image] Sep 03 17:52:49.268 INFO O| Sep 03 17:52:49.268 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-09-03T17:52:49.937Z[ recovery-image] Sep 03 17:52:49.278 INFO O| Sep 03 17:52:49.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82832026-09-03T17:52:49.937Z[ recovery-image] Sep 03 17:52:49.278 INFO O| Sep 03 17:52:49.278 INFO STEP 858 (remove_files) COMPLETE
82842026-09-03T17:52:49.941Z[ recovery-image] Sep 03 17:52:49.278 INFO O| Sep 03 17:52:49.278 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-09-03T17:52:49.949Z[ recovery-image] Sep 03 17:52:49.290 INFO O| Sep 03 17:52:49.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82862026-09-03T17:52:49.949Z[ recovery-image] Sep 03 17:52:49.290 INFO O| Sep 03 17:52:49.290 INFO STEP 859 (remove_files) COMPLETE
82872026-09-03T17:52:49.949Z[ recovery-image] Sep 03 17:52:49.290 INFO O| Sep 03 17:52:49.290 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-09-03T17:52:49.960Z[ recovery-image] Sep 03 17:52:49.301 INFO O| Sep 03 17:52:49.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82892026-09-03T17:52:49.960Z[ recovery-image] Sep 03 17:52:49.301 INFO O| Sep 03 17:52:49.301 INFO STEP 860 (remove_files) COMPLETE
82902026-09-03T17:52:49.960Z[ recovery-image] Sep 03 17:52:49.301 INFO O| Sep 03 17:52:49.301 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-09-03T17:52:49.969Z[ recovery-image] Sep 03 17:52:49.310 INFO O| Sep 03 17:52:49.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82922026-09-03T17:52:49.970Z[ recovery-image] Sep 03 17:52:49.311 INFO O| Sep 03 17:52:49.311 INFO STEP 861 (remove_files) COMPLETE
82932026-09-03T17:52:49.970Z[ recovery-image] Sep 03 17:52:49.311 INFO O| Sep 03 17:52:49.311 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-09-03T17:52:49.981Z[ recovery-image] Sep 03 17:52:49.322 INFO O| Sep 03 17:52:49.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82952026-09-03T17:52:49.981Z[ recovery-image] Sep 03 17:52:49.322 INFO O| Sep 03 17:52:49.322 INFO STEP 862 (remove_files) COMPLETE
82962026-09-03T17:52:49.981Z[ recovery-image] Sep 03 17:52:49.322 INFO O| Sep 03 17:52:49.322 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-09-03T17:52:49.992Z[ recovery-image] Sep 03 17:52:49.333 INFO O| Sep 03 17:52:49.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82982026-09-03T17:52:49.992Z[ recovery-image] Sep 03 17:52:49.333 INFO O| Sep 03 17:52:49.333 INFO STEP 863 (remove_files) COMPLETE
82992026-09-03T17:52:49.992Z[ recovery-image] Sep 03 17:52:49.333 INFO O| Sep 03 17:52:49.333 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-09-03T17:52:50.003Z[ recovery-image] Sep 03 17:52:49.344 INFO O| Sep 03 17:52:49.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
83012026-09-03T17:52:50.003Z[ recovery-image] Sep 03 17:52:49.344 INFO O| Sep 03 17:52:49.344 INFO STEP 864 (remove_files) COMPLETE
83022026-09-03T17:52:50.003Z[ recovery-image] Sep 03 17:52:49.344 INFO O| Sep 03 17:52:49.344 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-03T17:52:50.013Z[ recovery-image] Sep 03 17:52:49.354 INFO O| Sep 03 17:52:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
83042026-09-03T17:52:50.013Z[ recovery-image] Sep 03 17:52:49.354 INFO O| Sep 03 17:52:49.354 INFO STEP 865 (remove_files) COMPLETE
83052026-09-03T17:52:50.013Z[ recovery-image] Sep 03 17:52:49.354 INFO O| Sep 03 17:52:49.354 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-09-03T17:52:50.023Z[ recovery-image] Sep 03 17:52:49.364 INFO O| Sep 03 17:52:49.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
83072026-09-03T17:52:50.023Z[ recovery-image] Sep 03 17:52:49.364 INFO O| Sep 03 17:52:49.364 INFO STEP 866 (remove_files) COMPLETE
83082026-09-03T17:52:50.023Z[ recovery-image] Sep 03 17:52:49.364 INFO O| Sep 03 17:52:49.364 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-03T17:52:50.034Z[ recovery-image] Sep 03 17:52:49.375 INFO O| Sep 03 17:52:49.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
83102026-09-03T17:52:50.034Z[ recovery-image] Sep 03 17:52:49.375 INFO O| Sep 03 17:52:49.375 INFO STEP 867 (remove_files) COMPLETE
83112026-09-03T17:52:50.034Z[ recovery-image] Sep 03 17:52:49.375 INFO O| Sep 03 17:52:49.375 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-09-03T17:52:50.045Z[ recovery-image] Sep 03 17:52:49.386 INFO O| Sep 03 17:52:49.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
83132026-09-03T17:52:50.045Z[ recovery-image] Sep 03 17:52:49.386 INFO O| Sep 03 17:52:49.386 INFO STEP 868 (remove_files) COMPLETE
83142026-09-03T17:52:50.049Z[ recovery-image] Sep 03 17:52:49.386 INFO O| Sep 03 17:52:49.386 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-03T17:52:50.056Z[ recovery-image] Sep 03 17:52:49.396 INFO O| Sep 03 17:52:49.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83162026-09-03T17:52:50.056Z[ recovery-image] Sep 03 17:52:49.396 INFO O| Sep 03 17:52:49.396 INFO STEP 869 (remove_files) COMPLETE
83172026-09-03T17:52:50.056Z[ recovery-image] Sep 03 17:52:49.396 INFO O| Sep 03 17:52:49.396 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-03T17:52:50.066Z[ recovery-image] Sep 03 17:52:49.407 INFO O| Sep 03 17:52:49.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83192026-09-03T17:52:50.066Z[ recovery-image] Sep 03 17:52:49.407 INFO O| Sep 03 17:52:49.407 INFO STEP 870 (remove_files) COMPLETE
83202026-09-03T17:52:50.066Z[ recovery-image] Sep 03 17:52:49.407 INFO O| Sep 03 17:52:49.407 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-03T17:52:50.073Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
83222026-09-03T17:52:50.073Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
83232026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
83242026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
83252026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
83262026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
83272026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
83282026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.414 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
83292026-09-03T17:52:50.076Z[ host-image] Sep 03 17:52:49.415 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260903T173858Z
83302026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.415 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
83312026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.415 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
83322026-09-03T17:52:50.077Z[ recovery-image] Sep 03 17:52:49.416 INFO O| Sep 03 17:52:49.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83332026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.415 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
83342026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.415 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
83352026-09-03T17:52:50.077Z[ recovery-image] Sep 03 17:52:49.416 INFO O| Sep 03 17:52:49.416 INFO STEP 871 (remove_files) COMPLETE
83362026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
83372026-09-03T17:52:50.077Z[ recovery-image] Sep 03 17:52:49.416 INFO O| Sep 03 17:52:49.416 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
83392026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
83402026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
83412026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
83422026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
83432026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
83442026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
83452026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
83462026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
83472026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
83482026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.416 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
83492026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
83502026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
83512026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
83522026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
83532026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
83542026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
83552026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
83562026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
83572026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
83582026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
83592026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
83602026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
83612026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
83622026-09-03T17:52:50.077Z[ host-image] Sep 03 17:52:49.417 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
83632026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
83642026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
83652026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
83662026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
83672026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
83682026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.420 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
83692026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.421 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
83702026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.421 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
83712026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.421 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
83722026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.421 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
83732026-09-03T17:52:50.081Z[ host-image] Sep 03 17:52:49.421 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
83742026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
83752026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
83762026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
83772026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
83782026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
83792026-09-03T17:52:50.085Z[ host-image] Sep 03 17:52:49.425 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
83802026-09-03T17:52:50.088Z[ recovery-image] Sep 03 17:52:49.427 INFO O| Sep 03 17:52:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83812026-09-03T17:52:50.088Z[ recovery-image] Sep 03 17:52:49.427 INFO O| Sep 03 17:52:49.427 INFO STEP 872 (remove_files) COMPLETE
83822026-09-03T17:52:50.088Z[ recovery-image] Sep 03 17:52:49.427 INFO O| Sep 03 17:52:49.427 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-03T17:52:50.096Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
83842026-09-03T17:52:50.096Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
83852026-09-03T17:52:50.096Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
83862026-09-03T17:52:50.100Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
83872026-09-03T17:52:50.100Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
83882026-09-03T17:52:50.100Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
83892026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
83902026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
83912026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
83922026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
83932026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
83942026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
83952026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.437 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
83962026-09-03T17:52:50.101Z[ recovery-image] Sep 03 17:52:49.438 INFO O| Sep 03 17:52:49.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83972026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.438 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
83982026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.438 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
83992026-09-03T17:52:50.101Z[ recovery-image] Sep 03 17:52:49.438 INFO O| Sep 03 17:52:49.438 INFO STEP 873 (remove_files) COMPLETE
84002026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.438 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
84012026-09-03T17:52:50.101Z[ recovery-image] Sep 03 17:52:49.438 INFO O| Sep 03 17:52:49.438 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.439 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
84032026-09-03T17:52:50.101Z[ host-image] Sep 03 17:52:49.439 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
84042026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.442 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
84052026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.442 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
84062026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
84072026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
84082026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
84092026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
84102026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
84112026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.443 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
84122026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.444 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
84132026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
84142026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
84152026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
84162026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
84172026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
84182026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
84192026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
84202026-09-03T17:52:50.105Z[ host-image] Sep 03 17:52:49.445 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
84212026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.447 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
84222026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.447 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
84232026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
84242026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
84252026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
84262026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
84272026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
84282026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
84292026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.448 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
84302026-09-03T17:52:50.109Z[ host-image] Sep 03 17:52:49.449 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
84312026-09-03T17:52:50.109Z[ recovery-image] Sep 03 17:52:49.449 INFO O| Sep 03 17:52:49.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
84322026-09-03T17:52:50.109Z[ recovery-image] Sep 03 17:52:49.450 INFO O| Sep 03 17:52:49.450 INFO STEP 874 (remove_files) COMPLETE
84332026-09-03T17:52:50.109Z[ recovery-image] Sep 03 17:52:49.450 INFO O| Sep 03 17:52:49.450 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-03T17:52:50.113Z[ host-image] Sep 03 17:52:49.451 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
84352026-09-03T17:52:50.113Z[ host-image] Sep 03 17:52:49.451 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
84362026-09-03T17:52:50.113Z[ host-image] Sep 03 17:52:49.452 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
84372026-09-03T17:52:50.113Z[ host-image] Sep 03 17:52:49.452 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
84382026-09-03T17:52:50.113Z[ host-image] Sep 03 17:52:49.452 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
84392026-09-03T17:52:50.117Z[ host-image] Sep 03 17:52:49.458 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
84402026-09-03T17:52:50.117Z[ host-image] Sep 03 17:52:49.458 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
84412026-09-03T17:52:50.120Z[ host-image] Sep 03 17:52:49.458 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
84422026-09-03T17:52:50.120Z[ host-image] Sep 03 17:52:49.458 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
84432026-09-03T17:52:50.120Z[ host-image] Sep 03 17:52:49.458 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
84442026-09-03T17:52:50.120Z[ recovery-image] Sep 03 17:52:49.458 INFO O| Sep 03 17:52:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
84452026-09-03T17:52:50.120Z[ recovery-image] Sep 03 17:52:49.459 INFO O| Sep 03 17:52:49.459 INFO STEP 875 (remove_files) COMPLETE
84462026-09-03T17:52:50.120Z[ recovery-image] Sep 03 17:52:49.459 INFO O| Sep 03 17:52:49.459 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-09-03T17:52:50.125Z[ host-image] Sep 03 17:52:49.466 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
84482026-09-03T17:52:50.125Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
84492026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
84502026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
84512026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
84522026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
84532026-09-03T17:52:50.129Z[ recovery-image] Sep 03 17:52:49.467 INFO O| Sep 03 17:52:49.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
84542026-09-03T17:52:50.129Z[ recovery-image] Sep 03 17:52:49.467 INFO O| Sep 03 17:52:49.467 INFO STEP 876 (remove_files) COMPLETE
84552026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
84562026-09-03T17:52:50.129Z[ recovery-image] Sep 03 17:52:49.467 INFO O| Sep 03 17:52:49.467 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
84582026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
84592026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
84602026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.467 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
84612026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.468 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
84622026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.468 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
84632026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
84642026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
84652026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
84662026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
84672026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
84682026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
84692026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
84702026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
84712026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
84722026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
84732026-09-03T17:52:50.129Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
84742026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
84752026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
84762026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
84772026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
84782026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.469 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
84792026-09-03T17:52:50.130Z[ host-image] Sep 03 17:52:49.470 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
84802026-09-03T17:52:50.133Z[ host-image] Sep 03 17:52:49.470 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
84812026-09-03T17:52:50.133Z[ host-image] Sep 03 17:52:49.471 INFO O| tempdir @ "/tmp/.tmpCWwR8B/tmp"
84822026-09-03T17:52:50.133Z[ host-image] Sep 03 17:52:49.471 INFO O| image root @ "/tmp/.tmpCWwR8B/tmp/root"
84832026-09-03T17:52:50.134Z[ host-image] Sep 03 17:52:49.471 INFO O| creating image...
84842026-09-03T17:52:50.137Z[ recovery-image] Sep 03 17:52:49.476 INFO O| Sep 03 17:52:49.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
84852026-09-03T17:52:50.137Z[ recovery-image] Sep 03 17:52:49.476 INFO O| Sep 03 17:52:49.476 INFO STEP 877 (remove_files) COMPLETE
84862026-09-03T17:52:50.137Z[ recovery-image] Sep 03 17:52:49.476 INFO O| Sep 03 17:52:49.476 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-03T17:52:50.143Z[ recovery-image] Sep 03 17:52:49.484 INFO O| Sep 03 17:52:49.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
84882026-09-03T17:52:50.143Z[ recovery-image] Sep 03 17:52:49.485 INFO O| Sep 03 17:52:49.485 INFO STEP 878 (remove_files) COMPLETE
84892026-09-03T17:52:50.143Z[ recovery-image] Sep 03 17:52:49.485 INFO O| Sep 03 17:52:49.485 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-03T17:52:50.154Z[ recovery-image] Sep 03 17:52:49.494 INFO O| Sep 03 17:52:49.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
84912026-09-03T17:52:50.154Z[ recovery-image] Sep 03 17:52:49.494 INFO O| Sep 03 17:52:49.494 INFO STEP 879 (remove_files) COMPLETE
84922026-09-03T17:52:50.154Z[ recovery-image] Sep 03 17:52:49.494 INFO O| Sep 03 17:52:49.494 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-03T17:52:50.162Z[ recovery-image] Sep 03 17:52:49.503 INFO O| Sep 03 17:52:49.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
84942026-09-03T17:52:50.162Z[ recovery-image] Sep 03 17:52:49.503 INFO O| Sep 03 17:52:49.503 INFO STEP 880 (remove_files) COMPLETE
84952026-09-03T17:52:50.166Z[ recovery-image] Sep 03 17:52:49.504 INFO O| Sep 03 17:52:49.503 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-03T17:52:50.171Z[ recovery-image] Sep 03 17:52:49.512 INFO O| Sep 03 17:52:49.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
84972026-09-03T17:52:50.171Z[ recovery-image] Sep 03 17:52:49.512 INFO O| Sep 03 17:52:49.512 INFO STEP 881 (remove_files) COMPLETE
84982026-09-03T17:52:50.171Z[ recovery-image] Sep 03 17:52:49.512 INFO O| Sep 03 17:52:49.512 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-03T17:52:50.180Z[ recovery-image] Sep 03 17:52:49.521 INFO O| Sep 03 17:52:49.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
85002026-09-03T17:52:50.180Z[ recovery-image] Sep 03 17:52:49.521 INFO O| Sep 03 17:52:49.521 INFO STEP 882 (remove_files) COMPLETE
85012026-09-03T17:52:50.180Z[ recovery-image] Sep 03 17:52:49.521 INFO O| Sep 03 17:52:49.521 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-03T17:52:50.188Z[ recovery-image] Sep 03 17:52:49.529 INFO O| Sep 03 17:52:49.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
85032026-09-03T17:52:50.188Z[ recovery-image] Sep 03 17:52:49.529 INFO O| Sep 03 17:52:49.529 INFO STEP 883 (remove_files) COMPLETE
85042026-09-03T17:52:50.192Z[ recovery-image] Sep 03 17:52:49.529 INFO O| Sep 03 17:52:49.529 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-03T17:52:50.198Z[ recovery-image] Sep 03 17:52:49.539 INFO O| Sep 03 17:52:49.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
85062026-09-03T17:52:50.198Z[ recovery-image] Sep 03 17:52:49.539 INFO O| Sep 03 17:52:49.539 INFO STEP 884 (remove_files) COMPLETE
85072026-09-03T17:52:50.198Z[ recovery-image] Sep 03 17:52:49.539 INFO O| Sep 03 17:52:49.539 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-03T17:52:50.207Z[ recovery-image] Sep 03 17:52:49.548 INFO O| Sep 03 17:52:49.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
85092026-09-03T17:52:50.207Z[ recovery-image] Sep 03 17:52:49.548 INFO O| Sep 03 17:52:49.548 INFO STEP 885 (remove_files) COMPLETE
85102026-09-03T17:52:50.207Z[ recovery-image] Sep 03 17:52:49.548 INFO O| Sep 03 17:52:49.548 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-03T17:52:50.215Z[ recovery-image] Sep 03 17:52:49.556 INFO O| Sep 03 17:52:49.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
85122026-09-03T17:52:50.215Z[ recovery-image] Sep 03 17:52:49.556 INFO O| Sep 03 17:52:49.556 INFO STEP 886 (remove_files) COMPLETE
85132026-09-03T17:52:50.215Z[ recovery-image] Sep 03 17:52:49.556 INFO O| Sep 03 17:52:49.556 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-03T17:52:50.224Z[ recovery-image] Sep 03 17:52:49.565 INFO O| Sep 03 17:52:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
85152026-09-03T17:52:50.224Z[ recovery-image] Sep 03 17:52:49.565 INFO O| Sep 03 17:52:49.565 INFO STEP 887 (remove_files) COMPLETE
85162026-09-03T17:52:50.224Z[ recovery-image] Sep 03 17:52:49.565 INFO O| Sep 03 17:52:49.565 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-03T17:52:50.234Z[ recovery-image] Sep 03 17:52:49.575 INFO O| Sep 03 17:52:49.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
85182026-09-03T17:52:50.234Z[ recovery-image] Sep 03 17:52:49.575 INFO O| Sep 03 17:52:49.575 INFO STEP 888 (remove_files) COMPLETE
85192026-09-03T17:52:50.234Z[ recovery-image] Sep 03 17:52:49.575 INFO O| Sep 03 17:52:49.575 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-03T17:52:50.244Z[ recovery-image] Sep 03 17:52:49.585 INFO O| Sep 03 17:52:49.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
85212026-09-03T17:52:50.244Z[ recovery-image] Sep 03 17:52:49.585 INFO O| Sep 03 17:52:49.585 INFO STEP 889 (remove_files) COMPLETE
85222026-09-03T17:52:50.244Z[ recovery-image] Sep 03 17:52:49.585 INFO O| Sep 03 17:52:49.585 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-03T17:52:50.254Z[ recovery-image] Sep 03 17:52:49.595 INFO O| Sep 03 17:52:49.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
85242026-09-03T17:52:50.254Z[ recovery-image] Sep 03 17:52:49.595 INFO O| Sep 03 17:52:49.595 INFO STEP 890 (remove_files) COMPLETE
85252026-09-03T17:52:50.254Z[ recovery-image] Sep 03 17:52:49.595 INFO O| Sep 03 17:52:49.595 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-03T17:52:50.263Z[ recovery-image] Sep 03 17:52:49.604 INFO O| Sep 03 17:52:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
85272026-09-03T17:52:50.263Z[ recovery-image] Sep 03 17:52:49.604 INFO O| Sep 03 17:52:49.604 INFO STEP 891 (remove_files) COMPLETE
85282026-09-03T17:52:50.263Z[ recovery-image] Sep 03 17:52:49.604 INFO O| Sep 03 17:52:49.604 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-03T17:52:50.273Z[ recovery-image] Sep 03 17:52:49.614 INFO O| Sep 03 17:52:49.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
85302026-09-03T17:52:50.277Z[ recovery-image] Sep 03 17:52:49.615 INFO O| Sep 03 17:52:49.615 INFO STEP 892 (remove_files) COMPLETE
85312026-09-03T17:52:50.277Z[ recovery-image] Sep 03 17:52:49.615 INFO O| Sep 03 17:52:49.615 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-03T17:52:50.283Z[ recovery-image] Sep 03 17:52:49.624 INFO O| Sep 03 17:52:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
85332026-09-03T17:52:50.283Z[ recovery-image] Sep 03 17:52:49.624 INFO O| Sep 03 17:52:49.624 INFO STEP 893 (remove_files) COMPLETE
85342026-09-03T17:52:50.283Z[ recovery-image] Sep 03 17:52:49.624 INFO O| Sep 03 17:52:49.624 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-03T17:52:50.293Z[ recovery-image] Sep 03 17:52:49.634 INFO O| Sep 03 17:52:49.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
85362026-09-03T17:52:50.293Z[ recovery-image] Sep 03 17:52:49.634 INFO O| Sep 03 17:52:49.634 INFO STEP 894 (remove_files) COMPLETE
85372026-09-03T17:52:50.293Z[ recovery-image] Sep 03 17:52:49.634 INFO O| Sep 03 17:52:49.634 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-03T17:52:50.303Z[ recovery-image] Sep 03 17:52:49.644 INFO O| Sep 03 17:52:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
85392026-09-03T17:52:50.303Z[ recovery-image] Sep 03 17:52:49.644 INFO O| Sep 03 17:52:49.644 INFO STEP 895 (remove_files) COMPLETE
85402026-09-03T17:52:50.303Z[ recovery-image] Sep 03 17:52:49.644 INFO O| Sep 03 17:52:49.644 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-03T17:52:50.312Z[ recovery-image] Sep 03 17:52:49.653 INFO O| Sep 03 17:52:49.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
85422026-09-03T17:52:50.312Z[ recovery-image] Sep 03 17:52:49.653 INFO O| Sep 03 17:52:49.653 INFO STEP 896 (remove_files) COMPLETE
85432026-09-03T17:52:50.312Z[ recovery-image] Sep 03 17:52:49.653 INFO O| Sep 03 17:52:49.653 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-09-03T17:52:50.323Z[ recovery-image] Sep 03 17:52:49.664 INFO O| Sep 03 17:52:49.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
85452026-09-03T17:52:50.323Z[ recovery-image] Sep 03 17:52:49.664 INFO O| Sep 03 17:52:49.664 INFO STEP 897 (remove_files) COMPLETE
85462026-09-03T17:52:50.323Z[ recovery-image] Sep 03 17:52:49.664 INFO O| Sep 03 17:52:49.664 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-09-03T17:52:50.331Z[ recovery-image] Sep 03 17:52:49.672 INFO O| Sep 03 17:52:49.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
85482026-09-03T17:52:50.331Z[ recovery-image] Sep 03 17:52:49.672 INFO O| Sep 03 17:52:49.672 INFO STEP 898 (remove_files) COMPLETE
85492026-09-03T17:52:50.331Z[ recovery-image] Sep 03 17:52:49.672 INFO O| Sep 03 17:52:49.672 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-09-03T17:52:50.340Z[ recovery-image] Sep 03 17:52:49.681 INFO O| Sep 03 17:52:49.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
85512026-09-03T17:52:50.340Z[ recovery-image] Sep 03 17:52:49.681 INFO O| Sep 03 17:52:49.681 INFO STEP 899 (remove_files) COMPLETE
85522026-09-03T17:52:50.340Z[ recovery-image] Sep 03 17:52:49.681 INFO O| Sep 03 17:52:49.681 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-09-03T17:52:50.352Z[ recovery-image] Sep 03 17:52:49.692 INFO O| Sep 03 17:52:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
85542026-09-03T17:52:50.352Z[ recovery-image] Sep 03 17:52:49.693 INFO O| Sep 03 17:52:49.692 INFO STEP 900 (remove_files) COMPLETE
85552026-09-03T17:52:50.352Z[ recovery-image] Sep 03 17:52:49.693 INFO O| Sep 03 17:52:49.693 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-09-03T17:52:50.362Z[ recovery-image] Sep 03 17:52:49.703 INFO O| Sep 03 17:52:49.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
85572026-09-03T17:52:50.362Z[ recovery-image] Sep 03 17:52:49.703 INFO O| Sep 03 17:52:49.703 INFO STEP 901 (remove_files) COMPLETE
85582026-09-03T17:52:50.365Z[ recovery-image] Sep 03 17:52:49.703 INFO O| Sep 03 17:52:49.703 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-09-03T17:52:50.375Z[ recovery-image] Sep 03 17:52:49.716 INFO O| Sep 03 17:52:49.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
85602026-09-03T17:52:50.375Z[ recovery-image] Sep 03 17:52:49.716 INFO O| Sep 03 17:52:49.716 INFO STEP 902 (remove_files) COMPLETE
85612026-09-03T17:52:50.378Z[ recovery-image] Sep 03 17:52:49.716 INFO O| Sep 03 17:52:49.716 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-09-03T17:52:50.387Z[ recovery-image] Sep 03 17:52:49.728 INFO O| Sep 03 17:52:49.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
85632026-09-03T17:52:50.387Z[ recovery-image] Sep 03 17:52:49.728 INFO O| Sep 03 17:52:49.728 INFO STEP 903 (remove_files) COMPLETE
85642026-09-03T17:52:50.387Z[ recovery-image] Sep 03 17:52:49.728 INFO O| Sep 03 17:52:49.728 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-09-03T17:52:50.396Z[ recovery-image] Sep 03 17:52:49.737 INFO O| Sep 03 17:52:49.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
85662026-09-03T17:52:50.396Z[ recovery-image] Sep 03 17:52:49.737 INFO O| Sep 03 17:52:49.737 INFO STEP 904 (remove_files) COMPLETE
85672026-09-03T17:52:50.396Z[ recovery-image] Sep 03 17:52:49.737 INFO O| Sep 03 17:52:49.737 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-03T17:52:50.414Z[ recovery-image] Sep 03 17:52:49.746 INFO O| Sep 03 17:52:49.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
85692026-09-03T17:52:50.414Z[ recovery-image] Sep 03 17:52:49.746 INFO O| Sep 03 17:52:49.746 INFO STEP 905 (remove_files) COMPLETE
85702026-09-03T17:52:50.414Z[ recovery-image] Sep 03 17:52:49.746 INFO O| Sep 03 17:52:49.746 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-09-03T17:52:50.419Z[ recovery-image] Sep 03 17:52:49.756 INFO O| Sep 03 17:52:49.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
85722026-09-03T17:52:50.419Z[ recovery-image] Sep 03 17:52:49.756 INFO O| Sep 03 17:52:49.756 INFO STEP 906 (remove_files) COMPLETE
85732026-09-03T17:52:50.419Z[ recovery-image] Sep 03 17:52:49.756 INFO O| Sep 03 17:52:49.756 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-09-03T17:52:50.425Z[ recovery-image] Sep 03 17:52:49.766 INFO O| Sep 03 17:52:49.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
85752026-09-03T17:52:50.425Z[ recovery-image] Sep 03 17:52:49.766 INFO O| Sep 03 17:52:49.766 INFO STEP 907 (remove_files) COMPLETE
85762026-09-03T17:52:50.425Z[ recovery-image] Sep 03 17:52:49.766 INFO O| Sep 03 17:52:49.766 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-09-03T17:52:50.649Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
85782026-09-03T17:52:51.024Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
85792026-09-03T17:52:51.875Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
85802026-09-03T17:52:51.998Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
85812026-09-03T17:52:52.274Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
85822026-09-03T17:52:52.486Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
85832026-09-03T17:52:52.629Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
85842026-09-03T17:52:52.689Z[verify-libraries] Compiling multimap v0.10.1
85852026-09-03T17:52:52.769Z[verify-libraries] Compiling termios v0.3.3
85862026-09-03T17:52:52.935Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
85872026-09-03T17:52:52.976Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
85882026-09-03T17:52:53.036Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
85892026-09-03T17:52:53.204Z[ recovery-image] Sep 03 17:52:52.545 INFO O| Sep 03 17:52:52.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
85902026-09-03T17:52:53.204Z[ recovery-image] Sep 03 17:52:52.545 INFO O| Sep 03 17:52:52.545 INFO STEP 908 (remove_files) COMPLETE
85912026-09-03T17:52:53.204Z[ recovery-image] Sep 03 17:52:52.545 INFO O| Sep 03 17:52:52.545 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-09-03T17:52:53.213Z[ recovery-image] Sep 03 17:52:52.554 INFO O| Sep 03 17:52:52.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
85932026-09-03T17:52:53.213Z[ recovery-image] Sep 03 17:52:52.554 INFO O| Sep 03 17:52:52.554 INFO STEP 909 (remove_files) COMPLETE
85942026-09-03T17:52:53.213Z[ recovery-image] Sep 03 17:52:52.554 INFO O| Sep 03 17:52:52.554 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-09-03T17:52:53.221Z[ recovery-image] Sep 03 17:52:52.562 INFO O| Sep 03 17:52:52.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
85962026-09-03T17:52:53.221Z[ recovery-image] Sep 03 17:52:52.562 INFO O| Sep 03 17:52:52.562 INFO STEP 910 (remove_files) COMPLETE
85972026-09-03T17:52:53.225Z[ recovery-image] Sep 03 17:52:52.562 INFO O| Sep 03 17:52:52.562 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-03T17:52:53.231Z[ recovery-image] Sep 03 17:52:52.570 INFO O| Sep 03 17:52:52.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
85992026-09-03T17:52:53.231Z[ recovery-image] Sep 03 17:52:52.570 INFO O| Sep 03 17:52:52.570 INFO STEP 911 (remove_files) COMPLETE
86002026-09-03T17:52:53.231Z[ recovery-image] Sep 03 17:52:52.570 INFO O| Sep 03 17:52:52.570 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-03T17:52:53.239Z[ recovery-image] Sep 03 17:52:52.580 INFO O| Sep 03 17:52:52.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
86022026-09-03T17:52:53.239Z[ recovery-image] Sep 03 17:52:52.580 INFO O| Sep 03 17:52:52.580 INFO STEP 912 (remove_files) COMPLETE
86032026-09-03T17:52:53.239Z[ recovery-image] Sep 03 17:52:52.580 INFO O| Sep 03 17:52:52.580 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-03T17:52:53.249Z[ recovery-image] Sep 03 17:52:52.590 INFO O| Sep 03 17:52:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
86052026-09-03T17:52:53.249Z[ recovery-image] Sep 03 17:52:52.590 INFO O| Sep 03 17:52:52.590 INFO STEP 913 (remove_files) COMPLETE
86062026-09-03T17:52:53.252Z[ recovery-image] Sep 03 17:52:52.590 INFO O| Sep 03 17:52:52.590 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-03T17:52:53.259Z[ recovery-image] Sep 03 17:52:52.600 INFO O| Sep 03 17:52:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
86082026-09-03T17:52:53.259Z[ recovery-image] Sep 03 17:52:52.600 INFO O| Sep 03 17:52:52.600 INFO STEP 914 (remove_files) COMPLETE
86092026-09-03T17:52:53.259Z[ recovery-image] Sep 03 17:52:52.600 INFO O| Sep 03 17:52:52.600 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-03T17:52:53.268Z[ recovery-image] Sep 03 17:52:52.609 INFO O| Sep 03 17:52:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
86112026-09-03T17:52:53.268Z[ recovery-image] Sep 03 17:52:52.609 INFO O| Sep 03 17:52:52.609 INFO STEP 915 (remove_files) COMPLETE
86122026-09-03T17:52:53.268Z[ recovery-image] Sep 03 17:52:52.610 INFO O| Sep 03 17:52:52.609 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-03T17:52:53.282Z[ recovery-image] Sep 03 17:52:52.623 INFO O| Sep 03 17:52:52.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
86142026-09-03T17:52:53.282Z[ recovery-image] Sep 03 17:52:52.623 INFO O| Sep 03 17:52:52.623 INFO STEP 916 (remove_files) COMPLETE
86152026-09-03T17:52:53.282Z[ recovery-image] Sep 03 17:52:52.623 INFO O| Sep 03 17:52:52.623 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-03T17:52:53.293Z[ host-image] Sep 03 17:52:52.634 INFO O| copying publishers...
86172026-09-03T17:52:53.296Z[ recovery-image] Sep 03 17:52:52.635 INFO O| Sep 03 17:52:52.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
86182026-09-03T17:52:53.296Z[ recovery-image] Sep 03 17:52:52.635 INFO O| Sep 03 17:52:52.635 INFO STEP 917 (remove_files) COMPLETE
86192026-09-03T17:52:53.296Z[ recovery-image] Sep 03 17:52:52.635 INFO O| Sep 03 17:52:52.635 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-09-03T17:52:53.304Z[ recovery-image] Sep 03 17:52:52.645 INFO O| Sep 03 17:52:52.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
86212026-09-03T17:52:53.304Z[ recovery-image] Sep 03 17:52:52.645 INFO O| Sep 03 17:52:52.645 INFO STEP 918 (remove_files) COMPLETE
86222026-09-03T17:52:53.304Z[ recovery-image] Sep 03 17:52:52.645 INFO O| Sep 03 17:52:52.645 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-09-03T17:52:53.313Z[ recovery-image] Sep 03 17:52:52.654 INFO O| Sep 03 17:52:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
86242026-09-03T17:52:53.313Z[ recovery-image] Sep 03 17:52:52.654 INFO O| Sep 03 17:52:52.654 INFO STEP 919 (remove_files) COMPLETE
86252026-09-03T17:52:53.313Z[ recovery-image] Sep 03 17:52:52.654 INFO O| Sep 03 17:52:52.654 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-09-03T17:52:53.322Z[ recovery-image] Sep 03 17:52:52.663 INFO O| Sep 03 17:52:52.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
86272026-09-03T17:52:53.322Z[ recovery-image] Sep 03 17:52:52.663 INFO O| Sep 03 17:52:52.663 INFO STEP 920 (remove_files) COMPLETE
86282026-09-03T17:52:53.322Z[ recovery-image] Sep 03 17:52:52.663 INFO O| Sep 03 17:52:52.663 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-09-03T17:52:53.330Z[ recovery-image] Sep 03 17:52:52.671 INFO O| Sep 03 17:52:52.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
86302026-09-03T17:52:53.330Z[ recovery-image] Sep 03 17:52:52.671 INFO O| Sep 03 17:52:52.671 INFO STEP 921 (remove_files) COMPLETE
86312026-09-03T17:52:53.330Z[ recovery-image] Sep 03 17:52:52.671 INFO O| Sep 03 17:52:52.671 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-09-03T17:52:53.338Z[ recovery-image] Sep 03 17:52:52.679 INFO O| Sep 03 17:52:52.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
86332026-09-03T17:52:53.338Z[ recovery-image] Sep 03 17:52:52.679 INFO O| Sep 03 17:52:52.679 INFO STEP 922 (remove_files) COMPLETE
86342026-09-03T17:52:53.338Z[ recovery-image] Sep 03 17:52:52.679 INFO O| Sep 03 17:52:52.679 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-09-03T17:52:53.346Z[ recovery-image] Sep 03 17:52:52.686 INFO O| Sep 03 17:52:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
86362026-09-03T17:52:53.346Z[ recovery-image] Sep 03 17:52:52.686 INFO O| Sep 03 17:52:52.686 INFO STEP 923 (remove_files) COMPLETE
86372026-09-03T17:52:53.349Z[ recovery-image] Sep 03 17:52:52.686 INFO O| Sep 03 17:52:52.686 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-09-03T17:52:53.353Z[ recovery-image] Sep 03 17:52:52.694 INFO O| Sep 03 17:52:52.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
86392026-09-03T17:52:53.353Z[ recovery-image] Sep 03 17:52:52.694 INFO O| Sep 03 17:52:52.694 INFO STEP 924 (remove_files) COMPLETE
86402026-09-03T17:52:53.357Z[ recovery-image] Sep 03 17:52:52.694 INFO O| Sep 03 17:52:52.694 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-09-03T17:52:53.360Z[ recovery-image] Sep 03 17:52:52.701 INFO O| Sep 03 17:52:52.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
86422026-09-03T17:52:53.360Z[ recovery-image] Sep 03 17:52:52.701 INFO O| Sep 03 17:52:52.701 INFO STEP 925 (remove_files) COMPLETE
86432026-09-03T17:52:53.360Z[ recovery-image] Sep 03 17:52:52.701 INFO O| Sep 03 17:52:52.701 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-03T17:52:53.368Z[ recovery-image] Sep 03 17:52:52.709 INFO O| Sep 03 17:52:52.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
86452026-09-03T17:52:53.368Z[ recovery-image] Sep 03 17:52:52.709 INFO O| Sep 03 17:52:52.709 INFO STEP 926 (remove_files) COMPLETE
86462026-09-03T17:52:53.368Z[ recovery-image] Sep 03 17:52:52.709 INFO O| Sep 03 17:52:52.709 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-09-03T17:52:53.376Z[ recovery-image] Sep 03 17:52:52.717 INFO O| Sep 03 17:52:52.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
86482026-09-03T17:52:53.376Z[ recovery-image] Sep 03 17:52:52.717 INFO O| Sep 03 17:52:52.717 INFO STEP 927 (remove_files) COMPLETE
86492026-09-03T17:52:53.376Z[ recovery-image] Sep 03 17:52:52.717 INFO O| Sep 03 17:52:52.717 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-09-03T17:52:53.384Z[ recovery-image] Sep 03 17:52:52.725 INFO O| Sep 03 17:52:52.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
86512026-09-03T17:52:53.384Z[ recovery-image] Sep 03 17:52:52.725 INFO O| Sep 03 17:52:52.725 INFO STEP 928 (remove_files) COMPLETE
86522026-09-03T17:52:53.384Z[ recovery-image] Sep 03 17:52:52.725 INFO O| Sep 03 17:52:52.725 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-03T17:52:53.392Z[ recovery-image] Sep 03 17:52:52.733 INFO O| Sep 03 17:52:52.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
86542026-09-03T17:52:53.392Z[ recovery-image] Sep 03 17:52:52.733 INFO O| Sep 03 17:52:52.733 INFO STEP 929 (remove_files) COMPLETE
86552026-09-03T17:52:53.392Z[ recovery-image] Sep 03 17:52:52.733 INFO O| Sep 03 17:52:52.733 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-03T17:52:53.401Z[ recovery-image] Sep 03 17:52:52.742 INFO O| Sep 03 17:52:52.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
86572026-09-03T17:52:53.401Z[ recovery-image] Sep 03 17:52:52.742 INFO O| Sep 03 17:52:52.742 INFO STEP 930 (remove_files) COMPLETE
86582026-09-03T17:52:53.404Z[ recovery-image] Sep 03 17:52:52.742 INFO O| Sep 03 17:52:52.742 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-03T17:52:53.410Z[ recovery-image] Sep 03 17:52:52.751 INFO O| Sep 03 17:52:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
86602026-09-03T17:52:53.410Z[ recovery-image] Sep 03 17:52:52.751 INFO O| Sep 03 17:52:52.751 INFO STEP 931 (remove_files) COMPLETE
86612026-09-03T17:52:53.410Z[ recovery-image] Sep 03 17:52:52.751 INFO O| Sep 03 17:52:52.751 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-03T17:52:53.420Z[ recovery-image] Sep 03 17:52:52.761 INFO O| Sep 03 17:52:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
86632026-09-03T17:52:53.420Z[ recovery-image] Sep 03 17:52:52.761 INFO O| Sep 03 17:52:52.761 INFO STEP 932 (remove_files) COMPLETE
86642026-09-03T17:52:53.420Z[ recovery-image] Sep 03 17:52:52.761 INFO O| Sep 03 17:52:52.761 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-03T17:52:53.429Z[ recovery-image] Sep 03 17:52:52.770 INFO O| Sep 03 17:52:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
86662026-09-03T17:52:53.429Z[ recovery-image] Sep 03 17:52:52.770 INFO O| Sep 03 17:52:52.770 INFO STEP 933 (remove_files) COMPLETE
86672026-09-03T17:52:53.429Z[ recovery-image] Sep 03 17:52:52.770 INFO O| Sep 03 17:52:52.770 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-03T17:52:53.439Z[ recovery-image] Sep 03 17:52:52.780 INFO O| Sep 03 17:52:52.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
86692026-09-03T17:52:53.439Z[ recovery-image] Sep 03 17:52:52.780 INFO O| Sep 03 17:52:52.780 INFO STEP 934 (remove_files) COMPLETE
86702026-09-03T17:52:53.439Z[ recovery-image] Sep 03 17:52:52.780 INFO O| Sep 03 17:52:52.780 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-03T17:52:53.449Z[ recovery-image] Sep 03 17:52:52.790 INFO O| Sep 03 17:52:52.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
86722026-09-03T17:52:53.449Z[ recovery-image] Sep 03 17:52:52.790 INFO O| Sep 03 17:52:52.790 INFO STEP 935 (remove_files) COMPLETE
86732026-09-03T17:52:53.453Z[ recovery-image] Sep 03 17:52:52.790 INFO O| Sep 03 17:52:52.790 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-03T17:52:53.460Z[ recovery-image] Sep 03 17:52:52.800 INFO O| Sep 03 17:52:52.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
86752026-09-03T17:52:53.460Z[ recovery-image] Sep 03 17:52:52.800 INFO O| Sep 03 17:52:52.800 INFO STEP 936 (remove_files) COMPLETE
86762026-09-03T17:52:53.460Z[ recovery-image] Sep 03 17:52:52.800 INFO O| Sep 03 17:52:52.800 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-03T17:52:53.469Z[ recovery-image] Sep 03 17:52:52.810 INFO O| Sep 03 17:52:52.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
86782026-09-03T17:52:53.469Z[ recovery-image] Sep 03 17:52:52.810 INFO O| Sep 03 17:52:52.810 INFO STEP 937 (remove_files) COMPLETE
86792026-09-03T17:52:53.469Z[ recovery-image] Sep 03 17:52:52.810 INFO O| Sep 03 17:52:52.810 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-03T17:52:53.478Z[ recovery-image] Sep 03 17:52:52.819 INFO O| Sep 03 17:52:52.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
86812026-09-03T17:52:53.478Z[ recovery-image] Sep 03 17:52:52.819 INFO O| Sep 03 17:52:52.819 INFO STEP 938 (remove_files) COMPLETE
86822026-09-03T17:52:53.478Z[ recovery-image] Sep 03 17:52:52.819 INFO O| Sep 03 17:52:52.819 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-03T17:52:53.490Z[ recovery-image] Sep 03 17:52:52.831 INFO O| Sep 03 17:52:52.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
86842026-09-03T17:52:53.490Z[ recovery-image] Sep 03 17:52:52.831 INFO O| Sep 03 17:52:52.831 INFO STEP 939 (remove_files) COMPLETE
86852026-09-03T17:52:53.490Z[ recovery-image] Sep 03 17:52:52.831 INFO O| Sep 03 17:52:52.831 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-03T17:52:53.500Z[ recovery-image] Sep 03 17:52:52.841 INFO O| Sep 03 17:52:52.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
86872026-09-03T17:52:53.500Z[ recovery-image] Sep 03 17:52:52.841 INFO O| Sep 03 17:52:52.841 INFO STEP 940 (remove_files) COMPLETE
86882026-09-03T17:52:53.500Z[ recovery-image] Sep 03 17:52:52.841 INFO O| Sep 03 17:52:52.841 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-03T17:52:53.510Z[ recovery-image] Sep 03 17:52:52.851 INFO O| Sep 03 17:52:52.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
86902026-09-03T17:52:53.510Z[ recovery-image] Sep 03 17:52:52.851 INFO O| Sep 03 17:52:52.850 INFO STEP 941 (remove_files) COMPLETE
86912026-09-03T17:52:53.510Z[ recovery-image] Sep 03 17:52:52.851 INFO O| Sep 03 17:52:52.850 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-03T17:52:53.519Z[ recovery-image] Sep 03 17:52:52.860 INFO O| Sep 03 17:52:52.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
86932026-09-03T17:52:53.519Z[ recovery-image] Sep 03 17:52:52.860 INFO O| Sep 03 17:52:52.860 INFO STEP 942 (remove_files) COMPLETE
86942026-09-03T17:52:53.519Z[ recovery-image] Sep 03 17:52:52.860 INFO O| Sep 03 17:52:52.860 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-03T17:52:53.529Z[ recovery-image] Sep 03 17:52:52.870 INFO O| Sep 03 17:52:52.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86962026-09-03T17:52:53.529Z[ recovery-image] Sep 03 17:52:52.870 INFO O| Sep 03 17:52:52.870 INFO STEP 943 (remove_files) COMPLETE
86972026-09-03T17:52:53.532Z[ recovery-image] Sep 03 17:52:52.870 INFO O| Sep 03 17:52:52.870 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-09-03T17:52:53.538Z[ recovery-image] Sep 03 17:52:52.879 INFO O| Sep 03 17:52:52.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86992026-09-03T17:52:53.538Z[ recovery-image] Sep 03 17:52:52.879 INFO O| Sep 03 17:52:52.879 INFO STEP 944 (remove_files) COMPLETE
87002026-09-03T17:52:53.542Z[ recovery-image] Sep 03 17:52:52.879 INFO O| Sep 03 17:52:52.879 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-09-03T17:52:53.548Z[ recovery-image] Sep 03 17:52:52.889 INFO O| Sep 03 17:52:52.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
87022026-09-03T17:52:53.548Z[ recovery-image] Sep 03 17:52:52.889 INFO O| Sep 03 17:52:52.889 INFO STEP 945 (remove_files) COMPLETE
87032026-09-03T17:52:53.548Z[ recovery-image] Sep 03 17:52:52.889 INFO O| Sep 03 17:52:52.889 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-09-03T17:52:53.557Z[ recovery-image] Sep 03 17:52:52.898 INFO O| Sep 03 17:52:52.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
87052026-09-03T17:52:53.557Z[ recovery-image] Sep 03 17:52:52.898 INFO O| Sep 03 17:52:52.898 INFO STEP 946 (remove_files) COMPLETE
87062026-09-03T17:52:53.560Z[ recovery-image] Sep 03 17:52:52.898 INFO O| Sep 03 17:52:52.898 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-09-03T17:52:53.566Z[ recovery-image] Sep 03 17:52:52.908 INFO O| Sep 03 17:52:52.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
87082026-09-03T17:52:53.567Z[ recovery-image] Sep 03 17:52:52.908 INFO O| Sep 03 17:52:52.908 INFO STEP 947 (remove_files) COMPLETE
87092026-09-03T17:52:53.570Z[ recovery-image] Sep 03 17:52:52.908 INFO O| Sep 03 17:52:52.908 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-09-03T17:52:53.576Z[ recovery-image] Sep 03 17:52:52.917 INFO O| Sep 03 17:52:52.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
87112026-09-03T17:52:53.576Z[ recovery-image] Sep 03 17:52:52.917 INFO O| Sep 03 17:52:52.917 INFO STEP 948 (remove_files) COMPLETE
87122026-09-03T17:52:53.580Z[ recovery-image] Sep 03 17:52:52.917 INFO O| Sep 03 17:52:52.917 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-09-03T17:52:53.587Z[ recovery-image] Sep 03 17:52:52.928 INFO O| Sep 03 17:52:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
87142026-09-03T17:52:53.587Z[ recovery-image] Sep 03 17:52:52.928 INFO O| Sep 03 17:52:52.928 INFO STEP 949 (remove_files) COMPLETE
87152026-09-03T17:52:53.590Z[ recovery-image] Sep 03 17:52:52.928 INFO O| Sep 03 17:52:52.928 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-09-03T17:52:53.596Z[ recovery-image] Sep 03 17:52:52.937 INFO O| Sep 03 17:52:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
87172026-09-03T17:52:53.600Z[ recovery-image] Sep 03 17:52:52.937 INFO O| Sep 03 17:52:52.937 INFO STEP 950 (remove_files) COMPLETE
87182026-09-03T17:52:53.600Z[ recovery-image] Sep 03 17:52:52.937 INFO O| Sep 03 17:52:52.937 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-09-03T17:52:53.610Z[ recovery-image] Sep 03 17:52:52.951 INFO O| Sep 03 17:52:52.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
87202026-09-03T17:52:53.610Z[ recovery-image] Sep 03 17:52:52.951 INFO O| Sep 03 17:52:52.951 INFO STEP 951 (remove_files) COMPLETE
87212026-09-03T17:52:53.613Z[ recovery-image] Sep 03 17:52:52.951 INFO O| Sep 03 17:52:52.951 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-09-03T17:52:53.623Z[ recovery-image] Sep 03 17:52:52.963 INFO O| Sep 03 17:52:52.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87232026-09-03T17:52:53.623Z[ recovery-image] Sep 03 17:52:52.963 INFO O| Sep 03 17:52:52.963 INFO STEP 952 (remove_files) COMPLETE
87242026-09-03T17:52:53.623Z[ recovery-image] Sep 03 17:52:52.964 INFO O| Sep 03 17:52:52.963 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-09-03T17:52:53.633Z[ recovery-image] Sep 03 17:52:52.974 INFO O| Sep 03 17:52:52.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87262026-09-03T17:52:53.633Z[ recovery-image] Sep 03 17:52:52.974 INFO O| Sep 03 17:52:52.974 INFO STEP 953 (remove_files) COMPLETE
87272026-09-03T17:52:53.633Z[ recovery-image] Sep 03 17:52:52.974 INFO O| Sep 03 17:52:52.974 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-09-03T17:52:53.643Z[ recovery-image] Sep 03 17:52:52.984 INFO O| Sep 03 17:52:52.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87292026-09-03T17:52:53.643Z[ recovery-image] Sep 03 17:52:52.984 INFO O| Sep 03 17:52:52.984 INFO STEP 954 (remove_files) COMPLETE
87302026-09-03T17:52:53.643Z[ recovery-image] Sep 03 17:52:52.984 INFO O| Sep 03 17:52:52.984 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-09-03T17:52:53.653Z[ recovery-image] Sep 03 17:52:52.994 INFO O| Sep 03 17:52:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87322026-09-03T17:52:53.653Z[ recovery-image] Sep 03 17:52:52.994 INFO O| Sep 03 17:52:52.994 INFO STEP 955 (remove_files) COMPLETE
87332026-09-03T17:52:53.653Z[ recovery-image] Sep 03 17:52:52.994 INFO O| Sep 03 17:52:52.994 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-09-03T17:52:53.664Z[ recovery-image] Sep 03 17:52:53.005 INFO O| Sep 03 17:52:53.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87352026-09-03T17:52:53.664Z[ recovery-image] Sep 03 17:52:53.005 INFO O| Sep 03 17:52:53.005 INFO STEP 956 (remove_files) COMPLETE
87362026-09-03T17:52:53.664Z[ recovery-image] Sep 03 17:52:53.005 INFO O| Sep 03 17:52:53.005 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-09-03T17:52:53.674Z[ recovery-image] Sep 03 17:52:53.015 INFO O| Sep 03 17:52:53.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87382026-09-03T17:52:53.674Z[ recovery-image] Sep 03 17:52:53.015 INFO O| Sep 03 17:52:53.015 INFO STEP 957 (remove_files) COMPLETE
87392026-09-03T17:52:53.674Z[ recovery-image] Sep 03 17:52:53.015 INFO O| Sep 03 17:52:53.015 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87402026-09-03T17:52:53.683Z[ recovery-image] Sep 03 17:52:53.024 INFO O| Sep 03 17:52:53.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87412026-09-03T17:52:53.684Z[ recovery-image] Sep 03 17:52:53.024 INFO O| Sep 03 17:52:53.024 INFO STEP 958 (remove_files) COMPLETE
87422026-09-03T17:52:53.684Z[ recovery-image] Sep 03 17:52:53.024 INFO O| Sep 03 17:52:53.024 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87432026-09-03T17:52:53.694Z[ recovery-image] Sep 03 17:52:53.035 INFO O| Sep 03 17:52:53.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87442026-09-03T17:52:53.694Z[ recovery-image] Sep 03 17:52:53.035 INFO O| Sep 03 17:52:53.035 INFO STEP 959 (remove_files) COMPLETE
87452026-09-03T17:52:53.694Z[ recovery-image] Sep 03 17:52:53.035 INFO O| Sep 03 17:52:53.035 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87462026-09-03T17:52:53.712Z[ recovery-image] Sep 03 17:52:53.044 INFO O| Sep 03 17:52:53.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87472026-09-03T17:52:53.715Z[ recovery-image] Sep 03 17:52:53.044 INFO O| Sep 03 17:52:53.044 INFO STEP 960 (remove_files) COMPLETE
87482026-09-03T17:52:53.715Z[ recovery-image] Sep 03 17:52:53.044 INFO O| Sep 03 17:52:53.044 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87492026-09-03T17:52:53.715Z[ recovery-image] Sep 03 17:52:53.053 INFO O| Sep 03 17:52:53.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87502026-09-03T17:52:53.715Z[ recovery-image] Sep 03 17:52:53.053 INFO O| Sep 03 17:52:53.053 INFO STEP 961 (remove_files) COMPLETE
87512026-09-03T17:52:53.716Z[ recovery-image] Sep 03 17:52:53.053 INFO O| Sep 03 17:52:53.053 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87522026-09-03T17:52:53.721Z[ recovery-image] Sep 03 17:52:53.062 INFO O| Sep 03 17:52:53.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87532026-09-03T17:52:53.721Z[ recovery-image] Sep 03 17:52:53.062 INFO O| Sep 03 17:52:53.062 INFO STEP 962 (remove_files) COMPLETE
87542026-09-03T17:52:53.721Z[ recovery-image] Sep 03 17:52:53.062 INFO O| Sep 03 17:52:53.062 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-09-03T17:52:53.730Z[ recovery-image] Sep 03 17:52:53.071 INFO O| Sep 03 17:52:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87562026-09-03T17:52:53.730Z[ recovery-image] Sep 03 17:52:53.071 INFO O| Sep 03 17:52:53.071 INFO STEP 963 (remove_files) COMPLETE
87572026-09-03T17:52:53.734Z[ recovery-image] Sep 03 17:52:53.071 INFO O| Sep 03 17:52:53.071 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-09-03T17:52:53.738Z[ recovery-image] Sep 03 17:52:53.080 INFO O| Sep 03 17:52:53.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87592026-09-03T17:52:53.738Z[ recovery-image] Sep 03 17:52:53.080 INFO O| Sep 03 17:52:53.080 INFO STEP 964 (remove_files) COMPLETE
87602026-09-03T17:52:53.742Z[ recovery-image] Sep 03 17:52:53.080 INFO O| Sep 03 17:52:53.080 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-09-03T17:52:53.747Z[ recovery-image] Sep 03 17:52:53.088 INFO O| Sep 03 17:52:53.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87622026-09-03T17:52:53.747Z[ recovery-image] Sep 03 17:52:53.088 INFO O| Sep 03 17:52:53.088 INFO STEP 965 (remove_files) COMPLETE
87632026-09-03T17:52:53.751Z[ recovery-image] Sep 03 17:52:53.088 INFO O| Sep 03 17:52:53.088 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-09-03T17:52:53.756Z[ recovery-image] Sep 03 17:52:53.097 INFO O| Sep 03 17:52:53.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87652026-09-03T17:52:53.756Z[ recovery-image] Sep 03 17:52:53.097 INFO O| Sep 03 17:52:53.097 INFO STEP 966 (remove_files) COMPLETE
87662026-09-03T17:52:53.756Z[ recovery-image] Sep 03 17:52:53.097 INFO O| Sep 03 17:52:53.097 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-09-03T17:52:53.765Z[ recovery-image] Sep 03 17:52:53.106 INFO O| Sep 03 17:52:53.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87682026-09-03T17:52:53.769Z[ recovery-image] Sep 03 17:52:53.106 INFO O| Sep 03 17:52:53.106 INFO STEP 967 (remove_files) COMPLETE
87692026-09-03T17:52:53.769Z[ recovery-image] Sep 03 17:52:53.106 INFO O| Sep 03 17:52:53.106 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-03T17:52:53.775Z[ recovery-image] Sep 03 17:52:53.116 INFO O| Sep 03 17:52:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87712026-09-03T17:52:53.776Z[ recovery-image] Sep 03 17:52:53.117 INFO O| Sep 03 17:52:53.116 INFO STEP 968 (remove_files) COMPLETE
87722026-09-03T17:52:53.779Z[ recovery-image] Sep 03 17:52:53.117 INFO O| Sep 03 17:52:53.116 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-03T17:52:53.791Z[ recovery-image] Sep 03 17:52:53.131 INFO O| Sep 03 17:52:53.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87742026-09-03T17:52:53.791Z[ recovery-image] Sep 03 17:52:53.131 INFO O| Sep 03 17:52:53.131 INFO STEP 969 (remove_files) COMPLETE
87752026-09-03T17:52:53.791Z[ recovery-image] Sep 03 17:52:53.131 INFO O| Sep 03 17:52:53.131 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-03T17:52:53.804Z[ recovery-image] Sep 03 17:52:53.145 INFO O| Sep 03 17:52:53.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87772026-09-03T17:52:53.804Z[ recovery-image] Sep 03 17:52:53.145 INFO O| Sep 03 17:52:53.145 INFO STEP 970 (remove_files) COMPLETE
87782026-09-03T17:52:53.804Z[ recovery-image] Sep 03 17:52:53.145 INFO O| Sep 03 17:52:53.145 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-03T17:52:53.815Z[ recovery-image] Sep 03 17:52:53.156 INFO O| Sep 03 17:52:53.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87802026-09-03T17:52:53.815Z[ recovery-image] Sep 03 17:52:53.156 INFO O| Sep 03 17:52:53.156 INFO STEP 971 (remove_files) COMPLETE
87812026-09-03T17:52:53.815Z[ recovery-image] Sep 03 17:52:53.156 INFO O| Sep 03 17:52:53.156 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-03T17:52:53.825Z[ recovery-image] Sep 03 17:52:53.166 INFO O| Sep 03 17:52:53.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87832026-09-03T17:52:53.829Z[ recovery-image] Sep 03 17:52:53.166 INFO O| Sep 03 17:52:53.166 INFO STEP 972 (remove_files) COMPLETE
87842026-09-03T17:52:53.829Z[ recovery-image] Sep 03 17:52:53.166 INFO O| Sep 03 17:52:53.166 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-03T17:52:53.835Z[ recovery-image] Sep 03 17:52:53.176 INFO O| Sep 03 17:52:53.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87862026-09-03T17:52:53.835Z[ recovery-image] Sep 03 17:52:53.176 INFO O| Sep 03 17:52:53.176 INFO STEP 973 (remove_files) COMPLETE
87872026-09-03T17:52:53.835Z[ recovery-image] Sep 03 17:52:53.176 INFO O| Sep 03 17:52:53.176 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-03T17:52:53.847Z[ recovery-image] Sep 03 17:52:53.188 INFO O| Sep 03 17:52:53.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87892026-09-03T17:52:53.847Z[ recovery-image] Sep 03 17:52:53.188 INFO O| Sep 03 17:52:53.188 INFO STEP 974 (remove_files) COMPLETE
87902026-09-03T17:52:53.847Z[ recovery-image] Sep 03 17:52:53.188 INFO O| Sep 03 17:52:53.188 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-03T17:52:53.861Z[ recovery-image] Sep 03 17:52:53.200 INFO O| Sep 03 17:52:53.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87922026-09-03T17:52:53.861Z[ recovery-image] Sep 03 17:52:53.201 INFO O| Sep 03 17:52:53.201 INFO STEP 975 (remove_files) COMPLETE
87932026-09-03T17:52:53.861Z[ recovery-image] Sep 03 17:52:53.201 INFO O| Sep 03 17:52:53.201 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-09-03T17:52:53.870Z[ recovery-image] Sep 03 17:52:53.211 INFO O| Sep 03 17:52:53.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87952026-09-03T17:52:53.870Z[ recovery-image] Sep 03 17:52:53.211 INFO O| Sep 03 17:52:53.211 INFO STEP 976 (remove_files) COMPLETE
87962026-09-03T17:52:53.870Z[ recovery-image] Sep 03 17:52:53.211 INFO O| Sep 03 17:52:53.211 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-09-03T17:52:53.881Z[ recovery-image] Sep 03 17:52:53.222 INFO O| Sep 03 17:52:53.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87982026-09-03T17:52:53.881Z[ recovery-image] Sep 03 17:52:53.222 INFO O| Sep 03 17:52:53.222 INFO STEP 977 (remove_files) COMPLETE
87992026-09-03T17:52:53.881Z[ recovery-image] Sep 03 17:52:53.222 INFO O| Sep 03 17:52:53.222 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-09-03T17:52:53.891Z[ recovery-image] Sep 03 17:52:53.232 INFO O| Sep 03 17:52:53.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
88012026-09-03T17:52:53.891Z[ recovery-image] Sep 03 17:52:53.232 INFO O| Sep 03 17:52:53.232 INFO STEP 978 (remove_files) COMPLETE
88022026-09-03T17:52:53.891Z[ recovery-image] Sep 03 17:52:53.232 INFO O| Sep 03 17:52:53.232 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88032026-09-03T17:52:53.900Z[ recovery-image] Sep 03 17:52:53.241 INFO O| Sep 03 17:52:53.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
88042026-09-03T17:52:53.900Z[ recovery-image] Sep 03 17:52:53.241 INFO O| Sep 03 17:52:53.241 INFO STEP 979 (remove_files) COMPLETE
88052026-09-03T17:52:53.900Z[ recovery-image] Sep 03 17:52:53.241 INFO O| Sep 03 17:52:53.241 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88062026-09-03T17:52:53.910Z[ recovery-image] Sep 03 17:52:53.251 INFO O| Sep 03 17:52:53.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
88072026-09-03T17:52:53.911Z[ recovery-image] Sep 03 17:52:53.251 INFO O| Sep 03 17:52:53.251 INFO STEP 980 (remove_files) COMPLETE
88082026-09-03T17:52:53.914Z[ recovery-image] Sep 03 17:52:53.251 INFO O| Sep 03 17:52:53.251 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88092026-09-03T17:52:53.919Z[ recovery-image] Sep 03 17:52:53.260 INFO O| Sep 03 17:52:53.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
88102026-09-03T17:52:53.919Z[ recovery-image] Sep 03 17:52:53.260 INFO O| Sep 03 17:52:53.260 INFO STEP 981 (remove_files) COMPLETE
88112026-09-03T17:52:53.923Z[ recovery-image] Sep 03 17:52:53.260 INFO O| Sep 03 17:52:53.260 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88122026-09-03T17:52:53.930Z[ recovery-image] Sep 03 17:52:53.271 INFO O| Sep 03 17:52:53.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88132026-09-03T17:52:53.930Z[ recovery-image] Sep 03 17:52:53.271 INFO O| Sep 03 17:52:53.271 INFO STEP 982 (remove_files) COMPLETE
88142026-09-03T17:52:53.930Z[ recovery-image] Sep 03 17:52:53.271 INFO O| Sep 03 17:52:53.271 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88152026-09-03T17:52:53.940Z[ recovery-image] Sep 03 17:52:53.281 INFO O| Sep 03 17:52:53.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88162026-09-03T17:52:53.940Z[ recovery-image] Sep 03 17:52:53.281 INFO O| Sep 03 17:52:53.281 INFO STEP 983 (remove_files) COMPLETE
88172026-09-03T17:52:53.940Z[ recovery-image] Sep 03 17:52:53.281 INFO O| Sep 03 17:52:53.281 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88182026-09-03T17:52:53.951Z[ recovery-image] Sep 03 17:52:53.291 INFO O| Sep 03 17:52:53.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88192026-09-03T17:52:53.951Z[ recovery-image] Sep 03 17:52:53.292 INFO O| Sep 03 17:52:53.292 INFO STEP 984 (remove_files) COMPLETE
88202026-09-03T17:52:53.951Z[ recovery-image] Sep 03 17:52:53.292 INFO O| Sep 03 17:52:53.292 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88212026-09-03T17:52:53.961Z[ recovery-image] Sep 03 17:52:53.302 INFO O| Sep 03 17:52:53.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88222026-09-03T17:52:53.962Z[ recovery-image] Sep 03 17:52:53.302 INFO O| Sep 03 17:52:53.302 INFO STEP 985 (remove_files) COMPLETE
88232026-09-03T17:52:53.962Z[ recovery-image] Sep 03 17:52:53.302 INFO O| Sep 03 17:52:53.302 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88242026-09-03T17:52:53.972Z[ recovery-image] Sep 03 17:52:53.313 INFO O| Sep 03 17:52:53.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88252026-09-03T17:52:53.972Z[ recovery-image] Sep 03 17:52:53.313 INFO O| Sep 03 17:52:53.313 INFO STEP 986 (remove_files) COMPLETE
88262026-09-03T17:52:53.972Z[ recovery-image] Sep 03 17:52:53.313 INFO O| Sep 03 17:52:53.313 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88272026-09-03T17:52:53.983Z[ recovery-image] Sep 03 17:52:53.324 INFO O| Sep 03 17:52:53.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88282026-09-03T17:52:53.983Z[ recovery-image] Sep 03 17:52:53.324 INFO O| Sep 03 17:52:53.324 INFO STEP 987 (remove_files) COMPLETE
88292026-09-03T17:52:53.983Z[ recovery-image] Sep 03 17:52:53.324 INFO O| Sep 03 17:52:53.324 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88302026-09-03T17:52:53.994Z[ recovery-image] Sep 03 17:52:53.335 INFO O| Sep 03 17:52:53.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88312026-09-03T17:52:53.995Z[ recovery-image] Sep 03 17:52:53.335 INFO O| Sep 03 17:52:53.335 INFO STEP 988 (remove_files) COMPLETE
88322026-09-03T17:52:53.995Z[ recovery-image] Sep 03 17:52:53.335 INFO O| Sep 03 17:52:53.335 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-03T17:52:54.005Z[ recovery-image] Sep 03 17:52:53.346 INFO O| Sep 03 17:52:53.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88342026-09-03T17:52:54.008Z[ recovery-image] Sep 03 17:52:53.348 INFO O| Sep 03 17:52:53.348 INFO STEP 989 (remove_files) COMPLETE
88352026-09-03T17:52:54.008Z[ recovery-image] Sep 03 17:52:53.348 INFO O| Sep 03 17:52:53.348 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-03T17:52:54.019Z[ recovery-image] Sep 03 17:52:53.359 INFO O| Sep 03 17:52:53.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88372026-09-03T17:52:54.019Z[ recovery-image] Sep 03 17:52:53.359 INFO O| Sep 03 17:52:53.359 INFO STEP 990 (remove_files) COMPLETE
88382026-09-03T17:52:54.019Z[ recovery-image] Sep 03 17:52:53.359 INFO O| Sep 03 17:52:53.359 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-03T17:52:54.029Z[ recovery-image] Sep 03 17:52:53.370 INFO O| Sep 03 17:52:53.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88402026-09-03T17:52:54.029Z[ recovery-image] Sep 03 17:52:53.370 INFO O| Sep 03 17:52:53.370 INFO STEP 991 (remove_files) COMPLETE
88412026-09-03T17:52:54.030Z[ recovery-image] Sep 03 17:52:53.370 INFO O| Sep 03 17:52:53.370 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-03T17:52:54.040Z[ recovery-image] Sep 03 17:52:53.381 INFO O| Sep 03 17:52:53.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88432026-09-03T17:52:54.040Z[ recovery-image] Sep 03 17:52:53.381 INFO O| Sep 03 17:52:53.381 INFO STEP 992 (remove_files) COMPLETE
88442026-09-03T17:52:54.040Z[ recovery-image] Sep 03 17:52:53.381 INFO O| Sep 03 17:52:53.381 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-03T17:52:54.050Z[ recovery-image] Sep 03 17:52:53.391 INFO O| Sep 03 17:52:53.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88462026-09-03T17:52:54.050Z[ recovery-image] Sep 03 17:52:53.391 INFO O| Sep 03 17:52:53.391 INFO STEP 993 (remove_files) COMPLETE
88472026-09-03T17:52:54.050Z[ recovery-image] Sep 03 17:52:53.391 INFO O| Sep 03 17:52:53.391 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-03T17:52:54.060Z[ recovery-image] Sep 03 17:52:53.401 INFO O| Sep 03 17:52:53.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88492026-09-03T17:52:54.060Z[ recovery-image] Sep 03 17:52:53.401 INFO O| Sep 03 17:52:53.401 INFO STEP 994 (remove_files) COMPLETE
88502026-09-03T17:52:54.063Z[ recovery-image] Sep 03 17:52:53.401 INFO O| Sep 03 17:52:53.401 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-03T17:52:54.069Z[ recovery-image] Sep 03 17:52:53.410 INFO O| Sep 03 17:52:53.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88522026-09-03T17:52:54.069Z[ recovery-image] Sep 03 17:52:53.410 INFO O| Sep 03 17:52:53.410 INFO STEP 995 (remove_files) COMPLETE
88532026-09-03T17:52:54.069Z[ recovery-image] Sep 03 17:52:53.410 INFO O| Sep 03 17:52:53.410 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-03T17:52:54.079Z[ recovery-image] Sep 03 17:52:53.419 INFO O| Sep 03 17:52:53.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88552026-09-03T17:52:54.079Z[ recovery-image] Sep 03 17:52:53.420 INFO O| Sep 03 17:52:53.420 INFO STEP 996 (remove_files) COMPLETE
88562026-09-03T17:52:54.079Z[ recovery-image] Sep 03 17:52:53.420 INFO O| Sep 03 17:52:53.420 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-03T17:52:54.088Z[ recovery-image] Sep 03 17:52:53.429 INFO O| Sep 03 17:52:53.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88582026-09-03T17:52:54.088Z[ recovery-image] Sep 03 17:52:53.429 INFO O| Sep 03 17:52:53.429 INFO STEP 997 (remove_files) COMPLETE
88592026-09-03T17:52:54.088Z[ recovery-image] Sep 03 17:52:53.429 INFO O| Sep 03 17:52:53.429 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-03T17:52:54.097Z[ recovery-image] Sep 03 17:52:53.438 INFO O| Sep 03 17:52:53.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88612026-09-03T17:52:54.098Z[ recovery-image] Sep 03 17:52:53.439 INFO O| Sep 03 17:52:53.438 INFO STEP 998 (remove_files) COMPLETE
88622026-09-03T17:52:54.098Z[ recovery-image] Sep 03 17:52:53.439 INFO O| Sep 03 17:52:53.438 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-03T17:52:54.107Z[ recovery-image] Sep 03 17:52:53.448 INFO O| Sep 03 17:52:53.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88642026-09-03T17:52:54.107Z[ recovery-image] Sep 03 17:52:53.448 INFO O| Sep 03 17:52:53.448 INFO STEP 999 (remove_files) COMPLETE
88652026-09-03T17:52:54.111Z[ recovery-image] Sep 03 17:52:53.448 INFO O| Sep 03 17:52:53.448 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-03T17:52:54.120Z[ recovery-image] Sep 03 17:52:53.461 INFO O| Sep 03 17:52:53.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88672026-09-03T17:52:54.120Z[ recovery-image] Sep 03 17:52:53.461 INFO O| Sep 03 17:52:53.461 INFO STEP 1000 (remove_files) COMPLETE
88682026-09-03T17:52:54.143Z[ recovery-image] Sep 03 17:52:53.461 INFO O| Sep 03 17:52:53.461 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-03T17:52:54.172Z[ recovery-image] Sep 03 17:52:53.512 INFO O| Sep 03 17:52:53.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88702026-09-03T17:52:54.172Z[ recovery-image] Sep 03 17:52:53.512 INFO O| Sep 03 17:52:53.512 INFO STEP 1001 (remove_files) COMPLETE
88712026-09-03T17:52:54.172Z[ recovery-image] Sep 03 17:52:53.512 INFO O| Sep 03 17:52:53.512 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-03T17:52:54.180Z[ recovery-image] Sep 03 17:52:53.521 INFO O| Sep 03 17:52:53.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88732026-09-03T17:52:54.180Z[ recovery-image] Sep 03 17:52:53.521 INFO O| Sep 03 17:52:53.521 INFO STEP 1002 (remove_files) COMPLETE
88742026-09-03T17:52:54.180Z[ recovery-image] Sep 03 17:52:53.521 INFO O| Sep 03 17:52:53.521 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-03T17:52:54.195Z[ recovery-image] Sep 03 17:52:53.535 INFO O| Sep 03 17:52:53.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88762026-09-03T17:52:54.195Z[ recovery-image] Sep 03 17:52:53.535 INFO O| Sep 03 17:52:53.535 INFO STEP 1003 (remove_files) COMPLETE
88772026-09-03T17:52:54.195Z[ recovery-image] Sep 03 17:52:53.535 INFO O| Sep 03 17:52:53.535 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-03T17:52:54.206Z[ recovery-image] Sep 03 17:52:53.547 INFO O| Sep 03 17:52:53.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88792026-09-03T17:52:54.206Z[ recovery-image] Sep 03 17:52:53.547 INFO O| Sep 03 17:52:53.547 INFO STEP 1004 (remove_files) COMPLETE
88802026-09-03T17:52:54.206Z[ recovery-image] Sep 03 17:52:53.547 INFO O| Sep 03 17:52:53.547 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-03T17:52:54.217Z[ recovery-image] Sep 03 17:52:53.557 INFO O| Sep 03 17:52:53.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88822026-09-03T17:52:54.217Z[ recovery-image] Sep 03 17:52:53.557 INFO O| Sep 03 17:52:53.557 INFO STEP 1005 (remove_files) COMPLETE
88832026-09-03T17:52:54.217Z[ recovery-image] Sep 03 17:52:53.557 INFO O| Sep 03 17:52:53.557 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-03T17:52:54.227Z[ recovery-image] Sep 03 17:52:53.568 INFO O| Sep 03 17:52:53.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88852026-09-03T17:52:54.227Z[ recovery-image] Sep 03 17:52:53.568 INFO O| Sep 03 17:52:53.568 INFO STEP 1006 (remove_files) COMPLETE
88862026-09-03T17:52:54.227Z[ recovery-image] Sep 03 17:52:53.568 INFO O| Sep 03 17:52:53.568 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-03T17:52:54.237Z[ recovery-image] Sep 03 17:52:53.578 INFO O| Sep 03 17:52:53.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88882026-09-03T17:52:54.237Z[ recovery-image] Sep 03 17:52:53.578 INFO O| Sep 03 17:52:53.578 INFO STEP 1007 (remove_files) COMPLETE
88892026-09-03T17:52:54.241Z[ recovery-image] Sep 03 17:52:53.578 INFO O| Sep 03 17:52:53.578 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88902026-09-03T17:52:54.247Z[ recovery-image] Sep 03 17:52:53.588 INFO O| Sep 03 17:52:53.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88912026-09-03T17:52:54.251Z[ recovery-image] Sep 03 17:52:53.589 INFO O| Sep 03 17:52:53.588 INFO STEP 1008 (remove_files) COMPLETE
88922026-09-03T17:52:54.251Z[ recovery-image] Sep 03 17:52:53.589 INFO O| Sep 03 17:52:53.589 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88932026-09-03T17:52:54.259Z[ recovery-image] Sep 03 17:52:53.600 INFO O| Sep 03 17:52:53.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88942026-09-03T17:52:54.259Z[ recovery-image] Sep 03 17:52:53.600 INFO O| Sep 03 17:52:53.600 INFO STEP 1009 (remove_files) COMPLETE
88952026-09-03T17:52:54.259Z[ recovery-image] Sep 03 17:52:53.600 INFO O| Sep 03 17:52:53.600 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88962026-09-03T17:52:54.270Z[ recovery-image] Sep 03 17:52:53.611 INFO O| Sep 03 17:52:53.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88972026-09-03T17:52:54.270Z[ recovery-image] Sep 03 17:52:53.611 INFO O| Sep 03 17:52:53.611 INFO STEP 1010 (remove_files) COMPLETE
88982026-09-03T17:52:54.270Z[ recovery-image] Sep 03 17:52:53.611 INFO O| Sep 03 17:52:53.611 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88992026-09-03T17:52:54.281Z[ recovery-image] Sep 03 17:52:53.622 INFO O| Sep 03 17:52:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
89002026-09-03T17:52:54.281Z[ recovery-image] Sep 03 17:52:53.622 INFO O| Sep 03 17:52:53.622 INFO STEP 1011 (remove_files) COMPLETE
89012026-09-03T17:52:54.281Z[ recovery-image] Sep 03 17:52:53.622 INFO O| Sep 03 17:52:53.622 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-03T17:52:54.293Z[ recovery-image] Sep 03 17:52:53.634 INFO O| Sep 03 17:52:53.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
89032026-09-03T17:52:54.293Z[ recovery-image] Sep 03 17:52:53.634 INFO O| Sep 03 17:52:53.634 INFO STEP 1012 (remove_files) COMPLETE
89042026-09-03T17:52:54.293Z[ recovery-image] Sep 03 17:52:53.634 INFO O| Sep 03 17:52:53.634 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-03T17:52:54.305Z[ recovery-image] Sep 03 17:52:53.645 INFO O| Sep 03 17:52:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
89062026-09-03T17:52:54.305Z[ recovery-image] Sep 03 17:52:53.646 INFO O| Sep 03 17:52:53.646 INFO STEP 1013 (remove_files) COMPLETE
89072026-09-03T17:52:54.305Z[ recovery-image] Sep 03 17:52:53.646 INFO O| Sep 03 17:52:53.646 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-03T17:52:54.316Z[ recovery-image] Sep 03 17:52:53.657 INFO O| Sep 03 17:52:53.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
89092026-09-03T17:52:54.316Z[ recovery-image] Sep 03 17:52:53.657 INFO O| Sep 03 17:52:53.657 INFO STEP 1014 (remove_files) COMPLETE
89102026-09-03T17:52:54.316Z[ recovery-image] Sep 03 17:52:53.657 INFO O| Sep 03 17:52:53.657 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-03T17:52:54.328Z[ recovery-image] Sep 03 17:52:53.669 INFO O| Sep 03 17:52:53.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89122026-09-03T17:52:54.328Z[ recovery-image] Sep 03 17:52:53.669 INFO O| Sep 03 17:52:53.669 INFO STEP 1015 (remove_files) COMPLETE
89132026-09-03T17:52:54.328Z[ recovery-image] Sep 03 17:52:53.669 INFO O| Sep 03 17:52:53.669 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-03T17:52:54.340Z[ recovery-image] Sep 03 17:52:53.681 INFO O| Sep 03 17:52:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89152026-09-03T17:52:54.340Z[ recovery-image] Sep 03 17:52:53.681 INFO O| Sep 03 17:52:53.681 INFO STEP 1016 (remove_files) COMPLETE
89162026-09-03T17:52:54.340Z[ recovery-image] Sep 03 17:52:53.681 INFO O| Sep 03 17:52:53.681 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-03T17:52:54.352Z[ recovery-image] Sep 03 17:52:53.693 INFO O| Sep 03 17:52:53.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89182026-09-03T17:52:54.353Z[ recovery-image] Sep 03 17:52:53.693 INFO O| Sep 03 17:52:53.693 INFO STEP 1017 (remove_files) COMPLETE
89192026-09-03T17:52:54.353Z[ recovery-image] Sep 03 17:52:53.693 INFO O| Sep 03 17:52:53.693 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-03T17:52:54.365Z[ recovery-image] Sep 03 17:52:53.706 INFO O| Sep 03 17:52:53.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89212026-09-03T17:52:54.365Z[ recovery-image] Sep 03 17:52:53.706 INFO O| Sep 03 17:52:53.706 INFO STEP 1018 (remove_files) COMPLETE
89222026-09-03T17:52:54.368Z[ recovery-image] Sep 03 17:52:53.706 INFO O| Sep 03 17:52:53.706 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-03T17:52:54.379Z[ recovery-image] Sep 03 17:52:53.720 INFO O| Sep 03 17:52:53.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89242026-09-03T17:52:54.379Z[ recovery-image] Sep 03 17:52:53.720 INFO O| Sep 03 17:52:53.720 INFO STEP 1019 (remove_files) COMPLETE
89252026-09-03T17:52:54.379Z[ recovery-image] Sep 03 17:52:53.720 INFO O| Sep 03 17:52:53.720 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-03T17:52:54.391Z[ recovery-image] Sep 03 17:52:53.732 INFO O| Sep 03 17:52:53.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89272026-09-03T17:52:54.395Z[ recovery-image] Sep 03 17:52:53.733 INFO O| Sep 03 17:52:53.733 INFO STEP 1020 (remove_files) COMPLETE
89282026-09-03T17:52:54.395Z[ recovery-image] Sep 03 17:52:53.733 INFO O| Sep 03 17:52:53.733 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-03T17:52:54.405Z[ recovery-image] Sep 03 17:52:53.746 INFO O| Sep 03 17:52:53.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89302026-09-03T17:52:54.405Z[ recovery-image] Sep 03 17:52:53.746 INFO O| Sep 03 17:52:53.746 INFO STEP 1021 (remove_files) COMPLETE
89312026-09-03T17:52:54.408Z[ recovery-image] Sep 03 17:52:53.746 INFO O| Sep 03 17:52:53.746 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-03T17:52:54.417Z[ recovery-image] Sep 03 17:52:53.758 INFO O| Sep 03 17:52:53.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89332026-09-03T17:52:54.417Z[ recovery-image] Sep 03 17:52:53.758 INFO O| Sep 03 17:52:53.758 INFO STEP 1022 (remove_files) COMPLETE
89342026-09-03T17:52:54.421Z[ recovery-image] Sep 03 17:52:53.758 INFO O| Sep 03 17:52:53.758 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-03T17:52:54.428Z[ recovery-image] Sep 03 17:52:53.769 INFO O| Sep 03 17:52:53.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89362026-09-03T17:52:54.428Z[ recovery-image] Sep 03 17:52:53.769 INFO O| Sep 03 17:52:53.769 INFO STEP 1023 (remove_files) COMPLETE
89372026-09-03T17:52:54.431Z[ recovery-image] Sep 03 17:52:53.769 INFO O| Sep 03 17:52:53.769 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-03T17:52:54.438Z[ recovery-image] Sep 03 17:52:53.779 INFO O| Sep 03 17:52:53.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89392026-09-03T17:52:54.438Z[ recovery-image] Sep 03 17:52:53.780 INFO O| Sep 03 17:52:53.780 INFO STEP 1024 (remove_files) COMPLETE
89402026-09-03T17:52:54.442Z[ recovery-image] Sep 03 17:52:53.780 INFO O| Sep 03 17:52:53.780 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-03T17:52:54.449Z[ recovery-image] Sep 03 17:52:53.790 INFO O| Sep 03 17:52:53.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89422026-09-03T17:52:54.449Z[ recovery-image] Sep 03 17:52:53.790 INFO O| Sep 03 17:52:53.790 INFO STEP 1025 (remove_files) COMPLETE
89432026-09-03T17:52:54.453Z[ recovery-image] Sep 03 17:52:53.790 INFO O| Sep 03 17:52:53.790 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-03T17:52:54.460Z[ recovery-image] Sep 03 17:52:53.801 INFO O| Sep 03 17:52:53.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89452026-09-03T17:52:54.460Z[ recovery-image] Sep 03 17:52:53.801 INFO O| Sep 03 17:52:53.801 INFO STEP 1026 (remove_files) COMPLETE
89462026-09-03T17:52:54.463Z[ recovery-image] Sep 03 17:52:53.801 INFO O| Sep 03 17:52:53.801 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-03T17:52:54.469Z[ recovery-image] Sep 03 17:52:53.810 INFO O| Sep 03 17:52:53.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89482026-09-03T17:52:54.469Z[ recovery-image] Sep 03 17:52:53.811 INFO O| Sep 03 17:52:53.810 INFO STEP 1027 (remove_files) COMPLETE
89492026-09-03T17:52:54.473Z[ recovery-image] Sep 03 17:52:53.811 INFO O| Sep 03 17:52:53.811 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-03T17:52:54.480Z[ recovery-image] Sep 03 17:52:53.821 INFO O| Sep 03 17:52:53.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89512026-09-03T17:52:54.480Z[ recovery-image] Sep 03 17:52:53.821 INFO O| Sep 03 17:52:53.821 INFO STEP 1028 (remove_files) COMPLETE
89522026-09-03T17:52:54.483Z[ recovery-image] Sep 03 17:52:53.821 INFO O| Sep 03 17:52:53.821 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-03T17:52:54.491Z[ recovery-image] Sep 03 17:52:53.832 INFO O| Sep 03 17:52:53.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89542026-09-03T17:52:54.495Z[ recovery-image] Sep 03 17:52:53.833 INFO O| Sep 03 17:52:53.833 INFO STEP 1029 (remove_files) COMPLETE
89552026-09-03T17:52:54.495Z[ recovery-image] Sep 03 17:52:53.833 INFO O| Sep 03 17:52:53.833 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-03T17:52:54.504Z[ recovery-image] Sep 03 17:52:53.845 INFO O| Sep 03 17:52:53.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89572026-09-03T17:52:54.504Z[ recovery-image] Sep 03 17:52:53.845 INFO O| Sep 03 17:52:53.845 INFO STEP 1030 (remove_files) COMPLETE
89582026-09-03T17:52:54.507Z[ recovery-image] Sep 03 17:52:53.845 INFO O| Sep 03 17:52:53.845 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-03T17:52:54.515Z[ recovery-image] Sep 03 17:52:53.856 INFO O| Sep 03 17:52:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89602026-09-03T17:52:54.518Z[ recovery-image] Sep 03 17:52:53.857 INFO O| Sep 03 17:52:53.857 INFO STEP 1031 (remove_files) COMPLETE
89612026-09-03T17:52:54.518Z[ recovery-image] Sep 03 17:52:53.857 INFO O| Sep 03 17:52:53.857 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-03T17:52:54.526Z[ recovery-image] Sep 03 17:52:53.867 INFO O| Sep 03 17:52:53.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89632026-09-03T17:52:54.526Z[ recovery-image] Sep 03 17:52:53.867 INFO O| Sep 03 17:52:53.867 INFO STEP 1032 (remove_files) COMPLETE
89642026-09-03T17:52:54.529Z[ recovery-image] Sep 03 17:52:53.867 INFO O| Sep 03 17:52:53.867 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.876 INFO O| Sep 03 17:52:53.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89662026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.876 INFO O| Sep 03 17:52:53.876 INFO STEP 1033 (remove_files) COMPLETE
89672026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.876 INFO O| Sep 03 17:52:53.876 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.885 INFO O| Sep 03 17:52:53.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89692026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.885 INFO O| Sep 03 17:52:53.885 INFO STEP 1034 (remove_files) COMPLETE
89702026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.885 INFO O| Sep 03 17:52:53.885 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.894 INFO O| Sep 03 17:52:53.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89722026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.894 INFO O| Sep 03 17:52:53.894 INFO STEP 1035 (remove_files) COMPLETE
89732026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.894 INFO O| Sep 03 17:52:53.894 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.902 INFO O| Sep 03 17:52:53.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89752026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.902 INFO O| Sep 03 17:52:53.902 INFO STEP 1036 (remove_files) COMPLETE
89762026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.902 INFO O| Sep 03 17:52:53.902 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.910 INFO O| Sep 03 17:52:53.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89782026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.910 INFO O| Sep 03 17:52:53.910 INFO STEP 1037 (remove_files) COMPLETE
89792026-09-03T17:52:54.571Z[ recovery-image] Sep 03 17:52:53.910 INFO O| Sep 03 17:52:53.910 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-03T17:52:54.576Z[ recovery-image] Sep 03 17:52:53.917 INFO O| Sep 03 17:52:53.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89812026-09-03T17:52:54.576Z[ recovery-image] Sep 03 17:52:53.918 INFO O| Sep 03 17:52:53.917 INFO STEP 1038 (remove_files) COMPLETE
89822026-09-03T17:52:54.576Z[ recovery-image] Sep 03 17:52:53.918 INFO O| Sep 03 17:52:53.917 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-03T17:52:54.584Z[ recovery-image] Sep 03 17:52:53.925 INFO O| Sep 03 17:52:53.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89842026-09-03T17:52:54.584Z[ recovery-image] Sep 03 17:52:53.925 INFO O| Sep 03 17:52:53.925 INFO STEP 1039 (remove_files) COMPLETE
89852026-09-03T17:52:54.585Z[ recovery-image] Sep 03 17:52:53.925 INFO O| Sep 03 17:52:53.925 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-03T17:52:54.593Z[ recovery-image] Sep 03 17:52:53.934 INFO O| Sep 03 17:52:53.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89872026-09-03T17:52:54.593Z[ recovery-image] Sep 03 17:52:53.934 INFO O| Sep 03 17:52:53.934 INFO STEP 1040 (remove_files) COMPLETE
89882026-09-03T17:52:54.596Z[ recovery-image] Sep 03 17:52:53.934 INFO O| Sep 03 17:52:53.934 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-03T17:52:54.601Z[ recovery-image] Sep 03 17:52:53.942 INFO O| Sep 03 17:52:53.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89902026-09-03T17:52:54.601Z[ recovery-image] Sep 03 17:52:53.942 INFO O| Sep 03 17:52:53.942 INFO STEP 1041 (remove_files) COMPLETE
89912026-09-03T17:52:54.601Z[ recovery-image] Sep 03 17:52:53.942 INFO O| Sep 03 17:52:53.942 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-03T17:52:54.611Z[ recovery-image] Sep 03 17:52:53.952 INFO O| Sep 03 17:52:53.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89932026-09-03T17:52:54.611Z[ recovery-image] Sep 03 17:52:53.952 INFO O| Sep 03 17:52:53.952 INFO STEP 1042 (remove_files) COMPLETE
89942026-09-03T17:52:54.615Z[ recovery-image] Sep 03 17:52:53.952 INFO O| Sep 03 17:52:53.952 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-03T17:52:54.621Z[ recovery-image] Sep 03 17:52:53.962 INFO O| Sep 03 17:52:53.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89962026-09-03T17:52:54.621Z[ recovery-image] Sep 03 17:52:53.962 INFO O| Sep 03 17:52:53.962 INFO STEP 1043 (remove_files) COMPLETE
89972026-09-03T17:52:54.621Z[ recovery-image] Sep 03 17:52:53.962 INFO O| Sep 03 17:52:53.962 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-03T17:52:54.631Z[ recovery-image] Sep 03 17:52:53.972 INFO O| Sep 03 17:52:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89992026-09-03T17:52:54.631Z[ recovery-image] Sep 03 17:52:53.972 INFO O| Sep 03 17:52:53.972 INFO STEP 1044 (remove_files) COMPLETE
90002026-09-03T17:52:54.631Z[ recovery-image] Sep 03 17:52:53.972 INFO O| Sep 03 17:52:53.972 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-03T17:52:54.677Z[ recovery-image] Sep 03 17:52:54.018 INFO O| Sep 03 17:52:54.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
90022026-09-03T17:52:54.677Z[ recovery-image] Sep 03 17:52:54.018 INFO O| Sep 03 17:52:54.018 INFO STEP 1045 (remove_files) COMPLETE
90032026-09-03T17:52:54.681Z[ recovery-image] Sep 03 17:52:54.018 INFO O| Sep 03 17:52:54.018 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-03T17:52:54.687Z[ recovery-image] Sep 03 17:52:54.028 INFO O| Sep 03 17:52:54.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
90052026-09-03T17:52:54.687Z[ recovery-image] Sep 03 17:52:54.028 INFO O| Sep 03 17:52:54.028 INFO STEP 1046 (remove_files) COMPLETE
90062026-09-03T17:52:54.687Z[ recovery-image] Sep 03 17:52:54.028 INFO O| Sep 03 17:52:54.028 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-03T17:52:54.698Z[ recovery-image] Sep 03 17:52:54.039 INFO O| Sep 03 17:52:54.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
90082026-09-03T17:52:54.698Z[ recovery-image] Sep 03 17:52:54.039 INFO O| Sep 03 17:52:54.039 INFO STEP 1047 (remove_files) COMPLETE
90092026-09-03T17:52:54.698Z[ recovery-image] Sep 03 17:52:54.039 INFO O| Sep 03 17:52:54.039 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-03T17:52:54.708Z[ recovery-image] Sep 03 17:52:54.049 INFO O| Sep 03 17:52:54.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
90112026-09-03T17:52:54.708Z[ recovery-image] Sep 03 17:52:54.049 INFO O| Sep 03 17:52:54.049 INFO STEP 1048 (remove_files) COMPLETE
90122026-09-03T17:52:54.708Z[ recovery-image] Sep 03 17:52:54.049 INFO O| Sep 03 17:52:54.049 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-03T17:52:54.718Z[ recovery-image] Sep 03 17:52:54.059 INFO O| Sep 03 17:52:54.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90142026-09-03T17:52:54.721Z[ recovery-image] Sep 03 17:52:54.059 INFO O| Sep 03 17:52:54.059 INFO STEP 1049 (remove_files) COMPLETE
90152026-09-03T17:52:54.721Z[ recovery-image] Sep 03 17:52:54.059 INFO O| Sep 03 17:52:54.059 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-03T17:52:54.728Z[ recovery-image] Sep 03 17:52:54.069 INFO O| Sep 03 17:52:54.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90172026-09-03T17:52:54.728Z[ recovery-image] Sep 03 17:52:54.069 INFO O| Sep 03 17:52:54.069 INFO STEP 1050 (remove_files) COMPLETE
90182026-09-03T17:52:54.732Z[ recovery-image] Sep 03 17:52:54.069 INFO O| Sep 03 17:52:54.069 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-03T17:52:54.740Z[ recovery-image] Sep 03 17:52:54.080 INFO O| Sep 03 17:52:54.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90202026-09-03T17:52:54.740Z[ recovery-image] Sep 03 17:52:54.080 INFO O| Sep 03 17:52:54.080 INFO STEP 1051 (remove_files) COMPLETE
90212026-09-03T17:52:54.740Z[ recovery-image] Sep 03 17:52:54.080 INFO O| Sep 03 17:52:54.080 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-03T17:52:54.750Z[ recovery-image] Sep 03 17:52:54.090 INFO O| Sep 03 17:52:54.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90232026-09-03T17:52:54.750Z[ recovery-image] Sep 03 17:52:54.090 INFO O| Sep 03 17:52:54.090 INFO STEP 1052 (remove_files) COMPLETE
90242026-09-03T17:52:54.750Z[ recovery-image] Sep 03 17:52:54.090 INFO O| Sep 03 17:52:54.090 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-03T17:52:54.760Z[ recovery-image] Sep 03 17:52:54.101 INFO O| Sep 03 17:52:54.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90262026-09-03T17:52:54.760Z[ recovery-image] Sep 03 17:52:54.101 INFO O| Sep 03 17:52:54.101 INFO STEP 1053 (remove_files) COMPLETE
90272026-09-03T17:52:54.760Z[ recovery-image] Sep 03 17:52:54.101 INFO O| Sep 03 17:52:54.101 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-03T17:52:54.772Z[ recovery-image] Sep 03 17:52:54.112 INFO O| Sep 03 17:52:54.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90292026-09-03T17:52:54.772Z[ recovery-image] Sep 03 17:52:54.113 INFO O| Sep 03 17:52:54.113 INFO STEP 1054 (remove_files) COMPLETE
90302026-09-03T17:52:54.772Z[ recovery-image] Sep 03 17:52:54.113 INFO O| Sep 03 17:52:54.113 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-03T17:52:54.783Z[ recovery-image] Sep 03 17:52:54.124 INFO O| Sep 03 17:52:54.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90322026-09-03T17:52:54.783Z[ recovery-image] Sep 03 17:52:54.124 INFO O| Sep 03 17:52:54.124 INFO STEP 1055 (remove_files) COMPLETE
90332026-09-03T17:52:54.783Z[ recovery-image] Sep 03 17:52:54.124 INFO O| Sep 03 17:52:54.124 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-03T17:52:54.794Z[ recovery-image] Sep 03 17:52:54.135 INFO O| Sep 03 17:52:54.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90352026-09-03T17:52:54.794Z[ recovery-image] Sep 03 17:52:54.135 INFO O| Sep 03 17:52:54.135 INFO STEP 1056 (remove_files) COMPLETE
90362026-09-03T17:52:54.794Z[ recovery-image] Sep 03 17:52:54.135 INFO O| Sep 03 17:52:54.135 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-03T17:52:54.805Z[ recovery-image] Sep 03 17:52:54.145 INFO O| Sep 03 17:52:54.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90382026-09-03T17:52:54.805Z[ recovery-image] Sep 03 17:52:54.146 INFO O| Sep 03 17:52:54.146 INFO STEP 1057 (remove_files) COMPLETE
90392026-09-03T17:52:54.805Z[ recovery-image] Sep 03 17:52:54.146 INFO O| Sep 03 17:52:54.146 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-03T17:52:54.815Z[ recovery-image] Sep 03 17:52:54.156 INFO O| Sep 03 17:52:54.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90412026-09-03T17:52:54.815Z[ recovery-image] Sep 03 17:52:54.156 INFO O| Sep 03 17:52:54.156 INFO STEP 1058 (remove_files) COMPLETE
90422026-09-03T17:52:54.820Z[ recovery-image] Sep 03 17:52:54.156 INFO O| Sep 03 17:52:54.156 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-03T17:52:54.826Z[ recovery-image] Sep 03 17:52:54.167 INFO O| Sep 03 17:52:54.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90442026-09-03T17:52:54.826Z[ recovery-image] Sep 03 17:52:54.167 INFO O| Sep 03 17:52:54.167 INFO STEP 1059 (remove_files) COMPLETE
90452026-09-03T17:52:54.826Z[ recovery-image] Sep 03 17:52:54.167 INFO O| Sep 03 17:52:54.167 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-03T17:52:54.837Z[ recovery-image] Sep 03 17:52:54.178 INFO O| Sep 03 17:52:54.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90472026-09-03T17:52:54.837Z[ recovery-image] Sep 03 17:52:54.178 INFO O| Sep 03 17:52:54.178 INFO STEP 1060 (remove_files) COMPLETE
90482026-09-03T17:52:54.841Z[ recovery-image] Sep 03 17:52:54.178 INFO O| Sep 03 17:52:54.178 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-03T17:52:54.848Z[ recovery-image] Sep 03 17:52:54.189 INFO O| Sep 03 17:52:54.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90502026-09-03T17:52:54.848Z[ recovery-image] Sep 03 17:52:54.189 INFO O| Sep 03 17:52:54.189 INFO STEP 1061 (remove_files) COMPLETE
90512026-09-03T17:52:54.848Z[ recovery-image] Sep 03 17:52:54.189 INFO O| Sep 03 17:52:54.189 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-03T17:52:54.859Z[ recovery-image] Sep 03 17:52:54.200 INFO O| Sep 03 17:52:54.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90532026-09-03T17:52:54.862Z[ recovery-image] Sep 03 17:52:54.201 INFO O| Sep 03 17:52:54.201 INFO STEP 1062 (remove_files) COMPLETE
90542026-09-03T17:52:54.862Z[ recovery-image] Sep 03 17:52:54.201 INFO O| Sep 03 17:52:54.201 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-03T17:52:54.870Z[ recovery-image] Sep 03 17:52:54.211 INFO O| Sep 03 17:52:54.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90562026-09-03T17:52:54.870Z[ recovery-image] Sep 03 17:52:54.212 INFO O| Sep 03 17:52:54.212 INFO STEP 1063 (remove_files) COMPLETE
90572026-09-03T17:52:54.870Z[ recovery-image] Sep 03 17:52:54.212 INFO O| Sep 03 17:52:54.212 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-03T17:52:54.888Z[ recovery-image] Sep 03 17:52:54.229 INFO O| Sep 03 17:52:54.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90592026-09-03T17:52:54.892Z[ recovery-image] Sep 03 17:52:54.230 INFO O| Sep 03 17:52:54.230 INFO STEP 1064 (remove_files) COMPLETE
90602026-09-03T17:52:54.892Z[ recovery-image] Sep 03 17:52:54.230 INFO O| Sep 03 17:52:54.230 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-03T17:52:54.900Z[ recovery-image] Sep 03 17:52:54.241 INFO O| Sep 03 17:52:54.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90622026-09-03T17:52:54.900Z[ recovery-image] Sep 03 17:52:54.241 INFO O| Sep 03 17:52:54.241 INFO STEP 1065 (remove_files) COMPLETE
90632026-09-03T17:52:54.900Z[ recovery-image] Sep 03 17:52:54.241 INFO O| Sep 03 17:52:54.241 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-03T17:52:54.911Z[ recovery-image] Sep 03 17:52:54.252 INFO O| Sep 03 17:52:54.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90652026-09-03T17:52:54.911Z[ recovery-image] Sep 03 17:52:54.252 INFO O| Sep 03 17:52:54.252 INFO STEP 1066 (remove_files) COMPLETE
90662026-09-03T17:52:54.911Z[ recovery-image] Sep 03 17:52:54.252 INFO O| Sep 03 17:52:54.252 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90672026-09-03T17:52:54.922Z[ recovery-image] Sep 03 17:52:54.263 INFO O| Sep 03 17:52:54.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90682026-09-03T17:52:54.922Z[ recovery-image] Sep 03 17:52:54.263 INFO O| Sep 03 17:52:54.263 INFO STEP 1067 (remove_files) COMPLETE
90692026-09-03T17:52:54.922Z[ recovery-image] Sep 03 17:52:54.263 INFO O| Sep 03 17:52:54.263 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90702026-09-03T17:52:54.934Z[ recovery-image] Sep 03 17:52:54.275 INFO O| Sep 03 17:52:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90712026-09-03T17:52:54.934Z[ recovery-image] Sep 03 17:52:54.275 INFO O| Sep 03 17:52:54.275 INFO STEP 1068 (remove_files) COMPLETE
90722026-09-03T17:52:54.934Z[ recovery-image] Sep 03 17:52:54.275 INFO O| Sep 03 17:52:54.275 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90732026-09-03T17:52:54.948Z[ recovery-image] Sep 03 17:52:54.288 INFO O| Sep 03 17:52:54.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90742026-09-03T17:52:54.948Z[ recovery-image] Sep 03 17:52:54.288 INFO O| Sep 03 17:52:54.288 INFO STEP 1069 (remove_files) COMPLETE
90752026-09-03T17:52:54.948Z[ recovery-image] Sep 03 17:52:54.288 INFO O| Sep 03 17:52:54.288 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-03T17:52:54.957Z[ recovery-image] Sep 03 17:52:54.298 INFO O| Sep 03 17:52:54.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90772026-09-03T17:52:54.957Z[ recovery-image] Sep 03 17:52:54.298 INFO O| Sep 03 17:52:54.298 INFO STEP 1070 (remove_files) COMPLETE
90782026-09-03T17:52:54.957Z[ recovery-image] Sep 03 17:52:54.298 INFO O| Sep 03 17:52:54.298 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90792026-09-03T17:52:54.971Z[ recovery-image] Sep 03 17:52:54.311 INFO O| Sep 03 17:52:54.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90802026-09-03T17:52:54.972Z[ recovery-image] Sep 03 17:52:54.311 INFO O| Sep 03 17:52:54.311 INFO STEP 1071 (remove_files) COMPLETE
90812026-09-03T17:52:54.972Z[ recovery-image] Sep 03 17:52:54.311 INFO O| Sep 03 17:52:54.311 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90822026-09-03T17:52:54.981Z[ recovery-image] Sep 03 17:52:54.322 INFO O| Sep 03 17:52:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90832026-09-03T17:52:54.981Z[ recovery-image] Sep 03 17:52:54.322 INFO O| Sep 03 17:52:54.322 INFO STEP 1072 (remove_files) COMPLETE
90842026-09-03T17:52:54.984Z[ recovery-image] Sep 03 17:52:54.322 INFO O| Sep 03 17:52:54.322 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90852026-09-03T17:52:54.991Z[ recovery-image] Sep 03 17:52:54.332 INFO O| Sep 03 17:52:54.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90862026-09-03T17:52:54.991Z[ recovery-image] Sep 03 17:52:54.332 INFO O| Sep 03 17:52:54.332 INFO STEP 1073 (remove_files) COMPLETE
90872026-09-03T17:52:54.991Z[ recovery-image] Sep 03 17:52:54.332 INFO O| Sep 03 17:52:54.332 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-03T17:52:55.001Z[ recovery-image] Sep 03 17:52:54.341 INFO O| Sep 03 17:52:54.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90892026-09-03T17:52:55.001Z[ recovery-image] Sep 03 17:52:54.341 INFO O| Sep 03 17:52:54.341 INFO STEP 1074 (remove_files) COMPLETE
90902026-09-03T17:52:55.004Z[ recovery-image] Sep 03 17:52:54.341 INFO O| Sep 03 17:52:54.341 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-03T17:52:55.010Z[ recovery-image] Sep 03 17:52:54.351 INFO O| Sep 03 17:52:54.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90922026-09-03T17:52:55.010Z[ recovery-image] Sep 03 17:52:54.351 INFO O| Sep 03 17:52:54.351 INFO STEP 1075 (remove_files) COMPLETE
90932026-09-03T17:52:55.010Z[ recovery-image] Sep 03 17:52:54.351 INFO O| Sep 03 17:52:54.351 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-03T17:52:55.020Z[ recovery-image] Sep 03 17:52:54.360 INFO O| Sep 03 17:52:54.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90952026-09-03T17:52:55.020Z[ recovery-image] Sep 03 17:52:54.360 INFO O| Sep 03 17:52:54.360 INFO STEP 1076 (remove_files) COMPLETE
90962026-09-03T17:52:55.020Z[ recovery-image] Sep 03 17:52:54.360 INFO O| Sep 03 17:52:54.360 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-03T17:52:55.029Z[ recovery-image] Sep 03 17:52:54.370 INFO O| Sep 03 17:52:54.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90982026-09-03T17:52:55.029Z[ recovery-image] Sep 03 17:52:54.370 INFO O| Sep 03 17:52:54.370 INFO STEP 1077 (remove_files) COMPLETE
90992026-09-03T17:52:55.033Z[ recovery-image] Sep 03 17:52:54.370 INFO O| Sep 03 17:52:54.370 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-03T17:52:55.043Z[ recovery-image] Sep 03 17:52:54.379 INFO O| Sep 03 17:52:54.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
91012026-09-03T17:52:55.043Z[ recovery-image] Sep 03 17:52:54.379 INFO O| Sep 03 17:52:54.379 INFO STEP 1078 (remove_files) COMPLETE
91022026-09-03T17:52:55.043Z[ recovery-image] Sep 03 17:52:54.379 INFO O| Sep 03 17:52:54.379 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-03T17:52:55.083Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
91042026-09-03T17:52:55.083Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.390 INFO STEP 1079 (remove_files) COMPLETE
91052026-09-03T17:52:55.083Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.390 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-03T17:52:55.087Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
91072026-09-03T17:52:55.087Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.402 INFO STEP 1080 (remove_files) COMPLETE
91082026-09-03T17:52:55.087Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.402 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-03T17:52:55.087Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
91102026-09-03T17:52:55.088Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.413 INFO STEP 1081 (remove_files) COMPLETE
91112026-09-03T17:52:55.088Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.413 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-03T17:52:55.088Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91132026-09-03T17:52:55.088Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.423 INFO STEP 1082 (remove_files) COMPLETE
91142026-09-03T17:52:55.088Z[ recovery-image] Sep 03 17:52:54.424 INFO O| Sep 03 17:52:54.423 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-03T17:52:55.093Z[ recovery-image] Sep 03 17:52:54.434 INFO O| Sep 03 17:52:54.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91162026-09-03T17:52:55.093Z[ recovery-image] Sep 03 17:52:54.434 INFO O| Sep 03 17:52:54.434 INFO STEP 1083 (remove_files) COMPLETE
91172026-09-03T17:52:55.093Z[ recovery-image] Sep 03 17:52:54.434 INFO O| Sep 03 17:52:54.434 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-03T17:52:55.104Z[ recovery-image] Sep 03 17:52:54.445 INFO O| Sep 03 17:52:54.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91192026-09-03T17:52:55.104Z[ recovery-image] Sep 03 17:52:54.445 INFO O| Sep 03 17:52:54.445 INFO STEP 1084 (remove_files) COMPLETE
91202026-09-03T17:52:55.104Z[ recovery-image] Sep 03 17:52:54.445 INFO O| Sep 03 17:52:54.445 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91212026-09-03T17:52:55.116Z[ recovery-image] Sep 03 17:52:54.457 INFO O| Sep 03 17:52:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91222026-09-03T17:52:55.116Z[ recovery-image] Sep 03 17:52:54.457 INFO O| Sep 03 17:52:54.457 INFO STEP 1085 (remove_files) COMPLETE
91232026-09-03T17:52:55.116Z[ recovery-image] Sep 03 17:52:54.457 INFO O| Sep 03 17:52:54.457 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91242026-09-03T17:52:55.126Z[ recovery-image] Sep 03 17:52:54.467 INFO O| Sep 03 17:52:54.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91252026-09-03T17:52:55.127Z[ recovery-image] Sep 03 17:52:54.467 INFO O| Sep 03 17:52:54.467 INFO STEP 1086 (remove_files) COMPLETE
91262026-09-03T17:52:55.127Z[ recovery-image] Sep 03 17:52:54.467 INFO O| Sep 03 17:52:54.467 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91272026-09-03T17:52:55.137Z[ recovery-image] Sep 03 17:52:54.477 INFO O| Sep 03 17:52:54.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91282026-09-03T17:52:55.137Z[ recovery-image] Sep 03 17:52:54.478 INFO O| Sep 03 17:52:54.478 INFO STEP 1087 (remove_files) COMPLETE
91292026-09-03T17:52:55.137Z[ recovery-image] Sep 03 17:52:54.478 INFO O| Sep 03 17:52:54.478 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91302026-09-03T17:52:55.147Z[ recovery-image] Sep 03 17:52:54.488 INFO O| Sep 03 17:52:54.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91312026-09-03T17:52:55.147Z[ recovery-image] Sep 03 17:52:54.488 INFO O| Sep 03 17:52:54.488 INFO STEP 1088 (remove_files) COMPLETE
91322026-09-03T17:52:55.151Z[ recovery-image] Sep 03 17:52:54.488 INFO O| Sep 03 17:52:54.488 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91332026-09-03T17:52:55.158Z[ recovery-image] Sep 03 17:52:54.499 INFO O| Sep 03 17:52:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91342026-09-03T17:52:55.158Z[ recovery-image] Sep 03 17:52:54.499 INFO O| Sep 03 17:52:54.499 INFO STEP 1089 (remove_files) COMPLETE
91352026-09-03T17:52:55.158Z[ recovery-image] Sep 03 17:52:54.499 INFO O| Sep 03 17:52:54.499 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91362026-09-03T17:52:55.168Z[ recovery-image] Sep 03 17:52:54.509 INFO O| Sep 03 17:52:54.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91372026-09-03T17:52:55.168Z[ recovery-image] Sep 03 17:52:54.509 INFO O| Sep 03 17:52:54.509 INFO STEP 1090 (remove_files) COMPLETE
91382026-09-03T17:52:55.168Z[ recovery-image] Sep 03 17:52:54.509 INFO O| Sep 03 17:52:54.509 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91392026-09-03T17:52:55.182Z[ recovery-image] Sep 03 17:52:54.522 INFO O| Sep 03 17:52:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91402026-09-03T17:52:55.182Z[ recovery-image] Sep 03 17:52:54.522 INFO O| Sep 03 17:52:54.522 INFO STEP 1091 (remove_files) COMPLETE
91412026-09-03T17:52:55.182Z[ recovery-image] Sep 03 17:52:54.522 INFO O| Sep 03 17:52:54.522 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91422026-09-03T17:52:55.194Z[ recovery-image] Sep 03 17:52:54.535 INFO O| Sep 03 17:52:54.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91432026-09-03T17:52:55.194Z[ recovery-image] Sep 03 17:52:54.535 INFO O| Sep 03 17:52:54.535 INFO STEP 1092 (remove_files) COMPLETE
91442026-09-03T17:52:55.194Z[ recovery-image] Sep 03 17:52:54.535 INFO O| Sep 03 17:52:54.535 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91452026-09-03T17:52:55.205Z[ recovery-image] Sep 03 17:52:54.546 INFO O| Sep 03 17:52:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91462026-09-03T17:52:55.205Z[ recovery-image] Sep 03 17:52:54.546 INFO O| Sep 03 17:52:54.546 INFO STEP 1093 (remove_files) COMPLETE
91472026-09-03T17:52:55.205Z[ recovery-image] Sep 03 17:52:54.546 INFO O| Sep 03 17:52:54.546 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91482026-09-03T17:52:55.215Z[ recovery-image] Sep 03 17:52:54.556 INFO O| Sep 03 17:52:54.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91492026-09-03T17:52:55.215Z[ recovery-image] Sep 03 17:52:54.556 INFO O| Sep 03 17:52:54.556 INFO STEP 1094 (remove_files) COMPLETE
91502026-09-03T17:52:55.215Z[ recovery-image] Sep 03 17:52:54.556 INFO O| Sep 03 17:52:54.556 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91512026-09-03T17:52:55.226Z[ recovery-image] Sep 03 17:52:54.567 INFO O| Sep 03 17:52:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91522026-09-03T17:52:55.226Z[ recovery-image] Sep 03 17:52:54.567 INFO O| Sep 03 17:52:54.567 INFO STEP 1095 (remove_files) COMPLETE
91532026-09-03T17:52:55.226Z[ recovery-image] Sep 03 17:52:54.567 INFO O| Sep 03 17:52:54.567 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91542026-09-03T17:52:55.238Z[ recovery-image] Sep 03 17:52:54.579 INFO O| Sep 03 17:52:54.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91552026-09-03T17:52:55.238Z[ recovery-image] Sep 03 17:52:54.579 INFO O| Sep 03 17:52:54.579 INFO STEP 1096 (remove_files) COMPLETE
91562026-09-03T17:52:55.238Z[ recovery-image] Sep 03 17:52:54.579 INFO O| Sep 03 17:52:54.579 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91572026-09-03T17:52:55.249Z[ recovery-image] Sep 03 17:52:54.589 INFO O| Sep 03 17:52:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91582026-09-03T17:52:55.249Z[ recovery-image] Sep 03 17:52:54.589 INFO O| Sep 03 17:52:54.589 INFO STEP 1097 (remove_files) COMPLETE
91592026-09-03T17:52:55.249Z[ recovery-image] Sep 03 17:52:54.589 INFO O| Sep 03 17:52:54.589 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91602026-09-03T17:52:55.261Z[ recovery-image] Sep 03 17:52:54.602 INFO O| Sep 03 17:52:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91612026-09-03T17:52:55.261Z[ recovery-image] Sep 03 17:52:54.602 INFO O| Sep 03 17:52:54.602 INFO STEP 1098 (remove_files) COMPLETE
91622026-09-03T17:52:55.261Z[ recovery-image] Sep 03 17:52:54.602 INFO O| Sep 03 17:52:54.602 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91632026-09-03T17:52:55.272Z[ recovery-image] Sep 03 17:52:54.613 INFO O| Sep 03 17:52:54.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91642026-09-03T17:52:55.272Z[ recovery-image] Sep 03 17:52:54.613 INFO O| Sep 03 17:52:54.613 INFO STEP 1099 (remove_files) COMPLETE
91652026-09-03T17:52:55.272Z[ recovery-image] Sep 03 17:52:54.613 INFO O| Sep 03 17:52:54.613 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91662026-09-03T17:52:55.283Z[ recovery-image] Sep 03 17:52:54.624 INFO O| Sep 03 17:52:54.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91672026-09-03T17:52:55.283Z[ recovery-image] Sep 03 17:52:54.624 INFO O| Sep 03 17:52:54.624 INFO STEP 1100 (remove_files) COMPLETE
91682026-09-03T17:52:55.286Z[ recovery-image] Sep 03 17:52:54.624 INFO O| Sep 03 17:52:54.624 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91692026-09-03T17:52:55.293Z[ recovery-image] Sep 03 17:52:54.634 INFO O| Sep 03 17:52:54.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91702026-09-03T17:52:55.293Z[ recovery-image] Sep 03 17:52:54.634 INFO O| Sep 03 17:52:54.634 INFO STEP 1101 (remove_files) COMPLETE
91712026-09-03T17:52:55.293Z[ recovery-image] Sep 03 17:52:54.634 INFO O| Sep 03 17:52:54.634 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91722026-09-03T17:52:55.304Z[ recovery-image] Sep 03 17:52:54.644 INFO O| Sep 03 17:52:54.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91732026-09-03T17:52:55.304Z[ recovery-image] Sep 03 17:52:54.644 INFO O| Sep 03 17:52:54.644 INFO STEP 1102 (remove_files) COMPLETE
91742026-09-03T17:52:55.308Z[ recovery-image] Sep 03 17:52:54.644 INFO O| Sep 03 17:52:54.644 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91752026-09-03T17:52:55.314Z[ recovery-image] Sep 03 17:52:54.655 INFO O| Sep 03 17:52:54.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91762026-09-03T17:52:55.314Z[ recovery-image] Sep 03 17:52:54.655 INFO O| Sep 03 17:52:54.655 INFO STEP 1103 (remove_files) COMPLETE
91772026-09-03T17:52:55.314Z[ recovery-image] Sep 03 17:52:54.655 INFO O| Sep 03 17:52:54.655 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91782026-09-03T17:52:55.323Z[ recovery-image] Sep 03 17:52:54.664 INFO O| Sep 03 17:52:54.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91792026-09-03T17:52:55.323Z[ recovery-image] Sep 03 17:52:54.664 INFO O| Sep 03 17:52:54.664 INFO STEP 1104 (remove_files) COMPLETE
91802026-09-03T17:52:55.324Z[ recovery-image] Sep 03 17:52:54.665 INFO O| Sep 03 17:52:54.664 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91812026-09-03T17:52:55.333Z[ recovery-image] Sep 03 17:52:54.674 INFO O| Sep 03 17:52:54.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91822026-09-03T17:52:55.334Z[ recovery-image] Sep 03 17:52:54.675 INFO O| Sep 03 17:52:54.674 INFO STEP 1105 (remove_files) COMPLETE
91832026-09-03T17:52:55.334Z[ recovery-image] Sep 03 17:52:54.675 INFO O| Sep 03 17:52:54.675 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91842026-09-03T17:52:55.343Z[ recovery-image] Sep 03 17:52:54.684 INFO O| Sep 03 17:52:54.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91852026-09-03T17:52:55.343Z[ recovery-image] Sep 03 17:52:54.684 INFO O| Sep 03 17:52:54.684 INFO STEP 1106 (remove_files) COMPLETE
91862026-09-03T17:52:55.343Z[ recovery-image] Sep 03 17:52:54.684 INFO O| Sep 03 17:52:54.684 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91872026-09-03T17:52:55.353Z[ recovery-image] Sep 03 17:52:54.694 INFO O| Sep 03 17:52:54.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91882026-09-03T17:52:55.353Z[ recovery-image] Sep 03 17:52:54.694 INFO O| Sep 03 17:52:54.694 INFO STEP 1107 (remove_files) COMPLETE
91892026-09-03T17:52:55.353Z[ recovery-image] Sep 03 17:52:54.694 INFO O| Sep 03 17:52:54.694 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91902026-09-03T17:52:55.362Z[ recovery-image] Sep 03 17:52:54.703 INFO O| Sep 03 17:52:54.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91912026-09-03T17:52:55.362Z[ recovery-image] Sep 03 17:52:54.703 INFO O| Sep 03 17:52:54.703 INFO STEP 1108 (remove_files) COMPLETE
91922026-09-03T17:52:55.362Z[ recovery-image] Sep 03 17:52:54.703 INFO O| Sep 03 17:52:54.703 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91932026-09-03T17:52:55.371Z[ recovery-image] Sep 03 17:52:54.712 INFO O| Sep 03 17:52:54.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91942026-09-03T17:52:55.371Z[ recovery-image] Sep 03 17:52:54.712 INFO O| Sep 03 17:52:54.712 INFO STEP 1109 (remove_files) COMPLETE
91952026-09-03T17:52:55.375Z[ recovery-image] Sep 03 17:52:54.712 INFO O| Sep 03 17:52:54.712 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91962026-09-03T17:52:55.381Z[ recovery-image] Sep 03 17:52:54.722 INFO O| Sep 03 17:52:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91972026-09-03T17:52:55.381Z[ recovery-image] Sep 03 17:52:54.722 INFO O| Sep 03 17:52:54.722 INFO STEP 1110 (remove_files) COMPLETE
91982026-09-03T17:52:55.384Z[ recovery-image] Sep 03 17:52:54.722 INFO O| Sep 03 17:52:54.722 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91992026-09-03T17:52:55.391Z[ recovery-image] Sep 03 17:52:54.732 INFO O| Sep 03 17:52:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
92002026-09-03T17:52:55.391Z[ recovery-image] Sep 03 17:52:54.732 INFO O| Sep 03 17:52:54.732 INFO STEP 1111 (remove_files) COMPLETE
92012026-09-03T17:52:55.391Z[ recovery-image] Sep 03 17:52:54.732 INFO O| Sep 03 17:52:54.732 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92022026-09-03T17:52:55.401Z[ recovery-image] Sep 03 17:52:54.742 INFO O| Sep 03 17:52:54.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
92032026-09-03T17:52:55.401Z[ recovery-image] Sep 03 17:52:54.742 INFO O| Sep 03 17:52:54.742 INFO STEP 1112 (remove_files) COMPLETE
92042026-09-03T17:52:55.401Z[ recovery-image] Sep 03 17:52:54.742 INFO O| Sep 03 17:52:54.742 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92052026-09-03T17:52:55.412Z[ recovery-image] Sep 03 17:52:54.752 INFO O| Sep 03 17:52:54.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
92062026-09-03T17:52:55.412Z[ recovery-image] Sep 03 17:52:54.752 INFO O| Sep 03 17:52:54.752 INFO STEP 1113 (remove_files) COMPLETE
92072026-09-03T17:52:55.412Z[ recovery-image] Sep 03 17:52:54.752 INFO O| Sep 03 17:52:54.752 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92082026-09-03T17:52:55.420Z[ recovery-image] Sep 03 17:52:54.761 INFO O| Sep 03 17:52:54.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
92092026-09-03T17:52:55.420Z[ recovery-image] Sep 03 17:52:54.761 INFO O| Sep 03 17:52:54.761 INFO STEP 1114 (remove_files) COMPLETE
92102026-09-03T17:52:55.424Z[ recovery-image] Sep 03 17:52:54.761 INFO O| Sep 03 17:52:54.761 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92112026-09-03T17:52:55.430Z[ recovery-image] Sep 03 17:52:54.771 INFO O| Sep 03 17:52:54.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92122026-09-03T17:52:55.430Z[ recovery-image] Sep 03 17:52:54.771 INFO O| Sep 03 17:52:54.771 INFO STEP 1115 (remove_files) COMPLETE
92132026-09-03T17:52:55.434Z[ recovery-image] Sep 03 17:52:54.771 INFO O| Sep 03 17:52:54.771 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92142026-09-03T17:52:55.440Z[ recovery-image] Sep 03 17:52:54.781 INFO O| Sep 03 17:52:54.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92152026-09-03T17:52:55.440Z[ recovery-image] Sep 03 17:52:54.781 INFO O| Sep 03 17:52:54.781 INFO STEP 1116 (remove_files) COMPLETE
92162026-09-03T17:52:55.440Z[ recovery-image] Sep 03 17:52:54.781 INFO O| Sep 03 17:52:54.781 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92172026-09-03T17:52:55.457Z[ recovery-image] Sep 03 17:52:54.798 INFO O| Sep 03 17:52:54.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92182026-09-03T17:52:55.457Z[ recovery-image] Sep 03 17:52:54.798 INFO O| Sep 03 17:52:54.798 INFO STEP 1117 (remove_files) COMPLETE
92192026-09-03T17:52:55.457Z[ recovery-image] Sep 03 17:52:54.798 INFO O| Sep 03 17:52:54.798 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92202026-09-03T17:52:55.472Z[ recovery-image] Sep 03 17:52:54.813 INFO O| Sep 03 17:52:54.813 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92212026-09-03T17:52:55.472Z[ recovery-image] Sep 03 17:52:54.813 INFO O| Sep 03 17:52:54.813 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92222026-09-03T17:52:56.401Z[ recovery-image] Sep 03 17:52:55.742 INFO O| Sep 03 17:52:55.742 INFO STEP 1118 (pack_tar) COMPLETE
92232026-09-03T17:52:56.401Z[ recovery-image] Sep 03 17:52:55.742 INFO O| Sep 03 17:52:55.742 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92242026-09-03T17:52:56.401Z[ recovery-image] Sep 03 17:52:55.742 INFO O| Sep 03 17:52:55.742 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92252026-09-03T17:52:56.419Z[verify-libraries] Compiling polar-core v0.27.3
92262026-09-03T17:52:56.830Z[ recovery-image] Sep 03 17:52:56.171 INFO O| Sep 03 17:52:56.170 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92272026-09-03T17:52:57.063Z[ recovery-image] Sep 03 17:52:56.403 INFO O| Sep 03 17:52:56.403 INFO completed processing sled/ramdisk-03-recovery-trim
92282026-09-03T17:52:57.067Z[ recovery-image] Sep 03 17:52:56.408 INFO image builder template: zfs-recovery...
92292026-09-03T17:52:57.067Z[ recovery-image] Sep 03 17:52:56.408 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/.tmpxwGsx6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
92302026-09-03T17:52:57.097Z[ recovery-image] Sep 03 17:52:56.438 INFO O| Sep 03 17:52:56.438 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92312026-09-03T17:52:57.101Z[ recovery-image] Sep 03 17:52:56.442 INFO O| Sep 03 17:52:56.442 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92322026-09-03T17:52:57.196Z[ host-image] Sep 03 17:52:56.534 INFO O| adding properties...
92332026-09-03T17:52:57.217Z[ recovery-image] Sep 03 17:52:56.558 INFO O| Sep 03 17:52:56.558 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92342026-09-03T17:52:57.332Z[ recovery-image] Sep 03 17:52:56.673 INFO O| Sep 03 17:52:56.673 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92352026-09-03T17:52:57.332Z[ recovery-image] Sep 03 17:52:56.673 INFO O| Sep 03 17:52:56.673 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92362026-09-03T17:52:57.340Z[ recovery-image] Sep 03 17:52:56.681 INFO O| Sep 03 17:52:56.681 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92372026-09-03T17:52:57.490Z[ recovery-image] Sep 03 17:52:56.830 INFO O| Sep 03 17:52:56.830 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92382026-09-03T17:52:57.630Z[ recovery-image] Sep 03 17:52:56.970 INFO O| Sep 03 17:52:56.970 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92392026-09-03T17:52:57.639Z[ recovery-image] Sep 03 17:52:56.980 INFO O| Sep 03 17:52:56.980 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92402026-09-03T17:52:57.644Z[ recovery-image] Sep 03 17:52:56.985 INFO O| Sep 03 17:52:56.985 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92412026-09-03T17:52:57.648Z[ recovery-image] Sep 03 17:52:56.986 INFO O| Sep 03 17:52:56.986 INFO no lofi found
92422026-09-03T17:52:57.648Z[ recovery-image] Sep 03 17:52:56.986 INFO O| Sep 03 17:52:56.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92432026-09-03T17:52:57.648Z[ recovery-image] Sep 03 17:52:56.986 INFO O| Sep 03 17:52:56.986 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92442026-09-03T17:52:58.562Z[ host-image] Sep 03 17:52:57.902 INFO O| installing packages...
92452026-09-03T17:52:59.660Z[ recovery-image] Sep 03 17:52:59.001 INFO O| Sep 03 17:52:59.001 INFO lofi device = /dev/dsk/c2t1d0p0
92462026-09-03T17:52:59.660Z[ recovery-image] Sep 03 17:52:59.001 INFO O| Sep 03 17:52:59.001 INFO pool device = /dev/dsk/c2t1d0p0
92472026-09-03T17:52:59.664Z[ recovery-image] Sep 03 17:52:59.001 INFO O| Sep 03 17:52:59.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"]
92482026-09-03T17:52:59.796Z[ recovery-image] Sep 03 17:52:59.136 INFO O| Sep 03 17:52:59.136 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92492026-09-03T17:52:59.796Z[ recovery-image] Sep 03 17:52:59.136 INFO O| Sep 03 17:52:59.136 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92502026-09-03T17:52:59.819Z[ recovery-image] Sep 03 17:52:59.160 INFO O| Sep 03 17:52:59.160 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92512026-09-03T17:52:59.918Z[ recovery-image] Sep 03 17:52:59.258 INFO O| Sep 03 17:52:59.258 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92522026-09-03T17:52:59.952Z[ recovery-image] Sep 03 17:52:59.293 INFO O| Sep 03 17:52:59.293 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92532026-09-03T17:52:59.977Z[ recovery-image] Sep 03 17:52:59.318 INFO O| Sep 03 17:52:59.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92542026-09-03T17:52:59.994Z[ recovery-image] Sep 03 17:52:59.334 INFO O| Sep 03 17:52:59.334 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92552026-09-03T17:53:00.039Z[ recovery-image] Sep 03 17:52:59.380 INFO O| Sep 03 17:52:59.380 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92562026-09-03T17:53:00.039Z[ recovery-image] Sep 03 17:52:59.380 INFO O| Sep 03 17:52:59.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92572026-09-03T17:53:00.039Z[ recovery-image] Sep 03 17:52:59.380 INFO O| Sep 03 17:52:59.380 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92582026-09-03T17:53:00.050Z[ recovery-image] Sep 03 17:52:59.390 INFO O| Sep 03 17:52:59.390 INFO boot environment UUID: 29d9743f-d88c-4131-a61b-1a2df316a78d
92592026-09-03T17:53:00.050Z[ recovery-image] Sep 03 17:52:59.391 INFO O| Sep 03 17:52:59.390 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 29d9743f-d88c-4131-a61b-1a2df316a78d
92602026-09-03T17:53:00.068Z[ recovery-image] Sep 03 17:52:59.409 INFO O| Sep 03 17:52:59.409 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92612026-09-03T17:53:00.086Z[ recovery-image] Sep 03 17:52:59.427 INFO O| Sep 03 17:52:59.427 INFO STEP 0 (create_be) COMPLETE
92622026-09-03T17:53:00.086Z[ recovery-image] Sep 03 17:52:59.427 INFO O| Sep 03 17:52:59.427 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92632026-09-03T17:53:00.105Z[ recovery-image] Sep 03 17:52:59.443 INFO O| Sep 03 17:52:59.443 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"]
92642026-09-03T17:53:04.447Z[verify-libraries] Compiling oso v0.27.3
92652026-09-03T17:53:09.083Z[ recovery-image] Sep 03 17:53:08.423 INFO O| Sep 03 17:53:08.423 INFO STEP 1 (unpack_tar) COMPLETE
92662026-09-03T17:53:09.083Z[ recovery-image] Sep 03 17:53:08.424 INFO O| Sep 03 17:53:08.423 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672026-09-03T17:53:11.406Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92682026-09-03T17:53:11.790Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92692026-09-03T17:53:12.215Z[ recovery-image] Sep 03 17:53:11.554 INFO O| Sep 03 17:53:11.553 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92702026-09-03T17:53:12.537Z[ recovery-image] Sep 03 17:53:11.877 INFO O| Sep 03 17:53:11.877 INFO STEP 2 (devfsadm) COMPLETE
92712026-09-03T17:53:12.537Z[ recovery-image] Sep 03 17:53:11.877 INFO O| Sep 03 17:53:11.877 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92722026-09-03T17:53:12.549Z[ recovery-image] Sep 03 17:53:11.890 INFO O| Sep 03 17:53:11.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92732026-09-03T17:53:12.549Z[ recovery-image] Sep 03 17:53:11.890 INFO O| Sep 03 17:53:11.890 INFO STEP 3 (ensure_dir) COMPLETE
92742026-09-03T17:53:12.553Z[ recovery-image] Sep 03 17:53:11.890 INFO O| Sep 03 17:53:11.890 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92752026-09-03T17:53:12.558Z[ recovery-image] Sep 03 17:53:11.899 INFO O| Sep 03 17:53:11.899 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92762026-09-03T17:53:12.558Z[ recovery-image] Sep 03 17:53:11.899 INFO O| Sep 03 17:53:11.899 INFO STEP 4 (ensure_dir) COMPLETE
92772026-09-03T17:53:12.562Z[ recovery-image] Sep 03 17:53:11.899 INFO O| Sep 03 17:53:11.899 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-09-03T17:53:12.567Z[ recovery-image] Sep 03 17:53:11.908 INFO O| Sep 03 17:53:11.908 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92792026-09-03T17:53:12.567Z[ recovery-image] Sep 03 17:53:11.908 INFO O| Sep 03 17:53:11.908 INFO STEP 5 (ensure_dir) COMPLETE
92802026-09-03T17:53:12.572Z[ recovery-image] Sep 03 17:53:11.908 INFO O| Sep 03 17:53:11.908 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812026-09-03T17:53:12.576Z[ recovery-image] Sep 03 17:53:11.917 INFO O| Sep 03 17:53:11.917 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92822026-09-03T17:53:12.576Z[ recovery-image] Sep 03 17:53:11.917 INFO O| Sep 03 17:53:11.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92832026-09-03T17:53:12.579Z[ recovery-image] Sep 03 17:53:11.917 INFO O| Sep 03 17:53:11.917 INFO STEP 6 (ensure_dir) COMPLETE
92842026-09-03T17:53:12.579Z[ recovery-image] Sep 03 17:53:11.917 INFO O| Sep 03 17:53:11.917 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-09-03T17:53:12.588Z[ recovery-image] Sep 03 17:53:11.926 INFO O| Sep 03 17:53:11.925 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92862026-09-03T17:53:12.588Z[ recovery-image] Sep 03 17:53:11.926 INFO O| Sep 03 17:53:11.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92872026-09-03T17:53:12.588Z[ recovery-image] Sep 03 17:53:11.926 INFO O| Sep 03 17:53:11.926 INFO STEP 7 (ensure_dir) COMPLETE
92882026-09-03T17:53:12.592Z[ recovery-image] Sep 03 17:53:11.926 INFO O| Sep 03 17:53:11.926 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892026-09-03T17:53:12.600Z[ recovery-image] Sep 03 17:53:11.939 INFO O| Sep 03 17:53:11.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92902026-09-03T17:53:12.600Z[ recovery-image] Sep 03 17:53:11.940 INFO O| Sep 03 17:53:11.940 INFO STEP 8 (remove_files) COMPLETE
92912026-09-03T17:53:12.600Z[ recovery-image] Sep 03 17:53:11.940 INFO O| Sep 03 17:53:11.940 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922026-09-03T17:53:12.616Z[ recovery-image] Sep 03 17:53:11.952 INFO O| Sep 03 17:53:11.952 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92932026-09-03T17:53:12.616Z[ recovery-image] Sep 03 17:53:11.953 INFO O| Sep 03 17:53:11.953 INFO STEP 9 (remove_files) COMPLETE
92942026-09-03T17:53:12.619Z[ recovery-image] Sep 03 17:53:11.953 INFO O| Sep 03 17:53:11.953 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952026-09-03T17:53:12.623Z[ recovery-image] Sep 03 17:53:11.963 INFO O| Sep 03 17:53:11.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92962026-09-03T17:53:12.623Z[ recovery-image] Sep 03 17:53:11.964 INFO O| Sep 03 17:53:11.964 INFO STEP 10 (remove_files) COMPLETE
92972026-09-03T17:53:12.623Z[ recovery-image] Sep 03 17:53:11.964 INFO O| Sep 03 17:53:11.964 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982026-09-03T17:53:12.632Z[ recovery-image] Sep 03 17:53:11.973 INFO O| Sep 03 17:53:11.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92992026-09-03T17:53:12.632Z[ recovery-image] Sep 03 17:53:11.973 INFO O| Sep 03 17:53:11.973 INFO STEP 11 (remove_files) COMPLETE
93002026-09-03T17:53:12.632Z[ recovery-image] Sep 03 17:53:11.973 INFO O| Sep 03 17:53:11.973 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-09-03T17:53:12.642Z[ recovery-image] Sep 03 17:53:11.983 INFO O| Sep 03 17:53:11.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
93022026-09-03T17:53:12.642Z[ recovery-image] Sep 03 17:53:11.983 INFO O| Sep 03 17:53:11.983 INFO STEP 12 (remove_files) COMPLETE
93032026-09-03T17:53:12.642Z[ recovery-image] Sep 03 17:53:11.983 INFO O| Sep 03 17:53:11.983 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042026-09-03T17:53:12.697Z[ recovery-image] Sep 03 17:53:12.026 INFO O| Sep 03 17:53:12.026 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93052026-09-03T17:53:12.697Z[ recovery-image] Sep 03 17:53:12.026 INFO O| Sep 03 17:53:12.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93062026-09-03T17:53:12.697Z[ recovery-image] Sep 03 17:53:12.026 INFO O| Sep 03 17:53:12.026 INFO STEP 13 (ensure_dir) COMPLETE
93072026-09-03T17:53:12.697Z[ recovery-image] Sep 03 17:53:12.026 INFO O| Sep 03 17:53:12.026 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082026-09-03T17:53:12.701Z[ recovery-image] Sep 03 17:53:12.038 INFO O| Sep 03 17:53:12.038 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93092026-09-03T17:53:12.701Z[ recovery-image] Sep 03 17:53:12.038 INFO O| Sep 03 17:53:12.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93102026-09-03T17:53:12.701Z[ recovery-image] Sep 03 17:53:12.038 INFO O| Sep 03 17:53:12.038 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93112026-09-03T17:53:12.701Z[ recovery-image] Sep 03 17:53:12.038 INFO O| Sep 03 17:53:12.038 INFO STEP 14 (ensure_dir) COMPLETE
93122026-09-03T17:53:12.701Z[ recovery-image] Sep 03 17:53:12.038 INFO O| Sep 03 17:53:12.038 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-09-03T17:53:12.709Z[ recovery-image] Sep 03 17:53:12.050 INFO O| Sep 03 17:53:12.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93142026-09-03T17:53:12.713Z[ recovery-image] Sep 03 17:53:12.050 INFO O| Sep 03 17:53:12.050 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93152026-09-03T17:53:12.713Z[ recovery-image] Sep 03 17:53:12.050 INFO O| Sep 03 17:53:12.050 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93162026-09-03T17:53:12.713Z[ recovery-image] Sep 03 17:53:12.050 INFO O| Sep 03 17:53:12.050 INFO STEP 15 (ensure_dir) COMPLETE
93172026-09-03T17:53:12.713Z[ recovery-image] Sep 03 17:53:12.050 INFO O| Sep 03 17:53:12.050 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-09-03T17:53:12.722Z[ recovery-image] Sep 03 17:53:12.062 INFO O| Sep 03 17:53:12.062 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93192026-09-03T17:53:12.722Z[ recovery-image] Sep 03 17:53:12.062 INFO O| Sep 03 17:53:12.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93202026-09-03T17:53:12.722Z[ recovery-image] Sep 03 17:53:12.063 INFO O| Sep 03 17:53:12.062 INFO STEP 16 (ensure_dir) COMPLETE
93212026-09-03T17:53:12.722Z[ recovery-image] Sep 03 17:53:12.063 INFO O| Sep 03 17:53:12.063 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-09-03T17:53:12.733Z[ recovery-image] Sep 03 17:53:12.074 INFO O| Sep 03 17:53:12.074 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93232026-09-03T17:53:12.733Z[ recovery-image] Sep 03 17:53:12.074 INFO O| Sep 03 17:53:12.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93242026-09-03T17:53:12.733Z[ recovery-image] Sep 03 17:53:12.074 INFO O| Sep 03 17:53:12.074 INFO STEP 17 (ensure_dir) COMPLETE
93252026-09-03T17:53:12.733Z[ recovery-image] Sep 03 17:53:12.074 INFO O| Sep 03 17:53:12.074 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93262026-09-03T17:53:12.745Z[ recovery-image] Sep 03 17:53:12.086 INFO O| Sep 03 17:53:12.086 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93272026-09-03T17:53:12.745Z[ recovery-image] Sep 03 17:53:12.086 INFO O| Sep 03 17:53:12.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93282026-09-03T17:53:12.745Z[ recovery-image] Sep 03 17:53:12.086 INFO O| Sep 03 17:53:12.086 INFO ok!
93292026-09-03T17:53:12.748Z[ recovery-image] Sep 03 17:53:12.086 INFO O| Sep 03 17:53:12.086 INFO STEP 18 (ensure_symlink) COMPLETE
93302026-09-03T17:53:12.748Z[ recovery-image] Sep 03 17:53:12.086 INFO O| Sep 03 17:53:12.086 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312026-09-03T17:53:12.757Z[ recovery-image] Sep 03 17:53:12.098 INFO O| Sep 03 17:53:12.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93322026-09-03T17:53:12.757Z[ recovery-image] Sep 03 17:53:12.098 INFO O| Sep 03 17:53:12.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93332026-09-03T17:53:12.761Z[ recovery-image] Sep 03 17:53:12.098 INFO O| Sep 03 17:53:12.098 INFO ok!
93342026-09-03T17:53:12.761Z[ recovery-image] Sep 03 17:53:12.098 INFO O| Sep 03 17:53:12.098 INFO STEP 19 (ensure_file) COMPLETE
93352026-09-03T17:53:12.761Z[ recovery-image] Sep 03 17:53:12.098 INFO O| Sep 03 17:53:12.098 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93362026-09-03T17:53:12.767Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93372026-09-03T17:53:12.767Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93382026-09-03T17:53:12.771Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93392026-09-03T17:53:12.771Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO ok!
93402026-09-03T17:53:12.771Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO STEP 20 (ensure_symlink) COMPLETE
93412026-09-03T17:53:12.771Z[ recovery-image] Sep 03 17:53:12.109 INFO O| Sep 03 17:53:12.109 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93422026-09-03T17:53:12.779Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93432026-09-03T17:53:12.779Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93442026-09-03T17:53:12.782Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93452026-09-03T17:53:12.782Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO ok!
93462026-09-03T17:53:12.782Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO STEP 21 (ensure_symlink) COMPLETE
93472026-09-03T17:53:12.782Z[ recovery-image] Sep 03 17:53:12.120 INFO O| Sep 03 17:53:12.120 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93482026-09-03T17:53:12.791Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.131 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93492026-09-03T17:53:12.791Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.131 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93502026-09-03T17:53:12.794Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93512026-09-03T17:53:12.794Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.132 INFO ok!
93522026-09-03T17:53:12.794Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.132 INFO STEP 22 (ensure_symlink) COMPLETE
93532026-09-03T17:53:12.794Z[ recovery-image] Sep 03 17:53:12.132 INFO O| Sep 03 17:53:12.132 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93542026-09-03T17:53:12.802Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93552026-09-03T17:53:12.802Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93562026-09-03T17:53:12.802Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93572026-09-03T17:53:12.802Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO ok!
93582026-09-03T17:53:12.805Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO STEP 23 (ensure_symlink) COMPLETE
93592026-09-03T17:53:12.805Z[ recovery-image] Sep 03 17:53:12.143 INFO O| Sep 03 17:53:12.143 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93602026-09-03T17:53:12.813Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93612026-09-03T17:53:12.813Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 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 ...
93622026-09-03T17:53:12.813Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93632026-09-03T17:53:12.817Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 INFO ok!
93642026-09-03T17:53:12.817Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 INFO STEP 24 (ensure_file) COMPLETE
93652026-09-03T17:53:12.817Z[ recovery-image] Sep 03 17:53:12.154 INFO O| Sep 03 17:53:12.154 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93662026-09-03T17:53:12.825Z[ recovery-image] Sep 03 17:53:12.166 INFO O| Sep 03 17:53:12.166 INFO updating shadow file
93672026-09-03T17:53:12.825Z[ recovery-image] Sep 03 17:53:12.166 INFO O| Sep 03 17:53:12.166 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93682026-09-03T17:53:12.825Z[ recovery-image] Sep 03 17:53:12.166 INFO O| Sep 03 17:53:12.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93692026-09-03T17:53:12.828Z[ recovery-image] Sep 03 17:53:12.166 INFO O| Sep 03 17:53:12.166 INFO STEP 25 (shadow) COMPLETE
93702026-09-03T17:53:12.828Z[ recovery-image] Sep 03 17:53:12.166 INFO O| Sep 03 17:53:12.166 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712026-09-03T17:53:12.836Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93722026-09-03T17:53:12.836Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93732026-09-03T17:53:12.840Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93742026-09-03T17:53:12.840Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 INFO ok!
93752026-09-03T17:53:12.840Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 INFO STEP 26 (ensure_file) COMPLETE
93762026-09-03T17:53:12.840Z[ recovery-image] Sep 03 17:53:12.178 INFO O| Sep 03 17:53:12.178 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93772026-09-03T17:53:12.848Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93782026-09-03T17:53:12.848Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93792026-09-03T17:53:12.848Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93802026-09-03T17:53:12.851Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO ok!
93812026-09-03T17:53:12.851Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO STEP 27 (ensure_file) COMPLETE
93822026-09-03T17:53:12.851Z[ recovery-image] Sep 03 17:53:12.189 INFO O| Sep 03 17:53:12.189 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93832026-09-03T17:53:12.859Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93842026-09-03T17:53:12.859Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93852026-09-03T17:53:12.859Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93862026-09-03T17:53:12.862Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93872026-09-03T17:53:12.862Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO ok!
93882026-09-03T17:53:12.862Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO STEP 28 (ensure_file) COMPLETE
93892026-09-03T17:53:12.862Z[ recovery-image] Sep 03 17:53:12.200 INFO O| Sep 03 17:53:12.200 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93902026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93912026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93922026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93932026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO ok!
93942026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO STEP 29 (ensure_file) COMPLETE
93952026-09-03T17:53:12.868Z[ recovery-image] Sep 03 17:53:12.209 INFO O| Sep 03 17:53:12.209 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962026-09-03T17:53:12.877Z[ recovery-image] Sep 03 17:53:12.219 INFO O| Sep 03 17:53:12.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93972026-09-03T17:53:12.877Z[ recovery-image] Sep 03 17:53:12.219 INFO O| Sep 03 17:53:12.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93982026-09-03T17:53:12.881Z[ recovery-image] Sep 03 17:53:12.219 INFO O| Sep 03 17:53:12.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93992026-09-03T17:53:12.881Z[ recovery-image] Sep 03 17:53:12.219 INFO O| Sep 03 17:53:12.219 INFO STEP 30 (ensure_dir) COMPLETE
94002026-09-03T17:53:12.881Z[ recovery-image] Sep 03 17:53:12.219 INFO O| Sep 03 17:53:12.219 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-09-03T17:53:12.890Z[ recovery-image] Sep 03 17:53:12.231 INFO O| Sep 03 17:53:12.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
94022026-09-03T17:53:12.890Z[ recovery-image] Sep 03 17:53:12.231 INFO O| Sep 03 17:53:12.231 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 ...
94032026-09-03T17:53:12.894Z[ recovery-image] Sep 03 17:53:12.232 INFO O| Sep 03 17:53:12.232 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
94042026-09-03T17:53:12.894Z[ recovery-image] Sep 03 17:53:12.232 INFO O| Sep 03 17:53:12.232 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94052026-09-03T17:53:12.894Z[ recovery-image] Sep 03 17:53:12.232 INFO O| Sep 03 17:53:12.232 INFO ok!
94062026-09-03T17:53:12.894Z[ recovery-image] Sep 03 17:53:12.232 INFO O| Sep 03 17:53:12.232 INFO STEP 31 (ensure_file) COMPLETE
94072026-09-03T17:53:12.894Z[ recovery-image] Sep 03 17:53:12.232 INFO O| Sep 03 17:53:12.232 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94082026-09-03T17:53:12.903Z[ recovery-image] Sep 03 17:53:12.243 INFO O| Sep 03 17:53:12.243 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94092026-09-03T17:53:12.903Z[ recovery-image] Sep 03 17:53:12.243 INFO O| Sep 03 17:53:12.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94102026-09-03T17:53:12.903Z[ recovery-image] Sep 03 17:53:12.243 INFO O| Sep 03 17:53:12.243 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94112026-09-03T17:53:12.906Z[ recovery-image] Sep 03 17:53:12.243 INFO O| Sep 03 17:53:12.243 INFO STEP 32 (ensure_dir) COMPLETE
94122026-09-03T17:53:12.906Z[ recovery-image] Sep 03 17:53:12.243 INFO O| Sep 03 17:53:12.243 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94132026-09-03T17:53:12.914Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94142026-09-03T17:53:12.917Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 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 ...
94152026-09-03T17:53:12.918Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 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
94162026-09-03T17:53:12.918Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94172026-09-03T17:53:12.918Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 INFO ok!
94182026-09-03T17:53:12.918Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 INFO STEP 33 (ensure_file) COMPLETE
94192026-09-03T17:53:12.918Z[ recovery-image] Sep 03 17:53:12.255 INFO O| Sep 03 17:53:12.255 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94202026-09-03T17:53:12.925Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94212026-09-03T17:53:12.925Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94222026-09-03T17:53:12.925Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94232026-09-03T17:53:12.928Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO ok!
94242026-09-03T17:53:12.929Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO STEP 34 (ensure_file) COMPLETE
94252026-09-03T17:53:12.929Z[ recovery-image] Sep 03 17:53:12.267 INFO O| Sep 03 17:53:12.267 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94262026-09-03T17:53:12.937Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94272026-09-03T17:53:12.937Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94282026-09-03T17:53:12.937Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94292026-09-03T17:53:12.940Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94302026-09-03T17:53:12.940Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO ok!
94312026-09-03T17:53:12.940Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO STEP 35 (ensure_file) COMPLETE
94322026-09-03T17:53:12.940Z[ recovery-image] Sep 03 17:53:12.278 INFO O| Sep 03 17:53:12.278 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94332026-09-03T17:53:12.948Z[ recovery-image] Sep 03 17:53:12.289 INFO O| Sep 03 17:53:12.289 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94342026-09-03T17:53:12.948Z[ recovery-image] Sep 03 17:53:12.289 INFO O| Sep 03 17:53:12.289 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94352026-09-03T17:53:12.948Z[ recovery-image] Sep 03 17:53:12.290 INFO O| Sep 03 17:53:12.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94362026-09-03T17:53:12.952Z[ recovery-image] Sep 03 17:53:12.290 INFO O| Sep 03 17:53:12.290 INFO ok!
94372026-09-03T17:53:12.952Z[ recovery-image] Sep 03 17:53:12.290 INFO O| Sep 03 17:53:12.290 INFO STEP 36 (ensure_file) COMPLETE
94382026-09-03T17:53:12.952Z[ recovery-image] Sep 03 17:53:12.290 INFO O| Sep 03 17:53:12.290 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94392026-09-03T17:53:12.961Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94402026-09-03T17:53:12.961Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94412026-09-03T17:53:12.966Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94422026-09-03T17:53:12.966Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 INFO ok!
94432026-09-03T17:53:12.966Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 INFO STEP 37 (ensure_file) COMPLETE
94442026-09-03T17:53:12.966Z[ recovery-image] Sep 03 17:53:12.301 INFO O| Sep 03 17:53:12.301 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94452026-09-03T17:53:12.972Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94462026-09-03T17:53:12.972Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.313 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94472026-09-03T17:53:12.972Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94482026-09-03T17:53:12.975Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94492026-09-03T17:53:12.975Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94502026-09-03T17:53:12.975Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94512026-09-03T17:53:12.976Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO ok!
94522026-09-03T17:53:12.976Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO STEP 38 (ensure_file) COMPLETE
94532026-09-03T17:53:12.976Z[ recovery-image] Sep 03 17:53:12.314 INFO O| Sep 03 17:53:12.314 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94542026-09-03T17:53:12.984Z[ recovery-image] Sep 03 17:53:12.326 INFO O| Sep 03 17:53:12.325 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94552026-09-03T17:53:12.984Z[ recovery-image] Sep 03 17:53:12.326 INFO O| Sep 03 17:53:12.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94562026-09-03T17:53:12.984Z[ recovery-image] Sep 03 17:53:12.326 INFO O| Sep 03 17:53:12.326 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94572026-09-03T17:53:12.984Z[ recovery-image] Sep 03 17:53:12.326 INFO O| Sep 03 17:53:12.326 INFO STEP 39 (ensure_dir) COMPLETE
94582026-09-03T17:53:12.988Z[ recovery-image] Sep 03 17:53:12.326 INFO O| Sep 03 17:53:12.326 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94592026-09-03T17:53:12.996Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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
94602026-09-03T17:53:12.996Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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 ...
94612026-09-03T17:53:12.996Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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
94622026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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
94632026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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
94642026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 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
94652026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 INFO ok!
94662026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 INFO STEP 40 (ensure_file) COMPLETE
94672026-09-03T17:53:13.001Z[ recovery-image] Sep 03 17:53:12.337 INFO O| Sep 03 17:53:12.337 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94682026-09-03T17:53:13.007Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94692026-09-03T17:53:13.007Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 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 ...
94702026-09-03T17:53:13.011Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94712026-09-03T17:53:13.011Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 INFO ok!
94722026-09-03T17:53:13.011Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 INFO STEP 41 (ensure_symlink) COMPLETE
94732026-09-03T17:53:13.011Z[ recovery-image] Sep 03 17:53:12.349 INFO O| Sep 03 17:53:12.349 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94742026-09-03T17:53:13.018Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94752026-09-03T17:53:13.018Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94762026-09-03T17:53:13.021Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94772026-09-03T17:53:13.021Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO ok!
94782026-09-03T17:53:13.021Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO STEP 42 (ensure_symlink) COMPLETE
94792026-09-03T17:53:13.021Z[ recovery-image] Sep 03 17:53:12.359 INFO O| Sep 03 17:53:12.359 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94802026-09-03T17:53:13.029Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94812026-09-03T17:53:13.029Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94822026-09-03T17:53:13.032Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94832026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94842026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94852026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94862026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO ok!
94872026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO STEP 43 (ensure_file) COMPLETE
94882026-09-03T17:53:13.033Z[ recovery-image] Sep 03 17:53:12.370 INFO O| Sep 03 17:53:12.370 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94892026-09-03T17:53:13.040Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94902026-09-03T17:53:13.040Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 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 ...
94912026-09-03T17:53:13.043Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 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
94922026-09-03T17:53:13.043Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94932026-09-03T17:53:13.044Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 INFO ok!
94942026-09-03T17:53:13.044Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 INFO STEP 44 (ensure_file) COMPLETE
94952026-09-03T17:53:13.044Z[ recovery-image] Sep 03 17:53:12.381 INFO O| Sep 03 17:53:12.381 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94962026-09-03T17:53:13.053Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94972026-09-03T17:53:13.053Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94982026-09-03T17:53:13.053Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94992026-09-03T17:53:13.056Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO ok!
95002026-09-03T17:53:13.056Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO STEP 45 (ensure_file) COMPLETE
95012026-09-03T17:53:13.056Z[ recovery-image] Sep 03 17:53:12.394 INFO O| Sep 03 17:53:12.394 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95022026-09-03T17:53:13.064Z[ recovery-image] Sep 03 17:53:12.405 INFO O| Sep 03 17:53:12.405 INFO updating shadow file
95032026-09-03T17:53:13.064Z[ recovery-image] Sep 03 17:53:12.405 INFO O| Sep 03 17:53:12.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95042026-09-03T17:53:13.064Z[ recovery-image] Sep 03 17:53:12.405 INFO O| Sep 03 17:53:12.405 INFO STEP 46 (shadow) COMPLETE
95052026-09-03T17:53:13.067Z[ recovery-image] Sep 03 17:53:12.405 INFO O| Sep 03 17:53:12.405 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95062026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95072026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95082026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95092026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95102026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO ok!
95112026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO STEP 47 (ensure_file) COMPLETE
95122026-09-03T17:53:13.075Z[ recovery-image] Sep 03 17:53:12.416 INFO O| Sep 03 17:53:12.416 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95132026-09-03T17:53:13.085Z[ recovery-image] Sep 03 17:53:12.426 INFO O| Sep 03 17:53:12.426 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95142026-09-03T17:53:13.085Z[ recovery-image] Sep 03 17:53:12.426 INFO O| Sep 03 17:53:12.426 INFO STEP 48 (ensure_dir) COMPLETE
95152026-09-03T17:53:13.085Z[ recovery-image] Sep 03 17:53:12.426 INFO O| Sep 03 17:53:12.426 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95162026-09-03T17:53:13.097Z[ recovery-image] Sep 03 17:53:12.438 INFO O| Sep 03 17:53:12.438 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95172026-09-03T17:53:13.097Z[ recovery-image] Sep 03 17:53:12.438 INFO O| Sep 03 17:53:12.438 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95182026-09-03T17:53:13.097Z[ recovery-image] Sep 03 17:53:12.438 INFO O| Sep 03 17:53:12.438 INFO STEP 49 (ensure_dir) COMPLETE
95192026-09-03T17:53:13.097Z[ recovery-image] Sep 03 17:53:12.438 INFO O| Sep 03 17:53:12.438 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95202026-09-03T17:53:13.109Z[ recovery-image] Sep 03 17:53:12.450 INFO O| Sep 03 17:53:12.450 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95212026-09-03T17:53:13.109Z[ recovery-image] Sep 03 17:53:12.450 INFO O| Sep 03 17:53:12.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95222026-09-03T17:53:13.109Z[ recovery-image] Sep 03 17:53:12.450 INFO O| Sep 03 17:53:12.450 INFO STEP 50 (ensure_dir) COMPLETE
95232026-09-03T17:53:13.112Z[ recovery-image] Sep 03 17:53:12.450 INFO O| Sep 03 17:53:12.450 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95242026-09-03T17:53:13.119Z[ recovery-image] Sep 03 17:53:12.460 INFO O| Sep 03 17:53:12.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95252026-09-03T17:53:13.119Z[ recovery-image] Sep 03 17:53:12.460 INFO O| Sep 03 17:53:12.460 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95262026-09-03T17:53:13.131Z[ recovery-image] Sep 03 17:53:12.472 INFO O| Sep 03 17:53:12.472 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95272026-09-03T17:53:13.131Z[ recovery-image] Sep 03 17:53:12.472 INFO O| Sep 03 17:53:12.472 INFO ok!
95282026-09-03T17:53:13.134Z[ recovery-image] Sep 03 17:53:12.472 INFO O| Sep 03 17:53:12.472 INFO STEP 51 (ensure_file) COMPLETE
95292026-09-03T17:53:13.134Z[ recovery-image] Sep 03 17:53:12.472 INFO O| Sep 03 17:53:12.472 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95302026-09-03T17:53:13.142Z[ recovery-image] Sep 03 17:53:12.484 INFO O| Sep 03 17:53:12.483 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95312026-09-03T17:53:13.142Z[ recovery-image] Sep 03 17:53:12.484 INFO O| Sep 03 17:53:12.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95322026-09-03T17:53:13.146Z[ recovery-image] Sep 03 17:53:12.484 INFO O| Sep 03 17:53:12.484 INFO STEP 52 (ensure_dir) COMPLETE
95332026-09-03T17:53:13.146Z[ recovery-image] Sep 03 17:53:12.484 INFO O| Sep 03 17:53:12.484 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95342026-09-03T17:53:13.152Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95352026-09-03T17:53:13.152Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95362026-09-03T17:53:13.156Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95372026-09-03T17:53:13.156Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO ok!
95382026-09-03T17:53:13.156Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO STEP 53 (ensure_file) COMPLETE
95392026-09-03T17:53:13.156Z[ recovery-image] Sep 03 17:53:12.494 INFO O| Sep 03 17:53:12.494 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-09-03T17:53:13.162Z[ recovery-image] Sep 03 17:53:12.503 INFO O| Sep 03 17:53:12.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95412026-09-03T17:53:13.162Z[ recovery-image] Sep 03 17:53:12.503 INFO O| Sep 03 17:53:12.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95422026-09-03T17:53:13.162Z[ recovery-image] Sep 03 17:53:12.503 INFO O| Sep 03 17:53:12.503 INFO STEP 54 (ensure_dir) COMPLETE
95432026-09-03T17:53:13.162Z[ recovery-image] Sep 03 17:53:12.503 INFO O| Sep 03 17:53:12.503 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95442026-09-03T17:53:13.172Z[ recovery-image] Sep 03 17:53:12.513 INFO O| Sep 03 17:53:12.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95452026-09-03T17:53:13.172Z[ recovery-image] Sep 03 17:53:12.513 INFO O| Sep 03 17:53:12.513 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95462026-09-03T17:53:14.663Z[ host-image] Sep 03 17:53:14.004 INFO O| seeding SMF database...
95472026-09-03T17:53:15.179Z[ recovery-image] Sep 03 17:53:14.520 INFO O| Sep 03 17:53:14.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95482026-09-03T17:53:15.179Z[ recovery-image] Sep 03 17:53:14.520 INFO O| Sep 03 17:53:14.520 INFO ok!
95492026-09-03T17:53:15.179Z[ recovery-image] Sep 03 17:53:14.520 INFO O| Sep 03 17:53:14.520 INFO STEP 55 (ensure_file) COMPLETE
95502026-09-03T17:53:15.179Z[ recovery-image] Sep 03 17:53:14.520 INFO O| Sep 03 17:53:14.520 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95512026-09-03T17:53:15.193Z[ recovery-image] Sep 03 17:53:14.533 INFO O| Sep 03 17:53:14.533 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95522026-09-03T17:53:15.193Z[ recovery-image] Sep 03 17:53:14.533 INFO O| Sep 03 17:53:14.533 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95532026-09-03T17:53:17.141Z[ recovery-image] Sep 03 17:53:16.482 INFO O| Sep 03 17:53:16.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95542026-09-03T17:53:17.141Z[ recovery-image] Sep 03 17:53:16.482 INFO O| Sep 03 17:53:16.482 INFO ok!
95552026-09-03T17:53:17.141Z[ recovery-image] Sep 03 17:53:16.482 INFO O| Sep 03 17:53:16.482 INFO STEP 56 (ensure_file) COMPLETE
95562026-09-03T17:53:17.145Z[ recovery-image] Sep 03 17:53:16.482 INFO O| Sep 03 17:53:16.482 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95572026-09-03T17:53:17.153Z[ recovery-image] Sep 03 17:53:16.495 INFO O| Sep 03 17:53:16.494 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95582026-09-03T17:53:17.154Z[ recovery-image] Sep 03 17:53:16.495 INFO O| Sep 03 17:53:16.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95592026-09-03T17:53:17.154Z[ recovery-image] Sep 03 17:53:16.495 INFO O| Sep 03 17:53:16.495 INFO STEP 57 (ensure_dir) COMPLETE
95602026-09-03T17:53:17.154Z[ recovery-image] Sep 03 17:53:16.495 INFO O| Sep 03 17:53:16.495 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95612026-09-03T17:53:17.188Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95622026-09-03T17:53:17.188Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 INFO copying /tmp/.tmpxwGsx6/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 ...
95632026-09-03T17:53:17.191Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 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
95642026-09-03T17:53:17.191Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 INFO ok!
95652026-09-03T17:53:17.191Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 INFO STEP 58 (ensure_file) COMPLETE
95662026-09-03T17:53:17.191Z[ recovery-image] Sep 03 17:53:16.507 INFO O| Sep 03 17:53:16.507 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95672026-09-03T17:53:17.267Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95682026-09-03T17:53:17.267Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 INFO copying /tmp/.tmpxwGsx6/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 ...
95692026-09-03T17:53:17.267Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 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
95702026-09-03T17:53:17.271Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 INFO ok!
95712026-09-03T17:53:17.271Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 INFO STEP 59 (ensure_file) COMPLETE
95722026-09-03T17:53:17.271Z[ recovery-image] Sep 03 17:53:16.608 INFO O| Sep 03 17:53:16.608 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95732026-09-03T17:53:17.277Z[ recovery-image] Sep 03 17:53:16.618 INFO O| Sep 03 17:53:16.618 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95742026-09-03T17:53:17.277Z[ recovery-image] Sep 03 17:53:16.618 INFO O| Sep 03 17:53:16.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95752026-09-03T17:53:17.277Z[ recovery-image] Sep 03 17:53:16.618 INFO O| Sep 03 17:53:16.618 INFO STEP 60 (ensure_dir) COMPLETE
95762026-09-03T17:53:17.281Z[ recovery-image] Sep 03 17:53:16.618 INFO O| Sep 03 17:53:16.618 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95772026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95782026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO copying /tmp/.tmpxwGsx6/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 ...
95792026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95802026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO ok!
95812026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO STEP 61 (ensure_file) COMPLETE
95822026-09-03T17:53:17.289Z[ recovery-image] Sep 03 17:53:16.629 INFO O| Sep 03 17:53:16.629 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95832026-09-03T17:53:17.298Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95842026-09-03T17:53:17.298Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 INFO copying /tmp/.tmpxwGsx6/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 ...
95852026-09-03T17:53:17.298Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 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
95862026-09-03T17:53:17.298Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 INFO ok!
95872026-09-03T17:53:17.298Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 INFO STEP 62 (ensure_file) COMPLETE
95882026-09-03T17:53:17.301Z[ recovery-image] Sep 03 17:53:16.639 INFO O| Sep 03 17:53:16.639 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95892026-09-03T17:53:17.307Z[ recovery-image] Sep 03 17:53:16.648 INFO O| Sep 03 17:53:16.648 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95902026-09-03T17:53:17.307Z[ recovery-image] Sep 03 17:53:16.649 INFO O| Sep 03 17:53:16.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95912026-09-03T17:53:17.307Z[ recovery-image] Sep 03 17:53:16.649 INFO O| Sep 03 17:53:16.649 INFO STEP 63 (ensure_dir) COMPLETE
95922026-09-03T17:53:17.307Z[ recovery-image] Sep 03 17:53:16.649 INFO O| Sep 03 17:53:16.649 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-09-03T17:53:17.317Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95942026-09-03T17:53:17.317Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO copying /tmp/.tmpxwGsx6/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 ...
95952026-09-03T17:53:17.317Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95962026-09-03T17:53:17.317Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO ok!
95972026-09-03T17:53:17.320Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO STEP 64 (ensure_file) COMPLETE
95982026-09-03T17:53:17.320Z[ recovery-image] Sep 03 17:53:16.658 INFO O| Sep 03 17:53:16.658 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95992026-09-03T17:53:17.327Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
96002026-09-03T17:53:17.327Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
96012026-09-03T17:53:17.327Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
96022026-09-03T17:53:17.327Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO ok!
96032026-09-03T17:53:17.331Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO STEP 65 (ensure_file) COMPLETE
96042026-09-03T17:53:17.331Z[ recovery-image] Sep 03 17:53:16.668 INFO O| Sep 03 17:53:16.668 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96052026-09-03T17:53:17.402Z[ recovery-image] Sep 03 17:53:16.688 INFO O| Sep 03 17:53:16.688 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96062026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.688 INFO O| Sep 03 17:53:16.688 INFO STEP 66 (ensure_dir) COMPLETE
96072026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.688 INFO O| Sep 03 17:53:16.688 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96082026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.704 INFO O| Sep 03 17:53:16.704 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96092026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.704 INFO O| Sep 03 17:53:16.704 INFO STEP 67 (ensure_dir) COMPLETE
96102026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.704 INFO O| Sep 03 17:53:16.704 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96112026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.718 INFO O| Sep 03 17:53:16.718 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96122026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.718 INFO O| Sep 03 17:53:16.718 INFO STEP 68 (ensure_dir) COMPLETE
96132026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.718 INFO O| Sep 03 17:53:16.718 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96142026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.730 INFO O| Sep 03 17:53:16.730 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96152026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.730 INFO O| Sep 03 17:53:16.730 INFO STEP 69 (ensure_dir) COMPLETE
96162026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.730 INFO O| Sep 03 17:53:16.730 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96172026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96182026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO copying /tmp/.tmpxwGsx6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96192026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96202026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO ok!
96212026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO STEP 70 (ensure_file) COMPLETE
96222026-09-03T17:53:17.403Z[ recovery-image] Sep 03 17:53:16.741 INFO O| Sep 03 17:53:16.741 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232026-09-03T17:53:17.436Z[ recovery-image] Sep 03 17:53:16.777 INFO O| Sep 03 17:53:16.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96242026-09-03T17:53:17.436Z[ recovery-image] Sep 03 17:53:16.777 INFO O| Sep 03 17:53:16.777 INFO STEP 71 (remove_files) COMPLETE
96252026-09-03T17:53:17.436Z[ recovery-image] Sep 03 17:53:16.777 INFO O| Sep 03 17:53:16.777 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262026-09-03T17:53:17.449Z[ recovery-image] Sep 03 17:53:16.790 INFO O| Sep 03 17:53:16.790 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96272026-09-03T17:53:17.449Z[ recovery-image] Sep 03 17:53:16.790 INFO O| Sep 03 17:53:16.790 INFO STEP 72 (remove_files) COMPLETE
96282026-09-03T17:53:17.449Z[ recovery-image] Sep 03 17:53:16.790 INFO O| Sep 03 17:53:16.790 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292026-09-03T17:53:17.458Z[ recovery-image] Sep 03 17:53:16.800 INFO O| Sep 03 17:53:16.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96302026-09-03T17:53:17.458Z[ recovery-image] Sep 03 17:53:16.800 INFO O| Sep 03 17:53:16.800 INFO STEP 73 (remove_files) COMPLETE
96312026-09-03T17:53:17.462Z[ recovery-image] Sep 03 17:53:16.800 INFO O| Sep 03 17:53:16.800 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322026-09-03T17:53:17.468Z[ recovery-image] Sep 03 17:53:16.809 INFO O| Sep 03 17:53:16.809 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96332026-09-03T17:53:17.471Z[ recovery-image] Sep 03 17:53:16.810 INFO O| Sep 03 17:53:16.810 INFO STEP 74 (remove_files) COMPLETE
96342026-09-03T17:53:17.472Z[ recovery-image] Sep 03 17:53:16.810 INFO O| Sep 03 17:53:16.810 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352026-09-03T17:53:17.478Z[ recovery-image] Sep 03 17:53:16.819 INFO O| Sep 03 17:53:16.819 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96362026-09-03T17:53:17.478Z[ recovery-image] Sep 03 17:53:16.819 INFO O| Sep 03 17:53:16.819 INFO STEP 75 (remove_files) COMPLETE
96372026-09-03T17:53:17.481Z[ recovery-image] Sep 03 17:53:16.819 INFO O| Sep 03 17:53:16.819 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382026-09-03T17:53:17.487Z[ recovery-image] Sep 03 17:53:16.829 INFO O| Sep 03 17:53:16.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96392026-09-03T17:53:17.487Z[ recovery-image] Sep 03 17:53:16.829 INFO O| Sep 03 17:53:16.829 INFO STEP 76 (remove_files) COMPLETE
96402026-09-03T17:53:17.487Z[ recovery-image] Sep 03 17:53:16.829 INFO O| Sep 03 17:53:16.829 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412026-09-03T17:53:17.499Z[ recovery-image] Sep 03 17:53:16.840 INFO O| Sep 03 17:53:16.840 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96422026-09-03T17:53:17.499Z[ recovery-image] Sep 03 17:53:16.840 INFO O| Sep 03 17:53:16.840 INFO STEP 77 (remove_files) COMPLETE
96432026-09-03T17:53:17.499Z[ recovery-image] Sep 03 17:53:16.840 INFO O| Sep 03 17:53:16.840 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442026-09-03T17:53:17.509Z[ recovery-image] Sep 03 17:53:16.851 INFO O| Sep 03 17:53:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96452026-09-03T17:53:17.509Z[ recovery-image] Sep 03 17:53:16.851 INFO O| Sep 03 17:53:16.851 INFO STEP 78 (remove_files) COMPLETE
96462026-09-03T17:53:17.509Z[ recovery-image] Sep 03 17:53:16.851 INFO O| Sep 03 17:53:16.851 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472026-09-03T17:53:17.522Z[ recovery-image] Sep 03 17:53:16.861 INFO O| Sep 03 17:53:16.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96482026-09-03T17:53:17.522Z[ recovery-image] Sep 03 17:53:16.861 INFO O| Sep 03 17:53:16.861 INFO STEP 79 (remove_files) COMPLETE
96492026-09-03T17:53:17.522Z[ recovery-image] Sep 03 17:53:16.861 INFO O| Sep 03 17:53:16.861 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502026-09-03T17:53:17.530Z[ recovery-image] Sep 03 17:53:16.871 INFO O| Sep 03 17:53:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96512026-09-03T17:53:17.530Z[ recovery-image] Sep 03 17:53:16.871 INFO O| Sep 03 17:53:16.871 INFO STEP 80 (remove_files) COMPLETE
96522026-09-03T17:53:17.533Z[ recovery-image] Sep 03 17:53:16.871 INFO O| Sep 03 17:53:16.871 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532026-09-03T17:53:17.539Z[ recovery-image] Sep 03 17:53:16.880 INFO O| Sep 03 17:53:16.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96542026-09-03T17:53:17.539Z[ recovery-image] Sep 03 17:53:16.880 INFO O| Sep 03 17:53:16.880 INFO STEP 81 (remove_files) COMPLETE
96552026-09-03T17:53:17.539Z[ recovery-image] Sep 03 17:53:16.880 INFO O| Sep 03 17:53:16.880 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.890 INFO O| Sep 03 17:53:16.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96572026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.890 INFO O| Sep 03 17:53:16.890 INFO STEP 82 (remove_files) COMPLETE
96582026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.890 INFO O| Sep 03 17:53:16.890 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.899 INFO O| Sep 03 17:53:16.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96602026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.899 INFO O| Sep 03 17:53:16.899 INFO STEP 83 (remove_files) COMPLETE
96612026-09-03T17:53:17.558Z[ recovery-image] Sep 03 17:53:16.899 INFO O| Sep 03 17:53:16.899 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622026-09-03T17:53:17.572Z[ recovery-image] Sep 03 17:53:16.909 INFO O| Sep 03 17:53:16.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96632026-09-03T17:53:17.572Z[ recovery-image] Sep 03 17:53:16.909 INFO O| Sep 03 17:53:16.909 INFO STEP 84 (remove_files) COMPLETE
96642026-09-03T17:53:17.572Z[ recovery-image] Sep 03 17:53:16.909 INFO O| Sep 03 17:53:16.909 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652026-09-03T17:53:17.577Z[ recovery-image] Sep 03 17:53:16.918 INFO O| Sep 03 17:53:16.918 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96662026-09-03T17:53:17.577Z[ recovery-image] Sep 03 17:53:16.918 INFO O| Sep 03 17:53:16.918 INFO STEP 85 (remove_files) COMPLETE
96672026-09-03T17:53:17.580Z[ recovery-image] Sep 03 17:53:16.918 INFO O| Sep 03 17:53:16.918 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682026-09-03T17:53:17.586Z[ recovery-image] Sep 03 17:53:16.928 INFO O| Sep 03 17:53:16.927 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96692026-09-03T17:53:17.586Z[ recovery-image] Sep 03 17:53:16.928 INFO O| Sep 03 17:53:16.928 INFO STEP 86 (remove_files) COMPLETE
96702026-09-03T17:53:17.586Z[ recovery-image] Sep 03 17:53:16.928 INFO O| Sep 03 17:53:16.928 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712026-09-03T17:53:17.596Z[ recovery-image] Sep 03 17:53:16.937 INFO O| Sep 03 17:53:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96722026-09-03T17:53:17.596Z[ recovery-image] Sep 03 17:53:16.937 INFO O| Sep 03 17:53:16.937 INFO STEP 87 (remove_files) COMPLETE
96732026-09-03T17:53:17.596Z[ recovery-image] Sep 03 17:53:16.937 INFO O| Sep 03 17:53:16.937 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742026-09-03T17:53:17.605Z[ recovery-image] Sep 03 17:53:16.946 INFO O| Sep 03 17:53:16.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96752026-09-03T17:53:17.605Z[ recovery-image] Sep 03 17:53:16.947 INFO O| Sep 03 17:53:16.947 INFO STEP 88 (remove_files) COMPLETE
96762026-09-03T17:53:17.609Z[ recovery-image] Sep 03 17:53:16.947 INFO O| Sep 03 17:53:16.947 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772026-09-03T17:53:17.616Z[ recovery-image] Sep 03 17:53:16.957 INFO O| Sep 03 17:53:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96782026-09-03T17:53:17.616Z[ recovery-image] Sep 03 17:53:16.957 INFO O| Sep 03 17:53:16.957 INFO STEP 89 (remove_files) COMPLETE
96792026-09-03T17:53:17.616Z[ recovery-image] Sep 03 17:53:16.957 INFO O| Sep 03 17:53:16.957 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802026-09-03T17:53:17.626Z[ recovery-image] Sep 03 17:53:16.968 INFO O| Sep 03 17:53:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96812026-09-03T17:53:17.626Z[ recovery-image] Sep 03 17:53:16.968 INFO O| Sep 03 17:53:16.968 INFO STEP 90 (remove_files) COMPLETE
96822026-09-03T17:53:17.626Z[ recovery-image] Sep 03 17:53:16.968 INFO O| Sep 03 17:53:16.968 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832026-09-03T17:53:17.637Z[ recovery-image] Sep 03 17:53:16.978 INFO O| Sep 03 17:53:16.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96842026-09-03T17:53:17.637Z[ recovery-image] Sep 03 17:53:16.978 INFO O| Sep 03 17:53:16.978 INFO STEP 91 (remove_files) COMPLETE
96852026-09-03T17:53:17.637Z[ recovery-image] Sep 03 17:53:16.978 INFO O| Sep 03 17:53:16.978 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862026-09-03T17:53:17.647Z[ recovery-image] Sep 03 17:53:16.988 INFO O| Sep 03 17:53:16.988 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96872026-09-03T17:53:17.647Z[ recovery-image] Sep 03 17:53:16.988 INFO O| Sep 03 17:53:16.988 INFO STEP 92 (remove_files) COMPLETE
96882026-09-03T17:53:17.650Z[ recovery-image] Sep 03 17:53:16.988 INFO O| Sep 03 17:53:16.988 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892026-09-03T17:53:17.669Z[ recovery-image] Sep 03 17:53:17.010 INFO O| Sep 03 17:53:17.010 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96902026-09-03T17:53:17.669Z[ recovery-image] Sep 03 17:53:17.010 INFO O| Sep 03 17:53:17.010 INFO STEP 93 (remove_files) COMPLETE
96912026-09-03T17:53:17.673Z[ recovery-image] Sep 03 17:53:17.010 INFO O| Sep 03 17:53:17.010 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96922026-09-03T17:53:17.686Z[ recovery-image] Sep 03 17:53:17.021 INFO O| Sep 03 17:53:17.021 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96932026-09-03T17:53:17.686Z[ recovery-image] Sep 03 17:53:17.021 INFO O| Sep 03 17:53:17.021 INFO STEP 94 (remove_files) COMPLETE
96942026-09-03T17:53:17.686Z[ recovery-image] Sep 03 17:53:17.021 INFO O| Sep 03 17:53:17.021 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96952026-09-03T17:53:17.690Z[ recovery-image] Sep 03 17:53:17.030 INFO O| Sep 03 17:53:17.030 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96962026-09-03T17:53:17.690Z[ recovery-image] Sep 03 17:53:17.031 INFO O| Sep 03 17:53:17.030 INFO STEP 95 (remove_files) COMPLETE
96972026-09-03T17:53:17.690Z[ recovery-image] Sep 03 17:53:17.031 INFO O| Sep 03 17:53:17.031 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96982026-09-03T17:53:17.710Z[ recovery-image] Sep 03 17:53:17.051 INFO O| Sep 03 17:53:17.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96992026-09-03T17:53:17.714Z[ recovery-image] Sep 03 17:53:17.051 INFO O| Sep 03 17:53:17.051 INFO STEP 96 (remove_files) COMPLETE
97002026-09-03T17:53:17.714Z[ recovery-image] Sep 03 17:53:17.051 INFO O| Sep 03 17:53:17.051 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97012026-09-03T17:53:17.722Z[ recovery-image] Sep 03 17:53:17.062 INFO O| Sep 03 17:53:17.062 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97022026-09-03T17:53:17.722Z[ recovery-image] Sep 03 17:53:17.062 INFO O| Sep 03 17:53:17.062 INFO STEP 97 (remove_files) COMPLETE
97032026-09-03T17:53:17.725Z[ recovery-image] Sep 03 17:53:17.062 INFO O| Sep 03 17:53:17.062 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97042026-09-03T17:53:17.733Z[ recovery-image] Sep 03 17:53:17.072 INFO O| Sep 03 17:53:17.072 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97052026-09-03T17:53:17.736Z[ recovery-image] Sep 03 17:53:17.072 INFO O| Sep 03 17:53:17.072 INFO STEP 98 (remove_files) COMPLETE
97062026-09-03T17:53:17.736Z[ recovery-image] Sep 03 17:53:17.072 INFO O| Sep 03 17:53:17.072 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97072026-09-03T17:53:17.741Z[ recovery-image] Sep 03 17:53:17.082 INFO O| Sep 03 17:53:17.082 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97082026-09-03T17:53:17.741Z[ recovery-image] Sep 03 17:53:17.082 INFO O| Sep 03 17:53:17.082 INFO STEP 99 (remove_files) COMPLETE
97092026-09-03T17:53:17.741Z[ recovery-image] Sep 03 17:53:17.082 INFO O| Sep 03 17:53:17.082 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97102026-09-03T17:53:17.768Z[ recovery-image] Sep 03 17:53:17.107 INFO O| Sep 03 17:53:17.107 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97112026-09-03T17:53:17.768Z[ recovery-image] Sep 03 17:53:17.107 INFO O| Sep 03 17:53:17.107 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97122026-09-03T17:53:18.469Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97132026-09-03T17:53:20.126Z[ host-image] Sep 03 17:53:19.467 INFO O| configuring SMF profile...
97142026-09-03T17:53:20.126Z[ host-image] Sep 03 17:53:19.467 INFO O| modifying shadow(5)...
97152026-09-03T17:53:20.129Z[ host-image] Sep 03 17:53:19.467 INFO O| loading user and group database...
97162026-09-03T17:53:20.130Z[ host-image] Sep 03 17:53:19.467 INFO O| loading facet selections...
97172026-09-03T17:53:20.517Z[ host-image] Sep 03 17:53:19.846 INFO O| devel -> true
97182026-09-03T17:53:20.517Z[ host-image] Sep 03 17:53:19.846 INFO O| doc.man -> true
97192026-09-03T17:53:20.517Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.shell/ksh93 -> true
97202026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.system/data/hardware-registry -> true
97212026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.system/data/zoneinfo -> true
97222026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.system/microcode/amd -> true
97232026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.system/microcode/intel -> true
97242026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| version-lock.system/microcode/oxide -> true
97252026-09-03T17:53:20.521Z[ host-image] Sep 03 17:53:19.846 INFO O| assessing packaged files...
97262026-09-03T17:53:22.548Z[ host-image] Sep 03 17:53:21.889 INFO O| creating archive...
97272026-09-03T17:53:22.572Z[ host-image] Sep 03 17:53:21.914 INFO O| missing from packaging:
97282026-09-03T17:53:22.573Z[ host-image] Sep 03 17:53:21.914 INFO O| "etc/.pwd.lock"
97292026-09-03T17:53:22.573Z[ host-image] Sep 03 17:53:21.914 INFO O| "etc/bash"
97302026-09-03T17:53:22.577Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/profile/generic.xml"
97312026-09-03T17:53:22.577Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/profile/inetd_services.xml"
97322026-09-03T17:53:22.577Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/profile/name_service.xml"
97332026-09-03T17:53:22.580Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/profile/platform.xml"
97342026-09-03T17:53:22.580Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/profile/platform_omicron1.xml"
97352026-09-03T17:53:22.580Z[ host-image] Sep 03 17:53:21.918 INFO O| "etc/svc/repository.db"
97362026-09-03T17:53:22.594Z[ host-image] Sep 03 17:53:21.935 INFO O| "opt/ooce/share"
97372026-09-03T17:53:22.594Z[ host-image] Sep 03 17:53:21.935 INFO O| "opt/ooce/share/man"
97382026-09-03T17:53:22.598Z[ host-image] Sep 03 17:53:21.935 INFO O| "opt/ooce/share/man/man1"
97392026-09-03T17:53:22.603Z[ host-image] Sep 03 17:53:21.945 INFO O| finishing archive...
97402026-09-03T17:53:23.527Z[ recovery-image] Sep 03 17:53:22.868 INFO O| Sep 03 17:53:22.868 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
97412026-09-03T17:53:23.527Z[ recovery-image] Sep 03 17:53:22.868 INFO O| Sep 03 17:53:22.868 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97422026-09-03T17:53:23.544Z[ recovery-image] Sep 03 17:53:22.885 INFO O| Sep 03 17:53:22.885 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
97432026-09-03T17:53:23.642Z[ recovery-image] Sep 03 17:53:22.983 INFO O| Sep 03 17:53:22.983 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
97442026-09-03T17:53:23.700Z[ recovery-image] Sep 03 17:53:23.041 INFO O| Sep 03 17:53:23.041 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97452026-09-03T17:53:23.772Z[ recovery-image] Sep 03 17:53:23.113 INFO O| Sep 03 17:53:23.113 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97462026-09-03T17:53:23.772Z[ recovery-image] Sep 03 17:53:23.113 INFO O| Sep 03 17:53:23.113 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 ...
97472026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97482026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO ok!
97492026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97502026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO STEP 100 (seed_smf) COMPLETE
97512026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO steps complete; finalising image!
97522026-09-03T17:53:23.776Z[ recovery-image] Sep 03 17:53:23.114 INFO O| Sep 03 17:53:23.114 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97532026-09-03T17:53:23.834Z[ recovery-image] Sep 03 17:53:23.175 INFO O| Sep 03 17:53:23.175 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Sep 3 17:53:23 2026)
97542026-09-03T17:53:24.041Z[ recovery-image] Sep 03 17:53:23.382 INFO O| Sep 03 17:53:23.382 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97552026-09-03T17:53:24.102Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
97562026-09-03T17:53:24.247Z[ recovery-image] Sep 03 17:53:23.588 INFO O| Sep 03 17:53:23.588 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97572026-09-03T17:53:24.454Z[ recovery-image] Sep 03 17:53:23.795 INFO O| Sep 03 17:53:23.795 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97582026-09-03T17:53:24.661Z[ recovery-image] Sep 03 17:53:24.002 INFO O| Sep 03 17:53:24.002 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97592026-09-03T17:53:24.870Z[ recovery-image] Sep 03 17:53:24.208 INFO O| Sep 03 17:53:24.208 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97602026-09-03T17:53:25.076Z[ recovery-image] Sep 03 17:53:24.415 INFO O| Sep 03 17:53:24.415 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97612026-09-03T17:53:25.131Z[ host-image] Sep 03 17:53:24.472 INFO O| creating gzonly manifest...
97622026-09-03T17:53:25.138Z[ host-image] Sep 03 17:53:24.480 INFO O| ok
97632026-09-03T17:53:25.278Z[ host-image] Sep 03 17:53:24.619 INFO image builder template: ramdisk-02-trim...
97642026-09-03T17:53:25.278Z[ host-image] Sep 03 17:53:24.619 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/.tmpxwGsx6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
97652026-09-03T17:53:25.284Z[ recovery-image] Sep 03 17:53:24.625 INFO O| Sep 03 17:53:24.625 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97662026-09-03T17:53:25.301Z[ host-image] Sep 03 17:53:24.642 INFO O| Sep 03 17:53:24.642 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97672026-09-03T17:53:25.307Z[ host-image] Sep 03 17:53:24.648 INFO O| Sep 03 17:53:24.648 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97682026-09-03T17:53:25.492Z[ recovery-image] Sep 03 17:53:24.833 INFO O| Sep 03 17:53:24.832 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu Sep 3 17:53:23 2026)
97692026-09-03T17:53:25.699Z[ recovery-image] Sep 03 17:53:25.040 INFO O| Sep 03 17:53:25.040 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Thu Sep 3 17:53:23 2026)
97702026-09-03T17:53:25.906Z[ recovery-image] Sep 03 17:53:25.247 INFO O| Sep 03 17:53:25.247 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Thu Sep 3 17:53:23 2026)
97712026-09-03T17:53:26.132Z[ recovery-image] Sep 03 17:53:25.473 INFO O| Sep 03 17:53:25.473 INFO temporary pool has 462M used, 1.30G avail, 1.00x compressratio
97722026-09-03T17:53:26.133Z[ recovery-image] Sep 03 17:53:25.473 INFO O| Sep 03 17:53:25.473 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97732026-09-03T17:53:26.160Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97742026-09-03T17:53:26.537Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97752026-09-03T17:53:26.833Z[ host-image] Sep 03 17:53:26.174 INFO O| Sep 03 17:53:26.174 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97762026-09-03T17:53:26.946Z[ recovery-image] Sep 03 17:53:26.277 INFO O| Sep 03 17:53:26.277 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
97772026-09-03T17:53:26.946Z[ recovery-image] Sep 03 17:53:26.277 INFO O| Sep 03 17:53:26.277 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97782026-09-03T17:53:27.263Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
97792026-09-03T17:53:28.191Z[ host-image] Sep 03 17:53:27.532 INFO O| Sep 03 17:53:27.532 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97802026-09-03T17:53:28.194Z[ host-image] Sep 03 17:53:27.532 INFO O| Sep 03 17:53:27.532 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97812026-09-03T17:53:28.197Z[ host-image] Sep 03 17:53:27.538 INFO O| Sep 03 17:53:27.538 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97822026-09-03T17:53:28.202Z[ host-image] Sep 03 17:53:27.543 INFO O| Sep 03 17:53:27.543 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97832026-09-03T17:53:28.211Z[ host-image] Sep 03 17:53:27.550 INFO O| Sep 03 17:53:27.550 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97842026-09-03T17:53:28.629Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
97852026-09-03T17:53:29.673Z[ recovery-image] Sep 03 17:53:29.009 INFO O| Sep 03 17:53:29.009 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97862026-09-03T17:53:29.673Z[ recovery-image] Sep 03 17:53:29.009 INFO O| Sep 03 17:53:29.009 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97872026-09-03T17:53:29.673Z[ recovery-image] Sep 03 17:53:29.009 INFO O| Sep 03 17:53:29.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97882026-09-03T17:53:29.673Z[ recovery-image] Sep 03 17:53:29.009 INFO O| Sep 03 17:53:29.009 INFO completed processing sled/zfs-recovery
97892026-09-03T17:53:29.673Z[ recovery-image] Sep 03 17:53:29.009 INFO O| Sep 03 17:53:29.009 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97902026-09-03T17:53:30.885Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
97912026-09-03T17:53:31.257Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
97922026-09-03T17:53:33.280Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
97932026-09-03T17:53:36.977Z[ host-image] Sep 03 17:53:36.318 INFO O| Sep 03 17:53:36.318 INFO rolled back to input snapshot; work may begin
97942026-09-03T17:53:36.978Z[ host-image] Sep 03 17:53:36.318 INFO O| Sep 03 17:53:36.318 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97952026-09-03T17:53:36.982Z[ host-image] Sep 03 17:53:36.323 INFO O| Sep 03 17:53:36.323 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97962026-09-03T17:53:36.993Z[ host-image] Sep 03 17:53:36.333 INFO O| Sep 03 17:53:36.333 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97972026-09-03T17:53:37.083Z[ host-image] Sep 03 17:53:36.423 INFO O| Sep 03 17:53:36.423 INFO STEP 0 (remove_files) COMPLETE
97982026-09-03T17:53:37.083Z[ host-image] Sep 03 17:53:36.423 INFO O| Sep 03 17:53:36.423 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97992026-09-03T17:53:37.094Z[ host-image] Sep 03 17:53:36.435 INFO O| Sep 03 17:53:36.435 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98002026-09-03T17:53:37.098Z[ host-image] Sep 03 17:53:36.436 INFO O| Sep 03 17:53:36.436 INFO STEP 1 (remove_files) COMPLETE
98012026-09-03T17:53:37.098Z[ host-image] Sep 03 17:53:36.436 INFO O| Sep 03 17:53:36.436 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98022026-09-03T17:53:37.107Z[ host-image] Sep 03 17:53:36.447 INFO O| Sep 03 17:53:36.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98032026-09-03T17:53:37.124Z[ host-image] Sep 03 17:53:36.463 INFO O| Sep 03 17:53:36.463 INFO STEP 2 (remove_files) COMPLETE
98042026-09-03T17:53:37.125Z[ host-image] Sep 03 17:53:36.463 INFO O| Sep 03 17:53:36.463 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.477 INFO O| Sep 03 17:53:36.477 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98062026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.478 INFO O| Sep 03 17:53:36.478 INFO STEP 3 (remove_files) COMPLETE
98072026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.478 INFO O| Sep 03 17:53:36.478 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98082026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.489 INFO O| Sep 03 17:53:36.488 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98092026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.491 INFO O| Sep 03 17:53:36.491 INFO STEP 4 (remove_files) COMPLETE
98102026-09-03T17:53:37.154Z[ host-image] Sep 03 17:53:36.491 INFO O| Sep 03 17:53:36.491 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98112026-09-03T17:53:37.161Z[ host-image] Sep 03 17:53:36.502 INFO O| Sep 03 17:53:36.502 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98122026-09-03T17:53:37.164Z[ host-image] Sep 03 17:53:36.504 INFO O| Sep 03 17:53:36.504 INFO STEP 5 (remove_files) COMPLETE
98132026-09-03T17:53:37.165Z[ host-image] Sep 03 17:53:36.504 INFO O| Sep 03 17:53:36.504 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98142026-09-03T17:53:37.174Z[ host-image] Sep 03 17:53:36.514 INFO O| Sep 03 17:53:36.514 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98152026-09-03T17:53:37.184Z[ host-image] Sep 03 17:53:36.524 INFO O| Sep 03 17:53:36.524 INFO STEP 6 (remove_files) COMPLETE
98162026-09-03T17:53:37.184Z[ host-image] Sep 03 17:53:36.524 INFO O| Sep 03 17:53:36.524 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98172026-09-03T17:53:37.190Z[ host-image] Sep 03 17:53:36.524 INFO O| Sep 03 17:53:36.524 INFO skip step because feature "heliosv2" is not enabled
98182026-09-03T17:53:37.190Z[ host-image] Sep 03 17:53:36.524 INFO O| Sep 03 17:53:36.524 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98192026-09-03T17:53:37.196Z[ host-image] Sep 03 17:53:36.536 INFO O| Sep 03 17:53:36.536 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98202026-09-03T17:53:37.208Z[ host-image] Sep 03 17:53:36.548 INFO O| Sep 03 17:53:36.548 INFO STEP 8 (remove_files) COMPLETE
98212026-09-03T17:53:37.208Z[ host-image] Sep 03 17:53:36.548 INFO O| Sep 03 17:53:36.548 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98222026-09-03T17:53:37.220Z[ host-image] Sep 03 17:53:36.560 INFO O| Sep 03 17:53:36.560 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98232026-09-03T17:53:37.289Z[ host-image] Sep 03 17:53:36.630 INFO O| Sep 03 17:53:36.630 INFO STEP 9 (remove_files) COMPLETE
98242026-09-03T17:53:37.290Z[ host-image] Sep 03 17:53:36.630 INFO O| Sep 03 17:53:36.630 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98252026-09-03T17:53:37.300Z[ host-image] Sep 03 17:53:36.641 INFO O| Sep 03 17:53:36.640 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98262026-09-03T17:53:37.394Z[ host-image] Sep 03 17:53:36.733 INFO O| Sep 03 17:53:36.733 INFO STEP 10 (remove_files) COMPLETE
98272026-09-03T17:53:37.394Z[ host-image] Sep 03 17:53:36.733 INFO O| Sep 03 17:53:36.733 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98282026-09-03T17:53:37.424Z[ host-image] Sep 03 17:53:36.765 INFO O| Sep 03 17:53:36.765 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98292026-09-03T17:53:37.428Z[ host-image] Sep 03 17:53:36.767 INFO O| Sep 03 17:53:36.767 INFO STEP 11 (remove_files) COMPLETE
98302026-09-03T17:53:37.428Z[ host-image] Sep 03 17:53:36.767 INFO O| Sep 03 17:53:36.767 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98312026-09-03T17:53:37.448Z[ host-image] Sep 03 17:53:36.785 INFO O| Sep 03 17:53:36.785 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98322026-09-03T17:53:37.448Z[ host-image] Sep 03 17:53:36.785 INFO O| Sep 03 17:53:36.785 INFO STEP 12 (remove_files) COMPLETE
98332026-09-03T17:53:37.448Z[ host-image] Sep 03 17:53:36.785 INFO O| Sep 03 17:53:36.785 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98342026-09-03T17:53:37.479Z[ host-image] Sep 03 17:53:36.820 INFO O| Sep 03 17:53:36.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98352026-09-03T17:53:37.483Z[ host-image] Sep 03 17:53:36.821 INFO O| Sep 03 17:53:36.821 INFO STEP 13 (remove_files) COMPLETE
98362026-09-03T17:53:37.483Z[ host-image] Sep 03 17:53:36.821 INFO O| Sep 03 17:53:36.821 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98372026-09-03T17:53:37.522Z[ host-image] Sep 03 17:53:36.862 INFO O| Sep 03 17:53:36.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98382026-09-03T17:53:37.531Z[ host-image] Sep 03 17:53:36.870 INFO O| Sep 03 17:53:36.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98392026-09-03T17:53:37.777Z[ host-image] Sep 03 17:53:37.117 INFO O| Sep 03 17:53:37.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98402026-09-03T17:53:37.777Z[ host-image] Sep 03 17:53:37.117 INFO O| Sep 03 17:53:37.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98412026-09-03T17:53:37.785Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98422026-09-03T17:53:37.788Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98432026-09-03T17:53:37.788Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98442026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98452026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98462026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98472026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98482026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98492026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98502026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98512026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.126 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98522026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.127 INFO O| Sep 03 17:53:37.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98532026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.127 INFO O| Sep 03 17:53:37.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98542026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.127 INFO O| Sep 03 17:53:37.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98552026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.127 INFO O| Sep 03 17:53:37.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98562026-09-03T17:53:37.789Z[ host-image] Sep 03 17:53:37.127 INFO O| Sep 03 17:53:37.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98572026-09-03T17:53:37.793Z[ host-image] Sep 03 17:53:37.131 INFO O| Sep 03 17:53:37.131 INFO STEP 14 (remove_files) COMPLETE
98582026-09-03T17:53:37.793Z[ host-image] Sep 03 17:53:37.131 INFO O| Sep 03 17:53:37.131 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98592026-09-03T17:53:37.803Z[ host-image] Sep 03 17:53:37.143 INFO O| Sep 03 17:53:37.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98602026-09-03T17:53:37.806Z[ host-image] Sep 03 17:53:37.145 INFO O| Sep 03 17:53:37.144 INFO STEP 15 (remove_files) COMPLETE
98612026-09-03T17:53:37.807Z[ host-image] Sep 03 17:53:37.145 INFO O| Sep 03 17:53:37.145 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98622026-09-03T17:53:37.814Z[ host-image] Sep 03 17:53:37.155 INFO O| Sep 03 17:53:37.155 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98632026-09-03T17:53:37.825Z[ host-image] Sep 03 17:53:37.164 INFO O| Sep 03 17:53:37.164 INFO STEP 16 (remove_files) COMPLETE
98642026-09-03T17:53:37.825Z[ host-image] Sep 03 17:53:37.164 INFO O| Sep 03 17:53:37.164 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98652026-09-03T17:53:37.835Z[ host-image] Sep 03 17:53:37.176 INFO O| Sep 03 17:53:37.176 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98662026-09-03T17:53:37.839Z[ host-image] Sep 03 17:53:37.177 INFO O| Sep 03 17:53:37.177 INFO STEP 17 (remove_files) COMPLETE
98672026-09-03T17:53:37.839Z[ host-image] Sep 03 17:53:37.177 INFO O| Sep 03 17:53:37.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98682026-09-03T17:53:37.847Z[ host-image] Sep 03 17:53:37.188 INFO O| Sep 03 17:53:37.188 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98692026-09-03T17:53:37.879Z[ host-image] Sep 03 17:53:37.190 INFO O| Sep 03 17:53:37.190 INFO STEP 18 (remove_files) COMPLETE
98702026-09-03T17:53:37.879Z[ host-image] Sep 03 17:53:37.190 INFO O| Sep 03 17:53:37.190 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98712026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.200 INFO O| Sep 03 17:53:37.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98722026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.200 INFO O| Sep 03 17:53:37.200 INFO STEP 19 (remove_files) COMPLETE
98732026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.200 INFO O| Sep 03 17:53:37.200 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98742026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.214 INFO O| Sep 03 17:53:37.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98752026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.214 INFO O| Sep 03 17:53:37.211 INFO STEP 20 (remove_files) COMPLETE
98762026-09-03T17:53:37.883Z[ host-image] Sep 03 17:53:37.214 INFO O| Sep 03 17:53:37.211 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98772026-09-03T17:53:37.998Z[ host-image] Sep 03 17:53:37.338 INFO O| Sep 03 17:53:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98782026-09-03T17:53:37.998Z[ host-image] Sep 03 17:53:37.338 INFO O| Sep 03 17:53:37.338 INFO STEP 21 (remove_files) COMPLETE
98792026-09-03T17:53:38.002Z[ host-image] Sep 03 17:53:37.338 INFO O| Sep 03 17:53:37.338 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98802026-09-03T17:53:38.024Z[ host-image] Sep 03 17:53:37.365 INFO O| Sep 03 17:53:37.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98812026-09-03T17:53:38.024Z[ host-image] Sep 03 17:53:37.365 INFO O| Sep 03 17:53:37.363 INFO STEP 22 (remove_files) COMPLETE
98822026-09-03T17:53:38.024Z[ host-image] Sep 03 17:53:37.365 INFO O| Sep 03 17:53:37.363 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98832026-09-03T17:53:38.034Z[ host-image] Sep 03 17:53:37.375 INFO O| Sep 03 17:53:37.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98842026-09-03T17:53:38.034Z[ host-image] Sep 03 17:53:37.375 INFO O| Sep 03 17:53:37.375 INFO STEP 23 (remove_files) COMPLETE
98852026-09-03T17:53:38.038Z[ host-image] Sep 03 17:53:37.375 INFO O| Sep 03 17:53:37.375 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98862026-09-03T17:53:38.044Z[ host-image] Sep 03 17:53:37.385 INFO O| Sep 03 17:53:37.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98872026-09-03T17:53:38.044Z[ host-image] Sep 03 17:53:37.385 INFO O| Sep 03 17:53:37.385 INFO STEP 24 (remove_files) COMPLETE
98882026-09-03T17:53:38.048Z[ host-image] Sep 03 17:53:37.385 INFO O| Sep 03 17:53:37.385 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98892026-09-03T17:53:38.057Z[ host-image] Sep 03 17:53:37.397 INFO O| Sep 03 17:53:37.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98902026-09-03T17:53:38.057Z[ host-image] Sep 03 17:53:37.397 INFO O| Sep 03 17:53:37.397 INFO STEP 25 (remove_files) COMPLETE
98912026-09-03T17:53:38.061Z[ host-image] Sep 03 17:53:37.397 INFO O| Sep 03 17:53:37.397 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-03T17:53:38.075Z[ host-image] Sep 03 17:53:37.414 INFO O| Sep 03 17:53:37.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98932026-09-03T17:53:38.075Z[ host-image] Sep 03 17:53:37.414 INFO O| Sep 03 17:53:37.414 INFO STEP 26 (remove_files) COMPLETE
98942026-09-03T17:53:38.075Z[ host-image] Sep 03 17:53:37.414 INFO O| Sep 03 17:53:37.414 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-03T17:53:38.087Z[ host-image] Sep 03 17:53:37.427 INFO O| Sep 03 17:53:37.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
98962026-09-03T17:53:38.088Z[ host-image] Sep 03 17:53:37.427 INFO O| Sep 03 17:53:37.427 INFO STEP 27 (remove_files) COMPLETE
98972026-09-03T17:53:38.088Z[ host-image] Sep 03 17:53:37.427 INFO O| Sep 03 17:53:37.427 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-03T17:53:38.107Z[ host-image] Sep 03 17:53:37.448 INFO O| Sep 03 17:53:37.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
98992026-09-03T17:53:38.107Z[ host-image] Sep 03 17:53:37.448 INFO O| Sep 03 17:53:37.448 INFO STEP 28 (remove_files) COMPLETE
99002026-09-03T17:53:38.111Z[ host-image] Sep 03 17:53:37.448 INFO O| Sep 03 17:53:37.448 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-03T17:53:38.117Z[ host-image] Sep 03 17:53:37.458 INFO O| Sep 03 17:53:37.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99022026-09-03T17:53:38.117Z[ host-image] Sep 03 17:53:37.458 INFO O| Sep 03 17:53:37.458 INFO STEP 29 (remove_files) COMPLETE
99032026-09-03T17:53:38.121Z[ host-image] Sep 03 17:53:37.458 INFO O| Sep 03 17:53:37.458 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-03T17:53:38.126Z[ host-image] Sep 03 17:53:37.467 INFO O| Sep 03 17:53:37.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99052026-09-03T17:53:38.126Z[ host-image] Sep 03 17:53:37.467 INFO O| Sep 03 17:53:37.467 INFO STEP 30 (remove_files) COMPLETE
99062026-09-03T17:53:38.129Z[ host-image] Sep 03 17:53:37.467 INFO O| Sep 03 17:53:37.467 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-03T17:53:38.134Z[ host-image] Sep 03 17:53:37.475 INFO O| Sep 03 17:53:37.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99082026-09-03T17:53:38.134Z[ host-image] Sep 03 17:53:37.475 INFO O| Sep 03 17:53:37.475 INFO STEP 31 (remove_files) COMPLETE
99092026-09-03T17:53:38.138Z[ host-image] Sep 03 17:53:37.475 INFO O| Sep 03 17:53:37.475 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-03T17:53:38.142Z[ host-image] Sep 03 17:53:37.484 INFO O| Sep 03 17:53:37.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99112026-09-03T17:53:38.142Z[ host-image] Sep 03 17:53:37.484 INFO O| Sep 03 17:53:37.484 INFO STEP 32 (remove_files) COMPLETE
99122026-09-03T17:53:38.146Z[ host-image] Sep 03 17:53:37.484 INFO O| Sep 03 17:53:37.484 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99132026-09-03T17:53:38.153Z[ host-image] Sep 03 17:53:37.493 INFO O| Sep 03 17:53:37.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99142026-09-03T17:53:38.153Z[ host-image] Sep 03 17:53:37.493 INFO O| Sep 03 17:53:37.493 INFO STEP 33 (remove_files) COMPLETE
99152026-09-03T17:53:38.153Z[ host-image] Sep 03 17:53:37.493 INFO O| Sep 03 17:53:37.493 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99162026-09-03T17:53:38.161Z[ host-image] Sep 03 17:53:37.502 INFO O| Sep 03 17:53:37.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99172026-09-03T17:53:38.161Z[ host-image] Sep 03 17:53:37.502 INFO O| Sep 03 17:53:37.502 INFO STEP 34 (remove_files) COMPLETE
99182026-09-03T17:53:38.165Z[ host-image] Sep 03 17:53:37.502 INFO O| Sep 03 17:53:37.502 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99192026-09-03T17:53:38.170Z[ host-image] Sep 03 17:53:37.511 INFO O| Sep 03 17:53:37.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99202026-09-03T17:53:38.170Z[ host-image] Sep 03 17:53:37.511 INFO O| Sep 03 17:53:37.511 INFO STEP 35 (remove_files) COMPLETE
99212026-09-03T17:53:38.170Z[ host-image] Sep 03 17:53:37.511 INFO O| Sep 03 17:53:37.511 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99222026-09-03T17:53:38.180Z[ host-image] Sep 03 17:53:37.522 INFO O| Sep 03 17:53:37.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99232026-09-03T17:53:38.180Z[ host-image] Sep 03 17:53:37.522 INFO O| Sep 03 17:53:37.522 INFO STEP 36 (remove_files) COMPLETE
99242026-09-03T17:53:38.184Z[ host-image] Sep 03 17:53:37.522 INFO O| Sep 03 17:53:37.522 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99252026-09-03T17:53:38.191Z[ host-image] Sep 03 17:53:37.532 INFO O| Sep 03 17:53:37.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99262026-09-03T17:53:38.191Z[ host-image] Sep 03 17:53:37.533 INFO O| Sep 03 17:53:37.533 INFO STEP 37 (remove_files) COMPLETE
99272026-09-03T17:53:38.195Z[ host-image] Sep 03 17:53:37.533 INFO O| Sep 03 17:53:37.533 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99282026-09-03T17:53:38.203Z[ host-image] Sep 03 17:53:37.543 INFO O| Sep 03 17:53:37.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99292026-09-03T17:53:38.207Z[ host-image] Sep 03 17:53:37.543 INFO O| Sep 03 17:53:37.543 INFO STEP 38 (remove_files) COMPLETE
99302026-09-03T17:53:38.207Z[ host-image] Sep 03 17:53:37.543 INFO O| Sep 03 17:53:37.543 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99312026-09-03T17:53:38.214Z[ host-image] Sep 03 17:53:37.554 INFO O| Sep 03 17:53:37.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99322026-09-03T17:53:38.214Z[ host-image] Sep 03 17:53:37.555 INFO O| Sep 03 17:53:37.555 INFO STEP 39 (remove_files) COMPLETE
99332026-09-03T17:53:38.217Z[ host-image] Sep 03 17:53:37.555 INFO O| Sep 03 17:53:37.555 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99342026-09-03T17:53:38.225Z[ host-image] Sep 03 17:53:37.565 INFO O| Sep 03 17:53:37.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99352026-09-03T17:53:38.225Z[ host-image] Sep 03 17:53:37.565 INFO O| Sep 03 17:53:37.565 INFO STEP 40 (remove_files) COMPLETE
99362026-09-03T17:53:38.225Z[ host-image] Sep 03 17:53:37.565 INFO O| Sep 03 17:53:37.565 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99372026-09-03T17:53:38.236Z[ host-image] Sep 03 17:53:37.576 INFO O| Sep 03 17:53:37.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99382026-09-03T17:53:38.236Z[ host-image] Sep 03 17:53:37.576 INFO O| Sep 03 17:53:37.576 INFO STEP 41 (remove_files) COMPLETE
99392026-09-03T17:53:38.236Z[ host-image] Sep 03 17:53:37.576 INFO O| Sep 03 17:53:37.576 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99402026-09-03T17:53:38.245Z[ host-image] Sep 03 17:53:37.586 INFO O| Sep 03 17:53:37.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99412026-09-03T17:53:38.245Z[ host-image] Sep 03 17:53:37.586 INFO O| Sep 03 17:53:37.586 INFO STEP 42 (remove_files) COMPLETE
99422026-09-03T17:53:38.249Z[ host-image] Sep 03 17:53:37.586 INFO O| Sep 03 17:53:37.586 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99432026-09-03T17:53:38.262Z[ host-image] Sep 03 17:53:37.601 INFO O| Sep 03 17:53:37.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99442026-09-03T17:53:38.262Z[ host-image] Sep 03 17:53:37.601 INFO O| Sep 03 17:53:37.600 INFO STEP 43 (remove_files) COMPLETE
99452026-09-03T17:53:38.262Z[ host-image] Sep 03 17:53:37.601 INFO O| Sep 03 17:53:37.600 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99462026-09-03T17:53:38.294Z[ host-image] Sep 03 17:53:37.634 INFO O| Sep 03 17:53:37.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99472026-09-03T17:53:38.294Z[ host-image] Sep 03 17:53:37.635 INFO O| Sep 03 17:53:37.635 INFO STEP 44 (remove_files) COMPLETE
99482026-09-03T17:53:38.294Z[ host-image] Sep 03 17:53:37.635 INFO O| Sep 03 17:53:37.635 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99492026-09-03T17:53:38.345Z[ host-image] Sep 03 17:53:37.686 INFO O| Sep 03 17:53:37.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99502026-09-03T17:53:38.345Z[ host-image] Sep 03 17:53:37.686 INFO O| Sep 03 17:53:37.686 INFO STEP 45 (remove_files) COMPLETE
99512026-09-03T17:53:38.345Z[ host-image] Sep 03 17:53:37.686 INFO O| Sep 03 17:53:37.686 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99522026-09-03T17:53:38.357Z[ recovery-image] Sep 03 17:53:37.698 INFO O| Sep 03 17:53:37.698 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
99532026-09-03T17:53:38.398Z[ host-image] Sep 03 17:53:37.738 INFO O| Sep 03 17:53:37.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99542026-09-03T17:53:38.398Z[ host-image] Sep 03 17:53:37.738 INFO O| Sep 03 17:53:37.738 INFO STEP 46 (remove_files) COMPLETE
99552026-09-03T17:53:38.402Z[ host-image] Sep 03 17:53:37.738 INFO O| Sep 03 17:53:37.738 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99562026-09-03T17:53:38.418Z[ host-image] Sep 03 17:53:37.759 INFO O| Sep 03 17:53:37.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99572026-09-03T17:53:38.422Z[ host-image] Sep 03 17:53:37.759 INFO O| Sep 03 17:53:37.759 INFO STEP 47 (remove_files) COMPLETE
99582026-09-03T17:53:38.422Z[ host-image] Sep 03 17:53:37.759 INFO O| Sep 03 17:53:37.759 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99592026-09-03T17:53:38.455Z[ host-image] Sep 03 17:53:37.796 INFO O| Sep 03 17:53:37.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99602026-09-03T17:53:38.455Z[ host-image] Sep 03 17:53:37.796 INFO O| Sep 03 17:53:37.796 INFO STEP 48 (remove_files) COMPLETE
99612026-09-03T17:53:38.460Z[ host-image] Sep 03 17:53:37.796 INFO O| Sep 03 17:53:37.796 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99622026-09-03T17:53:38.465Z[ host-image] Sep 03 17:53:37.806 INFO O| Sep 03 17:53:37.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99632026-09-03T17:53:38.465Z[ host-image] Sep 03 17:53:37.806 INFO O| Sep 03 17:53:37.806 INFO STEP 49 (remove_files) COMPLETE
99642026-09-03T17:53:38.465Z[ host-image] Sep 03 17:53:37.806 INFO O| Sep 03 17:53:37.806 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99652026-09-03T17:53:38.475Z[ host-image] Sep 03 17:53:37.816 INFO O| Sep 03 17:53:37.816 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99662026-09-03T17:53:38.480Z[ host-image] Sep 03 17:53:37.816 INFO O| Sep 03 17:53:37.816 INFO STEP 50 (remove_files) COMPLETE
99672026-09-03T17:53:38.480Z[ host-image] Sep 03 17:53:37.816 INFO O| Sep 03 17:53:37.816 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99682026-09-03T17:53:38.485Z[ host-image] Sep 03 17:53:37.826 INFO O| Sep 03 17:53:37.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99692026-09-03T17:53:38.489Z[ host-image] Sep 03 17:53:37.826 INFO O| Sep 03 17:53:37.826 INFO STEP 51 (remove_files) COMPLETE
99702026-09-03T17:53:38.489Z[ host-image] Sep 03 17:53:37.826 INFO O| Sep 03 17:53:37.826 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99712026-09-03T17:53:38.495Z[ host-image] Sep 03 17:53:37.836 INFO O| Sep 03 17:53:37.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99722026-09-03T17:53:38.499Z[ host-image] Sep 03 17:53:37.836 INFO O| Sep 03 17:53:37.836 INFO STEP 52 (remove_files) COMPLETE
99732026-09-03T17:53:38.499Z[ host-image] Sep 03 17:53:37.836 INFO O| Sep 03 17:53:37.836 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99742026-09-03T17:53:38.517Z[ host-image] Sep 03 17:53:37.858 INFO O| Sep 03 17:53:37.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99752026-09-03T17:53:38.517Z[ host-image] Sep 03 17:53:37.858 INFO O| Sep 03 17:53:37.858 INFO STEP 53 (remove_files) COMPLETE
99762026-09-03T17:53:38.517Z[ host-image] Sep 03 17:53:37.858 INFO O| Sep 03 17:53:37.858 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99772026-09-03T17:53:38.614Z[ host-image] Sep 03 17:53:37.955 INFO O| Sep 03 17:53:37.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99782026-09-03T17:53:38.614Z[ host-image] Sep 03 17:53:37.955 INFO O| Sep 03 17:53:37.953 INFO STEP 54 (remove_files) COMPLETE
99792026-09-03T17:53:38.614Z[ host-image] Sep 03 17:53:37.955 INFO O| Sep 03 17:53:37.953 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-03T17:53:38.623Z[ host-image] Sep 03 17:53:37.964 INFO O| Sep 03 17:53:37.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99812026-09-03T17:53:38.623Z[ host-image] Sep 03 17:53:37.964 INFO O| Sep 03 17:53:37.964 INFO STEP 55 (remove_files) COMPLETE
99822026-09-03T17:53:38.623Z[ host-image] Sep 03 17:53:37.964 INFO O| Sep 03 17:53:37.964 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99832026-09-03T17:53:38.632Z[ host-image] Sep 03 17:53:37.973 INFO O| Sep 03 17:53:37.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99842026-09-03T17:53:38.632Z[ host-image] Sep 03 17:53:37.973 INFO O| Sep 03 17:53:37.973 INFO STEP 56 (remove_files) COMPLETE
99852026-09-03T17:53:38.636Z[ host-image] Sep 03 17:53:37.973 INFO O| Sep 03 17:53:37.973 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99862026-09-03T17:53:38.643Z[ host-image] Sep 03 17:53:37.983 INFO O| Sep 03 17:53:37.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99872026-09-03T17:53:38.643Z[ host-image] Sep 03 17:53:37.983 INFO O| Sep 03 17:53:37.983 INFO STEP 57 (remove_files) COMPLETE
99882026-09-03T17:53:38.646Z[ host-image] Sep 03 17:53:37.983 INFO O| Sep 03 17:53:37.983 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99892026-09-03T17:53:38.653Z[ host-image] Sep 03 17:53:37.994 INFO O| Sep 03 17:53:37.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99902026-09-03T17:53:38.653Z[ host-image] Sep 03 17:53:37.994 INFO O| Sep 03 17:53:37.994 INFO STEP 58 (remove_files) COMPLETE
99912026-09-03T17:53:38.657Z[ host-image] Sep 03 17:53:37.994 INFO O| Sep 03 17:53:37.994 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99922026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.029 INFO O| Sep 03 17:53:38.029 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99932026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.029 INFO O| Sep 03 17:53:38.029 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
99942026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99952026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99962026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99972026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99982026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO ok!
99992026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO STEP 59 (ensure_file) COMPLETE
100002026-09-03T17:53:38.690Z[ host-image] Sep 03 17:53:38.030 INFO O| Sep 03 17:53:38.030 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100012026-09-03T17:53:38.713Z[ host-image] Sep 03 17:53:38.053 INFO O| Sep 03 17:53:38.053 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100022026-09-03T17:53:38.713Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100032026-09-03T17:53:38.713Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100042026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100052026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100062026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100072026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO ok!
100082026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO STEP 60 (ensure_file) COMPLETE
100092026-09-03T17:53:38.717Z[ host-image] Sep 03 17:53:38.054 INFO O| Sep 03 17:53:38.054 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100102026-09-03T17:53:38.723Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100112026-09-03T17:53:38.723Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100122026-09-03T17:53:38.726Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100132026-09-03T17:53:38.727Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO ok!
100142026-09-03T17:53:38.727Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO STEP 61 (ensure_file) COMPLETE
100152026-09-03T17:53:38.727Z[ host-image] Sep 03 17:53:38.064 INFO O| Sep 03 17:53:38.064 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100162026-09-03T17:53:38.733Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100172026-09-03T17:53:38.733Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100182026-09-03T17:53:38.736Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100192026-09-03T17:53:38.736Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 INFO ok!
100202026-09-03T17:53:38.736Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 INFO STEP 62 (ensure_file) COMPLETE
100212026-09-03T17:53:38.736Z[ host-image] Sep 03 17:53:38.074 INFO O| Sep 03 17:53:38.074 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100222026-09-03T17:53:38.743Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.083 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100232026-09-03T17:53:38.743Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100242026-09-03T17:53:38.746Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100252026-09-03T17:53:38.746Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100262026-09-03T17:53:38.746Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO ok!
100272026-09-03T17:53:38.746Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO STEP 63 (ensure_file) COMPLETE
100282026-09-03T17:53:38.746Z[ host-image] Sep 03 17:53:38.084 INFO O| Sep 03 17:53:38.084 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100292026-09-03T17:53:38.759Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.095 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100302026-09-03T17:53:38.759Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100312026-09-03T17:53:38.759Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100322026-09-03T17:53:38.760Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100332026-09-03T17:53:38.760Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO ok!
100342026-09-03T17:53:38.760Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO STEP 64 (ensure_file) COMPLETE
100352026-09-03T17:53:38.760Z[ host-image] Sep 03 17:53:38.097 INFO O| Sep 03 17:53:38.096 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100362026-09-03T17:53:38.764Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100372026-09-03T17:53:38.764Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100382026-09-03T17:53:38.764Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100392026-09-03T17:53:38.764Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100402026-09-03T17:53:38.764Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO ok!
100412026-09-03T17:53:38.765Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO STEP 65 (ensure_file) COMPLETE
100422026-09-03T17:53:38.765Z[ host-image] Sep 03 17:53:38.105 INFO O| Sep 03 17:53:38.105 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100432026-09-03T17:53:38.772Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100442026-09-03T17:53:38.772Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100452026-09-03T17:53:38.776Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100462026-09-03T17:53:38.777Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO ok!
100472026-09-03T17:53:38.777Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO STEP 66 (assemble_files) COMPLETE
100482026-09-03T17:53:38.777Z[ host-image] Sep 03 17:53:38.113 INFO O| Sep 03 17:53:38.113 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100492026-09-03T17:53:38.802Z[ host-image] Sep 03 17:53:38.141 INFO O| Sep 03 17:53:38.141 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100502026-09-03T17:53:38.802Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.141 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100512026-09-03T17:53:38.802Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.142 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100522026-09-03T17:53:38.806Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.142 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100532026-09-03T17:53:38.806Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.142 INFO ok!
100542026-09-03T17:53:38.806Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.142 INFO STEP 67 (ensure_file) COMPLETE
100552026-09-03T17:53:38.807Z[ host-image] Sep 03 17:53:38.142 INFO O| Sep 03 17:53:38.142 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100562026-09-03T17:53:38.811Z[ host-image] Sep 03 17:53:38.151 INFO O| Sep 03 17:53:38.151 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100572026-09-03T17:53:38.811Z[ host-image] Sep 03 17:53:38.151 INFO O| Sep 03 17:53:38.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100582026-09-03T17:53:38.811Z[ host-image] Sep 03 17:53:38.151 INFO O| Sep 03 17:53:38.151 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100592026-09-03T17:53:38.811Z[ host-image] Sep 03 17:53:38.151 INFO O| Sep 03 17:53:38.151 INFO STEP 68 (ensure_dir) COMPLETE
100602026-09-03T17:53:38.811Z[ host-image] Sep 03 17:53:38.151 INFO O| Sep 03 17:53:38.151 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100612026-09-03T17:53:38.819Z[ host-image] Sep 03 17:53:38.160 INFO O| Sep 03 17:53:38.160 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100622026-09-03T17:53:38.819Z[ host-image] Sep 03 17:53:38.160 INFO O| Sep 03 17:53:38.160 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 ...
100632026-09-03T17:53:38.827Z[ host-image] Sep 03 17:53:38.168 INFO O| Sep 03 17:53:38.168 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
100642026-09-03T17:53:38.827Z[ host-image] Sep 03 17:53:38.168 INFO O| Sep 03 17:53:38.168 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100652026-09-03T17:53:38.831Z[ host-image] Sep 03 17:53:38.168 INFO O| Sep 03 17:53:38.168 INFO ok!
100662026-09-03T17:53:38.831Z[ host-image] Sep 03 17:53:38.168 INFO O| Sep 03 17:53:38.168 INFO STEP 69 (ensure_file) COMPLETE
100672026-09-03T17:53:38.831Z[ host-image] Sep 03 17:53:38.168 INFO O| Sep 03 17:53:38.168 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100682026-09-03T17:53:38.838Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100692026-09-03T17:53:38.838Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 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 ...
100702026-09-03T17:53:38.842Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 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
100712026-09-03T17:53:38.842Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100722026-09-03T17:53:38.842Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 INFO ok!
100732026-09-03T17:53:38.842Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 INFO STEP 70 (ensure_file) COMPLETE
100742026-09-03T17:53:38.842Z[ host-image] Sep 03 17:53:38.179 INFO O| Sep 03 17:53:38.179 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100752026-09-03T17:53:38.852Z[ host-image] Sep 03 17:53:38.193 INFO O| Sep 03 17:53:38.192 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100762026-09-03T17:53:38.852Z[ host-image] Sep 03 17:53:38.193 INFO O| Sep 03 17:53:38.193 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100772026-09-03T17:53:39.521Z[ recovery-image] Sep 03 17:53:38.861 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
100782026-09-03T17:53:39.521Z[ recovery-image] Sep 03 17:53:38.862 INFO expanded image name: "recovery b3215b6/${os_short_commit} 2026-09-03 17:38" -> "recovery b3215b6/0e29ea8 2026-09-03 17:38"
100792026-09-03T17:53:39.521Z[ recovery-image] Sep 03 17:53:38.862 INFO output artefacts stored in: "/work/os-recovery"
100802026-09-03T17:53:39.525Z[ recovery-image] Sep 03 17:53:38.862 INFO collecting git info from project "amd-host-image-builder"...
100812026-09-03T17:53:39.561Z[ recovery-image] Sep 03 17:53:38.902 INFO collecting git info from project "phbl"...
100822026-09-03T17:53:39.569Z[ recovery-image] Sep 03 17:53:38.909 INFO collecting git info from project "pilot"...
100832026-09-03T17:53:39.577Z[ recovery-image] Sep 03 17:53:38.917 INFO collecting git info from project "image-builder"...
100842026-09-03T17:53:39.583Z[ recovery-image] Sep 03 17:53:38.924 INFO collecting git info from project "bootserver"...
100852026-09-03T17:53:39.589Z[ recovery-image] Sep 03 17:53:38.929 INFO collecting git info from project "amd-firmware"...
100862026-09-03T17:53:39.944Z[ recovery-image] Sep 03 17:53:39.284 INFO collecting git info from project "pinprick"...
100872026-09-03T17:53:39.952Z[ recovery-image] Sep 03 17:53:39.292 INFO collecting git info from project "chelsio-t6-roms"...
100882026-09-03T17:53:39.970Z[ recovery-image] Sep 03 17:53:39.309 INFO collecting git info from project "dmar-report"...
100892026-09-03T17:53:39.978Z[ recovery-image] Sep 03 17:53:39.319 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100902026-09-03T17:53:40.367Z[ recovery-image] Sep 03 17:53:39.708 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100912026-09-03T17:53:40.443Z[ host-image] Sep 03 17:53:39.784 INFO O| Sep 03 17:53:39.784 INFO STEP 71 (pack_tar) COMPLETE
100922026-09-03T17:53:40.443Z[ host-image] Sep 03 17:53:39.784 INFO O| Sep 03 17:53:39.784 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100932026-09-03T17:53:40.447Z[ host-image] Sep 03 17:53:39.784 INFO O| Sep 03 17:53:39.784 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100942026-09-03T17:53:40.705Z[ recovery-image] Sep 03 17:53:40.046 INFO creating Oxide boot image...
100952026-09-03T17:53:40.705Z[ recovery-image] Sep 03 17:53:40.046 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery b3215b6/0e29ea8 2026-09-03 17:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100962026-09-03T17:53:41.266Z[ host-image] Sep 03 17:53:40.606 INFO O| Sep 03 17:53:40.606 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100972026-09-03T17:53:41.362Z[ host-image] Sep 03 17:53:40.703 INFO O| Sep 03 17:53:40.703 INFO completed processing sled/ramdisk-02-trim
100982026-09-03T17:53:41.366Z[ host-image] Sep 03 17:53:40.705 INFO image builder template: zfs...
100992026-09-03T17:53:41.366Z[ host-image] Sep 03 17:53:40.706 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/.tmpxwGsx6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
101002026-09-03T17:53:41.375Z[ host-image] Sep 03 17:53:40.717 INFO O| Sep 03 17:53:40.716 INFO skip include "stress" because feature "stress" is not enabled
101012026-09-03T17:53:41.375Z[ host-image] Sep 03 17:53:40.717 INFO O| Sep 03 17:53:40.717 INFO skip include "stress" because feature "compliance" is not enabled
101022026-09-03T17:53:41.402Z[ host-image] Sep 03 17:53:40.743 INFO O| Sep 03 17:53:40.743 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101032026-09-03T17:53:41.406Z[ host-image] Sep 03 17:53:40.747 INFO O| Sep 03 17:53:40.747 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101042026-09-03T17:53:41.510Z[ host-image] Sep 03 17:53:40.851 INFO O| Sep 03 17:53:40.851 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101052026-09-03T17:53:41.582Z[ host-image] Sep 03 17:53:40.923 INFO O| Sep 03 17:53:40.923 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101062026-09-03T17:53:41.582Z[ host-image] Sep 03 17:53:40.923 INFO O| Sep 03 17:53:40.923 INFO work dataset: rpool/images/build/host/work/sled/zfs
101072026-09-03T17:53:41.586Z[ host-image] Sep 03 17:53:40.927 INFO O| Sep 03 17:53:40.927 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101082026-09-03T17:53:41.675Z[ host-image] Sep 03 17:53:41.015 INFO O| Sep 03 17:53:41.015 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101092026-09-03T17:53:41.773Z[ host-image] Sep 03 17:53:41.114 INFO O| Sep 03 17:53:41.114 INFO DESTROY POOL: TEMPORARY-sled-zfs
101102026-09-03T17:53:41.781Z[ host-image] Sep 03 17:53:41.121 INFO O| Sep 03 17:53:41.121 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101112026-09-03T17:53:41.785Z[ host-image] Sep 03 17:53:41.124 INFO O| Sep 03 17:53:41.124 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101122026-09-03T17:53:41.785Z[ host-image] Sep 03 17:53:41.124 INFO O| Sep 03 17:53:41.124 INFO no lofi found
101132026-09-03T17:53:41.785Z[ host-image] Sep 03 17:53:41.125 INFO O| Sep 03 17:53:41.125 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101142026-09-03T17:53:41.785Z[ host-image] Sep 03 17:53:41.125 INFO O| Sep 03 17:53:41.125 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101152026-09-03T17:53:41.788Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101162026-09-03T17:53:43.660Z[ host-image] Sep 03 17:53:43.001 INFO O| Sep 03 17:53:43.001 INFO lofi device = /dev/dsk/c2t1d0p0
101172026-09-03T17:53:43.660Z[ host-image] Sep 03 17:53:43.001 INFO O| Sep 03 17:53:43.001 INFO pool device = /dev/dsk/c2t1d0p0
101182026-09-03T17:53:43.663Z[ host-image] Sep 03 17:53:43.001 INFO O| Sep 03 17:53:43.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"]
101192026-09-03T17:53:43.720Z[ host-image] Sep 03 17:53:43.061 INFO O| Sep 03 17:53:43.061 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101202026-09-03T17:53:43.720Z[ host-image] Sep 03 17:53:43.061 INFO O| Sep 03 17:53:43.061 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101212026-09-03T17:53:43.738Z[ host-image] Sep 03 17:53:43.079 INFO O| Sep 03 17:53:43.078 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101222026-09-03T17:53:43.799Z[ host-image] Sep 03 17:53:43.140 INFO O| Sep 03 17:53:43.140 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101232026-09-03T17:53:43.825Z[ host-image] Sep 03 17:53:43.166 INFO O| Sep 03 17:53:43.166 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101242026-09-03T17:53:43.836Z[ host-image] Sep 03 17:53:43.178 INFO O| Sep 03 17:53:43.178 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101252026-09-03T17:53:43.845Z[ host-image] Sep 03 17:53:43.187 INFO O| Sep 03 17:53:43.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101262026-09-03T17:53:43.878Z[ host-image] Sep 03 17:53:43.219 INFO O| Sep 03 17:53:43.219 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101272026-09-03T17:53:43.879Z[ host-image] Sep 03 17:53:43.220 INFO O| Sep 03 17:53:43.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101282026-09-03T17:53:43.882Z[ host-image] Sep 03 17:53:43.220 INFO O| Sep 03 17:53:43.220 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101292026-09-03T17:53:43.887Z[ host-image] Sep 03 17:53:43.229 INFO O| Sep 03 17:53:43.229 INFO boot environment UUID: d3d39717-7a16-40c5-8d58-2fe2793912c0
101302026-09-03T17:53:43.887Z[ host-image] Sep 03 17:53:43.229 INFO O| Sep 03 17:53:43.229 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d3d39717-7a16-40c5-8d58-2fe2793912c0
101312026-09-03T17:53:43.896Z[ host-image] Sep 03 17:53:43.237 INFO O| Sep 03 17:53:43.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101322026-09-03T17:53:43.905Z[ host-image] Sep 03 17:53:43.246 INFO O| Sep 03 17:53:43.246 INFO STEP 0 (create_be) COMPLETE
101332026-09-03T17:53:43.905Z[ host-image] Sep 03 17:53:43.246 INFO O| Sep 03 17:53:43.246 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101342026-09-03T17:53:43.918Z[ host-image] Sep 03 17:53:43.259 INFO O| Sep 03 17:53:43.259 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101352026-09-03T17:53:51.148Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
101362026-09-03T17:53:54.240Z[ host-image] Sep 03 17:53:53.581 INFO O| Sep 03 17:53:53.581 INFO STEP 1 (unpack_tar) COMPLETE
101372026-09-03T17:53:54.240Z[ host-image] Sep 03 17:53:53.581 INFO O| Sep 03 17:53:53.581 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101382026-09-03T17:53:54.251Z[ host-image] Sep 03 17:53:53.592 INFO O| Sep 03 17:53:53.592 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101392026-09-03T17:53:54.593Z[ host-image] Sep 03 17:53:53.935 INFO O| Sep 03 17:53:53.934 INFO STEP 2 (devfsadm) COMPLETE
101402026-09-03T17:53:54.593Z[ host-image] Sep 03 17:53:53.935 INFO O| Sep 03 17:53:53.935 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101412026-09-03T17:53:54.604Z[ host-image] Sep 03 17:53:53.945 INFO O| Sep 03 17:53:53.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101422026-09-03T17:53:54.604Z[ host-image] Sep 03 17:53:53.945 INFO O| Sep 03 17:53:53.945 INFO STEP 3 (ensure_dir) COMPLETE
101432026-09-03T17:53:54.604Z[ host-image] Sep 03 17:53:53.945 INFO O| Sep 03 17:53:53.945 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101442026-09-03T17:53:54.614Z[ host-image] Sep 03 17:53:53.955 INFO O| Sep 03 17:53:53.955 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101452026-09-03T17:53:54.614Z[ host-image] Sep 03 17:53:53.955 INFO O| Sep 03 17:53:53.955 INFO STEP 4 (ensure_dir) COMPLETE
101462026-09-03T17:53:54.617Z[ host-image] Sep 03 17:53:53.955 INFO O| Sep 03 17:53:53.955 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101472026-09-03T17:53:54.625Z[ host-image] Sep 03 17:53:53.966 INFO O| Sep 03 17:53:53.966 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101482026-09-03T17:53:54.625Z[ host-image] Sep 03 17:53:53.966 INFO O| Sep 03 17:53:53.966 INFO STEP 5 (ensure_dir) COMPLETE
101492026-09-03T17:53:54.628Z[ host-image] Sep 03 17:53:53.966 INFO O| Sep 03 17:53:53.966 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101502026-09-03T17:53:54.636Z[ host-image] Sep 03 17:53:53.976 INFO O| Sep 03 17:53:53.976 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101512026-09-03T17:53:54.639Z[ host-image] Sep 03 17:53:53.976 INFO O| Sep 03 17:53:53.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101522026-09-03T17:53:54.639Z[ host-image] Sep 03 17:53:53.976 INFO O| Sep 03 17:53:53.976 INFO STEP 6 (ensure_dir) COMPLETE
101532026-09-03T17:53:54.639Z[ host-image] Sep 03 17:53:53.976 INFO O| Sep 03 17:53:53.976 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101542026-09-03T17:53:54.643Z[ host-image] Sep 03 17:53:53.985 INFO O| Sep 03 17:53:53.985 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101552026-09-03T17:53:54.648Z[ host-image] Sep 03 17:53:53.985 INFO O| Sep 03 17:53:53.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101562026-09-03T17:53:54.648Z[ host-image] Sep 03 17:53:53.985 INFO O| Sep 03 17:53:53.985 INFO STEP 7 (ensure_dir) COMPLETE
101572026-09-03T17:53:54.648Z[ host-image] Sep 03 17:53:53.985 INFO O| Sep 03 17:53:53.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101582026-09-03T17:53:54.654Z[ host-image] Sep 03 17:53:53.995 INFO O| Sep 03 17:53:53.995 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101592026-09-03T17:53:54.658Z[ host-image] Sep 03 17:53:53.996 INFO O| Sep 03 17:53:53.996 INFO STEP 8 (remove_files) COMPLETE
101602026-09-03T17:53:54.658Z[ host-image] Sep 03 17:53:53.996 INFO O| Sep 03 17:53:53.996 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101612026-09-03T17:53:54.666Z[ host-image] Sep 03 17:53:54.007 INFO O| Sep 03 17:53:54.006 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101622026-09-03T17:53:54.669Z[ host-image] Sep 03 17:53:54.007 INFO O| Sep 03 17:53:54.007 INFO STEP 9 (remove_files) COMPLETE
101632026-09-03T17:53:54.669Z[ host-image] Sep 03 17:53:54.007 INFO O| Sep 03 17:53:54.007 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101642026-09-03T17:53:54.678Z[ host-image] Sep 03 17:53:54.019 INFO O| Sep 03 17:53:54.019 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101652026-09-03T17:53:54.681Z[ host-image] Sep 03 17:53:54.019 INFO O| Sep 03 17:53:54.019 INFO STEP 10 (remove_files) COMPLETE
101662026-09-03T17:53:54.681Z[ host-image] Sep 03 17:53:54.020 INFO O| Sep 03 17:53:54.019 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101672026-09-03T17:53:54.688Z[ host-image] Sep 03 17:53:54.029 INFO O| Sep 03 17:53:54.029 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101682026-09-03T17:53:54.688Z[ host-image] Sep 03 17:53:54.029 INFO O| Sep 03 17:53:54.029 INFO STEP 11 (remove_files) COMPLETE
101692026-09-03T17:53:54.688Z[ host-image] Sep 03 17:53:54.029 INFO O| Sep 03 17:53:54.029 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101702026-09-03T17:53:54.698Z[ host-image] Sep 03 17:53:54.038 INFO O| Sep 03 17:53:54.038 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101712026-09-03T17:53:54.701Z[ host-image] Sep 03 17:53:54.038 INFO O| Sep 03 17:53:54.038 INFO STEP 12 (remove_files) COMPLETE
101722026-09-03T17:53:54.701Z[ host-image] Sep 03 17:53:54.038 INFO O| Sep 03 17:53:54.038 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101732026-09-03T17:53:54.706Z[ host-image] Sep 03 17:53:54.048 INFO O| Sep 03 17:53:54.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101742026-09-03T17:53:54.709Z[ host-image] Sep 03 17:53:54.048 INFO O| Sep 03 17:53:54.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101752026-09-03T17:53:54.709Z[ host-image] Sep 03 17:53:54.048 INFO O| Sep 03 17:53:54.048 INFO STEP 13 (ensure_dir) COMPLETE
101762026-09-03T17:53:54.709Z[ host-image] Sep 03 17:53:54.048 INFO O| Sep 03 17:53:54.048 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101772026-09-03T17:53:54.715Z[ host-image] Sep 03 17:53:54.057 INFO O| Sep 03 17:53:54.057 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101782026-09-03T17:53:54.715Z[ host-image] Sep 03 17:53:54.057 INFO O| Sep 03 17:53:54.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101792026-09-03T17:53:54.718Z[ host-image] Sep 03 17:53:54.057 INFO O| Sep 03 17:53:54.057 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101802026-09-03T17:53:54.718Z[ host-image] Sep 03 17:53:54.057 INFO O| Sep 03 17:53:54.057 INFO STEP 14 (ensure_dir) COMPLETE
101812026-09-03T17:53:54.719Z[ host-image] Sep 03 17:53:54.057 INFO O| Sep 03 17:53:54.057 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101822026-09-03T17:53:54.725Z[ host-image] Sep 03 17:53:54.066 INFO O| Sep 03 17:53:54.066 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101832026-09-03T17:53:54.725Z[ host-image] Sep 03 17:53:54.066 INFO O| Sep 03 17:53:54.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101842026-09-03T17:53:54.728Z[ host-image] Sep 03 17:53:54.066 INFO O| Sep 03 17:53:54.066 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101852026-09-03T17:53:54.728Z[ host-image] Sep 03 17:53:54.066 INFO O| Sep 03 17:53:54.066 INFO STEP 15 (ensure_dir) COMPLETE
101862026-09-03T17:53:54.728Z[ host-image] Sep 03 17:53:54.066 INFO O| Sep 03 17:53:54.066 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101872026-09-03T17:53:54.733Z[ host-image] Sep 03 17:53:54.074 INFO O| Sep 03 17:53:54.074 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101882026-09-03T17:53:54.733Z[ host-image] Sep 03 17:53:54.074 INFO O| Sep 03 17:53:54.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101892026-09-03T17:53:54.736Z[ host-image] Sep 03 17:53:54.074 INFO O| Sep 03 17:53:54.074 INFO STEP 16 (ensure_dir) COMPLETE
101902026-09-03T17:53:54.736Z[ host-image] Sep 03 17:53:54.074 INFO O| Sep 03 17:53:54.074 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101912026-09-03T17:53:54.743Z[ host-image] Sep 03 17:53:54.084 INFO O| Sep 03 17:53:54.084 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101922026-09-03T17:53:54.743Z[ host-image] Sep 03 17:53:54.084 INFO O| Sep 03 17:53:54.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101932026-09-03T17:53:54.748Z[ host-image] Sep 03 17:53:54.084 INFO O| Sep 03 17:53:54.084 INFO STEP 17 (ensure_dir) COMPLETE
101942026-09-03T17:53:54.748Z[ host-image] Sep 03 17:53:54.084 INFO O| Sep 03 17:53:54.084 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101952026-09-03T17:53:54.751Z[ host-image] Sep 03 17:53:54.093 INFO O| Sep 03 17:53:54.093 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101962026-09-03T17:53:54.752Z[ host-image] Sep 03 17:53:54.093 INFO O| Sep 03 17:53:54.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101972026-09-03T17:53:54.752Z[ host-image] Sep 03 17:53:54.093 INFO O| Sep 03 17:53:54.093 INFO ok!
101982026-09-03T17:53:54.755Z[ host-image] Sep 03 17:53:54.093 INFO O| Sep 03 17:53:54.093 INFO STEP 18 (ensure_symlink) COMPLETE
101992026-09-03T17:53:54.755Z[ host-image] Sep 03 17:53:54.093 INFO O| Sep 03 17:53:54.093 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102002026-09-03T17:53:54.761Z[ host-image] Sep 03 17:53:54.102 INFO O| Sep 03 17:53:54.102 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102012026-09-03T17:53:54.764Z[ host-image] Sep 03 17:53:54.102 INFO O| Sep 03 17:53:54.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102022026-09-03T17:53:54.764Z[ host-image] Sep 03 17:53:54.102 INFO O| Sep 03 17:53:54.102 INFO ok!
102032026-09-03T17:53:54.764Z[ host-image] Sep 03 17:53:54.102 INFO O| Sep 03 17:53:54.102 INFO STEP 19 (ensure_file) COMPLETE
102042026-09-03T17:53:54.764Z[ host-image] Sep 03 17:53:54.102 INFO O| Sep 03 17:53:54.102 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102052026-09-03T17:53:54.769Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102062026-09-03T17:53:54.769Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102072026-09-03T17:53:54.772Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102082026-09-03T17:53:54.772Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO ok!
102092026-09-03T17:53:54.772Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO STEP 20 (ensure_symlink) COMPLETE
102102026-09-03T17:53:54.773Z[ host-image] Sep 03 17:53:54.110 INFO O| Sep 03 17:53:54.110 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102112026-09-03T17:53:54.777Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102122026-09-03T17:53:54.777Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102132026-09-03T17:53:54.777Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102142026-09-03T17:53:54.780Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO ok!
102152026-09-03T17:53:54.780Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO STEP 21 (ensure_symlink) COMPLETE
102162026-09-03T17:53:54.780Z[ host-image] Sep 03 17:53:54.118 INFO O| Sep 03 17:53:54.118 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102172026-09-03T17:53:54.785Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102182026-09-03T17:53:54.785Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102192026-09-03T17:53:54.788Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102202026-09-03T17:53:54.788Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO ok!
102212026-09-03T17:53:54.789Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO STEP 22 (ensure_symlink) COMPLETE
102222026-09-03T17:53:54.789Z[ host-image] Sep 03 17:53:54.126 INFO O| Sep 03 17:53:54.126 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102232026-09-03T17:53:54.796Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.137 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102242026-09-03T17:53:54.796Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.138 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102252026-09-03T17:53:54.796Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102262026-09-03T17:53:54.800Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.138 INFO ok!
102272026-09-03T17:53:54.800Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.138 INFO STEP 23 (ensure_symlink) COMPLETE
102282026-09-03T17:53:54.800Z[ host-image] Sep 03 17:53:54.138 INFO O| Sep 03 17:53:54.138 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102292026-09-03T17:53:54.805Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102302026-09-03T17:53:54.805Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102312026-09-03T17:53:54.809Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102322026-09-03T17:53:54.809Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 INFO ok!
102332026-09-03T17:53:54.809Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 INFO STEP 24 (ensure_file) COMPLETE
102342026-09-03T17:53:54.809Z[ host-image] Sep 03 17:53:54.147 INFO O| Sep 03 17:53:54.147 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102352026-09-03T17:53:54.817Z[ host-image] Sep 03 17:53:54.158 INFO O| Sep 03 17:53:54.158 INFO updating shadow file
102362026-09-03T17:53:54.817Z[ host-image] Sep 03 17:53:54.158 INFO O| Sep 03 17:53:54.158 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102372026-09-03T17:53:54.817Z[ host-image] Sep 03 17:53:54.158 INFO O| Sep 03 17:53:54.158 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102382026-09-03T17:53:54.820Z[ host-image] Sep 03 17:53:54.158 INFO O| Sep 03 17:53:54.158 INFO STEP 25 (shadow) COMPLETE
102392026-09-03T17:53:54.820Z[ host-image] Sep 03 17:53:54.158 INFO O| Sep 03 17:53:54.158 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102402026-09-03T17:53:54.827Z[ host-image] Sep 03 17:53:54.168 INFO O| Sep 03 17:53:54.168 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102412026-09-03T17:53:54.827Z[ host-image] Sep 03 17:53:54.168 INFO O| Sep 03 17:53:54.168 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102422026-09-03T17:53:54.830Z[ host-image] Sep 03 17:53:54.169 INFO O| Sep 03 17:53:54.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102432026-09-03T17:53:54.830Z[ host-image] Sep 03 17:53:54.169 INFO O| Sep 03 17:53:54.169 INFO ok!
102442026-09-03T17:53:54.830Z[ host-image] Sep 03 17:53:54.169 INFO O| Sep 03 17:53:54.169 INFO STEP 26 (ensure_file) COMPLETE
102452026-09-03T17:53:54.830Z[ host-image] Sep 03 17:53:54.169 INFO O| Sep 03 17:53:54.169 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102462026-09-03T17:53:54.837Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102472026-09-03T17:53:54.837Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102482026-09-03T17:53:54.840Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102492026-09-03T17:53:54.840Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO ok!
102502026-09-03T17:53:54.840Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO STEP 27 (ensure_file) COMPLETE
102512026-09-03T17:53:54.840Z[ host-image] Sep 03 17:53:54.178 INFO O| Sep 03 17:53:54.178 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102522026-09-03T17:53:54.848Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102532026-09-03T17:53:54.848Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102542026-09-03T17:53:54.851Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102552026-09-03T17:53:54.851Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102562026-09-03T17:53:54.851Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO ok!
102572026-09-03T17:53:54.852Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO STEP 28 (ensure_file) COMPLETE
102582026-09-03T17:53:54.852Z[ host-image] Sep 03 17:53:54.189 INFO O| Sep 03 17:53:54.189 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102592026-09-03T17:53:54.858Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102602026-09-03T17:53:54.858Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102612026-09-03T17:53:54.861Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102622026-09-03T17:53:54.861Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO ok!
102632026-09-03T17:53:54.861Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO STEP 29 (ensure_file) COMPLETE
102642026-09-03T17:53:54.861Z[ host-image] Sep 03 17:53:54.199 INFO O| Sep 03 17:53:54.199 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102652026-09-03T17:53:54.867Z[ host-image] Sep 03 17:53:54.208 INFO O| Sep 03 17:53:54.208 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102662026-09-03T17:53:54.867Z[ host-image] Sep 03 17:53:54.208 INFO O| Sep 03 17:53:54.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102672026-09-03T17:53:54.870Z[ host-image] Sep 03 17:53:54.208 INFO O| Sep 03 17:53:54.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102682026-09-03T17:53:54.870Z[ host-image] Sep 03 17:53:54.208 INFO O| Sep 03 17:53:54.208 INFO STEP 30 (ensure_dir) COMPLETE
102692026-09-03T17:53:54.870Z[ host-image] Sep 03 17:53:54.208 INFO O| Sep 03 17:53:54.208 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102702026-09-03T17:53:54.877Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102712026-09-03T17:53:54.877Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102722026-09-03T17:53:54.880Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102732026-09-03T17:53:54.880Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102742026-09-03T17:53:54.880Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO ok!
102752026-09-03T17:53:54.880Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO STEP 31 (ensure_file) COMPLETE
102762026-09-03T17:53:54.880Z[ host-image] Sep 03 17:53:54.218 INFO O| Sep 03 17:53:54.218 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102772026-09-03T17:53:54.885Z[ host-image] Sep 03 17:53:54.227 INFO O| Sep 03 17:53:54.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102782026-09-03T17:53:54.885Z[ host-image] Sep 03 17:53:54.227 INFO O| Sep 03 17:53:54.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102792026-09-03T17:53:54.889Z[ host-image] Sep 03 17:53:54.227 INFO O| Sep 03 17:53:54.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102802026-09-03T17:53:54.889Z[ host-image] Sep 03 17:53:54.227 INFO O| Sep 03 17:53:54.227 INFO STEP 32 (ensure_dir) COMPLETE
102812026-09-03T17:53:54.889Z[ host-image] Sep 03 17:53:54.227 INFO O| Sep 03 17:53:54.227 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102822026-09-03T17:53:54.895Z[ host-image] Sep 03 17:53:54.236 INFO O| Sep 03 17:53:54.236 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102832026-09-03T17:53:54.895Z[ host-image] Sep 03 17:53:54.236 INFO O| Sep 03 17:53:54.236 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 ...
102842026-09-03T17:53:54.898Z[ host-image] Sep 03 17:53:54.237 INFO O| Sep 03 17:53:54.237 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
102852026-09-03T17:53:54.898Z[ host-image] Sep 03 17:53:54.237 INFO O| Sep 03 17:53:54.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102862026-09-03T17:53:54.899Z[ host-image] Sep 03 17:53:54.237 INFO O| Sep 03 17:53:54.237 INFO ok!
102872026-09-03T17:53:54.899Z[ host-image] Sep 03 17:53:54.237 INFO O| Sep 03 17:53:54.237 INFO STEP 33 (ensure_file) COMPLETE
102882026-09-03T17:53:54.899Z[ host-image] Sep 03 17:53:54.237 INFO O| Sep 03 17:53:54.237 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102892026-09-03T17:53:54.905Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102902026-09-03T17:53:54.905Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102912026-09-03T17:53:54.908Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102922026-09-03T17:53:54.908Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO ok!
102932026-09-03T17:53:54.908Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO STEP 34 (ensure_file) COMPLETE
102942026-09-03T17:53:54.908Z[ host-image] Sep 03 17:53:54.246 INFO O| Sep 03 17:53:54.246 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102952026-09-03T17:53:54.916Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102962026-09-03T17:53:54.916Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102972026-09-03T17:53:54.916Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102982026-09-03T17:53:54.919Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102992026-09-03T17:53:54.919Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO ok!
103002026-09-03T17:53:54.919Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO STEP 35 (ensure_file) COMPLETE
103012026-09-03T17:53:54.919Z[ host-image] Sep 03 17:53:54.257 INFO O| Sep 03 17:53:54.257 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103022026-09-03T17:53:54.926Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103032026-09-03T17:53:54.926Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103042026-09-03T17:53:54.929Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103052026-09-03T17:53:54.929Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 INFO ok!
103062026-09-03T17:53:54.929Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 INFO STEP 36 (ensure_file) COMPLETE
103072026-09-03T17:53:54.929Z[ host-image] Sep 03 17:53:54.267 INFO O| Sep 03 17:53:54.267 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103082026-09-03T17:53:54.935Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103092026-09-03T17:53:54.935Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103102026-09-03T17:53:54.939Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103112026-09-03T17:53:54.939Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 INFO ok!
103122026-09-03T17:53:54.939Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 INFO STEP 37 (ensure_file) COMPLETE
103132026-09-03T17:53:54.939Z[ host-image] Sep 03 17:53:54.277 INFO O| Sep 03 17:53:54.277 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103142026-09-03T17:53:54.947Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103152026-09-03T17:53:54.947Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103162026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103172026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103182026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103192026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103202026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO ok!
103212026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO STEP 38 (ensure_file) COMPLETE
103222026-09-03T17:53:54.951Z[ host-image] Sep 03 17:53:54.288 INFO O| Sep 03 17:53:54.288 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103232026-09-03T17:53:54.956Z[ host-image] Sep 03 17:53:54.297 INFO O| Sep 03 17:53:54.297 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103242026-09-03T17:53:54.959Z[ host-image] Sep 03 17:53:54.297 INFO O| Sep 03 17:53:54.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103252026-09-03T17:53:54.959Z[ host-image] Sep 03 17:53:54.297 INFO O| Sep 03 17:53:54.297 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103262026-09-03T17:53:54.959Z[ host-image] Sep 03 17:53:54.297 INFO O| Sep 03 17:53:54.297 INFO STEP 39 (ensure_dir) COMPLETE
103272026-09-03T17:53:54.959Z[ host-image] Sep 03 17:53:54.297 INFO O| Sep 03 17:53:54.297 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103282026-09-03T17:53:54.966Z[ host-image] Sep 03 17:53:54.307 INFO O| Sep 03 17:53:54.307 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
103292026-09-03T17:53:54.966Z[ host-image] Sep 03 17:53:54.307 INFO O| Sep 03 17:53:54.307 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 ...
103302026-09-03T17:53:54.969Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.307 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
103312026-09-03T17:53:54.969Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 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
103322026-09-03T17:53:54.969Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 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
103332026-09-03T17:53:54.970Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 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
103342026-09-03T17:53:54.970Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 INFO ok!
103352026-09-03T17:53:54.970Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 INFO STEP 40 (ensure_file) COMPLETE
103362026-09-03T17:53:54.970Z[ host-image] Sep 03 17:53:54.308 INFO O| Sep 03 17:53:54.308 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103372026-09-03T17:53:54.976Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103382026-09-03T17:53:54.976Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 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 ...
103392026-09-03T17:53:54.980Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103402026-09-03T17:53:54.980Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 INFO ok!
103412026-09-03T17:53:54.980Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 INFO STEP 41 (ensure_symlink) COMPLETE
103422026-09-03T17:53:54.980Z[ host-image] Sep 03 17:53:54.317 INFO O| Sep 03 17:53:54.317 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103432026-09-03T17:53:54.987Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103442026-09-03T17:53:54.987Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103452026-09-03T17:53:54.990Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103462026-09-03T17:53:54.990Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO ok!
103472026-09-03T17:53:54.990Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO STEP 42 (ensure_symlink) COMPLETE
103482026-09-03T17:53:54.990Z[ host-image] Sep 03 17:53:54.328 INFO O| Sep 03 17:53:54.328 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103492026-09-03T17:53:54.996Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103502026-09-03T17:53:54.996Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103512026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103522026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103532026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103542026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103552026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO ok!
103562026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO STEP 43 (ensure_file) COMPLETE
103572026-09-03T17:53:54.999Z[ host-image] Sep 03 17:53:54.337 INFO O| Sep 03 17:53:54.337 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103582026-09-03T17:53:55.004Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103592026-09-03T17:53:55.004Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 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 ...
103602026-09-03T17:53:55.008Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 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
103612026-09-03T17:53:55.008Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103622026-09-03T17:53:55.008Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 INFO ok!
103632026-09-03T17:53:55.008Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 INFO STEP 44 (ensure_file) COMPLETE
103642026-09-03T17:53:55.008Z[ host-image] Sep 03 17:53:54.346 INFO O| Sep 03 17:53:54.346 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103652026-09-03T17:53:55.013Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103662026-09-03T17:53:55.013Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103672026-09-03T17:53:55.016Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103682026-09-03T17:53:55.016Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO ok!
103692026-09-03T17:53:55.016Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO STEP 45 (ensure_file) COMPLETE
103702026-09-03T17:53:55.016Z[ host-image] Sep 03 17:53:54.354 INFO O| Sep 03 17:53:54.354 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103712026-09-03T17:53:55.022Z[ host-image] Sep 03 17:53:54.363 INFO O| Sep 03 17:53:54.363 INFO updating shadow file
103722026-09-03T17:53:55.025Z[ host-image] Sep 03 17:53:54.363 INFO O| Sep 03 17:53:54.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103732026-09-03T17:53:55.025Z[ host-image] Sep 03 17:53:54.363 INFO O| Sep 03 17:53:54.363 INFO STEP 46 (shadow) COMPLETE
103742026-09-03T17:53:55.025Z[ host-image] Sep 03 17:53:54.363 INFO O| Sep 03 17:53:54.363 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103752026-09-03T17:53:55.032Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103762026-09-03T17:53:55.032Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103772026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103782026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103792026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO ok!
103802026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO STEP 47 (ensure_file) COMPLETE
103812026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103822026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO skip step because feature "mfg" is not enabled
103832026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103842026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO skip step because feature "mfg" is not enabled
103852026-09-03T17:53:55.035Z[ host-image] Sep 03 17:53:54.373 INFO O| Sep 03 17:53:54.373 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103862026-09-03T17:53:55.042Z[ host-image] Sep 03 17:53:54.383 INFO O| Sep 03 17:53:54.383 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103872026-09-03T17:53:55.042Z[ host-image] Sep 03 17:53:54.383 INFO O| Sep 03 17:53:54.383 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103882026-09-03T17:53:55.076Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103892026-09-03T17:53:55.076Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103902026-09-03T17:53:55.077Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO ok!
103912026-09-03T17:53:55.080Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO STEP 50 (ensure_file) COMPLETE
103922026-09-03T17:53:55.080Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103932026-09-03T17:53:55.080Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO skip step because feature "compliance" is not enabled
103942026-09-03T17:53:55.080Z[ host-image] Sep 03 17:53:54.417 INFO O| Sep 03 17:53:54.417 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103952026-09-03T17:53:55.087Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103962026-09-03T17:53:55.087Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103972026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103982026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103992026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104002026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104012026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO ok!
104022026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO STEP 52 (ensure_file) COMPLETE
104032026-09-03T17:53:55.091Z[ host-image] Sep 03 17:53:54.429 INFO O| Sep 03 17:53:54.429 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104042026-09-03T17:53:55.098Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104052026-09-03T17:53:55.098Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 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 ...
104062026-09-03T17:53:55.102Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 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
104072026-09-03T17:53:55.102Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104082026-09-03T17:53:55.102Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 INFO ok!
104092026-09-03T17:53:55.102Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 INFO STEP 53 (ensure_file) COMPLETE
104102026-09-03T17:53:55.102Z[ host-image] Sep 03 17:53:54.440 INFO O| Sep 03 17:53:54.440 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104112026-09-03T17:53:55.108Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104122026-09-03T17:53:55.108Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 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 ...
104132026-09-03T17:53:55.112Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104142026-09-03T17:53:55.112Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104152026-09-03T17:53:55.112Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO ok!
104162026-09-03T17:53:55.112Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO STEP 54 (ensure_file) COMPLETE
104172026-09-03T17:53:55.112Z[ host-image] Sep 03 17:53:54.449 INFO O| Sep 03 17:53:54.449 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104182026-09-03T17:53:55.119Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104192026-09-03T17:53:55.119Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 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 ...
104202026-09-03T17:53:55.122Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104212026-09-03T17:53:55.122Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104222026-09-03T17:53:55.122Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO ok!
104232026-09-03T17:53:55.122Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO STEP 55 (ensure_file) COMPLETE
104242026-09-03T17:53:55.122Z[ host-image] Sep 03 17:53:54.460 INFO O| Sep 03 17:53:54.460 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104252026-09-03T17:53:55.129Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104262026-09-03T17:53:55.129Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 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 ...
104272026-09-03T17:53:55.133Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104282026-09-03T17:53:55.133Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104292026-09-03T17:53:55.133Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO ok!
104302026-09-03T17:53:55.133Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO STEP 56 (ensure_file) COMPLETE
104312026-09-03T17:53:55.133Z[ host-image] Sep 03 17:53:54.471 INFO O| Sep 03 17:53:54.471 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-03T17:53:55.138Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104332026-09-03T17:53:55.138Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 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 ...
104342026-09-03T17:53:55.142Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 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
104352026-09-03T17:53:55.142Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104362026-09-03T17:53:55.142Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 INFO ok!
104372026-09-03T17:53:55.142Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 INFO STEP 57 (ensure_file) COMPLETE
104382026-09-03T17:53:55.142Z[ host-image] Sep 03 17:53:54.480 INFO O| Sep 03 17:53:54.480 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104392026-09-03T17:53:55.149Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104402026-09-03T17:53:55.149Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 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 ...
104412026-09-03T17:53:55.149Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104422026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104432026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104442026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104452026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO ok!
104462026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO STEP 58 (ensure_file) COMPLETE
104472026-09-03T17:53:55.152Z[ host-image] Sep 03 17:53:54.490 INFO O| Sep 03 17:53:54.490 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104482026-09-03T17:53:55.158Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104492026-09-03T17:53:55.158Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 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 ...
104502026-09-03T17:53:55.161Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 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
104512026-09-03T17:53:55.161Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104522026-09-03T17:53:55.161Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 INFO ok!
104532026-09-03T17:53:55.161Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 INFO STEP 59 (ensure_file) COMPLETE
104542026-09-03T17:53:55.161Z[ host-image] Sep 03 17:53:54.499 INFO O| Sep 03 17:53:54.499 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104552026-09-03T17:53:55.168Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104562026-09-03T17:53:55.168Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104572026-09-03T17:53:55.171Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104582026-09-03T17:53:55.171Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104592026-09-03T17:53:55.171Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO ok!
104602026-09-03T17:53:55.171Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO STEP 60 (ensure_file) COMPLETE
104612026-09-03T17:53:55.171Z[ host-image] Sep 03 17:53:54.509 INFO O| Sep 03 17:53:54.509 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104622026-09-03T17:53:55.198Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104632026-09-03T17:53:55.198Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 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 ...
104642026-09-03T17:53:55.201Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 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
104652026-09-03T17:53:55.201Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104662026-09-03T17:53:55.201Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 INFO ok!
104672026-09-03T17:53:55.201Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 INFO STEP 61 (ensure_file) COMPLETE
104682026-09-03T17:53:55.201Z[ host-image] Sep 03 17:53:54.539 INFO O| Sep 03 17:53:54.539 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104692026-09-03T17:53:55.211Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104702026-09-03T17:53:55.211Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104712026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104722026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104732026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104742026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104752026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO ok!
104762026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO STEP 62 (ensure_file) COMPLETE
104772026-09-03T17:53:55.214Z[ host-image] Sep 03 17:53:54.552 INFO O| Sep 03 17:53:54.552 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104782026-09-03T17:53:55.223Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.564 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104792026-09-03T17:53:55.223Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.564 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 ...
104802026-09-03T17:53:55.227Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.565 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
104812026-09-03T17:53:55.227Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.565 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104822026-09-03T17:53:55.227Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.565 INFO ok!
104832026-09-03T17:53:55.227Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.565 INFO STEP 63 (ensure_file) COMPLETE
104842026-09-03T17:53:55.227Z[ host-image] Sep 03 17:53:54.565 INFO O| Sep 03 17:53:54.565 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104852026-09-03T17:53:55.234Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104862026-09-03T17:53:55.234Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 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 ...
104872026-09-03T17:53:55.238Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 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
104882026-09-03T17:53:55.238Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104892026-09-03T17:53:55.238Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 INFO ok!
104902026-09-03T17:53:55.238Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 INFO STEP 64 (ensure_file) COMPLETE
104912026-09-03T17:53:55.238Z[ host-image] Sep 03 17:53:54.575 INFO O| Sep 03 17:53:54.575 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104922026-09-03T17:53:55.243Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104932026-09-03T17:53:55.243Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 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 ...
104942026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 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
104952026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104962026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO ok!
104972026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO STEP 65 (ensure_file) COMPLETE
104982026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104992026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO skip step because feature "mbist" is not enabled
105002026-09-03T17:53:55.247Z[ host-image] Sep 03 17:53:54.585 INFO O| Sep 03 17:53:54.585 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-09-03T17:53:55.253Z[ host-image] Sep 03 17:53:54.594 INFO O| Sep 03 17:53:54.594 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105022026-09-03T17:53:55.253Z[ host-image] Sep 03 17:53:54.594 INFO O| Sep 03 17:53:54.594 INFO STEP 67 (ensure_dir) COMPLETE
105032026-09-03T17:53:55.256Z[ host-image] Sep 03 17:53:54.594 INFO O| Sep 03 17:53:54.594 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-09-03T17:53:55.263Z[ host-image] Sep 03 17:53:54.604 INFO O| Sep 03 17:53:54.604 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105052026-09-03T17:53:55.263Z[ host-image] Sep 03 17:53:54.604 INFO O| Sep 03 17:53:54.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105062026-09-03T17:53:55.263Z[ host-image] Sep 03 17:53:54.604 INFO O| Sep 03 17:53:54.604 INFO STEP 68 (ensure_dir) COMPLETE
105072026-09-03T17:53:55.266Z[ host-image] Sep 03 17:53:54.604 INFO O| Sep 03 17:53:54.604 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-09-03T17:53:55.272Z[ host-image] Sep 03 17:53:54.613 INFO O| Sep 03 17:53:54.613 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105092026-09-03T17:53:55.272Z[ host-image] Sep 03 17:53:54.613 INFO O| Sep 03 17:53:54.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105102026-09-03T17:53:55.272Z[ host-image] Sep 03 17:53:54.613 INFO O| Sep 03 17:53:54.613 INFO STEP 69 (ensure_dir) COMPLETE
105112026-09-03T17:53:55.272Z[ host-image] Sep 03 17:53:54.613 INFO O| Sep 03 17:53:54.613 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-09-03T17:53:55.283Z[ host-image] Sep 03 17:53:54.625 INFO O| Sep 03 17:53:54.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105132026-09-03T17:53:55.283Z[ host-image] Sep 03 17:53:54.625 INFO O| Sep 03 17:53:54.625 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105142026-09-03T17:53:55.672Z[ host-image] Sep 03 17:53:55.013 INFO O| Sep 03 17:53:55.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105152026-09-03T17:53:55.672Z[ host-image] Sep 03 17:53:55.013 INFO O| Sep 03 17:53:55.013 INFO ok!
105162026-09-03T17:53:55.672Z[ host-image] Sep 03 17:53:55.013 INFO O| Sep 03 17:53:55.013 INFO STEP 70 (ensure_file) COMPLETE
105172026-09-03T17:53:55.675Z[ host-image] Sep 03 17:53:55.013 INFO O| Sep 03 17:53:55.013 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-09-03T17:53:55.683Z[ host-image] Sep 03 17:53:55.024 INFO O| Sep 03 17:53:55.024 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105192026-09-03T17:53:55.683Z[ host-image] Sep 03 17:53:55.025 INFO O| Sep 03 17:53:55.024 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105202026-09-03T17:53:56.472Z[ host-image] Sep 03 17:53:55.813 INFO O| Sep 03 17:53:55.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105212026-09-03T17:53:56.472Z[ host-image] Sep 03 17:53:55.813 INFO O| Sep 03 17:53:55.813 INFO ok!
105222026-09-03T17:53:56.472Z[ host-image] Sep 03 17:53:55.813 INFO O| Sep 03 17:53:55.813 INFO STEP 71 (ensure_file) COMPLETE
105232026-09-03T17:53:56.476Z[ host-image] Sep 03 17:53:55.813 INFO O| Sep 03 17:53:55.813 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-09-03T17:53:56.483Z[ host-image] Sep 03 17:53:55.824 INFO O| Sep 03 17:53:55.824 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105252026-09-03T17:53:56.483Z[ host-image] Sep 03 17:53:55.824 INFO O| Sep 03 17:53:55.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105262026-09-03T17:53:56.483Z[ host-image] Sep 03 17:53:55.824 INFO O| Sep 03 17:53:55.824 INFO STEP 72 (ensure_dir) COMPLETE
105272026-09-03T17:53:56.486Z[ host-image] Sep 03 17:53:55.824 INFO O| Sep 03 17:53:55.824 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-09-03T17:53:56.491Z[ host-image] Sep 03 17:53:55.832 INFO O| Sep 03 17:53:55.832 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105292026-09-03T17:53:56.491Z[ host-image] Sep 03 17:53:55.832 INFO O| Sep 03 17:53:55.832 INFO copying /tmp/.tmpxwGsx6/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 ...
105302026-09-03T17:53:56.494Z[ host-image] Sep 03 17:53:55.832 INFO O| Sep 03 17:53:55.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105312026-09-03T17:53:56.495Z[ host-image] Sep 03 17:53:55.832 INFO O| Sep 03 17:53:55.832 INFO ok!
105322026-09-03T17:53:56.495Z[ host-image] Sep 03 17:53:55.833 INFO O| Sep 03 17:53:55.832 INFO STEP 73 (ensure_file) COMPLETE
105332026-09-03T17:53:56.495Z[ host-image] Sep 03 17:53:55.833 INFO O| Sep 03 17:53:55.833 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-09-03T17:53:56.502Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105352026-09-03T17:53:56.502Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO copying /tmp/.tmpxwGsx6/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 ...
105362026-09-03T17:53:56.505Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105372026-09-03T17:53:56.505Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO ok!
105382026-09-03T17:53:56.505Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO STEP 74 (ensure_file) COMPLETE
105392026-09-03T17:53:56.505Z[ host-image] Sep 03 17:53:55.843 INFO O| Sep 03 17:53:55.843 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-09-03T17:53:56.512Z[ host-image] Sep 03 17:53:55.854 INFO O| Sep 03 17:53:55.854 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105412026-09-03T17:53:56.512Z[ host-image] Sep 03 17:53:55.854 INFO O| Sep 03 17:53:55.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105422026-09-03T17:53:56.516Z[ host-image] Sep 03 17:53:55.854 INFO O| Sep 03 17:53:55.854 INFO STEP 75 (ensure_dir) COMPLETE
105432026-09-03T17:53:56.516Z[ host-image] Sep 03 17:53:55.854 INFO O| Sep 03 17:53:55.854 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-09-03T17:53:56.524Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105452026-09-03T17:53:56.524Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO copying /tmp/.tmpxwGsx6/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 ...
105462026-09-03T17:53:56.528Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105472026-09-03T17:53:56.528Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO ok!
105482026-09-03T17:53:56.528Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO STEP 76 (ensure_file) COMPLETE
105492026-09-03T17:53:56.528Z[ host-image] Sep 03 17:53:55.864 INFO O| Sep 03 17:53:55.864 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-09-03T17:53:56.533Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105512026-09-03T17:53:56.533Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO copying /tmp/.tmpxwGsx6/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 ...
105522026-09-03T17:53:56.533Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105532026-09-03T17:53:56.533Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO ok!
105542026-09-03T17:53:56.533Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO STEP 77 (ensure_file) COMPLETE
105552026-09-03T17:53:56.537Z[ host-image] Sep 03 17:53:55.875 INFO O| Sep 03 17:53:55.875 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-09-03T17:53:56.543Z[ host-image] Sep 03 17:53:55.884 INFO O| Sep 03 17:53:55.884 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105572026-09-03T17:53:56.543Z[ host-image] Sep 03 17:53:55.884 INFO O| Sep 03 17:53:55.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105582026-09-03T17:53:56.546Z[ host-image] Sep 03 17:53:55.884 INFO O| Sep 03 17:53:55.884 INFO STEP 78 (ensure_dir) COMPLETE
105592026-09-03T17:53:56.546Z[ host-image] Sep 03 17:53:55.884 INFO O| Sep 03 17:53:55.884 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-09-03T17:53:56.553Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105612026-09-03T17:53:56.553Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO copying /tmp/.tmpxwGsx6/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 ...
105622026-09-03T17:53:56.556Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105632026-09-03T17:53:56.556Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO ok!
105642026-09-03T17:53:56.556Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO STEP 79 (ensure_file) COMPLETE
105652026-09-03T17:53:56.556Z[ host-image] Sep 03 17:53:55.894 INFO O| Sep 03 17:53:55.894 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-09-03T17:53:56.568Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105672026-09-03T17:53:56.568Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105682026-09-03T17:53:56.572Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105692026-09-03T17:53:56.572Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO ok!
105702026-09-03T17:53:56.572Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO STEP 80 (ensure_file) COMPLETE
105712026-09-03T17:53:56.572Z[ host-image] Sep 03 17:53:55.905 INFO O| Sep 03 17:53:55.905 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-03T17:53:56.576Z[ host-image] Sep 03 17:53:55.915 INFO O| Sep 03 17:53:55.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105732026-09-03T17:53:56.576Z[ host-image] Sep 03 17:53:55.915 INFO O| Sep 03 17:53:55.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105742026-09-03T17:53:56.576Z[ host-image] Sep 03 17:53:55.915 INFO O| Sep 03 17:53:55.915 INFO STEP 81 (ensure_dir) COMPLETE
105752026-09-03T17:53:56.576Z[ host-image] Sep 03 17:53:55.915 INFO O| Sep 03 17:53:55.915 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-09-03T17:53:56.584Z[ host-image] Sep 03 17:53:55.925 INFO O| Sep 03 17:53:55.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105772026-09-03T17:53:56.584Z[ host-image] Sep 03 17:53:55.925 INFO O| Sep 03 17:53:55.925 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105782026-09-03T17:53:56.907Z[ host-image] Sep 03 17:53:56.248 INFO O| Sep 03 17:53:56.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105792026-09-03T17:53:56.907Z[ host-image] Sep 03 17:53:56.248 INFO O| Sep 03 17:53:56.248 INFO ok!
105802026-09-03T17:53:56.907Z[ host-image] Sep 03 17:53:56.248 INFO O| Sep 03 17:53:56.248 INFO STEP 82 (ensure_file) COMPLETE
105812026-09-03T17:53:56.907Z[ host-image] Sep 03 17:53:56.248 INFO O| Sep 03 17:53:56.248 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-09-03T17:53:56.919Z[ host-image] Sep 03 17:53:56.260 INFO O| Sep 03 17:53:56.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105832026-09-03T17:53:56.919Z[ host-image] Sep 03 17:53:56.260 INFO O| Sep 03 17:53:56.260 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105842026-09-03T17:53:56.922Z[ host-image] Sep 03 17:53:56.261 INFO O| Sep 03 17:53:56.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105852026-09-03T17:53:56.922Z[ host-image] Sep 03 17:53:56.261 INFO O| Sep 03 17:53:56.261 INFO ok!
105862026-09-03T17:53:56.922Z[ host-image] Sep 03 17:53:56.261 INFO O| Sep 03 17:53:56.261 INFO STEP 83 (ensure_file) COMPLETE
105872026-09-03T17:53:56.922Z[ host-image] Sep 03 17:53:56.261 INFO O| Sep 03 17:53:56.261 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-09-03T17:53:56.931Z[ host-image] Sep 03 17:53:56.272 INFO O| Sep 03 17:53:56.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105892026-09-03T17:53:56.931Z[ host-image] Sep 03 17:53:56.272 INFO O| Sep 03 17:53:56.272 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105902026-09-03T17:53:57.946Z[ host-image] Sep 03 17:53:57.287 INFO O| Sep 03 17:53:57.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105912026-09-03T17:53:57.946Z[ host-image] Sep 03 17:53:57.287 INFO O| Sep 03 17:53:57.287 INFO ok!
105922026-09-03T17:53:57.949Z[ host-image] Sep 03 17:53:57.287 INFO O| Sep 03 17:53:57.287 INFO STEP 84 (ensure_file) COMPLETE
105932026-09-03T17:53:57.949Z[ host-image] Sep 03 17:53:57.287 INFO O| Sep 03 17:53:57.287 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-09-03T17:53:57.957Z[ host-image] Sep 03 17:53:57.298 INFO O| Sep 03 17:53:57.298 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105952026-09-03T17:53:57.957Z[ host-image] Sep 03 17:53:57.298 INFO O| Sep 03 17:53:57.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105962026-09-03T17:53:57.960Z[ host-image] Sep 03 17:53:57.298 INFO O| Sep 03 17:53:57.298 INFO STEP 85 (ensure_dir) COMPLETE
105972026-09-03T17:53:57.960Z[ host-image] Sep 03 17:53:57.298 INFO O| Sep 03 17:53:57.298 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-09-03T17:53:57.968Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105992026-09-03T17:53:57.968Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO copying /tmp/.tmpxwGsx6/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 ...
106002026-09-03T17:53:57.972Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106012026-09-03T17:53:57.972Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO ok!
106022026-09-03T17:53:57.972Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO STEP 86 (ensure_file) COMPLETE
106032026-09-03T17:53:57.972Z[ host-image] Sep 03 17:53:57.309 INFO O| Sep 03 17:53:57.309 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-09-03T17:53:57.978Z[ host-image] Sep 03 17:53:57.319 INFO O| Sep 03 17:53:57.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106052026-09-03T17:53:57.978Z[ host-image] Sep 03 17:53:57.319 INFO O| Sep 03 17:53:57.319 INFO copying /tmp/.tmpxwGsx6/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 ...
106062026-09-03T17:53:57.982Z[ host-image] Sep 03 17:53:57.320 INFO O| Sep 03 17:53:57.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106072026-09-03T17:53:57.982Z[ host-image] Sep 03 17:53:57.320 INFO O| Sep 03 17:53:57.320 INFO ok!
106082026-09-03T17:53:57.982Z[ host-image] Sep 03 17:53:57.320 INFO O| Sep 03 17:53:57.320 INFO STEP 87 (ensure_file) COMPLETE
106092026-09-03T17:53:57.982Z[ host-image] Sep 03 17:53:57.320 INFO O| Sep 03 17:53:57.320 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-03T17:53:57.989Z[ host-image] Sep 03 17:53:57.330 INFO O| Sep 03 17:53:57.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106112026-09-03T17:53:57.989Z[ host-image] Sep 03 17:53:57.330 INFO O| Sep 03 17:53:57.330 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106122026-09-03T17:53:57.992Z[ host-image] Sep 03 17:53:57.331 INFO O| Sep 03 17:53:57.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106132026-09-03T17:53:57.992Z[ host-image] Sep 03 17:53:57.331 INFO O| Sep 03 17:53:57.331 INFO ok!
106142026-09-03T17:53:57.992Z[ host-image] Sep 03 17:53:57.331 INFO O| Sep 03 17:53:57.331 INFO STEP 88 (ensure_file) COMPLETE
106152026-09-03T17:53:57.992Z[ host-image] Sep 03 17:53:57.331 INFO O| Sep 03 17:53:57.331 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-09-03T17:53:58.001Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106172026-09-03T17:53:58.001Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106182026-09-03T17:53:58.005Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106192026-09-03T17:53:58.005Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO ok!
106202026-09-03T17:53:58.005Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO STEP 89 (ensure_file) COMPLETE
106212026-09-03T17:53:58.005Z[ host-image] Sep 03 17:53:57.342 INFO O| Sep 03 17:53:57.342 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-09-03T17:53:58.012Z[ host-image] Sep 03 17:53:57.353 INFO O| Sep 03 17:53:57.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106232026-09-03T17:53:58.012Z[ host-image] Sep 03 17:53:57.353 INFO O| Sep 03 17:53:57.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106242026-09-03T17:53:58.016Z[ host-image] Sep 03 17:53:57.353 INFO O| Sep 03 17:53:57.353 INFO STEP 90 (ensure_dir) COMPLETE
106252026-09-03T17:53:58.016Z[ host-image] Sep 03 17:53:57.353 INFO O| Sep 03 17:53:57.353 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-03T17:53:58.024Z[ host-image] Sep 03 17:53:57.365 INFO O| Sep 03 17:53:57.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106272026-09-03T17:53:58.027Z[ host-image] Sep 03 17:53:57.365 INFO O| Sep 03 17:53:57.365 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106282026-09-03T17:53:58.028Z[ host-image] Sep 03 17:53:57.367 INFO O| Sep 03 17:53:57.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106292026-09-03T17:53:58.028Z[ host-image] Sep 03 17:53:57.367 INFO O| Sep 03 17:53:57.366 INFO ok!
106302026-09-03T17:53:58.031Z[ host-image] Sep 03 17:53:57.367 INFO O| Sep 03 17:53:57.367 INFO STEP 91 (ensure_file) COMPLETE
106312026-09-03T17:53:58.034Z[ host-image] Sep 03 17:53:57.367 INFO O| Sep 03 17:53:57.367 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-09-03T17:53:58.041Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106332026-09-03T17:53:58.041Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106342026-09-03T17:53:58.174Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106352026-09-03T17:53:58.174Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO ok!
106362026-09-03T17:53:58.174Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO STEP 92 (ensure_file) COMPLETE
106372026-09-03T17:53:58.174Z[ host-image] Sep 03 17:53:57.378 INFO O| Sep 03 17:53:57.378 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-03T17:53:58.174Z[ host-image] Sep 03 17:53:57.390 INFO O| Sep 03 17:53:57.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106392026-09-03T17:53:58.175Z[ host-image] Sep 03 17:53:57.390 INFO O| Sep 03 17:53:57.388 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106402026-09-03T17:53:58.497Z[ host-image] Sep 03 17:53:57.838 INFO O| Sep 03 17:53:57.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106412026-09-03T17:53:58.497Z[ host-image] Sep 03 17:53:57.838 INFO O| Sep 03 17:53:57.838 INFO ok!
106422026-09-03T17:53:58.497Z[ host-image] Sep 03 17:53:57.838 INFO O| Sep 03 17:53:57.838 INFO STEP 93 (ensure_file) COMPLETE
106432026-09-03T17:53:58.500Z[ host-image] Sep 03 17:53:57.838 INFO O| Sep 03 17:53:57.838 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-09-03T17:53:58.507Z[ host-image] Sep 03 17:53:57.849 INFO O| Sep 03 17:53:57.849 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106452026-09-03T17:53:58.507Z[ host-image] Sep 03 17:53:57.849 INFO O| Sep 03 17:53:57.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106462026-09-03T17:53:58.512Z[ host-image] Sep 03 17:53:57.849 INFO O| Sep 03 17:53:57.849 INFO STEP 94 (ensure_dir) COMPLETE
106472026-09-03T17:53:58.512Z[ host-image] Sep 03 17:53:57.849 INFO O| Sep 03 17:53:57.849 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-09-03T17:53:58.517Z[ host-image] Sep 03 17:53:57.858 INFO O| Sep 03 17:53:57.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106492026-09-03T17:53:58.521Z[ host-image] Sep 03 17:53:57.858 INFO O| Sep 03 17:53:57.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106502026-09-03T17:53:58.521Z[ host-image] Sep 03 17:53:57.858 INFO O| Sep 03 17:53:57.858 INFO STEP 95 (ensure_dir) COMPLETE
106512026-09-03T17:53:58.521Z[ host-image] Sep 03 17:53:57.858 INFO O| Sep 03 17:53:57.858 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-09-03T17:53:58.526Z[ host-image] Sep 03 17:53:57.867 INFO O| Sep 03 17:53:57.867 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106532026-09-03T17:53:58.526Z[ host-image] Sep 03 17:53:57.867 INFO O| Sep 03 17:53:57.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106542026-09-03T17:53:58.526Z[ host-image] Sep 03 17:53:57.867 INFO O| Sep 03 17:53:57.867 INFO STEP 96 (ensure_dir) COMPLETE
106552026-09-03T17:53:58.529Z[ host-image] Sep 03 17:53:57.867 INFO O| Sep 03 17:53:57.867 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106562026-09-03T17:53:58.535Z[ host-image] Sep 03 17:53:57.877 INFO O| Sep 03 17:53:57.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106572026-09-03T17:53:58.538Z[ host-image] Sep 03 17:53:57.877 INFO O| Sep 03 17:53:57.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106582026-09-03T17:53:58.538Z[ host-image] Sep 03 17:53:57.877 INFO O| Sep 03 17:53:57.877 INFO STEP 97 (ensure_dir) COMPLETE
106592026-09-03T17:53:58.538Z[ host-image] Sep 03 17:53:57.877 INFO O| Sep 03 17:53:57.877 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-09-03T17:53:58.543Z[ host-image] Sep 03 17:53:57.885 INFO O| Sep 03 17:53:57.885 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106612026-09-03T17:53:58.543Z[ host-image] Sep 03 17:53:57.885 INFO O| Sep 03 17:53:57.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106622026-09-03T17:53:58.547Z[ host-image] Sep 03 17:53:57.885 INFO O| Sep 03 17:53:57.885 INFO STEP 98 (ensure_dir) COMPLETE
106632026-09-03T17:53:58.547Z[ host-image] Sep 03 17:53:57.885 INFO O| Sep 03 17:53:57.885 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-03T17:53:58.551Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106652026-09-03T17:53:58.551Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO copying /tmp/.tmpxwGsx6/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 ...
106662026-09-03T17:53:58.555Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106672026-09-03T17:53:58.555Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO ok!
106682026-09-03T17:53:58.555Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO STEP 99 (ensure_file) COMPLETE
106692026-09-03T17:53:58.555Z[ host-image] Sep 03 17:53:57.893 INFO O| Sep 03 17:53:57.893 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106702026-09-03T17:53:58.562Z[ host-image] Sep 03 17:53:57.903 INFO O| Sep 03 17:53:57.903 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106712026-09-03T17:53:58.562Z[ host-image] Sep 03 17:53:57.903 INFO O| Sep 03 17:53:57.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106722026-09-03T17:53:58.562Z[ host-image] Sep 03 17:53:57.903 INFO O| Sep 03 17:53:57.903 INFO STEP 100 (ensure_dir) COMPLETE
106732026-09-03T17:53:58.565Z[ host-image] Sep 03 17:53:57.903 INFO O| Sep 03 17:53:57.903 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-03T17:53:58.572Z[ host-image] Sep 03 17:53:57.913 INFO O| Sep 03 17:53:57.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106752026-09-03T17:53:58.572Z[ host-image] Sep 03 17:53:57.913 INFO O| Sep 03 17:53:57.913 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106762026-09-03T17:53:59.120Z[ host-image] Sep 03 17:53:58.460 INFO O| Sep 03 17:53:58.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106772026-09-03T17:53:59.120Z[ host-image] Sep 03 17:53:58.460 INFO O| Sep 03 17:53:58.460 INFO ok!
106782026-09-03T17:53:59.120Z[ host-image] Sep 03 17:53:58.460 INFO O| Sep 03 17:53:58.460 INFO STEP 101 (ensure_file) COMPLETE
106792026-09-03T17:53:59.120Z[ host-image] Sep 03 17:53:58.460 INFO O| Sep 03 17:53:58.460 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-03T17:53:59.131Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106812026-09-03T17:53:59.131Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106822026-09-03T17:53:59.134Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106832026-09-03T17:53:59.134Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO ok!
106842026-09-03T17:53:59.134Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO STEP 102 (ensure_file) COMPLETE
106852026-09-03T17:53:59.134Z[ host-image] Sep 03 17:53:58.472 INFO O| Sep 03 17:53:58.472 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-03T17:53:59.141Z[ host-image] Sep 03 17:53:58.482 INFO O| Sep 03 17:53:58.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106872026-09-03T17:53:59.141Z[ host-image] Sep 03 17:53:58.482 INFO O| Sep 03 17:53:58.482 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106882026-09-03T17:53:59.147Z[ host-image] Sep 03 17:53:58.488 INFO O| Sep 03 17:53:58.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106892026-09-03T17:53:59.147Z[ host-image] Sep 03 17:53:58.488 INFO O| Sep 03 17:53:58.488 INFO ok!
106902026-09-03T17:53:59.147Z[ host-image] Sep 03 17:53:58.488 INFO O| Sep 03 17:53:58.488 INFO STEP 103 (ensure_file) COMPLETE
106912026-09-03T17:53:59.151Z[ host-image] Sep 03 17:53:58.488 INFO O| Sep 03 17:53:58.488 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-03T17:53:59.156Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106932026-09-03T17:53:59.157Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106942026-09-03T17:53:59.160Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106952026-09-03T17:53:59.160Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO ok!
106962026-09-03T17:53:59.160Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO STEP 104 (ensure_file) COMPLETE
106972026-09-03T17:53:59.160Z[ host-image] Sep 03 17:53:58.498 INFO O| Sep 03 17:53:58.498 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-09-03T17:53:59.166Z[ host-image] Sep 03 17:53:58.506 INFO O| Sep 03 17:53:58.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106992026-09-03T17:53:59.166Z[ host-image] Sep 03 17:53:58.506 INFO O| Sep 03 17:53:58.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107002026-09-03T17:53:59.170Z[ host-image] Sep 03 17:53:58.506 INFO O| Sep 03 17:53:58.506 INFO STEP 105 (ensure_dir) COMPLETE
107012026-09-03T17:53:59.170Z[ host-image] Sep 03 17:53:58.506 INFO O| Sep 03 17:53:58.506 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-03T17:53:59.174Z[ host-image] Sep 03 17:53:58.516 INFO O| Sep 03 17:53:58.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107032026-09-03T17:53:59.175Z[ host-image] Sep 03 17:53:58.516 INFO O| Sep 03 17:53:58.516 INFO copying /tmp/.tmpxwGsx6/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 ...
107042026-09-03T17:53:59.521Z[ host-image] Sep 03 17:53:58.862 INFO O| Sep 03 17:53:58.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107052026-09-03T17:53:59.521Z[ host-image] Sep 03 17:53:58.862 INFO O| Sep 03 17:53:58.862 INFO ok!
107062026-09-03T17:53:59.525Z[ host-image] Sep 03 17:53:58.862 INFO O| Sep 03 17:53:58.862 INFO STEP 106 (ensure_file) COMPLETE
107072026-09-03T17:53:59.525Z[ host-image] Sep 03 17:53:58.862 INFO O| Sep 03 17:53:58.862 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-03T17:53:59.532Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107092026-09-03T17:53:59.532Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO copying /tmp/.tmpxwGsx6/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 ...
107102026-09-03T17:53:59.536Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107112026-09-03T17:53:59.536Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO ok!
107122026-09-03T17:53:59.536Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO STEP 107 (ensure_file) COMPLETE
107132026-09-03T17:53:59.536Z[ host-image] Sep 03 17:53:58.873 INFO O| Sep 03 17:53:58.873 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107142026-09-03T17:53:59.544Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107152026-09-03T17:53:59.544Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO copying /tmp/.tmpxwGsx6/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 ...
107162026-09-03T17:53:59.547Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107172026-09-03T17:53:59.547Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO ok!
107182026-09-03T17:53:59.547Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO STEP 108 (ensure_file) COMPLETE
107192026-09-03T17:53:59.547Z[ host-image] Sep 03 17:53:58.885 INFO O| Sep 03 17:53:58.885 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107202026-09-03T17:53:59.552Z[ host-image] Sep 03 17:53:58.893 INFO O| Sep 03 17:53:58.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107212026-09-03T17:53:59.552Z[ host-image] Sep 03 17:53:58.893 INFO O| Sep 03 17:53:58.893 INFO copying /tmp/.tmpxwGsx6/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 ...
107222026-09-03T17:53:59.555Z[ host-image] Sep 03 17:53:58.894 INFO O| Sep 03 17:53:58.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107232026-09-03T17:53:59.555Z[ host-image] Sep 03 17:53:58.894 INFO O| Sep 03 17:53:58.894 INFO ok!
107242026-09-03T17:53:59.555Z[ host-image] Sep 03 17:53:58.894 INFO O| Sep 03 17:53:58.894 INFO STEP 109 (ensure_file) COMPLETE
107252026-09-03T17:53:59.555Z[ host-image] Sep 03 17:53:58.894 INFO O| Sep 03 17:53:58.894 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107262026-09-03T17:53:59.563Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107272026-09-03T17:53:59.566Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO copying /tmp/.tmpxwGsx6/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 ...
107282026-09-03T17:53:59.566Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107292026-09-03T17:53:59.566Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO ok!
107302026-09-03T17:53:59.566Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO STEP 110 (ensure_file) COMPLETE
107312026-09-03T17:53:59.566Z[ host-image] Sep 03 17:53:58.904 INFO O| Sep 03 17:53:58.904 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107322026-09-03T17:53:59.573Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107332026-09-03T17:53:59.573Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO copying /tmp/.tmpxwGsx6/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 ...
107342026-09-03T17:53:59.576Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107352026-09-03T17:53:59.576Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO ok!
107362026-09-03T17:53:59.576Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO STEP 111 (ensure_file) COMPLETE
107372026-09-03T17:53:59.576Z[ host-image] Sep 03 17:53:58.914 INFO O| Sep 03 17:53:58.914 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107382026-09-03T17:53:59.583Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107392026-09-03T17:53:59.583Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO copying /tmp/.tmpxwGsx6/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 ...
107402026-09-03T17:53:59.587Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107412026-09-03T17:53:59.587Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO ok!
107422026-09-03T17:53:59.587Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO STEP 112 (ensure_file) COMPLETE
107432026-09-03T17:53:59.587Z[ host-image] Sep 03 17:53:58.924 INFO O| Sep 03 17:53:58.924 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107442026-09-03T17:53:59.593Z[ host-image] Sep 03 17:53:58.934 INFO O| Sep 03 17:53:58.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107452026-09-03T17:53:59.593Z[ host-image] Sep 03 17:53:58.934 INFO O| Sep 03 17:53:58.934 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107462026-09-03T17:53:59.597Z[ host-image] Sep 03 17:53:58.935 INFO O| Sep 03 17:53:58.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107472026-09-03T17:53:59.597Z[ host-image] Sep 03 17:53:58.935 INFO O| Sep 03 17:53:58.935 INFO ok!
107482026-09-03T17:53:59.597Z[ host-image] Sep 03 17:53:58.935 INFO O| Sep 03 17:53:58.935 INFO STEP 113 (ensure_file) COMPLETE
107492026-09-03T17:53:59.597Z[ host-image] Sep 03 17:53:58.935 INFO O| Sep 03 17:53:58.935 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107502026-09-03T17:53:59.601Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107512026-09-03T17:53:59.601Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO copying /tmp/.tmpxwGsx6/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 ...
107522026-09-03T17:53:59.605Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107532026-09-03T17:53:59.605Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO ok!
107542026-09-03T17:53:59.605Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO STEP 114 (ensure_file) COMPLETE
107552026-09-03T17:53:59.605Z[ host-image] Sep 03 17:53:58.943 INFO O| Sep 03 17:53:58.943 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107562026-09-03T17:53:59.611Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107572026-09-03T17:53:59.611Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.953 INFO copying /tmp/.tmpxwGsx6/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 ...
107582026-09-03T17:53:59.615Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107592026-09-03T17:53:59.615Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.953 INFO ok!
107602026-09-03T17:53:59.615Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.953 INFO STEP 115 (ensure_file) COMPLETE
107612026-09-03T17:53:59.615Z[ host-image] Sep 03 17:53:58.953 INFO O| Sep 03 17:53:58.953 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107622026-09-03T17:53:59.621Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107632026-09-03T17:53:59.621Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO copying /tmp/.tmpxwGsx6/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 ...
107642026-09-03T17:53:59.625Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107652026-09-03T17:53:59.625Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO ok!
107662026-09-03T17:53:59.625Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO STEP 116 (ensure_file) COMPLETE
107672026-09-03T17:53:59.625Z[ host-image] Sep 03 17:53:58.963 INFO O| Sep 03 17:53:58.963 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107682026-09-03T17:53:59.629Z[ host-image] Sep 03 17:53:58.970 INFO O| Sep 03 17:53:58.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107692026-09-03T17:53:59.629Z[ host-image] Sep 03 17:53:58.971 INFO O| Sep 03 17:53:58.970 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107702026-09-03T17:53:59.633Z[ host-image] Sep 03 17:53:58.971 INFO O| Sep 03 17:53:58.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107712026-09-03T17:53:59.633Z[ host-image] Sep 03 17:53:58.971 INFO O| Sep 03 17:53:58.971 INFO ok!
107722026-09-03T17:53:59.633Z[ host-image] Sep 03 17:53:58.971 INFO O| Sep 03 17:53:58.971 INFO STEP 117 (ensure_file) COMPLETE
107732026-09-03T17:53:59.633Z[ host-image] Sep 03 17:53:58.971 INFO O| Sep 03 17:53:58.971 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-03T17:53:59.637Z[ host-image] Sep 03 17:53:58.978 INFO O| Sep 03 17:53:58.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107752026-09-03T17:53:59.637Z[ host-image] Sep 03 17:53:58.979 INFO O| Sep 03 17:53:58.978 INFO copying /tmp/.tmpxwGsx6/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 ...
107762026-09-03T17:53:59.640Z[ host-image] Sep 03 17:53:58.979 INFO O| Sep 03 17:53:58.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107772026-09-03T17:53:59.641Z[ host-image] Sep 03 17:53:58.979 INFO O| Sep 03 17:53:58.979 INFO ok!
107782026-09-03T17:53:59.641Z[ host-image] Sep 03 17:53:58.979 INFO O| Sep 03 17:53:58.979 INFO STEP 118 (ensure_file) COMPLETE
107792026-09-03T17:53:59.641Z[ host-image] Sep 03 17:53:58.979 INFO O| Sep 03 17:53:58.979 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107802026-09-03T17:53:59.645Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107812026-09-03T17:53:59.645Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO copying /tmp/.tmpxwGsx6/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 ...
107822026-09-03T17:53:59.648Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107832026-09-03T17:53:59.649Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO ok!
107842026-09-03T17:53:59.649Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO STEP 119 (ensure_file) COMPLETE
107852026-09-03T17:53:59.649Z[ host-image] Sep 03 17:53:58.987 INFO O| Sep 03 17:53:58.987 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107862026-09-03T17:53:59.655Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107872026-09-03T17:53:59.655Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO copying /tmp/.tmpxwGsx6/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 ...
107882026-09-03T17:53:59.659Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107892026-09-03T17:53:59.659Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO ok!
107902026-09-03T17:53:59.659Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO STEP 120 (ensure_file) COMPLETE
107912026-09-03T17:53:59.659Z[ host-image] Sep 03 17:53:58.997 INFO O| Sep 03 17:53:58.997 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107922026-09-03T17:53:59.666Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107932026-09-03T17:53:59.666Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO copying /tmp/.tmpxwGsx6/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 ...
107942026-09-03T17:53:59.669Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107952026-09-03T17:53:59.669Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO ok!
107962026-09-03T17:53:59.669Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO STEP 121 (ensure_file) COMPLETE
107972026-09-03T17:53:59.669Z[ host-image] Sep 03 17:53:59.007 INFO O| Sep 03 17:53:59.007 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107982026-09-03T17:53:59.676Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107992026-09-03T17:53:59.676Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO copying /tmp/.tmpxwGsx6/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 ...
108002026-09-03T17:53:59.679Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108012026-09-03T17:53:59.679Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO ok!
108022026-09-03T17:53:59.679Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO STEP 122 (ensure_file) COMPLETE
108032026-09-03T17:53:59.679Z[ host-image] Sep 03 17:53:59.017 INFO O| Sep 03 17:53:59.017 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108042026-09-03T17:53:59.686Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108052026-09-03T17:53:59.686Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO copying /tmp/.tmpxwGsx6/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 ...
108062026-09-03T17:53:59.690Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108072026-09-03T17:53:59.690Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO ok!
108082026-09-03T17:53:59.690Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO STEP 123 (ensure_file) COMPLETE
108092026-09-03T17:53:59.690Z[ host-image] Sep 03 17:53:59.027 INFO O| Sep 03 17:53:59.027 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108102026-09-03T17:53:59.694Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108112026-09-03T17:53:59.695Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO copying /tmp/.tmpxwGsx6/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 ...
108122026-09-03T17:53:59.698Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108132026-09-03T17:53:59.698Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO ok!
108142026-09-03T17:53:59.698Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO STEP 124 (ensure_file) COMPLETE
108152026-09-03T17:53:59.698Z[ host-image] Sep 03 17:53:59.036 INFO O| Sep 03 17:53:59.036 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108162026-09-03T17:53:59.705Z[ host-image] Sep 03 17:53:59.046 INFO O| Sep 03 17:53:59.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108172026-09-03T17:53:59.705Z[ host-image] Sep 03 17:53:59.046 INFO O| Sep 03 17:53:59.046 INFO copying /tmp/.tmpxwGsx6/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 ...
108182026-09-03T17:53:59.708Z[ host-image] Sep 03 17:53:59.046 INFO O| Sep 03 17:53:59.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108192026-09-03T17:53:59.708Z[ host-image] Sep 03 17:53:59.046 INFO O| Sep 03 17:53:59.046 INFO ok!
108202026-09-03T17:53:59.708Z[ host-image] Sep 03 17:53:59.047 INFO O| Sep 03 17:53:59.046 INFO STEP 125 (ensure_file) COMPLETE
108212026-09-03T17:53:59.708Z[ host-image] Sep 03 17:53:59.047 INFO O| Sep 03 17:53:59.046 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108222026-09-03T17:53:59.715Z[ host-image] Sep 03 17:53:59.056 INFO O| Sep 03 17:53:59.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108232026-09-03T17:53:59.715Z[ host-image] Sep 03 17:53:59.056 INFO O| Sep 03 17:53:59.056 INFO copying /tmp/.tmpxwGsx6/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 ...
108242026-09-03T17:53:59.718Z[ host-image] Sep 03 17:53:59.057 INFO O| Sep 03 17:53:59.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108252026-09-03T17:53:59.718Z[ host-image] Sep 03 17:53:59.057 INFO O| Sep 03 17:53:59.056 INFO ok!
108262026-09-03T17:53:59.718Z[ host-image] Sep 03 17:53:59.057 INFO O| Sep 03 17:53:59.056 INFO STEP 126 (ensure_file) COMPLETE
108272026-09-03T17:53:59.718Z[ host-image] Sep 03 17:53:59.057 INFO O| Sep 03 17:53:59.057 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108282026-09-03T17:53:59.726Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108292026-09-03T17:53:59.726Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO copying /tmp/.tmpxwGsx6/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 ...
108302026-09-03T17:53:59.726Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108312026-09-03T17:53:59.729Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO ok!
108322026-09-03T17:53:59.729Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO STEP 127 (ensure_file) COMPLETE
108332026-09-03T17:53:59.729Z[ host-image] Sep 03 17:53:59.067 INFO O| Sep 03 17:53:59.067 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108342026-09-03T17:53:59.734Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108352026-09-03T17:53:59.734Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO copying /tmp/.tmpxwGsx6/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 ...
108362026-09-03T17:53:59.737Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108372026-09-03T17:53:59.737Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO ok!
108382026-09-03T17:53:59.738Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO STEP 128 (ensure_file) COMPLETE
108392026-09-03T17:53:59.738Z[ host-image] Sep 03 17:53:59.076 INFO O| Sep 03 17:53:59.076 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108402026-09-03T17:53:59.745Z[ host-image] Sep 03 17:53:59.086 INFO O| Sep 03 17:53:59.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108412026-09-03T17:53:59.745Z[ host-image] Sep 03 17:53:59.086 INFO O| Sep 03 17:53:59.086 INFO copying /tmp/.tmpxwGsx6/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 ...
108422026-09-03T17:53:59.748Z[ host-image] Sep 03 17:53:59.087 INFO O| Sep 03 17:53:59.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108432026-09-03T17:53:59.748Z[ host-image] Sep 03 17:53:59.087 INFO O| Sep 03 17:53:59.087 INFO ok!
108442026-09-03T17:53:59.748Z[ host-image] Sep 03 17:53:59.087 INFO O| Sep 03 17:53:59.087 INFO STEP 129 (ensure_file) COMPLETE
108452026-09-03T17:53:59.748Z[ host-image] Sep 03 17:53:59.087 INFO O| Sep 03 17:53:59.087 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108462026-09-03T17:53:59.755Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108472026-09-03T17:53:59.755Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO copying /tmp/.tmpxwGsx6/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 ...
108482026-09-03T17:53:59.758Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108492026-09-03T17:53:59.758Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO ok!
108502026-09-03T17:53:59.758Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO STEP 130 (ensure_file) COMPLETE
108512026-09-03T17:53:59.758Z[ host-image] Sep 03 17:53:59.096 INFO O| Sep 03 17:53:59.096 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108522026-09-03T17:53:59.765Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108532026-09-03T17:53:59.765Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO copying /tmp/.tmpxwGsx6/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 ...
108542026-09-03T17:53:59.768Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108552026-09-03T17:53:59.768Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO ok!
108562026-09-03T17:53:59.768Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO STEP 131 (ensure_file) COMPLETE
108572026-09-03T17:53:59.768Z[ host-image] Sep 03 17:53:59.106 INFO O| Sep 03 17:53:59.106 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108582026-09-03T17:53:59.775Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108592026-09-03T17:53:59.779Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO copying /tmp/.tmpxwGsx6/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 ...
108602026-09-03T17:53:59.779Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108612026-09-03T17:53:59.779Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO ok!
108622026-09-03T17:53:59.779Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO STEP 132 (ensure_file) COMPLETE
108632026-09-03T17:53:59.779Z[ host-image] Sep 03 17:53:59.117 INFO O| Sep 03 17:53:59.117 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108642026-09-03T17:53:59.785Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108652026-09-03T17:53:59.785Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO copying /tmp/.tmpxwGsx6/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 ...
108662026-09-03T17:53:59.788Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108672026-09-03T17:53:59.788Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO ok!
108682026-09-03T17:53:59.788Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO STEP 133 (ensure_file) COMPLETE
108692026-09-03T17:53:59.789Z[ host-image] Sep 03 17:53:59.126 INFO O| Sep 03 17:53:59.126 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108702026-09-03T17:53:59.794Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108712026-09-03T17:53:59.794Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO copying /tmp/.tmpxwGsx6/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 ...
108722026-09-03T17:53:59.797Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108732026-09-03T17:53:59.798Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO ok!
108742026-09-03T17:53:59.798Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO STEP 134 (ensure_file) COMPLETE
108752026-09-03T17:53:59.798Z[ host-image] Sep 03 17:53:59.136 INFO O| Sep 03 17:53:59.136 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108762026-09-03T17:53:59.803Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108772026-09-03T17:53:59.803Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO copying /tmp/.tmpxwGsx6/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 ...
108782026-09-03T17:53:59.807Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108792026-09-03T17:53:59.807Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO ok!
108802026-09-03T17:53:59.807Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO STEP 135 (ensure_file) COMPLETE
108812026-09-03T17:53:59.807Z[ host-image] Sep 03 17:53:59.145 INFO O| Sep 03 17:53:59.145 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108822026-09-03T17:53:59.814Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108832026-09-03T17:53:59.814Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108842026-09-03T17:53:59.817Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108852026-09-03T17:53:59.817Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO ok!
108862026-09-03T17:53:59.817Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO STEP 136 (ensure_file) COMPLETE
108872026-09-03T17:53:59.817Z[ host-image] Sep 03 17:53:59.155 INFO O| Sep 03 17:53:59.155 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108882026-09-03T17:53:59.822Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108892026-09-03T17:53:59.826Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO copying /tmp/.tmpxwGsx6/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 ...
108902026-09-03T17:53:59.826Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108912026-09-03T17:53:59.826Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO ok!
108922026-09-03T17:53:59.826Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO STEP 137 (ensure_file) COMPLETE
108932026-09-03T17:53:59.826Z[ host-image] Sep 03 17:53:59.164 INFO O| Sep 03 17:53:59.164 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-03T17:53:59.832Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108952026-09-03T17:53:59.832Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108962026-09-03T17:53:59.836Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108972026-09-03T17:53:59.836Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO ok!
108982026-09-03T17:53:59.836Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO STEP 138 (ensure_file) COMPLETE
108992026-09-03T17:53:59.836Z[ host-image] Sep 03 17:53:59.173 INFO O| Sep 03 17:53:59.173 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109002026-09-03T17:53:59.842Z[ host-image] Sep 03 17:53:59.183 INFO O| Sep 03 17:53:59.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109012026-09-03T17:53:59.842Z[ host-image] Sep 03 17:53:59.183 INFO O| Sep 03 17:53:59.183 INFO copying /tmp/.tmpxwGsx6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109022026-09-03T17:54:05.866Z[ host-image] Sep 03 17:54:05.207 INFO O| Sep 03 17:54:05.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109032026-09-03T17:54:05.866Z[ host-image] Sep 03 17:54:05.207 INFO O| Sep 03 17:54:05.207 INFO ok!
109042026-09-03T17:54:05.869Z[ host-image] Sep 03 17:54:05.207 INFO O| Sep 03 17:54:05.207 INFO STEP 139 (ensure_file) COMPLETE
109052026-09-03T17:54:05.870Z[ host-image] Sep 03 17:54:05.207 INFO O| Sep 03 17:54:05.207 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-03T17:54:05.874Z[ host-image] Sep 03 17:54:05.216 INFO O| Sep 03 17:54:05.216 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109072026-09-03T17:54:05.874Z[ host-image] Sep 03 17:54:05.216 INFO O| Sep 03 17:54:05.216 INFO STEP 140 (ensure_dir) COMPLETE
109082026-09-03T17:54:05.878Z[ host-image] Sep 03 17:54:05.216 INFO O| Sep 03 17:54:05.216 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-03T17:54:05.884Z[ host-image] Sep 03 17:54:05.225 INFO O| Sep 03 17:54:05.225 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109102026-09-03T17:54:05.887Z[ host-image] Sep 03 17:54:05.225 INFO O| Sep 03 17:54:05.225 INFO STEP 141 (ensure_dir) COMPLETE
109112026-09-03T17:54:05.887Z[ host-image] Sep 03 17:54:05.225 INFO O| Sep 03 17:54:05.225 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-03T17:54:05.891Z[ host-image] Sep 03 17:54:05.232 INFO O| Sep 03 17:54:05.232 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109132026-09-03T17:54:05.894Z[ host-image] Sep 03 17:54:05.232 INFO O| Sep 03 17:54:05.232 INFO STEP 142 (ensure_dir) COMPLETE
109142026-09-03T17:54:05.894Z[ host-image] Sep 03 17:54:05.232 INFO O| Sep 03 17:54:05.232 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-03T17:54:05.898Z[ host-image] Sep 03 17:54:05.239 INFO O| Sep 03 17:54:05.239 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109162026-09-03T17:54:05.898Z[ host-image] Sep 03 17:54:05.239 INFO O| Sep 03 17:54:05.239 INFO STEP 143 (ensure_dir) COMPLETE
109172026-09-03T17:54:05.898Z[ host-image] Sep 03 17:54:05.239 INFO O| Sep 03 17:54:05.239 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-03T17:54:05.904Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109192026-09-03T17:54:05.905Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO copying /tmp/.tmpxwGsx6/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 ...
109202026-09-03T17:54:05.908Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109212026-09-03T17:54:05.908Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO ok!
109222026-09-03T17:54:05.908Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO STEP 144 (ensure_file) COMPLETE
109232026-09-03T17:54:05.908Z[ host-image] Sep 03 17:54:05.246 INFO O| Sep 03 17:54:05.246 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-03T17:54:05.913Z[ host-image] Sep 03 17:54:05.255 INFO O| Sep 03 17:54:05.255 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109252026-09-03T17:54:05.913Z[ host-image] Sep 03 17:54:05.255 INFO O| Sep 03 17:54:05.255 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109262026-09-03T17:54:05.916Z[ host-image] Sep 03 17:54:05.255 INFO O| Sep 03 17:54:05.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109272026-09-03T17:54:05.916Z[ host-image] Sep 03 17:54:05.255 INFO O| Sep 03 17:54:05.255 INFO STEP 145 (ensure_dir) COMPLETE
109282026-09-03T17:54:05.916Z[ host-image] Sep 03 17:54:05.255 INFO O| Sep 03 17:54:05.255 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109292026-09-03T17:54:05.920Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109302026-09-03T17:54:05.923Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 INFO copying /tmp/.tmpxwGsx6/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109312026-09-03T17:54:05.923Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109322026-09-03T17:54:05.923Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 INFO ok!
109332026-09-03T17:54:05.923Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 INFO STEP 146 (ensure_file) COMPLETE
109342026-09-03T17:54:05.923Z[ host-image] Sep 03 17:54:05.261 INFO O| Sep 03 17:54:05.261 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109352026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.269 INFO O| Sep 03 17:54:05.269 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109362026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.269 INFO O| Sep 03 17:54:05.269 INFO STEP 147 (remove_files) COMPLETE
109372026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.269 INFO O| Sep 03 17:54:05.269 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.278 INFO O| Sep 03 17:54:05.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109392026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.278 INFO O| Sep 03 17:54:05.278 INFO STEP 148 (remove_files) COMPLETE
109402026-09-03T17:54:05.940Z[ host-image] Sep 03 17:54:05.278 INFO O| Sep 03 17:54:05.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-03T17:54:05.945Z[ host-image] Sep 03 17:54:05.286 INFO O| Sep 03 17:54:05.286 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109422026-09-03T17:54:05.948Z[ host-image] Sep 03 17:54:05.286 INFO O| Sep 03 17:54:05.286 INFO STEP 149 (remove_files) COMPLETE
109432026-09-03T17:54:05.949Z[ host-image] Sep 03 17:54:05.287 INFO O| Sep 03 17:54:05.286 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-03T17:54:05.953Z[ host-image] Sep 03 17:54:05.294 INFO O| Sep 03 17:54:05.294 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109452026-09-03T17:54:05.956Z[ host-image] Sep 03 17:54:05.294 INFO O| Sep 03 17:54:05.294 INFO STEP 150 (remove_files) COMPLETE
109462026-09-03T17:54:05.956Z[ host-image] Sep 03 17:54:05.294 INFO O| Sep 03 17:54:05.294 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-03T17:54:05.961Z[ host-image] Sep 03 17:54:05.303 INFO O| Sep 03 17:54:05.303 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109482026-09-03T17:54:05.965Z[ host-image] Sep 03 17:54:05.303 INFO O| Sep 03 17:54:05.303 INFO STEP 151 (remove_files) COMPLETE
109492026-09-03T17:54:05.965Z[ host-image] Sep 03 17:54:05.303 INFO O| Sep 03 17:54:05.303 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-03T17:54:05.969Z[ host-image] Sep 03 17:54:05.310 INFO O| Sep 03 17:54:05.310 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109512026-09-03T17:54:05.972Z[ host-image] Sep 03 17:54:05.310 INFO O| Sep 03 17:54:05.310 INFO STEP 152 (remove_files) COMPLETE
109522026-09-03T17:54:05.972Z[ host-image] Sep 03 17:54:05.310 INFO O| Sep 03 17:54:05.310 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-03T17:54:05.976Z[ host-image] Sep 03 17:54:05.318 INFO O| Sep 03 17:54:05.318 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109542026-09-03T17:54:05.980Z[ host-image] Sep 03 17:54:05.318 INFO O| Sep 03 17:54:05.318 INFO STEP 153 (remove_files) COMPLETE
109552026-09-03T17:54:05.980Z[ host-image] Sep 03 17:54:05.318 INFO O| Sep 03 17:54:05.318 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-03T17:54:05.984Z[ host-image] Sep 03 17:54:05.325 INFO O| Sep 03 17:54:05.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109572026-09-03T17:54:05.984Z[ host-image] Sep 03 17:54:05.325 INFO O| Sep 03 17:54:05.325 INFO STEP 154 (remove_files) COMPLETE
109582026-09-03T17:54:05.987Z[ host-image] Sep 03 17:54:05.325 INFO O| Sep 03 17:54:05.325 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-03T17:54:05.991Z[ host-image] Sep 03 17:54:05.332 INFO O| Sep 03 17:54:05.332 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109602026-09-03T17:54:05.991Z[ host-image] Sep 03 17:54:05.332 INFO O| Sep 03 17:54:05.332 INFO STEP 155 (remove_files) COMPLETE
109612026-09-03T17:54:05.991Z[ host-image] Sep 03 17:54:05.332 INFO O| Sep 03 17:54:05.332 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-03T17:54:06.001Z[ host-image] Sep 03 17:54:05.342 INFO O| Sep 03 17:54:05.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109632026-09-03T17:54:06.007Z[ host-image] Sep 03 17:54:05.342 INFO O| Sep 03 17:54:05.342 INFO STEP 156 (remove_files) COMPLETE
109642026-09-03T17:54:06.007Z[ host-image] Sep 03 17:54:05.342 INFO O| Sep 03 17:54:05.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-03T17:54:06.013Z[ host-image] Sep 03 17:54:05.353 INFO O| Sep 03 17:54:05.353 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109662026-09-03T17:54:06.014Z[ host-image] Sep 03 17:54:05.353 INFO O| Sep 03 17:54:05.353 INFO STEP 157 (remove_files) COMPLETE
109672026-09-03T17:54:06.014Z[ host-image] Sep 03 17:54:05.353 INFO O| Sep 03 17:54:05.353 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-03T17:54:06.022Z[ host-image] Sep 03 17:54:05.364 INFO O| Sep 03 17:54:05.364 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109692026-09-03T17:54:06.023Z[ host-image] Sep 03 17:54:05.364 INFO O| Sep 03 17:54:05.364 INFO STEP 158 (remove_files) COMPLETE
109702026-09-03T17:54:06.026Z[ host-image] Sep 03 17:54:05.364 INFO O| Sep 03 17:54:05.364 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-03T17:54:06.030Z[ host-image] Sep 03 17:54:05.372 INFO O| Sep 03 17:54:05.372 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109722026-09-03T17:54:06.031Z[ host-image] Sep 03 17:54:05.372 INFO O| Sep 03 17:54:05.372 INFO STEP 159 (remove_files) COMPLETE
109732026-09-03T17:54:06.034Z[ host-image] Sep 03 17:54:05.372 INFO O| Sep 03 17:54:05.372 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-03T17:54:06.037Z[ host-image] Sep 03 17:54:05.378 INFO O| Sep 03 17:54:05.378 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109752026-09-03T17:54:06.041Z[ host-image] Sep 03 17:54:05.379 INFO O| Sep 03 17:54:05.379 INFO STEP 160 (remove_files) COMPLETE
109762026-09-03T17:54:06.041Z[ host-image] Sep 03 17:54:05.379 INFO O| Sep 03 17:54:05.379 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-03T17:54:06.044Z[ host-image] Sep 03 17:54:05.385 INFO O| Sep 03 17:54:05.385 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109782026-09-03T17:54:06.044Z[ host-image] Sep 03 17:54:05.385 INFO O| Sep 03 17:54:05.385 INFO STEP 161 (remove_files) COMPLETE
109792026-09-03T17:54:06.044Z[ host-image] Sep 03 17:54:05.385 INFO O| Sep 03 17:54:05.385 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-03T17:54:06.055Z[ host-image] Sep 03 17:54:05.394 INFO O| Sep 03 17:54:05.394 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109812026-09-03T17:54:06.055Z[ host-image] Sep 03 17:54:05.394 INFO O| Sep 03 17:54:05.394 INFO STEP 162 (remove_files) COMPLETE
109822026-09-03T17:54:06.055Z[ host-image] Sep 03 17:54:05.394 INFO O| Sep 03 17:54:05.394 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-03T17:54:06.067Z[ host-image] Sep 03 17:54:05.405 INFO O| Sep 03 17:54:05.405 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109842026-09-03T17:54:06.067Z[ host-image] Sep 03 17:54:05.405 INFO O| Sep 03 17:54:05.405 INFO STEP 163 (remove_files) COMPLETE
109852026-09-03T17:54:06.067Z[ host-image] Sep 03 17:54:05.405 INFO O| Sep 03 17:54:05.405 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-03T17:54:06.078Z[ host-image] Sep 03 17:54:05.416 INFO O| Sep 03 17:54:05.416 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109872026-09-03T17:54:06.078Z[ host-image] Sep 03 17:54:05.416 INFO O| Sep 03 17:54:05.416 INFO STEP 164 (remove_files) COMPLETE
109882026-09-03T17:54:06.078Z[ host-image] Sep 03 17:54:05.416 INFO O| Sep 03 17:54:05.416 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-03T17:54:06.089Z[ host-image] Sep 03 17:54:05.429 INFO O| Sep 03 17:54:05.429 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109902026-09-03T17:54:06.093Z[ host-image] Sep 03 17:54:05.429 INFO O| Sep 03 17:54:05.429 INFO STEP 165 (remove_files) COMPLETE
109912026-09-03T17:54:06.093Z[ host-image] Sep 03 17:54:05.429 INFO O| Sep 03 17:54:05.429 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-03T17:54:06.105Z[ host-image] Sep 03 17:54:05.446 INFO O| Sep 03 17:54:05.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109932026-09-03T17:54:06.105Z[ host-image] Sep 03 17:54:05.446 INFO O| Sep 03 17:54:05.446 INFO STEP 166 (remove_files) COMPLETE
109942026-09-03T17:54:06.105Z[ host-image] Sep 03 17:54:05.446 INFO O| Sep 03 17:54:05.446 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-03T17:54:06.115Z[ host-image] Sep 03 17:54:05.456 INFO O| Sep 03 17:54:05.456 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109962026-09-03T17:54:06.115Z[ host-image] Sep 03 17:54:05.456 INFO O| Sep 03 17:54:05.456 INFO STEP 167 (remove_files) COMPLETE
109972026-09-03T17:54:06.119Z[ host-image] Sep 03 17:54:05.456 INFO O| Sep 03 17:54:05.456 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-03T17:54:06.124Z[ host-image] Sep 03 17:54:05.465 INFO O| Sep 03 17:54:05.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109992026-09-03T17:54:06.127Z[ host-image] Sep 03 17:54:05.465 INFO O| Sep 03 17:54:05.465 INFO STEP 168 (remove_files) COMPLETE
110002026-09-03T17:54:06.127Z[ host-image] Sep 03 17:54:05.465 INFO O| Sep 03 17:54:05.465 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-03T17:54:06.133Z[ host-image] Sep 03 17:54:05.474 INFO O| Sep 03 17:54:05.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110022026-09-03T17:54:06.136Z[ host-image] Sep 03 17:54:05.474 INFO O| Sep 03 17:54:05.474 INFO STEP 169 (remove_files) COMPLETE
110032026-09-03T17:54:06.136Z[ host-image] Sep 03 17:54:05.474 INFO O| Sep 03 17:54:05.474 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-03T17:54:06.142Z[ host-image] Sep 03 17:54:05.483 INFO O| Sep 03 17:54:05.483 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110052026-09-03T17:54:06.145Z[ host-image] Sep 03 17:54:05.483 INFO O| Sep 03 17:54:05.483 INFO STEP 170 (remove_files) COMPLETE
110062026-09-03T17:54:06.145Z[ host-image] Sep 03 17:54:05.483 INFO O| Sep 03 17:54:05.483 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-03T17:54:06.150Z[ host-image] Sep 03 17:54:05.491 INFO O| Sep 03 17:54:05.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110082026-09-03T17:54:06.153Z[ host-image] Sep 03 17:54:05.491 INFO O| Sep 03 17:54:05.491 INFO STEP 171 (remove_files) COMPLETE
110092026-09-03T17:54:06.153Z[ host-image] Sep 03 17:54:05.491 INFO O| Sep 03 17:54:05.491 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-03T17:54:06.157Z[ host-image] Sep 03 17:54:05.499 INFO O| Sep 03 17:54:05.499 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110112026-09-03T17:54:06.161Z[ host-image] Sep 03 17:54:05.499 INFO O| Sep 03 17:54:05.499 INFO STEP 172 (remove_files) COMPLETE
110122026-09-03T17:54:06.161Z[ host-image] Sep 03 17:54:05.499 INFO O| Sep 03 17:54:05.499 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-03T17:54:06.165Z[ host-image] Sep 03 17:54:05.507 INFO O| Sep 03 17:54:05.507 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110142026-09-03T17:54:06.168Z[ host-image] Sep 03 17:54:05.507 INFO O| Sep 03 17:54:05.507 INFO STEP 173 (remove_files) COMPLETE
110152026-09-03T17:54:06.168Z[ host-image] Sep 03 17:54:05.507 INFO O| Sep 03 17:54:05.507 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-03T17:54:06.173Z[ host-image] Sep 03 17:54:05.514 INFO O| Sep 03 17:54:05.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110172026-09-03T17:54:06.173Z[ host-image] Sep 03 17:54:05.514 INFO O| Sep 03 17:54:05.514 INFO STEP 174 (remove_files) COMPLETE
110182026-09-03T17:54:06.173Z[ host-image] Sep 03 17:54:05.514 INFO O| Sep 03 17:54:05.514 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-03T17:54:06.180Z[ host-image] Sep 03 17:54:05.522 INFO O| Sep 03 17:54:05.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110202026-09-03T17:54:06.181Z[ host-image] Sep 03 17:54:05.522 INFO O| Sep 03 17:54:05.522 INFO STEP 175 (remove_files) COMPLETE
110212026-09-03T17:54:06.184Z[ host-image] Sep 03 17:54:05.522 INFO O| Sep 03 17:54:05.522 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110222026-09-03T17:54:06.191Z[ host-image] Sep 03 17:54:05.533 INFO O| Sep 03 17:54:05.533 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110232026-09-03T17:54:06.194Z[ host-image] Sep 03 17:54:05.533 INFO O| Sep 03 17:54:05.533 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110242026-09-03T17:54:10.332Z[ host-image] Sep 03 17:54:09.673 INFO O| Sep 03 17:54:09.673 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
110252026-09-03T17:54:10.332Z[ host-image] Sep 03 17:54:09.673 INFO O| Sep 03 17:54:09.673 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110262026-09-03T17:54:10.344Z[ host-image] Sep 03 17:54:09.685 INFO O| Sep 03 17:54:09.685 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
110272026-09-03T17:54:10.440Z[ host-image] Sep 03 17:54:09.781 INFO O| Sep 03 17:54:09.781 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110282026-09-03T17:54:10.495Z[ host-image] Sep 03 17:54:09.836 INFO O| Sep 03 17:54:09.836 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110292026-09-03T17:54:10.559Z[ host-image] Sep 03 17:54:09.900 INFO O| Sep 03 17:54:09.900 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110302026-09-03T17:54:10.559Z[ host-image] Sep 03 17:54:09.900 INFO O| Sep 03 17:54:09.900 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110312026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110322026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO ok!
110332026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110342026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO STEP 176 (seed_smf) COMPLETE
110352026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO steps complete; finalising image!
110362026-09-03T17:54:10.562Z[ host-image] Sep 03 17:54:09.902 INFO O| Sep 03 17:54:09.902 INFO TRIM POOL: TEMPORARY-sled-zfs
110372026-09-03T17:54:10.647Z[ host-image] Sep 03 17:54:09.988 INFO O| Sep 03 17:54:09.988 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Thu Sep 3 17:54:09 2026)
110382026-09-03T17:54:10.861Z[ host-image] Sep 03 17:54:10.202 INFO O| Sep 03 17:54:10.202 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110392026-09-03T17:54:10.861Z[ host-image] Sep 03 17:54:10.202 INFO O| Sep 03 17:54:10.202 INFO EXPORT POOL: TEMPORARY-sled-zfs
110402026-09-03T17:54:11.164Z[ host-image] Sep 03 17:54:10.505 INFO O| Sep 03 17:54:10.505 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110412026-09-03T17:54:11.165Z[ host-image] Sep 03 17:54:10.506 INFO O| Sep 03 17:54:10.505 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110422026-09-03T17:54:12.174Z[ host-image] Sep 03 17:54:11.499 INFO O| Sep 03 17:54:11.499 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110432026-09-03T17:54:12.174Z[ host-image] Sep 03 17:54:11.499 INFO O| Sep 03 17:54:11.499 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110442026-09-03T17:54:12.253Z[ host-image] Sep 03 17:54:11.499 INFO O| Sep 03 17:54:11.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110452026-09-03T17:54:12.253Z[ host-image] Sep 03 17:54:11.499 INFO O| Sep 03 17:54:11.499 INFO completed processing sled/zfs
110462026-09-03T17:54:12.253Z[ host-image] Sep 03 17:54:11.499 INFO O| Sep 03 17:54:11.499 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110472026-09-03T17:54:19.881Z[ host-image] Sep 03 17:54:19.221 INFO O| Sep 03 17:54:19.221 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110482026-09-03T17:54:19.965Z[ host-image] Sep 03 17:54:19.304 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
110492026-09-03T17:54:19.965Z[ host-image] Sep 03 17:54:19.304 INFO expanded image name: "ci b3215b6/${os_short_commit} 2026-09-03 17:38" -> "ci b3215b6/0e29ea8 2026-09-03 17:38"
110502026-09-03T17:54:19.970Z[ host-image] Sep 03 17:54:19.304 INFO output artefacts stored in: "/work/os-host"
110512026-09-03T17:54:19.970Z[ host-image] Sep 03 17:54:19.304 INFO collecting git info from project "amd-host-image-builder"...
110522026-09-03T17:54:19.974Z[ host-image] Sep 03 17:54:19.310 INFO collecting git info from project "phbl"...
110532026-09-03T17:54:19.974Z[ host-image] Sep 03 17:54:19.315 INFO collecting git info from project "pilot"...
110542026-09-03T17:54:19.980Z[ host-image] Sep 03 17:54:19.319 INFO collecting git info from project "image-builder"...
110552026-09-03T17:54:19.985Z[ host-image] Sep 03 17:54:19.323 INFO collecting git info from project "bootserver"...
110562026-09-03T17:54:19.989Z[ host-image] Sep 03 17:54:19.327 INFO collecting git info from project "amd-firmware"...
110572026-09-03T17:54:19.996Z[ host-image] Sep 03 17:54:19.337 INFO collecting git info from project "pinprick"...
110582026-09-03T17:54:20.006Z[ host-image] Sep 03 17:54:19.341 INFO collecting git info from project "chelsio-t6-roms"...
110592026-09-03T17:54:20.013Z[ host-image] Sep 03 17:54:19.345 INFO collecting git info from project "dmar-report"...
110602026-09-03T17:54:20.013Z[ host-image] Sep 03 17:54:19.348 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110612026-09-03T17:54:20.304Z[ host-image] Sep 03 17:54:19.643 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110622026-09-03T17:54:20.591Z[ host-image] Sep 03 17:54:19.927 INFO creating Oxide boot image...
110632026-09-03T17:54:20.591Z[ host-image] Sep 03 17:54:19.927 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci b3215b6/0e29ea8 2026-09-03 17:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110642026-09-03T17:54:21.358Z[ host-image] Sep 03 17:54:20.697 INFO O| ok, image written!
110652026-09-03T17:54:21.358Z[ host-image] Sep 03 17:54:20.698 INFO O| ok, boot_image_csum file written!
110662026-09-03T17:54:21.362Z[ host-image] Sep 03 17:54:20.700 INFO creating boot archive (CPIO)...
110672026-09-03T17:54:21.362Z[ host-image] Sep 03 17:54:20.700 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
110682026-09-03T17:54:21.367Z[ host-image] Sep 03 17:54:20.704 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110692026-09-03T17:54:21.367Z[ host-image] Sep 03 17:54:20.704 INFO E| + outfile=/work/os-host/cpio
110702026-09-03T17:54:21.367Z[ host-image] Sep 03 17:54:20.704 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110712026-09-03T17:54:21.367Z[ host-image] Sep 03 17:54:20.706 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110722026-09-03T17:54:21.368Z[ host-image] Sep 03 17:54:20.706 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110732026-09-03T17:54:21.395Z[ host-image] Sep 03 17:54:20.732 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110742026-09-03T17:54:21.395Z[ host-image] Sep 03 17:54:20.732 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110752026-09-03T17:54:21.400Z[ host-image] Sep 03 17:54:20.738 INFO creating compressed cpio/unix for dev loaders...
110762026-09-03T17:54:21.400Z[ host-image] Sep 03 17:54:20.738 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
110772026-09-03T17:54:21.623Z[ host-image] Sep 03 17:54:20.963 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110782026-09-03T17:54:23.287Z[ recovery-image] Sep 03 17:54:22.627 INFO O| ok, image written!
110792026-09-03T17:54:23.287Z[ recovery-image] Sep 03 17:54:22.627 INFO O| ok, boot_image_csum file written!
110802026-09-03T17:54:23.298Z[ recovery-image] Sep 03 17:54:22.629 INFO creating boot archive (CPIO)...
110812026-09-03T17:54:23.298Z[ recovery-image] Sep 03 17:54:22.629 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
110822026-09-03T17:54:23.298Z[ recovery-image] Sep 03 17:54:22.633 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110832026-09-03T17:54:23.298Z[ recovery-image] Sep 03 17:54:22.633 INFO E| + outfile=/work/os-recovery/cpio
110842026-09-03T17:54:23.298Z[ recovery-image] Sep 03 17:54:22.633 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110852026-09-03T17:54:23.302Z[ recovery-image] Sep 03 17:54:22.634 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110862026-09-03T17:54:23.302Z[ recovery-image] Sep 03 17:54:22.635 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110872026-09-03T17:54:23.325Z[ recovery-image] Sep 03 17:54:22.660 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110882026-09-03T17:54:23.325Z[ recovery-image] Sep 03 17:54:22.660 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110892026-09-03T17:54:23.345Z[ recovery-image] Sep 03 17:54:22.665 INFO creating compressed cpio/unix for dev loaders...
110902026-09-03T17:54:23.345Z[ recovery-image] Sep 03 17:54:22.665 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
110912026-09-03T17:54:23.547Z[ recovery-image] Sep 03 17:54:22.887 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110922026-09-03T17:54:24.879Z[ host-image] Sep 03 17:54:24.208 INFO creating reset image...
110932026-09-03T17:54:24.879Z[ host-image] Sep 03 17:54:24.208 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")
110942026-09-03T17:54:25.102Z[ host-image] Sep 03 17:54:24.413 INFO E| Updating crates.io index
110952026-09-03T17:54:25.362Z[ host-image] Sep 03 17:54:24.697 INFO E| Downloading crates ...
110962026-09-03T17:54:25.413Z[ host-image] Sep 03 17:54:24.746 INFO E| Downloaded os_pipe v1.2.3
110972026-09-03T17:54:25.421Z[ host-image] Sep 03 17:54:24.748 INFO E| Downloaded shared_thread v0.2.0
110982026-09-03T17:54:25.421Z[ host-image] Sep 03 17:54:24.749 INFO E| Downloaded colorchoice v1.0.5
110992026-09-03T17:54:25.421Z[ host-image] Sep 03 17:54:24.750 INFO E| Downloaded sigchld v0.2.4
111002026-09-03T17:54:25.421Z[ host-image] Sep 03 17:54:24.757 INFO E| Downloaded duct v1.1.1
111012026-09-03T17:54:25.421Z[ host-image] Sep 03 17:54:24.759 INFO E| Downloaded shared_child v1.1.1
111022026-09-03T17:54:25.441Z[ host-image] Sep 03 17:54:24.760 INFO E| Downloaded clap_lex v1.1.0
111032026-09-03T17:54:25.458Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling libc v0.2.186
111042026-09-03T17:54:25.458Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling proc-macro2 v1.0.106
111052026-09-03T17:54:25.458Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling quote v1.0.45
111062026-09-03T17:54:25.469Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling unicode-ident v1.0.24
111072026-09-03T17:54:25.469Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling signal-hook v0.3.18
111082026-09-03T17:54:25.469Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling utf8parse v0.2.2
111092026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling colorchoice v1.0.5
111102026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling anstyle v1.0.14
111112026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling anstyle-query v1.1.5
111122026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling is_terminal_polyfill v1.70.2
111132026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.788 INFO E| Compiling heck v0.5.0
111142026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.799 INFO E| Compiling clap_lex v1.1.0
111152026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.800 INFO E| Compiling strsim v0.11.1
111162026-09-03T17:54:25.470Z[ host-image] Sep 03 17:54:24.800 INFO E| Compiling shared_thread v0.2.0
111172026-09-03T17:54:25.578Z[ host-image] Sep 03 17:54:24.916 INFO E| Compiling anstyle-parse v1.0.0
111182026-09-03T17:54:25.762Z[ host-image] Sep 03 17:54:25.102 INFO E| Compiling anstream v1.0.0
111192026-09-03T17:54:25.944Z[ host-image] Sep 03 17:54:25.285 INFO E| Compiling clap_builder v4.6.0
111202026-09-03T17:54:26.162Z[ host-image] Sep 03 17:54:25.503 INFO E| Compiling errno v0.3.14
111212026-09-03T17:54:26.162Z[ host-image] Sep 03 17:54:25.503 INFO E| Compiling os_pipe v1.2.3
111222026-09-03T17:54:26.258Z[ host-image] Sep 03 17:54:25.598 INFO E| Compiling signal-hook-registry v1.4.8
111232026-09-03T17:54:26.443Z[ host-image] Sep 03 17:54:25.778 INFO E| Compiling syn v2.0.117
111242026-09-03T17:54:26.517Z[ host-image] Sep 03 17:54:25.849 INFO E| Compiling sigchld v0.2.4
111252026-09-03T17:54:26.608Z[ host-image] Sep 03 17:54:25.936 INFO E| Compiling shared_child v1.1.1
111262026-09-03T17:54:26.812Z[ host-image] Sep 03 17:54:26.037 INFO E| Compiling duct v1.1.1
111272026-09-03T17:54:26.830Z[ recovery-image] Sep 03 17:54:26.129 INFO creating reset image...
111282026-09-03T17:54:26.830Z[ recovery-image] Sep 03 17:54:26.129 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")
111292026-09-03T17:54:26.979Z[ recovery-image] Sep 03 17:54:26.291 INFO E| Blocking waiting for file lock on build directory
111302026-09-03T17:54:28.361Z[ host-image] Sep 03 17:54:27.693 INFO E| Compiling clap_derive v4.6.1
111312026-09-03T17:54:29.531Z[ host-image] Sep 03 17:54:28.872 INFO E| Compiling clap v4.6.1
111322026-09-03T17:54:29.589Z[ host-image] Sep 03 17:54:28.930 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111332026-09-03T17:54:30.452Z[ host-image] Sep 03 17:54:29.699 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
111342026-09-03T17:54:30.465Z[ host-image] Sep 03 17:54:29.704 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111352026-09-03T17:54:30.465Z[ recovery-image] Sep 03 17:54:29.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
111362026-09-03T17:54:30.465Z[ recovery-image] Sep 03 17:54:29.706 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111372026-09-03T17:54:30.564Z[ recovery-image] Sep 03 17:54:29.904 INFO E| Blocking waiting for file lock on package cache
111382026-09-03T17:54:30.586Z[ host-image] Sep 03 17:54:29.922 INFO E| Blocking waiting for file lock on package cache
111392026-09-03T17:54:30.616Z[ recovery-image] Sep 03 17:54:29.949 INFO E| Blocking waiting for file lock on package cache
111402026-09-03T17:54:30.629Z[ host-image] Sep 03 17:54:29.968 INFO E| Blocking waiting for file lock on package cache
111412026-09-03T17:54:30.653Z[ recovery-image] Sep 03 17:54:29.993 INFO E| Blocking waiting for file lock on package cache
111422026-09-03T17:54:30.664Z[ host-image] Sep 03 17:54:29.994 INFO E| Downloading crates ...
111432026-09-03T17:54:30.705Z[ host-image] Sep 03 17:54:30.044 INFO E| Downloaded cpio_reader v0.1.2
111442026-09-03T17:54:30.724Z[ host-image] Sep 03 17:54:30.061 INFO E| Downloaded raw-cpuid v10.7.0
111452026-09-03T17:54:30.731Z[ host-image] Sep 03 17:54:30.063 INFO E| Downloaded bitstruct v0.1.1
111462026-09-03T17:54:30.731Z[ host-image] Sep 03 17:54:30.064 INFO E| Downloaded bitstruct_derive v0.1.0
111472026-09-03T17:54:30.731Z[ host-image] Sep 03 17:54:30.065 INFO E| Downloaded bit_field v0.10.3
111482026-09-03T17:54:30.731Z[ host-image] Sep 03 17:54:30.067 INFO E| Downloaded bitflags v2.13.0
111492026-09-03T17:54:30.750Z[ host-image] Sep 03 17:54:30.081 INFO E| Downloaded log v0.4.32
111502026-09-03T17:54:30.761Z[ host-image] Sep 03 17:54:30.083 INFO E| Downloaded miniz_oxide v0.9.1
111512026-09-03T17:54:30.776Z[ host-image] Sep 03 17:54:30.115 INFO E| Downloaded goblin v0.10.7
111522026-09-03T17:54:30.924Z[ host-image] Sep 03 17:54:30.264 INFO E| Downloaded x86 v0.52.0
111532026-09-03T17:54:30.957Z[ host-image] Sep 03 17:54:30.295 INFO E| Blocking waiting for file lock on package cache
111542026-09-03T17:54:30.962Z[ host-image] Sep 03 17:54:30.296 INFO E| Updating crates.io index
111552026-09-03T17:54:30.962Z[ recovery-image] Sep 03 17:54:30.300 INFO E| Blocking waiting for file lock on package cache
111562026-09-03T17:54:31.104Z[ host-image] Sep 03 17:54:30.443 INFO E| Blocking waiting for file lock on package cache
111572026-09-03T17:54:31.119Z[ recovery-image] Sep 03 17:54:30.445 INFO E| Blocking waiting for file lock on package cache
111582026-09-03T17:54:31.119Z[ host-image] Sep 03 17:54:30.446 INFO E| Downloading crates ...
111592026-09-03T17:54:31.133Z[ host-image] Sep 03 17:54:30.471 INFO E| Downloaded hashbrown v0.17.1
111602026-09-03T17:54:31.143Z[ host-image] Sep 03 17:54:30.474 INFO E| Downloaded rustc-literal-escaper v0.0.7
111612026-09-03T17:54:31.144Z[ host-image] Sep 03 17:54:30.476 INFO E| Blocking waiting for file lock on package cache
111622026-09-03T17:54:31.191Z[ host-image] Sep 03 17:54:30.521 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)
111632026-09-03T17:54:31.191Z[ host-image] Sep 03 17:54:30.521 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)
111642026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling proc-macro2 v1.0.106
111652026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling unicode-ident v1.0.24
111662026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling quote v1.0.45
111672026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling syn v1.0.109
111682026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling x86 v0.52.0
111692026-09-03T17:54:31.209Z[ host-image] Sep 03 17:54:30.521 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111702026-09-03T17:54:31.209Z[ recovery-image] Sep 03 17:54:30.522 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)
111712026-09-03T17:54:31.209Z[ recovery-image] Sep 03 17:54:30.522 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)
111722026-09-03T17:54:31.209Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling proc-macro2 v1.0.106
111732026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling unicode-ident v1.0.24
111742026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling quote v1.0.45
111752026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling syn v1.0.109
111762026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling x86 v0.52.0
111772026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111782026-09-03T17:54:31.210Z[ recovery-image] Sep 03 17:54:30.522 INFO E| Compiling seq-macro v0.3.6
111792026-09-03T17:54:31.210Z[ host-image] Sep 03 17:54:30.533 INFO E| Compiling seq-macro v0.3.6
111802026-09-03T17:54:32.157Z[ recovery-image] Sep 03 17:54:31.497 INFO E| Compiling syn v2.0.117
111812026-09-03T17:54:32.329Z[ host-image] Sep 03 17:54:31.668 INFO E| Compiling syn v2.0.117
111822026-09-03T17:54:33.504Z[ recovery-image] Sep 03 17:54:32.844 INFO E| Compiling scroll_derive v0.13.1
111832026-09-03T17:54:34.110Z[ host-image] Sep 03 17:54:33.032 INFO E| Compiling scroll_derive v0.13.1
111842026-09-03T17:54:34.567Z[ recovery-image] Sep 03 17:54:33.904 INFO E| Compiling bitstruct_derive v0.1.0
111852026-09-03T17:54:34.730Z[ host-image] Sep 03 17:54:34.063 INFO E| Compiling bitstruct_derive v0.1.0
111862026-09-03T17:54:44.362Z[ host-image] Sep 03 17:54:43.702 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)
111872026-09-03T17:54:44.385Z[ recovery-image] Sep 03 17:54:43.726 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)
111882026-09-03T17:54:46.828Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling bitflags v1.3.2
111892026-09-03T17:54:46.829Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling log v0.4.32
111902026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling bitflags v2.13.0
111912026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling adler2 v2.0.1
111922026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling plain v0.2.3
111932026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling scroll v0.13.0
111942026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling bit_field v0.10.3
111952026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling bitstruct v0.1.1
111962026-09-03T17:54:46.835Z[ host-image] Sep 03 17:54:46.169 INFO E| Compiling static_assertions v1.1.0
111972026-09-03T17:54:46.887Z[ host-image] Sep 03 17:54:46.227 INFO E| Compiling raw-cpuid v10.7.0
111982026-09-03T17:54:46.922Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling bitflags v1.3.2
111992026-09-03T17:54:46.922Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling bitflags v2.13.0
112002026-09-03T17:54:46.927Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling bit_field v0.10.3
112012026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling log v0.4.32
112022026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling scroll v0.13.0
112032026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling plain v0.2.3
112042026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling adler2 v2.0.1
112052026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.262 INFO E| Compiling bitstruct v0.1.1
112062026-09-03T17:54:46.928Z[ recovery-image] Sep 03 17:54:46.263 INFO E| Compiling static_assertions v1.1.0
112072026-09-03T17:54:46.947Z[ host-image] Sep 03 17:54:46.286 INFO E| Compiling miniz_oxide v0.9.1
112082026-09-03T17:54:46.981Z[ recovery-image] Sep 03 17:54:46.321 INFO E| Compiling raw-cpuid v10.7.0
112092026-09-03T17:54:47.032Z[ recovery-image] Sep 03 17:54:46.371 INFO E| Compiling miniz_oxide v0.9.1
112102026-09-03T17:54:47.124Z[ host-image] Sep 03 17:54:46.464 INFO E| Compiling cpio_reader v0.1.2
112112026-09-03T17:54:47.131Z[ recovery-image] Sep 03 17:54:46.471 INFO E| Compiling cpio_reader v0.1.2
112122026-09-03T17:54:47.176Z[ host-image] Sep 03 17:54:46.513 INFO E| Compiling goblin v0.10.7
112132026-09-03T17:54:47.335Z[ recovery-image] Sep 03 17:54:46.657 INFO E| Compiling goblin v0.10.7
112142026-09-03T17:54:50.306Z[ host-image] Sep 03 17:54:49.646 INFO E| Finished `release` profile [optimized] target(s) in 19.92s
112152026-09-03T17:54:50.328Z[ host-image] Sep 03 17:54:49.668 INFO building ROM for gimlet
112162026-09-03T17:54:50.328Z[ host-image] Sep 03 17:54:49.668 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")
112172026-09-03T17:54:50.400Z[ recovery-image] Sep 03 17:54:49.735 INFO E| Finished `release` profile [optimized] target(s) in 20.01s
112182026-09-03T17:54:50.418Z[ recovery-image] Sep 03 17:54:49.752 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112192026-09-03T17:54:50.419Z[ recovery-image] Sep 03 17:54:49.752 INFO building ROM for cosmo
112202026-09-03T17:54:50.419Z[ recovery-image] Sep 03 17:54:49.752 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")
112212026-09-03T17:54:50.419Z[ host-image] Sep 03 17:54:49.758 INFO E| Downloading crates ...
112222026-09-03T17:54:50.464Z[ host-image] Sep 03 17:54:49.801 INFO E| Downloaded anstyle-query v1.1.2
112232026-09-03T17:54:50.475Z[ host-image] Sep 03 17:54:49.802 INFO E| Downloaded colorchoice v1.0.3
112242026-09-03T17:54:50.475Z[ recovery-image] Sep 03 17:54:49.803 INFO E| Blocking waiting for file lock on package cache
112252026-09-03T17:54:50.476Z[ host-image] Sep 03 17:54:49.805 INFO E| Downloaded toml_write v0.1.1
112262026-09-03T17:54:50.476Z[ host-image] Sep 03 17:54:49.813 INFO E| Downloaded toml v0.8.22
112272026-09-03T17:54:50.493Z[ host-image] Sep 03 17:54:49.833 INFO E| Downloaded is_terminal_polyfill v1.70.1
112282026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.834 INFO E| Downloaded toml_datetime v0.6.9
112292026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.834 INFO E| Downloaded anstyle v1.0.10
112302026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.835 INFO E| Downloaded serde_spanned v0.6.8
112312026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.836 INFO E| Downloaded clap_lex v0.7.4
112322026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.837 INFO E| Downloaded os_pipe v1.2.1
112332026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.837 INFO E| Downloaded shared_child v1.0.1
112342026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.838 INFO E| Downloaded anstream v0.6.18
112352026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.839 INFO E| Downloaded anstyle-parse v0.2.6
112362026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.840 INFO E| Downloaded duct v0.13.7
112372026-09-03T17:54:50.513Z[ host-image] Sep 03 17:54:49.841 INFO E| Downloaded clap_derive v4.5.32
112382026-09-03T17:54:50.528Z[ host-image] Sep 03 17:54:49.851 INFO E| Downloaded clap v4.5.37
112392026-09-03T17:54:50.536Z[ host-image] Sep 03 17:54:49.868 INFO E| Downloaded cc v1.2.20
112402026-09-03T17:54:50.536Z[ host-image] Sep 03 17:54:49.870 INFO E| Downloaded toml_edit v0.22.26
112412026-09-03T17:54:50.550Z[ host-image] Sep 03 17:54:49.890 INFO E| Downloaded clap_builder v4.5.37
112422026-09-03T17:54:50.560Z[ host-image] Sep 03 17:54:49.894 INFO E| Downloaded winnow v0.7.7
112432026-09-03T17:54:50.560Z[ host-image] Sep 03 17:54:49.900 INFO E| Blocking waiting for file lock on package cache
112442026-09-03T17:54:50.593Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling libc v0.2.172
112452026-09-03T17:54:50.593Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling utf8parse v0.2.2
112462026-09-03T17:54:50.641Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling anstyle v1.0.10
112472026-09-03T17:54:50.641Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling anstyle-query v1.1.2
112482026-09-03T17:54:50.641Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling colorchoice v1.0.3
112492026-09-03T17:54:50.641Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling hashbrown v0.15.2
112502026-09-03T17:54:50.641Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling is_terminal_polyfill v1.70.1
112512026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.933 INFO E| Compiling equivalent v1.0.2
112522026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.934 INFO E| Compiling shlex v1.3.0
112532026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.934 INFO E| Compiling once_cell v1.21.3
112542026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.934 INFO E| Compiling clap_lex v0.7.4
112552026-09-03T17:54:50.642Z[ recovery-image] Sep 03 17:54:49.936 INFO E| Blocking waiting for file lock on build directory
112562026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.952 INFO E| Compiling toml_write v0.1.1
112572026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.964 INFO E| Compiling strsim v0.11.1
112582026-09-03T17:54:50.642Z[ host-image] Sep 03 17:54:49.964 INFO E| Compiling anyhow v1.0.98
112592026-09-03T17:54:50.660Z[ host-image] Sep 03 17:54:49.974 INFO E| Compiling winnow v0.7.7
112602026-09-03T17:54:50.661Z[ host-image] Sep 03 17:54:49.974 INFO E| Compiling syn v2.0.101
112612026-09-03T17:54:50.725Z[ host-image] Sep 03 17:54:50.063 INFO E| Compiling anstyle-parse v0.2.6
112622026-09-03T17:54:50.761Z[ host-image] Sep 03 17:54:50.102 INFO E| Compiling cc v1.2.20
112632026-09-03T17:54:50.859Z[ host-image] Sep 03 17:54:50.199 INFO E| Compiling anstream v0.6.18
112642026-09-03T17:54:51.065Z[ host-image] Sep 03 17:54:50.402 INFO E| Compiling clap_builder v4.5.37
112652026-09-03T17:54:51.089Z[ host-image] Sep 03 17:54:50.430 INFO E| Compiling indexmap v2.9.0
112662026-09-03T17:54:51.237Z[ host-image] Sep 03 17:54:50.577 INFO E| Compiling shared_child v1.0.1
112672026-09-03T17:54:51.237Z[ host-image] Sep 03 17:54:50.577 INFO E| Compiling os_pipe v1.2.1
112682026-09-03T17:54:51.348Z[ host-image] Sep 03 17:54:50.688 INFO E| Compiling duct v0.13.7
112692026-09-03T17:54:51.839Z[ host-image] Sep 03 17:54:51.162 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112702026-09-03T17:54:55.329Z[ host-image] Sep 03 17:54:52.016 INFO E| Compiling serde_derive v1.0.219
112712026-09-03T17:54:55.329Z[ host-image] Sep 03 17:54:52.016 INFO E| Compiling clap_derive v4.5.32
112722026-09-03T17:54:55.364Z[ host-image] Sep 03 17:54:53.291 INFO E| Compiling clap v4.5.37
112732026-09-03T17:54:55.364Z[ host-image] Sep 03 17:54:53.938 INFO E| Compiling serde v1.0.219
112742026-09-03T17:54:56.336Z[ host-image] Sep 03 17:54:55.674 INFO E| Compiling toml_datetime v0.6.9
112752026-09-03T17:54:56.340Z[ host-image] Sep 03 17:54:55.674 INFO E| Compiling serde_spanned v0.6.8
112762026-09-03T17:54:56.494Z[ host-image] Sep 03 17:54:55.835 INFO E| Compiling toml_edit v0.22.26
112772026-09-03T17:54:57.661Z[ host-image] Sep 03 17:54:57.001 INFO E| Compiling toml v0.8.22
112782026-09-03T17:54:59.694Z[ host-image] Sep 03 17:54:59.033 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
112792026-09-03T17:54:59.702Z[ recovery-image] Sep 03 17:54:59.042 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
112802026-09-03T17:54:59.706Z[ host-image] Sep 03 17:54:59.043 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`
112812026-09-03T17:54:59.706Z[ recovery-image] Sep 03 17:54:59.045 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`
112822026-09-03T17:54:59.721Z[ host-image] Sep 03 17:54:59.061 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112832026-09-03T17:54:59.725Z[ recovery-image] Sep 03 17:54:59.064 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112842026-09-03T17:54:59.744Z[ recovery-image] Sep 03 17:54:59.085 INFO E| Blocking waiting for file lock on package cache
112852026-09-03T17:54:59.763Z[ host-image] Sep 03 17:54:59.103 INFO E| Blocking waiting for file lock on package cache
112862026-09-03T17:54:59.787Z[ host-image] Sep 03 17:54:59.127 INFO E| Blocking waiting for file lock on package cache
112872026-09-03T17:54:59.791Z[ recovery-image] Sep 03 17:54:59.129 INFO E| Blocking waiting for file lock on package cache
112882026-09-03T17:54:59.805Z[ host-image] Sep 03 17:54:59.145 INFO E| Blocking waiting for file lock on package cache
112892026-09-03T17:54:59.820Z[ recovery-image] Sep 03 17:54:59.160 INFO E| Blocking waiting for file lock on build directory
112902026-09-03T17:54:59.832Z[ host-image] Sep 03 17:54:59.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112912026-09-03T17:54:59.835Z[ host-image] Sep 03 17:54:59.176 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`
112922026-09-03T17:54:59.842Z[ recovery-image] Sep 03 17:54:59.183 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112932026-09-03T17:54:59.846Z[ recovery-image] Sep 03 17:54:59.186 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`
112942026-09-03T17:54:59.966Z[ host-image] Sep 03 17:54:59.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112952026-09-03T17:54:59.966Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112962026-09-03T17:54:59.966Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112972026-09-03T17:54:59.983Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112982026-09-03T17:54:59.983Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112992026-09-03T17:54:59.983Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113002026-09-03T17:54:59.983Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113012026-09-03T17:54:59.983Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113022026-09-03T17:54:59.984Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113032026-09-03T17:54:59.984Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113042026-09-03T17:54:59.984Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113052026-09-03T17:54:59.984Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113062026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113072026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113082026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113092026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO O| Info: ABL version: 0x100f5010
113102026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113112026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113122026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113132026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113142026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113152026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113162026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113172026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113182026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113192026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113202026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113212026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113222026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113232026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113242026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113252026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113262026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113272026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113282026-09-03T17:54:59.994Z[ host-image] Sep 03 17:54:59.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113292026-09-03T17:54:59.999Z[ host-image] Sep 03 17:54:59.330 INFO building ROM for cosmo
113302026-09-03T17:54:59.999Z[ host-image] Sep 03 17:54:59.330 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")
113312026-09-03T17:55:00.066Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113322026-09-03T17:55:00.067Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113332026-09-03T17:55:00.067Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113342026-09-03T17:55:00.067Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113352026-09-03T17:55:00.067Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113362026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113372026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113382026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113392026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113402026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113412026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113422026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113432026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113442026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113452026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113462026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113472026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113482026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113492026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113502026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113512026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
113522026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
113532026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
113542026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
113552026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
113562026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
113572026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
113582026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
113592026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
113602026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
113612026-09-03T17:55:00.072Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
113622026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
113632026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
113642026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
113652026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113662026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113672026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113682026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113692026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113702026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113712026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113722026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113732026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113742026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113752026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113762026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113772026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113782026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113792026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113802026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113812026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113822026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113832026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113842026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO O| Info: ABL version: 0x100af010
113852026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113862026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.408 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113872026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113882026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113892026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113902026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113912026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113922026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113932026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113942026-09-03T17:55:00.073Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113952026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113962026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113972026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113982026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113992026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114002026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114012026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114022026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114032026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114042026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114052026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114062026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114072026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114082026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114092026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114102026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114112026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114122026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114132026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114142026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114152026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114162026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114172026-09-03T17:55:00.074Z[ recovery-image] Sep 03 17:54:59.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114182026-09-03T17:55:00.086Z[ host-image] Sep 03 17:54:59.427 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
114192026-09-03T17:55:00.090Z[ host-image] Sep 03 17:54:59.430 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`
114202026-09-03T17:55:00.104Z[ host-image] Sep 03 17:54:59.443 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114212026-09-03T17:55:00.107Z[ recovery-image] Sep 03 17:54:59.443 INFO building ROM for gimlet
114222026-09-03T17:55:00.108Z[ recovery-image] Sep 03 17:54:59.444 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")
114232026-09-03T17:55:00.156Z[ recovery-image] Sep 03 17:54:59.496 INFO E| Blocking waiting for file lock on package cache
114242026-09-03T17:55:00.162Z[ host-image] Sep 03 17:54:59.503 INFO E| Blocking waiting for file lock on package cache
114252026-09-03T17:55:00.197Z[ host-image] Sep 03 17:54:59.538 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
114262026-09-03T17:55:00.203Z[ host-image] Sep 03 17:54:59.542 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`
114272026-09-03T17:55:00.207Z[ recovery-image] Sep 03 17:54:59.544 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114282026-09-03T17:55:00.207Z[ recovery-image] Sep 03 17:54:59.547 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`
114292026-09-03T17:55:00.222Z[ recovery-image] Sep 03 17:54:59.563 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
114302026-09-03T17:55:00.295Z[ recovery-image] Sep 03 17:54:59.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114312026-09-03T17:55:00.299Z[ recovery-image] Sep 03 17:54:59.639 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`
114322026-09-03T17:55:00.419Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114332026-09-03T17:55:00.419Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114342026-09-03T17:55:00.419Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114352026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114362026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114372026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114382026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114392026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114402026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114412026-09-03T17:55:00.423Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114422026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114432026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114442026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114452026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114462026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114472026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114482026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114492026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114502026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114512026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114522026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114532026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114542026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114552026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114562026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114572026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114582026-09-03T17:55:00.424Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114592026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114602026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114612026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114622026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114632026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114642026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114652026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114662026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114672026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114682026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114692026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114702026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114712026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114722026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114732026-09-03T17:55:00.425Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114742026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114752026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114762026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114772026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
114782026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
114792026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114802026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
114812026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
114822026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114832026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114842026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114852026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114862026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
114872026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114882026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
114892026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
114902026-09-03T17:55:00.426Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114912026-09-03T17:55:00.426Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
114922026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114932026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
114942026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
114952026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.760 INFO O| Info: ABL version: 0x100af010
114962026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
114972026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114982026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
114992026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115002026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115012026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115022026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115032026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115042026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115052026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.761 INFO O| Info: ABL version: 0x100f5010
115062026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115072026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115082026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115092026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115102026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115112026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115122026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115132026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115142026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115152026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115162026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115172026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115182026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115192026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115202026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115212026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115222026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115232026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115242026-09-03T17:55:00.427Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115252026-09-03T17:55:00.427Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115262026-09-03T17:55:00.428Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115272026-09-03T17:55:00.428Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
115282026-09-03T17:55:00.428Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115292026-09-03T17:55:00.428Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115302026-09-03T17:55:00.428Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115312026-09-03T17:55:00.428Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115322026-09-03T17:55:00.428Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115332026-09-03T17:55:00.428Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115342026-09-03T17:55:00.428Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115352026-09-03T17:55:00.432Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115362026-09-03T17:55:00.432Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115372026-09-03T17:55:00.432Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115382026-09-03T17:55:00.433Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115392026-09-03T17:55:00.433Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115402026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115412026-09-03T17:55:00.433Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115422026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115432026-09-03T17:55:00.433Z[ recovery-image] Sep 03 17:54:59.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115442026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115452026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115462026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115472026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115482026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115492026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115502026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115512026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115522026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115532026-09-03T17:55:00.433Z[ host-image] Sep 03 17:54:59.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115542026-09-03T17:55:00.465Z[ host-image] Sep 03 17:54:59.804 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115552026-09-03T17:55:00.465Z[ host-image] Sep 03 17:54:59.804 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115562026-09-03T17:55:00.466Z[ host-image] Sep 03 17:54:59.804 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115572026-09-03T17:55:00.470Z[ recovery-image] Sep 03 17:54:59.808 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115582026-09-03T17:55:00.470Z[ recovery-image] Sep 03 17:54:59.808 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115592026-09-03T17:55:01.632Z[ host-image] Sep 03 17:55:00.972 INFO image complete! materials are in "/work/os-host"
115602026-09-03T17:55:01.636Z[ host-image]
115612026-09-03T17:55:01.636Z[ host-image] real 4:06.170246668
115622026-09-03T17:55:01.636Z[ host-image] user 3:22.312990021
115632026-09-03T17:55:01.636Z[ host-image] sys 45.077442567
115642026-09-03T17:55:01.636Z[ host-image] trap 0.164896974
115652026-09-03T17:55:01.636Z[ host-image] tflt 0.539919489
115662026-09-03T17:55:01.636Z[ host-image] dflt 0.927114457
115672026-09-03T17:55:01.636Z[ host-image] kflt 0.007080135
115682026-09-03T17:55:01.636Z[ host-image] lock 8:01.237269488
115692026-09-03T17:55:01.636Z[ host-image] slp 22:14.941724469
115702026-09-03T17:55:01.636Z[ host-image] lat 34.405896341
115712026-09-03T17:55:01.636Z[ host-image] stop 8.696450357
115722026-09-03T17:55:01.636ZSep 03 17:55:00.976 INFO [host-image] process exited with exit status: 0 (246.175314563s)
115732026-09-03T17:55:01.636ZSep 03 17:55:00.976 INFO [tuf-v2-host] running task
115742026-09-03T17:55:01.640ZSep 03 17:55:00.977 INFO [tuf-v2-host] task succeeded (839.65µs)
115752026-09-03T17:55:01.734Z[ recovery-image] Sep 03 17:55:01.074 INFO image complete! materials are in "/work/os-recovery"
115762026-09-03T17:55:01.738Z[ recovery-image]
115772026-09-03T17:55:01.738Z[ recovery-image] real 3:35.974515992
115782026-09-03T17:55:01.738Z[ recovery-image] user 2:04.012214001
115792026-09-03T17:55:01.738Z[ recovery-image] sys 30.478807686
115802026-09-03T17:55:01.738Z[ recovery-image] trap 0.101392081
115812026-09-03T17:55:01.738Z[ recovery-image] tflt 0.225669546
115822026-09-03T17:55:01.739Z[ recovery-image] dflt 0.311426871
115832026-09-03T17:55:01.739Z[ recovery-image] kflt 0.000657280
115842026-09-03T17:55:01.739Z[ recovery-image] lock 5:29.280554464
115852026-09-03T17:55:01.739Z[ recovery-image] slp 18:23.308900068
115862026-09-03T17:55:01.739Z[ recovery-image] lat 34.240801577
115872026-09-03T17:55:01.739Z[ recovery-image] stop 2.086553637
115882026-09-03T17:55:01.739ZSep 03 17:55:01.078 INFO [recovery-image] process exited with exit status: 0 (215.979125887s)
115892026-09-03T17:55:01.739ZSep 03 17:55:01.078 INFO [tuf-v2-recovery] running task
115902026-09-03T17:55:01.739ZSep 03 17:55:01.078 INFO [tuf-repo] running task
115912026-09-03T17:55:01.739ZSep 03 17:55:01.078 INFO [tuf-v2-recovery] task succeeded (557.67µs)
115922026-09-03T17:55:01.739ZSep 03 17:55:01.078 INFO [tuf-v2-repo] running task
115932026-09-03T17:55:16.329ZSep 03 17:55:15.669 INFO assembling repository in `/tmp/tufaceousg1uqaJ`, component: OmicronRepoAssembler
115942026-09-03T17:55:18.897ZSep 03 17:55:18.237 INFO [tuf-v2-repo] task succeeded (17.158555761s)
115952026-09-03T17:55:21.581ZSep 03 17:55:20.921 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115962026-09-03T17:55:21.782ZSep 03 17:55:21.121 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115972026-09-03T17:55:23.461ZSep 03 17:55:22.801 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115982026-09-03T17:55:23.519ZSep 03 17:55:22.859 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115992026-09-03T17:55:23.573ZSep 03 17:55:22.913 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
116002026-09-03T17:55:23.627ZSep 03 17:55:22.967 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116012026-09-03T17:55:23.680ZSep 03 17:55:23.020 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116022026-09-03T17:55:23.732ZSep 03 17:55:23.072 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116032026-09-03T17:55:23.786ZSep 03 17:55:23.126 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116042026-09-03T17:55:31.444ZSep 03 17:55:30.784 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
116052026-09-03T17:55:31.449ZSep 03 17:55:30.790 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
116062026-09-03T17:55:31.473ZSep 03 17:55:30.813 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
116072026-09-03T17:55:31.564ZSep 03 17:55:30.872 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116082026-09-03T17:55:31.587ZSep 03 17:55:30.927 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116092026-09-03T17:55:31.660ZSep 03 17:55:31.000 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116102026-09-03T17:55:31.724ZSep 03 17:55:31.065 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
116112026-09-03T17:55:31.730ZSep 03 17:55:31.071 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
116122026-09-03T17:55:31.754ZSep 03 17:55:31.095 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
116132026-09-03T17:55:32.888ZSep 03 17:55:32.221 INFO [tuf-repo] task succeeded (31.14307257s)
116142026-09-03T17:58:35.063Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
116152026-09-03T17:58:35.067Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116162026-09-03T17:58:35.067Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116172026-09-03T17:58:37.785ZSep 03 17:58:37.125 INFO [verify-libraries] process exited with exit status: 0 (432.251890025s)
116182026-09-03T17:58:37.785ZSep 03 17:58:37.125 INFO all jobs completed in 1184.315094592s
116192026-09-03T17:58:38.774Zprocess exited: duration 1404355 ms, exit code 0
 
116202026-09-03T17:58:38.788Zfound 41 output files
116212026-09-03T17:58:38.788Zuploading: /work/manifest.toml (17334 bytes)
116222026-09-03T17:58:39.802Zuploaded: /work/manifest.toml
116232026-09-03T17:58:39.802Zuploading: /work/repo.zip (2348176865 bytes)
116242026-09-03T17:59:09.975Zuploaded: /work/repo.zip
116252026-09-03T17:59:09.975Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116262026-09-03T17:59:10.992Zuploaded: /work/repo.zip.sha256.txt
116272026-09-03T17:59:10.992Zuploading: /work/helios.json (647 bytes)
116282026-09-03T17:59:12.004Zuploaded: /work/helios.json
116292026-09-03T17:59:12.005Zuploading: /work/incorporation.p5m (113595 bytes)
116302026-09-03T17:59:13.023Zuploaded: /work/incorporation.p5m
116312026-09-03T17:59:13.023Zuploading: /work/incorporation.p5p (133120 bytes)
116322026-09-03T17:59:14.044Zuploaded: /work/incorporation.p5p
116332026-09-03T17:59:14.044Zuploading: /work/helios-incorp.log (522 bytes)
116342026-09-03T17:59:15.055Zuploaded: /work/helios-incorp.log
116352026-09-03T17:59:15.055Zuploading: /work/helios-setup.log (57183 bytes)
116362026-09-03T17:59:16.069Zuploaded: /work/helios-setup.log
116372026-09-03T17:59:16.069Zuploading: /work/host-image.log (242777 bytes)
116382026-09-03T17:59:17.095Zuploaded: /work/host-image.log
116392026-09-03T17:59:17.095Zuploading: /work/host-package.log (49353 bytes)
116402026-09-03T17:59:18.112Zuploaded: /work/host-package.log
116412026-09-03T17:59:18.112Zuploading: /work/host-target.log (101 bytes)
116422026-09-03T17:59:19.123Zuploaded: /work/host-target.log
116432026-09-03T17:59:19.123Zuploading: /work/incorp-create.log (0 bytes)
116442026-09-03T17:59:20.131Zuploaded: /work/incorp-create.log
116452026-09-03T17:59:20.132Zuploading: /work/incorp-fmt.log (0 bytes)
116462026-09-03T17:59:21.141Zuploaded: /work/incorp-fmt.log
116472026-09-03T17:59:21.141Zuploading: /work/incorp-pkgsend.log (108 bytes)
116482026-09-03T17:59:22.151Zuploaded: /work/incorp-pkgsend.log
116492026-09-03T17:59:22.152Zuploading: /work/incorp-publisher.log (0 bytes)
116502026-09-03T17:59:23.160Zuploaded: /work/incorp-publisher.log
116512026-09-03T17:59:23.161Zuploading: /work/omicron-package.log (10474 bytes)
116522026-09-03T17:59:24.172Zuploaded: /work/omicron-package.log
116532026-09-03T17:59:24.172Zuploading: /work/recovery-image.log (584572 bytes)
116542026-09-03T17:59:25.196Zuploaded: /work/recovery-image.log
116552026-09-03T17:59:25.196Zuploading: /work/recovery-package.log (2621 bytes)
116562026-09-03T17:59:26.207Zuploaded: /work/recovery-package.log
116572026-09-03T17:59:26.207Zuploading: /work/recovery-target.log (98 bytes)
116582026-09-03T17:59:27.220Zuploaded: /work/recovery-target.log
116592026-09-03T17:59:27.220Zuploading: /work/stamp-clickhouse.log (117 bytes)
116602026-09-03T17:59:28.232Zuploaded: /work/stamp-clickhouse.log
116612026-09-03T17:59:28.232Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116622026-09-03T17:59:29.248Zuploaded: /work/stamp-clickhouse_keeper.log
116632026-09-03T17:59:29.248Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116642026-09-03T17:59:30.259Zuploaded: /work/stamp-clickhouse_server.log
116652026-09-03T17:59:30.259Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116662026-09-03T17:59:31.271Zuploaded: /work/stamp-cockroachdb.log
116672026-09-03T17:59:31.271Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116682026-09-03T17:59:32.283Zuploaded: /work/stamp-crucible-pantry-zone.log
116692026-09-03T17:59:32.283Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116702026-09-03T17:59:33.298Zuploaded: /work/stamp-crucible-utils.log
116712026-09-03T17:59:33.298Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116722026-09-03T17:59:34.310Zuploaded: /work/stamp-crucible-zone.log
116732026-09-03T17:59:34.310Zuploading: /work/stamp-external-dns.log (119 bytes)
116742026-09-03T17:59:35.321Zuploaded: /work/stamp-external-dns.log
116752026-09-03T17:59:35.322Zuploading: /work/stamp-installinator.log (103 bytes)
116762026-09-03T17:59:36.334Zuploaded: /work/stamp-installinator.log
116772026-09-03T17:59:36.334Zuploading: /work/stamp-internal-dns.log (119 bytes)
116782026-09-03T17:59:37.346Zuploaded: /work/stamp-internal-dns.log
116792026-09-03T17:59:37.347Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116802026-09-03T17:59:38.358Zuploaded: /work/stamp-mg-ddm-gz.log
116812026-09-03T17:59:38.362Zuploading: /work/stamp-nexus.log (112 bytes)
116822026-09-03T17:59:39.370Zuploaded: /work/stamp-nexus.log
116832026-09-03T17:59:39.370Zuploading: /work/stamp-ntp.log (110 bytes)
116842026-09-03T17:59:40.381Zuploaded: /work/stamp-ntp.log
116852026-09-03T17:59:40.381Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116862026-09-03T17:59:41.391Zuploaded: /work/stamp-omicron-sled-agent.log
116872026-09-03T17:59:41.391Zuploading: /work/stamp-overlay.log (114 bytes)
116882026-09-03T17:59:42.403Zuploaded: /work/stamp-overlay.log
116892026-09-03T17:59:42.403Zuploading: /work/stamp-oximeter.log (115 bytes)
116902026-09-03T17:59:43.414Zuploaded: /work/stamp-oximeter.log
116912026-09-03T17:59:43.414Zuploading: /work/stamp-oxlog.log (109 bytes)
116922026-09-03T17:59:44.426Zuploaded: /work/stamp-oxlog.log
116932026-09-03T17:59:44.426Zuploading: /work/stamp-probe.log (112 bytes)
116942026-09-03T17:59:45.439Zuploaded: /work/stamp-probe.log
116952026-09-03T17:59:45.439Zuploading: /work/stamp-propolis-server.log (122 bytes)
116962026-09-03T17:59:46.457Zuploaded: /work/stamp-propolis-server.log
116972026-09-03T17:59:46.457Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116982026-09-03T17:59:47.473Zuploaded: /work/stamp-pumpkind-gz.log
116992026-09-03T17:59:47.473Zuploading: /work/stamp-switch-asic.log (118 bytes)
117002026-09-03T17:59:48.484Zuploaded: /work/stamp-switch-asic.log
117012026-09-03T17:59:48.484Zuploading: /work/verify-libraries.log (50340 bytes)
117022026-09-03T17:59:49.498Zuploaded: /work/verify-libraries.log