01M1QGYD2ZFN3JQ8MVCAX9WJ2D: 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: 01M1QGZ2SVG11Z4H4TFFNV93VA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-05T00:55:40.961Zjob assigned to worker 01M1QGZ5R6WMZBQYZ79NFF6DJJ [factory aws, i-04fdf0fbea56cd8a2] (queued for 56 s)
 
22026-09-05T00:55:48.407Zstarting task 0: "setup"
32026-09-05T00:55:48.412Z++ uname -s
42026-09-05T00:55:48.414Z+ kern=SunOS
52026-09-05T00:55:48.414Z+ build_user=build
62026-09-05T00:55:48.414Z+ build_uid=12345
72026-09-05T00:55:48.414Z+ work_dir=/work
82026-09-05T00:55:48.415Z+ input_dir=/input
92026-09-05T00:55:48.415Z+ [[ 0 == 12345 ]]
102026-09-05T00:55:48.415Z+ case "$kern" in
112026-09-05T00:55:48.415Z+ groupadd -g 12345 build
122026-09-05T00:55:48.417Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-05T00:55:50.425Z+ zfs create -o mountpoint=/work rpool/work
142026-09-05T00:55:50.528Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-05T00:55:50.536Z+ home_fs=zfs
162026-09-05T00:55:50.536Z+ [[ zfs == autofs ]]
172026-09-05T00:55:50.536Z+ mkdir -p /home/build
182026-09-05T00:55:50.536Z+ chown build:build /home/build /work
192026-09-05T00:55:52.534Z+ chmod 0700 /home/build /work
202026-09-05T00:55:52.545Zprocess exited: duration 4131 ms, exit code 0
 
212026-09-05T00:55:52.554Zstarting task 1: "rust-toolchain"
222026-09-05T00:55:52.557Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-05T00:55:52.557Z * rust toolchain channel = "1.97.1"
242026-09-05T00:55:52.558Z * rust toolchain profile = "default"
252026-09-05T00:55:52.558Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-05T00:55:52.558Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-05T00:55:52.558Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-05T00:55:52.561Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-05T00:55:52.561Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-05T00:55:52.629Zinfo: downloading installer
312026-09-05T00:55:54.199Zinfo: profile set to default
322026-09-05T00:55:54.200Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-05T00:55:54.203Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-05T00:55:54.356Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-05T00:55:54.362Zinfo: downloading 6 components
362026-09-05T00:56:10.456Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-05T00:56:10.456Z
382026-09-05T00:56:10.478Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-05T00:56:10.478Z
402026-09-05T00:56:10.485Z
412026-09-05T00:56:10.485ZRust is installed now. Great!
422026-09-05T00:56:10.485Z
432026-09-05T00:56:10.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-05T00:56:10.485Zenvironment variable. This has not been done automatically.
452026-09-05T00:56:10.485Z
462026-09-05T00:56:10.487ZTo configure your current shell, you need to source
472026-09-05T00:56:10.487Zthe corresponding env file under $HOME/.cargo.
482026-09-05T00:56:10.487Z
492026-09-05T00:56:10.487ZConsider running the right command for your shell (note the leading DOT):
502026-09-05T00:56:10.487Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-05T00:56:10.488Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-05T00:56:10.488ZCC_x86_64-unknown-illumos = None
532026-09-05T00:56:10.488Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-05T00:56:10.488ZCC_x86_64_unknown_illumos = None
552026-09-05T00:56:10.488Zcargo:rerun-if-env-changed=HOST_CC
562026-09-05T00:56:10.488ZHOST_CC = None
572026-09-05T00:56:10.488Zcargo:rerun-if-env-changed=CC
582026-09-05T00:56:10.488ZCC = None
592026-09-05T00:56:10.488Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-05T00:56:10.686Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-05T00:56:10.686ZCRATE_CC_NO_DEFAULTS = None
622026-09-05T00:56:10.686Zcargo:rerun-if-env-changed=CFLAGS
632026-09-05T00:56:10.686ZCFLAGS = None
642026-09-05T00:56:10.686Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-05T00:56:10.686ZHOST_CFLAGS = None
662026-09-05T00:56:10.686Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-05T00:56:10.686ZCFLAGS_x86_64_unknown_illumos = None
682026-09-05T00:56:10.686Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-05T00:56:10.686ZCFLAGS_x86_64-unknown-illumos = None
702026-09-05T00:56:10.787Z+ rustup --version
712026-09-05T00:56:10.793Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-05T00:56:10.797Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-05T00:56:10.814Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-05T00:56:10.817Z+ cargo --version
752026-09-05T00:56:10.825Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-05T00:56:10.828Z+ rustc --version
772026-09-05T00:56:10.847Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-05T00:56:10.851Zprocess exited: duration 18297 ms, exit code 0
 
792026-09-05T00:56:10.858Zstarting task 2: "authentication"
802026-09-05T00:56:10.876Zprocess exited: duration 17 ms, exit code 0
 
812026-09-05T00:56:10.882Zstarting task 3: "clone repository"
822026-09-05T00:56:10.887Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-05T00:56:10.890Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-05T00:56:10.925ZCloning into '/work/oxidecomputer/omicron'...
852026-09-05T00:56:31.259Z+ cd /work/oxidecomputer/omicron
862026-09-05T00:56:31.259Z+ git fetch origin 9fe05e014bc785f66731f666b04e42dde337c70c
872026-09-05T00:56:31.624ZFrom https://github.com/oxidecomputer/omicron
882026-09-05T00:56:31.624Z * branch 9fe05e014bc785f66731f666b04e42dde337c70c -> FETCH_HEAD
892026-09-05T00:56:31.638Z+ [[ -n '' ]]
902026-09-05T00:56:31.639Z+ git reset --hard 9fe05e014bc785f66731f666b04e42dde337c70c
912026-09-05T00:56:31.889ZHEAD is now at 9fe05e014 fix docs
922026-09-05T00:56:31.892Zprocess exited: duration 21008 ms, exit code 0
 
932026-09-05T00:56:31.899Zstarting task 4: "build"
942026-09-05T00:56:31.904Z+ source .github/buildomat/ci-env.sh
952026-09-05T00:56:31.904Z++ export CARGO_TERM_COLOR=always
962026-09-05T00:56:31.905Z++ CARGO_TERM_COLOR=always
972026-09-05T00:56:31.907Z+++ uname -s
982026-09-05T00:56:31.908Z++ [[ SunOS == \S\u\n\O\S ]]
992026-09-05T00:56:31.908Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1002026-09-05T00:56:31.910Z+ cargo --version
1012026-09-05T00:56:31.918Zcargo 1.97.1 (c980f4866 2026-06-30)
1022026-09-05T00:56:31.921Z+ rustc --version
1032026-09-05T00:56:31.940Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1042026-09-05T00:56:31.943Z+ cargo tree --locked
1052026-09-05T00:56:32.109Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-09-05T00:56:32.445Z Updating crates.io index
1072026-09-05T00:56:32.448Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-09-05T00:56:32.759Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1092026-09-05T00:56:33.138Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1102026-09-05T00:56:33.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
1112026-09-05T00:56:34.755Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1122026-09-05T00:56:35.387Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132026-09-05T00:56:37.337Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-09-05T00:56:38.449Z Updating git repository `https://github.com/oxidecomputer/tofino`
1152026-09-05T00:56:38.773Z Updating git repository `https://github.com/oxidecomputer/lldp`
1162026-09-05T00:56:39.136Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1172026-09-05T00:56:40.501Z Updating git repository `https://github.com/oxidecomputer/clickward`
1182026-09-05T00:56:40.828Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1192026-09-05T00:56:41.224Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-09-05T00:56:41.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-09-05T00:56:42.369Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-09-05T00:56:42.648Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-09-05T00:56:42.968Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-09-05T00:56:43.221Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-09-05T00:56:43.563Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262026-09-05T00:56:43.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-09-05T00:56:44.404Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-09-05T00:56:44.702Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-09-05T00:56:45.248Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-09-05T00:56:45.589Z Updating git repository `https://github.com/oxidecomputer/erebor`
1312026-09-05T00:56:45.847Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-09-05T00:56:46.288Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-09-05T00:56:46.603Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1342026-09-05T00:56:47.084Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352026-09-05T00:56:47.408Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362026-09-05T00:56:47.671Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372026-09-05T00:56:47.976Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-09-05T00:56:48.360Z Updating git repository `https://github.com/oxidecomputer/tough`
1392026-09-05T00:56:48.945Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402026-09-05T00:56:49.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1412026-09-05T00:56:49.525Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-09-05T00:56:49.866Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-09-05T00:56:50.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-09-05T00:56:50.485Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-09-05T00:56:50.757Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-09-05T00:56:51.106Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-09-05T00:56:51.428Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-05T00:56:51.820Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-09-05T00:56:54.425Z Downloading crates ...
1502026-09-05T00:56:54.464Z Downloaded colorchoice v1.0.4
1512026-09-05T00:56:54.471Z Downloaded cmake v0.1.57
1522026-09-05T00:56:54.477Z Downloaded compression-core v0.4.31
1532026-09-05T00:56:54.477Z Downloaded console v0.16.2
1542026-09-05T00:56:54.477Z Downloaded compact_str v0.8.1
1552026-09-05T00:56:54.485Z Downloaded defmt-parser v1.0.0
1562026-09-05T00:56:54.485Z Downloaded darling_core v0.13.4
1572026-09-05T00:56:54.490Z Downloaded derive_builder_core v0.20.2
1582026-09-05T00:56:54.490Z Downloaded der v0.8.0
1592026-09-05T00:56:54.496Z Downloaded diesel_table_macro_syntax v0.3.0
1602026-09-05T00:56:54.502Z Downloaded cpubits v0.1.1
1612026-09-05T00:56:54.502Z Downloaded instant v0.1.13
1622026-09-05T00:56:54.507Z Downloaded hubpack_derive v0.1.1
1632026-09-05T00:56:54.507Z Downloaded hex-literal v1.1.0
1642026-09-05T00:56:54.511Z Downloaded cpufeatures v0.2.17
1652026-09-05T00:56:54.511Z Downloaded const_format_proc_macros v0.2.34
1662026-09-05T00:56:54.516Z Downloaded half v2.7.1
1672026-09-05T00:56:54.521Z Downloaded heck v0.4.1
1682026-09-05T00:56:54.521Z Downloaded crunchy v0.2.4
1692026-09-05T00:56:54.526Z Downloaded headers-core v0.3.0
1702026-09-05T00:56:54.527Z Downloaded cobs v0.3.0
1712026-09-05T00:56:54.527Z Downloaded hybrid-array v0.4.13
1722026-09-05T00:56:54.531Z Downloaded cmov v0.5.4
1732026-09-05T00:56:54.531Z Downloaded corncobs v0.1.4
1742026-09-05T00:56:54.531Z Downloaded hostname v0.3.1
1752026-09-05T00:56:54.531Z Downloaded cpufeatures v0.3.0
1762026-09-05T00:56:54.531Z Downloaded hash32 v0.3.1
1772026-09-05T00:56:54.535Z Downloaded crc-catalog v2.4.0
1782026-09-05T00:56:54.540Z Downloaded clap_lex v1.0.0
1792026-09-05T00:56:54.543Z Downloaded crc v3.4.0
1802026-09-05T00:56:54.544Z Downloaded constant_time_eq v0.3.1
1812026-09-05T00:56:54.548Z Downloaded hex v0.4.3
1822026-09-05T00:56:54.551Z Downloaded cipher v0.5.2
1832026-09-05T00:56:54.551Z Downloaded cookie v0.18.1
1842026-09-05T00:56:54.552Z Downloaded crucible-workspace-hack v0.1.0
1852026-09-05T00:56:54.552Z Downloaded http-range v0.1.5
1862026-09-05T00:56:54.557Z Downloaded darling_macro v0.13.4
1872026-09-05T00:56:54.562Z Downloaded guppy-workspace-hack v0.1.0
1882026-09-05T00:56:54.562Z Downloaded hmac v0.12.1
1892026-09-05T00:56:54.565Z Downloaded defmt v0.3.100
1902026-09-05T00:56:54.568Z Downloaded crypto-common v0.2.2
1912026-09-05T00:56:54.571Z Downloaded debug-ignore v1.0.5
1922026-09-05T00:56:54.574Z Downloaded http-body v1.0.1
1932026-09-05T00:56:54.579Z Downloaded crypto-common v0.1.7
1942026-09-05T00:56:54.579Z Downloaded cstr-argument v0.1.2
1952026-09-05T00:56:54.579Z Downloaded darling_macro v0.21.3
1962026-09-05T00:56:54.579Z Downloaded darling_macro v0.23.0
1972026-09-05T00:56:54.584Z Downloaded hex-literal v0.4.1
1982026-09-05T00:56:54.584Z Downloaded heck v0.5.0
1992026-09-05T00:56:54.584Z Downloaded critical-section v1.2.0
2002026-09-05T00:56:54.584Z Downloaded hash32 v0.2.1
2012026-09-05T00:56:54.590Z Downloaded home v0.5.12
2022026-09-05T00:56:54.590Z Downloaded idna_adapter v1.2.1
2032026-09-05T00:56:54.591Z Downloaded concurrent-queue v2.5.0
2042026-09-05T00:56:54.591Z Downloaded convert_case v0.4.0
2052026-09-05T00:56:54.591Z Downloaded hostname v0.4.2
2062026-09-05T00:56:54.594Z Downloaded base16ct v1.0.0
2072026-09-05T00:56:54.594Z Downloaded constant_time_eq v0.4.2
2082026-09-05T00:56:54.594Z Downloaded hubpack v0.1.2
2092026-09-05T00:56:54.599Z Downloaded instability v0.3.11
2102026-09-05T00:56:54.599Z Downloaded is-terminal v0.4.17
2112026-09-05T00:56:54.602Z Downloaded illumos-nvpair v0.3.0
2122026-09-05T00:56:54.602Z Downloaded inout v0.1.4
2132026-09-05T00:56:54.602Z Downloaded curve25519-dalek-derive v0.1.1
2142026-09-05T00:56:54.602Z Downloaded derive_builder_macro v0.20.2
2152026-09-05T00:56:54.607Z Downloaded crc8 v0.1.1
2162026-09-05T00:56:54.611Z Downloaded inout v0.2.2
2172026-09-05T00:56:54.611Z Downloaded itoa v1.0.17
2182026-09-05T00:56:54.611Z Downloaded indent_write v2.2.0
2192026-09-05T00:56:54.611Z Downloaded bb8 v0.8.6
2202026-09-05T00:56:54.611Z Downloaded illumos-nvpair-sys v0.2.0
2212026-09-05T00:56:54.614Z Downloaded is_ci v1.2.0
2222026-09-05T00:56:54.614Z Downloaded jiff-static v0.2.34
2232026-09-05T00:56:54.614Z Downloaded darling_macro v0.20.11
2242026-09-05T00:56:54.619Z Downloaded block-padding v0.4.2
2252026-09-05T00:56:54.619Z Downloaded hyper-tls v0.6.0
2262026-09-05T00:56:54.619Z Downloaded colored v2.2.0
2272026-09-05T00:56:54.622Z Downloaded crossbeam-deque v0.8.6
2282026-09-05T00:56:54.622Z Downloaded indoc v1.0.9
2292026-09-05T00:56:54.626Z Downloaded httpdate v1.0.3
2302026-09-05T00:56:54.626Z Downloaded async-object-pool v0.2.0
2312026-09-05T00:56:54.630Z Downloaded cast v0.3.0
2322026-09-05T00:56:54.634Z Downloaded humantime v2.3.0
2332026-09-05T00:56:54.642Z Downloaded der_derive v0.7.3
2342026-09-05T00:56:54.645Z Downloaded darling v0.13.4
2352026-09-05T00:56:54.645Z Downloaded data-encoding v2.10.0
2362026-09-05T00:56:54.649Z Downloaded criterion-plot v0.6.0
2372026-09-05T00:56:54.649Z Downloaded daft-derive v0.1.8
2382026-09-05T00:56:54.652Z Downloaded castaway v0.2.4
2392026-09-05T00:56:54.652Z Downloaded oso-derive v0.27.3
2402026-09-05T00:56:54.652Z Downloaded olpc-cjson v0.1.4
2412026-09-05T00:56:54.652Z Downloaded oxide-generation-macros v0.2.0
2422026-09-05T00:56:54.652Z Downloaded opaque-debug v0.3.1
2432026-09-05T00:56:54.656Z Downloaded password-hash v0.6.1
2442026-09-05T00:56:54.656Z Downloaded highway v1.3.0
2452026-09-05T00:56:54.656Z Downloaded peg-runtime v0.8.5
2462026-09-05T00:56:54.656Z Downloaded compression-codecs v0.4.37
2472026-09-05T00:56:54.660Z Downloaded defmt-macros v1.0.1
2482026-09-05T00:56:54.660Z Downloaded csv-core v0.1.13
2492026-09-05T00:56:54.663Z Downloaded ctr v0.10.1
2502026-09-05T00:56:54.663Z Downloaded daft v0.1.8
2512026-09-05T00:56:54.663Z Downloaded clap_derive v4.6.1
2522026-09-05T00:56:54.666Z Downloaded crossbeam-epoch v0.9.18
2532026-09-05T00:56:54.667Z Downloaded ident_case v1.0.1
2542026-09-05T00:56:54.667Z Downloaded console v0.15.11
2552026-09-05T00:56:54.669Z Downloaded convert_case v0.10.0
2562026-09-05T00:56:54.670Z Downloaded cookie_store v0.22.1
2572026-09-05T00:56:54.670Z Downloaded defmt v1.0.1
2582026-09-05T00:56:54.673Z Downloaded http-body-util v0.1.3
2592026-09-05T00:56:54.673Z Downloaded ingot v0.2.1
2602026-09-05T00:56:54.676Z Downloaded internet-checksum v0.2.1
2612026-09-05T00:56:54.676Z Downloaded deranged v0.5.8
2622026-09-05T00:56:54.676Z Downloaded anes v0.1.6
2632026-09-05T00:56:54.682Z Downloaded diesel-dtrace v0.5.0
2642026-09-05T00:56:54.682Z Downloaded ipnetwork v0.21.1
2652026-09-05T00:56:54.682Z Downloaded impl-trait-for-tuples v0.2.3
2662026-09-05T00:56:54.687Z Downloaded is_terminal_polyfill v1.70.2
2672026-09-05T00:56:54.687Z Downloaded ingot-types v0.2.0
2682026-09-05T00:56:54.687Z Downloaded addr2line v0.25.1
2692026-09-05T00:56:54.687Z Downloaded async-trait v0.1.89
2702026-09-05T00:56:54.687Z Downloaded crc-any v2.5.0
2712026-09-05T00:56:54.693Z Downloaded crossbeam-utils v0.8.21
2722026-09-05T00:56:54.693Z Downloaded predicates-core v1.0.10
2732026-09-05T00:56:54.693Z Downloaded assert_matches v1.5.0
2742026-09-05T00:56:54.693Z Downloaded phf_shared v0.12.1
2752026-09-05T00:56:54.693Z Downloaded bitfield v0.19.4
2762026-09-05T00:56:54.693Z Downloaded percent-encoding v2.3.2
2772026-09-05T00:56:54.696Z Downloaded ipnet v2.12.0
2782026-09-05T00:56:54.696Z Downloaded autocfg v1.5.0
2792026-09-05T00:56:54.700Z Downloaded proc-macro-error-attr v1.0.4
2802026-09-05T00:56:54.700Z Downloaded potential_utf v0.1.4
2812026-09-05T00:56:54.700Z Downloaded colored v3.1.1
2822026-09-05T00:56:54.704Z Downloaded bitflags v1.3.2
2832026-09-05T00:56:54.704Z Downloaded chacha20 v0.9.1
2842026-09-05T00:56:54.704Z Downloaded hyper-rustls v0.27.7
2852026-09-05T00:56:54.704Z Downloaded derive_builder v0.20.2
2862026-09-05T00:56:54.707Z Downloaded indoc v2.0.7
2872026-09-05T00:56:54.712Z Downloaded derive-ex v0.1.8
2882026-09-05T00:56:54.712Z Downloaded hmac v0.13.0
2892026-09-05T00:56:54.715Z Downloaded httptest v0.16.4
2902026-09-05T00:56:54.715Z Downloaded progenitor-client v0.14.0
2912026-09-05T00:56:54.715Z Downloaded ctutils v0.4.2
2922026-09-05T00:56:54.715Z Downloaded oxnet v0.1.6
2932026-09-05T00:56:54.715Z Downloaded ref-cast v1.0.25
2942026-09-05T00:56:54.723Z Downloaded crc32fast v1.5.0
2952026-09-05T00:56:54.727Z Downloaded darling v0.21.3
2962026-09-05T00:56:54.727Z Downloaded camino-tempfile-ext v0.3.3
2972026-09-05T00:56:54.727Z Downloaded cbc v0.2.1
2982026-09-05T00:56:54.730Z Downloaded parse-display-derive v0.10.0
2992026-09-05T00:56:54.730Z Downloaded byteorder v1.5.0
3002026-09-05T00:56:54.730Z Downloaded password-hash v0.5.0
3012026-09-05T00:56:54.730Z Downloaded darling v0.23.0
3022026-09-05T00:56:54.733Z Downloaded russh-util v0.52.0
3032026-09-05T00:56:54.733Z Downloaded scopeguard v1.2.0
3042026-09-05T00:56:54.733Z Downloaded scroll_derive v0.13.1
3052026-09-05T00:56:54.736Z Downloaded delegate v0.13.5
3062026-09-05T00:56:54.736Z Downloaded datatest-stable v0.3.3
3072026-09-05T00:56:54.739Z Downloaded anyhow v1.0.104
3082026-09-05T00:56:54.739Z Downloaded darling v0.20.11
3092026-09-05T00:56:54.744Z Downloaded const-oid v0.10.2
3102026-09-05T00:56:54.748Z Downloaded half v1.8.3
3112026-09-05T00:56:54.748Z Downloaded arrayvec v0.7.6
3122026-09-05T00:56:54.748Z Downloaded hickory-client v0.25.2
3132026-09-05T00:56:54.748Z Downloaded backon v1.6.0
3142026-09-05T00:56:54.752Z Downloaded buf-list v1.1.2
3152026-09-05T00:56:54.752Z Downloaded diesel v2.3.7
3162026-09-05T00:56:54.763Z Downloaded serde_plain v1.0.2
3172026-09-05T00:56:54.765Z Downloaded serde_regex v1.1.0
3182026-09-05T00:56:54.765Z Downloaded hyper-staticfile v0.10.1
3192026-09-05T00:56:54.765Z Downloaded similar-asserts v1.7.0
3202026-09-05T00:56:54.768Z Downloaded iana-time-zone v0.1.65
3212026-09-05T00:56:54.768Z Downloaded stable_deref_trait v1.2.1
3222026-09-05T00:56:54.768Z Downloaded strip-ansi-escapes v0.2.1
3232026-09-05T00:56:54.772Z Downloaded blake2b_simd v1.0.4
3242026-09-05T00:56:54.772Z Downloaded phc v0.6.1
3252026-09-05T00:56:54.772Z Downloaded port-file v0.1.0
3262026-09-05T00:56:54.776Z Downloaded signature v3.0.0
3272026-09-05T00:56:54.776Z Downloaded supports-unicode v2.1.0
3282026-09-05T00:56:54.776Z Downloaded target-triple v1.0.0
3292026-09-05T00:56:54.776Z Downloaded clang-sys v1.8.1
3302026-09-05T00:56:54.781Z Downloaded sync_wrapper v1.0.2
3312026-09-05T00:56:54.781Z Downloaded poly1305 v0.8.0
3322026-09-05T00:56:54.781Z Downloaded primeorder v0.13.6
3332026-09-05T00:56:54.781Z Downloaded pin-project-lite v0.2.17
3342026-09-05T00:56:54.785Z Downloaded proc-macro-error v1.0.4
3352026-09-05T00:56:54.785Z Downloaded predicates v3.1.4
3362026-09-05T00:56:54.788Z Downloaded progenitor-extras v0.2.0
3372026-09-05T00:56:54.788Z Downloaded ingot-macros v0.2.0
3382026-09-05T00:56:54.788Z Downloaded clap v4.6.1
3392026-09-05T00:56:54.791Z Downloaded const-oid v0.9.6
3402026-09-05T00:56:54.794Z Downloaded derive_more v0.99.20
3412026-09-05T00:56:54.801Z Downloaded httparse v1.10.1
3422026-09-05T00:56:54.801Z Downloaded structmeta-derive v0.3.0
3432026-09-05T00:56:54.801Z Downloaded termtree v0.5.1
3442026-09-05T00:56:54.806Z Downloaded quote v1.0.45
3452026-09-05T00:56:54.806Z Downloaded r2d2 v0.8.10
3462026-09-05T00:56:54.806Z Downloaded tinyvec_macros v0.1.1
3472026-09-05T00:56:54.806Z Downloaded thiserror-impl-no-std v2.0.2
3482026-09-05T00:56:54.806Z Downloaded hickory-server v0.25.2
3492026-09-05T00:56:54.806Z Downloaded ciborium v0.2.2
3502026-09-05T00:56:54.810Z Downloaded derive-where v1.6.0
3512026-09-05T00:56:54.810Z Downloaded des v0.9.0
3522026-09-05T00:56:54.810Z Downloaded trait-variant v0.1.2
3532026-09-05T00:56:54.810Z Downloaded rusty-fork v0.3.1
3542026-09-05T00:56:54.814Z Downloaded allocator-api2 v0.2.21
3552026-09-05T00:56:54.814Z Downloaded universal-hash v0.6.1
3562026-09-05T00:56:54.814Z Downloaded usdt-attr-macro v0.6.0
3572026-09-05T00:56:54.814Z Downloaded version_check v0.9.5
3582026-09-05T00:56:54.814Z Downloaded tower-layer v0.3.3
3592026-09-05T00:56:54.818Z Downloaded typify-macro v0.6.2
3602026-09-05T00:56:54.818Z Downloaded icu_properties v2.1.2
3612026-09-05T00:56:54.818Z Downloaded serde-hex v0.1.0
3622026-09-05T00:56:54.822Z Downloaded unicode-truncate v1.1.0
3632026-09-05T00:56:54.822Z Downloaded usdt-macro v0.6.0
3642026-09-05T00:56:54.828Z Downloaded crypto-bigint v0.5.5
3652026-09-05T00:56:54.830Z Downloaded indexmap v1.9.3
3662026-09-05T00:56:54.831Z Downloaded smawk v0.3.2
3672026-09-05T00:56:54.831Z Downloaded slog-stdlog v4.1.1
3682026-09-05T00:56:54.831Z Downloaded shlex v1.3.0
3692026-09-05T00:56:54.831Z Downloaded snafu-derive v0.8.9
3702026-09-05T00:56:54.835Z Downloaded spki v0.7.3
3712026-09-05T00:56:54.835Z Downloaded strum_macros v0.27.2
3722026-09-05T00:56:54.835Z Downloaded slog-dtrace v0.3.0
3732026-09-05T00:56:54.840Z Downloaded yoke-derive v0.8.1
3742026-09-05T00:56:54.840Z Downloaded downcast-rs v2.0.2
3752026-09-05T00:56:54.844Z Downloaded pkcs1 v0.8.0-rc.4
3762026-09-05T00:56:54.844Z Downloaded difflib v0.4.0
3772026-09-05T00:56:54.844Z Downloaded embedded-io v0.4.0
3782026-09-05T00:56:54.852Z Downloaded icu_locale_core v2.1.1
3792026-09-05T00:56:54.855Z Downloaded spki v0.8.0
3802026-09-05T00:56:54.859Z Downloaded strum_macros v0.26.4
3812026-09-05T00:56:54.859Z Downloaded hickory-resolver v0.24.4
3822026-09-05T00:56:54.863Z Downloaded dropshot-api-manager-types v0.8.0
3832026-09-05T00:56:54.863Z Downloaded dtrace-parser v0.3.0
3842026-09-05T00:56:54.863Z Downloaded dunce v1.0.5
3852026-09-05T00:56:54.866Z Downloaded endian-type v0.1.2
3862026-09-05T00:56:54.866Z Downloaded escape8259 v0.5.3
3872026-09-05T00:56:54.866Z Downloaded rand_chacha v0.9.0
3882026-09-05T00:56:54.866Z Downloaded time-macros v0.2.27
3892026-09-05T00:56:54.866Z Downloaded fnv v1.0.7
3902026-09-05T00:56:54.866Z Downloaded form_urlencoded v1.2.2
3912026-09-05T00:56:54.866Z Downloaded futures-task v0.3.32
3922026-09-05T00:56:54.870Z Downloaded parking_lot v0.12.5
3932026-09-05T00:56:54.874Z Downloaded http v1.4.2
3942026-09-05T00:56:54.877Z Downloaded rpassword v7.5.4
3952026-09-05T00:56:54.878Z Downloaded rust-argon2 v2.1.0
3962026-09-05T00:56:54.878Z Downloaded rustls-pki-types v1.14.0
3972026-09-05T00:56:54.878Z Downloaded semver v1.0.28
3982026-09-05T00:56:54.884Z Downloaded utf-8 v0.7.6
3992026-09-05T00:56:54.884Z Downloaded vergen-git2 v9.1.0
4002026-09-05T00:56:54.884Z Downloaded crossbeam-channel v0.5.15
4012026-09-05T00:56:54.887Z Downloaded linkme-impl v0.3.35
4022026-09-05T00:56:54.887Z Downloaded lazy_static v1.5.0
4032026-09-05T00:56:54.887Z Downloaded lzss v0.8.2
4042026-09-05T00:56:54.887Z Downloaded nested v0.1.1
4052026-09-05T00:56:54.887Z Downloaded new_debug_unreachable v1.0.6
4062026-09-05T00:56:54.888Z Downloaded funty v2.0.0
4072026-09-05T00:56:54.888Z Downloaded num v0.4.3
4082026-09-05T00:56:54.888Z Downloaded globwalk v0.9.1
4092026-09-05T00:56:54.892Z Downloaded maybe-uninit v2.0.0
4102026-09-05T00:56:54.892Z Downloaded oxide-update-engine-types v0.1.2
4112026-09-05T00:56:54.892Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4122026-09-05T00:56:54.892Z Downloaded match_cfg v0.1.0
4132026-09-05T00:56:54.895Z Downloaded ignore v0.4.25
4142026-09-05T00:56:54.895Z Downloaded icu_normalizer v2.1.1
4152026-09-05T00:56:54.898Z Downloaded icu_normalizer_data v2.1.1
4162026-09-05T00:56:54.898Z Downloaded pkcs1 v0.7.5
4172026-09-05T00:56:54.948Z Downloaded sha2 v0.10.9
4182026-09-05T00:56:54.948Z Downloaded sha2 v0.11.0
4192026-09-05T00:56:54.954Z Downloaded darling_core v0.20.11
4202026-09-05T00:56:54.954Z Downloaded headers v0.4.1
4212026-09-05T00:56:54.954Z Downloaded icu_provider v2.1.1
4222026-09-05T00:56:54.954Z Downloaded heapless v0.7.17
4232026-09-05T00:56:54.954Z Downloaded spin v0.9.8
4242026-09-05T00:56:54.954Z Downloaded synstructure v0.13.2
4252026-09-05T00:56:54.954Z Downloaded digest v0.10.7
4262026-09-05T00:56:54.954Z Downloaded termcolor v1.4.1
4272026-09-05T00:56:54.954Z Downloaded whoami v1.6.1
4282026-09-05T00:56:54.954Z Downloaded zerovec-derive v0.11.2
4292026-09-05T00:56:54.954Z Downloaded num_enum_derive v0.5.11
4302026-09-05T00:56:54.954Z Downloaded approx v0.5.1
4312026-09-05T00:56:54.954Z Downloaded anstyle-query v1.1.5
4322026-09-05T00:56:54.954Z Downloaded backtrace-ext v0.2.1
4332026-09-05T00:56:54.954Z Downloaded whoami v2.1.0
4342026-09-05T00:56:54.954Z Downloaded const_format v0.2.35
4352026-09-05T00:56:54.954Z Downloaded darling_core v0.21.3
4362026-09-05T00:56:54.954Z Downloaded hickory-resolver v0.25.2
4372026-09-05T00:56:54.954Z Downloaded indicatif v0.18.4
4382026-09-05T00:56:54.954Z Downloaded fallible-iterator v0.2.0
4392026-09-05T00:56:54.954Z Downloaded filetime v0.2.27
4402026-09-05T00:56:54.954Z Downloaded foreign-types v0.5.0
4412026-09-05T00:56:54.954Z Downloaded assert-json-diff v2.0.2
4422026-09-05T00:56:54.954Z Downloaded atomicwrites v0.4.4
4432026-09-05T00:56:54.954Z Downloaded thiserror-impl v2.0.18
4442026-09-05T00:56:54.954Z Downloaded bcrypt-pbkdf v0.11.0
4452026-09-05T00:56:54.954Z Downloaded atomic-waker v1.1.2
4462026-09-05T00:56:54.954Z Downloaded futures-timer v3.0.3
4472026-09-05T00:56:54.954Z Downloaded rstest v0.25.0
4482026-09-05T00:56:54.955Z Downloaded toml v0.8.23
4492026-09-05T00:56:54.955Z Downloaded tui-tree-widget v0.23.1
4502026-09-05T00:56:54.955Z Downloaded cfg-if v1.0.4
4512026-09-05T00:56:54.955Z Downloaded knus-derive v3.4.0
4522026-09-05T00:56:54.955Z Downloaded mime v0.3.17
4532026-09-05T00:56:54.955Z Downloaded tokio-rustls v0.26.4
4542026-09-05T00:56:54.956Z Downloaded derive_more v2.1.1
4552026-09-05T00:56:54.961Z Downloaded packed_struct_codegen v0.10.1
4562026-09-05T00:56:54.961Z Downloaded darling_core v0.23.0
4572026-09-05T00:56:54.961Z Downloaded der v0.7.10
4582026-09-05T00:56:54.966Z Downloaded arc-swap v1.8.2
4592026-09-05T00:56:54.966Z Downloaded heapless v0.8.0
4602026-09-05T00:56:54.971Z Downloaded globset v0.4.18
4612026-09-05T00:56:54.971Z Downloaded md-5 v0.10.6
4622026-09-05T00:56:54.971Z Downloaded sec1 v0.8.1
4632026-09-05T00:56:54.971Z Downloaded slog v2.8.2
4642026-09-05T00:56:54.971Z Downloaded libsw v3.5.0
4652026-09-05T00:56:54.978Z Downloaded zerocopy v0.6.6
4662026-09-05T00:56:54.978Z Downloaded serde_derive v1.0.228
4672026-09-05T00:56:54.981Z Downloaded subprocess v0.2.15
4682026-09-05T00:56:54.981Z Downloaded multer v3.1.0
4692026-09-05T00:56:54.981Z Downloaded recursive v0.1.1
4702026-09-05T00:56:54.981Z Downloaded anstream v1.0.0
4712026-09-05T00:56:54.984Z Downloaded parse-size v1.1.0
4722026-09-05T00:56:54.987Z Downloaded phf_shared v0.13.1
4732026-09-05T00:56:54.987Z Downloaded progenitor-macro v0.14.0
4742026-09-05T00:56:54.987Z Downloaded psl-types v2.0.11
4752026-09-05T00:56:54.987Z Downloaded same-file v1.0.6
4762026-09-05T00:56:54.990Z Downloaded wyz v0.5.1
4772026-09-05T00:56:54.990Z Downloaded pest_meta v2.8.6
4782026-09-05T00:56:54.990Z Downloaded indexmap v2.14.0
4792026-09-05T00:56:54.993Z Downloaded hashbrown v0.12.3
4802026-09-05T00:56:54.997Z Downloaded num-rational v0.4.2
4812026-09-05T00:56:55.000Z Downloaded quick-error v1.2.3
4822026-09-05T00:56:55.003Z Downloaded bit-vec v0.6.3
4832026-09-05T00:56:55.006Z Downloaded secrecy v0.8.0
4842026-09-05T00:56:55.006Z Downloaded bs58 v0.5.1
4852026-09-05T00:56:55.009Z Downloaded textwrap v0.16.2
4862026-09-05T00:56:55.009Z Downloaded env_logger v0.11.11
4872026-09-05T00:56:55.012Z Downloaded bytecount v0.6.9
4882026-09-05T00:56:55.012Z Downloaded serde_repr v0.1.20
4892026-09-05T00:56:55.017Z Downloaded rustc_version v0.1.7
4902026-09-05T00:56:55.017Z Downloaded serde-big-array v0.5.1
4912026-09-05T00:56:55.017Z Downloaded rand_distr v0.5.1
4922026-09-05T00:56:55.021Z Downloaded slog-bunyan v2.5.0
4932026-09-05T00:56:55.021Z Downloaded serde_urlencoded v0.7.1
4942026-09-05T00:56:55.021Z Downloaded p256 v0.14.0
4952026-09-05T00:56:55.025Z Downloaded tinyvec v1.10.0
4962026-09-05T00:56:55.026Z Downloaded litemap v0.8.1
4972026-09-05T00:56:55.030Z Downloaded path-tree v0.8.3
4982026-09-05T00:56:55.030Z Downloaded derive_more-impl v2.1.1
4992026-09-05T00:56:55.033Z Downloaded schemars v0.8.22
5002026-09-05T00:56:55.039Z Downloaded shell-words v1.1.1
5012026-09-05T00:56:55.043Z Downloaded siphasher v1.0.2
5022026-09-05T00:56:55.043Z Downloaded structmeta v0.3.0
5032026-09-05T00:56:55.043Z Downloaded supports-color v3.0.2
5042026-09-05T00:56:55.043Z Downloaded subtle v2.6.1
5052026-09-05T00:56:55.043Z Downloaded pkg-config v0.3.32
5062026-09-05T00:56:55.043Z Downloaded hashbrown v0.13.2
5072026-09-05T00:56:55.047Z Downloaded testing_table v0.3.0
5082026-09-05T00:56:55.050Z Downloaded icu_collections v2.1.1
5092026-09-05T00:56:55.054Z Downloaded vte v0.14.1
5102026-09-05T00:56:55.054Z Downloaded pem-rfc7468 v0.7.0
5112026-09-05T00:56:55.057Z Downloaded num-complex v0.4.6
5122026-09-05T00:56:55.057Z Downloaded peg-macros v0.8.5
5132026-09-05T00:56:55.057Z Downloaded pem v3.0.6
5142026-09-05T00:56:55.057Z Downloaded primeorder v0.14.0
5152026-09-05T00:56:55.060Z Downloaded untrusted v0.7.1
5162026-09-05T00:56:55.063Z Downloaded unicode-xid v0.2.6
5172026-09-05T00:56:55.063Z Downloaded postgres-protocol v0.6.10
5182026-09-05T00:56:55.067Z Downloaded tower-service v0.3.3
5192026-09-05T00:56:55.067Z Downloaded unicode-linebreak v0.1.5
5202026-09-05T00:56:55.067Z Downloaded utf8parse v0.2.2
5212026-09-05T00:56:55.067Z Downloaded hyper-util v0.1.20
5222026-09-05T00:56:55.070Z Downloaded wnaf v0.14.0
5232026-09-05T00:56:55.070Z Downloaded itertools v0.10.5
5242026-09-05T00:56:55.073Z Downloaded progenitor v0.14.0
5252026-09-05T00:56:55.077Z Downloaded diff v0.1.13
5262026-09-05T00:56:55.077Z Downloaded proc-macro-error2 v2.0.1
5272026-09-05T00:56:55.080Z Downloaded psm v0.1.30
5282026-09-05T00:56:55.080Z Downloaded zopfli v0.8.3
5292026-09-05T00:56:55.080Z Downloaded diesel_derives v2.3.7
5302026-09-05T00:56:55.085Z Downloaded async-lock v3.4.2
5312026-09-05T00:56:55.088Z Downloaded relative-path v1.9.3
5322026-09-05T00:56:55.088Z Downloaded bitflags v2.11.0
5332026-09-05T00:56:55.088Z Downloaded russh-cryptovec v0.62.0
5342026-09-05T00:56:55.088Z Downloaded camino-tempfile v1.4.1
5352026-09-05T00:56:55.092Z Downloaded serde_tokenstream v0.3.0
5362026-09-05T00:56:55.092Z Downloaded sponge-cursor v0.1.0
5372026-09-05T00:56:55.092Z Downloaded rustls-pemfile v2.2.0
5382026-09-05T00:56:55.092Z Downloaded serde_tokenstream v0.2.3
5392026-09-05T00:56:55.092Z Downloaded smallvec v0.6.14
5402026-09-05T00:56:55.095Z Downloaded hashbrown v0.16.1
5412026-09-05T00:56:55.095Z Downloaded libbz2-rs-sys v0.2.2
5422026-09-05T00:56:55.098Z Downloaded getrandom v0.4.3
5432026-09-05T00:56:55.098Z Downloaded samael v0.0.19
5442026-09-05T00:56:55.103Z Downloaded cfg-expr v0.20.6
5452026-09-05T00:56:55.107Z Downloaded owo-colors v3.5.0
5462026-09-05T00:56:55.107Z Downloaded slog-term v2.9.2
5472026-09-05T00:56:55.107Z Downloaded stacker v0.1.23
5482026-09-05T00:56:55.112Z Downloaded futures v0.3.32
5492026-09-05T00:56:55.112Z Downloaded tls_codec_derive v0.4.2
5502026-09-05T00:56:55.112Z Downloaded display-error-chain v0.2.2
5512026-09-05T00:56:55.112Z Downloaded dsl_auto_type v0.2.0
5522026-09-05T00:56:55.117Z Downloaded flagset v0.4.7
5532026-09-05T00:56:55.117Z Downloaded ghash v0.6.0
5542026-09-05T00:56:55.117Z Downloaded errno v0.3.14
5552026-09-05T00:56:55.117Z Downloaded foreign-types-shared v0.1.1
5562026-09-05T00:56:55.117Z Downloaded internal-russh-num-bigint v0.5.0
5572026-09-05T00:56:55.121Z Downloaded tinystr v0.8.2
5582026-09-05T00:56:55.121Z Downloaded unicode-ident v1.0.24
5592026-09-05T00:56:55.121Z Downloaded parking_lot v0.11.2
5602026-09-05T00:56:55.121Z Downloaded stringmetrics v2.2.2
5612026-09-05T00:56:55.121Z Downloaded futures-io v0.3.32
5622026-09-05T00:56:55.124Z Downloaded pkcs8 v0.11.0
5632026-09-05T00:56:55.124Z Downloaded postgres-types v0.2.12
5642026-09-05T00:56:55.128Z Downloaded resolv-conf v0.7.6
5652026-09-05T00:56:55.128Z Downloaded kem v0.3.0
5662026-09-05T00:56:55.128Z Downloaded lru-slab v0.1.2
5672026-09-05T00:56:55.132Z Downloaded fxhash v0.2.1
5682026-09-05T00:56:55.132Z Downloaded nodrop v0.1.14
5692026-09-05T00:56:55.132Z Downloaded phf_shared v0.11.3
5702026-09-05T00:56:55.132Z Downloaded thiserror v1.0.69
5712026-09-05T00:56:55.135Z Downloaded num-derive v0.4.2
5722026-09-05T00:56:55.135Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5732026-09-05T00:56:55.135Z Downloaded kstat-rs v0.2.5
5742026-09-05T00:56:55.138Z Downloaded md5 v0.8.0
5752026-09-05T00:56:55.138Z Downloaded usdt-impl v0.5.0
5762026-09-05T00:56:55.138Z Downloaded criterion v0.7.0
5772026-09-05T00:56:55.145Z Downloaded num-conv v0.2.0
5782026-09-05T00:56:55.149Z Downloaded getrandom v0.3.4
5792026-09-05T00:56:55.149Z Downloaded hashbrown v0.15.5
5802026-09-05T00:56:55.152Z Downloaded walkdir v2.5.0
5812026-09-05T00:56:55.152Z Downloaded camino v1.2.5
5822026-09-05T00:56:55.156Z Downloaded ascii-canvas v3.0.0
5832026-09-05T00:56:55.156Z Downloaded zeroize v1.9.0
5842026-09-05T00:56:55.161Z Downloaded zone v0.3.1
5852026-09-05T00:56:55.161Z Downloaded async-recursion v1.1.1
5862026-09-05T00:56:55.161Z Downloaded tokio-postgres v0.7.16
5872026-09-05T00:56:55.164Z Downloaded omicron-zone-package v0.12.3
5882026-09-05T00:56:55.164Z Downloaded oso v0.27.3
5892026-09-05T00:56:55.166Z Downloaded target-spec v3.5.7
5902026-09-05T00:56:55.166Z Downloaded tempfile v3.27.0
5912026-09-05T00:56:55.170Z Downloaded dof v0.4.0
5922026-09-05T00:56:55.170Z Downloaded foldhash v0.1.5
5932026-09-05T00:56:55.170Z Downloaded fs_extra v1.3.0
5942026-09-05T00:56:55.173Z Downloaded digest v0.11.3
5952026-09-05T00:56:55.173Z Downloaded base16ct v0.2.0
5962026-09-05T00:56:55.173Z Downloaded openssl-macros v0.1.1
5972026-09-05T00:56:55.173Z Downloaded either v1.15.0
5982026-09-05T00:56:55.173Z Downloaded ff v0.14.0
5992026-09-05T00:56:55.176Z Downloaded path-slash v0.1.5
6002026-09-05T00:56:55.176Z Downloaded toml_parser v1.1.2+spec-1.1.0
6012026-09-05T00:56:55.176Z Downloaded linear-map v1.2.0
6022026-09-05T00:56:55.177Z Downloaded toml_edit v0.19.15
6032026-09-05T00:56:55.185Z Downloaded jiff-core v0.1.0
6042026-09-05T00:56:55.189Z Downloaded postcard v1.1.3
6052026-09-05T00:56:55.195Z Downloaded libefi-sys v0.1.0
6062026-09-05T00:56:55.198Z Downloaded miette-derive v7.6.0
6072026-09-05T00:56:55.198Z Downloaded lock_api v0.4.14
6082026-09-05T00:56:55.198Z Downloaded serde_with v1.14.0
6092026-09-05T00:56:55.203Z Downloaded plotters-svg v0.3.7
6102026-09-05T00:56:55.203Z Downloaded radium v0.7.0
6112026-09-05T00:56:55.207Z Downloaded uzers v0.12.2
6122026-09-05T00:56:55.207Z Downloaded newtype-uuid v1.3.2
6132026-09-05T00:56:55.210Z Downloaded proc-macro-crate v3.4.0
6142026-09-05T00:56:55.210Z Downloaded predicates-tree v1.0.13
6152026-09-05T00:56:55.210Z Downloaded num_threads v0.1.7
6162026-09-05T00:56:55.210Z Downloaded ref-cast-impl v1.0.25
6172026-09-05T00:56:55.213Z Downloaded rfc6979 v0.6.0
6182026-09-05T00:56:55.213Z Downloaded proc-macro-error-attr2 v2.0.0
6192026-09-05T00:56:55.216Z Downloaded sapling-renderdag v0.1.0
6202026-09-05T00:56:55.216Z Downloaded secrecy v0.10.3
6212026-09-05T00:56:55.216Z Downloaded signature v2.2.0
6222026-09-05T00:56:55.219Z Downloaded sha1 v0.10.6
6232026-09-05T00:56:55.219Z Downloaded serde_spanned v1.1.1
6242026-09-05T00:56:55.219Z Downloaded nanorand v0.7.0
6252026-09-05T00:56:55.222Z Downloaded zerocopy-derive v0.7.35
6262026-09-05T00:56:55.225Z Downloaded crossterm v0.28.1
6272026-09-05T00:56:55.228Z Downloaded fancy-regex v0.14.0
6282026-09-05T00:56:55.228Z Downloaded chumsky v0.9.3
6292026-09-05T00:56:55.231Z Downloaded signal-hook v0.3.18
6302026-09-05T00:56:55.231Z Downloaded flate2 v1.1.9
6312026-09-05T00:56:55.234Z Downloaded cassowary v0.3.0
6322026-09-05T00:56:55.234Z Downloaded argon2 v0.5.3
6332026-09-05T00:56:55.236Z Downloaded socket2 v0.6.3
6342026-09-05T00:56:55.237Z Downloaded bit-set v0.5.3
6352026-09-05T00:56:55.237Z Downloaded cargo_metadata v0.23.1
6362026-09-05T00:56:55.237Z Downloaded strsim v0.10.0
6372026-09-05T00:56:55.240Z Downloaded terminal_size v0.4.3
6382026-09-05T00:56:55.244Z Downloaded unit-prefix v0.5.2
6392026-09-05T00:56:55.246Z Downloaded itertools v0.12.1
6402026-09-05T00:56:55.249Z Downloaded crossterm v0.29.0
6412026-09-05T00:56:55.252Z Downloaded bcs v0.1.6
6422026-09-05T00:56:55.255Z Downloaded swrite v0.1.0
6432026-09-05T00:56:55.255Z Downloaded sync-ptr v0.1.4
6442026-09-05T00:56:55.255Z Downloaded idna v1.1.0
6452026-09-05T00:56:55.258Z Downloaded terminal_size v0.1.17
6462026-09-05T00:56:55.258Z Downloaded tokio-macros v2.7.0
6472026-09-05T00:56:55.261Z Downloaded unicode-segmentation v1.12.0
6482026-09-05T00:56:55.261Z Downloaded unicode-bidi v0.3.18
6492026-09-05T00:56:55.264Z Downloaded openssl-sys v0.9.117
6502026-09-05T00:56:55.266Z Downloaded paste v1.0.15
6512026-09-05T00:56:55.267Z Downloaded event-listener v5.4.1
6522026-09-05T00:56:55.270Z Downloaded oxide-generation v0.1.3
6532026-09-05T00:56:55.270Z Downloaded usdt-macro v0.5.0
6542026-09-05T00:56:55.270Z Downloaded zerofrom v0.1.6
6552026-09-05T00:56:55.270Z Downloaded zone_cfg_derive v0.3.1
6562026-09-05T00:56:55.270Z Downloaded dirs-sys-next v0.1.2
6572026-09-05T00:56:55.270Z Downloaded env_filter v2.0.0
6582026-09-05T00:56:55.273Z Downloaded usdt v0.5.0
6592026-09-05T00:56:55.273Z Downloaded url v2.5.8
6602026-09-05T00:56:55.276Z Downloaded phf v0.13.1
6612026-09-05T00:56:55.279Z Downloaded rustc-demangle v0.1.27
6622026-09-05T00:56:55.279Z Downloaded textwrap v0.15.2
6632026-09-05T00:56:55.282Z Downloaded typify v0.6.2
6642026-09-05T00:56:55.282Z Downloaded x509-cert v0.2.5
6652026-09-05T00:56:55.285Z Downloaded ml-kem v0.3.2
6662026-09-05T00:56:55.288Z Downloaded hashbrown v0.14.5
6672026-09-05T00:56:55.291Z Downloaded sec1 v0.7.3
6682026-09-05T00:56:55.291Z Downloaded fd-lock v4.0.4
6692026-09-05T00:56:55.291Z Downloaded dirs-next v2.0.0
6702026-09-05T00:56:55.291Z Downloaded float-cmp v0.10.0
6712026-09-05T00:56:55.291Z Downloaded futures-macro v0.3.32
6722026-09-05T00:56:55.294Z Downloaded scroll v0.13.0
6732026-09-05T00:56:55.294Z Downloaded ahash v0.8.12
6742026-09-05T00:56:55.297Z Downloaded ed25519-dalek v3.0.0
6752026-09-05T00:56:55.300Z Downloaded rustls-platform-verifier v0.6.2
6762026-09-05T00:56:55.303Z Downloaded foreign-types v0.3.2
6772026-09-05T00:56:55.303Z Downloaded schemars v0.9.0
6782026-09-05T00:56:55.308Z Downloaded slog-json v2.6.1
6792026-09-05T00:56:55.311Z Downloaded blake2 v0.11.0-rc.6
6802026-09-05T00:56:55.311Z Downloaded clap_builder v4.6.0
6812026-09-05T00:56:55.314Z Downloaded thread_local v1.1.9
6822026-09-05T00:56:55.317Z Downloaded sqlformat v0.3.5
6832026-09-05T00:56:55.317Z Downloaded dropshot_endpoint v0.17.1
6842026-09-05T00:56:55.320Z Downloaded keccak v0.1.6
6852026-09-05T00:56:55.320Z Downloaded thiserror v2.0.18
6862026-09-05T00:56:55.324Z Downloaded memmap v0.7.0
6872026-09-05T00:56:55.324Z Downloaded nibble_vec v0.1.0
6882026-09-05T00:56:55.324Z Downloaded normalize-line-endings v0.3.0
6892026-09-05T00:56:55.324Z Downloaded array-init v0.0.4
6902026-09-05T00:56:55.328Z Downloaded string_cache v0.8.9
6912026-09-05T00:56:55.328Z Downloaded stringprep v0.1.5
6922026-09-05T00:56:55.328Z Downloaded toml_writer v1.1.1+spec-1.1.0
6932026-09-05T00:56:55.328Z Downloaded block-buffer v0.10.4
6942026-09-05T00:56:55.328Z Downloaded hashbrown v0.17.0
6952026-09-05T00:56:55.331Z Downloaded icu_properties_data v2.1.2
6962026-09-05T00:56:55.336Z Downloaded hyper v1.10.1
6972026-09-05T00:56:55.339Z Downloaded itertools v0.13.0
6982026-09-05T00:56:55.342Z Downloaded getrandom v0.2.17
6992026-09-05T00:56:55.345Z Downloaded typed-path v0.9.3
7002026-09-05T00:56:55.348Z Downloaded bzip2 v0.4.4
7012026-09-05T00:56:55.348Z Downloaded tungstenite v0.23.0
7022026-09-05T00:56:55.352Z Downloaded tokio-native-tls v0.3.1
7032026-09-05T00:56:55.355Z Downloaded vergen-gitcl v1.0.8
7042026-09-05T00:56:55.355Z Downloaded vergen-lib v0.1.6
7052026-09-05T00:56:55.355Z Downloaded precomputed-hash v0.1.1
7062026-09-05T00:56:55.355Z Downloaded cfg_aliases v0.2.1
7072026-09-05T00:56:55.355Z Downloaded quinn-udp v0.5.14
7082026-09-05T00:56:55.355Z Downloaded iri-string v0.7.10
7092026-09-05T00:56:55.359Z Downloaded publicsuffix v2.3.0
7102026-09-05T00:56:55.362Z Downloaded hkdf v0.12.4
7112026-09-05T00:56:55.366Z Downloaded hkdf v0.13.0
7122026-09-05T00:56:55.366Z Downloaded xshell v0.2.7
7132026-09-05T00:56:55.366Z Downloaded rand_pcg v0.10.2
7142026-09-05T00:56:55.369Z Downloaded plain v0.2.3
7152026-09-05T00:56:55.369Z Downloaded serde v1.0.228
7162026-09-05T00:56:55.369Z Downloaded rand_chacha v0.3.1
7172026-09-05T00:56:55.372Z Downloaded rustc-hash v2.1.1
7182026-09-05T00:56:55.374Z Downloaded schemars v1.2.1
7192026-09-05T00:56:55.380Z Downloaded seq-macro v0.3.6
7202026-09-05T00:56:55.383Z Downloaded ssh-encoding v0.3.0
7212026-09-05T00:56:55.383Z Downloaded libloading v0.8.9
7222026-09-05T00:56:55.385Z Downloaded mio v1.2.0
7232026-09-05T00:56:55.388Z Downloaded elliptic-curve v0.13.8
7242026-09-05T00:56:55.388Z Downloaded papergrid v0.18.0
7252026-09-05T00:56:55.391Z Downloaded linkme v0.3.35
7262026-09-05T00:56:55.394Z Downloaded jobserver v0.1.34
7272026-09-05T00:56:55.394Z Downloaded native-tls v0.2.18
7282026-09-05T00:56:55.397Z Downloaded semver v0.1.20
7292026-09-05T00:56:55.397Z Downloaded num-integer v0.1.46
7302026-09-05T00:56:55.397Z Downloaded aead v0.6.1
7312026-09-05T00:56:55.397Z Downloaded tagptr v0.2.0
7322026-09-05T00:56:55.400Z Downloaded num_enum v0.7.6
7332026-09-05T00:56:55.400Z Downloaded byte-wrapper v0.1.0
7342026-09-05T00:56:55.403Z Downloaded strsim v0.11.1
7352026-09-05T00:56:55.403Z Downloaded strum v0.26.3
7362026-09-05T00:56:55.403Z Downloaded thread-id v5.1.0
7372026-09-05T00:56:55.403Z Downloaded itertools v0.14.0
7382026-09-05T00:56:55.407Z Downloaded papergrid v0.11.0
7392026-09-05T00:56:55.410Z Downloaded itertools v0.15.0
7402026-09-05T00:56:55.414Z Downloaded tracing-attributes v0.1.31
7412026-09-05T00:56:55.417Z Downloaded zerovec v0.11.5
7422026-09-05T00:56:55.420Z Downloaded strum v0.27.2
7432026-09-05T00:56:55.420Z Downloaded rcgen v0.12.1
7442026-09-05T00:56:55.423Z Downloaded ucd-trie v0.1.7
7452026-09-05T00:56:55.423Z Downloaded oxide-tokio-rt v0.1.4
7462026-09-05T00:56:55.423Z Downloaded ed25519 v2.2.3
7472026-09-05T00:56:55.423Z Downloaded cargo-platform v0.3.2
7482026-09-05T00:56:55.426Z Downloaded waitgroup v0.1.2
7492026-09-05T00:56:55.426Z Downloaded pbkdf2 v0.13.0
7502026-09-05T00:56:55.426Z Downloaded yasna v0.5.2
7512026-09-05T00:56:55.427Z Downloaded pin-project v1.1.11
7522026-09-05T00:56:55.433Z Downloaded ena v0.14.4
7532026-09-05T00:56:55.436Z Downloaded guppy v0.17.25
7542026-09-05T00:56:55.439Z Downloaded phf v0.12.1
7552026-09-05T00:56:55.439Z Downloaded primefield v0.14.0
7562026-09-05T00:56:55.439Z Downloaded qorb v0.4.1
7572026-09-05T00:56:55.443Z Downloaded xshell-macros v0.2.7
7582026-09-05T00:56:55.443Z Downloaded dtrace-parser v0.2.0
7592026-09-05T00:56:55.443Z Downloaded displaydoc v0.2.5
7602026-09-05T00:56:55.448Z Downloaded dof v0.3.0
7612026-09-05T00:56:55.448Z Downloaded equivalent v1.0.2
7622026-09-05T00:56:55.448Z Downloaded git-stub v1.0.0
7632026-09-05T00:56:55.448Z Downloaded futures-sink v0.3.32
7642026-09-05T00:56:55.448Z Downloaded progenitor-client v0.13.0
7652026-09-05T00:56:55.448Z Downloaded rand_seeder v0.4.0
7662026-09-05T00:56:55.449Z Downloaded fs-err v3.3.0
7672026-09-05T00:56:55.453Z Downloaded crypto-primes v0.7.2
7682026-09-05T00:56:55.453Z Downloaded libscf-sys v1.2.0
7692026-09-05T00:56:55.453Z Downloaded newline-converter v0.3.0
7702026-09-05T00:56:55.453Z Downloaded macaddr v1.0.1
7712026-09-05T00:56:55.453Z Downloaded memoffset v0.9.1
7722026-09-05T00:56:55.457Z Downloaded nonempty v0.12.0
7732026-09-05T00:56:55.460Z Downloaded litrs v1.0.0
7742026-09-05T00:56:55.460Z Downloaded bitfield-macros v0.19.4
7752026-09-05T00:56:55.460Z Downloaded serde_with_macros v1.5.2
7762026-09-05T00:56:55.460Z Downloaded ssh-cipher v0.3.0
7772026-09-05T00:56:55.466Z Downloaded slog-scope v4.4.1
7782026-09-05T00:56:55.466Z Downloaded tls_codec v0.4.2
7792026-09-05T00:56:55.466Z Downloaded slab v0.4.12
7802026-09-05T00:56:55.466Z Downloaded tokio-stream v0.1.18
7812026-09-05T00:56:55.471Z Downloaded ciborium-ll v0.2.2
7822026-09-05T00:56:55.471Z Downloaded async-stream-impl v0.3.6
7832026-09-05T00:56:55.471Z Downloaded bitfield-struct v0.6.2
7842026-09-05T00:56:55.471Z Downloaded openssl-probe v0.2.1
7852026-09-05T00:56:55.471Z Downloaded iddqd v0.4.2
7862026-09-05T00:56:55.478Z Downloaded cfg_aliases v0.1.1
7872026-09-05T00:56:55.478Z Downloaded thiserror-impl v1.0.69
7882026-09-05T00:56:55.478Z Downloaded async-stream v0.3.6
7892026-09-05T00:56:55.478Z Downloaded tough v0.22.0
7902026-09-05T00:56:55.482Z Downloaded void v1.0.2
7912026-09-05T00:56:55.482Z Downloaded plotters-backend v0.3.7
7922026-09-05T00:56:55.482Z Downloaded h2 v0.4.15
7932026-09-05T00:56:55.485Z Downloaded parking_lot_core v0.9.12
7942026-09-05T00:56:55.488Z Downloaded uuid v1.23.4
7952026-09-05T00:56:55.488Z Downloaded tungstenite v0.21.0
7962026-09-05T00:56:55.496Z Downloaded pest_derive v2.8.6
7972026-09-05T00:56:55.496Z Downloaded enum-as-inner v0.6.1
7982026-09-05T00:56:55.496Z Downloaded prettyplease v0.2.37
7992026-09-05T00:56:55.499Z Downloaded unicase v2.9.0
8002026-09-05T00:56:55.500Z Downloaded foldhash v0.2.0
8012026-09-05T00:56:55.500Z Downloaded usdt-impl v0.6.0
8022026-09-05T00:56:55.500Z Downloaded rtoolbox v0.0.3
8032026-09-05T00:56:55.500Z Downloaded sha1 v0.11.0
8042026-09-05T00:56:55.503Z Downloaded recursive-proc-macro-impl v0.1.1
8052026-09-05T00:56:55.503Z Downloaded rfc6979 v0.4.0
8062026-09-05T00:56:55.504Z Downloaded slog-envlogger v2.2.0
8072026-09-05T00:56:55.507Z Downloaded ed25519 v3.0.0
8082026-09-05T00:56:55.507Z Downloaded tabwriter v1.4.1
8092026-09-05T00:56:55.507Z Downloaded similar v2.7.0
8102026-09-05T00:56:55.514Z Downloaded zstd v0.13.3
8112026-09-05T00:56:55.514Z Downloaded rawzip v0.4.4
8122026-09-05T00:56:55.517Z Downloaded serde_with_macros v3.21.0
8132026-09-05T00:56:55.517Z Downloaded enum_dispatch v0.3.13
8142026-09-05T00:56:55.517Z Downloaded group v0.14.0
8152026-09-05T00:56:55.517Z Downloaded libsw-core v0.3.2
8162026-09-05T00:56:55.523Z Downloaded reqwest v0.13.2
8172026-09-05T00:56:55.527Z Downloaded thread-id v4.2.2
8182026-09-05T00:56:55.527Z Downloaded salsa20 v0.11.0
8192026-09-05T00:56:55.528Z Downloaded nu-ansi-term v0.50.3
8202026-09-05T00:56:55.528Z Downloaded generic-array v1.4.3
8212026-09-05T00:56:55.528Z Downloaded try-lock v0.2.5
8222026-09-05T00:56:55.528Z Downloaded unarray v0.1.4
8232026-09-05T00:56:55.533Z Downloaded term v0.7.0
8242026-09-05T00:56:55.533Z Downloaded tokio-tungstenite v0.23.1
8252026-09-05T00:56:55.533Z Downloaded bit-vec v0.8.0
8262026-09-05T00:56:55.533Z Downloaded ed25519-dalek v2.2.0
8272026-09-05T00:56:55.533Z Downloaded goblin v0.8.2
8282026-09-05T00:56:55.538Z Downloaded toml_write v0.1.2
8292026-09-05T00:56:55.538Z Downloaded universal-hash v0.5.1
8302026-09-05T00:56:55.538Z Downloaded usdt-attr-macro v0.5.0
8312026-09-05T00:56:55.541Z Downloaded utf8_iter v1.0.4
8322026-09-05T00:56:55.541Z Downloaded event-listener-strategy v0.5.4
8332026-09-05T00:56:55.541Z Downloaded anstyle v1.0.14
8342026-09-05T00:56:55.541Z Downloaded futures-core v0.3.32
8352026-09-05T00:56:55.541Z Downloaded linked-hash-map v0.5.6
8362026-09-05T00:56:55.541Z Downloaded gethostname v0.5.0
8372026-09-05T00:56:55.541Z Downloaded tar v0.4.46
8382026-09-05T00:56:55.544Z Downloaded zerocopy v0.7.35
8392026-09-05T00:56:55.553Z Downloaded cipher v0.4.4
8402026-09-05T00:56:55.556Z Downloaded parse-display v0.10.0
8412026-09-05T00:56:55.556Z Downloaded fixedbitset v0.4.2
8422026-09-05T00:56:55.556Z Downloaded maplit v1.0.2
8432026-09-05T00:56:55.556Z Downloaded managed v0.8.0
8442026-09-05T00:56:55.560Z Downloaded multimap v0.10.1
8452026-09-05T00:56:55.560Z Downloaded arrayref v0.3.9
8462026-09-05T00:56:55.560Z Downloaded bit-set v0.8.0
8472026-09-05T00:56:55.564Z Downloaded memchr v2.8.0
8482026-09-05T00:56:55.568Z Downloaded rand_core v0.10.0
8492026-09-05T00:56:55.568Z Downloaded zerotrie v0.2.3
8502026-09-05T00:56:55.571Z Downloaded partial-io v0.5.4
8512026-09-05T00:56:55.572Z Downloaded progenitor-impl v0.13.0
8522026-09-05T00:56:55.575Z Downloaded ciborium-io v0.2.2
8532026-09-05T00:56:55.575Z Downloaded rustversion v1.0.22
8542026-09-05T00:56:55.578Z Downloaded slog-async v2.8.0
8552026-09-05T00:56:55.578Z Downloaded parking v2.2.1
8562026-09-05T00:56:55.578Z Downloaded ron v0.8.1
8572026-09-05T00:56:55.581Z Downloaded strum_macros v0.24.3
8582026-09-05T00:56:55.586Z Downloaded support-bundle-viewer v0.1.2
8592026-09-05T00:56:55.586Z Downloaded powerfmt v0.2.0
8602026-09-05T00:56:55.587Z Downloaded zip v4.6.1
8612026-09-05T00:56:55.592Z Downloaded scroll_derive v0.12.1
8622026-09-05T00:56:55.592Z Downloaded serde_spanned v0.6.9
8632026-09-05T00:56:55.592Z Downloaded argon2 v0.6.0-rc.8
8642026-09-05T00:56:55.592Z Downloaded progenitor-macro v0.13.0
8652026-09-05T00:56:55.592Z Downloaded sqlparser_derive v0.5.0
8662026-09-05T00:56:55.592Z Downloaded tap v1.0.1
8672026-09-05T00:56:55.595Z Downloaded nom v8.0.0
8682026-09-05T00:56:55.595Z Downloaded scroll v0.12.0
8692026-09-05T00:56:55.599Z Downloaded serde_yaml v0.9.34+deprecated
8702026-09-05T00:56:55.602Z Downloaded trybuild v1.0.116
8712026-09-05T00:56:55.602Z Downloaded supports-hyperlinks v2.1.0
8722026-09-05T00:56:55.602Z Downloaded zstd-safe v7.2.4
8732026-09-05T00:56:55.605Z Downloaded tinytemplate v1.2.1
8742026-09-05T00:56:55.608Z Downloaded writeable v0.6.2
8752026-09-05T00:56:55.608Z Downloaded zerofrom-derive v0.1.6
8762026-09-05T00:56:55.608Z Downloaded zeroize_derive v1.5.0
8772026-09-05T00:56:55.608Z Downloaded git-stub-vcs v0.1.0
8782026-09-05T00:56:55.612Z Downloaded aes-gcm v0.11.0
8792026-09-05T00:56:55.612Z Downloaded miniz_oxide v0.8.9
8802026-09-05T00:56:55.615Z Downloaded base64 v0.22.1
8812026-09-05T00:56:55.617Z Downloaded anstream v0.6.21
8822026-09-05T00:56:55.621Z Downloaded poly1305 v0.9.0
8832026-09-05T00:56:55.621Z Downloaded untrusted v0.9.0
8842026-09-05T00:56:55.621Z Downloaded xattr v1.6.1
8852026-09-05T00:56:55.666Z Downloaded dyn-clone v1.0.20
8862026-09-05T00:56:55.666Z Downloaded foreign-types-shared v0.3.1
8872026-09-05T00:56:55.666Z Downloaded num-iter v0.1.45
8882026-09-05T00:56:55.666Z Downloaded lru v0.12.5
8892026-09-05T00:56:55.666Z Downloaded find-msvc-tools v0.1.9
8902026-09-05T00:56:55.666Z Downloaded lru-cache v0.1.2
8912026-09-05T00:56:55.666Z Downloaded newtype-uuid-macros v0.1.0
8922026-09-05T00:56:55.666Z Downloaded pathdiff v0.2.3
8932026-09-05T00:56:55.666Z Downloaded p384 v0.14.0
8942026-09-05T00:56:55.666Z Downloaded lalrpop-util v0.19.12
8952026-09-05T00:56:55.666Z Downloaded quick-xml v0.37.5
8962026-09-05T00:56:55.666Z Downloaded atty v0.2.14
8972026-09-05T00:56:55.666Z Downloaded proc-macro-crate v1.3.1
8982026-09-05T00:56:55.666Z Downloaded rustc_version v0.4.1
8992026-09-05T00:56:55.666Z Downloaded assert_cmd v2.1.2
9002026-09-05T00:56:55.666Z Downloaded serde_derive_internals v0.29.1
9012026-09-05T00:56:55.666Z Downloaded parking_lot_core v0.8.6
9022026-09-05T00:56:55.666Z Downloaded rand_core v0.6.4
9032026-09-05T00:56:55.667Z Downloaded rand_core v0.9.5
9042026-09-05T00:56:55.667Z Downloaded tokio-dtrace v0.1.1
9052026-09-05T00:56:55.667Z Downloaded supports-unicode v3.0.0
9062026-09-05T00:56:55.667Z Downloaded pin-project-internal v1.1.11
9072026-09-05T00:56:55.667Z Downloaded ppv-lite86 v0.2.21
9082026-09-05T00:56:55.667Z Downloaded tokio-test v0.4.5
9092026-09-05T00:56:55.667Z Downloaded document-features v0.2.12
9102026-09-05T00:56:55.671Z Downloaded thiserror-no-std v2.0.2
9112026-09-05T00:56:55.671Z Downloaded zmij v1.0.21
9122026-09-05T00:56:55.675Z Downloaded generic-array v0.14.7
9132026-09-05T00:56:55.680Z Downloaded usdt v0.6.0
9142026-09-05T00:56:55.684Z Downloaded unsafe-libyaml v0.2.11
9152026-09-05T00:56:55.684Z Downloaded signal-hook-registry v1.4.8
9162026-09-05T00:56:55.684Z Downloaded foreign-types-macros v0.2.3
9172026-09-05T00:56:55.684Z Downloaded tower-http v0.6.8
9182026-09-05T00:56:55.688Z Downloaded num_enum v0.5.11
9192026-09-05T00:56:55.691Z Downloaded tiny-keccak v2.0.2
9202026-09-05T00:56:55.695Z Downloaded ff v0.13.1
9212026-09-05T00:56:55.695Z Downloaded supports-hyperlinks v3.2.0
9222026-09-05T00:56:55.699Z Downloaded signal-hook-mio v0.2.5
9232026-09-05T00:56:55.699Z Downloaded aead v0.5.2
9242026-09-05T00:56:55.702Z Downloaded want v0.3.1
9252026-09-05T00:56:55.710Z Downloaded vsss-rs v3.3.4
9262026-09-05T00:56:55.710Z Downloaded rustyline v14.0.0
9272026-09-05T00:56:55.718Z Downloaded ryu v1.0.23
9282026-09-05T00:56:55.718Z Downloaded flume v0.11.1
9292026-09-05T00:56:55.718Z Downloaded packed_struct v0.10.1
9302026-09-05T00:56:55.719Z Downloaded pkcs8 v0.10.2
9312026-09-05T00:56:55.722Z Downloaded keccak v0.2.0
9322026-09-05T00:56:55.722Z Downloaded rustls-native-certs v0.8.3
9332026-09-05T00:56:55.722Z Downloaded rand_xorshift v0.4.0
9342026-09-05T00:56:55.722Z Downloaded regex v1.12.3
9352026-09-05T00:56:55.722Z Downloaded reqwest v0.12.28
9362026-09-05T00:56:55.726Z Downloaded aes v0.9.1
9372026-09-05T00:56:55.729Z Downloaded once_cell v1.21.3
9382026-09-05T00:56:55.729Z Downloaded knus v3.4.0
9392026-09-05T00:56:55.729Z Downloaded termios v0.3.3
9402026-09-05T00:56:55.729Z Downloaded expectorate v1.2.0
9412026-09-05T00:56:55.734Z Downloaded tokio-util v0.7.18
9422026-09-05T00:56:55.737Z Downloaded rsa v0.10.0-rc.18
9432026-09-05T00:56:55.740Z Downloaded term v1.2.1
9442026-09-05T00:56:55.741Z Downloaded schemars_derive v0.8.22
9452026-09-05T00:56:55.741Z Downloaded adler2 v2.0.1
9462026-09-05T00:56:55.744Z Downloaded digest-io v0.1.0
9472026-09-05T00:56:55.744Z Downloaded knuffel-derive v3.2.0
9482026-09-05T00:56:55.744Z Downloaded zip v0.6.6
9492026-09-05T00:56:55.744Z Downloaded serde_bytes v0.11.19
9502026-09-05T00:56:55.749Z Downloaded sigpipe v0.1.3
9512026-09-05T00:56:55.752Z Downloaded oorandom v11.1.5
9522026-09-05T00:56:55.764Z Downloaded signal-hook-tokio v0.3.1
9532026-09-05T00:56:55.769Z Downloaded blowfish v0.10.0
9542026-09-05T00:56:55.772Z Downloaded ecdsa v0.16.9
9552026-09-05T00:56:55.772Z Downloaded async-compression v0.4.41
9562026-09-05T00:56:55.775Z Downloaded snafu v0.8.9
9572026-09-05T00:56:55.778Z Downloaded serde_path_to_error v0.1.20
9582026-09-05T00:56:55.781Z Downloaded topological-sort v0.2.2
9592026-09-05T00:56:55.781Z Downloaded tabled v0.15.0
9602026-09-05T00:56:55.790Z Downloaded tokio-tungstenite v0.21.0
9612026-09-05T00:56:55.795Z Downloaded progenitor-impl v0.14.0
9622026-09-05T00:56:55.795Z Downloaded mime_guess v2.0.5
9632026-09-05T00:56:55.795Z Downloaded anstyle-parse v0.2.7
9642026-09-05T00:56:55.795Z Downloaded tabled_derive v0.7.0
9652026-09-05T00:56:55.796Z Downloaded toml_edit v0.22.27
9662026-09-05T00:56:55.799Z Downloaded elliptic-curve v0.14.1
9672026-09-05T00:56:55.799Z Downloaded wait-timeout v0.2.1
9682026-09-05T00:56:55.799Z Downloaded target-lexicon v0.13.3
9692026-09-05T00:56:55.799Z Downloaded embedded-io v0.6.1
9702026-09-05T00:56:55.804Z Downloaded toml v0.7.8
9712026-09-05T00:56:55.804Z Downloaded float-ord v0.3.2
9722026-09-05T00:56:55.804Z Downloaded newtype_derive v0.1.6
9732026-09-05T00:56:55.804Z Downloaded async-bb8-diesel v0.2.1
9742026-09-05T00:56:55.807Z Downloaded cexpr v0.6.0
9752026-09-05T00:56:55.807Z Downloaded chacha20 v0.10.0
9762026-09-05T00:56:55.807Z Downloaded serde_with v3.21.0
9772026-09-05T00:56:55.812Z Downloaded block-buffer v0.12.1
9782026-09-05T00:56:55.815Z Downloaded openssl-probe v0.1.6
9792026-09-05T00:56:55.815Z Downloaded unicode-properties v0.1.4
9802026-09-05T00:56:55.815Z Downloaded oxide-update-engine v0.1.2
9812026-09-05T00:56:55.816Z Downloaded simd-adler32 v0.3.8
9822026-09-05T00:56:55.824Z Downloaded smf v0.2.3
9832026-09-05T00:56:55.824Z Downloaded bindgen v0.71.1
9842026-09-05T00:56:55.828Z Downloaded group v0.13.0
9852026-09-05T00:56:55.828Z Downloaded time-core v0.1.8
9862026-09-05T00:56:55.828Z Downloaded scheduled-thread-pool v0.2.7
9872026-09-05T00:56:55.828Z Downloaded proptest v1.11.0
9882026-09-05T00:56:55.831Z Downloaded backoff v0.4.0
9892026-09-05T00:56:55.835Z Downloaded smallvec v1.15.1
9902026-09-05T00:56:55.838Z Downloaded fastrand v2.3.0
9912026-09-05T00:56:55.838Z Downloaded tracing-core v0.1.36
9922026-09-05T00:56:55.841Z Downloaded num-traits v0.2.19
9932026-09-05T00:56:55.858Z Downloaded ecdsa v0.17.0
9942026-09-05T00:56:55.858Z Downloaded vergen-lib v9.1.0
9952026-09-05T00:56:55.900Z Downloaded fs-err v2.11.0
9962026-09-05T00:56:55.901Z Downloaded miette v7.6.0
9972026-09-05T00:56:55.901Z Downloaded take_mut v0.2.2
9982026-09-05T00:56:55.901Z Downloaded peg v0.8.5
9992026-09-05T00:56:55.901Z Downloaded bytes v1.11.1
10002026-09-05T00:56:55.901Z Downloaded blake2 v0.10.6
10012026-09-05T00:56:55.901Z Downloaded serde_json v1.0.151
10022026-09-05T00:56:55.901Z Downloaded supports-color v2.1.0
10032026-09-05T00:56:55.901Z Downloaded memmap2 v0.9.10
10042026-09-05T00:56:55.901Z Downloaded module-lattice v0.2.3
10052026-09-05T00:56:55.901Z Downloaded rustls-webpki v0.103.13
10062026-09-05T00:56:55.906Z Downloaded blake3 v1.8.5
10072026-09-05T00:56:55.906Z Downloaded static_assertions v1.1.0
10082026-09-05T00:56:55.906Z Downloaded pest_generator v2.8.6
10092026-09-05T00:56:55.906Z Downloaded log v0.4.33
10102026-09-05T00:56:55.906Z Downloaded yoke v0.8.1
10112026-09-05T00:56:55.906Z Downloaded progenitor v0.13.0
10122026-09-05T00:56:55.906Z Downloaded libtest-mimic v0.8.1
10132026-09-05T00:56:55.906Z Downloaded miette-derive v5.10.0
10142026-09-05T00:56:55.906Z Downloaded polyval v0.7.1
10152026-09-05T00:56:55.906Z Downloaded anstyle-parse v1.0.0
10162026-09-05T00:56:55.906Z Downloaded owo-colors v4.3.0
10172026-09-05T00:56:55.906Z Downloaded minimal-lexical v0.2.1
10182026-09-05T00:56:55.913Z Downloaded twox-hash v2.1.2
10192026-09-05T00:56:55.916Z Downloaded socket2 v0.5.10
10202026-09-05T00:56:55.919Z Downloaded pretty-hex v0.4.1
10212026-09-05T00:56:55.924Z Downloaded base64ct v1.8.3
10222026-09-05T00:56:55.927Z Downloaded pem-rfc7468 v1.0.0
10232026-09-05T00:56:55.930Z Downloaded rstest_macros v0.25.0
10242026-09-05T00:56:55.933Z Downloaded rsa v0.9.10
10252026-09-05T00:56:55.937Z Downloaded pkcs5 v0.8.1
10262026-09-05T00:56:55.942Z Downloaded drift v0.2.0
10272026-09-05T00:56:55.945Z Downloaded serdect v0.4.3
10282026-09-05T00:56:55.947Z Downloaded glob v0.3.3
10292026-09-05T00:56:55.947Z Downloaded oxide-update-engine-display v0.1.2
10302026-09-05T00:56:55.947Z Downloaded rand v0.9.2
10312026-09-05T00:56:55.950Z Downloaded num_enum_derive v0.7.6
10322026-09-05T00:56:55.950Z Downloaded pretty_assertions v1.4.1
10332026-09-05T00:56:55.953Z Downloaded tower v0.5.3
10342026-09-05T00:56:55.957Z Downloaded fixedbitset v0.5.7
10352026-09-05T00:56:55.961Z Downloaded futures-channel v0.3.32
10362026-09-05T00:56:55.964Z Downloaded serde_cbor v0.11.2
10372026-09-05T00:56:55.964Z Downloaded p521 v0.14.0
10382026-09-05T00:56:55.967Z Downloaded futures-executor v0.3.32
10392026-09-05T00:56:55.967Z Downloaded winnow v0.7.14
10402026-09-05T00:56:55.970Z Downloaded nom v7.1.3
10412026-09-05T00:56:55.975Z Downloaded crypto-bigint v0.7.5
10422026-09-05T00:56:55.982Z Downloaded proc-macro2 v1.0.106
10432026-09-05T00:56:55.987Z Downloaded scuffle v0.1.0
10442026-09-05T00:56:55.991Z Downloaded prefix-trie v0.7.0
10452026-09-05T00:56:55.991Z Downloaded toml_datetime v0.6.11
10462026-09-05T00:56:55.991Z Downloaded bumpalo v3.20.2
10472026-09-05T00:56:55.991Z Downloaded vergen v9.1.0
10482026-09-05T00:56:55.996Z Downloaded bzip2 v0.6.1
10492026-09-05T00:56:55.996Z Downloaded steno v0.4.1
10502026-09-05T00:56:56.000Z Downloaded knuffel v3.2.0
10512026-09-05T00:56:56.000Z Downloaded scrypt v0.12.0
10522026-09-05T00:56:56.004Z Downloaded p384 v0.13.1
10532026-09-05T00:56:56.008Z Downloaded serde_core v1.0.228
10542026-09-05T00:56:56.008Z Downloaded winnow v0.5.40
10552026-09-05T00:56:56.012Z Downloaded erased-serde v0.3.31
10562026-09-05T00:56:56.017Z Downloaded cancel-safe-futures v0.1.5
10572026-09-05T00:56:56.017Z Downloaded chacha20poly1305 v0.10.1
10582026-09-05T00:56:56.021Z Downloaded winnow v1.0.3
10592026-09-05T00:56:56.032Z Downloaded cc v1.2.56
10602026-09-05T00:56:56.041Z Downloaded test-strategy v0.4.5
10612026-09-05T00:56:56.041Z Downloaded plotters v0.3.7
10622026-09-05T00:56:56.041Z Downloaded toml v1.1.2+spec-1.1.0
10632026-09-05T00:56:56.057Z Downloaded rayon-core v1.13.0
10642026-09-05T00:56:56.057Z Downloaded backtrace v0.3.76
10652026-09-05T00:56:56.114Z Downloaded rand v0.8.6
10662026-09-05T00:56:56.114Z Downloaded num-bigint v0.4.6
10672026-09-05T00:56:56.114Z Downloaded portable-atomic v1.13.1
10682026-09-05T00:56:56.114Z Downloaded fatfs v0.3.6
10692026-09-05T00:56:56.114Z Downloaded object v0.30.4
10702026-09-05T00:56:56.115Z Downloaded curve25519-dalek v4.1.3
10712026-09-05T00:56:56.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
10722026-09-05T00:56:56.115Z Downloaded base64 v0.21.7
10732026-09-05T00:56:56.115Z Downloaded sha3 v0.12.0
10742026-09-05T00:56:56.148Z Downloaded miette v5.10.0
10752026-09-05T00:56:56.148Z Downloaded goblin v0.10.5
10762026-09-05T00:56:56.151Z Downloaded rand v0.10.1
10772026-09-05T00:56:56.151Z Downloaded unicode_categories v0.1.1
10782026-09-05T00:56:56.151Z Downloaded regex-syntax v0.6.29
10792026-09-05T00:56:56.151Z Downloaded zerocopy-derive v0.8.55
10802026-09-05T00:56:56.151Z Downloaded aho-corasick v1.1.4
10812026-09-05T00:56:56.179Z Downloaded yansi v1.0.1
10822026-09-05T00:56:56.179Z Downloaded syn v1.0.109
10832026-09-05T00:56:56.179Z Downloaded ar_archive_writer v0.5.1
10842026-09-05T00:56:56.179Z Downloaded typenum v1.20.1
10852026-09-05T00:56:56.179Z Downloaded pest v2.8.6
10862026-09-05T00:56:56.179Z Downloaded radix_trie v0.2.1
10872026-09-05T00:56:56.180Z Downloaded aws-lc-rs v1.16.3
10882026-09-05T00:56:56.208Z Downloaded libm v0.2.16
10892026-09-05T00:56:56.208Z Downloaded quinn v0.11.11
10902026-09-05T00:56:56.208Z Downloaded libxml v0.3.3
10912026-09-05T00:56:56.208Z Downloaded curve25519-dalek v5.0.0
10922026-09-05T00:56:56.221Z Downloaded num-bigint-dig v0.8.6
10932026-09-05T00:56:56.221Z Downloaded git2 v0.20.4
10942026-09-05T00:56:56.221Z Downloaded quinn-proto v0.11.16
10952026-09-05T00:56:56.230Z Downloaded unicode-normalization v0.1.25
10962026-09-05T00:56:56.231Z Downloaded rayon v1.11.0
10972026-09-05T00:56:56.240Z Downloaded regex-syntax v0.8.10
10982026-09-05T00:56:56.271Z Downloaded hickory-proto v0.24.4
10992026-09-05T00:56:56.271Z Downloaded bitvec v1.0.1
11002026-09-05T00:56:56.296Z Downloaded salty v0.3.0
11012026-09-05T00:56:56.297Z Downloaded zlib-rs v0.6.2
11022026-09-05T00:56:56.297Z Downloaded ssh-key v0.7.0-rc.11
11032026-09-05T00:56:56.297Z Downloaded hickory-proto v0.25.2
11042026-09-05T00:56:56.297Z Downloaded gimli v0.32.3
11052026-09-05T00:56:56.297Z Downloaded winnow v0.6.26
11062026-09-05T00:56:56.297Z Downloaded syn v2.0.117
11072026-09-05T00:56:56.315Z Downloaded chrono v0.4.45
11082026-09-05T00:56:56.315Z Downloaded russh v0.62.4
11092026-09-05T00:56:56.315Z Downloaded futures-util v0.3.32
11102026-09-05T00:56:56.315Z Downloaded nix v0.28.0
11112026-09-05T00:56:56.356Z Downloaded reedline v0.40.0
11122026-09-05T00:56:56.356Z Downloaded dropshot-api-manager v0.8.0
11132026-09-05T00:56:56.356Z Downloaded rustls v0.23.41
11142026-09-05T00:56:56.392Z Downloaded smoltcp v0.9.1
11152026-09-05T00:56:56.392Z Downloaded syn v3.0.3
11162026-09-05T00:56:56.392Z Downloaded openapiv3 v2.2.0
11172026-09-05T00:56:56.392Z Downloaded tabled v0.21.0
11182026-09-05T00:56:56.392Z Downloaded object v0.37.3
11192026-09-05T00:56:56.422Z Downloaded lalrpop v0.19.12
11202026-09-05T00:56:56.422Z Downloaded time v0.3.47
11212026-09-05T00:56:56.422Z Downloaded nix v0.31.2
11222026-09-05T00:56:56.422Z Downloaded petname v2.0.2
11232026-09-05T00:56:56.422Z Downloaded nix v0.27.1
11242026-09-05T00:56:56.422Z Downloaded openssl v0.10.80
11252026-09-05T00:56:56.422Z Downloaded polar-core v0.27.3
11262026-09-05T00:56:56.422Z Downloaded vcpkg v0.2.15
11272026-09-05T00:56:56.445Z Downloaded unicode-width v0.2.0
11282026-09-05T00:56:56.445Z Downloaded moka v0.12.13
11292026-09-05T00:56:56.445Z Downloaded smoltcp v0.11.0
11302026-09-05T00:56:56.487Z Downloaded rustix v1.1.4
11312026-09-05T00:56:56.487Z Downloaded zerocopy v0.8.55
11322026-09-05T00:56:56.538Z Downloaded rustix v0.38.44
11332026-09-05T00:56:56.538Z Downloaded regress v0.10.5
11342026-09-05T00:56:56.538Z Downloaded bstr v1.12.1
11352026-09-05T00:56:56.539Z Downloaded typify-impl v0.6.2
11362026-09-05T00:56:56.539Z Downloaded dropshot v0.17.1
11372026-09-05T00:56:56.580Z Downloaded unicode-width v0.1.14
11382026-09-05T00:56:56.580Z Downloaded zerocopy-derive v0.6.6
11392026-09-05T00:56:56.580Z Downloaded regress v0.11.1
11402026-09-05T00:56:56.580Z Downloaded tracing v0.1.44
11412026-09-05T00:56:56.580Z Downloaded ratatui v0.29.0
11422026-09-05T00:56:56.580Z Downloaded jiff v0.2.34
11432026-09-05T00:56:56.639Z Downloaded sqlparser v0.61.0
11442026-09-05T00:56:56.639Z Downloaded regex-automata v0.4.14
11452026-09-05T00:56:56.639Z Downloaded bzip2-sys v0.1.13+1.0.8
11462026-09-05T00:56:56.639Z Downloaded sled v0.34.7
11472026-09-05T00:56:56.639Z Downloaded chrono-tz v0.10.4
11482026-09-05T00:56:56.712Z Downloaded tokio v1.52.1
11492026-09-05T00:56:56.712Z Downloaded petgraph v0.8.3
11502026-09-05T00:56:56.764Z Downloaded sha3 v0.11.0
11512026-09-05T00:56:56.764Z Downloaded petgraph v0.6.5
11522026-09-05T00:56:56.764Z Downloaded csv v1.4.0
11532026-09-05T00:56:56.764Z Downloaded libz-sys v1.1.24
11542026-09-05T00:56:56.793Z Downloaded libc v0.2.185
11552026-09-05T00:56:56.793Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11562026-09-05T00:56:56.793Z Downloaded sha3 v0.10.8
11572026-09-05T00:56:56.793Z Downloaded httpmock v0.8.3
11582026-09-05T00:56:56.819Z Downloaded libgit2-sys v0.18.3+1.9.2
11592026-09-05T00:56:56.847Z Downloaded encoding_rs v0.8.35
11602026-09-05T00:56:56.903Z Downloaded ring v0.17.14
11612026-09-05T00:56:57.292Z Downloaded aws-lc-sys v0.40.0
11622026-09-05T00:56:57.717Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11632026-09-05T00:57:02.612Z Startup: Refreshing catalog 'helios' ... Done
11642026-09-05T00:57:03.042Z Startup: Caching catalogs ... Done
11652026-09-05T00:57:05.664ZPlanning: Solver setup ... Done (2.441s)
11662026-09-05T00:57:05.733ZPlanning: Running solver ... Done (0.070s)
11672026-09-05T00:57:05.798ZPlanning: Finding local manifests ... Done (0.003s)
11682026-09-05T00:57:05.808ZPlanning: Fetching manifests: 0/2 0% complete
11692026-09-05T00:57:05.821ZPlanning: Fetching manifests: 2/2 100% complete
11702026-09-05T00:57:05.828ZPlanning: Package planning ... Done (0.014s)
11712026-09-05T00:57:05.828ZPlanning: Merging actions ... Done (0.002s)
11722026-09-05T00:57:06.059ZPlanning: Checking for conflicting actions ... Done (0.167s)
11732026-09-05T00:57:06.094ZPlanning: Consolidating action changes ... Done (0.001s)
11742026-09-05T00:57:06.856ZPlanning: Evaluating mediators ... Done (0.858s)
11752026-09-05T00:57:06.866ZPlanning: Planning completed in 3.77 seconds
11762026-09-05T00:57:06.866Z Packages to install: 2
11772026-09-05T00:57:06.866Z Estimated space available: 155.73 GB
11782026-09-05T00:57:06.866ZEstimated space to be consumed: 86.48 MB
11792026-09-05T00:57:06.866Z Create boot environment: No
11802026-09-05T00:57:06.866ZCreate backup boot environment: No
11812026-09-05T00:57:06.867Z Rebuild boot archive: No
11822026-09-05T00:57:06.867Z
11832026-09-05T00:57:06.867ZChanged packages:
11842026-09-05T00:57:06.867Zhelios
11852026-09-05T00:57:06.867Z developer/build-essential
11862026-09-05T00:57:06.867Z None -> 11-3.0
11872026-09-05T00:57:06.867Z library/libxmlsec1
11882026-09-05T00:57:06.867Z None -> 1.2.35-3.0
11892026-09-05T00:57:06.956Z
11902026-09-05T00:57:06.956ZDownload: 0/214 items 0.0/1.3MB 0% complete
11912026-09-05T00:57:06.964ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11922026-09-05T00:57:07.085Z Actions: 1/268 actions (Installing new actions)
11932026-09-05T00:57:07.127Z Actions: Completed 268 actions in 0.04 seconds.
11942026-09-05T00:57:07.160ZFinalize: Updating package state database ... Done (0.036s)
11952026-09-05T00:57:07.160ZFinalize: Updating package cache ... Done (0.000s)
11962026-09-05T00:57:07.261ZFinalize: Updating image state ... Done (0.099s)
11972026-09-05T00:57:10.077ZFinalize: Creating fast lookup database ... Done (2.763s)
11982026-09-05T00:57:10.150ZFinalize: Reading search index ... Done (0.013s)
11992026-09-05T00:57:10.154ZFinalize: Updating search index ... Done (0.000s)
12002026-09-05T00:57:10.295ZFinalize: Updating package cache ... Done (0.000s)
12012026-09-05T00:57:10.691ZPlanning: Evaluating mediator changes ... Done
12022026-09-05T00:57:10.799ZPlanning: Checking for conflicting actions ... Done
12032026-09-05T00:57:10.803ZPlanning: Consolidating action changes ... Done
12042026-09-05T00:57:10.961ZPlanning: Evaluating mediators ... Done
12052026-09-05T00:57:10.966ZPlanning: Planning completed in 0.27 seconds
12062026-09-05T00:57:10.985Z Mediators to change: 2
12072026-09-05T00:57:10.985Z Create boot environment: No
12082026-09-05T00:57:10.985ZCreate backup boot environment: No
12092026-09-05T00:57:11.040ZFinalize: Updating package state database ... Done
12102026-09-05T00:57:11.040ZFinalize: Updating package cache ... Done
12112026-09-05T00:57:11.097ZFinalize: Updating image state ... Done
12122026-09-05T00:57:13.080ZFinalize: Creating fast lookup database ... Done
12132026-09-05T00:57:13.144ZFinalize: Reading search index ... Done
12142026-09-05T00:57:13.147ZFinalize: Updating search index ... Done
12152026-09-05T00:57:13.234ZFinalize: Updating package cache ... Done
12162026-09-05T00:57:13.522ZPlanning: Evaluating mediator changes ... Done
12172026-09-05T00:57:13.625ZPlanning: Checking for conflicting actions ... Done
12182026-09-05T00:57:13.629ZPlanning: Consolidating action changes ... Done
12192026-09-05T00:57:13.786ZPlanning: Evaluating mediators ... Done
12202026-09-05T00:57:13.789ZPlanning: Planning completed in 0.27 seconds
12212026-09-05T00:57:13.810Z Mediators to change: 1
12222026-09-05T00:57:13.810Z Create boot environment: No
12232026-09-05T00:57:13.810ZCreate backup boot environment: No
12242026-09-05T00:57:13.854ZFinalize: Updating package state database ... Done
12252026-09-05T00:57:13.854ZFinalize: Updating package cache ... Done
12262026-09-05T00:57:13.911ZFinalize: Updating image state ... Done
12272026-09-05T00:57:15.903ZFinalize: Creating fast lookup database ... Done
12282026-09-05T00:57:15.971ZFinalize: Reading search index ... Done
12292026-09-05T00:57:15.974ZFinalize: Updating search index ... Done
12302026-09-05T00:57:16.040ZFinalize: Updating package cache ... Done
12312026-09-05T00:57:16.355ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12322026-09-05T00:57:16.355Zapache system 2.4 system
12332026-09-05T00:57:16.355Zclang system 15 system
12342026-09-05T00:57:16.355Zcsh system system illumos
12352026-09-05T00:57:16.355Zctags system system illumos
12362026-09-05T00:57:16.356Zfile vendor vendor darwinsys
12372026-09-05T00:57:16.356Zfile system system illumos
12382026-09-05T00:57:16.356Zgcc vendor 14 vendor
12392026-09-05T00:57:16.356Zgcc system 13 system
12402026-09-05T00:57:16.356Zgcc system 10 system
12412026-09-05T00:57:16.356Zgo system 1.25 system
12422026-09-05T00:57:16.356Zllvm system 15 system
12432026-09-05T00:57:16.356Zmariadb system 11.4 system
12442026-09-05T00:57:16.356Zmta vendor vendor dma
12452026-09-05T00:57:16.356Zopenjdk system 17 system
12462026-09-05T00:57:16.356Zopenjdk system 11 system
12472026-09-05T00:57:16.356Zopenssl vendor 3 vendor
12482026-09-05T00:57:16.356Zperl system 5.40 system
12492026-09-05T00:57:16.356Zpostgresql system 18 system
12502026-09-05T00:57:16.356Zpostgresql system 17 system
12512026-09-05T00:57:16.356Zpython vendor 3 vendor
12522026-09-05T00:57:16.356Zpython system 2 system
12532026-09-05T00:57:16.356Zpython3 vendor 3.13 vendor
12542026-09-05T00:57:16.356Zruby system 3.4 system
12552026-09-05T00:57:16.356Zruby system 3.0 system
12562026-09-05T00:57:16.356Zwords vendor vendor american-english
12572026-09-05T00:57:16.356Zwords system system australian-english
12582026-09-05T00:57:16.356Zwords system system british-english
12592026-09-05T00:57:16.356Zwords system system canadian-english
12602026-09-05T00:57:16.356Zwords system system french
12612026-09-05T00:57:16.356Zwords system system italian
12622026-09-05T00:57:16.356Zwords system system ngerman
12632026-09-05T00:57:16.356Zwords system system ogerman
12642026-09-05T00:57:16.356Zwords system system spanish
12652026-09-05T00:57:16.610ZPUBLISHER TYPE STATUS P LOCATION
12662026-09-05T00:57:16.610Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12672026-09-05T00:57:17.136ZFMRI IFO
12682026-09-05T00:57:17.136Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12692026-09-05T00:57:17.136Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12702026-09-05T00:57:17.136Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12712026-09-05T00:57:17.136Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12722026-09-05T00:57:17.136Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12732026-09-05T00:57:17.136Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12742026-09-05T00:57:17.136Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12752026-09-05T00:57:17.136Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12762026-09-05T00:57:17.136Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12772026-09-05T00:57:17.780Z Downloading crates ...
12782026-09-05T00:57:17.823Z Downloaded cargo_toml v0.21.0
12792026-09-05T00:57:17.872Z Compiling proc-macro2 v1.0.106
12802026-09-05T00:57:17.872Z Compiling quote v1.0.45
12812026-09-05T00:57:17.875Z Compiling unicode-ident v1.0.24
12822026-09-05T00:57:17.875Z Compiling serde_core v1.0.228
12832026-09-05T00:57:17.875Z Compiling libc v0.2.185
12842026-09-05T00:57:17.875Z Compiling version_check v0.9.5
12852026-09-05T00:57:17.875Z Compiling memchr v2.8.0
12862026-09-05T00:57:17.876Z Compiling serde v1.0.228
12872026-09-05T00:57:17.951Z Compiling zmij v1.0.21
12882026-09-05T00:57:17.956Z Compiling thiserror v1.0.69
12892026-09-05T00:57:17.956Z Compiling itoa v1.0.17
12902026-09-05T00:57:17.956Z Compiling ucd-trie v0.1.7
12912026-09-05T00:57:17.956Z Compiling byteorder v1.5.0
12922026-09-05T00:57:17.956Z Compiling rustix v1.1.4
12932026-09-05T00:57:18.105Z Compiling serde_json v1.0.151
12942026-09-05T00:57:18.298Z Compiling bitflags v2.11.0
12952026-09-05T00:57:18.349Z Compiling usdt-impl v0.5.0
12962026-09-05T00:57:18.393Z Compiling proc-macro-error-attr v1.0.4
12972026-09-05T00:57:18.487Z Compiling pest v2.8.6
12982026-09-05T00:57:18.498Z Compiling syn v1.0.109
12992026-09-05T00:57:18.520Z Compiling camino v1.2.5
13002026-09-05T00:57:18.585Z Compiling proc-macro-error v1.0.4
13012026-09-05T00:57:18.597Z Compiling getrandom v0.4.3
13022026-09-05T00:57:18.606Z Compiling plain v0.2.3
13032026-09-05T00:57:18.650Z Compiling utf8parse v0.2.2
13042026-09-05T00:57:18.697Z Compiling equivalent v1.0.2
13052026-09-05T00:57:18.711Z Compiling log v0.4.33
13062026-09-05T00:57:18.724Z Compiling hashbrown v0.17.0
13072026-09-05T00:57:18.749Z Compiling anstyle-parse v1.0.0
13082026-09-05T00:57:18.786Z Compiling thiserror v2.0.18
13092026-09-05T00:57:18.795Z Compiling anstyle-query v1.1.5
13102026-09-05T00:57:18.807Z Compiling is_terminal_polyfill v1.70.2
13112026-09-05T00:57:18.886Z Compiling errno v0.3.14
13122026-09-05T00:57:18.897Z Compiling thread-id v4.2.2
13132026-09-05T00:57:18.924Z Compiling autocfg v1.5.0
13142026-09-05T00:57:18.924Z Compiling pretty-hex v0.4.1
13152026-09-05T00:57:18.955Z Compiling colorchoice v1.0.4
13162026-09-05T00:57:18.959Z Compiling anstyle v1.0.14
13172026-09-05T00:57:18.967Z Compiling toml_write v0.1.2
13182026-09-05T00:57:18.991Z Compiling winnow v0.7.14
13192026-09-05T00:57:18.994Z Compiling cfg-if v1.0.4
13202026-09-05T00:57:19.079Z Compiling bytecount v0.6.9
13212026-09-05T00:57:19.091Z Compiling fnv v1.0.7
13222026-09-05T00:57:19.091Z Compiling once_cell v1.21.3
13232026-09-05T00:57:19.240Z Compiling anstream v1.0.0
13242026-09-05T00:57:19.256Z Compiling indexmap v2.14.0
13252026-09-05T00:57:19.266Z Compiling fastrand v2.3.0
13262026-09-05T00:57:19.291Z Compiling clap_lex v1.0.0
13272026-09-05T00:57:19.312Z Compiling heck v0.4.1
13282026-09-05T00:57:19.328Z Compiling strsim v0.11.1
13292026-09-05T00:57:19.404Z Compiling syn v2.0.117
13302026-09-05T00:57:19.434Z Compiling fs-err v3.3.0
13312026-09-05T00:57:19.455Z Compiling anyhow v1.0.104
13322026-09-05T00:57:19.534Z Compiling heck v0.5.0
13332026-09-05T00:57:19.536Z Compiling unicode-width v0.1.14
13342026-09-05T00:57:19.545Z Compiling memmap v0.7.0
13352026-09-05T00:57:19.567Z Compiling unicode-width v0.2.0
13362026-09-05T00:57:19.642Z Compiling pest_meta v2.8.6
13372026-09-05T00:57:19.747Z Compiling smawk v0.3.2
13382026-09-05T00:57:19.779Z Compiling papergrid v0.11.0
13392026-09-05T00:57:19.799Z Compiling unicode-linebreak v0.1.5
13402026-09-05T00:57:19.842Z Compiling swrite v0.1.0
13412026-09-05T00:57:19.894Z Compiling terminal_size v0.4.3
13422026-09-05T00:57:19.907Z Compiling tempfile v3.27.0
13432026-09-05T00:57:19.989Z Compiling clap_builder v4.6.0
13442026-09-05T00:57:20.000Z Compiling textwrap v0.16.2
13452026-09-05T00:57:20.359Z Compiling semver v1.0.28
13462026-09-05T00:57:20.369Z Compiling cargo-platform v0.3.2
13472026-09-05T00:57:20.614Z Compiling camino-tempfile v1.4.1
13482026-09-05T00:57:20.869Z Compiling tabled_derive v0.7.0
13492026-09-05T00:57:21.531Z Compiling tabled v0.15.0
13502026-09-05T00:57:21.576Z Compiling pest_generator v2.8.6
13512026-09-05T00:57:22.058Z Compiling serde_derive v1.0.228
13522026-09-05T00:57:22.058Z Compiling thiserror-impl v1.0.69
13532026-09-05T00:57:22.058Z Compiling zerocopy-derive v0.7.35
13542026-09-05T00:57:22.062Z Compiling scroll_derive v0.12.1
13552026-09-05T00:57:22.062Z Compiling thiserror-impl v2.0.18
13562026-09-05T00:57:22.062Z Compiling clap_derive v4.6.1
13572026-09-05T00:57:22.096Z Compiling pest_derive v2.8.6
13582026-09-05T00:57:22.724Z Compiling scroll v0.12.0
13592026-09-05T00:57:22.782Z Compiling zerocopy v0.7.35
13602026-09-05T00:57:22.927Z Compiling goblin v0.8.2
13612026-09-05T00:57:23.112Z Compiling dtrace-parser v0.2.0
13622026-09-05T00:57:23.371Z Compiling clap v4.6.1
13632026-09-05T00:57:24.491Z Compiling toml_datetime v0.6.11
13642026-09-05T00:57:24.491Z Compiling serde_spanned v0.6.9
13652026-09-05T00:57:24.499Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13662026-09-05T00:57:24.499Z Compiling macaddr v1.0.1
13672026-09-05T00:57:24.499Z Compiling cargo_metadata v0.23.1
13682026-09-05T00:57:24.499Z Compiling dof v0.3.0
13692026-09-05T00:57:24.499Z Compiling serde_tokenstream v0.2.3
13702026-09-05T00:57:24.661Z Compiling toml_edit v0.22.27
13712026-09-05T00:57:25.177Z Compiling usdt-attr-macro v0.5.0
13722026-09-05T00:57:25.177Z Compiling usdt-macro v0.5.0
13732026-09-05T00:57:25.867Z Compiling usdt v0.5.0
13742026-09-05T00:57:25.999Z Compiling toml v0.8.23
13752026-09-05T00:57:26.313Z Compiling cargo_toml v0.21.0
13762026-09-05T00:57:27.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13772026-09-05T00:57:29.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.25s
13782026-09-05T00:57:29.617Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13792026-09-05T00:57:30.395Z Compiling serde_core v1.0.228
13802026-09-05T00:57:30.396Z Compiling libc v0.2.185
13812026-09-05T00:57:30.396Z Compiling serde v1.0.228
13822026-09-05T00:57:30.399Z Compiling log v0.4.33
13832026-09-05T00:57:30.399Z Compiling smallvec v1.15.1
13842026-09-05T00:57:30.399Z Compiling shlex v1.3.0
13852026-09-05T00:57:30.399Z Compiling find-msvc-tools v0.1.9
13862026-09-05T00:57:30.399Z Compiling subtle v2.6.1
13872026-09-05T00:57:30.399Z Compiling scopeguard v1.2.0
13882026-09-05T00:57:30.399Z Compiling typenum v1.20.1
13892026-09-05T00:57:30.399Z Compiling stable_deref_trait v1.2.1
13902026-09-05T00:57:30.399Z Compiling zerocopy v0.8.55
13912026-09-05T00:57:30.520Z Compiling portable-atomic v1.13.1
13922026-09-05T00:57:30.584Z Compiling serde_json v1.0.151
13932026-09-05T00:57:30.610Z Compiling syn v2.0.117
13942026-09-05T00:57:30.635Z Compiling critical-section v1.2.0
13952026-09-05T00:57:30.734Z Compiling lock_api v0.4.14
13962026-09-05T00:57:30.750Z Compiling libm v0.2.16
13972026-09-05T00:57:30.779Z Compiling num-traits v0.2.19
13982026-09-05T00:57:30.787Z Compiling pkg-config v0.3.32
13992026-09-05T00:57:30.788Z Compiling generic-array v0.14.7
14002026-09-05T00:57:30.808Z Compiling parking_lot_core v0.9.12
14012026-09-05T00:57:30.829Z Compiling getrandom v0.4.3
14022026-09-05T00:57:30.939Z Compiling const-oid v0.9.6
14032026-09-05T00:57:31.076Z Compiling pin-project-lite v0.2.17
14042026-09-05T00:57:31.076Z Compiling rand_core v0.10.0
14052026-09-05T00:57:31.174Z Compiling futures-core v0.3.32
14062026-09-05T00:57:31.174Z Compiling litemap v0.8.1
14072026-09-05T00:57:31.174Z Compiling writeable v0.6.2
14082026-09-05T00:57:31.174Z Compiling percent-encoding v2.3.2
14092026-09-05T00:57:31.285Z Compiling icu_properties_data v2.1.2
14102026-09-05T00:57:31.285Z Compiling icu_normalizer_data v2.1.1
14112026-09-05T00:57:31.285Z Compiling getrandom v0.3.4
14122026-09-05T00:57:31.285Z Compiling rustix v1.1.4
14132026-09-05T00:57:31.330Z Compiling futures-sink v0.3.32
14142026-09-05T00:57:31.330Z Compiling futures-io v0.3.32
14152026-09-05T00:57:31.391Z Compiling futures-task v0.3.32
14162026-09-05T00:57:31.461Z Compiling slab v0.4.12
14172026-09-05T00:57:31.461Z Compiling utf8_iter v1.0.4
14182026-09-05T00:57:31.461Z Compiling errno v0.3.14
14192026-09-05T00:57:31.489Z Compiling jobserver v0.1.34
14202026-09-05T00:57:31.489Z Compiling getrandom v0.2.17
14212026-09-05T00:57:31.592Z Compiling mio v1.2.0
14222026-09-05T00:57:31.657Z Compiling socket2 v0.6.3
14232026-09-05T00:57:31.657Z Compiling signal-hook-registry v1.4.8
14242026-09-05T00:57:31.657Z Compiling futures-channel v0.3.32
14252026-09-05T00:57:31.657Z Compiling form_urlencoded v1.2.2
14262026-09-05T00:57:31.736Z Compiling rand_core v0.6.4
14272026-09-05T00:57:31.832Z Compiling cc v1.2.56
14282026-09-05T00:57:31.833Z Compiling once_cell v1.21.3
14292026-09-05T00:57:31.917Z Compiling parking_lot v0.12.5
14302026-09-05T00:57:31.917Z Compiling rustversion v1.0.22
14312026-09-05T00:57:31.917Z Compiling base64ct v1.8.3
14322026-09-05T00:57:31.917Z Compiling iana-time-zone v0.1.65
14332026-09-05T00:57:31.918Z Compiling ident_case v1.0.1
14342026-09-05T00:57:31.918Z Compiling dunce v1.0.5
14352026-09-05T00:57:31.998Z Compiling flagset v0.4.7
14362026-09-05T00:57:32.086Z Compiling regex-syntax v0.8.10
14372026-09-05T00:57:32.086Z Compiling fs_extra v1.3.0
14382026-09-05T00:57:32.086Z Compiling base64 v0.22.1
14392026-09-05T00:57:32.086Z Compiling syn v1.0.109
14402026-09-05T00:57:32.086Z Compiling vcpkg v0.2.15
14412026-09-05T00:57:32.103Z Compiling rand_core v0.9.5
14422026-09-05T00:57:32.103Z Compiling pem-rfc7468 v0.7.0
14432026-09-05T00:57:32.141Z Compiling tracing-core v0.1.36
14442026-09-05T00:57:32.164Z Compiling dyn-clone v1.0.20
14452026-09-05T00:57:32.209Z Compiling simd-adler32 v0.3.8
14462026-09-05T00:57:32.260Z Compiling aws-lc-rs v1.16.3
14472026-09-05T00:57:32.290Z Compiling cpufeatures v0.2.17
14482026-09-05T00:57:32.324Z Compiling schemars v0.8.22
14492026-09-05T00:57:32.352Z Compiling spin v0.9.8
14502026-09-05T00:57:32.368Z Compiling httparse v1.10.1
14512026-09-05T00:57:32.385Z Compiling crc32fast v1.5.0
14522026-09-05T00:57:32.423Z Compiling adler2 v2.0.1
14532026-09-05T00:57:32.478Z Compiling cmake v0.1.57
14542026-09-05T00:57:32.587Z Compiling openssl-probe v0.2.1
14552026-09-05T00:57:32.599Z Compiling cmov v0.5.4
14562026-09-05T00:57:32.599Z Compiling tinyvec_macros v0.1.1
14572026-09-05T00:57:32.606Z Compiling miniz_oxide v0.8.9
14582026-09-05T00:57:32.606Z Compiling aho-corasick v1.1.4
14592026-09-05T00:57:32.659Z Compiling tinyvec v1.10.0
14602026-09-05T00:57:32.675Z Compiling bitflags v2.11.0
14612026-09-05T00:57:32.728Z Compiling semver v1.0.28
14622026-09-05T00:57:32.741Z Compiling indexmap v2.14.0
14632026-09-05T00:57:32.767Z Compiling uuid v1.23.4
14642026-09-05T00:57:32.789Z Compiling ctutils v0.4.2
14652026-09-05T00:57:32.917Z Compiling try-lock v0.2.5
14662026-09-05T00:57:32.931Z Compiling unicode-segmentation v1.12.0
14672026-09-05T00:57:32.946Z Compiling rustc_version v0.4.1
14682026-09-05T00:57:33.022Z Compiling atomic-waker v1.1.2
14692026-09-05T00:57:33.038Z Compiling radium v0.7.0
14702026-09-05T00:57:33.050Z Compiling tower-service v0.3.3
14712026-09-05T00:57:33.065Z Compiling tower-layer v0.3.3
14722026-09-05T00:57:33.162Z Compiling untrusted v0.7.1
14732026-09-05T00:57:33.178Z Compiling want v0.3.1
14742026-09-05T00:57:33.282Z Compiling openssl v0.10.80
14752026-09-05T00:57:33.297Z Compiling rustls v0.23.41
14762026-09-05T00:57:33.301Z Compiling aws-lc-sys v0.40.0
14772026-09-05T00:57:33.301Z Compiling openssl-sys v0.9.117
14782026-09-05T00:57:33.360Z Compiling foreign-types-shared v0.1.1
14792026-09-05T00:57:33.374Z Compiling maybe-uninit v2.0.0
14802026-09-05T00:57:33.398Z Compiling untrusted v0.9.0
14812026-09-05T00:57:33.416Z Compiling httpdate v1.0.3
14822026-09-05T00:57:33.463Z Compiling synstructure v0.13.2
14832026-09-05T00:57:33.477Z Compiling serde_derive_internals v0.29.1
14842026-09-05T00:57:33.489Z Compiling pest_generator v2.8.6
14852026-09-05T00:57:33.536Z Compiling darling_core v0.20.11
14862026-09-05T00:57:33.539Z Compiling regex-automata v0.4.14
14872026-09-05T00:57:33.563Z Compiling tap v1.0.1
14882026-09-05T00:57:33.676Z Compiling foreign-types v0.3.2
14892026-09-05T00:57:33.688Z Compiling wyz v0.5.1
14902026-09-05T00:57:33.809Z Compiling tempfile v3.27.0
14912026-09-05T00:57:33.914Z Compiling terminal_size v0.4.3
14922026-09-05T00:57:33.950Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-09-05T00:57:33.975Z Compiling bzip2-sys v0.1.13+1.0.8
14942026-09-05T00:57:34.079Z Compiling unicode-normalization v0.1.25
14952026-09-05T00:57:34.099Z Compiling num-integer v0.1.46
14962026-09-05T00:57:34.121Z Compiling socket2 v0.5.10
14972026-09-05T00:57:34.201Z Compiling wait-timeout v0.2.1
14982026-09-05T00:57:34.264Z Compiling ahash v0.8.12
14992026-09-05T00:57:34.330Z Compiling powerfmt v0.2.0
15002026-09-05T00:57:34.377Z Compiling time-core v0.1.8
15012026-09-05T00:57:34.391Z Compiling bit-vec v0.8.0
15022026-09-05T00:57:34.394Z Compiling native-tls v0.2.18
15032026-09-05T00:57:34.432Z Compiling funty v2.0.0
15042026-09-05T00:57:34.448Z Compiling num-bigint-dig v0.8.6
15052026-09-05T00:57:34.448Z Compiling num-conv v0.2.0
15062026-09-05T00:57:34.479Z Compiling packed_struct v0.10.1
15072026-09-05T00:57:34.482Z Compiling quick-error v1.2.3
15082026-09-05T00:57:34.532Z Compiling clap_builder v4.6.0
15092026-09-05T00:57:34.549Z Compiling deranged v0.5.8
15102026-09-05T00:57:34.568Z Compiling num-iter v0.1.45
15112026-09-05T00:57:34.621Z Compiling time-macros v0.2.27
15122026-09-05T00:57:34.632Z Compiling rusty-fork v0.3.1
15132026-09-05T00:57:34.655Z Compiling bit-set v0.8.0
15142026-09-05T00:57:34.709Z Compiling lazy_static v1.5.0
15152026-09-05T00:57:34.766Z Compiling bitvec v1.0.1
15162026-09-05T00:57:34.788Z Compiling rand_xorshift v0.4.0
15172026-09-05T00:57:34.814Z Compiling sync_wrapper v1.0.2
15182026-09-05T00:57:34.828Z Compiling indexmap v1.9.3
15192026-09-05T00:57:34.929Z Compiling unarray v0.1.4
15202026-09-05T00:57:34.964Z Compiling nodrop v0.1.14
15212026-09-05T00:57:34.977Z Compiling crc-catalog v2.4.0
15222026-09-05T00:57:35.030Z Compiling object v0.37.3
15232026-09-05T00:57:35.033Z Compiling zlib-rs v0.6.2
15242026-09-05T00:57:35.062Z Compiling siphasher v1.0.2
15252026-09-05T00:57:35.065Z Compiling usdt-impl v0.6.0
15262026-09-05T00:57:35.089Z Compiling paste v1.0.15
15272026-09-05T00:57:35.225Z Compiling serde_derive v1.0.228
15282026-09-05T00:57:35.269Z Compiling zeroize_derive v1.5.0
15292026-09-05T00:57:35.308Z Compiling zerocopy-derive v0.8.55
15302026-09-05T00:57:35.313Z Compiling zerofrom-derive v0.1.6
15312026-09-05T00:57:35.374Z Compiling yoke-derive v0.8.1
15322026-09-05T00:57:35.549Z Compiling zerovec-derive v0.11.2
15332026-09-05T00:57:35.655Z Compiling displaydoc v0.2.5
15342026-09-05T00:57:35.696Z Compiling tokio-macros v2.7.0
15352026-09-05T00:57:35.914Z Compiling futures-macro v0.3.32
15362026-09-05T00:57:35.948Z Compiling thiserror-impl v2.0.18
15372026-09-05T00:57:36.260Z Compiling der_derive v0.7.3
15382026-09-05T00:57:36.354Z Compiling tracing-attributes v0.1.31
15392026-09-05T00:57:36.480Z Compiling schemars_derive v0.8.22
15402026-09-05T00:57:36.496Z Compiling pest_derive v2.8.6
15412026-09-05T00:57:36.634Z Compiling scroll_derive v0.13.1
15422026-09-05T00:57:36.751Z Compiling darling_macro v0.20.11
15432026-09-05T00:57:36.787Z Compiling futures-util v0.3.32
15442026-09-05T00:57:36.817Z Compiling zerofrom v0.1.6
15452026-09-05T00:57:36.963Z Compiling yoke v0.8.1
15462026-09-05T00:57:36.979Z Compiling thiserror-impl v1.0.69
15472026-09-05T00:57:37.160Z Compiling zerovec v0.11.5
15482026-09-05T00:57:37.274Z Compiling zerotrie v0.2.3
15492026-09-05T00:57:37.290Z Compiling openssl-macros v0.1.1
15502026-09-05T00:57:37.371Z Compiling thiserror v2.0.18
15512026-09-05T00:57:37.483Z Compiling scroll v0.13.0
15522026-09-05T00:57:37.499Z Compiling darling v0.20.11
15532026-09-05T00:57:37.572Z Compiling packed_struct_codegen v0.10.1
15542026-09-05T00:57:37.592Z Compiling bitfield-macros v0.19.4
15552026-09-05T00:57:37.606Z Compiling zerocopy-derive v0.6.6
15562026-09-05T00:57:37.723Z Compiling tinystr v0.8.2
15572026-09-05T00:57:37.737Z Compiling potential_utf v0.1.4
15582026-09-05T00:57:37.740Z Compiling tracing v0.1.44
15592026-09-05T00:57:37.783Z Compiling goblin v0.10.5
15602026-09-05T00:57:37.822Z Compiling clap_derive v4.6.1
15612026-09-05T00:57:37.919Z Compiling icu_locale_core v2.1.1
15622026-09-05T00:57:37.944Z Compiling icu_collections v2.1.1
15632026-09-05T00:57:38.048Z Compiling num_threads v0.1.7
15642026-09-05T00:57:38.166Z Compiling crossbeam-utils v0.8.21
15652026-09-05T00:57:38.326Z Compiling thiserror v1.0.69
15662026-09-05T00:57:38.368Z Compiling time v0.3.47
15672026-09-05T00:57:38.383Z Compiling bitfield v0.19.4
15682026-09-05T00:57:38.453Z Compiling flate2 v1.1.9
15692026-09-05T00:57:38.466Z Compiling derive_builder_core v0.20.2
15702026-09-05T00:57:38.496Z Compiling zerocopy v0.6.6
15712026-09-05T00:57:38.533Z Compiling dtrace-parser v0.3.0
15722026-09-05T00:57:38.694Z Compiling icu_provider v2.1.1
15732026-09-05T00:57:38.821Z Compiling zeroize v1.9.0
15742026-09-05T00:57:38.838Z Compiling bytes v1.11.1
15752026-09-05T00:57:38.854Z Compiling chrono v0.4.45
15762026-09-05T00:57:38.857Z Compiling ipnet v2.12.0
15772026-09-05T00:57:38.884Z Compiling hex v0.4.3
15782026-09-05T00:57:39.050Z Compiling icu_properties v2.1.2
15792026-09-05T00:57:39.128Z Compiling icu_normalizer v2.1.1
15802026-09-05T00:57:39.166Z Compiling der v0.7.10
15812026-09-05T00:57:39.278Z Compiling rustls-pki-types v1.14.0
15822026-09-05T00:57:39.335Z Compiling tokio v1.52.1
15832026-09-05T00:57:39.373Z Compiling http v1.4.2
15842026-09-05T00:57:39.473Z Compiling hybrid-array v0.4.13
15852026-09-05T00:57:39.590Z Compiling block-buffer v0.10.4
15862026-09-05T00:57:39.633Z Compiling crypto-common v0.1.7
15872026-09-05T00:57:39.679Z Compiling toml_datetime v0.6.11
15882026-09-05T00:57:39.749Z Compiling digest v0.10.7
15892026-09-05T00:57:39.779Z Compiling ppv-lite86 v0.2.21
15902026-09-05T00:57:39.799Z Compiling serde_spanned v0.6.9
15912026-09-05T00:57:39.954Z Compiling idna_adapter v1.2.1
15922026-09-05T00:57:39.968Z Compiling sha2 v0.10.9
15932026-09-05T00:57:39.996Z Compiling spki v0.7.3
15942026-09-05T00:57:40.011Z Compiling http-body v1.0.1
15952026-09-05T00:57:40.027Z Compiling signature v2.2.0
15962026-09-05T00:57:40.112Z Compiling idna v1.1.0
15972026-09-05T00:57:40.127Z Compiling rand_chacha v0.9.0
15982026-09-05T00:57:40.153Z Compiling rand_chacha v0.3.1
15992026-09-05T00:57:40.179Z Compiling pkcs8 v0.10.2
16002026-09-05T00:57:40.224Z Compiling hmac v0.12.1
16012026-09-05T00:57:40.238Z Compiling http-body-util v0.1.3
16022026-09-05T00:57:40.292Z Compiling clap v4.6.1
16032026-09-05T00:57:40.376Z Compiling rand v0.9.2
16042026-09-05T00:57:40.391Z Compiling rand v0.8.6
16052026-09-05T00:57:40.407Z Compiling pkcs1 v0.7.5
16062026-09-05T00:57:40.461Z Compiling url v2.5.8
16072026-09-05T00:57:40.496Z Compiling dof v0.4.0
16082026-09-05T00:57:40.712Z Compiling scroll_derive v0.12.1
16092026-09-05T00:57:40.779Z Compiling structmeta-derive v0.3.0
16102026-09-05T00:57:40.796Z Compiling crc v3.4.0
16112026-09-05T00:57:40.814Z Compiling array-init v0.0.4
16122026-09-05T00:57:40.859Z Compiling smallvec v0.6.14
16132026-09-05T00:57:41.150Z Compiling proptest v1.11.0
16142026-09-05T00:57:41.178Z Compiling darling_core v0.23.0
16152026-09-05T00:57:41.205Z Compiling heapless v0.7.17
16162026-09-05T00:57:41.271Z Compiling slog v2.8.2
16172026-09-05T00:57:41.347Z Compiling thread-id v5.1.0
16182026-09-05T00:57:41.358Z Compiling env_filter v2.0.0
16192026-09-05T00:57:41.422Z Compiling syn v3.0.3
16202026-09-05T00:57:41.455Z Compiling cookie v0.18.1
16212026-09-05T00:57:41.479Z Compiling allocator-api2 v0.2.21
16222026-09-05T00:57:41.484Z Compiling iri-string v0.7.10
16232026-09-05T00:57:41.484Z Compiling unicode-bidi v0.3.18
16242026-09-05T00:57:41.624Z Compiling base64 v0.21.7
16252026-09-05T00:57:41.643Z Compiling unicode-properties v0.1.4
16262026-09-05T00:57:41.775Z Compiling ipnetwork v0.21.1
16272026-09-05T00:57:41.811Z Compiling winnow v0.5.40
16282026-09-05T00:57:41.886Z Compiling hashbrown v0.12.3
16292026-09-05T00:57:41.909Z Compiling zstd-safe v7.2.4
16302026-09-05T00:57:41.962Z Compiling gimli v0.32.3
16312026-09-05T00:57:41.978Z Compiling anyhow v1.0.104
16322026-09-05T00:57:42.037Z Compiling signal-hook v0.3.18
16332026-09-05T00:57:42.129Z Compiling ryu v1.0.23
16342026-09-05T00:57:42.165Z Compiling rsa v0.9.10
16352026-09-05T00:57:42.192Z Compiling oxnet v0.1.6
16362026-09-05T00:57:42.251Z Compiling structmeta v0.3.0
16372026-09-05T00:57:42.345Z Compiling serde_urlencoded v0.7.1
16382026-09-05T00:57:42.373Z Compiling ron v0.8.1
16392026-09-05T00:57:42.481Z Compiling stringprep v0.1.5
16402026-09-05T00:57:42.542Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-09-05T00:57:42.618Z Compiling env_logger v0.11.11
16422026-09-05T00:57:42.737Z Compiling scroll v0.12.0
16432026-09-05T00:57:42.945Z Compiling serde-hex v0.1.0
16442026-09-05T00:57:42.985Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16452026-09-05T00:57:43.027Z Compiling camino v1.2.5
16462026-09-05T00:57:43.186Z Compiling toml_edit v0.19.15
16472026-09-05T00:57:43.272Z Compiling tokio-util v0.7.18
16482026-09-05T00:57:43.338Z Compiling tower v0.5.3
16492026-09-05T00:57:43.442Z Compiling tokio-native-tls v0.3.1
16502026-09-05T00:57:43.665Z Compiling newtype-uuid v1.3.2
16512026-09-05T00:57:43.735Z Compiling darling_macro v0.23.0
16522026-09-05T00:57:43.865Z Compiling tower-http v0.6.8
16532026-09-05T00:57:43.955Z Compiling addr2line v0.25.1
16542026-09-05T00:57:43.985Z Compiling h2 v0.4.15
16552026-09-05T00:57:43.998Z Compiling hashbrown v0.13.2
16562026-09-05T00:57:44.246Z Compiling crypto-common v0.2.2
16572026-09-05T00:57:44.297Z Compiling block-buffer v0.12.1
16582026-09-05T00:57:44.305Z Compiling block-padding v0.4.2
16592026-09-05T00:57:44.325Z Compiling x509-cert v0.2.5
16602026-09-05T00:57:44.489Z Compiling md-5 v0.10.6
16612026-09-05T00:57:44.504Z Compiling rustls-native-certs v0.8.3
16622026-09-05T00:57:44.519Z Compiling derive_builder_macro v0.20.2
16632026-09-05T00:57:44.673Z Compiling bzip2 v0.4.4
16642026-09-05T00:57:44.712Z Compiling erased-serde v0.3.31
16652026-09-05T00:57:44.811Z Compiling serde_tokenstream v0.2.3
16662026-09-05T00:57:44.908Z Compiling daft-derive v0.1.8
16672026-09-05T00:57:45.007Z Compiling bstr v1.12.1
16682026-09-05T00:57:45.153Z Compiling pin-project-internal v1.1.11
16692026-09-05T00:57:45.239Z Compiling async-trait v0.1.89
16702026-09-05T00:57:45.246Z Compiling zerocopy-derive v0.7.35
16712026-09-05T00:57:45.272Z Compiling curve25519-dalek v4.1.3
16722026-09-05T00:57:45.405Z Compiling heck v0.4.1
16732026-09-05T00:57:45.626Z Compiling vergen-lib v9.1.0
16742026-09-05T00:57:45.651Z Compiling hash32 v0.2.1
16752026-09-05T00:57:45.665Z Compiling encoding_rs v0.8.35
16762026-09-05T00:57:45.679Z Compiling memoffset v0.9.1
16772026-09-05T00:57:45.825Z Compiling psl-types v2.0.11
16782026-09-05T00:57:45.850Z Compiling rustc-demangle v0.1.27
16792026-09-05T00:57:45.863Z Compiling litrs v1.0.0
16802026-09-05T00:57:45.891Z Compiling rustix v0.38.44
16812026-09-05T00:57:45.909Z Compiling mime v0.3.17
16822026-09-05T00:57:45.964Z Compiling owo-colors v4.3.0
16832026-09-05T00:57:45.981Z Compiling smoltcp v0.9.1
16842026-09-05T00:57:45.995Z Compiling crc-any v2.5.0
16852026-09-05T00:57:46.182Z Compiling ref-cast v1.0.25
16862026-09-05T00:57:46.195Z Compiling cfg_aliases v0.2.1
16872026-09-05T00:57:46.281Z Compiling fallible-iterator v0.2.0
16882026-09-05T00:57:46.318Z Compiling nix v0.31.2
16892026-09-05T00:57:46.322Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16902026-09-05T00:57:46.335Z Compiling zerocopy v0.7.35
16912026-09-05T00:57:46.350Z Compiling pin-project v1.1.11
16922026-09-05T00:57:46.411Z Compiling backtrace v0.3.76
16932026-09-05T00:57:46.418Z Compiling publicsuffix v2.3.0
16942026-09-05T00:57:46.447Z Compiling document-features v0.2.12
16952026-09-05T00:57:46.604Z Compiling snafu-derive v0.8.9
16962026-09-05T00:57:46.618Z Compiling daft v0.1.8
16972026-09-05T00:57:46.619Z Compiling postgres-protocol v0.6.10
16982026-09-05T00:57:46.739Z Compiling derive_builder v0.20.2
16992026-09-05T00:57:46.781Z Compiling zip v0.6.6
17002026-09-05T00:57:46.876Z Compiling toml v0.7.8
17012026-09-05T00:57:46.890Z Compiling inout v0.2.2
17022026-09-05T00:57:46.959Z Compiling object v0.30.4
17032026-09-05T00:57:47.048Z Compiling darling v0.23.0
17042026-09-05T00:57:47.082Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17052026-09-05T00:57:47.108Z Compiling goblin v0.8.2
17062026-09-05T00:57:47.207Z Compiling hyper v1.10.1
17072026-09-05T00:57:47.299Z Compiling derive-ex v0.1.8
17082026-09-05T00:57:47.362Z Compiling futures-executor v0.3.32
17092026-09-05T00:57:47.380Z Compiling hubpack_derive v0.1.1
17102026-09-05T00:57:47.496Z Compiling regex v1.12.3
17112026-09-05T00:57:47.600Z Compiling curve25519-dalek-derive v0.1.1
17122026-09-05T00:57:47.641Z Compiling ref-cast-impl v1.0.25
17132026-09-05T00:57:47.647Z Compiling strum_macros v0.27.2
17142026-09-05T00:57:47.659Z Compiling phf_shared v0.13.1
17152026-09-05T00:57:47.704Z Compiling convert_case v0.10.0
17162026-09-05T00:57:47.863Z Compiling vergen v9.1.0
17172026-09-05T00:57:47.934Z Compiling cargo-platform v0.3.2
17182026-09-05T00:57:47.947Z Compiling ff v0.13.1
17192026-09-05T00:57:48.020Z Compiling fs-err v3.3.0
17202026-09-05T00:57:48.054Z Compiling foldhash v0.1.5
17212026-09-05T00:57:48.123Z Compiling jiff-core v0.1.0
17222026-09-05T00:57:48.280Z Compiling libbz2-rs-sys v0.2.2
17232026-09-05T00:57:48.296Z Compiling base16ct v0.2.0
17242026-09-05T00:57:48.296Z Compiling bitflags v1.3.2
17252026-09-05T00:57:48.296Z Compiling is_ci v1.2.0
17262026-09-05T00:57:48.296Z Compiling bumpalo v3.20.2
17272026-09-05T00:57:48.312Z Compiling same-file v1.0.6
17282026-09-05T00:57:48.353Z Compiling foldhash v0.2.0
17292026-09-05T00:57:48.430Z Compiling hyper-util v0.1.20
17302026-09-05T00:57:48.455Z Compiling managed v0.8.0
17312026-09-05T00:57:48.483Z Compiling path-slash v0.1.5
17322026-09-05T00:57:48.548Z Compiling snafu v0.8.9
17332026-09-05T00:57:48.555Z Compiling hashbrown v0.16.1
17342026-09-05T00:57:48.579Z Compiling zopfli v0.8.3
17352026-09-05T00:57:48.663Z Compiling bzip2 v0.6.1
17362026-09-05T00:57:48.864Z Compiling jiff v0.2.34
17372026-09-05T00:57:48.890Z Compiling textwrap v0.16.2
17382026-09-05T00:57:48.902Z Compiling walkdir v2.5.0
17392026-09-05T00:57:48.935Z Compiling sec1 v0.7.3
17402026-09-05T00:57:49.023Z Compiling test-strategy v0.4.5
17412026-09-05T00:57:49.157Z Compiling supports-color v3.0.2
17422026-09-05T00:57:49.248Z Compiling hashbrown v0.15.5
17432026-09-05T00:57:49.339Z Compiling dof v0.3.0
17442026-09-05T00:57:49.357Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17452026-09-05T00:57:49.361Z Compiling cargo_metadata v0.23.1
17462026-09-05T00:57:49.384Z Compiling group v0.13.0
17472026-09-05T00:57:49.468Z Compiling derive_more-impl v2.1.1
17482026-09-05T00:57:49.574Z Compiling phf v0.13.1
17492026-09-05T00:57:49.680Z Compiling strum v0.27.2
17502026-09-05T00:57:49.750Z Compiling hubpack v0.1.2
17512026-09-05T00:57:49.823Z Compiling hyper-tls v0.6.0
17522026-09-05T00:57:49.838Z Compiling signal-hook-mio v0.2.5
17532026-09-05T00:57:49.903Z Compiling futures v0.3.32
17542026-09-05T00:57:49.989Z Compiling cookie_store v0.22.1
17552026-09-05T00:57:50.005Z Compiling reqwest v0.12.28
17562026-09-05T00:57:50.080Z Compiling zstd v0.13.3
17572026-09-05T00:57:50.084Z Compiling serde_with_macros v3.21.0
17582026-09-05T00:57:50.174Z Compiling cipher v0.5.2
17592026-09-05T00:57:50.357Z Compiling postgres-types v0.2.12
17602026-09-05T00:57:50.379Z Compiling backtrace-ext v0.2.1
17612026-09-05T00:57:50.639Z Compiling globset v0.4.18
17622026-09-05T00:57:50.651Z Compiling usdt-macro v0.6.0
17632026-09-05T00:57:50.656Z Compiling usdt-attr-macro v0.6.0
17642026-09-05T00:57:50.672Z Compiling byte-wrapper v0.1.0
17652026-09-05T00:57:50.721Z Compiling hkdf v0.12.4
17662026-09-05T00:57:50.812Z Compiling ed25519 v2.2.3
17672026-09-05T00:57:50.942Z Compiling crypto-bigint v0.5.5
17682026-09-05T00:57:50.949Z Compiling serde-big-array v0.5.1
17692026-09-05T00:57:51.035Z Compiling olpc-cjson v0.1.4
17702026-09-05T00:57:51.149Z Compiling serde_plain v1.0.2
17712026-09-05T00:57:51.239Z Compiling dtrace-parser v0.2.0
17722026-09-05T00:57:51.315Z Compiling async-recursion v1.1.1
17732026-09-05T00:57:51.329Z Compiling enum-as-inner v0.6.1
17742026-09-05T00:57:51.353Z Compiling serde_repr v0.1.20
17752026-09-05T00:57:51.388Z Compiling miette-derive v7.6.0
17762026-09-05T00:57:51.488Z Compiling strum_macros v0.26.4
17772026-09-05T00:57:51.569Z Compiling phf_shared v0.11.3
17782026-09-05T00:57:51.729Z Compiling float-cmp v0.10.0
17792026-09-05T00:57:51.752Z Compiling pem v3.0.6
17802026-09-05T00:57:51.768Z Compiling memmap2 v0.9.10
17812026-09-05T00:57:51.874Z Compiling thread-id v4.2.2
17822026-09-05T00:57:51.894Z Compiling fixedbitset v0.5.7
17832026-09-05T00:57:51.933Z Compiling data-encoding v2.10.0
17842026-09-05T00:57:51.977Z Compiling const-oid v0.10.2
17852026-09-05T00:57:52.005Z Compiling difflib v0.4.0
17862026-09-05T00:57:52.022Z Compiling new_debug_unreachable v1.0.6
17872026-09-05T00:57:52.036Z Compiling cpufeatures v0.3.0
17882026-09-05T00:57:52.105Z Compiling fixedbitset v0.4.2
17892026-09-05T00:57:52.117Z Compiling winnow v1.0.3
17902026-09-05T00:57:52.131Z Compiling keccak v0.1.6
17912026-09-05T00:57:52.210Z Compiling normalize-line-endings v0.3.0
17922026-09-05T00:57:52.236Z Compiling supports-unicode v3.0.0
17932026-09-05T00:57:52.236Z Compiling whoami v2.1.0
17942026-09-05T00:57:52.335Z Compiling typed-path v0.9.3
17952026-09-05T00:57:52.352Z Compiling supports-hyperlinks v3.2.0
17962026-09-05T00:57:52.406Z Compiling predicates-core v1.0.10
17972026-09-05T00:57:52.406Z Compiling precomputed-hash v0.1.1
17982026-09-05T00:57:52.504Z Compiling static_assertions v1.1.0
17992026-09-05T00:57:52.525Z Compiling either v1.15.0
18002026-09-05T00:57:52.529Z Compiling string_cache v0.8.9
18012026-09-05T00:57:52.593Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-09-05T00:57:52.609Z Compiling predicates v3.1.4
18032026-09-05T00:57:52.613Z Compiling tokio-postgres v0.7.16
18042026-09-05T00:57:52.613Z Compiling miette v7.6.0
18052026-09-05T00:57:52.654Z Compiling sha3 v0.10.8
18062026-09-05T00:57:52.666Z Compiling petgraph v0.6.5
18072026-09-05T00:57:52.749Z Compiling itertools v0.13.0
18082026-09-05T00:57:52.782Z Compiling toml_edit v0.22.27
18092026-09-05T00:57:52.899Z Compiling hickory-proto v0.25.2
18102026-09-05T00:57:53.148Z Compiling toml_parser v1.1.2+spec-1.1.0
18112026-09-05T00:57:53.163Z Compiling chacha20 v0.10.0
18122026-09-05T00:57:53.217Z Compiling digest v0.11.3
18132026-09-05T00:57:53.273Z Compiling petgraph v0.8.3
18142026-09-05T00:57:53.290Z Compiling strum v0.26.3
18152026-09-05T00:57:53.435Z Compiling elliptic-curve v0.13.8
18162026-09-05T00:57:53.467Z Compiling usdt-impl v0.5.0
18172026-09-05T00:57:53.572Z Compiling usdt v0.6.0
18182026-09-05T00:57:53.587Z Compiling crossterm v0.28.1
18192026-09-05T00:57:53.784Z Compiling serde_with v3.21.0
18202026-09-05T00:57:53.817Z Compiling zip v4.6.1
18212026-09-05T00:57:53.859Z Compiling ed25519-dalek v2.2.0
18222026-09-05T00:57:53.859Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18232026-09-05T00:57:53.903Z Compiling derive_more v2.1.1
18242026-09-05T00:57:54.206Z Compiling iddqd v0.4.2
18252026-09-05T00:57:54.396Z Compiling similar v2.7.0
18262026-09-05T00:57:54.442Z Compiling crossbeam-epoch v0.9.18
18272026-09-05T00:57:54.514Z Compiling tokio-stream v0.1.18
18282026-09-05T00:57:54.787Z Compiling buf-list v1.1.2
18292026-09-05T00:57:54.802Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-09-05T00:57:54.886Z Compiling openapiv3 v2.2.0
18312026-09-05T00:57:54.908Z Compiling lalrpop-util v0.19.12
18322026-09-05T00:57:54.987Z Compiling peg-runtime v0.8.5
18332026-09-05T00:57:55.082Z Compiling thread_local v1.1.9
18342026-09-05T00:57:55.117Z Compiling slog-async v2.8.0
18352026-09-05T00:57:55.131Z Compiling crossbeam-channel v0.5.15
18362026-09-05T00:57:55.251Z Compiling is-terminal v0.4.17
18372026-09-05T00:57:55.280Z Compiling filetime v0.2.27
18382026-09-05T00:57:55.294Z Compiling term v1.2.1
18392026-09-05T00:57:55.357Z Compiling take_mut v0.2.2
18402026-09-05T00:57:55.373Z Compiling xattr v1.6.1
18412026-09-05T00:57:55.405Z Compiling camino-tempfile v1.4.1
18422026-09-05T00:57:55.507Z Compiling tar v0.4.46
18432026-09-05T00:57:55.561Z Compiling slog-term v2.9.2
18442026-09-05T00:58:12.849Z Compiling rustls-webpki v0.103.13
18452026-09-05T00:58:15.492Z Compiling tokio-rustls v0.26.4
18462026-09-05T00:58:15.492Z Compiling rustls-platform-verifier v0.6.2
18472026-09-05T00:58:15.492Z Compiling tough v0.22.0
18482026-09-05T00:58:15.692Z Compiling hyper-rustls v0.27.7
18492026-09-05T00:58:15.880Z Compiling reqwest v0.13.2
18502026-09-05T00:58:18.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512026-09-05T00:58:18.295Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18522026-09-05T00:58:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
18532026-09-05T00:58:21.276Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18542026-09-05T00:58:21.327ZSep 05 00:58:20.031 INFO Starting download, target: MaghemiteMgd
18552026-09-05T00:58:21.327ZSep 05 00:58:20.031 INFO Starting download, target: DendriteStub
18562026-09-05T00:58:21.327ZSep 05 00:58:20.031 INFO Starting download, target: Clickhouse
18572026-09-05T00:58:21.327ZSep 05 00:58:20.031 INFO Starting download, target: Console
18582026-09-05T00:58:21.331ZSep 05 00:58:20.031 INFO Starting download, target: Cockroach
18592026-09-05T00:58:21.331ZSep 05 00:58:20.031 INFO Starting download, target: MaghemiteDdmd
18602026-09-05T00:58:21.331ZSep 05 00:58:20.031 INFO Starting download, target: TransceiverControl
18612026-09-05T00:58:21.331ZSep 05 00:58:20.031 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18622026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18632026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18642026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18652026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18662026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-09-05T00:58:21.331ZSep 05 00:58:20.032 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18682026-09-05T00:58:23.246ZSep 05 00:58:21.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18692026-09-05T00:58:23.255ZSep 05 00:58:21.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18702026-09-05T00:58:23.434ZSep 05 00:58:22.038 INFO Download complete, target: Console
18712026-09-05T00:58:24.183ZSep 05 00:58:22.834 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18722026-09-05T00:58:24.382ZSep 05 00:58:23.052 INFO Download complete, target: TransceiverControl
18732026-09-05T00:58:27.246ZSep 05 00:58:25.940 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-09-05T00:58:27.564ZSep 05 00:58:26.252 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18752026-09-05T00:58:28.797ZSep 05 00:58:27.481 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18762026-09-05T00:58:29.616ZSep 05 00:58:28.304 INFO Download complete, target: MaghemiteDdmd
18772026-09-05T00:58:29.777ZSep 05 00:58:28.463 INFO Download complete, target: DendriteStub
18782026-09-05T00:58:29.864ZSep 05 00:58:28.556 INFO Checking that binary works, target: Clickhouse
18792026-09-05T00:58:29.957ZSep 05 00:58:28.649 INFO Download complete, target: Clickhouse
18802026-09-05T00:58:30.831ZSep 05 00:58:29.521 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18812026-09-05T00:58:30.831ZSep 05 00:58:29.521 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18822026-09-05T00:58:31.245ZSep 05 00:58:29.906 INFO Download complete, target: MaghemiteMgd
18832026-09-05T00:58:35.306ZSep 05 00:58:34.003 INFO Checking that binary works, target: Cockroach
18842026-09-05T00:58:35.428ZSep 05 00:58:34.131 INFO Download complete, target: Cockroach
18852026-09-05T00:58:35.439ZAll prerequisites installed successfully
18862026-09-05T00:58:35.445Z
18872026-09-05T00:58:35.445Zreal 1:37.721085090
18882026-09-05T00:58:35.445Zuser 7:18.626684616
18892026-09-05T00:58:35.445Zsys 1:43.107163119
18902026-09-05T00:58:35.445Ztrap 0.251406717
18912026-09-05T00:58:35.445Ztflt 0.836536020
18922026-09-05T00:58:35.445Zdflt 1.679591043
18932026-09-05T00:58:35.445Zkflt 0.023004303
18942026-09-05T00:58:35.445Zlock 28:49.905340823
18952026-09-05T00:58:35.445Zslp 19:53.407081354
18962026-09-05T00:58:35.445Zlat 25.987066424
18972026-09-05T00:58:35.445Zstop 2:59.161269022
18982026-09-05T00:58:35.445Z+ source ./tools/include/force-git-over-https.sh
18992026-09-05T00:58:35.445Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19002026-09-05T00:58:35.445Z++ (( i = 0 ))
19012026-09-05T00:58:35.445Z++ (( i < 5 ))
19022026-09-05T00:58:35.445Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19032026-09-05T00:58:35.445Z++ (( i++ ))
19042026-09-05T00:58:35.445Z++ (( i < 5 ))
19052026-09-05T00:58:35.445Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19062026-09-05T00:58:35.445Z++ (( i++ ))
19072026-09-05T00:58:35.445Z++ (( i < 5 ))
19082026-09-05T00:58:35.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19092026-09-05T00:58:35.445Z++ (( i++ ))
19102026-09-05T00:58:35.445Z++ (( i < 5 ))
19112026-09-05T00:58:35.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19122026-09-05T00:58:35.451Z++ (( i++ ))
19132026-09-05T00:58:35.451Z++ (( i < 5 ))
19142026-09-05T00:58:35.451Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19152026-09-05T00:58:35.451Z++ (( i++ ))
19162026-09-05T00:58:35.451Z++ (( i < 5 ))
19172026-09-05T00:58:35.451Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-09-05T00:58:35.451Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19192026-09-05T00:58:35.451Z+ rc=0
19202026-09-05T00:58:35.451Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19212026-09-05T00:58:42.415Z+ case $rc in
19222026-09-05T00:58:42.415Z+ pfexec zfs create -p rpool/images/build/host
19232026-09-05T00:58:42.541Z+ pfexec zfs create -p rpool/images/build/recovery
19242026-09-05T00:58:42.584Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19252026-09-05T00:58:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19262026-09-05T00:58:43.047Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19272026-09-05T00:58:43.926Z Compiling proc-macro2 v1.0.106
19282026-09-05T00:58:43.927Z Compiling quote v1.0.45
19292026-09-05T00:58:43.953Z Compiling unicode-ident v1.0.24
19302026-09-05T00:58:43.953Z Compiling serde_core v1.0.228
19312026-09-05T00:58:43.953Z Compiling libc v0.2.185
19322026-09-05T00:58:43.953Z Compiling serde v1.0.228
19332026-09-05T00:58:43.953Z Compiling cfg-if v1.0.4
19342026-09-05T00:58:43.953Z Compiling find-msvc-tools v0.1.9
19352026-09-05T00:58:43.954Z Compiling shlex v1.3.0
19362026-09-05T00:58:43.954Z Compiling autocfg v1.5.0
19372026-09-05T00:58:44.077Z Compiling version_check v0.9.5
19382026-09-05T00:58:44.098Z Compiling zerocopy v0.8.55
19392026-09-05T00:58:44.099Z Compiling portable-atomic v1.13.1
19402026-09-05T00:58:44.099Z Compiling memchr v2.8.0
19412026-09-05T00:58:44.099Z Compiling zmij v1.0.21
19422026-09-05T00:58:44.301Z Compiling serde_json v1.0.151
19432026-09-05T00:58:44.316Z Compiling libm v0.2.16
19442026-09-05T00:58:44.316Z Compiling getrandom v0.4.3
19452026-09-05T00:58:44.404Z Compiling generic-array v0.14.7
19462026-09-05T00:58:44.448Z Compiling parking_lot_core v0.9.12
19472026-09-05T00:58:44.458Z Compiling pkg-config v0.3.32
19482026-09-05T00:58:44.458Z Compiling icu_properties_data v2.1.2
19492026-09-05T00:58:44.568Z Compiling num-traits v0.2.19
19502026-09-05T00:58:44.627Z Compiling icu_normalizer_data v2.1.1
19512026-09-05T00:58:44.662Z Compiling smallvec v1.15.1
19522026-09-05T00:58:44.673Z Compiling rustix v1.1.4
19532026-09-05T00:58:44.690Z Compiling log v0.4.33
19542026-09-05T00:58:44.742Z Compiling itoa v1.0.17
19552026-09-05T00:58:44.838Z Compiling getrandom v0.3.4
19562026-09-05T00:58:44.838Z Compiling subtle v2.6.1
19572026-09-05T00:58:44.941Z Compiling stable_deref_trait v1.2.1
19582026-09-05T00:58:44.975Z Compiling scopeguard v1.2.0
19592026-09-05T00:58:44.975Z Compiling typenum v1.20.1
19602026-09-05T00:58:45.046Z Compiling critical-section v1.2.0
19612026-09-05T00:58:45.083Z Compiling jobserver v0.1.34
19622026-09-05T00:58:45.089Z Compiling errno v0.3.14
19632026-09-05T00:58:45.131Z Compiling lock_api v0.4.14
19642026-09-05T00:58:45.148Z Compiling rand_core v0.10.0
19652026-09-05T00:58:45.148Z Compiling thiserror v2.0.18
19662026-09-05T00:58:45.332Z Compiling cc v1.2.56
19672026-09-05T00:58:45.375Z Compiling syn v2.0.117
19682026-09-05T00:58:45.432Z Compiling getrandom v0.2.17
19692026-09-05T00:58:45.451Z Compiling heck v0.5.0
19702026-09-05T00:58:45.481Z Compiling dunce v1.0.5
19712026-09-05T00:58:45.501Z Compiling fs_extra v1.3.0
19722026-09-05T00:58:45.545Z Compiling once_cell v1.21.3
19732026-09-05T00:58:45.557Z Compiling percent-encoding v2.3.2
19742026-09-05T00:58:45.594Z Compiling litemap v0.8.1
19752026-09-05T00:58:45.624Z Compiling rand_core v0.6.4
19762026-09-05T00:58:45.647Z Compiling writeable v0.6.2
19772026-09-05T00:58:45.730Z Compiling const-oid v0.9.6
19782026-09-05T00:58:45.900Z Compiling pin-project-lite v0.2.17
19792026-09-05T00:58:45.984Z Compiling schemars v0.8.22
19802026-09-05T00:58:46.036Z Compiling equivalent v1.0.2
19812026-09-05T00:58:46.073Z Compiling cmake v0.1.57
19822026-09-05T00:58:46.073Z Compiling signal-hook-registry v1.4.8
19832026-09-05T00:58:46.129Z Compiling futures-core v0.3.32
19842026-09-05T00:58:46.200Z Compiling rustversion v1.0.22
19852026-09-05T00:58:46.263Z Compiling bitflags v2.11.0
19862026-09-05T00:58:46.407Z Compiling semver v1.0.28
19872026-09-05T00:58:46.463Z Compiling aws-lc-rs v1.16.3
19882026-09-05T00:58:46.522Z Compiling parking_lot v0.12.5
19892026-09-05T00:58:46.549Z Compiling mio v1.2.0
19902026-09-05T00:58:46.594Z Compiling crc32fast v1.5.0
19912026-09-05T00:58:46.666Z Compiling utf8_iter v1.0.4
19922026-09-05T00:58:46.701Z Compiling aws-lc-sys v0.40.0
19932026-09-05T00:58:46.862Z Compiling form_urlencoded v1.2.2
19942026-09-05T00:58:46.935Z Compiling strsim v0.11.1
19952026-09-05T00:58:46.997Z Compiling hashbrown v0.17.0
19962026-09-05T00:58:46.997Z Compiling byteorder v1.5.0
19972026-09-05T00:58:47.038Z Compiling syn v1.0.109
19982026-09-05T00:58:47.038Z Compiling vcpkg v0.2.15
19992026-09-05T00:58:47.082Z Compiling fnv v1.0.7
20002026-09-05T00:58:47.269Z Compiling socket2 v0.6.3
20012026-09-05T00:58:47.432Z Compiling httparse v1.10.1
20022026-09-05T00:58:47.463Z Compiling futures-sink v0.3.32
20032026-09-05T00:58:47.492Z Compiling radium v0.7.0
20042026-09-05T00:58:47.595Z Compiling indexmap v2.14.0
20052026-09-05T00:58:47.688Z Compiling openssl-sys v0.9.117
20062026-09-05T00:58:47.689Z Compiling futures-channel v0.3.32
20072026-09-05T00:58:47.750Z Compiling slab v0.4.12
20082026-09-05T00:58:47.750Z Compiling futures-task v0.3.32
20092026-09-05T00:58:47.750Z Compiling iana-time-zone v0.1.65
20102026-09-05T00:58:47.807Z Compiling futures-io v0.3.32
20112026-09-05T00:58:47.980Z Compiling thiserror v1.0.69
20122026-09-05T00:58:48.020Z Compiling rustls v0.23.41
20132026-09-05T00:58:48.020Z Compiling maybe-uninit v2.0.0
20142026-09-05T00:58:48.021Z Compiling base64 v0.22.1
20152026-09-05T00:58:48.021Z Compiling rustc_version v0.4.1
20162026-09-05T00:58:48.197Z Compiling bzip2-sys v0.1.13+1.0.8
20172026-09-05T00:58:48.221Z Compiling uuid v1.23.4
20182026-09-05T00:58:48.221Z Compiling ahash v0.8.12
20192026-09-05T00:58:48.242Z Compiling synstructure v0.13.2
20202026-09-05T00:58:48.257Z Compiling serde_derive_internals v0.29.1
20212026-09-05T00:58:48.295Z Compiling regex-syntax v0.8.10
20222026-09-05T00:58:48.295Z Compiling base64ct v1.8.3
20232026-09-05T00:58:48.320Z Compiling packed_struct v0.10.1
20242026-09-05T00:58:48.352Z Compiling ucd-trie v0.1.7
20252026-09-05T00:58:48.396Z Compiling ident_case v1.0.1
20262026-09-05T00:58:48.438Z Compiling num-bigint-dig v0.8.6
20272026-09-05T00:58:48.492Z Compiling rand_core v0.9.5
20282026-09-05T00:58:48.542Z Compiling fastrand v2.3.0
20292026-09-05T00:58:48.610Z Compiling pem-rfc7468 v0.7.0
20302026-09-05T00:58:48.658Z Compiling openssl v0.10.80
20312026-09-05T00:58:48.658Z Compiling pest v2.8.6
20322026-09-05T00:58:48.675Z Compiling dyn-clone v1.0.20
20332026-09-05T00:58:48.741Z Compiling flagset v0.4.7
20342026-09-05T00:58:48.797Z Compiling indexmap v1.9.3
20352026-09-05T00:58:48.859Z Compiling tempfile v3.27.0
20362026-09-05T00:58:48.910Z Compiling unicode-segmentation v1.12.0
20372026-09-05T00:58:48.925Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20382026-09-05T00:58:49.031Z Compiling paste v1.0.15
20392026-09-05T00:58:49.050Z Compiling cpufeatures v0.2.17
20402026-09-05T00:58:49.141Z Compiling native-tls v0.2.18
20412026-09-05T00:58:49.187Z Compiling simd-adler32 v0.3.8
20422026-09-05T00:58:49.291Z Compiling syn v3.0.3
20432026-09-05T00:58:49.323Z Compiling adler2 v2.0.1
20442026-09-05T00:58:49.383Z Compiling anstyle v1.0.14
20452026-09-05T00:58:49.413Z Compiling utf8parse v0.2.2
20462026-09-05T00:58:49.434Z Compiling crossbeam-utils v0.8.21
20472026-09-05T00:58:49.459Z Compiling camino v1.2.5
20482026-09-05T00:58:49.472Z Compiling miniz_oxide v0.8.9
20492026-09-05T00:58:49.472Z Compiling serde_derive v1.0.228
20502026-09-05T00:58:49.505Z Compiling zeroize_derive v1.5.0
20512026-09-05T00:58:49.513Z Compiling zerofrom-derive v0.1.6
20522026-09-05T00:58:49.556Z Compiling zerocopy-derive v0.8.55
20532026-09-05T00:58:49.628Z Compiling yoke-derive v0.8.1
20542026-09-05T00:58:49.684Z Compiling zerovec-derive v0.11.2
20552026-09-05T00:58:49.696Z Compiling displaydoc v0.2.5
20562026-09-05T00:58:49.717Z Compiling tokio-macros v2.7.0
20572026-09-05T00:58:49.768Z Compiling futures-macro v0.3.32
20582026-09-05T00:58:49.911Z Compiling thiserror-impl v2.0.18
20592026-09-05T00:58:50.092Z Compiling der_derive v0.7.3
20602026-09-05T00:58:50.391Z Compiling schemars_derive v0.8.22
20612026-09-05T00:58:50.436Z Compiling tracing-attributes v0.1.31
20622026-09-05T00:58:50.491Z Compiling thiserror-impl v1.0.69
20632026-09-05T00:58:50.552Z Compiling futures-util v0.3.32
20642026-09-05T00:58:50.652Z Compiling zerofrom v0.1.6
20652026-09-05T00:58:50.808Z Compiling yoke v0.8.1
20662026-09-05T00:58:50.825Z Compiling clap_derive v4.6.1
20672026-09-05T00:58:51.024Z Compiling zerovec v0.11.5
20682026-09-05T00:58:51.111Z Compiling zerotrie v0.2.3
20692026-09-05T00:58:51.490Z Compiling packed_struct_codegen v0.10.1
20702026-09-05T00:58:51.527Z Compiling pest_meta v2.8.6
20712026-09-05T00:58:51.599Z Compiling tinystr v0.8.2
20722026-09-05T00:58:51.602Z Compiling potential_utf v0.1.4
20732026-09-05T00:58:51.663Z Compiling zerocopy-derive v0.6.6
20742026-09-05T00:58:51.798Z Compiling icu_locale_core v2.1.1
20752026-09-05T00:58:51.821Z Compiling icu_collections v2.1.1
20762026-09-05T00:58:51.972Z Compiling bitfield-macros v0.19.4
20772026-09-05T00:58:52.351Z Compiling pest_generator v2.8.6
20782026-09-05T00:58:52.430Z Compiling openssl-macros v0.1.1
20792026-09-05T00:58:52.503Z Compiling icu_provider v2.1.1
20802026-09-05T00:58:52.520Z Compiling scroll_derive v0.13.1
20812026-09-05T00:58:52.717Z Compiling zeroize v1.9.0
20822026-09-05T00:58:52.733Z Compiling bytes v1.11.1
20832026-09-05T00:58:52.764Z Compiling chrono v0.4.45
20842026-09-05T00:58:52.817Z Compiling hex v0.4.3
20852026-09-05T00:58:52.945Z Compiling icu_properties v2.1.2
20862026-09-05T00:58:52.982Z Compiling icu_normalizer v2.1.1
20872026-09-05T00:58:53.134Z Compiling der v0.7.10
20882026-09-05T00:58:53.285Z Compiling pest_derive v2.8.6
20892026-09-05T00:58:53.357Z Compiling tokio v1.52.1
20902026-09-05T00:58:53.535Z Compiling crypto-common v0.1.7
20912026-09-05T00:58:53.549Z Compiling block-buffer v0.10.4
20922026-09-05T00:58:53.710Z Compiling digest v0.10.7
20932026-09-05T00:58:53.752Z Compiling http v1.4.2
20942026-09-05T00:58:53.795Z Compiling rustls-pki-types v1.14.0
20952026-09-05T00:58:53.907Z Compiling idna_adapter v1.2.1
20962026-09-05T00:58:54.007Z Compiling ppv-lite86 v0.2.21
20972026-09-05T00:58:54.082Z Compiling idna v1.1.0
20982026-09-05T00:58:54.348Z Compiling spki v0.7.3
20992026-09-05T00:58:54.381Z Compiling sha2 v0.10.9
21002026-09-05T00:58:54.446Z Compiling url v2.5.8
21012026-09-05T00:58:54.478Z Compiling daft-derive v0.1.8
21022026-09-05T00:58:54.539Z Compiling rand_chacha v0.9.0
21032026-09-05T00:58:54.627Z Compiling pkcs8 v0.10.2
21042026-09-05T00:58:54.651Z Compiling anstyle-parse v1.0.0
21052026-09-05T00:58:54.840Z Compiling rand v0.9.2
21062026-09-05T00:58:54.887Z Compiling terminal_size v0.4.3
21072026-09-05T00:58:55.038Z Compiling spin v0.9.8
21082026-09-05T00:58:55.085Z Compiling colorchoice v1.0.4
21092026-09-05T00:58:55.099Z Compiling anstyle-query v1.1.5
21102026-09-05T00:58:55.123Z Compiling time-core v0.1.8
21112026-09-05T00:58:55.163Z Compiling tinyvec_macros v0.1.1
21122026-09-05T00:58:55.191Z Compiling num-conv v0.2.0
21132026-09-05T00:58:55.218Z Compiling is_terminal_polyfill v1.70.2
21142026-09-05T00:58:55.233Z Compiling tinyvec v1.10.0
21152026-09-05T00:58:55.284Z Compiling async-trait v0.1.89
21162026-09-05T00:58:55.301Z Compiling structmeta-derive v0.3.0
21172026-09-05T00:58:55.318Z Compiling anstream v1.0.0
21182026-09-05T00:58:55.335Z Compiling tracing-core v0.1.36
21192026-09-05T00:58:55.351Z Compiling time-macros v0.2.27
21202026-09-05T00:58:55.567Z Compiling object v0.37.3
21212026-09-05T00:58:55.683Z Compiling plain v0.2.3
21222026-09-05T00:58:55.700Z Compiling cmov v0.5.4
21232026-09-05T00:58:55.715Z Compiling untrusted v0.7.1
21242026-09-05T00:58:55.805Z Compiling tracing v0.1.44
21252026-09-05T00:58:55.857Z Compiling http-body v1.0.1
21262026-09-05T00:58:55.953Z Compiling ctutils v0.4.2
21272026-09-05T00:58:56.081Z Compiling serde_spanned v0.6.9
21282026-09-05T00:58:56.099Z Compiling toml_datetime v0.6.11
21292026-09-05T00:58:56.125Z Compiling pin-project-internal v1.1.11
21302026-09-05T00:58:56.213Z Compiling slog v2.8.2
21312026-09-05T00:58:56.266Z Compiling wait-timeout v0.2.1
21322026-09-05T00:58:56.284Z Compiling cookie v0.18.1
21332026-09-05T00:58:56.301Z Compiling structmeta v0.3.0
21342026-09-05T00:58:56.383Z Compiling zstd-safe v7.2.4
21352026-09-05T00:58:56.422Z Compiling quick-error v1.2.3
21362026-09-05T00:58:56.438Z Compiling openssl-probe v0.2.1
21372026-09-05T00:58:56.455Z Compiling bit-vec v0.8.0
21382026-09-05T00:58:56.474Z Compiling untrusted v0.9.0
21392026-09-05T00:58:56.550Z Compiling clap_lex v1.0.0
21402026-09-05T00:58:56.646Z Compiling tap v1.0.1
21412026-09-05T00:58:56.676Z Compiling bit-set v0.8.0
21422026-09-05T00:58:56.679Z Compiling rusty-fork v0.3.1
21432026-09-05T00:58:56.734Z Compiling wyz v0.5.1
21442026-09-05T00:58:56.751Z Compiling clap_builder v4.6.0
21452026-09-05T00:58:56.800Z Compiling derive-ex v0.1.8
21462026-09-05T00:58:57.014Z Compiling hybrid-array v0.4.13
21472026-09-05T00:58:57.026Z Compiling unicode-normalization v0.1.25
21482026-09-05T00:58:57.123Z Compiling rand_chacha v0.3.1
21492026-09-05T00:58:57.164Z Compiling signature v2.2.0
21502026-09-05T00:58:57.192Z Compiling scroll_derive v0.12.1
21512026-09-05T00:58:57.208Z Compiling heck v0.4.1
21522026-09-05T00:58:57.346Z Compiling tokio-util v0.7.18
21532026-09-05T00:58:57.350Z Compiling rand_xorshift v0.4.0
21542026-09-05T00:58:57.380Z Compiling heapless v0.7.17
21552026-09-05T00:58:57.589Z Compiling num-integer v0.1.46
21562026-09-05T00:58:57.592Z Compiling aho-corasick v1.1.4
21572026-09-05T00:58:57.637Z Compiling tower-service v0.3.3
21582026-09-05T00:58:57.666Z Compiling atomic-waker v1.1.2
21592026-09-05T00:58:57.701Z Compiling usdt-impl v0.6.0
21602026-09-05T00:58:57.820Z Compiling signal-hook v0.3.18
21612026-09-05T00:58:57.890Z Compiling pretty-hex v0.4.1
21622026-09-05T00:58:57.907Z Compiling rustix v0.38.44
21632026-09-05T00:58:57.936Z Compiling anyhow v1.0.104
21642026-09-05T00:58:58.018Z Compiling unarray v0.1.4
21652026-09-05T00:58:58.046Z Compiling zlib-rs v0.6.2
21662026-09-05T00:58:58.168Z Compiling tower-layer v0.3.3
21672026-09-05T00:58:58.259Z Compiling funty v2.0.0
21682026-09-05T00:58:58.341Z Compiling try-lock v0.2.5
21692026-09-05T00:58:58.450Z Compiling regex-automata v0.4.14
21702026-09-05T00:58:58.480Z Compiling want v0.3.1
21712026-09-05T00:58:58.552Z Compiling h2 v0.4.15
21722026-09-05T00:58:58.629Z Compiling bitvec v1.0.1
21732026-09-05T00:58:58.674Z Compiling clap v4.6.1
21742026-09-05T00:58:58.897Z Compiling test-strategy v0.4.5
21752026-09-05T00:58:58.912Z Compiling proptest v1.11.0
21762026-09-05T00:58:59.023Z Compiling num-iter v0.1.45
21772026-09-05T00:58:59.371Z Compiling snafu-derive v0.8.9
21782026-09-05T00:58:59.533Z Compiling rand v0.8.6
21792026-09-05T00:59:00.160Z Compiling ipnetwork v0.21.1
21802026-09-05T00:59:00.236Z Compiling flate2 v1.1.9
21812026-09-05T00:59:00.296Z Compiling lazy_static v1.5.0
21822026-09-05T00:59:00.361Z Compiling scroll v0.13.0
21832026-09-05T00:59:00.416Z Compiling ipnet v2.12.0
21842026-09-05T00:59:00.760Z Compiling strum_macros v0.26.4
21852026-09-05T00:59:00.881Z Compiling darling_core v0.23.0
21862026-09-05T00:59:01.006Z Compiling darling_core v0.20.11
21872026-09-05T00:59:01.135Z Compiling crc-catalog v2.4.0
21882026-09-05T00:59:01.169Z Compiling httpdate v1.0.3
21892026-09-05T00:59:01.310Z Compiling nodrop v0.1.14
21902026-09-05T00:59:01.339Z Compiling winnow v0.5.40
21912026-09-05T00:59:01.391Z Compiling foreign-types-shared v0.1.1
21922026-09-05T00:59:01.423Z Compiling array-init v0.0.4
21932026-09-05T00:59:01.496Z Compiling foreign-types v0.3.2
21942026-09-05T00:59:01.579Z Compiling newtype-uuid v1.3.2
21952026-09-05T00:59:01.778Z Compiling crc v3.4.0
21962026-09-05T00:59:01.815Z Compiling hyper v1.10.1
21972026-09-05T00:59:02.188Z Compiling goblin v0.10.5
21982026-09-05T00:59:02.390Z Compiling oxnet v0.1.6
21992026-09-05T00:59:02.561Z Compiling smallvec v0.6.14
22002026-09-05T00:59:02.992Z Compiling darling_macro v0.20.11
22012026-09-05T00:59:03.038Z Compiling darling_macro v0.23.0
22022026-09-05T00:59:03.090Z Compiling toml_edit v0.19.15
22032026-09-05T00:59:03.366Z Compiling pkcs1 v0.7.5
22042026-09-05T00:59:03.576Z Compiling bitfield v0.19.4
22052026-09-05T00:59:03.594Z Compiling zerocopy v0.6.6
22062026-09-05T00:59:03.748Z Compiling zerocopy-derive v0.7.35
22072026-09-05T00:59:03.859Z Compiling curve25519-dalek v4.1.3
22082026-09-05T00:59:03.906Z Compiling socket2 v0.5.10
22092026-09-05T00:59:04.102Z Compiling env_filter v2.0.0
22102026-09-05T00:59:04.125Z Compiling memoffset v0.9.1
22112026-09-05T00:59:04.125Z Compiling hashbrown v0.12.3
22122026-09-05T00:59:04.256Z Compiling base64 v0.21.7
22132026-09-05T00:59:04.332Z Compiling ref-cast v1.0.25
22142026-09-05T00:59:04.332Z Compiling smoltcp v0.9.1
22152026-09-05T00:59:04.377Z Compiling litrs v1.0.0
22162026-09-05T00:59:04.440Z Compiling owo-colors v4.3.0
22172026-09-05T00:59:04.547Z Compiling ron v0.8.1
22182026-09-05T00:59:04.628Z Compiling toml v0.7.8
22192026-09-05T00:59:04.792Z Compiling env_logger v0.11.11
22202026-09-05T00:59:04.851Z Compiling hyper-util v0.1.20
22212026-09-05T00:59:04.876Z Compiling document-features v0.2.12
22222026-09-05T00:59:05.048Z Compiling dof v0.4.0
22232026-09-05T00:59:05.190Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242026-09-05T00:59:05.306Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22252026-09-05T00:59:05.337Z Compiling bzip2 v0.4.4
22262026-09-05T00:59:05.597Z Compiling rsa v0.9.10
22272026-09-05T00:59:06.075Z Compiling darling v0.23.0
22282026-09-05T00:59:06.087Z Compiling darling v0.20.11
22292026-09-05T00:59:06.088Z Compiling serde-hex v0.1.0
22302026-09-05T00:59:06.088Z Compiling daft v0.1.8
22312026-09-05T00:59:06.088Z Compiling hashbrown v0.13.2
22322026-09-05T00:59:06.242Z Compiling x509-cert v0.2.5
22332026-09-05T00:59:06.271Z Compiling hmac v0.12.1
22342026-09-05T00:59:06.286Z Compiling dtrace-parser v0.3.0
22352026-09-05T00:59:06.557Z Compiling async-recursion v1.1.1
22362026-09-05T00:59:06.733Z Compiling sync_wrapper v1.0.2
22372026-09-05T00:59:06.854Z Compiling thread-id v5.1.0
22382026-09-05T00:59:06.905Z Compiling crc-any v2.5.0
22392026-09-05T00:59:06.950Z Compiling siphasher v1.0.2
22402026-09-05T00:59:07.017Z Compiling cfg_aliases v0.2.1
22412026-09-05T00:59:07.032Z Compiling powerfmt v0.2.0
22422026-09-05T00:59:07.205Z Compiling deranged v0.5.8
22432026-09-05T00:59:07.273Z Compiling nix v0.31.2
22442026-09-05T00:59:07.564Z Compiling tower v0.5.3
22452026-09-05T00:59:08.142Z Compiling object v0.30.4
22462026-09-05T00:59:08.324Z Compiling derive_builder_core v0.20.2
22472026-09-05T00:59:08.389Z Compiling serde_with_macros v3.21.0
22482026-09-05T00:59:08.404Z Compiling zip v0.6.6
22492026-09-05T00:59:08.443Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-09-05T00:59:08.818Z Compiling bstr v1.12.1
22512026-09-05T00:59:08.868Z Compiling crypto-common v0.2.2
22522026-09-05T00:59:08.883Z Compiling block-buffer v0.12.1
22532026-09-05T00:59:09.246Z Compiling http-body-util v0.1.3
22542026-09-05T00:59:09.449Z Compiling futures-executor v0.3.32
22552026-09-05T00:59:09.466Z Compiling serde_tokenstream v0.2.3
22562026-09-05T00:59:09.502Z Compiling erased-serde v0.3.31
22572026-09-05T00:59:09.597Z Compiling hubpack_derive v0.1.1
22582026-09-05T00:59:09.624Z Compiling curve25519-dalek-derive v0.1.1
22592026-09-05T00:59:09.751Z Compiling strum_macros v0.27.2
22602026-09-05T00:59:09.772Z Compiling ref-cast-impl v1.0.25
22612026-09-05T00:59:09.930Z Compiling fs-err v3.3.0
22622026-09-05T00:59:09.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22632026-09-05T00:59:10.049Z Compiling usdt-impl v0.5.0
22642026-09-05T00:59:10.221Z Compiling unicode-bidi v0.3.18
22652026-09-05T00:59:10.269Z Compiling gimli v0.32.3
22662026-09-05T00:59:10.290Z Compiling num_threads v0.1.7
22672026-09-05T00:59:10.421Z Compiling ryu v1.0.23
22682026-09-05T00:59:10.436Z Compiling allocator-api2 v0.2.21
22692026-09-05T00:59:10.507Z Compiling unicode-properties v0.1.4
22702026-09-05T00:59:10.627Z Compiling same-file v1.0.6
22712026-09-05T00:59:10.650Z Compiling path-slash v0.1.5
22722026-09-05T00:59:10.777Z Compiling iri-string v0.7.10
22732026-09-05T00:59:10.991Z Compiling serde_urlencoded v0.7.1
22742026-09-05T00:59:11.495Z Compiling walkdir v2.5.0
22752026-09-05T00:59:11.555Z Compiling stringprep v0.1.5
22762026-09-05T00:59:11.957Z Compiling tower-http v0.6.8
22772026-09-05T00:59:12.032Z Compiling addr2line v0.25.1
22782026-09-05T00:59:12.125Z Compiling time v0.3.47
22792026-09-05T00:59:12.586Z Compiling futures v0.3.32
22802026-09-05T00:59:12.802Z Compiling derive_builder_macro v0.20.2
22812026-09-05T00:59:13.036Z Compiling tokio-native-tls v0.3.1
22822026-09-05T00:59:13.157Z Compiling strum v0.26.3
22832026-09-05T00:59:13.309Z Compiling block-padding v0.4.2
22842026-09-05T00:59:13.366Z Compiling scroll v0.12.0
22852026-09-05T00:59:13.498Z Compiling pin-project v1.1.11
22862026-09-05T00:59:13.541Z Compiling rustls-native-certs v0.8.3
22872026-09-05T00:59:13.617Z Compiling md-5 v0.10.6
22882026-09-05T00:59:13.673Z Compiling convert_case v0.10.0
22892026-09-05T00:59:13.727Z Compiling vergen-lib v9.1.0
22902026-09-05T00:59:13.767Z Compiling hash32 v0.2.1
22912026-09-05T00:59:13.818Z Compiling encoding_rs v0.8.35
22922026-09-05T00:59:13.851Z Compiling cpufeatures v0.3.0
22932026-09-05T00:59:13.869Z Compiling mime v0.3.17
22942026-09-05T00:59:14.058Z Compiling rustc-demangle v0.1.27
22952026-09-05T00:59:14.107Z Compiling jiff-core v0.1.0
22962026-09-05T00:59:14.124Z Compiling psl-types v2.0.11
22972026-09-05T00:59:14.165Z Compiling fallible-iterator v0.2.0
22982026-09-05T00:59:14.217Z Compiling derive_more-impl v2.1.1
22992026-09-05T00:59:14.265Z Compiling publicsuffix v2.3.0
23002026-09-05T00:59:14.451Z Compiling postgres-protocol v0.6.10
23012026-09-05T00:59:14.658Z Compiling goblin v0.8.2
23022026-09-05T00:59:14.847Z Compiling snafu v0.8.9
23032026-09-05T00:59:14.949Z Compiling jiff v0.2.34
23042026-09-05T00:59:14.986Z Compiling inout v0.2.2
23052026-09-05T00:59:15.115Z Compiling derive_builder v0.20.2
23062026-09-05T00:59:15.202Z Compiling backtrace v0.3.76
23072026-09-05T00:59:15.256Z Compiling hyper-tls v0.6.0
23082026-09-05T00:59:15.480Z Compiling usdt-attr-macro v0.6.0
23092026-09-05T00:59:15.495Z Compiling usdt-macro v0.6.0
23102026-09-05T00:59:15.634Z Compiling globset v0.4.18
23112026-09-05T00:59:15.657Z Compiling phf_shared v0.13.1
23122026-09-05T00:59:15.684Z Compiling crossbeam-epoch v0.9.18
23132026-09-05T00:59:15.935Z Compiling zerocopy v0.7.35
23142026-09-05T00:59:16.118Z Compiling regex v1.12.3
23152026-09-05T00:59:16.287Z Compiling serde_plain v1.0.2
23162026-09-05T00:59:16.341Z Compiling serde_repr v0.1.20
23172026-09-05T00:59:16.506Z Compiling miette-derive v7.6.0
23182026-09-05T00:59:16.523Z Compiling enum-as-inner v0.6.1
23192026-09-05T00:59:16.538Z Compiling pem v3.0.6
23202026-09-05T00:59:16.557Z Compiling vergen v9.1.0
23212026-09-05T00:59:16.582Z Compiling cargo-platform v0.3.2
23222026-09-05T00:59:16.676Z Compiling ff v0.13.1
23232026-09-05T00:59:16.729Z Compiling filetime v0.2.27
23242026-09-05T00:59:16.840Z Compiling libbz2-rs-sys v0.2.2
23252026-09-05T00:59:16.858Z Compiling unicode-width v0.2.0
23262026-09-05T00:59:16.919Z Compiling bitflags v1.3.2
23272026-09-05T00:59:16.937Z Compiling smawk v0.3.2
23282026-09-05T00:59:17.024Z Compiling const-oid v0.10.2
23292026-09-05T00:59:17.039Z Compiling xattr v1.6.1
23302026-09-05T00:59:17.052Z Compiling foldhash v0.2.0
23312026-09-05T00:59:17.269Z Compiling unicode-linebreak v0.1.5
23322026-09-05T00:59:17.272Z Compiling foldhash v0.1.5
23332026-09-05T00:59:17.373Z Compiling typed-path v0.9.3
23342026-09-05T00:59:17.394Z Compiling base16ct v0.2.0
23352026-09-05T00:59:17.411Z Compiling is_ci v1.2.0
23362026-09-05T00:59:17.469Z Compiling managed v0.8.0
23372026-09-05T00:59:17.499Z Compiling bumpalo v3.20.2
23382026-09-05T00:59:17.521Z Compiling sec1 v0.7.3
23392026-09-05T00:59:17.553Z Compiling supports-color v3.0.2
23402026-09-05T00:59:17.600Z Compiling textwrap v0.16.2
23412026-09-05T00:59:17.603Z Compiling hashbrown v0.15.5
23422026-09-05T00:59:17.680Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23432026-09-05T00:59:17.739Z Compiling zopfli v0.8.3
23442026-09-05T00:59:17.771Z Compiling bzip2 v0.6.1
23452026-09-05T00:59:17.788Z Compiling hashbrown v0.16.1
23462026-09-05T00:59:17.993Z Compiling digest v0.11.3
23472026-09-05T00:59:18.032Z Compiling tar v0.4.46
23482026-09-05T00:59:18.232Z Compiling dof v0.3.0
23492026-09-05T00:59:18.316Z Compiling group v0.13.0
23502026-09-05T00:59:18.441Z Compiling cargo_metadata v0.23.1
23512026-09-05T00:59:19.376Z Compiling phf v0.13.1
23522026-09-05T00:59:19.461Z Compiling backtrace-ext v0.2.1
23532026-09-05T00:59:19.582Z Compiling reqwest v0.12.28
23542026-09-05T00:59:19.619Z Compiling zstd v0.13.3
23552026-09-05T00:59:19.622Z Compiling signal-hook-mio v0.2.5
23562026-09-05T00:59:19.772Z Compiling cipher v0.5.2
23572026-09-05T00:59:19.819Z Compiling postgres-types v0.2.12
23582026-09-05T00:59:19.888Z Compiling cookie_store v0.22.1
23592026-09-05T00:59:20.023Z Compiling strum v0.27.2
23602026-09-05T00:59:20.180Z Compiling hubpack v0.1.2
23612026-09-05T00:59:20.282Z Compiling phf_shared v0.11.3
23622026-09-05T00:59:20.302Z Compiling hkdf v0.12.4
23632026-09-05T00:59:20.338Z Compiling dtrace-parser v0.2.0
23642026-09-05T00:59:20.412Z Compiling byte-wrapper v0.1.0
23652026-09-05T00:59:20.543Z Compiling ed25519 v2.2.3
23662026-09-05T00:59:20.565Z Compiling olpc-cjson v0.1.4
23672026-09-05T00:59:20.785Z Compiling crypto-bigint v0.5.5
23682026-09-05T00:59:20.870Z Compiling serde-big-array v0.5.1
23692026-09-05T00:59:20.952Z Compiling float-cmp v0.10.0
23702026-09-05T00:59:21.048Z Compiling memmap2 v0.9.10
23712026-09-05T00:59:21.112Z Compiling thread-id v4.2.2
23722026-09-05T00:59:21.208Z Compiling winnow v1.0.3
23732026-09-05T00:59:21.224Z Compiling whoami v2.1.0
23742026-09-05T00:59:21.244Z Compiling predicates-core v1.0.10
23752026-09-05T00:59:21.286Z Compiling supports-unicode v3.0.0
23762026-09-05T00:59:21.302Z Compiling normalize-line-endings v0.3.0
23772026-09-05T00:59:21.317Z Compiling supports-hyperlinks v3.2.0
23782026-09-05T00:59:21.320Z Compiling precomputed-hash v0.1.1
23792026-09-05T00:59:21.411Z Compiling keccak v0.1.6
23802026-09-05T00:59:21.428Z Compiling either v1.15.0
23812026-09-05T00:59:21.442Z Compiling winnow v0.7.14
23822026-09-05T00:59:21.456Z Compiling toml_write v0.1.2
23832026-09-05T00:59:21.624Z Compiling data-encoding v2.10.0
23842026-09-05T00:59:21.654Z Compiling fixedbitset v0.5.7
23852026-09-05T00:59:21.692Z Compiling fixedbitset v0.4.2
23862026-09-05T00:59:21.708Z Compiling static_assertions v1.1.0
23872026-09-05T00:59:21.950Z Compiling new_debug_unreachable v1.0.6
23882026-09-05T00:59:21.981Z Compiling rayon-core v1.13.0
23892026-09-05T00:59:22.162Z Compiling unicode-width v0.1.14
23902026-09-05T00:59:22.244Z Compiling difflib v0.4.0
23912026-09-05T00:59:22.440Z Compiling miette v7.6.0
23922026-09-05T00:59:22.576Z Compiling predicates v3.1.4
23932026-09-05T00:59:22.720Z Compiling toml_parser v1.1.2+spec-1.1.0
23942026-09-05T00:59:22.750Z Compiling string_cache v0.8.9
23952026-09-05T00:59:22.986Z Compiling toml_edit v0.22.27
23962026-09-05T00:59:23.121Z Compiling chacha20 v0.10.0
23972026-09-05T00:59:23.137Z Compiling hickory-proto v0.25.2
23982026-09-05T00:59:23.158Z Compiling petgraph v0.8.3
23992026-09-05T00:59:23.228Z Compiling petgraph v0.6.5
24002026-09-05T00:59:23.283Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24012026-09-05T00:59:23.323Z Compiling elliptic-curve v0.13.8
24022026-09-05T00:59:23.446Z Compiling itertools v0.13.0
24032026-09-05T00:59:23.464Z Compiling sha3 v0.10.8
24042026-09-05T00:59:23.682Z Compiling tokio-postgres v0.7.16
24052026-09-05T00:59:24.159Z Compiling usdt v0.6.0
24062026-09-05T00:59:24.731Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24072026-09-05T00:59:25.076Z Compiling ed25519-dalek v2.2.0
24082026-09-05T00:59:25.422Z Compiling zip v4.6.1
24092026-09-05T00:59:25.609Z Compiling crossterm v0.28.1
24102026-09-05T00:59:25.833Z Compiling iddqd v0.4.2
24112026-09-05T00:59:26.143Z Compiling derive_more v2.1.1
24122026-09-05T00:59:26.289Z Compiling similar v2.7.0
24132026-09-05T00:59:26.564Z Compiling serde_with v3.21.0
24142026-09-05T00:59:27.231Z Compiling tokio-stream v0.1.18
24152026-09-05T00:59:27.269Z Compiling buf-list v1.1.2
24162026-09-05T00:59:27.380Z Compiling half v2.7.1
24172026-09-05T00:59:27.431Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24182026-09-05T00:59:27.447Z Compiling openapiv3 v2.2.0
24192026-09-05T00:59:27.856Z Compiling peg-runtime v0.8.5
24202026-09-05T00:59:27.986Z Compiling ciborium-io v0.2.2
24212026-09-05T00:59:28.011Z Compiling lalrpop-util v0.19.12
24222026-09-05T00:59:28.112Z Compiling ciborium-ll v0.2.2
24232026-09-05T00:59:29.103Z Compiling crossbeam-deque v0.8.6
24242026-09-05T00:59:29.465Z Compiling camino-tempfile v1.4.1
24252026-09-05T00:59:29.643Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24262026-09-05T00:59:29.858Z Compiling blake3 v1.8.5
24272026-09-05T00:59:29.921Z Compiling fs-err v2.11.0
24282026-09-05T00:59:31.573Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-09-05T00:59:32.698Z Compiling ciborium v0.2.2
24302026-09-05T00:59:33.099Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-09-05T00:59:33.354Z Compiling thread_local v1.1.9
24322026-09-05T00:59:33.369Z Compiling arrayvec v0.7.6
24332026-09-05T00:59:33.428Z Compiling arrayref v0.3.9
24342026-09-05T00:59:33.519Z Compiling constant_time_eq v0.4.2
24352026-09-05T00:59:33.585Z Compiling slog-async v2.8.0
24362026-09-05T00:59:33.625Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24372026-09-05T00:59:33.705Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24382026-09-05T00:59:33.850Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24392026-09-05T00:59:33.906Z Compiling toml v0.8.23
24402026-09-05T00:59:33.972Z Compiling atomicwrites v0.4.4
24412026-09-05T00:59:34.000Z Compiling sha2 v0.11.0
24422026-09-05T00:59:34.059Z Compiling digest-io v0.1.0
24432026-09-05T00:59:34.199Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24442026-09-05T00:59:34.217Z Compiling crossbeam-channel v0.5.15
24452026-09-05T00:59:34.232Z Compiling serde_path_to_error v0.1.20
24462026-09-05T00:59:34.250Z Compiling is-terminal v0.4.17
24472026-09-05T00:59:34.316Z Compiling rawzip v0.4.4
24482026-09-05T00:59:34.367Z Compiling topological-sort v0.2.2
24492026-09-05T00:59:34.418Z Compiling debug-ignore v1.0.5
24502026-09-05T00:59:34.485Z Compiling take_mut v0.2.2
24512026-09-05T00:59:34.537Z Compiling indent_write v2.2.0
24522026-09-05T00:59:34.554Z Compiling parse-size v1.1.0
24532026-09-05T00:59:34.613Z Compiling term v1.2.1
24542026-09-05T00:59:34.700Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-09-05T00:59:34.725Z Compiling shell-words v1.1.1
24562026-09-05T00:59:34.927Z Compiling slog-term v2.9.2
24572026-09-05T00:59:38.108Z Compiling rustls-webpki v0.103.13
24582026-09-05T00:59:40.842Z Compiling tokio-rustls v0.26.4
24592026-09-05T00:59:40.842Z Compiling rustls-platform-verifier v0.6.2
24602026-09-05T00:59:40.847Z Compiling tough v0.22.0
24612026-09-05T00:59:41.054Z Compiling hyper-rustls v0.27.7
24622026-09-05T00:59:41.244Z Compiling reqwest v0.13.2
24632026-09-05T00:59:42.477Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-09-05T00:59:43.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24652026-09-05T00:59:44.487Z Compiling omicron-zone-package v0.12.3
24662026-09-05T00:59:45.047Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-09-05T00:59:45.113Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24682026-09-05T00:59:45.142Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24692026-09-05T00:59:47.551Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24702026-09-05T01:00:06.804Z Finished `release` profile [optimized] target(s) in 1m 23s
24712026-09-05T01:00:06.948Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24722026-09-05T01:00:07.006ZSep 05 01:00:05.709 DEBG changing working directory to /work/oxidecomputer/omicron
24732026-09-05T01:00:07.102ZSep 05 01:00:05.806 DEBG running: git rev-parse HEAD
24742026-09-05T01:00:07.105ZSep 05 01:00:05.809 DEBG process exited with exit status: 0 (2.344993ms)
24752026-09-05T01:00:07.105ZSep 05 01:00:05.809 INFO version: 23.0.0-0.ci+git9fe05e014bc
24762026-09-05T01:00:07.112ZSep 05 01:00:05.817 INFO cloning helios to /work/oxidecomputer/helios
24772026-09-05T01:00:07.112ZSep 05 01:00:05.817 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24782026-09-05T01:00:07.115ZCloning into '/work/oxidecomputer/helios'...
24792026-09-05T01:00:07.735ZSep 05 01:00:06.439 DEBG process exited with exit status: 0 (622.21283ms)
24802026-09-05T01:00:07.735ZSep 05 01:00:06.439 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24812026-09-05T01:00:07.738ZSep 05 01:00:06.442 DEBG process exited with exit status: 0 (2.710034ms)
24822026-09-05T01:00:07.738ZSep 05 01:00:06.442 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24832026-09-05T01:00:08.116ZSep 05 01:00:06.820 DEBG process exited with exit status: 0 (378.541901ms)
24842026-09-05T01:00:08.116ZSep 05 01:00:06.820 DEBG running: zfs list rpool/images/build/host
24852026-09-05T01:00:08.120ZNAME USED AVAIL REFER MOUNTPOINT
24862026-09-05T01:00:08.120Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24872026-09-05T01:00:08.123ZSep 05 01:00:06.825 DEBG process exited with exit status: 0 (4.421135ms)
24882026-09-05T01:00:08.123ZSep 05 01:00:06.825 DEBG running: zfs list rpool/images/build/recovery
24892026-09-05T01:00:08.126ZNAME USED AVAIL REFER MOUNTPOINT
24902026-09-05T01:00:08.126Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24912026-09-05T01:00:08.126ZSep 05 01:00:06.828 DEBG process exited with exit status: 0 (3.245874ms)
24922026-09-05T01:00:08.126ZSep 05 01:00:06.828 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
24932026-09-05T01:00:08.136ZSep 05 01:00:06.841 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
24942026-09-05T01:00:08.139ZSep 05 01:00:06.842 INFO [hubris-staging] running task
24952026-09-05T01:00:08.139ZSep 05 01:00:06.842 INFO [hubris-production] running task
24962026-09-05T01:00:08.139ZSep 05 01:00:06.842 INFO [incorp-manifest] running task
24972026-09-05T01:00:08.139ZSep 05 01:00:06.842 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24982026-09-05T01:00:08.139ZSep 05 01:00:06.842 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
24992026-09-05T01:00:08.139ZSep 05 01:00:06.843 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-09-05T01:00:08.145ZSep 05 01:00:06.844 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25012026-09-05T01:00:08.176Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25022026-09-05T01:00:08.246Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-09-05T01:00:08.371ZSep 05 01:00:07.075 INFO [incorp-create] process exited with exit status: 0 (232.350315ms)
25042026-09-05T01:00:08.374ZSep 05 01:00:07.075 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25052026-09-05T01:00:08.591ZSep 05 01:00:07.296 INFO [incorp-publisher] process exited with exit status: 0 (220.321852ms)
25062026-09-05T01:00:08.945Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-09-05T01:00:09.558ZSep 05 01:00:08.261 INFO [hubris-production] task succeeded (1.419449569s)
25082026-09-05T01:00:10.139Z[ omicron-package] Compiling macaddr v1.0.1
25092026-09-05T01:00:10.139Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25102026-09-05T01:00:10.145Z[ omicron-package] Compiling itertools v0.15.0
25112026-09-05T01:00:10.145Z[ omicron-package] Compiling secrecy v0.10.3
25122026-09-05T01:00:10.145Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-09-05T01:00:10.149Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25142026-09-05T01:00:10.149Z[ omicron-package] Compiling heapless v0.8.0
25152026-09-05T01:00:10.149Z[ omicron-package] Compiling hash32 v0.3.1
25162026-09-05T01:00:10.149Z[ omicron-package] Compiling inout v0.1.4
25172026-09-05T01:00:10.149Z[ omicron-package] Compiling multer v3.1.0
25182026-09-05T01:00:10.149Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-09-05T01:00:10.153Z[ omicron-package] Compiling match_cfg v0.1.0
25202026-09-05T01:00:10.153Z[ omicron-package] Compiling smoltcp v0.11.0
25212026-09-05T01:00:10.153Z[ omicron-package] Compiling compression-core v0.4.31
25222026-09-05T01:00:10.153Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-09-05T01:00:10.153Z[ omicron-package] Compiling slog-json v2.6.1
25242026-09-05T01:00:10.382Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25252026-09-05T01:00:10.516ZSep 05 01:00:09.221 DEBG process exited with exit status: 0 (2.378874434s)
25262026-09-05T01:00:10.520ZSep 05 01:00:09.221 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25272026-09-05T01:00:10.793Z[ omicron-package] Compiling hostname v0.3.1
25282026-09-05T01:00:10.801Z[ omicron-package] Compiling compression-codecs v0.4.37
25292026-09-05T01:00:10.957Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25302026-09-05T01:00:11.121Z[ omicron-package] Compiling cipher v0.4.4
25312026-09-05T01:00:11.175Z[ omicron-package] Compiling cobs v0.3.0
25322026-09-05T01:00:11.178Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-09-05T01:00:11.203Z[ omicron-package] Compiling universal-hash v0.5.1
25342026-09-05T01:00:11.277Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25352026-09-05T01:00:11.332Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25362026-09-05T01:00:11.380Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25372026-09-05T01:00:11.383Z[ omicron-package] Compiling dropshot v0.17.1
25382026-09-05T01:00:11.383Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25392026-09-05T01:00:11.412Z[ omicron-package] Compiling serde_spanned v1.1.1
25402026-09-05T01:00:11.469Z[ omicron-package] Compiling async-stream-impl v0.3.6
25412026-09-05T01:00:11.473Z[ omicron-package] Compiling convert_case v0.4.0
25422026-09-05T01:00:11.568Z[ omicron-package] Compiling opaque-debug v0.3.1
25432026-09-05T01:00:11.656Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-09-05T01:00:11.828Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25452026-09-05T01:00:11.897Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25462026-09-05T01:00:11.929Z[ omicron-package] Compiling poly1305 v0.8.0
25472026-09-05T01:00:11.948Z[ omicron-package] Compiling chacha20 v0.9.1
25482026-09-05T01:00:12.007Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-09-05T01:00:12.007Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25502026-09-05T01:00:12.007Z[ omicron-package] Compiling postcard v1.1.3
25512026-09-05T01:00:12.095Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25522026-09-05T01:00:12.224Z[ omicron-package] Compiling async-stream v0.3.6
25532026-09-05T01:00:12.285Z[ omicron-package] Compiling derive_more v0.99.20
25542026-09-05T01:00:12.429Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25552026-09-05T01:00:12.429Z[ omicron-package] Compiling async-compression v0.4.41
25562026-09-05T01:00:12.432Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25572026-09-05T01:00:12.459Z[ omicron-package] Compiling slog-bunyan v2.5.0
25582026-09-05T01:00:12.541Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25592026-09-05T01:00:12.679Z[ omicron-package] Compiling num_enum_derive v0.7.6
25602026-09-05T01:00:12.682Z[ omicron-package] Compiling ingot-macros v0.2.0
25612026-09-05T01:00:12.928Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25622026-09-05T01:00:12.932Z[ omicron-package] Compiling sha1 v0.11.0
25632026-09-05T01:00:12.932Z[ omicron-package] Compiling progenitor-client v0.14.0
25642026-09-05T01:00:12.935Z[ omicron-package] Compiling oxide-generation v0.1.3
25652026-09-05T01:00:13.019Z[ omicron-package] Compiling parse-display-derive v0.10.0
25662026-09-05T01:00:13.022Z[ omicron-package] Compiling waitgroup v0.1.2
25672026-09-05T01:00:13.022Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25682026-09-05T01:00:13.141Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25692026-09-05T01:00:13.239Z[ omicron-package] Compiling backon v1.6.0
25702026-09-05T01:00:13.304Z[ omicron-package] Compiling password-hash v0.5.0
25712026-09-05T01:00:13.427Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25722026-09-05T01:00:13.431Z[ omicron-package] Compiling blake2 v0.10.6
25732026-09-05T01:00:13.512Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25742026-09-05T01:00:13.512Z[ omicron-package] Compiling aead v0.5.2
25752026-09-05T01:00:13.515ZSep 05 01:00:12.218 DEBG process exited with exit status: 0 (2.99668132s)
25762026-09-05T01:00:13.515ZSep 05 01:00:12.219 INFO [incorp-manifest] task succeeded (5.376883745s)
25772026-09-05T01:00:13.515ZSep 05 01:00:12.219 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25782026-09-05T01:00:13.561Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-09-05T01:00:13.598Z[ omicron-package] Compiling proc-macro-error v1.0.4
25802026-09-05T01:00:13.601Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25812026-09-05T01:00:13.673Z[ omicron-package] Compiling instant v0.1.13
25822026-09-05T01:00:13.772Z[ omicron-package] Compiling hostname v0.4.2
25832026-09-05T01:00:13.789ZSep 05 01:00:12.484 INFO [incorp-fmt] process exited with exit status: 0 (259.912077ms)
25842026-09-05T01:00:13.789ZSep 05 01:00:12.484 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25852026-09-05T01:00:13.849Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25862026-09-05T01:00:13.891Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25872026-09-05T01:00:13.894Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25882026-09-05T01:00:13.945Z[ omicron-package] Compiling num_enum v0.7.6
25892026-09-05T01:00:14.008Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25902026-09-05T01:00:14.051Z[ omicron-package] Compiling backoff v0.4.0
25912026-09-05T01:00:14.106Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260905T010012Z
25922026-09-05T01:00:14.110Z[ incorp-pkgsend] PUBLISHED
25932026-09-05T01:00:14.129Z[ omicron-package] Compiling argon2 v0.5.3
25942026-09-05T01:00:14.132Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25952026-09-05T01:00:14.133Z[ omicron-package] Compiling num_enum_derive v0.5.11
25962026-09-05T01:00:14.133Z[ omicron-package] Compiling progenitor-extras v0.2.0
25972026-09-05T01:00:14.154ZSep 05 01:00:12.858 INFO [incorp-pkgsend] process exited with exit status: 0 (379.471723ms)
25982026-09-05T01:00:14.157ZSep 05 01:00:12.859 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25992026-09-05T01:00:14.237Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26002026-09-05T01:00:14.240Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-09-05T01:00:14.368Z[ omicron-package] Compiling vsss-rs v3.3.4
26022026-09-05T01:00:14.422Z[ helios-incorp] Retrieving packages for publisher helios ...
26032026-09-05T01:00:14.426Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26042026-09-05T01:00:14.476Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26052026-09-05T01:00:14.476Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26062026-09-05T01:00:14.479Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26072026-09-05T01:00:14.483Z[ helios-incorp]
26082026-09-05T01:00:14.483Z[ helios-incorp] Archiving packages ...
26092026-09-05T01:00:14.483Z[ helios-incorp] Packages to add: 1
26102026-09-05T01:00:14.483Z[ helios-incorp] Files to retrieve: 0
26112026-09-05T01:00:14.483Z[ helios-incorp] Estimated transfer size: 0.00 B
26122026-09-05T01:00:14.483Z[ helios-incorp]
26132026-09-05T01:00:14.483Z[ helios-incorp] Packages to archive:
26142026-09-05T01:00:14.483Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260905T010012Z
26152026-09-05T01:00:14.483Z[ helios-incorp]
26162026-09-05T01:00:14.483Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26172026-09-05T01:00:14.483Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26182026-09-05T01:00:14.487Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26192026-09-05T01:00:14.537Z[ omicron-package] Compiling foreign-types v0.5.0
26202026-09-05T01:00:14.585ZSep 05 01:00:13.289 INFO [helios-incorp] process exited with exit status: 0 (430.740062ms)
26212026-09-05T01:00:14.674Z[ omicron-package] Compiling regress v0.10.5
26222026-09-05T01:00:14.700Z[ omicron-package] Compiling parse-display v0.10.0
26232026-09-05T01:00:14.775Z[ omicron-package] Compiling itertools v0.14.0
26242026-09-05T01:00:14.795Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-09-05T01:00:14.841Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-09-05T01:00:14.918Z[ omicron-package] Compiling cstr-argument v0.1.2
26272026-09-05T01:00:14.979Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26282026-09-05T01:00:15.178Z[ omicron-package] Compiling humantime v2.3.0
26292026-09-05T01:00:15.257Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26302026-09-05T01:00:15.310Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-09-05T01:00:15.360Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26322026-09-05T01:00:15.385Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26332026-09-05T01:00:15.472Z[ omicron-package] Compiling num_enum v0.5.11
26342026-09-05T01:00:15.522Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-09-05T01:00:15.638Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26362026-09-05T01:00:15.648Z[ omicron-package] Compiling rayon v1.11.0
26372026-09-05T01:00:15.656Z[ omicron-package] Compiling rand v0.10.1
26382026-09-05T01:00:15.656Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26392026-09-05T01:00:15.735Z[ omicron-package] Compiling colored v3.1.1
26402026-09-05T01:00:15.735Z[ omicron-package] Compiling libefi-sys v0.1.0
26412026-09-05T01:00:15.782Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26422026-09-05T01:00:15.813Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26432026-09-05T01:00:15.882Z[ omicron-package] Compiling ingot-types v0.2.0
26442026-09-05T01:00:15.970Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26452026-09-05T01:00:16.056Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-09-05T01:00:16.080Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-09-05T01:00:16.301Z[ omicron-package] Compiling itertools v0.12.1
26482026-09-05T01:00:16.310Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26492026-09-05T01:00:16.366Z[ omicron-package] Compiling usdt-macro v0.5.0
26502026-09-05T01:00:16.413Z[ omicron-package] Compiling ingot v0.2.1
26512026-09-05T01:00:16.454Z[ omicron-package] Compiling sigpipe v0.1.3
26522026-09-05T01:00:16.459Z[ omicron-package] Compiling memmap v0.7.0
26532026-09-05T01:00:16.490Z[ omicron-package] Compiling bitfield-struct v0.6.2
26542026-09-05T01:00:16.567Z[ omicron-package] Compiling num-derive v0.4.2
26552026-09-05T01:00:16.582Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26562026-09-05T01:00:16.635Z[ omicron-package] Compiling swrite v0.1.0
26572026-09-05T01:00:16.727Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-09-05T01:00:16.765Z[ omicron-package] Compiling glob v0.3.3
26592026-09-05T01:00:17.130Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-09-05T01:00:17.358Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26612026-09-05T01:00:17.362Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622026-09-05T01:00:17.378Z[ omicron-package] Compiling usdt v0.5.0
26632026-09-05T01:00:17.415Z[ omicron-package] Compiling smf v0.2.3
26642026-09-05T01:00:17.572Z[ omicron-package] Compiling whoami v1.6.1
26652026-09-05T01:00:17.572Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-09-05T01:00:17.653Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26672026-09-05T01:00:17.699Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26682026-09-05T01:00:17.767Z[ omicron-package] Compiling gethostname v0.5.0
26692026-09-05T01:00:17.790Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26702026-09-05T01:00:17.943Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712026-09-05T01:00:17.943Z[ omicron-package] Compiling zone v0.3.1
26722026-09-05T01:00:18.096Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26732026-09-05T01:00:18.096Z[ omicron-package] Compiling console v0.16.2
26742026-09-05T01:00:18.162Z[ omicron-package] Compiling unit-prefix v0.5.2
26752026-09-05T01:00:18.224Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26762026-09-05T01:00:18.582Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26772026-09-05T01:00:18.648Z[ omicron-package] Compiling indicatif v0.18.4
26782026-09-05T01:00:19.062Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26792026-09-05T01:00:20.068Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26802026-09-05T01:00:21.225Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26812026-09-05T01:00:22.417Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26822026-09-05T01:00:22.695Z[ helios-setup] Sep 05 01:00:21.399 INFO helios repository root is: /work/oxidecomputer/helios
26832026-09-05T01:00:22.704Z[ helios-setup] Sep 05 01:00:21.401 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26842026-09-05T01:00:22.704Z[ helios-setup] Sep 05 01:00:21.401 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
26852026-09-05T01:00:22.704Z[ helios-setup] Sep 05 01:00:21.401 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26862026-09-05T01:00:22.704Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26872026-09-05T01:00:24.532ZSep 05 01:00:23.237 INFO [hubris-staging] task succeeded (16.395095857s)
26882026-09-05T01:00:29.202Z[ helios-setup] Sep 05 01:00:27.904 INFO clone ok!, project: amd-firmware
26892026-09-05T01:00:29.207Z[ helios-setup] Sep 05 01:00:27.904 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
26902026-09-05T01:00:29.207Z[ helios-setup] Sep 05 01:00:27.904 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26912026-09-05T01:00:29.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26922026-09-05T01:00:29.775Z[ helios-setup] Sep 05 01:00:28.479 INFO clone ok!, project: image-builder
26932026-09-05T01:00:29.775Z[ helios-setup] Sep 05 01:00:28.479 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26942026-09-05T01:00:29.775Z[ helios-setup] Sep 05 01:00:28.479 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
26952026-09-05T01:00:29.775Z[ helios-setup] Sep 05 01:00:28.479 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26962026-09-05T01:00:29.779Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26972026-09-05T01:00:30.341Z[ helios-setup] Sep 05 01:00:29.045 INFO clone ok!, project: pinprick
26982026-09-05T01:00:30.341Z[ helios-setup] Sep 05 01:00:29.046 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
26992026-09-05T01:00:30.341Z[ helios-setup] Sep 05 01:00:29.046 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27002026-09-05T01:00:30.345Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27012026-09-05T01:00:31.219Z[ helios-setup] Sep 05 01:00:29.923 INFO clone ok!, project: chelsio-t6-roms
27022026-09-05T01:00:31.219Z[ helios-setup] Sep 05 01:00:29.923 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27032026-09-05T01:00:31.223Z[ helios-setup] Sep 05 01:00:29.923 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
27042026-09-05T01:00:31.223Z[ helios-setup] Sep 05 01:00:29.923 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27052026-09-05T01:00:31.223Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27062026-09-05T01:00:32.004Z[ helios-setup] Sep 05 01:00:30.709 INFO clone ok!, project: dmar-report
27072026-09-05T01:00:32.005Z[ helios-setup] Sep 05 01:00:30.709 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
27082026-09-05T01:00:32.008Z[ helios-setup] Sep 05 01:00:30.709 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
27092026-09-05T01:00:32.008Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27102026-09-05T01:00:32.215Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27112026-09-05T01:00:32.939Z[ helios-setup] Sep 05 01:00:31.640 INFO clone ok!, project: amd-host-image-builder
27122026-09-05T01:00:32.940Z[ helios-setup] Sep 05 01:00:31.640 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
27132026-09-05T01:00:32.940Z[ helios-setup] Sep 05 01:00:31.640 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27142026-09-05T01:00:32.943Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27152026-09-05T01:00:34.033Z[ helios-setup] Sep 05 01:00:32.737 INFO clone ok!, project: bootserver
27162026-09-05T01:00:34.036Z[ helios-setup] Sep 05 01:00:32.737 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
27172026-09-05T01:00:34.036Z[ helios-setup] Sep 05 01:00:32.737 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27182026-09-05T01:00:34.036Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27192026-09-05T01:00:35.030Z[ helios-setup] Sep 05 01:00:33.734 INFO clone ok!, project: pilot
27202026-09-05T01:00:35.034Z[ helios-setup] Sep 05 01:00:33.735 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
27212026-09-05T01:00:35.035Z[ helios-setup] Sep 05 01:00:33.735 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27222026-09-05T01:00:35.035Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27232026-09-05T01:00:35.374Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27242026-09-05T01:00:35.692Z[ helios-setup] Sep 05 01:00:34.397 INFO clone ok!, project: phbl
27252026-09-05T01:00:35.697Z[ helios-setup] Sep 05 01:00:34.397 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27262026-09-05T01:00:35.941Z[ helios-setup] Sep 05 01:00:34.645 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27272026-09-05T01:00:36.158Z[ helios-setup] Sep 05 01:00:34.863 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27282026-09-05T01:00:36.159Z[ helios-setup] Sep 05 01:00:34.863 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27292026-09-05T01:00:36.373Z[ helios-setup] Sep 05 01:00:35.077 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27302026-09-05T01:00:36.378Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27312026-09-05T01:00:36.603Z[ helios-setup] Sep 05 01:00:35.307 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27322026-09-05T01:00:36.603Z[ helios-setup] Sep 05 01:00:35.307 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27332026-09-05T01:00:36.821Z[ helios-setup] Sep 05 01:00:35.525 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27342026-09-05T01:00:37.033Z[ helios-setup] Sep 05 01:00:35.738 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27352026-09-05T01:00:37.033Z[ helios-setup] Sep 05 01:00:35.738 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27362026-09-05T01:00:37.036Z[ helios-setup] Sep 05 01:00:35.738 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27372026-09-05T01:00:37.036Z[ helios-setup] Sep 05 01:00:35.738 INFO ok!
27382026-09-05T01:00:37.036Z[ helios-setup] Sep 05 01:00:35.738 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27392026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27402026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO ok!
27412026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27422026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27432026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO ok!
27442026-09-05T01:00:37.037Z[ helios-setup] Sep 05 01:00:35.738 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27452026-09-05T01:00:37.041Z[ helios-setup] Sep 05 01:00:35.745 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
27462026-09-05T01:00:37.041Z[ helios-setup] Sep 05 01:00:35.745 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27472026-09-05T01:00:37.044Z[ helios-setup] Sep 05 01:00:35.745 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27482026-09-05T01:00:37.113Z[ helios-setup] Sep 05 01:00:35.816 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27492026-09-05T01:00:37.421Z[ helios-setup] Sep 05 01:00:36.125 INFO E| From https://github.com/jclulow/rust-jmclib
27502026-09-05T01:00:37.421Z[ helios-setup] Sep 05 01:00:36.125 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27512026-09-05T01:00:37.429Z[ helios-setup] Sep 05 01:00:36.134 INFO E| Updating crates.io index
27522026-09-05T01:00:37.587Z[ helios-setup] Sep 05 01:00:36.291 INFO E| Downloading crates ...
27532026-09-05T01:00:37.639Z[ helios-setup] Sep 05 01:00:36.343 INFO E| Downloaded md-5 v0.9.1
27542026-09-05T01:00:37.647Z[ helios-setup] Sep 05 01:00:36.352 INFO E| Downloaded block-buffer v0.9.0
27552026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.352 INFO E| Downloaded walkdir v2.3.3
27562026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.366 INFO E| Downloaded errno v0.3.1
27572026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.367 INFO E| Downloaded fastrand v2.0.0
27582026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.368 INFO E| Downloaded digest v0.9.0
27592026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.369 INFO E| Downloaded libdevinfo-sys v1.0.0
27602026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.369 INFO E| Downloaded itoa v1.0.9
27612026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.372 INFO E| Downloaded cpufeatures v0.2.9
27622026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.378 INFO E| Downloaded opaque-debug v0.3.0
27632026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.384 INFO E| Downloaded sha-1 v0.9.8
27642026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.386 INFO E| Downloaded glob v0.3.1
27652026-09-05T01:00:37.709Z[ helios-setup] Sep 05 01:00:36.390 INFO E| Downloaded quote v1.0.31
27662026-09-05T01:00:37.714Z[ helios-setup] Sep 05 01:00:36.411 INFO E| Downloaded unicode-width v0.1.10
27672026-09-05T01:00:37.717Z[ helios-setup] Sep 05 01:00:36.418 INFO E| Downloaded tempfile v3.7.0
27682026-09-05T01:00:37.717Z[ helios-setup] Sep 05 01:00:36.420 INFO E| Downloaded proc-macro2 v1.0.66
27692026-09-05T01:00:37.720Z[ helios-setup] Sep 05 01:00:36.424 INFO E| Downloaded unicode-ident v1.0.11
27702026-09-05T01:00:37.724Z[ helios-setup] Sep 05 01:00:36.428 INFO E| Downloaded uuid v0.8.2
27712026-09-05T01:00:37.727Z[ helios-setup] Sep 05 01:00:36.430 INFO E| Downloaded anyhow v1.0.72
27722026-09-05T01:00:37.731Z[ helios-setup] Sep 05 01:00:36.435 INFO E| Downloaded once_cell v1.18.0
27732026-09-05T01:00:37.735Z[ helios-setup] Sep 05 01:00:36.439 INFO E| Downloaded getrandom v0.2.10
27742026-09-05T01:00:37.738Z[ helios-setup] Sep 05 01:00:36.441 INFO E| Downloaded typenum v1.16.0
27752026-09-05T01:00:37.738Z[ helios-setup] Sep 05 01:00:36.442 INFO E| Downloaded bitflags v2.3.3
27762026-09-05T01:00:37.741Z[ helios-setup] Sep 05 01:00:36.443 INFO E| Downloaded ryu v1.0.15
27772026-09-05T01:00:37.741Z[ helios-setup] Sep 05 01:00:36.445 INFO E| Downloaded serde v1.0.193
27782026-09-05T01:00:37.744Z[ helios-setup] Sep 05 01:00:36.447 INFO E| Downloaded serde_derive v1.0.193
27792026-09-05T01:00:37.744Z[ helios-setup] Sep 05 01:00:36.448 INFO E| Downloaded toml v0.5.11
27802026-09-05T01:00:37.771Z[ helios-setup] Sep 05 01:00:36.475 INFO E| Downloaded serde_json v1.0.103
27812026-09-05T01:00:37.785Z[ helios-setup] Sep 05 01:00:36.488 INFO E| Downloaded syn v2.0.32
27822026-09-05T01:00:37.814Z[ helios-setup] Sep 05 01:00:36.518 INFO E| Downloaded rustix v0.38.4
27832026-09-05T01:00:37.827Z[ helios-setup] Sep 05 01:00:36.530 INFO E| Downloaded libc v0.2.147
27842026-09-05T01:00:37.875Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling libc v0.2.147
27852026-09-05T01:00:37.875Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling proc-macro2 v1.0.66
27862026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling unicode-ident v1.0.11
27872026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling cfg-if v1.0.0
27882026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling typenum v1.16.0
27892026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling version_check v0.9.4
27902026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling serde v1.0.193
27912026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling itoa v1.0.9
27922026-09-05T01:00:37.880Z[ helios-setup] Sep 05 01:00:36.578 INFO E| Compiling num-conv v0.1.0
27932026-09-05T01:00:37.887Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling rustix v0.38.4
27942026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling powerfmt v0.2.0
27952026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling time-core v0.1.2
27962026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling slog v2.7.0
27972026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling num_threads v0.1.6
27982026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.592 INFO E| Compiling once_cell v1.18.0
27992026-09-05T01:00:37.890Z[ helios-setup] Sep 05 01:00:36.593 INFO E| Compiling bitflags v2.3.3
28002026-09-05T01:00:37.991Z[ helios-setup] Sep 05 01:00:36.695 INFO E| Compiling serde_json v1.0.103
28012026-09-05T01:00:38.004Z[ helios-setup] Sep 05 01:00:36.708 INFO E| Compiling opaque-debug v0.3.0
28022026-09-05T01:00:38.021Z[ helios-setup] Sep 05 01:00:36.725 INFO E| Compiling fastrand v2.0.0
28032026-09-05T01:00:38.038Z[ helios-setup] Sep 05 01:00:36.742 INFO E| Compiling anyhow v1.0.72
28042026-09-05T01:00:38.054Z[ helios-setup] Sep 05 01:00:36.758 INFO E| Compiling time-macros v0.2.18
28052026-09-05T01:00:38.065Z[ helios-setup] Sep 05 01:00:36.769 INFO E| Compiling deranged v0.3.11
28062026-09-05T01:00:38.077Z[ helios-setup] Sep 05 01:00:36.781 INFO E| Compiling thread_local v1.1.7
28072026-09-05T01:00:38.136Z[ helios-setup] Sep 05 01:00:36.840 INFO E| Compiling ryu v1.0.15
28082026-09-05T01:00:38.148Z[ helios-setup] Sep 05 01:00:36.852 INFO E| Compiling same-file v1.0.6
28092026-09-05T01:00:38.151Z[ helios-setup] Sep 05 01:00:36.852 INFO E| Compiling unicode-width v0.1.10
28102026-09-05T01:00:38.177Z[ helios-setup] Sep 05 01:00:36.881 INFO E| Compiling generic-array v0.14.7
28112026-09-05T01:00:38.269Z[ helios-setup] Sep 05 01:00:36.973 INFO E| Compiling cpufeatures v0.2.9
28122026-09-05T01:00:38.296Z[ helios-setup] Sep 05 01:00:37.000 INFO E| Compiling getopts v0.2.21
28132026-09-05T01:00:38.305Z[ helios-setup] Sep 05 01:00:37.009 INFO E| Compiling walkdir v2.3.3
28142026-09-05T01:00:38.329Z[ helios-setup] Sep 05 01:00:37.032 INFO E| Compiling glob v0.3.1
28152026-09-05T01:00:38.342Z[ helios-setup] Sep 05 01:00:37.046 INFO E| Compiling libdevinfo-sys v1.0.0
28162026-09-05T01:00:38.599Z[ helios-setup] Sep 05 01:00:37.303 INFO E| Compiling quote v1.0.31
28172026-09-05T01:00:38.655Z[ helios-setup] Sep 05 01:00:37.360 INFO E| Compiling dirs-sys-next v0.1.2
28182026-09-05T01:00:38.655Z[ helios-setup] Sep 05 01:00:37.360 INFO E| Compiling errno v0.3.1
28192026-09-05T01:00:38.658Z[ helios-setup] Sep 05 01:00:37.360 INFO E| Compiling atty v0.2.14
28202026-09-05T01:00:38.658Z[ helios-setup] Sep 05 01:00:37.360 INFO E| Compiling getrandom v0.2.10
28212026-09-05T01:00:38.752Z[ helios-setup] Sep 05 01:00:37.456 INFO E| Compiling syn v2.0.32
28222026-09-05T01:00:38.777Z[ helios-setup] Sep 05 01:00:37.480 INFO E| Compiling dirs-next v2.0.0
28232026-09-05T01:00:38.841Z[ helios-setup] Sep 05 01:00:37.545 INFO E| Compiling term v0.7.0
28242026-09-05T01:00:38.879Z[ helios-setup] Sep 05 01:00:37.583 INFO E| Compiling time v0.3.36
28252026-09-05T01:00:39.151Z[ helios-setup] Sep 05 01:00:37.855 INFO E| Compiling block-buffer v0.9.0
28262026-09-05T01:00:39.151Z[ helios-setup] Sep 05 01:00:37.855 INFO E| Compiling digest v0.9.0
28272026-09-05T01:00:39.239Z[ helios-setup] Sep 05 01:00:37.944 INFO E| Compiling sha-1 v0.9.8
28282026-09-05T01:00:39.239Z[ helios-setup] Sep 05 01:00:37.944 INFO E| Compiling md-5 v0.9.1
28292026-09-05T01:00:39.243Z[ helios-setup] Sep 05 01:00:37.947 INFO E| Compiling tempfile v3.7.0
28302026-09-05T01:00:39.602Z[ helios-setup] Sep 05 01:00:38.306 INFO E| Compiling slog-term v2.9.0
28312026-09-05T01:00:40.154Z[ helios-setup] Sep 05 01:00:38.858 INFO E| Compiling serde_derive v1.0.193
28322026-09-05T01:00:43.961Z[ helios-setup] Sep 05 01:00:42.665 INFO E| Compiling toml v0.5.11
28332026-09-05T01:00:43.961Z[ helios-setup] Sep 05 01:00:42.665 INFO E| Compiling uuid v0.8.2
28342026-09-05T01:00:44.648Z[ helios-setup] Sep 05 01:00:43.352 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28352026-09-05T01:00:45.401Z[ helios-setup] Sep 05 01:00:44.101 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28362026-09-05T01:00:48.747Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.60s
28372026-09-05T01:00:48.947Z[ helios-setup] Sep 05 01:00:47.651 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
28382026-09-05T01:00:48.973Z[ helios-setup] Sep 05 01:00:47.677 INFO building project "image-builder" ok (11 seconds)
28392026-09-05T01:00:48.973Z[ helios-setup] Sep 05 01:00:47.677 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28402026-09-05T01:00:48.980Z[ helios-setup] Sep 05 01:00:47.684 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
28412026-09-05T01:00:48.980Z[ helios-setup] Sep 05 01:00:47.684 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28422026-09-05T01:00:48.984Z[ helios-setup] Sep 05 01:00:47.684 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28432026-09-05T01:00:48.993Z[ omicron-package]
28442026-09-05T01:00:48.993Z[ omicron-package] real 40.779400109
28452026-09-05T01:00:48.994Z[ omicron-package] user 4:00.318806959
28462026-09-05T01:00:48.994Z[ omicron-package] sys 28.526714121
28472026-09-05T01:00:48.997Z[ omicron-package] trap 0.378523989
28482026-09-05T01:00:48.997Z[ omicron-package] tflt 0.299746189
28492026-09-05T01:00:48.997Z[ omicron-package] dflt 2.676727411
28502026-09-05T01:00:48.997Z[ omicron-package] kflt 0.000672040
28512026-09-05T01:00:48.997Z[ omicron-package] lock 8:17.070605645
28522026-09-05T01:00:48.997Z[ omicron-package] slp 4:29.591572896
28532026-09-05T01:00:48.997Z[ omicron-package] lat 47.892841430
28542026-09-05T01:00:48.997Z[ omicron-package] stop 1:48.289843658
28552026-09-05T01:00:48.997ZSep 05 01:00:47.698 INFO [omicron-package] process exited with exit status: 0 (40.856034337s)
28562026-09-05T01:00:48.997ZSep 05 01:00:47.698 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28572026-09-05T01:00:48.997ZSep 05 01:00:47.699 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28582026-09-05T01:00:49.002Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28592026-09-05T01:00:49.002Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28602026-09-05T01:00:49.005Z[ recovery-target] Created new build target 'recovery' and set it as active
28612026-09-05T01:00:49.005Z[ host-target] Created new build target 'host' and set it as active
28622026-09-05T01:00:49.005ZSep 05 01:00:47.709 INFO [host-target] process exited with exit status: 0 (10.442701ms)
28632026-09-05T01:00:49.005ZSep 05 01:00:47.709 INFO [recovery-target] process exited with exit status: 0 (10.103972ms)
28642026-09-05T01:00:49.005ZSep 05 01:00:47.709 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28652026-09-05T01:00:49.010Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28662026-09-05T01:00:49.087Z[ helios-setup] Sep 05 01:00:47.791 INFO E| Downloading crates ...
28672026-09-05T01:00:49.134Z[ helios-setup] Sep 05 01:00:47.839 INFO E| Downloaded adler2 v2.0.0
28682026-09-05T01:00:49.144Z[ helios-setup] Sep 05 01:00:47.848 INFO E| Downloaded miniz_oxide v0.8.8
28692026-09-05T01:00:49.169Z[ helios-setup] Sep 05 01:00:47.873 INFO E| Compiling adler2 v2.0.0
28702026-09-05T01:00:49.238Z[ helios-setup] Sep 05 01:00:47.940 INFO E| Compiling miniz_oxide v0.8.8
28712026-09-05T01:00:50.006Z[ helios-setup] Sep 05 01:00:48.710 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28722026-09-05T01:00:50.373Z[ helios-setup] Sep 05 01:00:49.077 INFO E| Finished `release` profile [optimized] target(s) in 1.38s
28732026-09-05T01:00:50.381Z[ helios-setup] Sep 05 01:00:49.085 INFO building project "pinprick" ok (1 seconds)
28742026-09-05T01:00:50.384Z[ helios-setup] Sep 05 01:00:49.085 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28752026-09-05T01:00:50.387Z[ helios-setup] Sep 05 01:00:49.092 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
28762026-09-05T01:00:50.387Z[ helios-setup] Sep 05 01:00:49.092 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28772026-09-05T01:00:50.390Z[ helios-setup] Sep 05 01:00:49.092 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
28782026-09-05T01:00:50.473Z[ helios-setup] Sep 05 01:00:49.178 INFO E| Updating crates.io index
28792026-09-05T01:00:50.523Z[ host-package] Compiling cfg-if v1.0.4
28802026-09-05T01:00:50.549Z[ helios-setup] Sep 05 01:00:49.253 INFO E| Downloading crates ...
28812026-09-05T01:00:50.598Z[ helios-setup] Sep 05 01:00:49.302 INFO E| Downloaded itoa v1.0.15
28822026-09-05T01:00:50.606Z[ helios-setup] Sep 05 01:00:49.310 INFO E| Downloaded tempfile v3.20.0
28832026-09-05T01:00:50.614Z[ helios-setup] Sep 05 01:00:49.319 INFO E| Downloaded memchr v2.7.4
28842026-09-05T01:00:50.618Z[ helios-setup] Sep 05 01:00:49.323 INFO E| Downloaded deranged v0.4.0
28852026-09-05T01:00:50.632Z[ helios-setup] Sep 05 01:00:49.336 INFO E| Downloaded time v0.3.41
28862026-09-05T01:00:50.636Z[ helios-setup] Sep 05 01:00:49.340 INFO E| Downloaded thiserror v2.0.12
28872026-09-05T01:00:50.645Z[ helios-setup] Sep 05 01:00:49.349 INFO E| Downloaded unicode-ident v1.0.18
28882026-09-05T01:00:50.650Z[ helios-setup] Sep 05 01:00:49.354 INFO E| Downloaded serde_derive v1.0.219
28892026-09-05T01:00:50.652Z[ helios-setup] Sep 05 01:00:49.355 INFO E| Downloaded getrandom v0.3.3
28902026-09-05T01:00:50.658Z[ helios-setup] Sep 05 01:00:49.363 INFO E| Downloaded quote v1.0.40
28912026-09-05T01:00:50.667Z[ helios-setup] Sep 05 01:00:49.371 INFO E| Downloaded errno v0.3.12
28922026-09-05T01:00:50.675Z[ helios-setup] Sep 05 01:00:49.379 INFO E| Downloaded autocfg v1.4.0
28932026-09-05T01:00:50.684Z[ helios-setup] Sep 05 01:00:49.388 INFO E| Downloaded time-core v0.1.4
28942026-09-05T01:00:50.688Z[ helios-setup] Sep 05 01:00:49.391 INFO E| Downloaded serde v1.0.219
28952026-09-05T01:00:50.701Z[ helios-setup] Sep 05 01:00:49.401 INFO E| Downloaded time-macros v0.2.22
28962026-09-05T01:00:50.706Z[ helios-setup] Sep 05 01:00:49.403 INFO E| Downloaded ryu v1.0.20
28972026-09-05T01:00:50.707Z[ helios-setup] Sep 05 01:00:49.406 INFO E| Downloaded serde_with_macros v3.12.0
28982026-09-05T01:00:50.710Z[ helios-setup] Sep 05 01:00:49.414 INFO E| Downloaded iana-time-zone v0.1.63
28992026-09-05T01:00:50.713Z[ helios-setup] Sep 05 01:00:49.416 INFO E| Downloaded thiserror-impl v2.0.12
29002026-09-05T01:00:50.713Z[ helios-setup] Sep 05 01:00:49.417 INFO E| Downloaded anyhow v1.0.98
29012026-09-05T01:00:50.716Z[ helios-setup] Sep 05 01:00:49.419 INFO E| Downloaded proc-macro2 v1.0.95
29022026-09-05T01:00:50.716Z[ helios-setup] Sep 05 01:00:49.420 INFO E| Downloaded bitflags v2.9.1
29032026-09-05T01:00:50.728Z[ helios-setup] Sep 05 01:00:49.433 INFO E| Downloaded indexmap v2.9.0
29042026-09-05T01:00:50.747Z[ helios-setup] Sep 05 01:00:49.451 INFO E| Downloaded hashbrown v0.15.3
29052026-09-05T01:00:50.750Z[ host-package] Compiling serde_core v1.0.228
29062026-09-05T01:00:50.750Z[ host-package] Compiling libc v0.2.185
29072026-09-05T01:00:50.750Z[ host-package] Compiling memchr v2.8.0
29082026-09-05T01:00:50.750Z[ helios-setup] Sep 05 01:00:49.454 INFO E| Downloaded serde_json v1.0.140
29092026-09-05T01:00:50.756Z[ helios-setup] Sep 05 01:00:49.460 INFO E| Downloaded serde_with v3.12.0
29102026-09-05T01:00:50.785Z[ helios-setup] Sep 05 01:00:49.489 INFO E| Downloaded chrono v0.4.41
29112026-09-05T01:00:50.792Z[ helios-setup] Sep 05 01:00:49.495 INFO E| Downloaded syn v2.0.101
29122026-09-05T01:00:50.800Z[ helios-setup] Sep 05 01:00:49.504 INFO E| Downloaded rustix v1.0.7
29132026-09-05T01:00:50.820Z[ helios-setup] Sep 05 01:00:49.522 INFO E| Downloaded libc v0.2.172
29142026-09-05T01:00:50.824Z[ host-package] Compiling smallvec v1.15.1
29152026-09-05T01:00:50.855Z[ host-package] Compiling stable_deref_trait v1.2.1
29162026-09-05T01:00:50.866Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling proc-macro2 v1.0.95
29172026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling unicode-ident v1.0.18
29182026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling libc v0.2.172
29192026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling ident_case v1.0.1
29202026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling strsim v0.11.1
29212026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling fnv v1.0.7
29222026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling serde v1.0.219
29232026-09-05T01:00:50.869Z[ helios-setup] Sep 05 01:00:49.570 INFO E| Compiling rustix v1.0.7
29242026-09-05T01:00:50.881Z[ helios-setup] Sep 05 01:00:49.585 INFO E| Compiling getrandom v0.3.3
29252026-09-05T01:00:50.885Z[ host-package] Compiling libm v0.2.16
29262026-09-05T01:00:50.885Z[ host-package] Compiling scopeguard v1.2.0
29272026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling anyhow v1.0.98
29282026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling thiserror v2.0.12
29292026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling cfg-if v1.0.0
29302026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling serde_json v1.0.140
29312026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling bitflags v2.9.1
29322026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
29332026-09-05T01:00:50.890Z[ helios-setup] Sep 05 01:00:49.589 INFO E| Compiling ryu v1.0.20
29342026-09-05T01:00:50.938Z[ host-package] Compiling zerofrom v0.1.6
29352026-09-05T01:00:50.967Z[ host-package] Compiling rand_core v0.10.0
29362026-09-05T01:00:50.971Z[ host-package] Compiling percent-encoding v2.3.2
29372026-09-05T01:00:50.971Z[ host-package] Compiling litemap v0.8.1
29382026-09-05T01:00:50.971Z[ host-package] Compiling writeable v0.6.2
29392026-09-05T01:00:50.974Z[ host-package] Compiling icu_normalizer_data v2.1.1
29402026-09-05T01:00:50.974Z[ host-package] Compiling icu_properties_data v2.1.2
29412026-09-05T01:00:50.974Z[ host-package] Compiling utf8_iter v1.0.4
29422026-09-05T01:00:50.978Z[ host-package] Compiling iana-time-zone v0.1.65
29432026-09-05T01:00:51.020Z[ helios-setup] Sep 05 01:00:49.724 INFO E| Compiling itoa v1.0.15
29442026-09-05T01:00:51.166Z[ helios-setup] Sep 05 01:00:49.870 INFO E| Compiling fastrand v2.3.0
29452026-09-05T01:00:51.209Z[ host-package] Compiling lock_api v0.4.14
29462026-09-05T01:00:51.218Z[ helios-setup] Sep 05 01:00:49.921 INFO E| Compiling memchr v2.7.4
29472026-09-05T01:00:51.262Z[ helios-setup] Sep 05 01:00:49.964 INFO E| Compiling once_cell v1.21.3
29482026-09-05T01:00:51.288Z[ host-package] Compiling errno v0.3.14
29492026-09-05T01:00:51.288Z[ host-package] Compiling yoke v0.8.1
29502026-09-05T01:00:51.288Z[ host-package] Compiling getrandom v0.4.3
29512026-09-05T01:00:51.403Z[ host-package] Compiling parking_lot_core v0.9.12
29522026-09-05T01:00:51.406Z[ host-package] Compiling form_urlencoded v1.2.2
29532026-09-05T01:00:51.406Z[ host-package] Compiling zerocopy v0.8.55
29542026-09-05T01:00:51.582Z[ helios-setup] Sep 05 01:00:50.286 INFO E| Compiling errno v0.3.12
29552026-09-05T01:00:51.693Z[ host-package] Compiling zerovec v0.11.5
29562026-09-05T01:00:51.693Z[ host-package] Compiling zerotrie v0.2.3
29572026-09-05T01:00:51.777Z[ host-package] Compiling num-traits v0.2.19
29582026-09-05T01:00:51.777Z[ host-package] Compiling signal-hook-registry v1.4.8
29592026-09-05T01:00:51.843Z[ host-package] Compiling parking_lot v0.12.5
29602026-09-05T01:00:51.847Z[ host-package] Compiling mio v1.2.0
29612026-09-05T01:00:51.913Z[ host-package] Compiling socket2 v0.6.3
29622026-09-05T01:00:51.926Z[ helios-setup] Sep 05 01:00:50.630 INFO E| Compiling quote v1.0.40
29632026-09-05T01:00:51.966Z[ host-package] Compiling thiserror v2.0.18
29642026-09-05T01:00:52.055Z[ host-package] Compiling getrandom v0.2.17
29652026-09-05T01:00:52.119Z[ helios-setup] Sep 05 01:00:50.823 INFO E| Compiling syn v2.0.101
29662026-09-05T01:00:52.217Z[ host-package] Compiling futures-util v0.3.32
29672026-09-05T01:00:52.241Z[ host-package] Compiling getrandom v0.3.4
29682026-09-05T01:00:52.244Z[ host-package] Compiling base64 v0.22.1
29692026-09-05T01:00:52.292Z[ host-package] Compiling tinystr v0.8.2
29702026-09-05T01:00:52.292Z[ host-package] Compiling potential_utf v0.1.4
29712026-09-05T01:00:52.292Z[ host-package] Compiling time v0.3.47
29722026-09-05T01:00:52.295Z[ host-package] Compiling aho-corasick v1.1.4
29732026-09-05T01:00:52.375Z[ host-package] Compiling rand_core v0.6.4
29742026-09-05T01:00:52.413Z[ helios-setup] Sep 05 01:00:51.117 INFO E| Compiling tempfile v3.20.0
29752026-09-05T01:00:52.428Z[ host-package] Compiling rand_core v0.9.5
29762026-09-05T01:00:52.486Z[ host-package] Compiling icu_collections v2.1.1
29772026-09-05T01:00:52.489Z[ host-package] Compiling spin v0.9.8
29782026-09-05T01:00:52.490Z[ host-package] Compiling socket2 v0.5.10
29792026-09-05T01:00:52.548Z[ host-package] Compiling pest v2.8.6
29802026-09-05T01:00:52.548Z[ host-package] Compiling encoding_rs v0.8.35
29812026-09-05T01:00:52.688Z[ host-package] Compiling icu_locale_core v2.1.1
29822026-09-05T01:00:52.692Z[ host-package] Compiling simd-adler32 v0.3.8
29832026-09-05T01:00:52.830Z[ host-package] Compiling serde v1.0.228
29842026-09-05T01:00:52.877Z[ host-package] Compiling serde_json v1.0.151
29852026-09-05T01:00:52.877Z[ host-package] Compiling bitflags v2.11.0
29862026-09-05T01:00:52.877Z[ host-package] Compiling uuid v1.23.4
29872026-09-05T01:00:52.904Z[ host-package] Compiling semver v1.0.28
29882026-09-05T01:00:53.085Z[ host-package] Compiling indexmap v2.14.0
29892026-09-05T01:00:53.138Z[ host-package] Compiling adler2 v2.0.1
29902026-09-05T01:00:53.384Z[ host-package] Compiling bytes v1.11.1
29912026-09-05T01:00:53.443Z[ host-package] Compiling zeroize v1.9.0
29922026-09-05T01:00:53.443Z[ host-package] Compiling chrono v0.4.45
29932026-09-05T01:00:53.494Z[ host-package] Compiling rustix v1.1.4
29942026-09-05T01:00:53.494Z[ host-package] Compiling erased-serde v0.3.31
29952026-09-05T01:00:53.516Z[ host-package] Compiling ipnet v2.12.0
29962026-09-05T01:00:53.698Z[ host-package] Compiling icu_provider v2.1.1
29972026-09-05T01:00:53.732Z[ host-package] Compiling generic-array v0.14.7
29982026-09-05T01:00:54.003Z[ host-package] Compiling icu_properties v2.1.2
29992026-09-05T01:00:54.118Z[ host-package] Compiling icu_normalizer v2.1.1
30002026-09-05T01:00:54.169Z[ host-package] Compiling tokio v1.52.1
30012026-09-05T01:00:54.240Z[ host-package] Compiling http v1.4.2
30022026-09-05T01:00:54.374Z[ host-package] Compiling crypto-common v0.1.7
30032026-09-05T01:00:54.407Z[ host-package] Compiling block-buffer v0.10.4
30042026-09-05T01:00:54.407Z[ host-package] Compiling slog v2.8.2
30052026-09-05T01:00:54.506Z[ helios-setup] Sep 05 01:00:53.210 INFO E| Compiling darling_core v0.20.11
30062026-09-05T01:00:54.604Z[ host-package] Compiling digest v0.10.7
30072026-09-05T01:00:54.651Z[ host-package] Compiling rustls-pki-types v1.14.0
30082026-09-05T01:00:54.724Z[ host-package] Compiling terminal_size v0.4.3
30092026-09-05T01:00:54.784Z[ host-package] Compiling aws-lc-rs v1.16.3
30102026-09-05T01:00:54.965Z[ host-package] Compiling ppv-lite86 v0.2.21
30112026-09-05T01:00:55.025Z[ host-package] Compiling regex-automata v0.4.14
30122026-09-05T01:00:55.028Z[ host-package] Compiling clap_builder v4.6.0
30132026-09-05T01:00:55.125Z[ host-package] Compiling idna_adapter v1.2.1
30142026-09-05T01:00:55.157Z[ host-package] Compiling http-body v1.0.1
30152026-09-05T01:00:55.160Z[ host-package] Compiling tempfile v3.27.0
30162026-09-05T01:00:55.161Z[ host-package] Compiling der v0.7.10
30172026-09-05T01:00:55.271Z[ helios-setup] Sep 05 01:00:53.974 INFO E| Compiling serde_derive v1.0.219
30182026-09-05T01:00:55.271Z[ helios-setup] Sep 05 01:00:53.974 INFO E| Compiling thiserror-impl v2.0.12
30192026-09-05T01:00:55.300Z[ host-package] Compiling serde_urlencoded v0.7.1
30202026-09-05T01:00:55.300Z[ host-package] Compiling miniz_oxide v0.8.9
30212026-09-05T01:00:55.391Z[ host-package] Compiling idna v1.1.0
30222026-09-05T01:00:55.391Z[ host-package] Compiling rand_chacha v0.9.0
30232026-09-05T01:00:55.395Z[ host-package] Compiling http-body-util v0.1.3
30242026-09-05T01:00:55.396Z[ host-package] Compiling rand_chacha v0.3.1
30252026-09-05T01:00:55.415Z[ host-package] Compiling crc32fast v1.5.0
30262026-09-05T01:00:55.706Z[ host-package] Compiling rand v0.8.6
30272026-09-05T01:00:55.774Z[ host-package] Compiling hybrid-array v0.4.13
30282026-09-05T01:00:55.778Z[ host-package] Compiling rustls-native-certs v0.8.3
30292026-09-05T01:00:55.778Z[ host-package] Compiling futures-executor v0.3.32
30302026-09-05T01:00:55.882Z[ host-package] Compiling rand v0.9.2
30312026-09-05T01:00:55.982Z[ host-package] Compiling hex v0.4.3
30322026-09-05T01:00:56.059Z[ host-package] Compiling url v2.5.8
30332026-09-05T01:00:56.235Z[ host-package] Compiling rustls-webpki v0.103.13
30342026-09-05T01:00:56.383Z[ host-package] Compiling spki v0.7.3
30352026-09-05T01:00:56.436Z[ helios-setup] Sep 05 01:00:55.140 INFO E| Compiling darling_macro v0.20.11
30362026-09-05T01:00:56.449Z[ host-package] Compiling hubpack v0.1.2
30372026-09-05T01:00:56.522Z[ host-package] Compiling publicsuffix v2.3.0
30382026-09-05T01:00:56.579Z[ host-package] Compiling cookie v0.18.1
30392026-09-05T01:00:56.675Z[ host-package] Compiling pkcs8 v0.10.2
30402026-09-05T01:00:56.755Z[ host-package] Compiling futures v0.3.32
30412026-09-05T01:00:56.816Z[ host-package] Compiling openapiv3 v2.2.0
30422026-09-05T01:00:56.842Z[ host-package] Compiling wait-timeout v0.2.1
30432026-09-05T01:00:56.847Z[ host-package] Compiling zlib-rs v0.6.2
30442026-09-05T01:00:56.938Z[ host-package] Compiling schemars v0.8.22
30452026-09-05T01:00:56.974Z[ host-package] Compiling cookie_store v0.22.1
30462026-09-05T01:00:57.052Z[ host-package] Compiling rustls v0.23.41
30472026-09-05T01:00:57.110Z[ helios-setup] Sep 05 01:00:55.814 INFO E| Compiling darling v0.20.11
30482026-09-05T01:00:57.132Z[ host-package] Compiling clap v4.6.1
30492026-09-05T01:00:57.195Z[ helios-setup] Sep 05 01:00:55.898 INFO E| Compiling serde_with_macros v3.12.0
30502026-09-05T01:00:57.270Z[ host-package] Compiling rusty-fork v0.3.1
30512026-09-05T01:00:57.321Z[ host-package] Compiling sha2 v0.10.9
30522026-09-05T01:00:57.389Z[ host-package] Compiling rand_xorshift v0.4.0
30532026-09-05T01:00:57.439Z[ host-package] Compiling crypto-common v0.2.2
30542026-09-05T01:00:57.574Z[ host-package] Compiling block-buffer v0.12.1
30552026-09-05T01:00:57.679Z[ host-package] Compiling proptest v1.11.0
30562026-09-05T01:00:57.828Z[ host-package] Compiling signature v2.2.0
30572026-09-05T01:00:57.902Z[ host-package] Compiling lazy_static v1.5.0
30582026-09-05T01:00:57.902Z[ host-package] Compiling camino v1.2.5
30592026-09-05T01:00:58.029Z[ host-package] Compiling ipnetwork v0.21.1
30602026-09-05T01:00:58.066Z[ host-package] Compiling dof v0.4.0
30612026-09-05T01:00:58.167Z[ host-package] Compiling regex v1.12.3
30622026-09-05T01:00:58.239Z[ host-package] Compiling hmac v0.12.1
30632026-09-05T01:00:58.328Z[ host-package] Compiling dtrace-parser v0.3.0
30642026-09-05T01:00:58.451Z[ host-package] Compiling oxnet v0.1.6
30652026-09-05T01:00:58.498Z[ host-package] Compiling thread-id v5.1.0
30662026-09-05T01:00:58.634Z[ host-package] Compiling data-encoding v2.10.0
30672026-09-05T01:00:58.759Z[ host-package] Compiling memmap2 v0.9.10
30682026-09-05T01:00:58.837Z[ host-package] Compiling num-integer v0.1.46
30692026-09-05T01:00:58.968Z[ host-package] Compiling tokio-util v0.7.18
30702026-09-05T01:00:59.052Z[ host-package] Compiling tower v0.5.3
30712026-09-05T01:00:59.052Z[ host-package] Compiling usdt-impl v0.6.0
30722026-09-05T01:00:59.115Z[ host-package] Compiling flate2 v1.1.9
30732026-09-05T01:00:59.275Z[ host-package] Compiling rustix v0.38.44
30742026-09-05T01:00:59.344Z[ host-package] Compiling x509-cert v0.2.5
30752026-09-05T01:00:59.470Z[ host-package] Compiling serde_spanned v0.6.9
30762026-09-05T01:00:59.640Z[ host-package] Compiling tower-http v0.6.8
30772026-09-05T01:00:59.708Z[ host-package] Compiling usdt v0.6.0
30782026-09-05T01:00:59.869Z[ host-package] Compiling h2 v0.4.15
30792026-09-05T01:00:59.909Z[ host-package] Compiling toml_datetime v0.6.11
30802026-09-05T01:00:59.951Z[ host-package] Compiling dof v0.3.0
30812026-09-05T01:01:00.239Z[ helios-setup] Sep 05 01:00:58.942 INFO E| Compiling serde_with v3.12.0
30822026-09-05T01:01:00.263Z[ host-package] Compiling newtype-uuid v1.3.2
30832026-09-05T01:01:00.379Z[ host-package] Compiling num-iter v0.1.45
30842026-09-05T01:01:00.382Z[ host-package] Compiling bstr v1.12.1
30852026-09-05T01:01:00.579Z[ host-package] Compiling dtrace-parser v0.2.0
30862026-09-05T01:01:00.582Z[ host-package] Compiling ff v0.13.1
30872026-09-05T01:01:00.687Z[ host-package] Compiling daft v0.1.8
30882026-09-05T01:01:00.746Z[ host-package] Compiling thread-id v4.2.2
30892026-09-05T01:01:00.869Z[ host-package] Compiling tokio-rustls v0.26.4
30902026-09-05T01:01:00.929Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30912026-09-05T01:01:01.018Z[ host-package] Compiling sec1 v0.7.3
30922026-09-05T01:01:01.066Z[ host-package] Compiling digest v0.11.3
30932026-09-05T01:01:01.197Z[ host-package] Compiling usdt-impl v0.5.0
30942026-09-05T01:01:01.268Z[ host-package] Compiling group v0.13.0
30952026-09-05T01:01:01.359Z[ host-package] Compiling signal-hook v0.3.18
30962026-09-05T01:01:01.410Z[ host-package] Compiling nix v0.31.2
30972026-09-05T01:01:01.474Z[ host-package] Compiling hkdf v0.12.4
30982026-09-05T01:01:01.474Z[ host-package] Compiling serde_with v3.21.0
30992026-09-05T01:01:01.474Z[ host-package] Compiling crypto-bigint v0.5.5
31002026-09-05T01:01:01.527Z[ host-package] Compiling foreign-types-shared v0.1.1
31012026-09-05T01:01:01.767Z[ host-package] Compiling foreign-types v0.3.2
31022026-09-05T01:01:01.767Z[ host-package] Compiling ahash v0.8.12
31032026-09-05T01:01:01.812Z[ host-package] Compiling num-bigint-dig v0.8.6
31042026-09-05T01:01:01.855Z[ host-package] Compiling packed_struct v0.10.1
31052026-09-05T01:01:01.859Z[ host-package] Compiling openssl-sys v0.9.117
31062026-09-05T01:01:01.959Z[ host-package] Compiling pkcs1 v0.7.5
31072026-09-05T01:01:02.053Z[ host-package] Compiling toml_edit v0.19.15
31082026-09-05T01:01:02.144Z[ host-package] Compiling hashbrown v0.13.2
31092026-09-05T01:01:02.170Z[ host-package] Compiling serde-hex v0.1.0
31102026-09-05T01:01:02.355Z[ host-package] Compiling openssl v0.10.80
31112026-09-05T01:01:02.406Z[ host-package] Compiling bzip2 v0.4.4
31122026-09-05T01:01:02.710Z[ host-package] Compiling elliptic-curve v0.13.8
31132026-09-05T01:01:02.845Z[ host-package] Compiling signal-hook-mio v0.2.5
31142026-09-05T01:01:02.909Z[ host-package] Compiling rsa v0.9.10
31152026-09-05T01:01:02.912Z[ host-package] Compiling ron v0.8.1
31162026-09-05T01:01:03.019Z[ host-package] Compiling globset v0.4.18
31172026-09-05T01:01:03.090Z[ host-package] Compiling block-padding v0.4.2
31182026-09-05T01:01:03.158Z[ host-package] Compiling sha3 v0.10.8
31192026-09-05T01:01:03.226Z[ host-package] Compiling curve25519-dalek v4.1.3
31202026-09-05T01:01:03.339Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31212026-09-05T01:01:03.386Z[ host-package] Compiling inout v0.2.2
31222026-09-05T01:01:03.487Z[ host-package] Compiling object v0.30.4
31232026-09-05T01:01:03.724Z[ host-package] Compiling zip v0.6.6
31242026-09-05T01:01:03.774Z[ host-package] Compiling jiff v0.2.34
31252026-09-05T01:01:03.900Z[ host-package] Compiling toml v0.7.8
31262026-09-05T01:01:04.213Z[ host-package] Compiling hyper v1.10.1
31272026-09-05T01:01:04.424Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31282026-09-05T01:01:04.499Z[ host-package] Compiling cipher v0.5.2
31292026-09-05T01:01:04.530Z[ helios-setup] Sep 05 01:01:03.232 INFO E| Finished `release` profile [optimized] target(s) in 14.12s
31302026-09-05T01:01:04.547Z[ helios-setup] Sep 05 01:01:03.251 INFO building project "dmar-report" ok (14 seconds)
31312026-09-05T01:01:04.547Z[ helios-setup] Sep 05 01:01:03.251 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31322026-09-05T01:01:04.584Z[ helios-setup] Sep 05 01:01:03.287 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')"
31332026-09-05T01:01:04.584Z[ helios-setup] Sep 05 01:01:03.287 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31342026-09-05T01:01:04.584Z[ helios-setup] Sep 05 01:01:03.288 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31352026-09-05T01:01:04.601Z[ host-package] Compiling crossterm v0.28.1
31362026-09-05T01:01:04.676Z[ host-package] Compiling ed25519 v2.2.3
31372026-09-05T01:01:04.721Z[ host-package] Compiling serde-big-array v0.5.1
31382026-09-05T01:01:04.721Z[ host-package] Compiling pem v3.0.6
31392026-09-05T01:01:04.743Z[ helios-setup] Sep 05 01:01:03.447 INFO E| Updating crates.io index
31402026-09-05T01:01:04.746Z[ helios-setup] Sep 05 01:01:03.448 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31412026-09-05T01:01:04.873Z[ host-package] Compiling petgraph v0.8.3
31422026-09-05T01:01:04.895Z[ host-package] Compiling object v0.37.3
31432026-09-05T01:01:04.919Z[ host-package] Compiling ed25519-dalek v2.2.0
31442026-09-05T01:01:04.991Z[ host-package] Compiling heapless v0.7.17
31452026-09-05T01:01:05.015Z[ host-package] Compiling chacha20 v0.10.0
31462026-09-05T01:01:05.232Z[ host-package] Compiling native-tls v0.2.18
31472026-09-05T01:01:05.261Z[ host-package] Compiling byte-wrapper v0.1.0
31482026-09-05T01:01:05.317Z[ helios-setup] Sep 05 01:01:04.020 INFO E| From https://github.com/oxidecomputer/amd-apcb
31492026-09-05T01:01:05.317Z[ helios-setup] Sep 05 01:01:04.020 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31502026-09-05T01:01:05.330Z[ helios-setup] Sep 05 01:01:04.034 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31512026-09-05T01:01:05.380Z[ host-package] Compiling md-5 v0.10.6
31522026-09-05T01:01:05.403Z[ host-package] Compiling serde_plain v1.0.2
31532026-09-05T01:01:05.567Z[ host-package] Compiling tokio-native-tls v0.3.1
31542026-09-05T01:01:05.593Z[ host-package] Compiling postgres-protocol v0.6.10
31552026-09-05T01:01:05.665Z[ host-package] Compiling hyper-util v0.1.20
31562026-09-05T01:01:05.693Z[ host-package] Compiling toml_edit v0.22.27
31572026-09-05T01:01:05.701Z[ helios-setup] Sep 05 01:01:04.405 INFO E| From https://github.com/oxidecomputer/amd-efs
31582026-09-05T01:01:05.701Z[ helios-setup] Sep 05 01:01:04.406 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31592026-09-05T01:01:05.791Z[ host-package] Compiling zopfli v0.8.3
31602026-09-05T01:01:05.853Z[ host-package] Compiling smoltcp v0.9.1
31612026-09-05T01:01:05.893Z[ host-package] Compiling hickory-proto v0.25.2
31622026-09-05T01:01:05.933Z[ helios-setup] Sep 05 01:01:04.637 INFO E| Downloading crates ...
31632026-09-05T01:01:05.981Z[ helios-setup] Sep 05 01:01:04.685 INFO E| Downloaded ansi_term v0.12.1
31642026-09-05T01:01:05.988Z[ helios-setup] Sep 05 01:01:04.693 INFO E| Downloaded log v0.4.27
31652026-09-05T01:01:05.992Z[ helios-setup] Sep 05 01:01:04.694 INFO E| Downloaded parse_int v0.9.0
31662026-09-05T01:01:05.995Z[ helios-setup] Sep 05 01:01:04.697 INFO E| Downloaded modular-bitfield v0.13.1
31672026-09-05T01:01:06.006Z[ helios-setup] Sep 05 01:01:04.710 INFO E| Downloaded unic-common v0.9.0
31682026-09-05T01:01:06.011Z[ helios-setup] Sep 05 01:01:04.711 INFO E| Downloaded unic-ucd-version v0.9.0
31692026-09-05T01:01:06.011Z[ helios-setup] Sep 05 01:01:04.711 INFO E| Downloaded dyn-clone v1.0.19
31702026-09-05T01:01:06.014Z[ helios-setup] Sep 05 01:01:04.717 INFO E| Downloaded vec_map v0.8.2
31712026-09-05T01:01:06.017Z[ helios-setup] Sep 05 01:01:04.718 INFO E| Downloaded unic-ucd-ident v0.9.0
31722026-09-05T01:01:06.017Z[ helios-setup] Sep 05 01:01:04.719 INFO E| Downloaded fletcher v1.0.0
31732026-09-05T01:01:06.017Z[ helios-setup] Sep 05 01:01:04.720 INFO E| Downloaded four-cc v0.4.0
31742026-09-05T01:01:06.017Z[ helios-setup] Sep 05 01:01:04.720 INFO E| Downloaded heck v0.3.3
31752026-09-05T01:01:06.021Z[ helios-setup] Sep 05 01:01:04.725 INFO E| Downloaded unic-char-property v0.9.0
31762026-09-05T01:01:06.024Z[ helios-setup] Sep 05 01:01:04.726 INFO E| Downloaded unic-char-range v0.9.0
31772026-09-05T01:01:06.024Z[ helios-setup] Sep 05 01:01:04.727 INFO E| Downloaded strum v0.27.1
31782026-09-05T01:01:06.029Z[ helios-setup] Sep 05 01:01:04.733 INFO E| Downloaded modular-bitfield-impl v0.11.2
31792026-09-05T01:01:06.032Z[ helios-setup] Sep 05 01:01:04.734 INFO E| Downloaded rustversion v1.0.20
31802026-09-05T01:01:06.032Z[ helios-setup] Sep 05 01:01:04.735 INFO E| Downloaded strsim v0.8.0
31812026-09-05T01:01:06.035Z[ helios-setup] Sep 05 01:01:04.736 INFO E| Downloaded textwrap v0.11.0
31822026-09-05T01:01:06.038Z[ helios-setup] Sep 05 01:01:04.741 INFO E| Downloaded bytesize v2.0.1
31832026-09-05T01:01:06.038Z[ helios-setup] Sep 05 01:01:04.742 INFO E| Downloaded pest_generator v2.8.0
31842026-09-05T01:01:06.046Z[ helios-setup] Sep 05 01:01:04.750 INFO E| Downloaded strum_macros v0.27.1
31852026-09-05T01:01:06.049Z[ helios-setup] Sep 05 01:01:04.752 INFO E| Downloaded structopt-derive v0.4.18
31862026-09-05T01:01:06.049Z[ helios-setup] Sep 05 01:01:04.752 INFO E| Downloaded pest_meta v2.8.0
31872026-09-05T01:01:06.052Z[ helios-setup] Sep 05 01:01:04.754 INFO E| Downloaded modular-bitfield-impl v0.13.1
31882026-09-05T01:01:06.052Z[ helios-setup] Sep 05 01:01:04.754 INFO E| Downloaded pest_derive v2.8.0
31892026-09-05T01:01:06.055Z[ helios-setup] Sep 05 01:01:04.758 INFO E| Downloaded structopt v0.3.26
31902026-09-05T01:01:06.058Z[ helios-setup] Sep 05 01:01:04.762 INFO E| Downloaded typenum v1.18.0
31912026-09-05T01:01:06.061Z[ helios-setup] Sep 05 01:01:04.764 INFO E| Downloaded modular-bitfield v0.11.2
31922026-09-05T01:01:06.077Z[ helios-setup] Sep 05 01:01:04.781 INFO E| Downloaded zerocopy-derive v0.8.25
31932026-09-05T01:01:06.081Z[ helios-setup] Sep 05 01:01:04.785 INFO E| Downloaded pest v2.8.0
31942026-09-05T01:01:06.084Z[ helios-setup] Sep 05 01:01:04.788 INFO E| Downloaded clap v2.34.0
31952026-09-05T01:01:06.090Z[ helios-setup] Sep 05 01:01:04.792 INFO E| Downloaded goblin v0.9.3
31962026-09-05T01:01:06.093Z[ helios-setup] Sep 05 01:01:04.796 INFO E| Downloaded zerocopy v0.8.25
31972026-09-05T01:01:06.160Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling proc-macro2 v1.0.95
31982026-09-05T01:01:06.160Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling unicode-ident v1.0.18
31992026-09-05T01:01:06.160Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling memchr v2.7.4
32002026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling thiserror v2.0.12
32012026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling autocfg v1.4.0
32022026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling serde v1.0.219
32032026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling syn v1.0.109
32042026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling version_check v0.9.5
32052026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling serde_json v1.0.140
32062026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling schemars v0.8.22
32072026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling itoa v1.0.15
32082026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling ryu v1.0.20
32092026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling ucd-trie v0.1.7
32102026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling libc v0.2.172
32112026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling dyn-clone v1.0.19
32122026-09-05T01:01:06.163Z[ helios-setup] Sep 05 01:01:04.864 INFO E| Compiling zerocopy v0.8.25
32132026-09-05T01:01:06.431Z[ host-package] Compiling float-cmp v0.10.0
32142026-09-05T01:01:06.452Z[ helios-setup] Sep 05 01:01:05.156 INFO E| Compiling static_assertions v1.1.0
32152026-09-05T01:01:06.604Z[ host-package] Compiling petgraph v0.6.5
32162026-09-05T01:01:06.611Z[ helios-setup] Sep 05 01:01:05.314 INFO E| Compiling rustversion v1.0.20
32172026-09-05T01:01:06.628Z[ helios-setup] Sep 05 01:01:05.330 INFO E| Compiling paste v1.0.15
32182026-09-05T01:01:06.675Z[ host-package] Compiling predicates v3.1.4
32192026-09-05T01:01:06.745Z[ helios-setup] Sep 05 01:01:05.449 INFO E| Compiling once_cell v1.21.3
32202026-09-05T01:01:06.766Z[ helios-setup] Sep 05 01:01:05.470 INFO E| Compiling unicode-width v0.1.14
32212026-09-05T01:01:06.821Z[ host-package] Compiling zip v4.6.1
32222026-09-05T01:01:06.828Z[ helios-setup] Sep 05 01:01:05.530 INFO E| Compiling heck v0.5.0
32232026-09-05T01:01:06.884Z[ helios-setup] Sep 05 01:01:05.588 INFO E| Compiling num-traits v0.2.19
32242026-09-05T01:01:06.939Z[ helios-setup] Sep 05 01:01:05.641 INFO E| Compiling memoffset v0.9.1
32252026-09-05T01:01:07.048Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32262026-09-05T01:01:07.092Z[ helios-setup] Sep 05 01:01:05.796 INFO E| Compiling unicode-segmentation v1.12.0
32272026-09-05T01:01:07.278Z[ helios-setup] Sep 05 01:01:05.980 INFO E| Compiling textwrap v0.11.0
32282026-09-05T01:01:07.289Z[ helios-setup] Sep 05 01:01:05.993 INFO E| Compiling strsim v0.8.0
32292026-09-05T01:01:07.294Z[ helios-setup] Sep 05 01:01:05.998 INFO E| Compiling proc-macro-error-attr v1.0.4
32302026-09-05T01:01:07.375Z[ helios-setup] Sep 05 01:01:06.079 INFO E| Compiling proc-macro-error v1.0.4
32312026-09-05T01:01:07.409Z[ host-package] Compiling string_cache v0.8.9
32322026-09-05T01:01:07.430Z[ helios-setup] Sep 05 01:01:06.132 INFO E| Compiling vec_map v0.8.2
32332026-09-05T01:01:07.435Z[ helios-setup] Sep 05 01:01:06.139 INFO E| Compiling ansi_term v0.12.1
32342026-09-05T01:01:07.515Z[ helios-setup] Sep 05 01:01:06.219 INFO E| Compiling strum v0.27.1
32352026-09-05T01:01:07.622Z[ host-package] Compiling textwrap v0.16.2
32362026-09-05T01:01:07.644Z[ helios-setup] Sep 05 01:01:06.339 INFO E| Compiling byteorder v1.5.0
32372026-09-05T01:01:07.681Z[ host-package] Compiling postgres-types v0.2.12
32382026-09-05T01:01:07.686Z[ helios-setup] Sep 05 01:01:06.390 INFO E| Compiling fletcher v1.0.0
32392026-09-05T01:01:07.711Z[ helios-setup] Sep 05 01:01:06.415 INFO E| Compiling bitflags v1.3.2
32402026-09-05T01:01:07.787Z[ helios-setup] Sep 05 01:01:06.491 INFO E| Compiling unic-char-range v0.9.0
32412026-09-05T01:01:07.811Z[ helios-setup] Sep 05 01:01:06.515 INFO E| Compiling unic-common v0.9.0
32422026-09-05T01:01:07.821Z[ helios-setup] Sep 05 01:01:06.525 INFO E| Compiling lazy_static v1.5.0
32432026-09-05T01:01:07.897Z[ helios-setup] Sep 05 01:01:06.600 INFO E| Compiling heck v0.3.3
32442026-09-05T01:01:07.939Z[ helios-setup] Sep 05 01:01:06.643 INFO E| Compiling unic-char-property v0.9.0
32452026-09-05T01:01:07.960Z[ helios-setup] Sep 05 01:01:06.664 INFO E| Compiling log v0.4.27
32462026-09-05T01:01:07.976Z[ helios-setup] Sep 05 01:01:06.678 INFO E| Compiling plain v0.2.3
32472026-09-05T01:01:08.014Z[ helios-setup] Sep 05 01:01:06.718 INFO E| Compiling atty v0.2.14
32482026-09-05T01:01:08.042Z[ helios-setup] Sep 05 01:01:06.746 INFO E| Compiling bytesize v2.0.1
32492026-09-05T01:01:08.054Z[ helios-setup] Sep 05 01:01:06.757 INFO E| Compiling unic-ucd-version v0.9.0
32502026-09-05T01:01:08.081Z[ helios-setup] Sep 05 01:01:06.785 INFO E| Compiling clap v2.34.0
32512026-09-05T01:01:08.126Z[ helios-setup] Sep 05 01:01:06.830 INFO E| Compiling unic-ucd-ident v0.9.0
32522026-09-05T01:01:08.200Z[ helios-setup] Sep 05 01:01:06.903 INFO E| Compiling quote v1.0.40
32532026-09-05T01:01:08.236Z[ host-package] Compiling iddqd v0.4.2
32542026-09-05T01:01:08.438Z[ helios-setup] Sep 05 01:01:07.142 INFO E| Compiling syn v2.0.101
32552026-09-05T01:01:08.508Z[ host-package] Compiling similar v2.7.0
32562026-09-05T01:01:08.623Z[ helios-setup] Sep 05 01:01:07.327 INFO E| Compiling parse_int v0.9.0
32572026-09-05T01:01:08.651Z[ host-package] Compiling hyper-rustls v0.27.7
32582026-09-05T01:01:08.866Z[ host-package] Compiling hyper-tls v0.6.0
32592026-09-05T01:01:09.068Z[ host-package] Compiling olpc-cjson v0.1.4
32602026-09-05T01:01:09.235Z[ host-package] Compiling reqwest v0.13.2
32612026-09-05T01:01:09.307Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32622026-09-05T01:01:09.415Z[ host-package] Compiling reqwest v0.12.28
32632026-09-05T01:01:09.482Z[ host-package] Compiling backtrace v0.3.76
32642026-09-05T01:01:09.555Z[ host-package] Compiling tokio-stream v0.1.18
32652026-09-05T01:01:09.602Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32662026-09-05T01:01:09.721Z[ host-package] Compiling tokio-postgres v0.7.16
32672026-09-05T01:01:09.881Z[ host-package] Compiling fs-err v3.3.0
32682026-09-05T01:01:10.221Z[ host-package] Compiling backtrace-ext v0.2.1
32692026-09-05T01:01:10.221Z[ host-package] Compiling buf-list v1.1.2
32702026-09-05T01:01:10.523Z[ host-package] Compiling miette v7.6.0
32712026-09-05T01:01:10.570Z[ host-package] Compiling thread_local v1.1.9
32722026-09-05T01:01:10.629Z[ host-package] Compiling is-terminal v0.4.17
32732026-09-05T01:01:10.715Z[ host-package] Compiling hostname v0.3.1
32742026-09-05T01:01:10.715Z[ host-package] Compiling slog-json v2.6.1
32752026-09-05T01:01:10.903Z[ helios-setup] Sep 05 01:01:09.605 INFO E| Compiling serde_derive_internals v0.29.1
32762026-09-05T01:01:10.962Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32772026-09-05T01:01:11.027Z[ host-package] Compiling slog-term v2.9.2
32782026-09-05T01:01:11.138Z[ host-package] Compiling slog-async v2.8.0
32792026-09-05T01:01:11.141Z[ host-package] Compiling slog-bunyan v2.5.0
32802026-09-05T01:01:11.286Z[ host-package] Compiling compression-codecs v0.4.37
32812026-09-05T01:01:11.286Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32822026-09-05T01:01:11.509Z[ host-package] Compiling tough v0.22.0
32832026-09-05T01:01:11.603Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
32842026-09-05T01:01:11.633Z[ helios-setup] Sep 05 01:01:10.336 INFO E| Compiling modular-bitfield-impl v0.11.2
32852026-09-05T01:01:11.633Z[ helios-setup] Sep 05 01:01:10.336 INFO E| Compiling structopt-derive v0.4.18
32862026-09-05T01:01:11.820Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling thiserror-impl v2.0.12
32872026-09-05T01:01:11.820Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling serde_derive v1.0.219
32882026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling schemars_derive v0.8.22
32892026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling zerocopy-derive v0.8.25
32902026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling modular-bitfield-impl v0.13.1
32912026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling num-derive v0.4.2
32922026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.524 INFO E| Compiling scroll_derive v0.12.1
32932026-09-05T01:01:11.824Z[ helios-setup] Sep 05 01:01:10.525 INFO E| Compiling strum_macros v0.27.1
32942026-09-05T01:01:12.145Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32952026-09-05T01:01:12.310Z[ host-package] Compiling serde_spanned v1.1.1
32962026-09-05T01:01:12.399Z[ host-package] Compiling async-compression v0.4.41
32972026-09-05T01:01:12.402Z[ host-package] Compiling multer v3.1.0
32982026-09-05T01:01:12.402Z[ host-package] Compiling progenitor-client v0.14.0
32992026-09-05T01:01:12.480Z[ host-package] Compiling sha1 v0.11.0
33002026-09-05T01:01:12.557Z[ host-package] Compiling rustls-pemfile v2.2.0
33012026-09-05T01:01:12.811Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
33022026-09-05T01:01:13.033Z[ helios-setup] Sep 05 01:01:11.737 INFO E| Compiling scroll v0.12.0
33032026-09-05T01:01:13.127Z[ host-package] Compiling serde_path_to_error v0.1.20
33042026-09-05T01:01:13.189Z[ host-package] Compiling hostname v0.4.2
33052026-09-05T01:01:13.301Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33062026-09-05T01:01:13.304Z[ helios-setup] Sep 05 01:01:12.005 INFO E| Compiling goblin v0.9.3
33072026-09-05T01:01:13.339Z[ helios-setup] Sep 05 01:01:12.043 INFO E| Compiling structopt v0.3.26
33082026-09-05T01:01:13.401Z[ helios-setup] Sep 05 01:01:12.104 INFO E| Compiling modular-bitfield v0.11.2
33092026-09-05T01:01:13.475Z[ host-package] Compiling atomicwrites v0.4.4
33102026-09-05T01:01:13.475Z[ host-package] Compiling macaddr v1.0.1
33112026-09-05T01:01:13.575Z[ helios-setup] Sep 05 01:01:12.279 INFO E| Compiling modular-bitfield v0.13.1
33122026-09-05T01:01:13.684Z[ host-package] Compiling instant v0.1.13
33132026-09-05T01:01:13.684Z[ host-package] Compiling oxide-generation v0.1.3
33142026-09-05T01:01:13.687Z[ host-package] Compiling regress v0.10.5
33152026-09-05T01:01:13.804Z[ host-package] Compiling progenitor-extras v0.2.0
33162026-09-05T01:01:13.804Z[ host-package] Compiling parse-display v0.10.0
33172026-09-05T01:01:14.067Z[ host-package] Compiling dropshot v0.17.1
33182026-09-05T01:01:14.123Z[ host-package] Compiling half v2.7.1
33192026-09-05T01:01:14.159Z[ helios-setup] Sep 05 01:01:12.862 INFO E| Compiling pest v2.8.0
33202026-09-05T01:01:14.223Z[ host-package] Compiling heck v0.5.0
33212026-09-05T01:01:14.337Z[ host-package] Compiling regress v0.11.1
33222026-09-05T01:01:14.400Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33232026-09-05T01:01:14.407Z[ host-package] Compiling backoff v0.4.0
33242026-09-05T01:01:14.456Z[ host-package] Compiling secrecy v0.10.3
33252026-09-05T01:01:14.529Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33262026-09-05T01:01:14.637Z[ host-package] Compiling ciborium-ll v0.2.2
33272026-09-05T01:01:14.791Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33282026-09-05T01:01:14.876Z[ host-package] Compiling inout v0.1.4
33292026-09-05T01:01:15.096Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33302026-09-05T01:01:15.164Z[ host-package] Compiling ciborium v0.2.2
33312026-09-05T01:01:15.228Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33322026-09-05T01:01:15.293Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33332026-09-05T01:01:15.395Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33342026-09-05T01:01:15.560Z[ host-package] Compiling cipher v0.4.4
33352026-09-05T01:01:15.623Z[ host-package] Compiling universal-hash v0.5.1
33362026-09-05T01:01:15.683Z[ helios-setup] Sep 05 01:01:14.386 INFO E| Compiling pest_meta v2.8.0
33372026-09-05T01:01:15.701Z[ host-package] Compiling unsafe-libyaml v0.2.11
33382026-09-05T01:01:15.834Z[ host-package] Compiling chacha20 v0.9.1
33392026-09-05T01:01:15.915Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33402026-09-05T01:01:15.919Z[ host-package] Compiling blake2 v0.10.6
33412026-09-05T01:01:16.029Z[ host-package] Compiling aead v0.5.2
33422026-09-05T01:01:16.127Z[ host-package] Compiling password-hash v0.5.0
33432026-09-05T01:01:16.249Z[ host-package] Compiling typify-impl v0.6.2
33442026-09-05T01:01:16.283Z[ helios-setup] Sep 05 01:01:14.987 INFO E| Compiling pest_generator v2.8.0
33452026-09-05T01:01:16.303Z[ host-package] Compiling poly1305 v0.8.0
33462026-09-05T01:01:16.400Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33472026-09-05T01:01:16.406Z[ host-package] Compiling vsss-rs v3.3.4
33482026-09-05T01:01:16.464Z[ host-package] Compiling camino-tempfile v1.4.1
33492026-09-05T01:01:16.776Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
33502026-09-05T01:01:16.780Z[ host-package] Compiling argon2 v0.5.3
33512026-09-05T01:01:17.008Z[ host-package] Compiling heapless v0.8.0
33522026-09-05T01:01:17.169Z[ host-package] Compiling chacha20poly1305 v0.10.1
33532026-09-05T01:01:17.195Z[ helios-setup] Sep 05 01:01:15.899 INFO E| Compiling pest_derive v2.8.0
33542026-09-05T01:01:17.255Z[ host-package] Compiling ingot-types v0.2.0
33552026-09-05T01:01:17.381Z[ host-package] Compiling cobs v0.3.0
33562026-09-05T01:01:17.424Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33572026-09-05T01:01:17.676Z[ host-package] Compiling postcard v1.1.3
33582026-09-05T01:01:17.762Z[ host-package] Compiling smoltcp v0.11.0
33592026-09-05T01:01:17.844Z[ host-package] Compiling ingot v0.2.1
33602026-09-05T01:01:17.917Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33612026-09-05T01:01:17.958Z[ helios-setup] Sep 05 01:01:16.662 INFO E| Compiling json5 v0.4.1
33622026-09-05T01:01:17.967Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33632026-09-05T01:01:18.051Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33642026-09-05T01:01:18.183Z[ host-package] Compiling cstr-argument v0.1.2
33652026-09-05T01:01:18.267Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33662026-09-05T01:01:18.473Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33672026-09-05T01:01:18.496Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-09-05T01:01:18.574Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-09-05T01:01:18.577Z[ host-package] Compiling rand v0.10.1
33702026-09-05T01:01:18.688Z[ host-package] Compiling sigpipe v0.1.3
33712026-09-05T01:01:18.832Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33722026-09-05T01:01:18.903Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33732026-09-05T01:01:18.949Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33742026-09-05T01:01:19.033Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33752026-09-05T01:01:19.071Z[ helios-setup] Sep 05 01:01:17.775 INFO E| Compiling four-cc v0.4.0
33762026-09-05T01:01:19.071Z[ helios-setup] Sep 05 01:01:17.775 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33772026-09-05T01:01:19.108Z[ host-package] Compiling memmap v0.7.0
33782026-09-05T01:01:19.160Z[ host-package] Compiling zone v0.3.1
33792026-09-05T01:01:19.198Z[ helios-setup] Sep 05 01:01:17.902 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33802026-09-05T01:01:19.391Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33812026-09-05T01:01:19.468Z[ host-package] Compiling usdt v0.5.0
33822026-09-05T01:01:19.538Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33832026-09-05T01:01:19.538Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33842026-09-05T01:01:19.806Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33852026-09-05T01:01:19.874Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33862026-09-05T01:01:19.952Z[ host-package] Compiling derive-where v1.6.0
33872026-09-05T01:01:20.033Z[ host-package] Compiling bytecount v0.6.9
33882026-09-05T01:01:20.178Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33892026-09-05T01:01:20.208Z[ host-package] Compiling typify-macro v0.6.2
33902026-09-05T01:01:20.212Z[ host-package] Compiling toml v0.8.23
33912026-09-05T01:01:20.277Z[ host-package] Compiling tokio-dtrace v0.1.1
33922026-09-05T01:01:20.318Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33932026-09-05T01:01:20.505Z[ host-package] Compiling prettyplease v0.2.37
33942026-09-05T01:01:20.532Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33952026-09-05T01:01:20.567Z[ host-package] Compiling newline-converter v0.3.0
33962026-09-05T01:01:20.567Z[ host-package] Compiling gethostname v0.5.0
33972026-09-05T01:01:20.570Z[ host-package] Compiling console v0.15.11
33982026-09-05T01:01:20.738Z[ host-package] Compiling oxide-tokio-rt v0.1.4
33992026-09-05T01:01:20.738Z[ host-package] Compiling slog-dtrace v0.3.0
34002026-09-05T01:01:20.801Z[ host-package] Compiling cancel-safe-futures v0.1.5
34012026-09-05T01:01:20.952Z[ host-package] Compiling num-rational v0.4.2
34022026-09-05T01:01:21.102Z[ host-package] Compiling expectorate v1.2.0
34032026-09-05T01:01:21.259Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34042026-09-05T01:01:21.262Z[ host-package] Compiling oxide-update-engine-types v0.1.2
34052026-09-05T01:01:21.350Z[ host-package] Compiling num-complex v0.4.6
34062026-09-05T01:01:21.519Z[ host-package] Compiling resolv-conf v0.7.6
34072026-09-05T01:01:21.572Z[ host-package] Compiling match_cfg v0.1.0
34082026-09-05T01:01:21.692Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34092026-09-05T01:01:21.737Z[ host-package] Compiling compression-core v0.4.31
34102026-09-05T01:01:21.825Z[ host-package] Compiling num v0.4.3
34112026-09-05T01:01:21.909Z[ host-package] Compiling typify v0.6.2
34122026-09-05T01:01:21.978Z[ host-package] Compiling crossbeam-channel v0.5.15
34132026-09-05T01:01:22.053Z[ host-package] Compiling progenitor-impl v0.14.0
34142026-09-05T01:01:22.173Z[ host-package] Compiling take_mut v0.2.2
34152026-09-05T01:01:22.176Z[ host-package] Compiling linear-map v1.2.0
34162026-09-05T01:01:22.234Z[ host-package] Compiling float-ord v0.3.2
34172026-09-05T01:01:22.271Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
34182026-09-05T01:01:22.319Z[ host-package] Compiling term v1.2.1
34192026-09-05T01:01:22.403Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34202026-09-05T01:01:22.518Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34212026-09-05T01:01:22.623Z[ host-package] Compiling oxide-update-engine v0.1.2
34222026-09-05T01:01:23.262Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34232026-09-05T01:01:23.462Z[ host-package] Compiling async-stream v0.3.6
34242026-09-05T01:01:23.677Z[ host-package] Compiling waitgroup v0.1.2
34252026-09-05T01:01:23.866Z[ host-package] Compiling backon v1.6.0
34262026-09-05T01:01:24.079Z[ host-package] Compiling minimal-lexical v0.2.1
34272026-09-05T01:01:24.110Z[ host-package] Compiling debug-ignore v1.0.5
34282026-09-05T01:01:24.110Z[ host-package] Compiling linked-hash-map v0.5.6
34292026-09-05T01:01:24.389Z[ host-package] Compiling lru-cache v0.1.2
34302026-09-05T01:01:24.392Z[ host-package] Compiling nom v7.1.3
34312026-09-05T01:01:24.437Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34322026-09-05T01:01:24.440Z[ host-package] Compiling progenitor-macro v0.14.0
34332026-09-05T01:01:24.661Z[ host-package] Compiling itertools v0.14.0
34342026-09-05T01:01:25.335Z[ host-package] Compiling humantime v2.3.0
34352026-09-05T01:01:25.338Z[ host-package] Compiling unicode-xid v0.2.6
34362026-09-05T01:01:25.509Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34372026-09-05T01:01:25.567Z[ host-package] Compiling hickory-proto v0.24.4
34382026-09-05T01:01:25.663Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34392026-09-05T01:01:25.721Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34402026-09-05T01:01:25.800Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34412026-09-05T01:01:26.100Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34422026-09-05T01:01:26.473Z[ host-package] Compiling papergrid v0.11.0
34432026-09-05T01:01:26.530Z[ host-package] Compiling tabled_derive v0.7.0
34442026-09-05T01:01:26.681Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34452026-09-05T01:01:26.748Z[ host-package] Compiling termtree v0.5.1
34462026-09-05T01:01:26.819Z[ host-package] Compiling crossterm v0.29.0
34472026-09-05T01:01:27.001Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34482026-09-05T01:01:27.054Z[ host-package] Compiling phf_shared v0.12.1
34492026-09-05T01:01:27.104Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34502026-09-05T01:01:27.348Z[ host-package] Compiling vte v0.14.1
34512026-09-05T01:01:27.602Z[ host-package] Compiling tabled v0.15.0
34522026-09-05T01:01:27.635Z[ host-package] Compiling csv-core v0.1.13
34532026-09-05T01:01:27.699Z[ host-package] Compiling highway v1.3.0
34542026-09-05T01:01:27.750Z[ host-package] Compiling chrono-tz v0.10.4
34552026-09-05T01:01:27.987Z[ host-package] Compiling csv v1.4.0
34562026-09-05T01:01:28.156Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34572026-09-05T01:01:28.341Z[ host-package] Compiling hickory-resolver v0.24.4
34582026-09-05T01:01:28.624Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34592026-09-05T01:01:28.762Z[ host-package] Compiling progenitor v0.14.0
34602026-09-05T01:01:28.803Z[ host-package] Compiling phf v0.12.1
34612026-09-05T01:01:28.860Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34622026-09-05T01:01:28.956Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34632026-09-05T01:01:29.017Z[ host-package] Compiling const_format_proc_macros v0.2.34
34642026-09-05T01:01:29.074Z[ host-package] Compiling fd-lock v4.0.4
34652026-09-05T01:01:29.183Z[ host-package] Compiling peg-macros v0.8.5
34662026-09-05T01:01:29.244Z[ host-package] Compiling nu-ansi-term v0.50.3
34672026-09-05T01:01:29.528Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34682026-09-05T01:01:29.568Z[ host-package] Compiling reedline v0.40.0
34692026-09-05T01:01:29.708Z[ host-package] Compiling qorb v0.4.1
34702026-09-05T01:01:29.862Z[ host-package] Compiling const_format v0.2.35
34712026-09-05T01:01:29.891Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34722026-09-05T01:01:29.929Z[ host-package] Compiling bcs v0.1.6
34732026-09-05T01:01:30.236Z[ host-package] Compiling nom v8.0.0
34742026-09-05T01:01:30.465Z[ host-package] Compiling peg v0.8.5
34752026-09-05T01:01:30.504Z[ host-package] Compiling semver v0.1.20
34762026-09-05T01:01:30.707Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34772026-09-05T01:01:30.963Z[ host-package] Compiling rustc_version v0.1.7
34782026-09-05T01:01:31.023Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34792026-09-05T01:01:31.184Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34802026-09-05T01:01:31.233Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34812026-09-05T01:01:31.236Z[ host-package] Compiling newtype_derive v0.1.6
34822026-09-05T01:01:31.334Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
34832026-09-05T01:01:31.388Z[ host-package] Compiling sha1 v0.10.6
34842026-09-05T01:01:31.751Z[ host-package] Compiling utf-8 v0.7.6
34852026-09-05T01:01:31.775Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34862026-09-05T01:01:31.799Z[ host-package] Compiling tagptr v0.2.0
34872026-09-05T01:01:31.836Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34882026-09-05T01:01:31.836Z[ host-package] Compiling steno v0.4.1
34892026-09-05T01:01:31.970Z[ host-package] Compiling tungstenite v0.21.0
34902026-09-05T01:01:32.004Z[ host-package] Compiling moka v0.12.13
34912026-09-05T01:01:32.033Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34922026-09-05T01:01:32.167Z[ host-package] Compiling darling_core v0.21.3
34932026-09-05T01:01:32.211Z[ host-package] Compiling display-error-chain v0.2.2
34942026-09-05T01:01:32.281Z[ host-package] Compiling vergen-lib v0.1.6
34952026-09-05T01:01:32.384Z[ host-package] Compiling diesel_derives v2.3.7
34962026-09-05T01:01:32.643Z[ host-package] Compiling tokio-tungstenite v0.21.0
34972026-09-05T01:01:32.872Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34982026-09-05T01:01:32.953Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34992026-09-05T01:01:33.072Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35002026-09-05T01:01:33.078Z[ host-package] Compiling vergen-gitcl v1.0.8
35012026-09-05T01:01:33.078Z[ helios-setup] Sep 05 01:01:31.779 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35022026-09-05T01:01:33.108Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35032026-09-05T01:01:33.304Z[ host-package] Compiling hickory-resolver v0.25.2
35042026-09-05T01:01:33.397Z[ host-package] Compiling dirs-sys-next v0.1.2
35052026-09-05T01:01:33.425Z[ host-package] Compiling maplit v1.0.2
35062026-09-05T01:01:33.442Z[ host-package] Compiling glob v0.3.3
35072026-09-05T01:01:33.521Z[ host-package] Compiling crunchy v0.2.4
35082026-09-05T01:01:33.756Z[ host-package] Compiling dirs-next v2.0.0
35092026-09-05T01:01:33.797Z[ host-package] Compiling r2d2 v0.8.10
35102026-09-05T01:01:33.850Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35112026-09-05T01:01:33.914Z[ host-package] Compiling clang-sys v1.8.1
35122026-09-05T01:01:34.060Z[ host-package] Compiling libscf-sys v1.2.0
35132026-09-05T01:01:34.090Z[ host-package] Compiling downcast-rs v2.0.2
35142026-09-05T01:01:34.150Z[ host-package] Compiling tiny-keccak v2.0.2
35152026-09-05T01:01:34.263Z[ host-package] Compiling xshell-macros v0.2.7
35162026-09-05T01:01:34.328Z[ host-package] Compiling term v0.7.0
35172026-09-05T01:01:34.383Z[ host-package] Compiling papergrid v0.18.0
35182026-09-05T01:01:34.504Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35192026-09-05T01:01:34.552Z[ host-package] Compiling bit-vec v0.6.3
35202026-09-05T01:01:34.597Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35212026-09-05T01:01:34.676Z[ host-package] Compiling darling_macro v0.21.3
35222026-09-05T01:01:34.875Z[ host-package] Compiling xshell v0.2.7
35232026-09-05T01:01:34.949Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35242026-09-05T01:01:34.960Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35252026-09-05T01:01:35.103Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35262026-09-05T01:01:35.106Z[ host-package] Compiling bit-set v0.5.3
35272026-09-05T01:01:35.214Z[ host-package] Compiling ascii-canvas v3.0.0
35282026-09-05T01:01:35.299Z[ host-package] Compiling darling v0.21.3
35292026-09-05T01:01:35.375Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35302026-09-05T01:01:35.430Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35312026-09-05T01:01:35.501Z[ host-package] Compiling dsl_auto_type v0.2.0
35322026-09-05T01:01:35.555Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35332026-09-05T01:01:35.679Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35342026-09-05T01:01:35.732Z[ host-package] Compiling tabled v0.21.0
35352026-09-05T01:01:35.760Z[ helios-setup] Sep 05 01:01:34.464 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35362026-09-05T01:01:35.959Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35372026-09-05T01:01:35.991Z[ host-package] Compiling itertools v0.15.0
35382026-09-05T01:01:36.177Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35392026-09-05T01:01:36.367Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35402026-09-05T01:01:36.431Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35412026-09-05T01:01:36.809Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35422026-09-05T01:01:37.103Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35432026-09-05T01:01:37.313Z[ host-package] Compiling itertools v0.10.5
35442026-09-05T01:01:37.336Z[ host-package] Compiling ena v0.14.4
35452026-09-05T01:01:37.407Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35462026-09-05T01:01:37.621Z[ host-package] Compiling libloading v0.8.9
35472026-09-05T01:01:37.699Z[ host-package] Compiling diff v0.1.13
35482026-09-05T01:01:37.812Z[ host-package] Compiling unicase v2.9.0
35492026-09-05T01:01:37.932Z[ host-package] Compiling regex-syntax v0.6.29
35502026-09-05T01:01:38.027Z[ host-package] Compiling bindgen v0.71.1
35512026-09-05T01:01:38.153Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35522026-09-05T01:01:38.312Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35532026-09-05T01:01:38.429Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35542026-09-05T01:01:38.537Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35552026-09-05T01:01:38.587Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35562026-09-05T01:01:38.707Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
35572026-09-05T01:01:38.961Z[ host-package] Compiling cexpr v0.6.0
35582026-09-05T01:01:39.695Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35592026-09-05T01:01:40.028Z[ host-package] Compiling lalrpop v0.19.12
35602026-09-05T01:01:40.426Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35612026-09-05T01:01:40.481Z[ host-package] Compiling rustc-hash v2.1.1
35622026-09-05T01:01:41.063Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35632026-09-05T01:01:41.066Z[ host-package] Compiling diesel v2.3.7
35642026-09-05T01:01:41.254Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35652026-09-05T01:01:41.309Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35662026-09-05T01:01:41.397Z[ host-package] Compiling headers-core v0.3.0
35672026-09-05T01:01:41.650Z[ host-package] Compiling libxml v0.3.3
35682026-09-05T01:01:41.899Z[ host-package] Compiling crc8 v0.1.1
35692026-09-05T01:01:42.055Z[ host-package] Compiling headers v0.4.1
35702026-09-05T01:01:42.095Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35712026-09-05T01:01:42.264Z[ host-package] Compiling strum_macros v0.24.3
35722026-09-05T01:01:42.327Z[ host-package] Compiling indoc v1.0.9
35732026-09-05T01:01:42.753Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35742026-09-05T01:01:42.793Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35752026-09-05T01:01:42.890Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35762026-09-05T01:01:43.276Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35772026-09-05T01:01:43.377Z[ host-package] Compiling quick-xml v0.37.5
35782026-09-05T01:01:43.470Z[ host-package] Compiling derive_builder v0.20.2
35792026-09-05T01:01:43.681Z[ host-package] Compiling oso-derive v0.27.3
35802026-09-05T01:01:43.786Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35812026-09-05T01:01:43.860Z[ host-package] Compiling openssl-probe v0.1.6
35822026-09-05T01:01:44.118Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35832026-09-05T01:01:44.278Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35842026-09-05T01:01:44.308Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35852026-09-05T01:01:44.371Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35862026-09-05T01:01:44.413Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35872026-09-05T01:01:44.653Z[ host-package] Compiling bb8 v0.8.6
35882026-09-05T01:01:44.792Z[ host-package] Compiling filetime v0.2.27
35892026-09-05T01:01:44.960Z[ host-package] Compiling trait-variant v0.1.2
35902026-09-05T01:01:45.063Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35912026-09-05T01:01:45.063Z[ host-package] Compiling half v1.8.3
35922026-09-05T01:01:45.125Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35932026-09-05T01:01:45.271Z[ host-package] Compiling tar v0.4.46
35942026-09-05T01:01:45.334Z[ host-package] Compiling serde_cbor v0.11.2
35952026-09-05T01:01:45.468Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35962026-09-05T01:01:45.510Z[ host-package] Compiling hashbrown v0.14.5
35972026-09-05T01:01:45.556Z[ host-package] Compiling proc-macro-error2 v2.0.1
35982026-09-05T01:01:45.639Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35992026-09-05T01:01:45.841Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
36002026-09-05T01:01:45.873Z[ host-package] Compiling samael v0.0.19
36012026-09-05T01:01:45.898Z[ host-package] Compiling rfc6979 v0.4.0
36022026-09-05T01:01:45.928Z[ host-package] Compiling salty v0.3.0
36032026-09-05T01:01:46.117Z[ host-package] Compiling ecdsa v0.16.9
36042026-09-05T01:01:46.145Z[ host-package] Compiling chumsky v0.9.3
36052026-09-05T01:01:46.167Z[ host-package] Compiling knus-derive v3.4.0
36062026-09-05T01:01:46.500Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36072026-09-05T01:01:46.569Z[ host-package] Compiling primeorder v0.13.6
36082026-09-05T01:01:46.598Z[ host-package] Compiling nonempty v0.12.0
36092026-09-05T01:01:46.803Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36102026-09-05T01:01:46.897Z[ host-package] Compiling p384 v0.13.1
36112026-09-05T01:01:46.973Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36122026-09-05T01:01:47.401Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36132026-09-05T01:01:47.464Z[ host-package] Compiling fxhash v0.2.1
36142026-09-05T01:01:47.594Z[ host-package] Compiling knus v3.4.0
36152026-09-05T01:01:47.689Z[ host-package] Compiling libz-sys v1.1.24
36162026-09-05T01:01:47.821Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36172026-09-05T01:01:47.933Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36182026-09-05T01:01:47.977Z[ host-package] Compiling polar-core v0.27.3
36192026-09-05T01:01:48.030Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36202026-09-05T01:01:48.230Z[ host-package] Compiling kstat-rs v0.2.5
36212026-09-05T01:01:48.450Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36222026-09-05T01:01:48.475Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36232026-09-05T01:01:48.512Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36242026-09-05T01:01:48.534Z[ helios-setup] Sep 05 01:01:47.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.91s
36252026-09-05T01:01:48.541Z[ host-package] Compiling mime_guess v2.0.5
36262026-09-05T01:01:48.569Z[ helios-setup] Sep 05 01:01:47.273 INFO building project "amd-host-image-builder" ok (43 seconds)
36272026-09-05T01:01:48.569Z[ helios-setup] Sep 05 01:01:47.273 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36282026-09-05T01:01:48.577Z[ helios-setup] Sep 05 01:01:47.281 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
36292026-09-05T01:01:48.577Z[ helios-setup] Sep 05 01:01:47.281 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36302026-09-05T01:01:48.577Z[ helios-setup] Sep 05 01:01:47.281 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36312026-09-05T01:01:48.686Z[ helios-setup] Sep 05 01:01:47.390 INFO E| Downloading crates ...
36322026-09-05T01:01:48.736Z[ helios-setup] Sep 05 01:01:47.440 INFO E| Downloaded block-buffer v0.10.3
36332026-09-05T01:01:48.743Z[ helios-setup] Sep 05 01:01:47.447 INFO E| Downloaded anyhow v1.0.62
36342026-09-05T01:01:48.747Z[ helios-setup] Sep 05 01:01:47.451 INFO E| Downloaded cpufeatures v0.2.5
36352026-09-05T01:01:48.750Z[ helios-setup] Sep 05 01:01:47.452 INFO E| Downloaded generic-array v0.14.6
36362026-09-05T01:01:48.750Z[ helios-setup] Sep 05 01:01:47.453 INFO E| Downloaded sha2 v0.10.5
36372026-09-05T01:01:48.755Z[ helios-setup] Sep 05 01:01:47.454 INFO E| Downloaded digest v0.10.3
36382026-09-05T01:01:48.759Z[ helios-setup] Sep 05 01:01:47.463 INFO E| Downloaded typenum v1.15.0
36392026-09-05T01:01:48.769Z[ helios-setup] Sep 05 01:01:47.473 INFO E| Downloaded miniz_oxide v0.6.2
36402026-09-05T01:01:48.772Z[ helios-setup] Sep 05 01:01:47.474 INFO E| Downloaded bytes v1.2.1
36412026-09-05T01:01:48.775Z[ helios-setup] Sep 05 01:01:47.476 INFO E| Downloaded flate2 v1.0.25
36422026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling typenum v1.15.0
36432026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling version_check v0.9.4
36442026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling cfg-if v1.0.0
36452026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling crc32fast v1.3.2
36462026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling anyhow v1.0.62
36472026-09-05T01:01:48.824Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling adler v1.0.2
36482026-09-05T01:01:48.825Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling unicode-width v0.1.10
36492026-09-05T01:01:48.825Z[ helios-setup] Sep 05 01:01:47.522 INFO E| Compiling cpufeatures v0.2.5
36502026-09-05T01:01:48.828Z[ helios-setup] Sep 05 01:01:47.529 INFO E| Compiling bytes v1.2.1
36512026-09-05T01:01:48.828Z[ helios-setup] Sep 05 01:01:47.529 INFO E| Compiling bitflags v1.3.2
36522026-09-05T01:01:48.976Z[ helios-setup] Sep 05 01:01:47.680 INFO E| Compiling miniz_oxide v0.6.2
36532026-09-05T01:01:49.018Z[ helios-setup] Sep 05 01:01:47.722 INFO E| Compiling getopts v0.2.21
36542026-09-05T01:01:49.298Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36552026-09-05T01:01:49.411Z[ host-package] Compiling nanorand v0.7.0
36562026-09-05T01:01:49.415Z[ helios-setup] Sep 05 01:01:48.117 INFO E| Compiling generic-array v0.14.6
36572026-09-05T01:01:49.551Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36582026-09-05T01:01:49.900Z[ helios-setup] Sep 05 01:01:48.603 INFO E| Compiling flate2 v1.0.25
36592026-09-05T01:01:50.054Z[ host-package] Compiling parking_lot_core v0.8.6
36602026-09-05T01:01:50.120Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36612026-09-05T01:01:50.361Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36622026-09-05T01:01:50.443Z[ host-package] Compiling flume v0.11.1
36632026-09-05T01:01:50.765Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36642026-09-05T01:01:50.895Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36652026-09-05T01:01:50.954Z[ helios-setup] Sep 05 01:01:49.658 INFO E| Compiling crypto-common v0.1.6
36662026-09-05T01:01:50.954Z[ helios-setup] Sep 05 01:01:49.658 INFO E| Compiling block-buffer v0.10.3
36672026-09-05T01:01:51.074Z[ helios-setup] Sep 05 01:01:49.777 INFO E| Compiling digest v0.10.3
36682026-09-05T01:01:51.100Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36692026-09-05T01:01:51.242Z[ helios-setup] Sep 05 01:01:49.946 INFO E| Compiling sha2 v0.10.5
36702026-09-05T01:01:51.245Z[ host-package] Compiling git-stub v1.0.0
36712026-09-05T01:01:51.480Z[ helios-setup] Sep 05 01:01:50.183 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36722026-09-05T01:01:51.509Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36732026-09-05T01:01:51.550Z[ host-package] Compiling strsim v0.10.0
36742026-09-05T01:01:51.585Z[ host-package] Compiling corncobs v0.1.4
36752026-09-05T01:01:51.827Z[ host-package] Compiling http-range v0.1.5
36762026-09-05T01:01:51.867Z[ host-package] Compiling instability v0.3.11
36772026-09-05T01:01:51.965Z[ host-package] Compiling darling_core v0.13.4
36782026-09-05T01:01:52.023Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36792026-09-05T01:01:52.164Z[ host-package] Compiling git-stub-vcs v0.1.0
36802026-09-05T01:01:52.188Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36812026-09-05T01:01:52.867Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36822026-09-05T01:01:52.948Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36832026-09-05T01:01:53.007Z[ host-package] Compiling progenitor-impl v0.13.0
36842026-09-05T01:01:53.125Z[ host-package] Compiling ignore v0.4.25
36852026-09-05T01:01:53.128Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36862026-09-05T01:01:53.370Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36872026-09-05T01:01:53.724Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36882026-09-05T01:01:53.760Z[ host-package] Compiling secrecy v0.8.0
36892026-09-05T01:01:53.871Z[ helios-setup] Sep 05 01:01:52.573 INFO E| Finished `release` profile [optimized] target(s) in 5.28s
36902026-09-05T01:01:53.883Z[ helios-setup] Sep 05 01:01:52.587 INFO building project "bootserver" ok (5 seconds)
36912026-09-05T01:01:53.884Z[ helios-setup] Sep 05 01:01:52.587 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
36922026-09-05T01:01:53.895Z[ helios-setup] Sep 05 01:01:52.599 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
36932026-09-05T01:01:53.895Z[ helios-setup] Sep 05 01:01:52.599 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
36942026-09-05T01:01:53.895Z[ helios-setup] Sep 05 01:01:52.599 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
36952026-09-05T01:01:53.983Z[ host-package] Compiling anstyle-parse v0.2.7
36962026-09-05T01:01:54.009Z[ helios-setup] Sep 05 01:01:52.712 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
36972026-09-05T01:01:54.259Z[ host-package] Compiling castaway v0.2.4
36982026-09-05T01:01:54.362Z[ helios-setup] Sep 05 01:01:53.066 INFO E| From https://github.com/jclulow/hiercmd
36992026-09-05T01:01:54.362Z[ helios-setup] Sep 05 01:01:53.066 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
37002026-09-05T01:01:54.379Z[ helios-setup] Sep 05 01:01:53.083 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
37012026-09-05T01:01:54.429Z[ host-package] Compiling vergen-git2 v9.1.0
37022026-09-05T01:01:54.658Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37032026-09-05T01:01:54.687Z[ helios-setup] Sep 05 01:01:53.390 INFO E| From https://github.com/oxidecomputer/network-interface
37042026-09-05T01:01:54.687Z[ helios-setup] Sep 05 01:01:53.391 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
37052026-09-05T01:01:54.700Z[ helios-setup] Sep 05 01:01:53.403 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
37062026-09-05T01:01:54.751Z[ host-package] Compiling indoc v2.0.7
37072026-09-05T01:01:55.312Z[ helios-setup] Sep 05 01:01:54.013 INFO E| From https://github.com/oxidecomputer/boot-image-tools
37082026-09-05T01:01:55.312Z[ helios-setup] Sep 05 01:01:54.013 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
37092026-09-05T01:01:55.316Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37102026-09-05T01:01:55.330Z[ helios-setup] Sep 05 01:01:54.033 INFO E| Updating crates.io index
37112026-09-05T01:01:55.398Z[ helios-setup] Sep 05 01:01:54.101 INFO E| Downloading crates ...
37122026-09-05T01:01:55.401Z[ host-package] Compiling progenitor-macro v0.13.0
37132026-09-05T01:01:55.448Z[ helios-setup] Sep 05 01:01:54.151 INFO E| Downloaded anstyle-query v1.1.4
37142026-09-05T01:01:55.465Z[ helios-setup] Sep 05 01:01:54.168 INFO E| Downloaded futures-core v0.3.31
37152026-09-05T01:01:55.469Z[ helios-setup] Sep 05 01:01:54.169 INFO E| Downloaded env_filter v0.1.4
37162026-09-05T01:01:55.469Z[ helios-setup] Sep 05 01:01:54.171 INFO E| Downloaded crc v3.3.0
37172026-09-05T01:01:55.472Z[ helios-setup] Sep 05 01:01:54.172 INFO E| Downloaded futures-task v0.3.31
37182026-09-05T01:01:55.472Z[ helios-setup] Sep 05 01:01:54.173 INFO E| Downloaded futures-macro v0.3.31
37192026-09-05T01:01:55.492Z[ helios-setup] Sep 05 01:01:54.191 INFO E| Downloaded pin-project-lite v0.2.16
37202026-09-05T01:01:55.498Z[ helios-setup] Sep 05 01:01:54.195 INFO E| Downloaded bitfield-macros v0.19.3
37212026-09-05T01:01:55.498Z[ helios-setup] Sep 05 01:01:54.198 INFO E| Downloaded clap_lex v0.7.6
37222026-09-05T01:01:55.498Z[ helios-setup] Sep 05 01:01:54.199 INFO E| Downloaded futures-sink v0.3.31
37232026-09-05T01:01:55.501Z[ helios-setup] Sep 05 01:01:54.202 INFO E| Downloaded pin-utils v0.1.0
37242026-09-05T01:01:55.506Z[ helios-setup] Sep 05 01:01:54.209 INFO E| Downloaded futures-io v0.3.31
37252026-09-05T01:01:55.509Z[ helios-setup] Sep 05 01:01:54.213 INFO E| Downloaded simd-adler32 v0.3.7
37262026-09-05T01:01:55.525Z[ helios-setup] Sep 05 01:01:54.229 INFO E| Downloaded devinfo v0.1.0
37272026-09-05T01:01:55.529Z[ helios-setup] Sep 05 01:01:54.231 INFO E| Downloaded libdevinfo-sys v1.1.0
37282026-09-05T01:01:55.532Z[ helios-setup] Sep 05 01:01:54.236 INFO E| Downloaded zeroize_derive v1.4.2
37292026-09-05T01:01:55.539Z[ helios-setup] Sep 05 01:01:54.243 INFO E| Downloaded getopts v0.2.24
37302026-09-05T01:01:55.543Z[ helios-setup] Sep 05 01:01:54.244 INFO E| Downloaded anstyle v1.0.13
37312026-09-05T01:01:55.543Z[ helios-setup] Sep 05 01:01:54.246 INFO E| Downloaded thiserror-impl v2.0.17
37322026-09-05T01:01:55.546Z[ helios-setup] Sep 05 01:01:54.249 INFO E| Downloaded time-macros v0.2.24
37332026-09-05T01:01:55.550Z[ helios-setup] Sep 05 01:01:54.254 INFO E| Downloaded futures-executor v0.3.31
37342026-09-05T01:01:55.557Z[ helios-setup] Sep 05 01:01:54.258 INFO E| Downloaded generic-array v0.14.9
37352026-09-05T01:01:55.560Z[ helios-setup] Sep 05 01:01:54.259 INFO E| Downloaded num_enum_derive v0.7.5
37362026-09-05T01:01:55.560Z[ helios-setup] Sep 05 01:01:54.260 INFO E| Downloaded deranged v0.5.5
37372026-09-05T01:01:55.560Z[ helios-setup] Sep 05 01:01:54.261 INFO E| Downloaded bitfield v0.19.3
37382026-09-05T01:01:55.560Z[ helios-setup] Sep 05 01:01:54.262 INFO E| Downloaded base64ct v1.8.0
37392026-09-05T01:01:55.569Z[ helios-setup] Sep 05 01:01:54.273 INFO E| Downloaded zeroize v1.8.2
37402026-09-05T01:01:55.573Z[ helios-setup] Sep 05 01:01:54.274 INFO E| Downloaded slab v0.4.11
37412026-09-05T01:01:55.573Z[ helios-setup] Sep 05 01:01:54.275 INFO E| Downloaded thiserror v2.0.17
37422026-09-05T01:01:55.576Z[ helios-setup] Sep 05 01:01:54.279 INFO E| Downloaded time-core v0.1.6
37432026-09-05T01:01:55.580Z[ helios-setup] Sep 05 01:01:54.280 INFO E| Downloaded tokio-macros v2.6.0
37442026-09-05T01:01:55.580Z[ helios-setup] Sep 05 01:01:54.281 INFO E| Downloaded env_logger v0.11.8
37452026-09-05T01:01:55.583Z[ helios-setup] Sep 05 01:01:54.283 INFO E| Downloaded toml_writer v1.0.4
37462026-09-05T01:01:55.583Z[ helios-setup] Sep 05 01:01:54.284 INFO E| Downloaded quote v1.0.41
37472026-09-05T01:01:55.583Z[ helios-setup] Sep 05 01:01:54.286 INFO E| Downloaded toml_datetime v0.7.3
37482026-09-05T01:01:55.587Z[ helios-setup] Sep 05 01:01:54.289 INFO E| Downloaded signal-hook-registry v1.4.6
37492026-09-05T01:01:55.587Z[ helios-setup] Sep 05 01:01:54.290 INFO E| Downloaded toml_parser v1.0.4
37502026-09-05T01:01:55.590Z[ helios-setup] Sep 05 01:01:54.292 INFO E| Downloaded bitflags v2.10.0
37512026-09-05T01:01:55.593Z[ helios-setup] Sep 05 01:01:54.296 INFO E| Downloaded num_enum v0.7.5
37522026-09-05T01:01:55.602Z[ helios-setup] Sep 05 01:01:54.305 INFO E| Downloaded find-msvc-tools v0.1.4
37532026-09-05T01:01:55.605Z[ helios-setup] Sep 05 01:01:54.307 INFO E| Downloaded iana-time-zone v0.1.64
37542026-09-05T01:01:55.605Z[ helios-setup] Sep 05 01:01:54.308 INFO E| Downloaded unicode-ident v1.0.22
37552026-09-05T01:01:55.609Z[ helios-setup] Sep 05 01:01:54.313 INFO E| Downloaded futures-channel v0.3.31
37562026-09-05T01:01:55.612Z[ helios-setup] Sep 05 01:01:54.314 INFO E| Downloaded getrandom v0.2.16
37572026-09-05T01:01:55.616Z[ helios-setup] Sep 05 01:01:54.320 INFO E| Downloaded clap_derive v4.5.49
37582026-09-05T01:01:55.619Z[ helios-setup] Sep 05 01:01:54.322 INFO E| Downloaded term v1.2.0
37592026-09-05T01:01:55.624Z[ helios-setup] Sep 05 01:01:54.328 INFO E| Downloaded futures v0.3.31
37602026-09-05T01:01:55.628Z[ helios-setup] Sep 05 01:01:54.332 INFO E| Downloaded serde_spanned v1.0.3
37612026-09-05T01:01:55.631Z[ helios-setup] Sep 05 01:01:54.333 INFO E| Downloaded bytes v1.10.1
37622026-09-05T01:01:55.634Z[ helios-setup] Sep 05 01:01:54.336 INFO E| Downloaded clap v4.5.51
37632026-09-05T01:01:55.641Z[ helios-setup] Sep 05 01:01:54.342 INFO E| Downloaded proc-macro2 v1.0.103
37642026-09-05T01:01:55.645Z[ helios-setup] Sep 05 01:01:54.345 INFO E| Downloaded toml v0.9.8
37652026-09-05T01:01:55.645Z[ helios-setup] Sep 05 01:01:54.347 INFO E| Downloaded anyhow v1.0.100
37662026-09-05T01:01:55.648Z[ helios-setup] Sep 05 01:01:54.352 INFO E| Downloaded log v0.4.28
37672026-09-05T01:01:55.651Z[ helios-setup] Sep 05 01:01:54.354 INFO E| Downloaded socket2 v0.6.1
37682026-09-05T01:01:55.654Z[ helios-setup] Sep 05 01:01:54.356 INFO E| Downloaded flate2 v1.1.5
37692026-09-05T01:01:55.668Z[ helios-setup] Sep 05 01:01:54.372 INFO E| Downloaded typenum v1.19.0
37702026-09-05T01:01:55.673Z[ helios-setup] Sep 05 01:01:54.377 INFO E| Downloaded uuid v1.18.1
37712026-09-05T01:01:55.676Z[ helios-setup] Sep 05 01:01:54.380 INFO E| Downloaded memchr v2.7.6
37722026-09-05T01:01:55.680Z[ helios-setup] Sep 05 01:01:54.383 INFO E| Downloaded clap_builder v4.5.51
37732026-09-05T01:01:55.684Z[ helios-setup] Sep 05 01:01:54.388 INFO E| Downloaded rand v0.8.5
37742026-09-05T01:01:55.688Z[ helios-setup] Sep 05 01:01:54.390 INFO E| Downloaded zerocopy-derive v0.8.27
37752026-09-05T01:01:55.691Z[ helios-setup] Sep 05 01:01:54.395 INFO E| Downloaded rsa v0.9.8
37762026-09-05T01:01:55.695Z[ helios-setup] Sep 05 01:01:54.398 INFO E| Downloaded toml_edit v0.23.7
37772026-09-05T01:01:55.698Z[ helios-setup] Sep 05 01:01:54.401 INFO E| Downloaded indexmap v2.12.0
37782026-09-05T01:01:55.701Z[ helios-setup] Sep 05 01:01:54.405 INFO E| Downloaded iddqd v0.3.14
37792026-09-05T01:01:55.710Z[ helios-setup] Sep 05 01:01:54.413 INFO E| Downloaded mio v1.1.0
37802026-09-05T01:01:55.714Z[ helios-setup] Sep 05 01:01:54.417 INFO E| Downloaded cc v1.2.44
37812026-09-05T01:01:55.729Z[ helios-setup] Sep 05 01:01:54.433 INFO E| Downloaded num-bigint-dig v0.8.4
37822026-09-05T01:01:55.733Z[ helios-setup] Sep 05 01:01:54.437 INFO E| Downloaded time v0.3.44
37832026-09-05T01:01:55.740Z[ helios-setup] Sep 05 01:01:54.444 INFO E| Downloaded hashbrown v0.16.0
37842026-09-05T01:01:55.744Z[ helios-setup] Sep 05 01:01:54.448 INFO E| Downloaded libm v0.2.15
37852026-09-05T01:01:55.751Z[ helios-setup] Sep 05 01:01:54.455 INFO E| Downloaded serde_json v1.0.145
37862026-09-05T01:01:55.756Z[ helios-setup] Sep 05 01:01:54.460 INFO E| Downloaded futures-util v0.3.31
37872026-09-05T01:01:55.764Z[ helios-setup] Sep 05 01:01:54.468 INFO E| Downloaded winnow v0.7.13
37882026-09-05T01:01:55.786Z[ helios-setup] Sep 05 01:01:54.488 INFO E| Downloaded zerocopy v0.8.27
37892026-09-05T01:01:55.798Z[ helios-setup] Sep 05 01:01:54.501 INFO E| Downloaded chrono v0.4.42
37902026-09-05T01:01:55.802Z[ helios-setup] Sep 05 01:01:54.505 INFO E| Downloaded syn v2.0.108
37912026-09-05T01:01:55.809Z[ helios-setup] Sep 05 01:01:54.513 INFO E| Downloaded unicode-width v0.2.2
37922026-09-05T01:01:55.835Z[ helios-setup] Sep 05 01:01:54.538 INFO E| Downloaded rustix v1.1.2
37932026-09-05T01:01:55.881Z[ helios-setup] Sep 05 01:01:54.585 INFO E| Downloaded libc v0.2.177
37942026-09-05T01:01:55.907Z[ helios-setup] Sep 05 01:01:54.611 INFO E| Downloaded tokio v1.48.0
37952026-09-05T01:01:55.929Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37962026-09-05T01:01:56.042Z[ host-package] Compiling compact_str v0.8.1
37972026-09-05T01:01:56.048Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling proc-macro2 v1.0.103
37982026-09-05T01:01:56.048Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling quote v1.0.41
37992026-09-05T01:01:56.048Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling unicode-ident v1.0.22
38002026-09-05T01:01:56.052Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling libc v0.2.177
38012026-09-05T01:01:56.052Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling serde_core v1.0.228
38022026-09-05T01:01:56.052Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling cfg-if v1.0.4
38032026-09-05T01:01:56.052Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling serde v1.0.228
38042026-09-05T01:01:56.052Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling version_check v0.9.5
38052026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling autocfg v1.5.0
38062026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling const-oid v0.9.6
38072026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling typenum v1.19.0
38082026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling libm v0.2.15
38092026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.752 INFO E| Compiling zerocopy v0.8.27
38102026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.753 INFO E| Compiling rustversion v1.0.22
38112026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.753 INFO E| Compiling smallvec v1.15.1
38122026-09-05T01:01:56.053Z[ helios-setup] Sep 05 01:01:54.753 INFO E| Compiling zeroize v1.8.2
38132026-09-05T01:01:56.226Z[ host-package] Compiling globwalk v0.9.1
38142026-09-05T01:01:56.517Z[ host-package] Compiling anstream v0.6.21
38152026-09-05T01:01:56.530Z[ helios-setup] Sep 05 01:01:55.234 INFO E| Compiling base64ct v1.8.0
38162026-09-05T01:01:56.554Z[ helios-setup] Sep 05 01:01:55.256 INFO E| Compiling winnow v0.7.13
38172026-09-05T01:01:56.737Z[ helios-setup] Sep 05 01:01:55.440 INFO E| Compiling rustix v1.1.2
38182026-09-05T01:01:56.920Z[ helios-setup] Sep 05 01:01:55.621 INFO E| Compiling utf8parse v0.2.2
38192026-09-05T01:01:57.091Z[ helios-setup] Sep 05 01:01:55.793 INFO E| Compiling pem-rfc7468 v0.7.0
38202026-09-05T01:01:57.134Z[ host-package] Compiling darling_macro v0.13.4
38212026-09-05T01:01:57.202Z[ helios-setup] Sep 05 01:01:55.904 INFO E| Compiling hashbrown v0.16.0
38222026-09-05T01:01:57.209Z[ helios-setup] Sep 05 01:01:55.913 INFO E| Compiling generic-array v0.14.9
38232026-09-05T01:01:57.265Z[ helios-setup] Sep 05 01:01:55.968 INFO E| Compiling byteorder v1.5.0
38242026-09-05T01:01:57.312Z[ helios-setup] Sep 05 01:01:56.015 INFO E| Compiling memchr v2.7.6
38252026-09-05T01:01:57.429Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
38262026-09-05T01:01:57.449Z[ host-package] Compiling parking_lot v0.11.2
38272026-09-05T01:01:57.453Z[ helios-setup] Sep 05 01:01:56.156 INFO E| Compiling crc32fast v1.5.0
38282026-09-05T01:01:57.562Z[ helios-setup] Sep 05 01:01:56.266 INFO E| Compiling num-traits v0.2.19
38292026-09-05T01:01:57.574Z[ helios-setup] Sep 05 01:01:56.277 INFO E| Compiling equivalent v1.0.2
38302026-09-05T01:01:57.677Z[ helios-setup] Sep 05 01:01:56.381 INFO E| Compiling flagset v0.4.7
38312026-09-05T01:01:57.806Z[ host-package] Compiling hyper-staticfile v0.10.1
38322026-09-05T01:01:57.845Z[ helios-setup] Sep 05 01:01:56.548 INFO E| Compiling anyhow v1.0.100
38332026-09-05T01:01:57.909Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38342026-09-05T01:01:57.919Z[ helios-setup] Sep 05 01:01:56.622 INFO E| Compiling getrandom v0.2.16
38352026-09-05T01:01:58.076Z[ helios-setup] Sep 05 01:01:56.780 INFO E| Compiling errno v0.3.14
38362026-09-05T01:01:58.143Z[ helios-setup] Sep 05 01:01:56.846 INFO E| Compiling rand_core v0.6.4
38372026-09-05T01:01:58.157Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38382026-09-05T01:01:58.204Z[ helios-setup] Sep 05 01:01:56.908 INFO E| Compiling indexmap v2.12.0
38392026-09-05T01:01:58.458Z[ helios-setup] Sep 05 01:01:57.161 INFO E| Compiling anstyle-parse v0.2.7
38402026-09-05T01:01:58.471Z[ helios-setup] Sep 05 01:01:57.175 INFO E| Compiling anstyle v1.0.13
38412026-09-05T01:01:58.513Z[ helios-setup] Sep 05 01:01:57.216 INFO E| Compiling find-msvc-tools v0.1.4
38422026-09-05T01:01:58.549Z[ helios-setup] Sep 05 01:01:57.253 INFO E| Compiling cpufeatures v0.2.17
38432026-09-05T01:01:58.569Z[ helios-setup] Sep 05 01:01:57.272 INFO E| Compiling allocator-api2 v0.2.21
38442026-09-05T01:01:58.615Z[ helios-setup] Sep 05 01:01:57.319 INFO E| Compiling radium v0.7.0
38452026-09-05T01:01:58.642Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38462026-09-05T01:01:58.653Z[ helios-setup] Sep 05 01:01:57.356 INFO E| Compiling syn v2.0.108
38472026-09-05T01:01:58.659Z[ helios-setup] Sep 05 01:01:57.363 INFO E| Compiling colorchoice v1.0.4
38482026-09-05T01:01:58.808Z[ helios-setup] Sep 05 01:01:57.511 INFO E| Compiling is_terminal_polyfill v1.70.2
38492026-09-05T01:01:58.872Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38502026-09-05T01:01:58.884Z[ helios-setup] Sep 05 01:01:57.588 INFO E| Compiling toml_datetime v0.7.3
38512026-09-05T01:01:58.900Z[ helios-setup] Sep 05 01:01:57.603 INFO E| Compiling shlex v1.3.0
38522026-09-05T01:01:58.941Z[ helios-setup] Sep 05 01:01:57.645 INFO E| Compiling syn v1.0.109
38532026-09-05T01:01:58.987Z[ helios-setup] Sep 05 01:01:57.690 INFO E| Compiling toml_parser v1.0.4
38542026-09-05T01:01:58.998Z[ helios-setup] Sep 05 01:01:57.701 INFO E| Compiling anstyle-query v1.1.4
38552026-09-05T01:01:59.052Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38562026-09-05T01:01:59.132Z[ helios-setup] Sep 05 01:01:57.836 INFO E| Compiling cc v1.2.44
38572026-09-05T01:01:59.418Z[ helios-setup] Sep 05 01:01:58.121 INFO E| Compiling block-buffer v0.10.4
38582026-09-05T01:01:59.418Z[ helios-setup] Sep 05 01:01:58.122 INFO E| Compiling crypto-common v0.1.6
38592026-09-05T01:01:59.469Z[ helios-setup] Sep 05 01:01:58.173 INFO E| Compiling anstream v0.6.21
38602026-09-05T01:01:59.533Z[ helios-setup] Sep 05 01:01:58.236 INFO E| Compiling slog v2.8.2
38612026-09-05T01:01:59.544Z[ helios-setup] Sep 05 01:01:58.247 INFO E| Compiling pkg-config v0.3.32
38622026-09-05T01:01:59.627Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38632026-09-05T01:01:59.699Z[ host-package] Compiling predicates-tree v1.0.13
38642026-09-05T01:01:59.712Z[ helios-setup] Sep 05 01:01:58.416 INFO E| Compiling digest v0.10.7
38652026-09-05T01:01:59.766Z[ helios-setup] Sep 05 01:01:58.469 INFO E| Compiling pin-project-lite v0.2.16
38662026-09-05T01:01:59.930Z[ host-package] Compiling oso v0.27.3
38672026-09-05T01:02:00.000Z[ helios-setup] Sep 05 01:01:58.695 INFO E| Compiling toml_edit v0.23.7
38682026-09-05T01:02:00.012Z[ helios-setup] Sep 05 01:01:58.716 INFO E| Compiling sha2 v0.10.9
38692026-09-05T01:02:00.105Z[ helios-setup] Sep 05 01:01:58.807 INFO E| Compiling tap v1.0.1
38702026-09-05T01:02:00.172Z[ helios-setup] Sep 05 01:01:58.876 INFO E| Compiling futures-sink v0.3.31
38712026-09-05T01:02:00.260Z[ helios-setup] Sep 05 01:01:58.963 INFO E| Compiling maybe-uninit v2.0.0
38722026-09-05T01:02:00.281Z[ helios-setup] Sep 05 01:01:58.985 INFO E| Compiling unicode-width v0.2.2
38732026-09-05T01:02:00.294Z[ helios-setup] Sep 05 01:01:58.997 INFO E| Compiling futures-core v0.3.31
38742026-09-05T01:02:00.397Z[ helios-setup] Sep 05 01:01:59.101 INFO E| Compiling parking_lot_core v0.9.12
38752026-09-05T01:02:00.400Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38762026-09-05T01:02:00.509Z[ helios-setup] Sep 05 01:01:59.213 INFO E| Compiling futures-channel v0.3.31
38772026-09-05T01:02:00.559Z[ helios-setup] Sep 05 01:01:59.248 INFO E| Compiling wyz v0.5.1
38782026-09-05T01:02:00.580Z[ helios-setup] Sep 05 01:01:59.284 INFO E| Compiling ahash v0.8.12
38792026-09-05T01:02:00.909Z[ helios-setup] Sep 05 01:01:59.609 INFO E| Compiling num-integer v0.1.46
38802026-09-05T01:02:00.984Z[ helios-setup] Sep 05 01:01:59.687 INFO E| Compiling proc-macro-crate v3.4.0
38812026-09-05T01:02:00.984Z[ helios-setup] Sep 05 01:01:59.687 INFO E| Compiling getopts v0.2.24
38822026-09-05T01:02:01.029Z[ helios-setup] Sep 05 01:01:59.730 INFO E| Compiling scopeguard v1.2.0
38832026-09-05T01:02:01.119Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
38842026-09-05T01:02:01.141Z[ helios-setup] Sep 05 01:01:59.845 INFO E| Compiling bitflags v2.10.0
38852026-09-05T01:02:01.153Z[ helios-setup] Sep 05 01:01:59.856 INFO E| Compiling itoa v1.0.15
38862026-09-05T01:02:01.170Z[ helios-setup] Sep 05 01:01:59.873 INFO E| Compiling bytes v1.10.1
38872026-09-05T01:02:01.186Z[ helios-setup] Sep 05 01:01:59.890 INFO E| Compiling pin-utils v0.1.0
38882026-09-05T01:02:01.280Z[ helios-setup] Sep 05 01:01:59.983 INFO E| Compiling funty v2.0.0
38892026-09-05T01:02:01.316Z[ host-package] Compiling progenitor-client v0.13.0
38902026-09-05T01:02:01.323Z[ helios-setup] Sep 05 01:02:00.027 INFO E| Compiling packed_struct v0.10.1
38912026-09-05T01:02:01.345Z[ helios-setup] Sep 05 01:02:00.049 INFO E| Compiling futures-io v0.3.31
38922026-09-05T01:02:01.389Z[ helios-setup] Sep 05 01:02:00.093 INFO E| Compiling futures-task v0.3.31
38932026-09-05T01:02:01.396Z[ helios-setup] Sep 05 01:02:00.100 INFO E| Compiling thiserror v1.0.69
38942026-09-05T01:02:01.406Z[ helios-setup] Sep 05 01:02:00.107 INFO E| Compiling powerfmt v0.2.0
38952026-09-05T01:02:01.712Z[ helios-setup] Sep 05 01:02:00.416 INFO E| Compiling strsim v0.11.1
38962026-09-05T01:02:01.767Z[ helios-setup] Sep 05 01:02:00.470 INFO E| Compiling slab v0.4.11
38972026-09-05T01:02:01.859Z[ helios-setup] Sep 05 01:02:00.561 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
38982026-09-05T01:02:01.902Z[ host-package] Compiling unicode-truncate v1.1.0
38992026-09-05T01:02:02.021Z[ helios-setup] Sep 05 01:02:00.724 INFO E| Compiling num-conv v0.1.0
39002026-09-05T01:02:02.056Z[ helios-setup] Sep 05 01:02:00.758 INFO E| Compiling spin v0.9.8
39012026-09-05T01:02:02.098Z[ helios-setup] Sep 05 01:02:00.801 INFO E| Compiling heck v0.5.0
39022026-09-05T01:02:02.104Z[ helios-setup] Sep 05 01:02:00.808 INFO E| Compiling num-bigint-dig v0.8.4
39032026-09-05T01:02:02.115Z[ helios-setup] Sep 05 01:02:00.819 INFO E| Compiling getrandom v0.3.4
39042026-09-05T01:02:02.159Z[ helios-setup] Sep 05 01:02:00.862 INFO E| Compiling clap_lex v0.7.6
39052026-09-05T01:02:02.170Z[ helios-setup] Sep 05 01:02:00.873 INFO E| Compiling time-core v0.1.6
39062026-09-05T01:02:02.251Z[ helios-setup] Sep 05 01:02:00.954 INFO E| Compiling lazy_static v1.5.0
39072026-09-05T01:02:02.324Z[ host-package] Compiling digest-io v0.1.0
39082026-09-05T01:02:02.380Z[ helios-setup] Sep 05 01:02:01.084 INFO E| Compiling bitvec v1.0.1
39092026-09-05T01:02:02.429Z[ helios-setup] Sep 05 01:02:01.132 INFO E| Compiling deranged v0.5.5
39102026-09-05T01:02:02.459Z[ helios-setup] Sep 05 01:02:01.162 INFO E| Compiling time-macros v0.2.24
39112026-09-05T01:02:02.515Z[ host-package] Compiling sha2 v0.11.0
39122026-09-05T01:02:02.515Z[ host-package] Compiling lru v0.12.5
39132026-09-05T01:02:02.549Z[ helios-setup] Sep 05 01:02:01.253 INFO E| Compiling num-iter v0.1.45
39142026-09-05T01:02:02.704Z[ helios-setup] Sep 05 01:02:01.408 INFO E| Compiling lock_api v0.4.14
39152026-09-05T01:02:02.721Z[ helios-setup] Sep 05 01:02:01.424 INFO E| Compiling indexmap v1.9.3
39162026-09-05T01:02:02.793Z[ helios-setup] Sep 05 01:02:01.496 INFO E| Compiling terminal_size v0.4.3
39172026-09-05T01:02:02.835Z[ host-package] Compiling prefix-trie v0.7.0
39182026-09-05T01:02:02.872Z[ helios-setup] Sep 05 01:02:01.576 INFO E| Compiling iana-time-zone v0.1.64
39192026-09-05T01:02:02.973Z[ host-package] Compiling rand_seeder v0.4.0
39202026-09-05T01:02:03.017Z[ helios-setup] Sep 05 01:02:01.721 INFO E| Compiling clap_builder v4.5.51
39212026-09-05T01:02:03.153Z[ helios-setup] Sep 05 01:02:01.856 INFO E| Compiling log v0.4.28
39222026-09-05T01:02:03.166Z[ host-package] Compiling cassowary v0.3.0
39232026-09-05T01:02:03.178Z[ helios-setup] Sep 05 01:02:01.881 INFO E| Compiling crc-catalog v2.4.0
39242026-09-05T01:02:03.316Z[ helios-setup] Sep 05 01:02:02.018 INFO E| Compiling serde_json v1.0.145
39252026-09-05T01:02:03.334Z[ helios-setup] Sep 05 01:02:02.038 INFO E| Compiling adler2 v2.0.1
39262026-09-05T01:02:03.351Z[ host-package] Compiling progenitor v0.13.0
39272026-09-05T01:02:03.359Z[ helios-setup] Sep 05 01:02:02.062 INFO E| Compiling simd-adler32 v0.3.7
39282026-09-05T01:02:03.477Z[ helios-setup] Sep 05 01:02:02.180 INFO E| Compiling once_cell v1.21.3
39292026-09-05T01:02:03.514Z[ helios-setup] Sep 05 01:02:02.218 INFO E| Compiling thiserror v2.0.17
39302026-09-05T01:02:03.598Z[ helios-setup] Sep 05 01:02:02.302 INFO E| Compiling nodrop v0.1.14
39312026-09-05T01:02:03.709Z[ helios-setup] Sep 05 01:02:02.412 INFO E| Compiling miniz_oxide v0.8.9
39322026-09-05T01:02:03.779Z[ helios-setup] Sep 05 01:02:02.482 INFO E| Compiling array-init v0.0.4
39332026-09-05T01:02:03.811Z[ helios-setup] Sep 05 01:02:02.514 INFO E| Compiling env_filter v0.1.4
39342026-09-05T01:02:03.853Z[ host-package] Compiling diesel-dtrace v0.5.0
39352026-09-05T01:02:03.861Z[ helios-setup] Sep 05 01:02:02.564 INFO E| Compiling crc v3.3.0
39362026-09-05T01:02:03.868Z[ helios-setup] Sep 05 01:02:02.572 INFO E| Compiling chrono v0.4.42
39372026-09-05T01:02:04.220Z[ host-package] Compiling async-bb8-diesel v0.2.1
39382026-09-05T01:02:04.409Z[ helios-setup] Sep 05 01:02:03.112 INFO E| Compiling parking_lot v0.12.5
39392026-09-05T01:02:04.409Z[ helios-setup] Sep 05 01:02:03.112 INFO E| Compiling smallvec v0.6.14
39402026-09-05T01:02:04.476Z[ helios-setup] Sep 05 01:02:03.180 INFO E| Compiling serde_spanned v1.0.3
39412026-09-05T01:02:04.587Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39422026-09-05T01:02:04.814Z[ host-package] Compiling ratatui v0.29.0
39432026-09-05T01:02:04.917Z[ helios-setup] Sep 05 01:02:03.620 INFO E| Compiling signature v2.2.0
39442026-09-05T01:02:04.987Z[ helios-setup] Sep 05 01:02:03.690 INFO E| Compiling time v0.3.44
39452026-09-05T01:02:05.120Z[ helios-setup] Sep 05 01:02:03.824 INFO E| Compiling is-terminal v0.4.17
39462026-09-05T01:02:05.127Z[ helios-setup] Sep 05 01:02:03.831 INFO E| Compiling socket2 v0.6.1
39472026-09-05T01:02:05.150Z[ host-package] Compiling hickory-server v0.25.2
39482026-09-05T01:02:05.237Z[ helios-setup] Sep 05 01:02:03.941 INFO E| Compiling mio v1.1.0
39492026-09-05T01:02:05.289Z[ helios-setup] Sep 05 01:02:03.993 INFO E| Compiling signal-hook-registry v1.4.6
39502026-09-05T01:02:05.349Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39512026-09-05T01:02:05.383Z[ helios-setup] Sep 05 01:02:04.087 INFO E| Compiling thread_local v1.1.9
39522026-09-05T01:02:05.571Z[ helios-setup] Sep 05 01:02:04.274 INFO E| Compiling term v1.2.0
39532026-09-05T01:02:05.809Z[ helios-setup] Sep 05 01:02:04.513 INFO E| Compiling packed_struct_codegen v0.10.1
39542026-09-05T01:02:05.970Z[ helios-setup] Sep 05 01:02:04.666 INFO E| Compiling serde_derive v1.0.228
39552026-09-05T01:02:06.135Z[ host-package] Compiling camino-tempfile-ext v0.3.3
39562026-09-05T01:02:06.212Z[ helios-setup] Sep 05 01:02:04.915 INFO E| Compiling zerocopy-derive v0.8.27
39572026-09-05T01:02:06.236Z[ helios-setup] Sep 05 01:02:04.940 INFO E| Compiling der_derive v0.7.3
39582026-09-05T01:02:06.415Z[ helios-setup] Sep 05 01:02:05.119 INFO E| Compiling futures-macro v0.3.31
39592026-09-05T01:02:06.508Z[ host-package] Compiling darling v0.13.4
39602026-09-05T01:02:06.549Z[ helios-setup] Sep 05 01:02:05.253 INFO E| Compiling bitfield-macros v0.19.3
39612026-09-05T01:02:06.643Z[ helios-setup] Sep 05 01:02:05.346 INFO E| Compiling zerocopy-derive v0.6.6
39622026-09-05T01:02:06.805Z[ helios-setup] Sep 05 01:02:05.508 INFO E| Compiling clap_derive v4.5.49
39632026-09-05T01:02:06.819Z[ helios-setup] Sep 05 01:02:05.523 INFO E| Compiling thiserror-impl v1.0.69
39642026-09-05T01:02:06.901Z[ helios-setup] Sep 05 01:02:05.605 INFO E| Compiling num_enum_derive v0.7.5
39652026-09-05T01:02:07.058Z[ host-package] Compiling sled v0.34.7
39662026-09-05T01:02:07.180Z[ helios-setup] Sep 05 01:02:05.883 INFO E| Compiling thiserror-impl v2.0.17
39672026-09-05T01:02:07.339Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39682026-09-05T01:02:07.809Z[ helios-setup] Sep 05 01:02:06.512 INFO E| Compiling tokio-macros v2.6.0
39692026-09-05T01:02:08.454Z[ helios-setup] Sep 05 01:02:07.157 INFO E| Compiling futures-util v0.3.31
39702026-09-05T01:02:08.461Z[ helios-setup] Sep 05 01:02:07.165 INFO E| Compiling bitfield v0.19.3
39712026-09-05T01:02:08.620Z[ helios-setup] Sep 05 01:02:07.315 INFO E| Compiling zerocopy v0.6.6
39722026-09-05T01:02:08.701Z[ helios-setup] Sep 05 01:02:07.404 INFO E| Compiling der v0.7.10
39732026-09-05T01:02:08.708Z[ helios-setup] Sep 05 01:02:07.411 INFO E| Compiling ryu v1.0.20
39742026-09-05T01:02:08.933Z[ helios-setup] Sep 05 01:02:07.637 INFO E| Compiling base64 v0.21.7
39752026-09-05T01:02:09.041Z[ helios-setup] Sep 05 01:02:07.745 INFO E| Compiling num_enum v0.7.5
39762026-09-05T01:02:09.200Z[ helios-setup] Sep 05 01:02:07.904 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
39772026-09-05T01:02:09.222Z[ helios-setup] Sep 05 01:02:07.925 INFO E| Compiling toml_writer v1.0.4
39782026-09-05T01:02:09.287Z[ helios-setup] Sep 05 01:02:07.990 INFO E| Compiling subtle v2.6.1
39792026-09-05T01:02:09.394Z[ helios-setup] Sep 05 01:02:08.098 INFO E| Compiling hashbrown v0.12.3
39802026-09-05T01:02:09.414Z[ helios-setup] Sep 05 01:02:08.117 INFO E| Compiling winnow v0.5.40
39812026-09-05T01:02:09.447Z[ helios-setup] Sep 05 01:02:08.150 INFO E| Compiling libdevinfo-sys v1.1.0
39822026-09-05T01:02:09.596Z[ helios-setup] Sep 05 01:02:08.300 INFO E| Compiling devinfo v0.1.0
39832026-09-05T01:02:09.626Z[ helios-setup] Sep 05 01:02:08.330 INFO E| Compiling toml v0.9.8
39842026-09-05T01:02:09.646Z[ helios-setup] Sep 05 01:02:08.349 INFO E| Compiling tokio v1.48.0
39852026-09-05T01:02:09.672Z[ helios-setup] Sep 05 01:02:08.375 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39862026-09-05T01:02:10.015Z[ helios-setup] Sep 05 01:02:08.719 INFO E| Compiling bzip2 v0.4.4
39872026-09-05T01:02:10.015Z[ helios-setup] Sep 05 01:02:08.719 INFO E| Compiling flate2 v1.1.5
39882026-09-05T01:02:10.104Z[ helios-setup] Sep 05 01:02:08.807 INFO E| Compiling clap v4.5.51
39892026-09-05T01:02:10.199Z[ helios-setup] Sep 05 01:02:08.902 INFO E| Compiling uuid v1.18.1
39902026-09-05T01:02:10.291Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
39912026-09-05T01:02:10.407Z[ helios-setup] Sep 05 01:02:09.111 INFO E| Compiling env_logger v0.11.8
39922026-09-05T01:02:10.452Z[ helios-setup] Sep 05 01:02:09.155 INFO E| Compiling foldhash v0.2.0
39932026-09-05T01:02:10.649Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39942026-09-05T01:02:11.045Z[ helios-setup] Sep 05 01:02:09.625 INFO E| Compiling spki v0.7.3
39952026-09-05T01:02:11.055Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39962026-09-05T01:02:11.109Z[ helios-setup] Sep 05 01:02:09.812 INFO E| Compiling bitflags v1.3.2
39972026-09-05T01:02:11.119Z[ helios-setup] Sep 05 01:02:09.822 INFO E| Compiling rustc-hash v2.1.1
39982026-09-05T01:02:11.207Z[ helios-setup] Sep 05 01:02:09.910 INFO E| Compiling pkcs8 v0.10.2
39992026-09-05T01:02:11.239Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40002026-09-05T01:02:11.283Z[ helios-setup] Sep 05 01:02:09.986 INFO E| Compiling x509-cert v0.2.5
40012026-09-05T01:02:11.393Z[ helios-setup] Sep 05 01:02:10.096 INFO E| Compiling crc-any v2.5.0
40022026-09-05T01:02:11.483Z[ helios-setup] Sep 05 01:02:10.186 INFO E| Compiling hex v0.4.3
40032026-09-05T01:02:11.595Z[ helios-setup] Sep 05 01:02:10.297 INFO E| Compiling pkcs1 v0.7.5
40042026-09-05T01:02:11.869Z[ helios-setup] Sep 05 01:02:10.572 INFO E| Compiling iddqd v0.3.14
40052026-09-05T01:02:11.959Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40062026-09-05T01:02:11.993Z[ helios-setup] Sep 05 01:02:10.696 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
40072026-09-05T01:02:12.054Z[ helios-setup] Sep 05 01:02:10.758 INFO E| Compiling zip v0.6.6
40082026-09-05T01:02:12.798Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
40092026-09-05T01:02:13.009Z[ helios-setup] Sep 05 01:02:11.712 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
40102026-09-05T01:02:13.137Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40112026-09-05T01:02:13.300Z[ helios-setup] Sep 05 01:02:12.004 INFO E| Compiling ppv-lite86 v0.2.21
40122026-09-05T01:02:13.397Z[ helios-setup] Sep 05 01:02:12.101 INFO E| Compiling erased-serde v0.3.31
40132026-09-05T01:02:13.542Z[ helios-setup] Sep 05 01:02:12.245 INFO E| Compiling toml_datetime v0.6.11
40142026-09-05T01:02:13.545Z[ host-package] Compiling serde_with_macros v1.5.2
40152026-09-05T01:02:13.631Z[ helios-setup] Sep 05 01:02:12.334 INFO E| Compiling serde_spanned v0.6.9
40162026-09-05T01:02:13.844Z[ helios-setup] Sep 05 01:02:12.548 INFO E| Compiling rand_chacha v0.3.1
40172026-09-05T01:02:13.875Z[ helios-setup] Sep 05 01:02:12.578 INFO E| Compiling futures-executor v0.3.31
40182026-09-05T01:02:14.064Z[ helios-setup] Sep 05 01:02:12.768 INFO E| Compiling ron v0.8.1
40192026-09-05T01:02:14.188Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
40202026-09-05T01:02:14.298Z[ helios-setup] Sep 05 01:02:13.001 INFO E| Compiling rand v0.8.5
40212026-09-05T01:02:14.397Z[ helios-setup] Sep 05 01:02:13.101 INFO E| Compiling toml_edit v0.19.15
40222026-09-05T01:02:14.440Z[ helios-setup] Sep 05 01:02:13.143 INFO E| Compiling futures v0.3.31
40232026-09-05T01:02:14.538Z[ helios-setup] Sep 05 01:02:13.241 INFO E| Compiling hashbrown v0.13.2
40242026-09-05T01:02:14.545Z[ helios-setup] Sep 05 01:02:13.248 INFO E| Compiling serde-hex v0.1.0
40252026-09-05T01:02:14.685Z[ helios-setup] Sep 05 01:02:13.389 INFO E| Compiling path-slash v0.1.5
40262026-09-05T01:02:14.955Z[ helios-setup] Sep 05 01:02:13.659 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
40272026-09-05T01:02:14.982Z[ helios-setup] Sep 05 01:02:13.685 INFO E| Compiling slog-term v2.9.2
40282026-09-05T01:02:15.122Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40292026-09-05T01:02:15.463Z[ helios-setup] Sep 05 01:02:14.165 INFO E| Compiling object v0.30.4
40302026-09-05T01:02:15.466Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
40312026-09-05T01:02:15.627Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
40322026-09-05T01:02:15.825Z[ helios-setup] Sep 05 01:02:14.528 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40332026-09-05T01:02:16.081Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
40342026-09-05T01:02:16.375Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40352026-09-05T01:02:16.470Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
40362026-09-05T01:02:16.651Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40372026-09-05T01:02:16.924Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40382026-09-05T01:02:17.020Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
40392026-09-05T01:02:17.145Z[ host-package] Compiling arc-swap v1.8.2
40402026-09-05T01:02:17.379Z[ host-package] Compiling void v1.0.2
40412026-09-05T01:02:17.492Z[ helios-setup] Sep 05 01:02:16.196 INFO E| Compiling toml v0.7.8
40422026-09-05T01:02:17.668Z[ helios-setup] Sep 05 01:02:16.372 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40432026-09-05T01:02:17.716Z[ helios-setup] Sep 05 01:02:16.419 INFO E| Compiling rsa v0.9.8
40442026-09-05T01:02:17.906Z[ host-package] Compiling slog-scope v4.4.1
40452026-09-05T01:02:17.983Z[ host-package] Compiling lzss v0.8.2
40462026-09-05T01:02:18.354Z[ host-package] Compiling serde_with v1.14.0
40472026-09-05T01:02:18.357Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40482026-09-05T01:02:18.357Z[ host-package] Compiling scuffle v0.1.0
40492026-09-05T01:02:18.398Z[ host-package] Compiling tungstenite v0.23.0
40502026-09-05T01:02:18.401Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40512026-09-05T01:02:18.600Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
40522026-09-05T01:02:19.183Z[ helios-setup] Sep 05 01:02:17.887 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
40532026-09-05T01:02:19.295Z[ helios-setup] Sep 05 01:02:17.998 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
40542026-09-05T01:02:19.523Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40552026-09-05T01:02:19.859Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40562026-09-05T01:02:20.044Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
40572026-09-05T01:02:20.146Z[ host-package] Compiling git2 v0.20.4
40582026-09-05T01:02:20.275Z[ host-package] Compiling libsw-core v0.3.2
40592026-09-05T01:02:20.431Z[ host-package] Compiling nix v0.27.1
40602026-09-05T01:02:20.434Z[ host-package] Compiling twox-hash v2.1.2
40612026-09-05T01:02:20.529Z[ host-package] Compiling serde_bytes v0.11.19
40622026-09-05T01:02:20.539Z[ host-package] Compiling atty v0.2.14
40632026-09-05T01:02:21.220Z[ host-package] Compiling libsw v3.5.0
40642026-09-05T01:02:21.223Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
40652026-09-05T01:02:21.549Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
40662026-09-05T01:02:21.550Z[ host-package] Compiling tokio-tungstenite v0.23.1
40672026-09-05T01:02:21.550Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40682026-09-05T01:02:21.553Z[ host-package] Compiling slog-stdlog v4.1.1
40692026-09-05T01:02:21.553Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40702026-09-05T01:02:21.704Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40712026-09-05T01:02:21.984Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40722026-09-05T01:02:22.260Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
40732026-09-05T01:02:22.575Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40742026-09-05T01:02:22.575Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40752026-09-05T01:02:22.973Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40762026-09-05T01:02:23.129Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40772026-09-05T01:02:23.393Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40782026-09-05T01:02:23.872Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40792026-09-05T01:02:24.081Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40802026-09-05T01:02:24.350Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40812026-09-05T01:02:24.396Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40822026-09-05T01:02:24.524Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40832026-09-05T01:02:24.716Z[ helios-setup] Sep 05 01:02:23.420 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40842026-09-05T01:02:24.832Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40852026-09-05T01:02:25.025Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40862026-09-05T01:02:25.280Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40872026-09-05T01:02:25.925Z[ helios-setup] Sep 05 01:02:24.629 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
40882026-09-05T01:02:26.465Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40892026-09-05T01:02:26.839Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40902026-09-05T01:02:28.504Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40912026-09-05T01:02:28.711Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
40922026-09-05T01:02:28.750Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40932026-09-05T01:02:29.556Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40942026-09-05T01:02:29.693Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40952026-09-05T01:02:30.064Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40962026-09-05T01:02:30.260Z[ helios-setup] Sep 05 01:02:28.963 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
40972026-09-05T01:02:30.314Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
40982026-09-05T01:02:31.546Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40992026-09-05T01:02:32.201Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41002026-09-05T01:02:32.504Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41012026-09-05T01:02:32.572Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41022026-09-05T01:02:32.790Z[ host-package] Compiling signal-hook-tokio v0.3.1
41032026-09-05T01:02:33.013Z[ host-package] Compiling fatfs v0.3.6
41042026-09-05T01:02:33.222Z[ host-package] Compiling yasna v0.5.2
41052026-09-05T01:02:33.349Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41062026-09-05T01:02:34.017Z[ host-package] Compiling console v0.16.2
41072026-09-05T01:02:34.342Z[ host-package] Compiling seq-macro v0.3.6
41082026-09-05T01:02:35.044Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41092026-09-05T01:02:35.165Z[ host-package] Compiling assert_matches v1.5.0
41102026-09-05T01:02:35.308Z[ host-package] Compiling indicatif v0.18.4
41112026-09-05T01:02:35.422Z[ host-package] Compiling rcgen v0.12.1
41122026-09-05T01:02:35.492Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41132026-09-05T01:02:36.950Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41142026-09-05T01:02:39.576Z[ host-package] Compiling slog-envlogger v2.2.0
41152026-09-05T01:02:40.388Z[ host-package] Compiling oxide-update-engine-display v0.1.2
41162026-09-05T01:02:41.050Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41172026-09-05T01:02:41.139Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41182026-09-05T01:02:41.250Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41192026-09-05T01:02:41.550Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41202026-09-05T01:02:41.796Z[ host-package] Compiling port-file v0.1.0
41212026-09-05T01:02:41.844Z[ helios-setup] Sep 05 01:02:40.547 INFO E| Finished `release` profile [optimized] target(s) in 47.93s
41222026-09-05T01:02:41.844Z[ helios-setup] Sep 05 01:02:40.547 INFO E| Blocking waiting for file lock on package cache
41232026-09-05T01:02:41.893Z[ host-package] Compiling rtoolbox v0.0.3
41242026-09-05T01:02:42.138Z[ host-package] Compiling subprocess v0.2.15
41252026-09-05T01:02:42.161Z[ host-package] Compiling rpassword v7.5.4
41262026-09-05T01:02:42.453Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41272026-09-05T01:02:43.020Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-09-05T01:02:43.530Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41292026-09-05T01:02:43.674Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41302026-09-05T01:02:44.117Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41312026-09-05T01:02:44.204Z[ host-package] Compiling tui-tree-widget v0.23.1
41322026-09-05T01:02:44.503Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41332026-09-05T01:02:44.674Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
41342026-09-05T01:02:44.913Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41352026-09-05T01:02:45.248Z[ helios-setup] Sep 05 01:02:43.949 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41362026-09-05T01:02:45.248Z[ helios-setup] Sep 05 01:02:43.949 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41372026-09-05T01:02:45.308Z[ helios-setup] Sep 05 01:02:44.012 INFO building project "pilot" ok (51 seconds)
41382026-09-05T01:02:45.308Z[ helios-setup] Sep 05 01:02:44.012 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
41392026-09-05T01:02:46.025Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41402026-09-05T01:02:46.946Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41412026-09-05T01:02:47.120Z[ host-package] Compiling uzers v0.12.2
41422026-09-05T01:02:47.336Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41432026-09-05T01:02:47.440Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41442026-09-05T01:02:47.494Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41452026-09-05T01:02:47.684Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41462026-09-05T01:02:47.992Z[ host-package] Compiling support-bundle-viewer v0.1.2
41472026-09-05T01:02:48.053Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41482026-09-05T01:02:48.423Z[ host-package] Compiling multimap v0.10.1
41492026-09-05T01:02:49.338Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41502026-09-05T01:03:08.280Z[ helios-setup] Sep 05 01:03:06.983 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')"
41512026-09-05T01:03:08.284Z[ helios-setup] rm -f helios-build
41522026-09-05T01:03:08.287Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41532026-09-05T01:03:08.290Z[ helios-setup]
41542026-09-05T01:03:08.290Z[ helios-setup] Setup complete! ./helios-build is now available.
41552026-09-05T01:03:08.294Z[ helios-setup]
41562026-09-05T01:03:08.294Z[ helios-setup]
41572026-09-05T01:03:08.294Z[ helios-setup] real 3:00.149319651
41582026-09-05T01:03:08.294Z[ helios-setup] user 7:04.467891762
41592026-09-05T01:03:08.294Z[ helios-setup] sys 1:16.846790302
41602026-09-05T01:03:08.294Z[ helios-setup] trap 0.517272029
41612026-09-05T01:03:08.294Z[ helios-setup] tflt 2.302259638
41622026-09-05T01:03:08.294Z[ helios-setup] dflt 6.529478700
41632026-09-05T01:03:08.294Z[ helios-setup] kflt 0.001240390
41642026-09-05T01:03:08.294Z[ helios-setup] lock 57:39.889250446
41652026-09-05T01:03:08.294Z[ helios-setup] slp 36:05.051236460
41662026-09-05T01:03:08.294Z[ helios-setup] lat 6:37.353282549
41672026-09-05T01:03:08.294Z[ helios-setup] stop 1:30.628177978
41682026-09-05T01:03:08.294ZSep 05 01:03:06.997 INFO [helios-setup] process exited with exit status: 0 (180.152514554s)
41692026-09-05T01:03:08.294ZSep 05 01:03:06.997 INFO [helios-record] running task
41702026-09-05T01:03:08.294ZSep 05 01:03:06.997 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41712026-09-05T01:03:08.298ZSep 05 01:03:07.002 DEBG process exited with exit status: 0 (4.553115ms)
41722026-09-05T01:03:08.298ZSep 05 01:03:07.002 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41732026-09-05T01:03:08.303ZSep 05 01:03:07.006 DEBG process exited with exit status: 0 (4.755716ms)
41742026-09-05T01:03:08.303ZSep 05 01:03:07.007 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41752026-09-05T01:03:08.307ZSep 05 01:03:07.011 DEBG process exited with exit status: 0 (4.302785ms)
41762026-09-05T01:03:08.307ZSep 05 01:03:07.011 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41772026-09-05T01:03:08.311ZSep 05 01:03:07.015 DEBG process exited with exit status: 0 (4.060844ms)
41782026-09-05T01:03:08.311ZSep 05 01:03:07.015 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41792026-09-05T01:03:08.315ZSep 05 01:03:07.019 DEBG process exited with exit status: 0 (3.987285ms)
41802026-09-05T01:03:08.315ZSep 05 01:03:07.019 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41812026-09-05T01:03:08.319ZSep 05 01:03:07.023 DEBG process exited with exit status: 0 (3.879454ms)
41822026-09-05T01:03:08.319ZSep 05 01:03:07.023 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41832026-09-05T01:03:08.323ZSep 05 01:03:07.027 DEBG process exited with exit status: 0 (3.889685ms)
41842026-09-05T01:03:08.323ZSep 05 01:03:07.027 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41852026-09-05T01:03:08.327ZSep 05 01:03:07.031 DEBG process exited with exit status: 0 (4.255635ms)
41862026-09-05T01:03:08.327ZSep 05 01:03:07.031 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41872026-09-05T01:03:08.331ZSep 05 01:03:07.035 DEBG process exited with exit status: 0 (4.010024ms)
41882026-09-05T01:03:08.334ZSep 05 01:03:07.035 INFO [helios-record] task succeeded (38.346304ms)
41892026-09-05T01:03:15.015Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41902026-09-05T01:03:35.106Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41912026-09-05T01:03:49.976Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41922026-09-05T01:11:27.615Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 38s
41932026-09-05T01:11:27.619Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-09-05T01:11:27.619Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-09-05T01:12:03.821ZSep 05 01:12:02.522 INFO [host-package] process exited with exit status: 0 (674.812778361s)
41962026-09-05T01:12:03.821ZSep 05 01:12:02.522 INFO [host-libraries] running task
41972026-09-05T01:12:03.821ZSep 05 01:12:02.522 INFO [host-stamp] running task
41982026-09-05T01:12:03.825ZSep 05 01:12:02.525 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+git9fe05e014bc
41992026-09-05T01:12:03.825ZSep 05 01:12:02.525 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+git9fe05e014bc
42002026-09-05T01:12:03.825ZSep 05 01:12:02.525 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+git9fe05e014bc
42012026-09-05T01:12:03.825ZSep 05 01:12:02.525 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+git9fe05e014bc
42022026-09-05T01:12:03.825ZSep 05 01:12:02.526 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+git9fe05e014bc
42032026-09-05T01:12:03.829ZSep 05 01:12:02.526 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+git9fe05e014bc
42042026-09-05T01:12:03.829ZSep 05 01:12:02.526 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+git9fe05e014bc
42052026-09-05T01:12:03.829ZSep 05 01:12:02.526 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+git9fe05e014bc
42062026-09-05T01:12:03.837Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42072026-09-05T01:12:03.837Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42082026-09-05T01:12:03.837Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42092026-09-05T01:12:03.837Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42102026-09-05T01:12:03.837Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-05T01:12:03.838Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-05T01:12:03.838Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-05T01:12:03.838Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-05T01:12:03.841Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42152026-09-05T01:12:03.841ZSep 05 01:12:02.536 INFO [stamp-overlay] process exited with exit status: 0 (11.329623ms)
42162026-09-05T01:12:03.841Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42172026-09-05T01:12:03.841ZSep 05 01:12:02.540 INFO [stamp-oxlog] process exited with exit status: 0 (14.642597ms)
42182026-09-05T01:12:03.877Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42192026-09-05T01:12:03.880ZSep 05 01:12:02.580 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.088432ms)
42202026-09-05T01:12:03.892Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42212026-09-05T01:12:03.895ZSep 05 01:12:02.596 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (69.242309ms)
42222026-09-05T01:12:04.037Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42232026-09-05T01:12:04.049ZSep 05 01:12:02.740 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (213.884564ms)
42242026-09-05T01:12:04.114Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42252026-09-05T01:12:04.118ZSep 05 01:12:02.817 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (292.276783ms)
42262026-09-05T01:12:04.360Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42272026-09-05T01:12:04.364ZSep 05 01:12:03.065 INFO [stamp-propolis-server] process exited with exit status: 0 (538.629054ms)
42282026-09-05T01:12:04.673ZSep 05 01:12:03.374 INFO [host-libraries] task succeeded (851.879842ms)
42292026-09-05T01:12:04.676ZSep 05 01:12:03.374 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42302026-09-05T01:12:04.680Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42312026-09-05T01:12:05.780Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42322026-09-05T01:12:05.875Z[recovery-package] Compiling regress v0.11.1
42332026-09-05T01:12:05.903Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42342026-09-05T01:12:05.903Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42352026-09-05T01:12:05.945Z[recovery-package] Compiling slog-scope v4.4.1
42362026-09-05T01:12:05.945Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42372026-09-05T01:12:05.946Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42382026-09-05T01:12:05.946Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42392026-09-05T01:12:06.040Z[recovery-package] Compiling slog-stdlog v4.1.1
42402026-09-05T01:12:06.086Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42412026-09-05T01:12:06.142Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42422026-09-05T01:12:06.219Z[recovery-package] Compiling slog-envlogger v2.2.0
42432026-09-05T01:12:06.450Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42442026-09-05T01:12:06.879Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42452026-09-05T01:12:07.042Z[recovery-package] Compiling oxide-update-engine v0.1.2
42462026-09-05T01:12:07.483Z[recovery-package] Compiling typify-impl v0.6.2
42472026-09-05T01:12:08.731Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42482026-09-05T01:12:08.745ZSep 05 01:12:07.429 INFO [stamp-switch-asic] process exited with exit status: 0 (4.904861486s)
42492026-09-05T01:12:08.745ZSep 05 01:12:07.429 INFO [host-stamp] task succeeded (4.90760534s)
42502026-09-05T01:12:08.745ZSep 05 01:12:07.429 INFO [host-proto] running task
42512026-09-05T01:12:09.059ZSep 05 01:12:07.754 INFO [host-proto] task succeeded (324.86751ms)
42522026-09-05T01:12:09.059ZSep 05 01:12:07.754 INFO [host-profile] running task
42532026-09-05T01:12:09.070ZSep 05 01:12:07.755 INFO [host-profile] task succeeded (282.121µs)
42542026-09-05T01:12:09.070ZSep 05 01:12:07.755 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/.tmpI3cU64/proto/host/root -N 'ci 9fe05e0/${os_short_commit} 2026-09-05 01:00' -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/'
42552026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO Checking files for board 'cosmo-mbist-noaggr'
42562026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42572026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO Checking files for board 'cosmo'
42582026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42592026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42602026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO Checking files for board 'cosmo-mbist'
42612026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42622026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO Checking files for board 'gimlet'
42632026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42642026-09-05T01:12:09.077Z[ host-image] Sep 05 01:12:07.771 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42652026-09-05T01:12:09.083Z[ host-image] Sep 05 01:12:07.780 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpI3cU64/proto/host/root"
42662026-09-05T01:12:09.083Z[ host-image] Sep 05 01:12:07.780 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42672026-09-05T01:12:09.083Z[ host-image] Sep 05 01:12:07.781 INFO image builder template: ramdisk-01-os...
42682026-09-05T01:12:09.083Z[ host-image] Sep 05 01:12:07.781 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/.tmpI3cU64/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42692026-09-05T01:12:09.094Z[ host-image] Sep 05 01:12:07.794 INFO O| Sep 05 01:12:07.794 INFO CREATE DATASET: rpool/images/build/host/output
42702026-09-05T01:12:09.184Z[recovery-package] Compiling typify v0.6.2
42712026-09-05T01:12:09.273Z[recovery-package] Compiling progenitor-impl v0.14.0
42722026-09-05T01:12:10.287Z[ host-image] Sep 05 01:12:08.988 INFO O| Sep 05 01:12:08.988 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42732026-09-05T01:12:10.291Z[ host-image] Sep 05 01:12:08.992 INFO O| Sep 05 01:12:08.992 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42742026-09-05T01:12:10.510Z[ host-image] Sep 05 01:12:09.211 INFO O| Sep 05 01:12:09.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42752026-09-05T01:12:10.584Z[ host-image] Sep 05 01:12:09.285 INFO O| Sep 05 01:12:09.285 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42762026-09-05T01:12:10.584Z[ host-image] Sep 05 01:12:09.285 INFO O| Sep 05 01:12:09.285 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42772026-09-05T01:12:10.587Z[ host-image] Sep 05 01:12:09.285 INFO O| Sep 05 01:12:09.285 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42782026-09-05T01:12:10.587Z[ host-image] Sep 05 01:12:09.285 INFO O| Sep 05 01:12:09.285 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42792026-09-05T01:12:10.591Z[ host-image] Sep 05 01:12:09.290 INFO O| Sep 05 01:12:09.290 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42802026-09-05T01:12:10.602Z[recovery-package] Compiling progenitor v0.14.0
42812026-09-05T01:12:10.713Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42822026-09-05T01:12:10.713Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42832026-09-05T01:12:10.893Z[ host-image] Sep 05 01:12:09.594 INFO O| Sep 05 01:12:09.594 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-09-05T01:12:10.900Z[ host-image] Sep 05 01:12:09.601 INFO O| Sep 05 01:12:09.601 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42852026-09-05T01:12:11.209Z[ host-image] Sep 05 01:12:09.910 INFO O| Sep 05 01:12:09.910 INFO O| Caching catalogs ... Done
42862026-09-05T01:12:11.264Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42872026-09-05T01:12:11.283Z[ host-image] Sep 05 01:12:09.983 INFO O| Sep 05 01:12:09.983 INFO STEP 0 (pkg_image_create) COMPLETE
42882026-09-05T01:12:11.286Z[ host-image] Sep 05 01:12:09.983 INFO O| Sep 05 01:12:09.983 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42892026-09-05T01:12:11.292Z[ host-image] Sep 05 01:12:09.993 INFO O| Sep 05 01:12:09.993 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"]
42902026-09-05T01:12:11.564Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO STEP 1 (pkg_set_publisher) COMPLETE
42912026-09-05T01:12:11.564Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-09-05T01:12:11.565Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO skip step because feature "publisher_1_name" is not enabled
42932026-09-05T01:12:11.568Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-09-05T01:12:11.568Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO skip step because feature "publisher_2_name" is not enabled
42952026-09-05T01:12:11.569Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962026-09-05T01:12:11.569Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO skip step because feature "publisher_3_name" is not enabled
42972026-09-05T01:12:11.569Z[ host-image] Sep 05 01:12:10.265 INFO O| Sep 05 01:12:10.265 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42982026-09-05T01:12:11.843Z[ host-image] Sep 05 01:12:10.544 INFO O| Sep 05 01:12:10.544 INFO variant opensolaris.zone is already global
42992026-09-05T01:12:11.843Z[ host-image] Sep 05 01:12:10.544 INFO O| Sep 05 01:12:10.544 INFO STEP 5 (pkg_change_variant) COMPLETE
43002026-09-05T01:12:11.843Z[ host-image] Sep 05 01:12:10.544 INFO O| Sep 05 01:12:10.544 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43012026-09-05T01:12:12.095Z[ host-image] Sep 05 01:12:10.791 INFO O| Sep 05 01:12:10.791 INFO variant opensolaris.imagetype is full; changing to partial
43022026-09-05T01:12:12.095Z[ host-image] Sep 05 01:12:10.791 INFO O| Sep 05 01:12:10.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43032026-09-05T01:12:13.983Z[ host-image] Sep 05 01:12:12.684 INFO O| Sep 05 01:12:12.684 INFO O| Startup: Refreshing catalog 'helios' ... Done
43042026-09-05T01:12:14.437Z[ host-image] Sep 05 01:12:13.138 INFO O| Sep 05 01:12:13.138 INFO O| Startup: Caching catalogs ... Done
43052026-09-05T01:12:14.453Z[ host-image] Sep 05 01:12:13.153 INFO O| Sep 05 01:12:13.153 INFO O| Planning: Planning completed in 0.00 seconds
43062026-09-05T01:12:14.456Z[ host-image] Sep 05 01:12:13.154 INFO O| Sep 05 01:12:13.154 INFO O| Planning: Consolidating action changes ... Done
43072026-09-05T01:12:14.456Z[ host-image] Sep 05 01:12:13.154 INFO O| Sep 05 01:12:13.154 INFO O| Planning: Evaluating mediators ... Done
43082026-09-05T01:12:14.456Z[ host-image] Sep 05 01:12:13.154 INFO O| Sep 05 01:12:13.154 INFO O| Planning: Planning completed in 0.00 seconds
43092026-09-05T01:12:14.456Z[ host-image] Sep 05 01:12:13.154 INFO O| Sep 05 01:12:13.154 INFO O| Variants/Facets to change: 1
43102026-09-05T01:12:14.462Z[ host-image] Sep 05 01:12:13.163 INFO O| Sep 05 01:12:13.163 INFO O| Finalize: Updating package state database ... Done
43112026-09-05T01:12:14.462Z[ host-image] Sep 05 01:12:13.163 INFO O| Sep 05 01:12:13.163 INFO O| Finalize: Updating package cache ... Done
43122026-09-05T01:12:14.541Z[ host-image] Sep 05 01:12:13.242 INFO O| Sep 05 01:12:13.242 INFO O| Finalize: Updating image state ... Done
43132026-09-05T01:12:14.553Z[ host-image] Sep 05 01:12:13.254 INFO O| Sep 05 01:12:13.254 INFO O| Finalize: Creating fast lookup database ... Done
43142026-09-05T01:12:14.558Z[ host-image] Sep 05 01:12:13.254 INFO O| Sep 05 01:12:13.254 INFO O| Finalize: Reading search index ... Done
43152026-09-05T01:12:14.558Z[ host-image] Sep 05 01:12:13.255 INFO O| Sep 05 01:12:13.254 INFO O| Finalize: Updating search index ... Done
43162026-09-05T01:12:14.558Z[ host-image] Sep 05 01:12:13.255 INFO O| Sep 05 01:12:13.255 INFO O| Finalize: Updating package cache ... Done
43172026-09-05T01:12:14.752Z[ host-image] Sep 05 01:12:13.453 INFO O| Sep 05 01:12:13.453 INFO STEP 6 (pkg_change_variant) COMPLETE
43182026-09-05T01:12:14.752Z[ host-image] Sep 05 01:12:13.453 INFO O| Sep 05 01:12:13.453 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43192026-09-05T01:12:14.752Z[ host-image] Sep 05 01:12:13.453 INFO O| Sep 05 01:12:13.453 INFO skip step because feature "debug_variant" is not enabled
43202026-09-05T01:12:14.755Z[ host-image] Sep 05 01:12:13.453 INFO O| Sep 05 01:12:13.453 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43212026-09-05T01:12:14.996Z[ host-image] Sep 05 01:12:13.697 INFO O| Sep 05 01:12:13.697 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43222026-09-05T01:12:16.800Z[ host-image] Sep 05 01:12:15.501 INFO O| Sep 05 01:12:15.501 INFO O| Startup: Refreshing catalog 'helios' ... Done
43232026-09-05T01:12:17.077Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43242026-09-05T01:12:17.249Z[ host-image] Sep 05 01:12:15.950 INFO O| Sep 05 01:12:15.950 INFO O| Startup: Caching catalogs ... Done
43252026-09-05T01:12:17.265Z[ host-image] Sep 05 01:12:15.966 INFO O| Sep 05 01:12:15.966 INFO O| Planning: Planning completed in 0.00 seconds
43262026-09-05T01:12:17.268Z[ host-image] Sep 05 01:12:15.967 INFO O| Sep 05 01:12:15.967 INFO O| Planning: Consolidating action changes ... Done
43272026-09-05T01:12:17.268Z[ host-image] Sep 05 01:12:15.967 INFO O| Sep 05 01:12:15.967 INFO O| Planning: Evaluating mediators ... Done
43282026-09-05T01:12:17.269Z[ host-image] Sep 05 01:12:15.967 INFO O| Sep 05 01:12:15.967 INFO O| Planning: Planning completed in 0.00 seconds
43292026-09-05T01:12:17.269Z[ host-image] Sep 05 01:12:15.967 INFO O| Sep 05 01:12:15.967 INFO O| Variants/Facets to change: 1
43302026-09-05T01:12:17.275Z[ host-image] Sep 05 01:12:15.976 INFO O| Sep 05 01:12:15.976 INFO O| Finalize: Updating package state database ... Done
43312026-09-05T01:12:17.278Z[ host-image] Sep 05 01:12:15.976 INFO O| Sep 05 01:12:15.976 INFO O| Finalize: Updating package cache ... Done
43322026-09-05T01:12:17.350Z[ host-image] Sep 05 01:12:16.051 INFO O| Sep 05 01:12:16.051 INFO O| Finalize: Updating image state ... Done
43332026-09-05T01:12:17.367Z[ host-image] Sep 05 01:12:16.068 INFO O| Sep 05 01:12:16.068 INFO O| Finalize: Creating fast lookup database ... Done
43342026-09-05T01:12:17.370Z[ host-image] Sep 05 01:12:16.069 INFO O| Sep 05 01:12:16.069 INFO O| Finalize: Reading search index ... Done
43352026-09-05T01:12:17.370Z[ host-image] Sep 05 01:12:16.069 INFO O| Sep 05 01:12:16.069 INFO O| Finalize: Updating search index ... Done
43362026-09-05T01:12:17.370Z[ host-image] Sep 05 01:12:16.070 INFO O| Sep 05 01:12:16.070 INFO O| Finalize: Updating package cache ... Done
43372026-09-05T01:12:17.659Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO STEP 8 (pkg_change_facet) COMPLETE
43382026-09-05T01:12:17.659Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43392026-09-05T01:12:17.659Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO skip step because feature "recovery" is not enabled
43402026-09-05T01:12:17.663Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43412026-09-05T01:12:17.663Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO skip step because feature "recovery" is not enabled
43422026-09-05T01:12:17.663Z[ host-image] Sep 05 01:12:16.360 INFO O| Sep 05 01:12:16.360 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43432026-09-05T01:12:17.667Z[ host-image] Sep 05 01:12:16.368 INFO O| Sep 05 01:12:16.368 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"]
43442026-09-05T01:12:18.057Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43452026-09-05T01:12:18.061Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43462026-09-05T01:12:19.519Z[ host-image] Sep 05 01:12:18.220 INFO O| Sep 05 01:12:18.220 INFO O| Startup: Refreshing catalog 'helios' ... Done
43472026-09-05T01:12:19.975Z[ host-image] Sep 05 01:12:18.675 INFO O| Sep 05 01:12:18.675 INFO O| Startup: Caching catalogs ... Done
43482026-09-05T01:12:20.269Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43492026-09-05T01:12:20.269Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43502026-09-05T01:12:21.311Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43512026-09-05T01:12:21.894Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43522026-09-05T01:12:22.709Z[ host-image] Sep 05 01:12:21.409 INFO O| Sep 05 01:12:21.409 INFO O| Planning: Solver setup ... Done
43532026-09-05T01:12:23.002Z[ host-image] Sep 05 01:12:21.703 INFO O| Sep 05 01:12:21.703 INFO O| Planning: Running solver ... Done
43542026-09-05T01:12:23.056Z[ host-image] Sep 05 01:12:21.756 INFO O| Sep 05 01:12:21.756 INFO O| Planning: Finding local manifests ... Done
43552026-09-05T01:12:23.074Z[ host-image] Sep 05 01:12:21.775 INFO O| Sep 05 01:12:21.775 INFO O| Planning: Fetching manifests: 0/130 0% complete
43562026-09-05T01:12:24.750Z[ host-image] Sep 05 01:12:23.451 INFO O| Sep 05 01:12:23.451 INFO O| Planning: Fetching manifests: 130/130 100% complete
43572026-09-05T01:12:25.224Z[ host-image] Sep 05 01:12:23.924 INFO O| Sep 05 01:12:23.924 INFO O| Planning: Package planning ... Done
43582026-09-05T01:12:25.540Z[ host-image] Sep 05 01:12:24.241 INFO O| Sep 05 01:12:24.241 INFO O| Planning: Merging actions ... Done
43592026-09-05T01:12:25.640Z[ host-image] Sep 05 01:12:24.341 INFO O| Sep 05 01:12:24.341 INFO O| Planning: Checking for conflicting actions ... Done
43602026-09-05T01:12:25.740Z[ host-image] Sep 05 01:12:24.441 INFO O| Sep 05 01:12:24.441 INFO O| Planning: Consolidating action changes ... Done
43612026-09-05T01:12:26.082Z[ host-image] Sep 05 01:12:24.783 INFO O| Sep 05 01:12:24.783 INFO O| Planning: Evaluating mediators ... Done
43622026-09-05T01:12:27.520Z[ host-image] Sep 05 01:12:26.221 INFO O| Sep 05 01:12:26.221 INFO O| Planning: Planning completed in 7.53 seconds
43632026-09-05T01:12:27.524Z[ host-image] Sep 05 01:12:26.223 INFO O| Sep 05 01:12:26.223 INFO O| Packages to install: 130
43642026-09-05T01:12:27.524Z[ host-image] Sep 05 01:12:26.223 INFO O| Sep 05 01:12:26.223 INFO O| Mediators to change: 5
43652026-09-05T01:12:27.524Z[ host-image] Sep 05 01:12:26.223 INFO O| Sep 05 01:12:26.223 INFO O| Services to change: 6
43662026-09-05T01:12:27.550Z[ host-image] Sep 05 01:12:26.251 INFO O| Sep 05 01:12:26.251 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43672026-09-05T01:12:32.554Z[ host-image] Sep 05 01:12:31.254 INFO O| Sep 05 01:12:31.254 INFO O| Download: 13188/23891 items 119.7/223.0MB 53% complete (24.1M/s)
43682026-09-05T01:12:36.720Z[ host-image] Sep 05 01:12:35.420 INFO O| Sep 05 01:12:35.420 INFO O| Download: Completed 223.04 MB in 9.17 seconds (24.3M/s)
43692026-09-05T01:12:37.789Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.97s
43702026-09-05T01:12:38.361Z[ host-image] Sep 05 01:12:37.057 INFO O| Sep 05 01:12:37.057 INFO O| Actions: 1/54206 actions (Installing new actions)
43712026-09-05T01:12:39.487ZSep 05 01:12:38.187 INFO [recovery-package] process exited with exit status: 0 (34.813571522s)
43722026-09-05T01:12:39.487ZSep 05 01:12:38.188 INFO [recovery-libraries] running task
43732026-09-05T01:12:39.487ZSep 05 01:12:38.188 INFO [recovery-stamp] running task
43742026-09-05T01:12:39.490ZSep 05 01:12:38.188 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+git9fe05e014bc
43752026-09-05T01:12:39.490ZSep 05 01:12:38.188 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git9fe05e014bc
43762026-09-05T01:12:39.493Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43772026-09-05T01:12:39.496Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43782026-09-05T01:12:39.508ZSep 05 01:12:38.209 INFO [recovery-libraries] task succeeded (21.888275ms)
43792026-09-05T01:12:39.513ZSep 05 01:12:38.209 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43802026-09-05T01:12:39.527Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43812026-09-05T01:12:39.530ZSep 05 01:12:38.231 INFO [stamp-installinator] process exited with exit status: 0 (42.514629ms)
43822026-09-05T01:12:39.641Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43832026-09-05T01:12:39.644ZSep 05 01:12:38.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (157.383159ms)
43842026-09-05T01:12:39.644ZSep 05 01:12:38.345 INFO [recovery-stamp] task succeeded (157.76718ms)
43852026-09-05T01:12:39.644ZSep 05 01:12:38.345 INFO [recovery-proto] running task
43862026-09-05T01:12:39.644ZSep 05 01:12:38.345 INFO [tuf-stamp] running task
43872026-09-05T01:12:39.648ZSep 05 01:12:38.346 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+git9fe05e014bc
43882026-09-05T01:12:39.648ZSep 05 01:12:38.346 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+git9fe05e014bc
43892026-09-05T01:12:39.648ZSep 05 01:12:38.346 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+git9fe05e014bc
43902026-09-05T01:12:39.648ZSep 05 01:12:38.347 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+git9fe05e014bc
43912026-09-05T01:12:39.648ZSep 05 01:12:38.347 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+git9fe05e014bc
43922026-09-05T01:12:39.648ZSep 05 01:12:38.348 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+git9fe05e014bc
43932026-09-05T01:12:39.648ZSep 05 01:12:38.348 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+git9fe05e014bc
43942026-09-05T01:12:39.648ZSep 05 01:12:38.349 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+git9fe05e014bc
43952026-09-05T01:12:39.648ZSep 05 01:12:38.349 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+git9fe05e014bc
43962026-09-05T01:12:39.651ZSep 05 01:12:38.349 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+git9fe05e014bc
43972026-09-05T01:12:39.651ZSep 05 01:12:38.349 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+git9fe05e014bc
43982026-09-05T01:12:39.651ZSep 05 01:12:38.349 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+git9fe05e014bc
43992026-09-05T01:12:39.654Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44002026-09-05T01:12:39.654Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44012026-09-05T01:12:39.654Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44022026-09-05T01:12:39.654Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44032026-09-05T01:12:39.654Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44042026-09-05T01:12:39.654Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-05T01:12:39.654Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-05T01:12:39.657Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-05T01:12:39.657Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-05T01:12:39.657Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-05T01:12:39.657Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-05T01:12:39.657Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44112026-09-05T01:12:39.702Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44122026-09-05T01:12:39.705ZSep 05 01:12:38.407 INFO [stamp-probe] process exited with exit status: 0 (57.933656ms)
44132026-09-05T01:12:39.739ZSep 05 01:12:38.440 INFO [recovery-proto] task succeeded (94.258128ms)
44142026-09-05T01:12:39.742ZSep 05 01:12:38.440 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/.tmpI3cU64/proto/recovery/root -N 'recovery 9fe05e0/${os_short_commit} 2026-09-05 01:00' -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/'
44152026-09-05T01:12:39.746Z[ recovery-image] Sep 05 01:12:38.447 INFO Checking files for board 'cosmo'
44162026-09-05T01:12:39.746Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44172026-09-05T01:12:39.746Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44182026-09-05T01:12:39.746Z[ recovery-image] Sep 05 01:12:38.447 INFO Checking files for board 'gimlet'
44192026-09-05T01:12:39.749Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44202026-09-05T01:12:39.749Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44212026-09-05T01:12:39.749Z[ recovery-image] Sep 05 01:12:38.447 INFO Checking files for board 'cosmo-mbist'
44222026-09-05T01:12:39.750Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44232026-09-05T01:12:39.750Z[ recovery-image] Sep 05 01:12:38.447 INFO Checking files for board 'cosmo-mbist-noaggr'
44242026-09-05T01:12:39.750Z[ recovery-image] Sep 05 01:12:38.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44252026-09-05T01:12:39.756Z[ recovery-image] Sep 05 01:12:38.457 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpI3cU64/proto/recovery/root"
44262026-09-05T01:12:39.759Z[ recovery-image] Sep 05 01:12:38.457 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44272026-09-05T01:12:39.759Z[ recovery-image] Sep 05 01:12:38.457 INFO image builder template: ramdisk-01-os...
44282026-09-05T01:12:39.759Z[ recovery-image] Sep 05 01:12:38.457 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/.tmpI3cU64/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44292026-09-05T01:12:39.762Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44302026-09-05T01:12:39.762ZSep 05 01:12:38.463 INFO [stamp-ntp] process exited with exit status: 0 (116.597493ms)
44312026-09-05T01:12:39.771Z[ recovery-image] Sep 05 01:12:38.472 INFO O| Sep 05 01:12:38.472 INFO CREATE DATASET: rpool/images/build/recovery/output
44322026-09-05T01:12:39.907Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44332026-09-05T01:12:39.910ZSep 05 01:12:38.612 INFO [stamp-external-dns] process exited with exit status: 0 (263.657951ms)
44342026-09-05T01:12:39.931Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44352026-09-05T01:12:39.934ZSep 05 01:12:38.635 INFO [stamp-internal-dns] process exited with exit status: 0 (287.722608ms)
44362026-09-05T01:12:39.975Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44372026-09-05T01:12:39.978ZSep 05 01:12:38.679 INFO [stamp-oximeter] process exited with exit status: 0 (333.17221ms)
44382026-09-05T01:12:40.027Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44392026-09-05T01:12:40.030ZSep 05 01:12:38.731 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (384.314599ms)
44402026-09-05T01:12:40.063Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-09-05T01:12:40.089Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44422026-09-05T01:12:40.224Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44432026-09-05T01:12:40.227ZSep 05 01:12:38.928 INFO [stamp-crucible-zone] process exited with exit status: 0 (578.13334ms)
44442026-09-05T01:12:40.377Z[ recovery-image] Sep 05 01:12:39.077 INFO O| Sep 05 01:12:39.077 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44452026-09-05T01:12:40.381Z[ recovery-image] Sep 05 01:12:39.081 INFO O| Sep 05 01:12:39.081 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44462026-09-05T01:12:41.329Z[ recovery-image] Sep 05 01:12:40.030 INFO O| Sep 05 01:12:40.030 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44472026-09-05T01:12:41.615Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44482026-09-05T01:12:41.618ZSep 05 01:12:40.319 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.971490979s)
44492026-09-05T01:12:42.116Z[ recovery-image] Sep 05 01:12:40.817 INFO O| Sep 05 01:12:40.817 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44502026-09-05T01:12:42.116Z[ recovery-image] Sep 05 01:12:40.817 INFO O| Sep 05 01:12:40.817 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44512026-09-05T01:12:42.116Z[ recovery-image] Sep 05 01:12:40.817 INFO O| Sep 05 01:12:40.817 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44522026-09-05T01:12:42.119Z[ recovery-image] Sep 05 01:12:40.817 INFO O| Sep 05 01:12:40.817 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44532026-09-05T01:12:42.122Z[ recovery-image] Sep 05 01:12:40.823 INFO O| Sep 05 01:12:40.823 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44542026-09-05T01:12:42.741Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44552026-09-05T01:12:42.744ZSep 05 01:12:41.445 INFO [stamp-nexus] process exited with exit status: 0 (3.096348523s)
44562026-09-05T01:12:43.188Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44572026-09-05T01:12:43.191ZSep 05 01:12:41.892 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.543076882s)
44582026-09-05T01:12:43.337Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44592026-09-05T01:12:43.340Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44602026-09-05T01:12:43.343ZSep 05 01:12:42.042 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.692719893s)
44612026-09-05T01:12:43.343ZSep 05 01:12:42.043 INFO [stamp-clickhouse] process exited with exit status: 0 (3.696590467s)
44622026-09-05T01:12:43.343ZSep 05 01:12:42.043 INFO [tuf-stamp] task succeeded (3.69782231s)
44632026-09-05T01:12:43.343ZSep 05 01:12:42.043 INFO [tuf-v2-zones] running task
44642026-09-05T01:12:43.401Z[ host-image] Sep 05 01:12:42.057 INFO O| Sep 05 01:12:42.057 INFO O| Actions: 25974/54206 actions (Installing new actions)
44652026-09-05T01:12:43.427ZSep 05 01:12:42.128 INFO [tuf-v2-zones] task succeeded (85.073947ms)
44662026-09-05T01:12:44.669Z[verify-libraries] Compiling match_cfg v0.1.0
44672026-09-05T01:12:44.669Z[verify-libraries] Compiling slog-json v2.6.1
44682026-09-05T01:12:44.669Z[verify-libraries] Compiling debug-ignore v1.0.5
44692026-09-05T01:12:44.889Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44702026-09-05T01:12:44.906Z[verify-libraries] Compiling sha1 v0.11.0
44712026-09-05T01:12:44.909Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44722026-09-05T01:12:44.909Z[verify-libraries] Compiling multer v3.1.0
44732026-09-05T01:12:44.909Z[verify-libraries] Compiling compression-core v0.4.31
44742026-09-05T01:12:44.909Z[verify-libraries] Compiling progenitor-client v0.14.0
44752026-09-05T01:12:44.909Z[verify-libraries] Compiling async-stream-impl v0.3.6
44762026-09-05T01:12:44.927Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44772026-09-05T01:12:44.930Z[verify-libraries] Compiling serde_spanned v1.1.1
44782026-09-05T01:12:44.930Z[verify-libraries] Compiling dropshot v0.17.1
44792026-09-05T01:12:45.037Z[ host-image] Sep 05 01:12:43.738 INFO O| Sep 05 01:12:43.738 INFO O| Actions: Completed 54206 actions in 6.68 seconds.
44802026-09-05T01:12:45.104Z[verify-libraries] Compiling hostname v0.3.1
44812026-09-05T01:12:45.125Z[verify-libraries] Compiling compression-codecs v0.4.37
44822026-09-05T01:12:45.128Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44832026-09-05T01:12:45.128Z[verify-libraries] Compiling waitgroup v0.1.2
44842026-09-05T01:12:45.128Z[verify-libraries] Compiling rustls-pemfile v2.2.0
44852026-09-05T01:12:45.131Z[ host-image] Sep 05 01:12:43.831 INFO O| Sep 05 01:12:43.831 INFO O| Finalize: Updating package state database ... Done
44862026-09-05T01:12:45.131Z[ host-image] Sep 05 01:12:43.831 INFO O| Sep 05 01:12:43.831 INFO O| Finalize: Updating package cache ... Done
44872026-09-05T01:12:45.212Z[verify-libraries] Compiling slog-bunyan v2.5.0
44882026-09-05T01:12:45.215Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
44892026-09-05T01:12:45.215Z[verify-libraries] Compiling hostname v0.4.2
44902026-09-05T01:12:45.265Z[ host-image] Sep 05 01:12:43.966 INFO O| Sep 05 01:12:43.966 INFO O| Finalize: Updating image state ... Done
44912026-09-05T01:12:45.293Z[verify-libraries] Compiling atomicwrites v0.4.4
44922026-09-05T01:12:45.296Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
44932026-09-05T01:12:45.335Z[verify-libraries] Compiling async-compression v0.4.41
44942026-09-05T01:12:45.376Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
44952026-09-05T01:12:45.397Z[verify-libraries] Compiling macaddr v1.0.1
44962026-09-05T01:12:45.400Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44972026-09-05T01:12:45.422Z[verify-libraries] Compiling regress v0.10.5
44982026-09-05T01:12:45.442Z[verify-libraries] Compiling instant v0.1.13
44992026-09-05T01:12:45.459Z[verify-libraries] Compiling oxide-generation v0.1.3
45002026-09-05T01:12:45.462Z[verify-libraries] Compiling parse-display-derive v0.10.0
45012026-09-05T01:12:45.481Z[verify-libraries] Compiling itertools v0.14.0
45022026-09-05T01:12:45.518Z[verify-libraries] Compiling backon v1.6.0
45032026-09-05T01:12:45.559Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45042026-09-05T01:12:45.622Z[verify-libraries] Compiling backoff v0.4.0
45052026-09-05T01:12:45.660Z[verify-libraries] Compiling async-stream v0.3.6
45062026-09-05T01:12:45.684Z[verify-libraries] Compiling humantime v2.3.0
45072026-09-05T01:12:45.717Z[verify-libraries] Compiling convert_case v0.4.0
45082026-09-05T01:12:45.726Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45092026-09-05T01:12:45.771Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45102026-09-05T01:12:45.814Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45112026-09-05T01:12:45.852Z[verify-libraries] Compiling progenitor-extras v0.2.0
45122026-09-05T01:12:45.874Z[verify-libraries] Compiling half v2.7.1
45132026-09-05T01:12:45.877Z[verify-libraries] Compiling ciborium-io v0.2.2
45142026-09-05T01:12:45.920Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45152026-09-05T01:12:45.920Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45162026-09-05T01:12:45.980Z[verify-libraries] Compiling indent_write v2.2.0
45172026-09-05T01:12:46.017Z[verify-libraries] Compiling regress v0.11.1
45182026-09-05T01:12:46.030Z[verify-libraries] Compiling secrecy v0.10.3
45192026-09-05T01:12:46.160Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45202026-09-05T01:12:46.185Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45212026-09-05T01:12:46.188Z[verify-libraries] Compiling inout v0.1.4
45222026-09-05T01:12:46.245Z[verify-libraries] Compiling derive_more v0.99.20
45232026-09-05T01:12:46.274Z[verify-libraries] Compiling ciborium-ll v0.2.2
45242026-09-05T01:12:46.334Z[verify-libraries] Compiling universal-hash v0.5.1
45252026-09-05T01:12:46.356Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45262026-09-05T01:12:46.361Z[ host-image] Sep 05 01:12:45.062 INFO O| Sep 05 01:12:45.062 INFO O| Finalize: Creating fast lookup database ... Done
45272026-09-05T01:12:46.392Z[ host-image] Sep 05 01:12:45.093 INFO O| Sep 05 01:12:45.092 INFO O| Finalize: Reading search index ... Done
45282026-09-05T01:12:46.431Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45292026-09-05T01:12:46.474Z[verify-libraries] Compiling cipher v0.4.4
45302026-09-05T01:12:46.530Z[ recovery-image] Sep 05 01:12:45.230 INFO O| Sep 05 01:12:45.230 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-09-05T01:12:46.539Z[ recovery-image] Sep 05 01:12:45.239 INFO O| Sep 05 01:12:45.239 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45322026-09-05T01:12:46.560Z[verify-libraries] Compiling ciborium v0.2.2
45332026-09-05T01:12:46.582Z[verify-libraries] Compiling opaque-debug v0.3.1
45342026-09-05T01:12:46.582Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45352026-09-05T01:12:46.701Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45362026-09-05T01:12:46.731Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45372026-09-05T01:12:46.784Z[verify-libraries] Compiling poly1305 v0.8.0
45382026-09-05T01:12:46.784Z[verify-libraries] Compiling chacha20 v0.9.1
45392026-09-05T01:12:46.810Z[verify-libraries] Compiling blake2 v0.10.6
45402026-09-05T01:12:46.878Z[ recovery-image] Sep 05 01:12:45.579 INFO O| Sep 05 01:12:45.579 INFO O| Caching catalogs ... Done
45412026-09-05T01:12:46.896Z[verify-libraries] Compiling aead v0.5.2
45422026-09-05T01:12:46.966Z[ recovery-image] Sep 05 01:12:45.667 INFO O| Sep 05 01:12:45.666 INFO STEP 0 (pkg_image_create) COMPLETE
45432026-09-05T01:12:46.966Z[ recovery-image] Sep 05 01:12:45.667 INFO O| Sep 05 01:12:45.667 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45442026-09-05T01:12:46.975Z[ recovery-image] Sep 05 01:12:45.676 INFO O| Sep 05 01:12:45.676 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"]
45452026-09-05T01:12:47.087Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45462026-09-05T01:12:47.087Z[verify-libraries] Compiling password-hash v0.5.0
45472026-09-05T01:12:47.203Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45482026-09-05T01:12:47.206Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45492026-09-05T01:12:47.258Z[verify-libraries] Compiling itertools v0.15.0
45502026-09-05T01:12:47.308Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO STEP 1 (pkg_set_publisher) COMPLETE
45512026-09-05T01:12:47.308Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45522026-09-05T01:12:47.311Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO skip step because feature "publisher_1_name" is not enabled
45532026-09-05T01:12:47.311Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45542026-09-05T01:12:47.311Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO skip step because feature "publisher_2_name" is not enabled
45552026-09-05T01:12:47.311Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45562026-09-05T01:12:47.312Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO skip step because feature "publisher_3_name" is not enabled
45572026-09-05T01:12:47.312Z[ recovery-image] Sep 05 01:12:46.009 INFO O| Sep 05 01:12:46.009 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45582026-09-05T01:12:47.399Z[verify-libraries] Compiling num-derive v0.4.2
45592026-09-05T01:12:47.428Z[verify-libraries] Compiling parse-display v0.10.0
45602026-09-05T01:12:47.482Z[verify-libraries] Compiling argon2 v0.5.3
45612026-09-05T01:12:47.486Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45622026-09-05T01:12:47.549Z[verify-libraries] Compiling rayon-core v1.13.0
45632026-09-05T01:12:47.594Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45642026-09-05T01:12:47.638Z[ recovery-image] Sep 05 01:12:46.338 INFO O| Sep 05 01:12:46.338 INFO variant opensolaris.zone is already global
45652026-09-05T01:12:47.638Z[ recovery-image] Sep 05 01:12:46.338 INFO O| Sep 05 01:12:46.338 INFO STEP 5 (pkg_change_variant) COMPLETE
45662026-09-05T01:12:47.641Z[ recovery-image] Sep 05 01:12:46.338 INFO O| Sep 05 01:12:46.338 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672026-09-05T01:12:47.658Z[verify-libraries] Compiling glob v0.3.3
45682026-09-05T01:12:47.757Z[verify-libraries] Compiling heapless v0.8.0
45692026-09-05T01:12:47.786Z[verify-libraries] Compiling typify-impl v0.6.2
45702026-09-05T01:12:47.860Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45712026-09-05T01:12:47.929Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45722026-09-05T01:12:47.955Z[ recovery-image] Sep 05 01:12:46.656 INFO O| Sep 05 01:12:46.656 INFO variant opensolaris.imagetype is full; changing to partial
45732026-09-05T01:12:47.955Z[ recovery-image] Sep 05 01:12:46.656 INFO O| Sep 05 01:12:46.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45742026-09-05T01:12:48.043Z[verify-libraries] Compiling vsss-rs v3.3.4
45752026-09-05T01:12:48.206Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45762026-09-05T01:12:48.407Z[verify-libraries] Compiling proc-macro-error v1.0.4
45772026-09-05T01:12:48.451Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45782026-09-05T01:12:48.479Z[verify-libraries] Compiling usdt-macro v0.5.0
45792026-09-05T01:12:48.756Z[verify-libraries] Compiling ingot-macros v0.2.0
45802026-09-05T01:12:48.783Z[verify-libraries] Compiling tabwriter v1.4.1
45812026-09-05T01:12:48.823Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45822026-09-05T01:12:48.860Z[verify-libraries] Compiling hash32 v0.3.1
45832026-09-05T01:12:48.864Z[verify-libraries] Compiling memmap v0.7.0
45842026-09-05T01:12:48.971Z[verify-libraries] Compiling smoltcp v0.11.0
45852026-09-05T01:12:49.002Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
45862026-09-05T01:12:49.098Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45872026-09-05T01:12:49.101Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45882026-09-05T01:12:49.101Z[ host-image] Sep 05 01:12:47.797 INFO O| Sep 05 01:12:47.797 INFO O| Finalize: Building new search index ... Done
45892026-09-05T01:12:49.302Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45902026-09-05T01:12:49.384Z[verify-libraries] Compiling cobs v0.3.0
45912026-09-05T01:12:49.408Z[verify-libraries] Compiling usdt v0.5.0
45922026-09-05T01:12:49.466Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45932026-09-05T01:12:49.469Z[verify-libraries] Compiling num_enum_derive v0.7.6
45942026-09-05T01:12:49.470Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
45952026-09-05T01:12:49.470Z[verify-libraries] Compiling colored v3.1.1
45962026-09-05T01:12:49.470Z[verify-libraries] Compiling rayon v1.11.0
45972026-09-05T01:12:49.524Z[ host-image] Sep 05 01:12:48.224 INFO O| Sep 05 01:12:48.224 INFO O| Finalize: Updating package cache ... Done
45982026-09-05T01:12:49.603Z[verify-libraries] Compiling postcard v1.1.3
45992026-09-05T01:12:49.745Z[verify-libraries] Compiling rand v0.10.1
46002026-09-05T01:12:49.745Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46012026-09-05T01:12:49.805Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46022026-09-05T01:12:49.883Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46032026-09-05T01:12:49.886Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46042026-09-05T01:12:49.911Z[ host-image] Sep 05 01:12:48.611 INFO O| Sep 05 01:12:48.611 INFO STEP 11 (pkg_install) COMPLETE
46052026-09-05T01:12:49.911Z[ host-image] Sep 05 01:12:48.611 INFO O| Sep 05 01:12:48.611 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-09-05T01:12:49.921Z[ host-image] Sep 05 01:12:48.621 INFO O| Sep 05 01:12:48.621 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"]
46072026-09-05T01:12:49.951Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46082026-09-05T01:12:50.224Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46092026-09-05T01:12:50.270Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46102026-09-05T01:12:50.313Z[verify-libraries] Compiling num_enum_derive v0.5.11
46112026-09-05T01:12:50.338Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46122026-09-05T01:12:50.373Z[ recovery-image] Sep 05 01:12:49.073 INFO O| Sep 05 01:12:49.073 INFO O| Startup: Refreshing catalog 'helios' ... Done
46132026-09-05T01:12:50.378Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46142026-09-05T01:12:50.418Z[verify-libraries] Compiling cstr-argument v0.1.2
46152026-09-05T01:12:50.521Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46162026-09-05T01:12:50.553Z[verify-libraries] Compiling foreign-types v0.5.0
46172026-09-05T01:12:50.600Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46182026-09-05T01:12:50.644Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46192026-09-05T01:12:50.669Z[verify-libraries] Compiling itertools v0.12.1
46202026-09-05T01:12:50.741Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46212026-09-05T01:12:50.762Z[verify-libraries] Compiling num_enum v0.7.6
46222026-09-05T01:12:50.762Z[verify-libraries] Compiling sigpipe v0.1.3
46232026-09-05T01:12:50.901Z[ recovery-image] Sep 05 01:12:49.601 INFO O| Sep 05 01:12:49.601 INFO O| Startup: Caching catalogs ... Done
46242026-09-05T01:12:50.945Z[ recovery-image] Sep 05 01:12:49.630 INFO O| Sep 05 01:12:49.630 INFO O| Planning: Planning completed in 0.00 seconds
46252026-09-05T01:12:50.945Z[ recovery-image] Sep 05 01:12:49.631 INFO O| Sep 05 01:12:49.631 INFO O| Planning: Consolidating action changes ... Done
46262026-09-05T01:12:50.945Z[ recovery-image] Sep 05 01:12:49.631 INFO O| Sep 05 01:12:49.631 INFO O| Planning: Evaluating mediators ... Done
46272026-09-05T01:12:50.945Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46282026-09-05T01:12:50.945Z[ recovery-image] Sep 05 01:12:49.631 INFO O| Sep 05 01:12:49.631 INFO O| Planning: Planning completed in 0.00 seconds
46292026-09-05T01:12:50.952Z[ recovery-image] Sep 05 01:12:49.631 INFO O| Sep 05 01:12:49.631 INFO O| Variants/Facets to change: 1
46302026-09-05T01:12:50.952Z[ recovery-image] Sep 05 01:12:49.642 INFO O| Sep 05 01:12:49.642 INFO O| Finalize: Updating package state database ... Done
46312026-09-05T01:12:50.952Z[ recovery-image] Sep 05 01:12:49.642 INFO O| Sep 05 01:12:49.642 INFO O| Finalize: Updating package cache ... Done
46322026-09-05T01:12:50.974Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46332026-09-05T01:12:50.996Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46342026-09-05T01:12:51.007Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46352026-09-05T01:12:51.007Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46362026-09-05T01:12:51.029Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46372026-09-05T01:12:51.043Z[ recovery-image] Sep 05 01:12:49.738 INFO O| Sep 05 01:12:49.738 INFO O| Finalize: Updating image state ... Done
46382026-09-05T01:12:51.059Z[ recovery-image] Sep 05 01:12:49.757 INFO O| Sep 05 01:12:49.757 INFO O| Finalize: Creating fast lookup database ... Done
46392026-09-05T01:12:51.079Z[ recovery-image] Sep 05 01:12:49.758 INFO O| Sep 05 01:12:49.758 INFO O| Finalize: Reading search index ... Done
46402026-09-05T01:12:51.080Z[ recovery-image] Sep 05 01:12:49.758 INFO O| Sep 05 01:12:49.758 INFO O| Finalize: Updating search index ... Done
46412026-09-05T01:12:51.080Z[ recovery-image] Sep 05 01:12:49.759 INFO O| Sep 05 01:12:49.759 INFO O| Finalize: Updating package cache ... Done
46422026-09-05T01:12:51.095Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46432026-09-05T01:12:51.268Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46442026-09-05T01:12:51.305Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46452026-09-05T01:12:51.315Z[verify-libraries] Compiling toml v0.8.23
46462026-09-05T01:12:51.372Z[ recovery-image] Sep 05 01:12:50.071 INFO O| Sep 05 01:12:50.071 INFO STEP 6 (pkg_change_variant) COMPLETE
46472026-09-05T01:12:51.391Z[ recovery-image] Sep 05 01:12:50.071 INFO O| Sep 05 01:12:50.071 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46482026-09-05T01:12:51.391Z[ recovery-image] Sep 05 01:12:50.071 INFO O| Sep 05 01:12:50.071 INFO skip step because feature "debug_variant" is not enabled
46492026-09-05T01:12:51.391Z[ recovery-image] Sep 05 01:12:50.071 INFO O| Sep 05 01:12:50.071 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46502026-09-05T01:12:51.412Z[verify-libraries] Compiling smf v0.2.3
46512026-09-05T01:12:51.487Z[verify-libraries] Compiling whoami v1.6.1
46522026-09-05T01:12:51.543Z[verify-libraries] Compiling num_enum v0.5.11
46532026-09-05T01:12:51.675Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46542026-09-05T01:12:51.716Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46552026-09-05T01:12:51.716Z[verify-libraries] Compiling derive-where v1.6.0
46562026-09-05T01:12:51.786Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46572026-09-05T01:12:51.849Z[ recovery-image] Sep 05 01:12:50.549 INFO O| Sep 05 01:12:50.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46582026-09-05T01:12:51.873Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46592026-09-05T01:12:51.931Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46602026-09-05T01:12:52.003Z[verify-libraries] Compiling ingot-types v0.2.0
46612026-09-05T01:12:52.089Z[verify-libraries] Compiling zone v0.3.1
46622026-09-05T01:12:52.131Z[verify-libraries] Compiling gethostname v0.5.0
46632026-09-05T01:12:52.131Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46642026-09-05T01:12:52.135Z[verify-libraries] Compiling newline-converter v0.3.0
46652026-09-05T01:12:52.204Z[verify-libraries] Compiling console v0.15.11
46662026-09-05T01:12:52.260Z[verify-libraries] Compiling linear-map v1.2.0
46672026-09-05T01:12:52.263Z[ host-image] Sep 05 01:12:50.964 INFO O| Sep 05 01:12:50.964 INFO O| Startup: Refreshing catalog 'helios' ... Done
46682026-09-05T01:12:52.307Z[verify-libraries] Compiling num-rational v0.4.2
46692026-09-05T01:12:52.342Z[verify-libraries] Compiling num-complex v0.4.6
46702026-09-05T01:12:52.425Z[verify-libraries] Compiling slog-dtrace v0.3.0
46712026-09-05T01:12:52.474Z[verify-libraries] Compiling ingot v0.2.1
46722026-09-05T01:12:52.508Z[verify-libraries] Compiling prettyplease v0.2.37
46732026-09-05T01:12:52.597Z[verify-libraries] Compiling expectorate v1.2.0
46742026-09-05T01:12:52.749Z[verify-libraries] Compiling typify-macro v0.6.2
46752026-09-05T01:12:52.761Z[ host-image] Sep 05 01:12:51.461 INFO O| Sep 05 01:12:51.461 INFO O| Startup: Caching catalogs ... Done
46762026-09-05T01:12:52.801Z[verify-libraries] Compiling resolv-conf v0.7.6
46772026-09-05T01:12:52.844Z[verify-libraries] Compiling num v0.4.3
46782026-09-05T01:12:52.902Z[verify-libraries] Compiling float-ord v0.3.2
46792026-09-05T01:12:52.906Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46802026-09-05T01:12:53.033Z[verify-libraries] Compiling linked-hash-map v0.5.6
46812026-09-05T01:12:53.036Z[verify-libraries] Compiling minimal-lexical v0.2.1
46822026-09-05T01:12:53.036Z[verify-libraries] Compiling hickory-proto v0.24.4
46832026-09-05T01:12:53.036Z[verify-libraries] Compiling unicode-xid v0.2.6
46842026-09-05T01:12:53.207Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
46852026-09-05T01:12:53.210Z[verify-libraries] Compiling tabled_derive v0.7.0
46862026-09-05T01:12:53.210Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46872026-09-05T01:12:53.299Z[verify-libraries] Compiling lru-cache v0.1.2
46882026-09-05T01:12:53.303Z[verify-libraries] Compiling ar_archive_writer v0.5.1
46892026-09-05T01:12:53.353Z[verify-libraries] Compiling fd-lock v4.0.4
46902026-09-05T01:12:53.418Z[ host-image] Sep 05 01:12:52.119 INFO O| Sep 05 01:12:52.119 INFO O| Planning: Solver setup ... Done
46912026-09-05T01:12:53.426Z[ host-image] Sep 05 01:12:52.124 INFO O| Sep 05 01:12:52.124 INFO O| Planning: Running solver ... Done
46922026-09-05T01:12:53.433Z[verify-libraries] Compiling nom v7.1.3
46932026-09-05T01:12:53.443Z[ host-image] Sep 05 01:12:52.144 INFO O| Sep 05 01:12:52.144 INFO O| Planning: Finding local manifests ... Done
46942026-09-05T01:12:53.467Z[verify-libraries] Compiling vte v0.14.1
46952026-09-05T01:12:53.503Z[ host-image] Sep 05 01:12:52.203 INFO O| Sep 05 01:12:52.203 INFO O| Planning: Fetching manifests: 0/6 0% complete
46962026-09-05T01:12:53.514Z[verify-libraries] Compiling display-error-chain v0.2.2
46972026-09-05T01:12:53.614Z[verify-libraries] Compiling crossterm v0.29.0
46982026-09-05T01:12:53.643Z[ host-image] Sep 05 01:12:52.339 INFO O| Sep 05 01:12:52.339 INFO O| Planning: Fetching manifests: 6/6 100% complete
46992026-09-05T01:12:53.661Z[ host-image] Sep 05 01:12:52.362 INFO O| Sep 05 01:12:52.360 INFO O| Planning: Package planning ... Done
47002026-09-05T01:12:53.661Z[ host-image] Sep 05 01:12:52.362 INFO O| Sep 05 01:12:52.362 INFO O| Planning: Merging actions ... Done
47012026-09-05T01:12:53.720Z[ host-image] Sep 05 01:12:52.417 INFO O| Sep 05 01:12:52.417 INFO O| Planning: Checking for conflicting actions ... Done
47022026-09-05T01:12:53.720Z[ host-image] Sep 05 01:12:52.418 INFO O| Sep 05 01:12:52.418 INFO O| Planning: Consolidating action changes ... Done
47032026-09-05T01:12:53.730Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47042026-09-05T01:12:53.786Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47052026-09-05T01:12:53.846Z[verify-libraries] Compiling stacker v0.1.23
47062026-09-05T01:12:53.854Z[ host-image] Sep 05 01:12:52.555 INFO O| Sep 05 01:12:52.555 INFO O| Planning: Evaluating mediators ... Done
47072026-09-05T01:12:53.857Z[ host-image] Sep 05 01:12:52.556 INFO O| Sep 05 01:12:52.556 INFO O| Planning: Planning completed in 1.08 seconds
47082026-09-05T01:12:53.857Z[ host-image] Sep 05 01:12:52.557 INFO O| Sep 05 01:12:52.557 INFO O| Packages to install: 6
47092026-09-05T01:12:53.858Z[ host-image] Sep 05 01:12:52.557 INFO O| Sep 05 01:12:52.557 INFO O| Services to change: 2
47102026-09-05T01:12:53.867Z[ host-image] Sep 05 01:12:52.568 INFO O| Sep 05 01:12:52.567 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47112026-09-05T01:12:53.986Z[ recovery-image] Sep 05 01:12:52.686 INFO O| Sep 05 01:12:52.686 INFO O| Startup: Refreshing catalog 'helios' ... Done
47122026-09-05T01:12:54.123Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47132026-09-05T01:12:54.126Z[ host-image] Sep 05 01:12:52.827 INFO O| Sep 05 01:12:52.827 INFO O| Download: Completed 1.76 MB in 0.26 seconds (6.8M/s)
47142026-09-05T01:12:54.161Z[ host-image] Sep 05 01:12:52.862 INFO O| Sep 05 01:12:52.862 INFO O| Actions: 1/391 actions (Installing new actions)
47152026-09-05T01:12:54.188Z[verify-libraries] Compiling reedline v0.40.0
47162026-09-05T01:12:54.226Z[verify-libraries] Compiling cfg_aliases v0.1.1
47172026-09-05T01:12:54.286Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47182026-09-05T01:12:54.330Z[ host-image] Sep 05 01:12:53.030 INFO O| Sep 05 01:12:53.030 INFO O| Actions: Completed 391 actions in 0.17 seconds.
47192026-09-05T01:12:54.341Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47202026-09-05T01:12:54.372Z[verify-libraries] Compiling tabled v0.15.0
47212026-09-05T01:12:54.388Z[ host-image] Sep 05 01:12:53.081 INFO O| Sep 05 01:12:53.081 INFO O| Finalize: Updating package state database ... Done
47222026-09-05T01:12:54.388Z[ host-image] Sep 05 01:12:53.081 INFO O| Sep 05 01:12:53.081 INFO O| Finalize: Updating package cache ... Done
47232026-09-05T01:12:54.391Z[verify-libraries] Compiling psm v0.1.30
47242026-09-05T01:12:54.465Z[verify-libraries] Compiling nix v0.28.0
47252026-09-05T01:12:54.468Z[verify-libraries] Compiling termtree v0.5.1
47262026-09-05T01:12:54.488Z[ host-image] Sep 05 01:12:53.188 INFO O| Sep 05 01:12:53.188 INFO O| Finalize: Updating image state ... Done
47272026-09-05T01:12:54.524Z[ recovery-image] Sep 05 01:12:53.224 INFO O| Sep 05 01:12:53.224 INFO O| Startup: Caching catalogs ... Done
47282026-09-05T01:12:54.553Z[ recovery-image] Sep 05 01:12:53.253 INFO O| Sep 05 01:12:53.253 INFO O| Planning: Planning completed in 0.00 seconds
47292026-09-05T01:12:54.556Z[ recovery-image] Sep 05 01:12:53.256 INFO O| Sep 05 01:12:53.256 INFO O| Planning: Consolidating action changes ... Done
47302026-09-05T01:12:54.556Z[ recovery-image] Sep 05 01:12:53.257 INFO O| Sep 05 01:12:53.257 INFO O| Planning: Evaluating mediators ... Done
47312026-09-05T01:12:54.559Z[ recovery-image] Sep 05 01:12:53.257 INFO O| Sep 05 01:12:53.257 INFO O| Planning: Planning completed in 0.01 seconds
47322026-09-05T01:12:54.559Z[ recovery-image] Sep 05 01:12:53.257 INFO O| Sep 05 01:12:53.257 INFO O| Variants/Facets to change: 1
47332026-09-05T01:12:54.568Z[verify-libraries] Compiling semver v0.1.20
47342026-09-05T01:12:54.580Z[ recovery-image] Sep 05 01:12:53.281 INFO O| Sep 05 01:12:53.280 INFO O| Finalize: Updating package state database ... Done
47352026-09-05T01:12:54.580Z[ recovery-image] Sep 05 01:12:53.281 INFO O| Sep 05 01:12:53.281 INFO O| Finalize: Updating package cache ... Done
47362026-09-05T01:12:54.610Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47372026-09-05T01:12:54.659Z[ recovery-image] Sep 05 01:12:53.360 INFO O| Sep 05 01:12:53.360 INFO O| Finalize: Updating image state ... Done
47382026-09-05T01:12:54.665Z[verify-libraries] Compiling typify v0.6.2
47392026-09-05T01:12:54.682Z[ recovery-image] Sep 05 01:12:53.380 INFO O| Sep 05 01:12:53.379 INFO O| Finalize: Creating fast lookup database ... Done
47402026-09-05T01:12:54.682Z[ recovery-image] Sep 05 01:12:53.380 INFO O| Sep 05 01:12:53.380 INFO O| Finalize: Reading search index ... Done
47412026-09-05T01:12:54.682Z[ recovery-image] Sep 05 01:12:53.380 INFO O| Sep 05 01:12:53.380 INFO O| Finalize: Updating search index ... Done
47422026-09-05T01:12:54.682Z[ recovery-image] Sep 05 01:12:53.381 INFO O| Sep 05 01:12:53.381 INFO O| Finalize: Updating package cache ... Done
47432026-09-05T01:12:54.749Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47442026-09-05T01:12:54.805Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47452026-09-05T01:12:54.873Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47462026-09-05T01:12:54.905Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47472026-09-05T01:12:54.939Z[verify-libraries] Compiling rustc_version v0.1.7
47482026-09-05T01:12:54.961Z[verify-libraries] Compiling progenitor-impl v0.14.0
47492026-09-05T01:12:55.001Z[ recovery-image] Sep 05 01:12:53.702 INFO O| Sep 05 01:12:53.702 INFO STEP 8 (pkg_change_facet) COMPLETE
47502026-09-05T01:12:55.002Z[ recovery-image] Sep 05 01:12:53.702 INFO O| Sep 05 01:12:53.702 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47512026-09-05T01:12:55.035Z[verify-libraries] Compiling phf_shared v0.12.1
47522026-09-05T01:12:55.092Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47532026-09-05T01:12:55.348Z[verify-libraries] Compiling hickory-resolver v0.24.4
47542026-09-05T01:12:55.366Z[ recovery-image] Sep 05 01:12:54.067 INFO O| Sep 05 01:12:54.066 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47552026-09-05T01:12:55.374Z[verify-libraries] Compiling nibble_vec v0.1.0
47562026-09-05T01:12:55.438Z[ host-image] Sep 05 01:12:54.139 INFO O| Sep 05 01:12:54.139 INFO O| Finalize: Creating fast lookup database ... Done
47572026-09-05T01:12:55.467Z[ host-image] Sep 05 01:12:54.168 INFO O| Sep 05 01:12:54.167 INFO O| Finalize: Reading search index ... Done
47582026-09-05T01:12:55.467Z[ host-image] Sep 05 01:12:54.168 INFO O| Sep 05 01:12:54.168 INFO O| Finalize: Updating search index ... Done
47592026-09-05T01:12:55.482Z[ host-image] Sep 05 01:12:54.182 INFO O| Sep 05 01:12:54.182 INFO O| Finalize: Updating package cache ... Done
47602026-09-05T01:12:55.548Z[verify-libraries] Compiling endian-type v0.1.2
47612026-09-05T01:12:55.671Z[verify-libraries] Compiling chrono-tz v0.10.4
47622026-09-05T01:12:55.708Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47632026-09-05T01:12:55.770Z[verify-libraries] Compiling highway v1.3.0
47642026-09-05T01:12:55.804Z[ host-image] Sep 05 01:12:54.500 INFO O| Sep 05 01:12:54.500 INFO STEP 12 (pkg_install) COMPLETE
47652026-09-05T01:12:55.808Z[ host-image] Sep 05 01:12:54.500 INFO O| Sep 05 01:12:54.500 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47662026-09-05T01:12:55.812Z[ host-image] Sep 05 01:12:54.510 INFO O| Sep 05 01:12:54.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47672026-09-05T01:12:55.874Z[verify-libraries] Compiling recursive v0.1.1
47682026-09-05T01:12:55.911Z[verify-libraries] Compiling radix_trie v0.2.1
47692026-09-05T01:12:55.987Z[verify-libraries] Compiling newtype_derive v0.1.6
47702026-09-05T01:12:56.043Z[verify-libraries] Compiling phf v0.12.1
47712026-09-05T01:12:56.248Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47722026-09-05T01:12:56.278Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47732026-09-05T01:12:56.281Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47742026-09-05T01:12:56.364Z[verify-libraries] Compiling peg-macros v0.8.5
47752026-09-05T01:12:56.441Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47762026-09-05T01:12:56.771Z[verify-libraries] Compiling qorb v0.4.1
47772026-09-05T01:12:57.062Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47782026-09-05T01:12:57.143Z[verify-libraries] Compiling csv-core v0.1.13
47792026-09-05T01:12:57.160Z[verify-libraries] Compiling winnow v0.6.26
47802026-09-05T01:12:57.252Z[verify-libraries] Compiling unicode_categories v0.1.1
47812026-09-05T01:12:57.397Z[verify-libraries] Compiling home v0.5.12
47822026-09-05T01:12:57.417Z[verify-libraries] Compiling const_format v0.2.35
47832026-09-05T01:12:57.445Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
47842026-09-05T01:12:57.511Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47852026-09-05T01:12:57.582Z[verify-libraries] Compiling rustyline v14.0.0
47862026-09-05T01:12:57.814Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
47872026-09-05T01:12:57.868Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
47882026-09-05T01:12:57.915Z[verify-libraries] Compiling progenitor-macro v0.14.0
47892026-09-05T01:12:57.961Z[ recovery-image] Sep 05 01:12:56.659 INFO O| Sep 05 01:12:56.659 INFO O| Startup: Refreshing catalog 'helios' ... Done
47902026-09-05T01:12:57.969Z[verify-libraries] Compiling sqlparser v0.61.0
47912026-09-05T01:12:57.972Z[verify-libraries] Compiling csv v1.4.0
47922026-09-05T01:12:58.058Z[verify-libraries] Compiling peg v0.8.5
47932026-09-05T01:12:58.113Z[ host-image] Sep 05 01:12:56.814 INFO O| Sep 05 01:12:56.814 INFO O| Startup: Refreshing catalog 'helios' ... Done
47942026-09-05T01:12:58.241Z[verify-libraries] Compiling bcs v0.1.6
47952026-09-05T01:12:58.317Z[verify-libraries] Compiling nom v8.0.0
47962026-09-05T01:12:58.401Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47972026-09-05T01:12:58.456Z[ recovery-image] Sep 05 01:12:57.156 INFO O| Sep 05 01:12:57.156 INFO O| Startup: Caching catalogs ... Done
47982026-09-05T01:12:58.476Z[ recovery-image] Sep 05 01:12:57.176 INFO O| Sep 05 01:12:57.176 INFO O| Planning: Planning completed in 0.00 seconds
47992026-09-05T01:12:58.479Z[ recovery-image] Sep 05 01:12:57.177 INFO O| Sep 05 01:12:57.177 INFO O| Planning: Consolidating action changes ... Done
48002026-09-05T01:12:58.479Z[ recovery-image] Sep 05 01:12:57.177 INFO O| Sep 05 01:12:57.177 INFO O| Planning: Evaluating mediators ... Done
48012026-09-05T01:12:58.479Z[ recovery-image] Sep 05 01:12:57.177 INFO O| Sep 05 01:12:57.177 INFO O| Planning: Planning completed in 0.00 seconds
48022026-09-05T01:12:58.479Z[ recovery-image] Sep 05 01:12:57.177 INFO O| Sep 05 01:12:57.177 INFO O| Variants/Facets to change: 1
48032026-09-05T01:12:58.512Z[ recovery-image] Sep 05 01:12:57.212 INFO O| Sep 05 01:12:57.212 INFO O| Finalize: Updating package state database ... Done
48042026-09-05T01:12:58.512Z[ recovery-image] Sep 05 01:12:57.212 INFO O| Sep 05 01:12:57.212 INFO O| Finalize: Updating package cache ... Done
48052026-09-05T01:12:58.592Z[ host-image] Sep 05 01:12:57.293 INFO O| Sep 05 01:12:57.293 INFO O| Startup: Caching catalogs ... Done
48062026-09-05T01:12:58.645Z[ recovery-image] Sep 05 01:12:57.345 INFO O| Sep 05 01:12:57.344 INFO O| Finalize: Updating image state ... Done
48072026-09-05T01:12:58.663Z[ recovery-image] Sep 05 01:12:57.363 INFO O| Sep 05 01:12:57.363 INFO O| Finalize: Creating fast lookup database ... Done
48082026-09-05T01:12:58.666Z[ recovery-image] Sep 05 01:12:57.364 INFO O| Sep 05 01:12:57.364 INFO O| Finalize: Reading search index ... Done
48092026-09-05T01:12:58.666Z[ recovery-image] Sep 05 01:12:57.364 INFO O| Sep 05 01:12:57.364 INFO O| Finalize: Updating search index ... Done
48102026-09-05T01:12:58.666Z[ recovery-image] Sep 05 01:12:57.366 INFO O| Sep 05 01:12:57.366 INFO O| Finalize: Updating package cache ... Done
48112026-09-05T01:12:58.672Z[verify-libraries] Compiling sqlformat v0.3.5
48122026-09-05T01:12:58.721Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48132026-09-05T01:12:58.721Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48142026-09-05T01:12:58.776Z[verify-libraries] Compiling steno v0.4.1
48152026-09-05T01:12:58.881Z[verify-libraries] Compiling sha1 v0.10.6
48162026-09-05T01:12:58.975Z[ recovery-image] Sep 05 01:12:57.675 INFO O| Sep 05 01:12:57.675 INFO STEP 9 (pkg_change_facet) COMPLETE
48172026-09-05T01:12:58.975Z[ recovery-image] Sep 05 01:12:57.675 INFO O| Sep 05 01:12:57.675 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48182026-09-05T01:12:58.985Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48192026-09-05T01:12:59.111Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48202026-09-05T01:12:59.219Z[verify-libraries] Compiling utf-8 v0.7.6
48212026-09-05T01:12:59.233Z[ host-image] Sep 05 01:12:57.933 INFO O| Sep 05 01:12:57.933 INFO O| Planning: Solver setup ... Done
48222026-09-05T01:12:59.238Z[ host-image] Sep 05 01:12:57.939 INFO O| Sep 05 01:12:57.939 INFO O| Planning: Running solver ... Done
48232026-09-05T01:12:59.255Z[ host-image] Sep 05 01:12:57.956 INFO O| Sep 05 01:12:57.956 INFO O| Planning: Finding local manifests ... Done
48242026-09-05T01:12:59.310Z[ host-image] Sep 05 01:12:58.009 INFO O| Sep 05 01:12:58.009 INFO O| Planning: Fetching manifests: 0/6 0% complete
48252026-09-05T01:12:59.314Z[ recovery-image] Sep 05 01:12:58.014 INFO O| Sep 05 01:12:58.014 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48262026-09-05T01:12:59.402Z[ host-image] Sep 05 01:12:58.102 INFO O| Sep 05 01:12:58.102 INFO O| Planning: Fetching manifests: 6/6 100% complete
48272026-09-05T01:12:59.430Z[ host-image] Sep 05 01:12:58.131 INFO O| Sep 05 01:12:58.130 INFO O| Planning: Package planning ... Done
48282026-09-05T01:12:59.439Z[ host-image] Sep 05 01:12:58.140 INFO O| Sep 05 01:12:58.140 INFO O| Planning: Merging actions ... Done
48292026-09-05T01:12:59.444Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48302026-09-05T01:12:59.490Z[verify-libraries] Compiling tagptr v0.2.0
48312026-09-05T01:12:59.494Z[verify-libraries] Compiling libefi-sys v0.1.0
48322026-09-05T01:12:59.518Z[ host-image] Sep 05 01:12:58.218 INFO O| Sep 05 01:12:58.218 INFO O| Planning: Checking for conflicting actions ... Done
48332026-09-05T01:12:59.523Z[ host-image] Sep 05 01:12:58.221 INFO O| Sep 05 01:12:58.221 INFO O| Planning: Consolidating action changes ... Done
48342026-09-05T01:12:59.534Z[verify-libraries] Compiling bitfield-struct v0.6.2
48352026-09-05T01:12:59.607Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48362026-09-05T01:12:59.667Z[ host-image] Sep 05 01:12:58.367 INFO O| Sep 05 01:12:58.366 INFO O| Planning: Evaluating mediators ... Done
48372026-09-05T01:12:59.670Z[ host-image] Sep 05 01:12:58.370 INFO O| Sep 05 01:12:58.369 INFO O| Planning: Planning completed in 1.06 seconds
48382026-09-05T01:12:59.670Z[ host-image] Sep 05 01:12:58.370 INFO O| Sep 05 01:12:58.370 INFO O| Packages to install: 6
48392026-09-05T01:12:59.670Z[ host-image] Sep 05 01:12:58.370 INFO O| Sep 05 01:12:58.370 INFO O| Mediators to change: 1
48402026-09-05T01:12:59.670Z[ host-image] Sep 05 01:12:58.370 INFO O| Sep 05 01:12:58.370 INFO O| Services to change: 1
48412026-09-05T01:12:59.677Z[verify-libraries] Compiling moka v0.12.13
48422026-09-05T01:12:59.686Z[ host-image] Sep 05 01:12:58.387 INFO O| Sep 05 01:12:58.387 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48432026-09-05T01:12:59.735Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48442026-09-05T01:12:59.820Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48452026-09-05T01:12:59.879Z[verify-libraries] Compiling xshell-macros v0.2.7
48462026-09-05T01:12:59.923Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48472026-09-05T01:12:59.951Z[verify-libraries] Compiling tungstenite v0.21.0
48482026-09-05T01:12:59.978Z[verify-libraries] Compiling sha2 v0.11.0
48492026-09-05T01:13:00.039Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48502026-09-05T01:13:00.134Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48512026-09-05T01:13:00.302Z[verify-libraries] Compiling half v1.8.3
48522026-09-05T01:13:00.353Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48532026-09-05T01:13:00.357Z[ host-image] Sep 05 01:12:59.058 INFO O| Sep 05 01:12:59.058 INFO O| Download: Completed 7.84 MB in 0.67 seconds (11.7M/s)
48542026-09-05T01:13:00.418Z[ host-image] Sep 05 01:12:59.119 INFO O| Sep 05 01:12:59.119 INFO O| Actions: 1/1366 actions (Installing new actions)
48552026-09-05T01:13:00.424Z[verify-libraries] Compiling xshell v0.2.7
48562026-09-05T01:13:00.509Z[verify-libraries] Compiling hickory-resolver v0.25.2
48572026-09-05T01:13:00.575Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48582026-09-05T01:13:00.630Z[verify-libraries] Compiling serde_cbor v0.11.2
48592026-09-05T01:13:00.694Z[ host-image] Sep 05 01:12:59.395 INFO O| Sep 05 01:12:59.395 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
48602026-09-05T01:13:00.760Z[ host-image] Sep 05 01:12:59.460 INFO O| Sep 05 01:12:59.460 INFO O| Finalize: Updating package state database ... Done
48612026-09-05T01:13:00.760Z[ host-image] Sep 05 01:12:59.460 INFO O| Sep 05 01:12:59.460 INFO O| Finalize: Updating package cache ... Done
48622026-09-05T01:13:00.818Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48632026-09-05T01:13:00.882Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48642026-09-05T01:13:00.886Z[ host-image] Sep 05 01:12:59.582 INFO O| Sep 05 01:12:59.581 INFO O| Finalize: Updating image state ... Done
48652026-09-05T01:13:00.927Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48662026-09-05T01:13:00.987Z[verify-libraries] Compiling libscf-sys v1.2.0
48672026-09-05T01:13:01.080Z[verify-libraries] Compiling subprocess v0.2.15
48682026-09-05T01:13:01.215Z[verify-libraries] Compiling papergrid v0.18.0
48692026-09-05T01:13:01.289Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48702026-09-05T01:13:01.349Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48712026-09-05T01:13:01.435Z[verify-libraries] Compiling headers-core v0.3.0
48722026-09-05T01:13:01.438Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48732026-09-05T01:13:01.568Z[ recovery-image] Sep 05 01:13:00.269 INFO O| Sep 05 01:13:00.269 INFO O| Startup: Refreshing catalog 'helios' ... Done
48742026-09-05T01:13:01.591Z[verify-libraries] Compiling unicase v2.9.0
48752026-09-05T01:13:01.654Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48762026-09-05T01:13:01.803Z[verify-libraries] Compiling headers v0.4.1
48772026-09-05T01:13:01.960Z[ host-image] Sep 05 01:13:00.661 INFO O| Sep 05 01:13:00.661 INFO O| Finalize: Creating fast lookup database ... Done
48782026-09-05T01:13:01.988Z[verify-libraries] Compiling darling_core v0.21.3
48792026-09-05T01:13:01.992Z[verify-libraries] Compiling maplit v1.0.2
48802026-09-05T01:13:01.994Z[ host-image] Sep 05 01:13:00.694 INFO O| Sep 05 01:13:00.693 INFO O| Finalize: Reading search index ... Done
48812026-09-05T01:13:01.995Z[ host-image] Sep 05 01:13:00.694 INFO O| Sep 05 01:13:00.694 INFO O| Finalize: Updating search index ... Done
48822026-09-05T01:13:02.026Z[ host-image] Sep 05 01:13:00.727 INFO O| Sep 05 01:13:00.725 INFO O| Finalize: Updating package cache ... Done
48832026-09-05T01:13:02.054Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48842026-09-05T01:13:02.132Z[verify-libraries] Compiling yasna v0.5.2
48852026-09-05T01:13:02.306Z[ recovery-image] Sep 05 01:13:01.006 INFO O| Sep 05 01:13:01.006 INFO O| Startup: Caching catalogs ... Done
48862026-09-05T01:13:02.323Z[ recovery-image] Sep 05 01:13:01.024 INFO O| Sep 05 01:13:01.024 INFO O| Planning: Planning completed in 0.00 seconds
48872026-09-05T01:13:02.326Z[ recovery-image] Sep 05 01:13:01.024 INFO O| Sep 05 01:13:01.024 INFO O| Planning: Consolidating action changes ... Done
48882026-09-05T01:13:02.326Z[ recovery-image] Sep 05 01:13:01.024 INFO O| Sep 05 01:13:01.024 INFO O| Planning: Evaluating mediators ... Done
48892026-09-05T01:13:02.327Z[ recovery-image] Sep 05 01:13:01.025 INFO O| Sep 05 01:13:01.025 INFO O| Planning: Planning completed in 0.00 seconds
48902026-09-05T01:13:02.327Z[ recovery-image] Sep 05 01:13:01.025 INFO O| Sep 05 01:13:01.025 INFO O| Variants/Facets to change: 1
48912026-09-05T01:13:02.330Z[verify-libraries] Compiling crc8 v0.1.1
48922026-09-05T01:13:02.345Z[ host-image] Sep 05 01:13:01.044 INFO O| Sep 05 01:13:01.044 INFO STEP 13 (pkg_install) COMPLETE
48932026-09-05T01:13:02.345Z[ host-image] Sep 05 01:13:01.044 INFO O| Sep 05 01:13:01.044 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48942026-09-05T01:13:02.356Z[ recovery-image] Sep 05 01:13:01.056 INFO O| Sep 05 01:13:01.056 INFO O| Finalize: Updating package state database ... Done
48952026-09-05T01:13:02.356Z[ recovery-image] Sep 05 01:13:01.056 INFO O| Sep 05 01:13:01.056 INFO O| Finalize: Updating package cache ... Done
48962026-09-05T01:13:02.366Z[ host-image] Sep 05 01:13:01.066 INFO O| Sep 05 01:13:01.066 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48972026-09-05T01:13:02.437Z[ recovery-image] Sep 05 01:13:01.137 INFO O| Sep 05 01:13:01.137 INFO O| Finalize: Updating image state ... Done
48982026-09-05T01:13:02.455Z[ recovery-image] Sep 05 01:13:01.155 INFO O| Sep 05 01:13:01.155 INFO O| Finalize: Creating fast lookup database ... Done
48992026-09-05T01:13:02.459Z[ recovery-image] Sep 05 01:13:01.156 INFO O| Sep 05 01:13:01.156 INFO O| Finalize: Reading search index ... Done
49002026-09-05T01:13:02.459Z[ recovery-image] Sep 05 01:13:01.156 INFO O| Sep 05 01:13:01.156 INFO O| Finalize: Updating search index ... Done
49012026-09-05T01:13:02.459Z[ recovery-image] Sep 05 01:13:01.157 INFO O| Sep 05 01:13:01.157 INFO O| Finalize: Updating package cache ... Done
49022026-09-05T01:13:02.475Z[verify-libraries] Compiling tabled v0.21.0
49032026-09-05T01:13:02.616Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49042026-09-05T01:13:02.648Z[verify-libraries] Compiling vergen-lib v0.1.6
49052026-09-05T01:13:02.655Z[verify-libraries] Compiling diesel_derives v2.3.7
49062026-09-05T01:13:02.719Z[verify-libraries] Compiling port-file v0.1.0
49072026-09-05T01:13:02.790Z[ recovery-image] Sep 05 01:13:01.490 INFO O| Sep 05 01:13:01.490 INFO STEP 10 (pkg_change_facet) COMPLETE
49082026-09-05T01:13:02.790Z[ recovery-image] Sep 05 01:13:01.490 INFO O| Sep 05 01:13:01.490 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-09-05T01:13:02.800Z[ recovery-image] Sep 05 01:13:01.501 INFO O| Sep 05 01:13:01.500 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"]
49102026-09-05T01:13:02.965Z[verify-libraries] Compiling rcgen v0.12.1
49112026-09-05T01:13:03.083Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49122026-09-05T01:13:03.087Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49132026-09-05T01:13:03.109Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49142026-09-05T01:13:03.172Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49152026-09-05T01:13:03.303Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49162026-09-05T01:13:03.432Z[verify-libraries] Compiling r2d2 v0.8.10
49172026-09-05T01:13:03.463Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49182026-09-05T01:13:03.505Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49192026-09-05T01:13:03.538Z[verify-libraries] Compiling progenitor v0.14.0
49202026-09-05T01:13:03.689Z[verify-libraries] Compiling digest-io v0.1.0
49212026-09-05T01:13:03.733Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49222026-09-05T01:13:03.812Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49232026-09-05T01:13:03.956Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49242026-09-05T01:13:04.049Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49252026-09-05T01:13:04.277Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49262026-09-05T01:13:04.346Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49272026-09-05T01:13:04.725Z[verify-libraries] Compiling darling_macro v0.21.3
49282026-09-05T01:13:04.773Z[ host-image] Sep 05 01:13:03.473 INFO O| Sep 05 01:13:03.473 INFO O| Startup: Refreshing catalog 'helios' ... Done
49292026-09-05T01:13:04.779Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49302026-09-05T01:13:04.949Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49312026-09-05T01:13:05.056Z[verify-libraries] Compiling rawzip v0.4.4
49322026-09-05T01:13:05.266Z[verify-libraries] Compiling downcast-rs v2.0.2
49332026-09-05T01:13:05.281Z[verify-libraries] Compiling cpubits v0.1.1
49342026-09-05T01:13:05.292Z[ recovery-image] Sep 05 01:13:03.982 INFO O| Sep 05 01:13:03.982 INFO O| Startup: Refreshing catalog 'helios' ... Done
49352026-09-05T01:13:05.335Z[verify-libraries] Compiling crunchy v0.2.4
49362026-09-05T01:13:05.346Z[ host-image] Sep 05 01:13:04.047 INFO O| Sep 05 01:13:04.047 INFO O| Startup: Caching catalogs ... Done
49372026-09-05T01:13:05.357Z[verify-libraries] Compiling dirs-next v2.0.0
49382026-09-05T01:13:05.477Z[verify-libraries] Compiling clang-sys v1.8.1
49392026-09-05T01:13:05.517Z[verify-libraries] Compiling darling v0.21.3
49402026-09-05T01:13:05.522Z[verify-libraries] Compiling ignore v0.4.25
49412026-09-05T01:13:05.625Z[verify-libraries] Compiling anstyle-parse v0.2.7
49422026-09-05T01:13:05.727Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49432026-09-05T01:13:05.833Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49442026-09-05T01:13:05.871Z[ recovery-image] Sep 05 01:13:04.565 INFO O| Sep 05 01:13:04.565 INFO O| Startup: Caching catalogs ... Done
49452026-09-05T01:13:05.875Z[verify-libraries] Compiling tiny-keccak v2.0.2
49462026-09-05T01:13:05.948Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49472026-09-05T01:13:06.055Z[ host-image] Sep 05 01:13:04.755 INFO O| Sep 05 01:13:04.755 INFO O| Planning: Solver setup ... Done
49482026-09-05T01:13:06.061Z[ host-image] Sep 05 01:13:04.761 INFO O| Sep 05 01:13:04.761 INFO O| Planning: Running solver ... Done
49492026-09-05T01:13:06.069Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49502026-09-05T01:13:06.079Z[ host-image] Sep 05 01:13:04.780 INFO O| Sep 05 01:13:04.779 INFO O| Planning: Finding local manifests ... Done
49512026-09-05T01:13:06.126Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49522026-09-05T01:13:06.147Z[ host-image] Sep 05 01:13:04.845 INFO O| Sep 05 01:13:04.845 INFO O| Planning: Fetching manifests: 0/1 0% complete
49532026-09-05T01:13:06.156Z[verify-libraries] Compiling anstream v0.6.21
49542026-09-05T01:13:06.161Z[ host-image] Sep 05 01:13:04.857 INFO O| Sep 05 01:13:04.857 INFO O| Planning: Fetching manifests: 1/1 100% complete
49552026-09-05T01:13:06.175Z[ host-image] Sep 05 01:13:04.875 INFO O| Sep 05 01:13:04.875 INFO O| Planning: Package planning ... Done
49562026-09-05T01:13:06.178Z[ host-image] Sep 05 01:13:04.876 INFO O| Sep 05 01:13:04.876 INFO O| Planning: Merging actions ... Done
49572026-09-05T01:13:06.198Z[verify-libraries] Compiling term v0.7.0
49582026-09-05T01:13:06.233Z[ host-image] Sep 05 01:13:04.933 INFO O| Sep 05 01:13:04.933 INFO O| Planning: Checking for conflicting actions ... Done
49592026-09-05T01:13:06.236Z[ host-image] Sep 05 01:13:04.933 INFO O| Sep 05 01:13:04.933 INFO O| Planning: Consolidating action changes ... Done
49602026-09-05T01:13:06.239Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49612026-09-05T01:13:06.239Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49622026-09-05T01:13:06.321Z[verify-libraries] Compiling globwalk v0.9.1
49632026-09-05T01:13:06.381Z[ host-image] Sep 05 01:13:05.081 INFO O| Sep 05 01:13:05.081 INFO O| Planning: Evaluating mediators ... Done
49642026-09-05T01:13:06.384Z[ host-image] Sep 05 01:13:05.082 INFO O| Sep 05 01:13:05.082 INFO O| Planning: Planning completed in 1.02 seconds
49652026-09-05T01:13:06.384Z[ host-image] Sep 05 01:13:05.082 INFO O| Sep 05 01:13:05.082 INFO O| Packages to install: 1
49662026-09-05T01:13:06.395Z[ host-image] Sep 05 01:13:05.095 INFO O| Sep 05 01:13:05.095 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49672026-09-05T01:13:06.535Z[ host-image] Sep 05 01:13:05.235 INFO O| Sep 05 01:13:05.235 INFO O| Download: Completed 13.27 MB in 0.14 seconds (94.7M/s)
49682026-09-05T01:13:06.576Z[ host-image] Sep 05 01:13:05.276 INFO O| Sep 05 01:13:05.276 INFO O| Actions: 1/22 actions (Installing new actions)
49692026-09-05T01:13:06.609Z[verify-libraries] Compiling predicates-tree v1.0.13
49702026-09-05T01:13:06.735Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49712026-09-05T01:13:06.808Z[ host-image] Sep 05 01:13:05.504 INFO O| Sep 05 01:13:05.503 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49722026-09-05T01:13:06.853Z[ host-image] Sep 05 01:13:05.553 INFO O| Sep 05 01:13:05.553 INFO O| Finalize: Updating package state database ... Done
49732026-09-05T01:13:06.853Z[ host-image] Sep 05 01:13:05.553 INFO O| Sep 05 01:13:05.553 INFO O| Finalize: Updating package cache ... Done
49742026-09-05T01:13:06.859Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49752026-09-05T01:13:06.898Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49762026-09-05T01:13:06.950Z[verify-libraries] Compiling rand_seeder v0.4.0
49772026-09-05T01:13:06.956Z[ host-image] Sep 05 01:13:05.656 INFO O| Sep 05 01:13:05.656 INFO O| Finalize: Updating image state ... Done
49782026-09-05T01:13:07.001Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49792026-09-05T01:13:07.001Z[verify-libraries] Compiling diff v0.1.13
49802026-09-05T01:13:07.148Z[verify-libraries] Compiling bit-vec v0.6.3
49812026-09-05T01:13:07.234Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49822026-09-05T01:13:07.422Z[verify-libraries] Compiling bit-set v0.5.3
49832026-09-05T01:13:07.462Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
49842026-09-05T01:13:07.469Z[verify-libraries] Compiling ascii-canvas v3.0.0
49852026-09-05T01:13:07.522Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49862026-09-05T01:13:07.526Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49872026-09-05T01:13:07.611Z[verify-libraries] Compiling itertools v0.10.5
49882026-09-05T01:13:07.614Z[verify-libraries] Compiling libloading v0.8.9
49892026-09-05T01:13:07.614Z[verify-libraries] Compiling ena v0.14.4
49902026-09-05T01:13:07.802Z[verify-libraries] Compiling regex-syntax v0.6.29
49912026-09-05T01:13:07.856Z[verify-libraries] Compiling bindgen v0.71.1
49922026-09-05T01:13:07.912Z[ host-image] Sep 05 01:13:06.613 INFO O| Sep 05 01:13:06.613 INFO O| Finalize: Creating fast lookup database ... Done
49932026-09-05T01:13:07.947Z[ host-image] Sep 05 01:13:06.648 INFO O| Sep 05 01:13:06.648 INFO O| Finalize: Reading search index ... Done
49942026-09-05T01:13:07.947Z[ host-image] Sep 05 01:13:06.648 INFO O| Sep 05 01:13:06.648 INFO O| Finalize: Updating search index ... Done
49952026-09-05T01:13:07.968Z[ host-image] Sep 05 01:13:06.658 INFO O| Sep 05 01:13:06.658 INFO O| Finalize: Updating package cache ... Done
49962026-09-05T01:13:08.056Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49972026-09-05T01:13:08.059Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
49982026-09-05T01:13:08.283Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 14 (pkg_install) COMPLETE
49992026-09-05T01:13:08.287Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-09-05T01:13:08.287Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "mbist" is not enabled
50012026-09-05T01:13:08.290Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "mfg" is not enabled
50032026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50042026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "compliance" is not enabled
50052026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "stress" is not enabled
50072026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50082026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "compliance" is not enabled
50092026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50102026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO skip step because feature "nfs" is not enabled
50112026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50122026-09-05T01:13:08.293Z[ host-image] Sep 05 01:13:06.959 INFO O| Sep 05 01:13:06.959 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50132026-09-05T01:13:08.312Z[verify-libraries] Compiling cexpr v0.6.0
50142026-09-05T01:13:08.364Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50152026-09-05T01:13:08.367Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50162026-09-05T01:13:08.440Z[ host-image] Sep 05 01:13:07.140 INFO O| Sep 05 01:13:07.140 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50172026-09-05T01:13:08.482Z[verify-libraries] Compiling rustc-hash v2.1.1
50182026-09-05T01:13:08.544Z[ host-image] Sep 05 01:13:07.244 INFO O| Sep 05 01:13:07.244 INFO completed processing sled/ramdisk-01-os
50192026-09-05T01:13:08.548Z[ host-image] Sep 05 01:13:07.247 INFO omicron1 baseline generation...
50202026-09-05T01:13:08.548Z[ host-image] Sep 05 01:13:07.247 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50212026-09-05T01:13:08.809Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50222026-09-05T01:13:08.931Z[ host-image] Sep 05 01:13:07.620 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50232026-09-05T01:13:08.987Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50242026-09-05T01:13:09.037Z[verify-libraries] Compiling rfc6979 v0.4.0
50252026-09-05T01:13:09.072Z[verify-libraries] Compiling libxml v0.3.3
50262026-09-05T01:13:09.072Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50272026-09-05T01:13:09.094Z[ recovery-image] Sep 05 01:13:07.795 INFO O| Sep 05 01:13:07.792 INFO O| Planning: Solver setup ... Done
50282026-09-05T01:13:09.156Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50292026-09-05T01:13:09.159Z[verify-libraries] Compiling primeorder v0.13.6
50302026-09-05T01:13:09.305Z[verify-libraries] Compiling lalrpop v0.19.12
50312026-09-05T01:13:09.402Z[ recovery-image] Sep 05 01:13:08.101 INFO O| Sep 05 01:13:08.101 INFO O| Planning: Running solver ... Done
50322026-09-05T01:13:09.448Z[verify-libraries] Compiling ecdsa v0.16.9
50332026-09-05T01:13:09.488Z[ recovery-image] Sep 05 01:13:08.189 INFO O| Sep 05 01:13:08.189 INFO O| Planning: Finding local manifests ... Done
50342026-09-05T01:13:09.524Z[verify-libraries] Compiling strum_macros v0.24.3
50352026-09-05T01:13:09.567Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50362026-09-05T01:13:09.600Z[verify-libraries] Compiling hashbrown v0.14.5
50372026-09-05T01:13:09.603Z[ recovery-image] Sep 05 01:13:08.302 INFO O| Sep 05 01:13:08.301 INFO O| Planning: Fetching manifests: 0/130 0% complete
50382026-09-05T01:13:09.993Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50392026-09-05T01:13:09.993Z[verify-libraries] Compiling hmac v0.13.0
50402026-09-05T01:13:10.067Z[verify-libraries] Compiling universal-hash v0.6.1
50412026-09-05T01:13:10.134Z[verify-libraries] Compiling fxhash v0.2.1
50422026-09-05T01:13:10.376Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50432026-09-05T01:13:10.379Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50442026-09-05T01:13:10.830Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50452026-09-05T01:13:10.989Z[verify-libraries] Compiling salty v0.3.0
50462026-09-05T01:13:11.257Z[verify-libraries] Compiling indoc v1.0.9
50472026-09-05T01:13:11.425Z[verify-libraries] Compiling chumsky v0.9.3
50482026-09-05T01:13:11.774Z[verify-libraries] Compiling knus-derive v3.4.0
50492026-09-05T01:13:11.871Z[verify-libraries] Compiling p384 v0.13.1
50502026-09-05T01:13:12.069Z[verify-libraries] Compiling diesel v2.3.7
50512026-09-05T01:13:12.474Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50522026-09-05T01:13:12.749Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50532026-09-05T01:13:12.913Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50542026-09-05T01:13:13.442Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50552026-09-05T01:13:13.773Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50562026-09-05T01:13:13.823Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50572026-09-05T01:13:13.961Z[ recovery-image] Sep 05 01:13:12.661 INFO O| Sep 05 01:13:12.661 INFO O| Planning: Fetching manifests: 130/130 100% complete
50582026-09-05T01:13:13.990Z[verify-libraries] Compiling oso-derive v0.27.3
50592026-09-05T01:13:14.232Z[verify-libraries] Compiling quick-xml v0.37.5
50602026-09-05T01:13:14.545Z[ recovery-image] Sep 05 01:13:13.235 INFO O| Sep 05 01:13:13.235 INFO O| Planning: Package planning ... Done
50612026-09-05T01:13:14.555Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50622026-09-05T01:13:14.623Z[verify-libraries] Compiling openssl-probe v0.1.6
50632026-09-05T01:13:14.691Z[ recovery-image] Sep 05 01:13:13.392 INFO O| Sep 05 01:13:13.392 INFO O| Planning: Merging actions ... Done
50642026-09-05T01:13:14.760Z[ recovery-image] Sep 05 01:13:13.460 INFO O| Sep 05 01:13:13.460 INFO O| Planning: Checking for conflicting actions ... Done
50652026-09-05T01:13:14.815Z[ recovery-image] Sep 05 01:13:13.516 INFO O| Sep 05 01:13:13.516 INFO O| Planning: Consolidating action changes ... Done
50662026-09-05T01:13:14.949Z[ recovery-image] Sep 05 01:13:13.650 INFO O| Sep 05 01:13:13.650 INFO O| Planning: Evaluating mediators ... Done
50672026-09-05T01:13:15.213Z[verify-libraries] Compiling knus v3.4.0
50682026-09-05T01:13:15.273Z[verify-libraries] Compiling polyval v0.7.1
50692026-09-05T01:13:15.326Z[verify-libraries] Compiling der v0.8.0
50702026-09-05T01:13:15.624Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50712026-09-05T01:13:15.707Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50722026-09-05T01:13:15.741Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50732026-09-05T01:13:15.806Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50742026-09-05T01:13:16.296Z[verify-libraries] Compiling git-stub v1.0.0
50752026-09-05T01:13:16.316Z[verify-libraries] Compiling kstat-rs v0.2.5
50762026-09-05T01:13:16.422Z[ recovery-image] Sep 05 01:13:15.122 INFO O| Sep 05 01:13:15.122 INFO O| Planning: Planning completed in 10.54 seconds
50772026-09-05T01:13:16.425Z[ recovery-image] Sep 05 01:13:15.124 INFO O| Sep 05 01:13:15.124 INFO O| Packages to install: 130
50782026-09-05T01:13:16.425Z[ recovery-image] Sep 05 01:13:15.124 INFO O| Sep 05 01:13:15.124 INFO O| Mediators to change: 5
50792026-09-05T01:13:16.425Z[ recovery-image] Sep 05 01:13:15.124 INFO O| Sep 05 01:13:15.124 INFO O| Services to change: 5
50802026-09-05T01:13:16.452Z[ recovery-image] Sep 05 01:13:15.152 INFO O| Sep 05 01:13:15.152 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50812026-09-05T01:13:16.628Z[verify-libraries] Compiling trait-variant v0.1.2
50822026-09-05T01:13:16.654Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50832026-09-05T01:13:16.684Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50842026-09-05T01:13:16.684Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50852026-09-05T01:13:16.761Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50862026-09-05T01:13:16.797Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50872026-09-05T01:13:16.801Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50882026-09-05T01:13:16.853Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50892026-09-05T01:13:17.037Z[verify-libraries] Compiling ghash v0.6.0
50902026-09-05T01:13:17.042Z[verify-libraries] Compiling pbkdf2 v0.13.0
50912026-09-05T01:13:17.205Z[verify-libraries] Compiling crypto-bigint v0.7.5
50922026-09-05T01:13:17.267Z[verify-libraries] Compiling aes v0.9.1
50932026-09-05T01:13:17.314Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50942026-09-05T01:13:17.318Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50952026-09-05T01:13:17.416Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50962026-09-05T01:13:17.797Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
50972026-09-05T01:13:17.837Z[verify-libraries] Compiling ctr v0.10.1
50982026-09-05T01:13:17.968Z[verify-libraries] Compiling aead v0.6.1
50992026-09-05T01:13:18.026Z[verify-libraries] Compiling bb8 v0.8.6
51002026-09-05T01:13:18.189Z[verify-libraries] Compiling parking_lot_core v0.8.6
51012026-09-05T01:13:18.339Z[verify-libraries] Compiling aes-gcm v0.11.0
51022026-09-05T01:13:18.506Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51032026-09-05T01:13:18.621Z[verify-libraries] Compiling spki v0.8.0
51042026-09-05T01:13:18.721Z[verify-libraries] Compiling mime_guess v2.0.5
51052026-09-05T01:13:18.759Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51062026-09-05T01:13:18.863Z[verify-libraries] Compiling salsa20 v0.11.0
51072026-09-05T01:13:18.994Z[verify-libraries] Compiling nanorand v0.7.0
51082026-09-05T01:13:19.103Z[verify-libraries] Compiling scrypt v0.12.0
51092026-09-05T01:13:19.164Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51102026-09-05T01:13:19.364Z[verify-libraries] Compiling flume v0.11.1
51112026-09-05T01:13:19.416Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51122026-09-05T01:13:19.487Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51132026-09-05T01:13:19.542Z[verify-libraries] Compiling cbc v0.2.1
51142026-09-05T01:13:19.580Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51152026-09-05T01:13:19.759Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51162026-09-05T01:13:19.759Z[verify-libraries] Compiling corncobs v0.1.4
51172026-09-05T01:13:19.898Z[verify-libraries] Compiling nonempty v0.12.0
51182026-09-05T01:13:20.041Z[verify-libraries] Compiling http-range v0.1.5
51192026-09-05T01:13:20.123Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51202026-09-05T01:13:20.180Z[verify-libraries] Compiling pkcs5 v0.8.1
51212026-09-05T01:13:20.262Z[verify-libraries] Compiling parking_lot v0.11.2
51222026-09-05T01:13:20.316Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51232026-09-05T01:13:20.590Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51242026-09-05T01:13:20.672Z[verify-libraries] Compiling prefix-trie v0.7.0
51252026-09-05T01:13:20.746Z[verify-libraries] Compiling secrecy v0.8.0
51262026-09-05T01:13:20.788Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51272026-09-05T01:13:20.845Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51282026-09-05T01:13:20.970Z[verify-libraries] Compiling pkcs8 v0.11.0
51292026-09-05T01:13:21.077Z[verify-libraries] Compiling hickory-server v0.25.2
51302026-09-05T01:13:21.163Z[verify-libraries] Compiling sled v0.34.7
51312026-09-05T01:13:21.420Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51322026-09-05T01:13:21.460Z[ recovery-image] Sep 05 01:13:20.153 INFO O| Sep 05 01:13:20.153 INFO O| Download: 9323/16683 items 93.9/200.2MB 46% complete (18.8M/s)
51332026-09-05T01:13:21.466Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51342026-09-05T01:13:21.466Z[verify-libraries] Compiling ff v0.14.0
51352026-09-05T01:13:21.582Z[verify-libraries] Compiling libz-sys v1.1.24
51362026-09-05T01:13:21.701Z[verify-libraries] Compiling group v0.14.0
51372026-09-05T01:13:21.961Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51382026-09-05T01:13:21.990Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51392026-09-05T01:13:22.012Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51402026-09-05T01:13:22.180Z[verify-libraries] Compiling signature v3.0.0
51412026-09-05T01:13:22.207Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51422026-09-05T01:13:22.421Z[verify-libraries] Compiling base16ct v1.0.0
51432026-09-05T01:13:22.440Z[verify-libraries] Compiling instability v0.3.11
51442026-09-05T01:13:22.614Z[verify-libraries] Compiling sec1 v0.8.1
51452026-09-05T01:13:22.717Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51462026-09-05T01:13:22.758Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51472026-09-05T01:13:22.793Z[verify-libraries] Compiling hkdf v0.13.0
51482026-09-05T01:13:23.026Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51492026-09-05T01:13:23.042Z[verify-libraries] Compiling scuffle v0.1.0
51502026-09-05T01:13:23.207Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51512026-09-05T01:13:23.384Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51522026-09-05T01:13:23.402Z[verify-libraries] Compiling castaway v0.2.4
51532026-09-05T01:13:23.522Z[verify-libraries] Compiling indoc v2.0.7
51542026-09-05T01:13:23.624Z[verify-libraries] Compiling compact_str v0.8.1
51552026-09-05T01:13:24.128Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51562026-09-05T01:13:24.789Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51572026-09-05T01:13:24.847Z[verify-libraries] Compiling elliptic-curve v0.14.1
51582026-09-05T01:13:25.028Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51592026-09-05T01:13:25.056Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51602026-09-05T01:13:25.375Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51612026-09-05T01:13:25.460Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51622026-09-05T01:13:25.485Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51632026-09-05T01:13:25.615Z[verify-libraries] Compiling lru v0.12.5
51642026-09-05T01:13:25.916Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51652026-09-05T01:13:25.977Z[verify-libraries] Compiling unicode-truncate v1.1.0
51662026-09-05T01:13:26.012Z[verify-libraries] Compiling arc-swap v1.8.2
51672026-09-05T01:13:26.018Z[verify-libraries] Compiling cassowary v0.3.0
51682026-09-05T01:13:26.150Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51692026-09-05T01:13:26.235Z[verify-libraries] Compiling wnaf v0.14.0
51702026-09-05T01:13:26.454Z[ recovery-image] Sep 05 01:13:25.153 INFO O| Sep 05 01:13:25.153 INFO O| Download: 16470/16683 items 195.0/200.2MB 97% complete (19.6M/s)
51712026-09-05T01:13:26.458Z[verify-libraries] Compiling ratatui v0.29.0
51722026-09-05T01:13:26.524Z[verify-libraries] Compiling slog-scope v4.4.1
51732026-09-05T01:13:26.646Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51742026-09-05T01:13:26.787Z[ recovery-image] Sep 05 01:13:25.482 INFO O| Sep 05 01:13:25.482 INFO O| Download: Completed 200.18 MB in 10.33 seconds (19.3M/s)
51752026-09-05T01:13:26.878Z[verify-libraries] Compiling primefield v0.14.0
51762026-09-05T01:13:27.222Z[verify-libraries] Compiling rfc6979 v0.6.0
51772026-09-05T01:13:27.401Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51782026-09-05T01:13:27.433Z[verify-libraries] Compiling progenitor-impl v0.13.0
51792026-09-05T01:13:27.578Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51802026-09-05T01:13:27.849Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51812026-09-05T01:13:28.090Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51822026-09-05T01:13:28.156Z[ recovery-image] Sep 05 01:13:26.856 INFO O| Sep 05 01:13:26.856 INFO O| Actions: 1/27596 actions (Installing new actions)
51832026-09-05T01:13:28.333Z[verify-libraries] Compiling vergen-git2 v9.1.0
51842026-09-05T01:13:28.724Z[verify-libraries] Compiling strsim v0.10.0
51852026-09-05T01:13:29.024Z[verify-libraries] Compiling darling_core v0.13.4
51862026-09-05T01:13:29.203Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51872026-09-05T01:13:29.350Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51882026-09-05T01:13:29.772Z[verify-libraries] Compiling ecdsa v0.17.0
51892026-09-05T01:13:29.816Z[verify-libraries] Compiling primeorder v0.14.0
51902026-09-05T01:13:29.829Z[verify-libraries] Compiling slog-stdlog v4.1.1
51912026-09-05T01:13:29.855Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51922026-09-05T01:13:30.165Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51932026-09-05T01:13:30.314Z[verify-libraries] Compiling tungstenite v0.23.0
51942026-09-05T01:13:30.396Z[verify-libraries] Compiling progenitor-client v0.13.0
51952026-09-05T01:13:30.422Z[verify-libraries] Compiling console v0.16.2
51962026-09-05T01:13:30.422Z[verify-libraries] Compiling curve25519-dalek v5.0.0
51972026-09-05T01:13:30.443Z[verify-libraries] Compiling progenitor-macro v0.13.0
51982026-09-05T01:13:30.860Z[verify-libraries] Compiling libsw-core v0.3.2
51992026-09-05T01:13:30.986Z[verify-libraries] Compiling unit-prefix v0.5.2
52002026-09-05T01:13:31.060Z[verify-libraries] Compiling void v1.0.2
52012026-09-05T01:13:31.108Z[verify-libraries] Compiling assert_matches v1.5.0
52022026-09-05T01:13:31.135Z[verify-libraries] Compiling indicatif v0.18.4
52032026-09-05T01:13:31.149Z[verify-libraries] Compiling libsw v3.5.0
52042026-09-05T01:13:31.152Z[verify-libraries] Compiling darling_macro v0.13.4
52052026-09-05T01:13:31.213Z[verify-libraries] Compiling lzss v0.8.2
52062026-09-05T01:13:31.262Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52072026-09-05T01:13:31.347Z[verify-libraries] Compiling slog-envlogger v2.2.0
52082026-09-05T01:13:31.417Z[verify-libraries] Compiling ssh-encoding v0.3.0
52092026-09-05T01:13:31.444Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52102026-09-05T01:13:31.599Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52112026-09-05T01:13:31.786Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52122026-09-05T01:13:31.863Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52132026-09-05T01:13:31.907Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52142026-09-05T01:13:31.951Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52152026-09-05T01:13:32.019Z[verify-libraries] Compiling nix v0.27.1
52162026-09-05T01:13:32.159Z[verify-libraries] Compiling colored v2.2.0
52172026-09-05T01:13:32.226Z[verify-libraries] Compiling blake3 v1.8.5
52182026-09-05T01:13:32.260Z[verify-libraries] Compiling serde_bytes v0.11.19
52192026-09-05T01:13:32.284Z[verify-libraries] Compiling keccak v0.2.0
52202026-09-05T01:13:32.520Z[verify-libraries] Compiling shell-words v1.1.1
52212026-09-05T01:13:32.686Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52222026-09-05T01:13:32.691Z[verify-libraries] Compiling darling v0.13.4
52232026-09-05T01:13:32.740Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52242026-09-05T01:13:32.970Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52252026-09-05T01:13:33.160Z[ recovery-image] Sep 05 01:13:31.860 INFO O| Sep 05 01:13:31.860 INFO O| Actions: 21795/27596 actions (Installing new actions)
52262026-09-05T01:13:33.202Z[verify-libraries] Compiling ed25519 v3.0.0
52272026-09-05T01:13:33.278Z[verify-libraries] Compiling crypto-primes v0.7.2
52282026-09-05T01:13:33.421Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52292026-09-05T01:13:33.613Z[verify-libraries] Compiling poly1305 v0.9.0
52302026-09-05T01:13:33.669Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52312026-09-05T01:13:33.790Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52322026-09-05T01:13:34.062Z[ recovery-image] Sep 05 01:13:32.727 INFO O| Sep 05 01:13:32.727 INFO O| Actions: Completed 27596 actions in 5.87 seconds.
52332026-09-05T01:13:34.108Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52342026-09-05T01:13:34.118Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52352026-09-05T01:13:34.205Z[ recovery-image] Sep 05 01:13:32.901 INFO O| Sep 05 01:13:32.901 INFO O| Finalize: Updating package state database ... Done
52362026-09-05T01:13:34.205Z[ recovery-image] Sep 05 01:13:32.901 INFO O| Sep 05 01:13:32.901 INFO O| Finalize: Updating package cache ... Done
52372026-09-05T01:13:34.363Z[ recovery-image] Sep 05 01:13:33.057 INFO O| Sep 05 01:13:33.057 INFO O| Finalize: Updating image state ... Done
52382026-09-05T01:13:34.386Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52392026-09-05T01:13:34.413Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52402026-09-05T01:13:34.461Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52412026-09-05T01:13:34.470Z[verify-libraries] Compiling blowfish v0.10.0
52422026-09-05T01:13:34.505Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52432026-09-05T01:13:34.669Z[verify-libraries] Compiling petname v2.0.2
52442026-09-05T01:13:34.713Z[verify-libraries] Compiling constant_time_eq v0.4.2
52452026-09-05T01:13:34.768Z[verify-libraries] Compiling arrayvec v0.7.6
52462026-09-05T01:13:34.881Z[verify-libraries] Compiling arrayref v0.3.9
52472026-09-05T01:13:34.917Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52482026-09-05T01:13:35.100Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52492026-09-05T01:13:35.154Z[ recovery-image] Sep 05 01:13:33.855 INFO O| Sep 05 01:13:33.854 INFO O| Finalize: Creating fast lookup database ... Done
52502026-09-05T01:13:35.181Z[ recovery-image] Sep 05 01:13:33.874 INFO O| Sep 05 01:13:33.874 INFO O| Finalize: Reading search index ... Done
52512026-09-05T01:13:35.334Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52522026-09-05T01:13:35.452Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52532026-09-05T01:13:35.481Z[verify-libraries] Compiling ssh-cipher v0.3.0
52542026-09-05T01:13:35.488Z[verify-libraries] Compiling serde_with_macros v1.5.2
52552026-09-05T01:13:35.783Z[verify-libraries] Compiling sha3 v0.11.0
52562026-09-05T01:13:36.134Z[verify-libraries] Compiling progenitor v0.13.0
52572026-09-05T01:13:36.139Z[verify-libraries] Compiling p256 v0.14.0
52582026-09-05T01:13:36.301Z[verify-libraries] Compiling p521 v0.14.0
52592026-09-05T01:13:36.363Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52602026-09-05T01:13:36.406Z[verify-libraries] Compiling p384 v0.14.0
52612026-09-05T01:13:36.438Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52622026-09-05T01:13:36.604Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52632026-09-05T01:13:36.648Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52642026-09-05T01:13:36.682Z[verify-libraries] Compiling twox-hash v2.1.2
52652026-09-05T01:13:37.131Z[verify-libraries] Compiling kem v0.3.0
52662026-09-05T01:13:41.620Z[ recovery-image] Sep 05 01:13:35.882 INFO O| Sep 05 01:13:35.882 INFO O| Finalize: Building new search index ... Done
52672026-09-05T01:13:41.678Z[verify-libraries] Compiling module-lattice v0.2.3
52682026-09-05T01:13:41.678Z[verify-libraries] Compiling rtoolbox v0.0.3
52692026-09-05T01:13:41.678Z[verify-libraries] Compiling atty v0.2.14
52702026-09-05T01:13:41.678Z[ recovery-image] Sep 05 01:13:36.152 INFO O| Sep 05 01:13:36.152 INFO O| Finalize: Updating package cache ... Done
52712026-09-05T01:13:41.678Z[verify-libraries] Compiling sponge-cursor v0.1.0
52722026-09-05T01:13:41.678Z[verify-libraries] Compiling topological-sort v0.2.2
52732026-09-05T01:13:41.678Z[verify-libraries] Compiling rpassword v7.5.4
52742026-09-05T01:13:41.678Z[verify-libraries] Compiling ml-kem v0.3.2
52752026-09-05T01:13:41.678Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52762026-09-05T01:13:41.678Z[verify-libraries] Compiling sha3 v0.12.0
52772026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO STEP 11 (pkg_install) COMPLETE
52782026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52792026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO skip step because feature "recovery" is enabled
52802026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52812026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO skip step because feature "omicron1" is not enabled
52822026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.536 INFO O| Sep 05 01:13:36.536 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52832026-09-05T01:13:41.679Z[ recovery-image] Sep 05 01:13:36.546 INFO O| Sep 05 01:13:36.546 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52842026-09-05T01:13:41.679Z[verify-libraries] Compiling serde_with v1.14.0
52852026-09-05T01:13:41.679Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52862026-09-05T01:13:41.679Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52872026-09-05T01:13:41.679Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52882026-09-05T01:13:41.679Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52892026-09-05T01:13:41.679Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52902026-09-05T01:13:41.679Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52912026-09-05T01:13:41.679Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52922026-09-05T01:13:41.679Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52932026-09-05T01:13:41.679Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52942026-09-05T01:13:41.679Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52952026-09-05T01:13:41.679Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52962026-09-05T01:13:41.679Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52972026-09-05T01:13:41.679Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52982026-09-05T01:13:41.679Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52992026-09-05T01:13:41.679Z[verify-libraries] Compiling fatfs v0.3.6
53002026-09-05T01:13:41.679Z[verify-libraries] Compiling num-bigint v0.4.6
53012026-09-05T01:13:41.679Z[verify-libraries] Compiling generic-array v1.4.3
53022026-09-05T01:13:41.679Z[verify-libraries] Compiling russh-util v0.52.0
53032026-09-05T01:13:41.679Z[verify-libraries] Compiling enum_dispatch v0.3.13
53042026-09-05T01:13:41.679Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53052026-09-05T01:13:41.679Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53062026-09-05T01:13:41.679Z[verify-libraries] Compiling delegate v0.13.5
53072026-09-05T01:13:41.679Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53082026-09-05T01:13:41.679Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53092026-09-05T01:13:41.680Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53102026-09-05T01:13:41.680Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53112026-09-05T01:13:41.938Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53122026-09-05T01:13:42.745Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53132026-09-05T01:13:42.919Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53142026-09-05T01:13:42.925Z[ recovery-image] Sep 05 01:13:41.626 INFO O| Sep 05 01:13:41.625 INFO O| Startup: Refreshing catalog 'helios' ... Done
53152026-09-05T01:13:43.466Z[ recovery-image] Sep 05 01:13:42.144 INFO O| Sep 05 01:13:42.144 INFO O| Startup: Caching catalogs ... Done
53162026-09-05T01:13:44.123Z[ recovery-image] Sep 05 01:13:42.823 INFO O| Sep 05 01:13:42.823 INFO O| Planning: Solver setup ... Done
53172026-09-05T01:13:44.128Z[ recovery-image] Sep 05 01:13:42.829 INFO O| Sep 05 01:13:42.828 INFO O| Planning: Running solver ... Done
53182026-09-05T01:13:44.145Z[ recovery-image] Sep 05 01:13:42.845 INFO O| Sep 05 01:13:42.845 INFO O| Planning: Finding local manifests ... Done
53192026-09-05T01:13:44.177Z[ recovery-image] Sep 05 01:13:42.877 INFO O| Sep 05 01:13:42.877 INFO O| Planning: Fetching manifests: 0/1 0% complete
53202026-09-05T01:13:44.200Z[ recovery-image] Sep 05 01:13:42.900 INFO O| Sep 05 01:13:42.900 INFO O| Planning: Fetching manifests: 1/1 100% complete
53212026-09-05T01:13:44.206Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53222026-09-05T01:13:44.230Z[ recovery-image] Sep 05 01:13:42.931 INFO O| Sep 05 01:13:42.931 INFO O| Planning: Package planning ... Done
53232026-09-05T01:13:44.230Z[ recovery-image] Sep 05 01:13:42.931 INFO O| Sep 05 01:13:42.931 INFO O| Planning: Merging actions ... Done
53242026-09-05T01:13:44.251Z[ recovery-image] Sep 05 01:13:42.951 INFO O| Sep 05 01:13:42.951 INFO O| Planning: Checking for conflicting actions ... Done
53252026-09-05T01:13:44.255Z[ recovery-image] Sep 05 01:13:42.951 INFO O| Sep 05 01:13:42.951 INFO O| Planning: Consolidating action changes ... Done
53262026-09-05T01:13:44.357Z[ recovery-image] Sep 05 01:13:43.057 INFO O| Sep 05 01:13:43.057 INFO O| Planning: Evaluating mediators ... Done
53272026-09-05T01:13:44.360Z[ recovery-image] Sep 05 01:13:43.057 INFO O| Sep 05 01:13:43.057 INFO O| Planning: Planning completed in 0.88 seconds
53282026-09-05T01:13:44.360Z[ recovery-image] Sep 05 01:13:43.057 INFO O| Sep 05 01:13:43.057 INFO O| Packages to install: 1
53292026-09-05T01:13:44.370Z[ recovery-image] Sep 05 01:13:43.070 INFO O| Sep 05 01:13:43.070 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53302026-09-05T01:13:44.493Z[ recovery-image] Sep 05 01:13:43.193 INFO O| Sep 05 01:13:43.193 INFO O| Download: Completed 13.27 MB in 0.12 seconds (112M/s)
53312026-09-05T01:13:44.535Z[ recovery-image] Sep 05 01:13:43.235 INFO O| Sep 05 01:13:43.235 INFO O| Actions: 1/22 actions (Installing new actions)
53322026-09-05T01:13:44.652Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53332026-09-05T01:13:44.772Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53342026-09-05T01:13:44.801Z[ recovery-image] Sep 05 01:13:43.501 INFO O| Sep 05 01:13:43.501 INFO O| Actions: Completed 22 actions in 0.26 seconds.
53352026-09-05T01:13:44.812Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53362026-09-05T01:13:44.843Z[ recovery-image] Sep 05 01:13:43.543 INFO O| Sep 05 01:13:43.543 INFO O| Finalize: Updating package state database ... Done
53372026-09-05T01:13:44.843Z[ recovery-image] Sep 05 01:13:43.543 INFO O| Sep 05 01:13:43.543 INFO O| Finalize: Updating package cache ... Done
53382026-09-05T01:13:44.959Z[ recovery-image] Sep 05 01:13:43.658 INFO O| Sep 05 01:13:43.658 INFO O| Finalize: Updating image state ... Done
53392026-09-05T01:13:45.626Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53402026-09-05T01:13:45.760Z[ recovery-image] Sep 05 01:13:44.461 INFO O| Sep 05 01:13:44.460 INFO O| Finalize: Creating fast lookup database ... Done
53412026-09-05T01:13:45.777Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53422026-09-05T01:13:45.777Z[ recovery-image] Sep 05 01:13:44.478 INFO O| Sep 05 01:13:44.477 INFO O| Finalize: Reading search index ... Done
53432026-09-05T01:13:45.777Z[ recovery-image] Sep 05 01:13:44.478 INFO O| Sep 05 01:13:44.477 INFO O| Finalize: Updating search index ... Done
53442026-09-05T01:13:45.787Z[ recovery-image] Sep 05 01:13:44.487 INFO O| Sep 05 01:13:44.487 INFO O| Finalize: Updating package cache ... Done
53452026-09-05T01:13:45.952Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53462026-09-05T01:13:46.099Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 14 (pkg_install) COMPLETE
53472026-09-05T01:13:46.099Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53482026-09-05T01:13:46.099Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "mbist" is not enabled
53492026-09-05T01:13:46.099Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53502026-09-05T01:13:46.099Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "mfg" is not enabled
53512026-09-05T01:13:46.114Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53522026-09-05T01:13:46.114Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "compliance" is not enabled
53532026-09-05T01:13:46.114Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53542026-09-05T01:13:46.114Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "stress" is not enabled
53552026-09-05T01:13:46.114Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53562026-09-05T01:13:46.115Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "compliance" is not enabled
53572026-09-05T01:13:46.115Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53582026-09-05T01:13:46.115Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO skip step because feature "nfs" is not enabled
53592026-09-05T01:13:46.115Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53602026-09-05T01:13:46.115Z[ recovery-image] Sep 05 01:13:44.799 INFO O| Sep 05 01:13:44.799 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53612026-09-05T01:13:46.138Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53622026-09-05T01:13:46.589Z[ recovery-image] Sep 05 01:13:45.289 INFO O| Sep 05 01:13:45.289 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53632026-09-05T01:13:46.729Z[ recovery-image] Sep 05 01:13:45.429 INFO O| Sep 05 01:13:45.429 INFO completed processing sled/ramdisk-01-os
53642026-09-05T01:13:46.734Z[ recovery-image] Sep 05 01:13:45.432 INFO image builder template: ramdisk-02-trim...
53652026-09-05T01:13:46.734Z[ recovery-image] Sep 05 01:13:45.432 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/.tmpI3cU64/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
53662026-09-05T01:13:46.754Z[ recovery-image] Sep 05 01:13:45.454 INFO O| Sep 05 01:13:45.454 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53672026-09-05T01:13:46.758Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53682026-09-05T01:13:46.758Z[ recovery-image] Sep 05 01:13:45.458 INFO O| Sep 05 01:13:45.458 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53692026-09-05T01:13:46.925Z[ recovery-image] Sep 05 01:13:45.625 INFO O| Sep 05 01:13:45.625 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53702026-09-05T01:13:47.022Z[ recovery-image] Sep 05 01:13:45.722 INFO O| Sep 05 01:13:45.722 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53712026-09-05T01:13:47.022Z[ recovery-image] Sep 05 01:13:45.722 INFO O| Sep 05 01:13:45.722 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53722026-09-05T01:13:47.027Z[ recovery-image] Sep 05 01:13:45.727 INFO O| Sep 05 01:13:45.727 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53732026-09-05T01:13:47.030Z[ recovery-image] Sep 05 01:13:45.731 INFO O| Sep 05 01:13:45.731 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53742026-09-05T01:13:47.035Z[ recovery-image] Sep 05 01:13:45.736 INFO O| Sep 05 01:13:45.735 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53752026-09-05T01:13:47.327Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53762026-09-05T01:13:47.370Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53772026-09-05T01:13:47.689Z[ recovery-image] Sep 05 01:13:46.389 INFO O| Sep 05 01:13:46.389 INFO rolled back to input snapshot; work may begin
53782026-09-05T01:13:47.689Z[ recovery-image] Sep 05 01:13:46.389 INFO O| Sep 05 01:13:46.389 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53792026-09-05T01:13:47.694Z[ recovery-image] Sep 05 01:13:46.394 INFO O| Sep 05 01:13:46.394 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53802026-09-05T01:13:47.705Z[ recovery-image] Sep 05 01:13:46.405 INFO O| Sep 05 01:13:46.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53812026-09-05T01:13:47.744Z[ recovery-image] Sep 05 01:13:46.444 INFO O| Sep 05 01:13:46.444 INFO STEP 0 (remove_files) COMPLETE
53822026-09-05T01:13:47.744Z[ recovery-image] Sep 05 01:13:46.444 INFO O| Sep 05 01:13:46.444 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53832026-09-05T01:13:47.755Z[ recovery-image] Sep 05 01:13:46.455 INFO O| Sep 05 01:13:46.455 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53842026-09-05T01:13:47.759Z[ recovery-image] Sep 05 01:13:46.456 INFO O| Sep 05 01:13:46.456 INFO STEP 1 (remove_files) COMPLETE
53852026-09-05T01:13:47.759Z[ recovery-image] Sep 05 01:13:46.456 INFO O| Sep 05 01:13:46.456 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53862026-09-05T01:13:47.767Z[ recovery-image] Sep 05 01:13:46.467 INFO O| Sep 05 01:13:46.467 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53872026-09-05T01:13:47.779Z[ recovery-image] Sep 05 01:13:46.480 INFO O| Sep 05 01:13:46.480 INFO STEP 2 (remove_files) COMPLETE
53882026-09-05T01:13:47.780Z[ recovery-image] Sep 05 01:13:46.480 INFO O| Sep 05 01:13:46.480 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53892026-09-05T01:13:47.790Z[ recovery-image] Sep 05 01:13:46.490 INFO O| Sep 05 01:13:46.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53902026-09-05T01:13:47.794Z[ recovery-image] Sep 05 01:13:46.492 INFO O| Sep 05 01:13:46.492 INFO STEP 3 (remove_files) COMPLETE
53912026-09-05T01:13:47.794Z[ recovery-image] Sep 05 01:13:46.492 INFO O| Sep 05 01:13:46.492 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53922026-09-05T01:13:47.805Z[ recovery-image] Sep 05 01:13:46.503 INFO O| Sep 05 01:13:46.503 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
53932026-09-05T01:13:47.808Z[ recovery-image] Sep 05 01:13:46.506 INFO O| Sep 05 01:13:46.506 INFO STEP 4 (remove_files) COMPLETE
53942026-09-05T01:13:47.808Z[ recovery-image] Sep 05 01:13:46.506 INFO O| Sep 05 01:13:46.506 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53952026-09-05T01:13:47.818Z[ recovery-image] Sep 05 01:13:46.518 INFO O| Sep 05 01:13:46.518 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
53962026-09-05T01:13:47.818Z[ recovery-image] Sep 05 01:13:46.518 INFO O| Sep 05 01:13:46.518 INFO STEP 5 (remove_files) COMPLETE
53972026-09-05T01:13:47.818Z[ recovery-image] Sep 05 01:13:46.518 INFO O| Sep 05 01:13:46.518 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53982026-09-05T01:13:47.829Z[ recovery-image] Sep 05 01:13:46.529 INFO O| Sep 05 01:13:46.529 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
53992026-09-05T01:13:47.839Z[ recovery-image] Sep 05 01:13:46.539 INFO O| Sep 05 01:13:46.539 INFO STEP 6 (remove_files) COMPLETE
54002026-09-05T01:13:47.839Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54012026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO skip step because feature "heliosv2" is not enabled
54022026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54032026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO skip step because feature "recovery" is enabled
54042026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54052026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO skip step because feature "recovery" is enabled
54062026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54072026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO skip step because feature "recovery" is enabled
54082026-09-05T01:13:47.843Z[ recovery-image] Sep 05 01:13:46.540 INFO O| Sep 05 01:13:46.539 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54092026-09-05T01:13:47.850Z[ recovery-image] Sep 05 01:13:46.550 INFO O| Sep 05 01:13:46.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54102026-09-05T01:13:47.853Z[ recovery-image] Sep 05 01:13:46.553 INFO O| Sep 05 01:13:46.552 INFO STEP 11 (remove_files) COMPLETE
54112026-09-05T01:13:47.853Z[ recovery-image] Sep 05 01:13:46.553 INFO O| Sep 05 01:13:46.553 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54122026-09-05T01:13:47.862Z[ recovery-image] Sep 05 01:13:46.563 INFO O| Sep 05 01:13:46.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54132026-09-05T01:13:47.866Z[ recovery-image] Sep 05 01:13:46.563 INFO O| Sep 05 01:13:46.563 INFO STEP 12 (remove_files) COMPLETE
54142026-09-05T01:13:47.866Z[ recovery-image] Sep 05 01:13:46.563 INFO O| Sep 05 01:13:46.563 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-05T01:13:47.874Z[ recovery-image] Sep 05 01:13:46.573 INFO O| Sep 05 01:13:46.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54162026-09-05T01:13:47.874Z[ recovery-image] Sep 05 01:13:46.574 INFO O| Sep 05 01:13:46.574 INFO STEP 13 (remove_files) COMPLETE
54172026-09-05T01:13:47.877Z[ recovery-image] Sep 05 01:13:46.574 INFO O| Sep 05 01:13:46.574 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54182026-09-05T01:13:47.889Z[verify-libraries] Compiling hex-literal v1.1.0
54192026-09-05T01:13:47.918Z[ recovery-image] Sep 05 01:13:46.618 INFO O| Sep 05 01:13:46.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54202026-09-05T01:13:47.950Z[ recovery-image] Sep 05 01:13:46.650 INFO O| Sep 05 01:13:46.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54212026-09-05T01:13:48.050Z[ recovery-image] Sep 05 01:13:46.750 INFO O| Sep 05 01:13:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54222026-09-05T01:13:48.054Z[ recovery-image] Sep 05 01:13:46.750 INFO O| Sep 05 01:13:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54232026-09-05T01:13:48.054Z[ recovery-image] Sep 05 01:13:46.750 INFO O| Sep 05 01:13:46.750 INFO STEP 14 (remove_files) COMPLETE
54242026-09-05T01:13:48.054Z[ recovery-image] Sep 05 01:13:46.750 INFO O| Sep 05 01:13:46.750 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54252026-09-05T01:13:48.062Z[verify-libraries] Compiling seq-macro v0.3.6
54262026-09-05T01:13:48.065Z[ recovery-image] Sep 05 01:13:46.763 INFO O| Sep 05 01:13:46.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54272026-09-05T01:13:48.065Z[ recovery-image] Sep 05 01:13:46.764 INFO O| Sep 05 01:13:46.764 INFO STEP 15 (remove_files) COMPLETE
54282026-09-05T01:13:48.065Z[ recovery-image] Sep 05 01:13:46.764 INFO O| Sep 05 01:13:46.764 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54292026-09-05T01:13:48.078Z[ recovery-image] Sep 05 01:13:46.777 INFO O| Sep 05 01:13:46.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54302026-09-05T01:13:48.083Z[ recovery-image] Sep 05 01:13:46.783 INFO O| Sep 05 01:13:46.783 INFO STEP 16 (remove_files) COMPLETE
54312026-09-05T01:13:48.083Z[ recovery-image] Sep 05 01:13:46.783 INFO O| Sep 05 01:13:46.783 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54322026-09-05T01:13:48.106Z[ recovery-image] Sep 05 01:13:46.806 INFO O| Sep 05 01:13:46.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54332026-09-05T01:13:48.110Z[ recovery-image] Sep 05 01:13:46.807 INFO O| Sep 05 01:13:46.807 INFO STEP 17 (remove_files) COMPLETE
54342026-09-05T01:13:48.110Z[ recovery-image] Sep 05 01:13:46.807 INFO O| Sep 05 01:13:46.807 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54352026-09-05T01:13:48.118Z[ recovery-image] Sep 05 01:13:46.818 INFO O| Sep 05 01:13:46.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54362026-09-05T01:13:48.121Z[ recovery-image] Sep 05 01:13:46.819 INFO O| Sep 05 01:13:46.819 INFO STEP 18 (remove_files) COMPLETE
54372026-09-05T01:13:48.121Z[ recovery-image] Sep 05 01:13:46.819 INFO O| Sep 05 01:13:46.819 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54382026-09-05T01:13:48.135Z[ recovery-image] Sep 05 01:13:46.835 INFO O| Sep 05 01:13:46.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54392026-09-05T01:13:48.135Z[ recovery-image] Sep 05 01:13:46.835 INFO O| Sep 05 01:13:46.835 INFO STEP 19 (remove_files) COMPLETE
54402026-09-05T01:13:48.135Z[ recovery-image] Sep 05 01:13:46.835 INFO O| Sep 05 01:13:46.835 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54412026-09-05T01:13:48.146Z[ recovery-image] Sep 05 01:13:46.846 INFO O| Sep 05 01:13:46.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54422026-09-05T01:13:48.146Z[ recovery-image] Sep 05 01:13:46.846 INFO O| Sep 05 01:13:46.846 INFO STEP 20 (remove_files) COMPLETE
54432026-09-05T01:13:48.149Z[ recovery-image] Sep 05 01:13:46.846 INFO O| Sep 05 01:13:46.846 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54442026-09-05T01:13:48.155Z[ recovery-image] Sep 05 01:13:46.856 INFO O| Sep 05 01:13:46.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54452026-09-05T01:13:48.155Z[ recovery-image] Sep 05 01:13:46.856 INFO O| Sep 05 01:13:46.856 INFO STEP 21 (remove_files) COMPLETE
54462026-09-05T01:13:48.158Z[ recovery-image] Sep 05 01:13:46.856 INFO O| Sep 05 01:13:46.856 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54472026-09-05T01:13:48.170Z[ recovery-image] Sep 05 01:13:46.871 INFO O| Sep 05 01:13:46.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54482026-09-05T01:13:48.171Z[ recovery-image] Sep 05 01:13:46.871 INFO O| Sep 05 01:13:46.871 INFO STEP 22 (remove_files) COMPLETE
54492026-09-05T01:13:48.171Z[ recovery-image] Sep 05 01:13:46.871 INFO O| Sep 05 01:13:46.871 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54502026-09-05T01:13:48.179Z[ recovery-image] Sep 05 01:13:46.879 INFO O| Sep 05 01:13:46.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54512026-09-05T01:13:48.179Z[ recovery-image] Sep 05 01:13:46.879 INFO O| Sep 05 01:13:46.879 INFO STEP 23 (remove_files) COMPLETE
54522026-09-05T01:13:48.179Z[ recovery-image] Sep 05 01:13:46.879 INFO O| Sep 05 01:13:46.879 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54532026-09-05T01:13:48.187Z[ recovery-image] Sep 05 01:13:46.887 INFO O| Sep 05 01:13:46.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54542026-09-05T01:13:48.187Z[ recovery-image] Sep 05 01:13:46.887 INFO O| Sep 05 01:13:46.887 INFO STEP 24 (remove_files) COMPLETE
54552026-09-05T01:13:48.187Z[ recovery-image] Sep 05 01:13:46.887 INFO O| Sep 05 01:13:46.887 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54562026-09-05T01:13:48.194Z[ recovery-image] Sep 05 01:13:46.895 INFO O| Sep 05 01:13:46.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54572026-09-05T01:13:48.194Z[ recovery-image] Sep 05 01:13:46.895 INFO O| Sep 05 01:13:46.895 INFO STEP 25 (remove_files) COMPLETE
54582026-09-05T01:13:48.194Z[ recovery-image] Sep 05 01:13:46.895 INFO O| Sep 05 01:13:46.895 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54592026-09-05T01:13:48.212Z[ recovery-image] Sep 05 01:13:46.912 INFO O| Sep 05 01:13:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54602026-09-05T01:13:48.212Z[ recovery-image] Sep 05 01:13:46.913 INFO O| Sep 05 01:13:46.913 INFO STEP 26 (remove_files) COMPLETE
54612026-09-05T01:13:48.213Z[ recovery-image] Sep 05 01:13:46.913 INFO O| Sep 05 01:13:46.913 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54622026-09-05T01:13:48.223Z[ recovery-image] Sep 05 01:13:46.923 INFO O| Sep 05 01:13:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54632026-09-05T01:13:48.223Z[ recovery-image] Sep 05 01:13:46.923 INFO O| Sep 05 01:13:46.923 INFO STEP 27 (remove_files) COMPLETE
54642026-09-05T01:13:48.223Z[ recovery-image] Sep 05 01:13:46.923 INFO O| Sep 05 01:13:46.923 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54652026-09-05T01:13:48.232Z[ recovery-image] Sep 05 01:13:46.932 INFO O| Sep 05 01:13:46.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54662026-09-05T01:13:48.232Z[ recovery-image] Sep 05 01:13:46.932 INFO O| Sep 05 01:13:46.932 INFO STEP 28 (remove_files) COMPLETE
54672026-09-05T01:13:48.232Z[ recovery-image] Sep 05 01:13:46.932 INFO O| Sep 05 01:13:46.932 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54682026-09-05T01:13:48.244Z[ recovery-image] Sep 05 01:13:46.944 INFO O| Sep 05 01:13:46.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54692026-09-05T01:13:48.244Z[ recovery-image] Sep 05 01:13:46.944 INFO O| Sep 05 01:13:46.944 INFO STEP 29 (remove_files) COMPLETE
54702026-09-05T01:13:48.244Z[ recovery-image] Sep 05 01:13:46.944 INFO O| Sep 05 01:13:46.944 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54712026-09-05T01:13:48.262Z[ recovery-image] Sep 05 01:13:46.961 INFO O| Sep 05 01:13:46.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54722026-09-05T01:13:48.262Z[ recovery-image] Sep 05 01:13:46.961 INFO O| Sep 05 01:13:46.961 INFO STEP 30 (remove_files) COMPLETE
54732026-09-05T01:13:48.262Z[ recovery-image] Sep 05 01:13:46.961 INFO O| Sep 05 01:13:46.961 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54742026-09-05T01:13:48.277Z[ recovery-image] Sep 05 01:13:46.977 INFO O| Sep 05 01:13:46.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54752026-09-05T01:13:48.277Z[ recovery-image] Sep 05 01:13:46.977 INFO O| Sep 05 01:13:46.977 INFO STEP 31 (remove_files) COMPLETE
54762026-09-05T01:13:48.280Z[ recovery-image] Sep 05 01:13:46.977 INFO O| Sep 05 01:13:46.977 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54772026-09-05T01:13:48.289Z[ recovery-image] Sep 05 01:13:46.989 INFO O| Sep 05 01:13:46.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54782026-09-05T01:13:48.289Z[ recovery-image] Sep 05 01:13:46.989 INFO O| Sep 05 01:13:46.989 INFO STEP 32 (remove_files) COMPLETE
54792026-09-05T01:13:48.292Z[ recovery-image] Sep 05 01:13:46.989 INFO O| Sep 05 01:13:46.989 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54802026-09-05T01:13:48.313Z[ recovery-image] Sep 05 01:13:47.014 INFO O| Sep 05 01:13:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54812026-09-05T01:13:48.313Z[ recovery-image] Sep 05 01:13:47.014 INFO O| Sep 05 01:13:47.014 INFO STEP 33 (remove_files) COMPLETE
54822026-09-05T01:13:48.317Z[ recovery-image] Sep 05 01:13:47.014 INFO O| Sep 05 01:13:47.014 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54832026-09-05T01:13:48.328Z[ recovery-image] Sep 05 01:13:47.029 INFO O| Sep 05 01:13:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54842026-09-05T01:13:48.328Z[ recovery-image] Sep 05 01:13:47.029 INFO O| Sep 05 01:13:47.029 INFO STEP 34 (remove_files) COMPLETE
54852026-09-05T01:13:48.328Z[ recovery-image] Sep 05 01:13:47.029 INFO O| Sep 05 01:13:47.029 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54862026-09-05T01:13:48.342Z[ recovery-image] Sep 05 01:13:47.042 INFO O| Sep 05 01:13:47.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54872026-09-05T01:13:48.342Z[ recovery-image] Sep 05 01:13:47.043 INFO O| Sep 05 01:13:47.043 INFO STEP 35 (remove_files) COMPLETE
54882026-09-05T01:13:48.346Z[ recovery-image] Sep 05 01:13:47.043 INFO O| Sep 05 01:13:47.043 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54892026-09-05T01:13:48.354Z[ recovery-image] Sep 05 01:13:47.055 INFO O| Sep 05 01:13:47.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54902026-09-05T01:13:48.354Z[ recovery-image] Sep 05 01:13:47.055 INFO O| Sep 05 01:13:47.055 INFO STEP 36 (remove_files) COMPLETE
54912026-09-05T01:13:48.354Z[ recovery-image] Sep 05 01:13:47.055 INFO O| Sep 05 01:13:47.055 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54922026-09-05T01:13:48.364Z[ recovery-image] Sep 05 01:13:47.065 INFO O| Sep 05 01:13:47.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
54932026-09-05T01:13:48.364Z[ recovery-image] Sep 05 01:13:47.065 INFO O| Sep 05 01:13:47.065 INFO STEP 37 (remove_files) COMPLETE
54942026-09-05T01:13:48.364Z[ recovery-image] Sep 05 01:13:47.065 INFO O| Sep 05 01:13:47.065 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-05T01:13:48.369Z[verify-libraries] Compiling sync-ptr v0.1.4
54962026-09-05T01:13:48.374Z[ recovery-image] Sep 05 01:13:47.075 INFO O| Sep 05 01:13:47.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
54972026-09-05T01:13:48.375Z[ recovery-image] Sep 05 01:13:47.075 INFO O| Sep 05 01:13:47.074 INFO STEP 38 (remove_files) COMPLETE
54982026-09-05T01:13:48.378Z[ recovery-image] Sep 05 01:13:47.075 INFO O| Sep 05 01:13:47.074 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54992026-09-05T01:13:48.387Z[ recovery-image] Sep 05 01:13:47.086 INFO O| Sep 05 01:13:47.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55002026-09-05T01:13:48.387Z[ recovery-image] Sep 05 01:13:47.086 INFO O| Sep 05 01:13:47.086 INFO STEP 39 (remove_files) COMPLETE
55012026-09-05T01:13:48.387Z[ recovery-image] Sep 05 01:13:47.086 INFO O| Sep 05 01:13:47.086 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55022026-09-05T01:13:48.398Z[ recovery-image] Sep 05 01:13:47.098 INFO O| Sep 05 01:13:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55032026-09-05T01:13:48.398Z[ recovery-image] Sep 05 01:13:47.098 INFO O| Sep 05 01:13:47.098 INFO STEP 40 (remove_files) COMPLETE
55042026-09-05T01:13:48.398Z[ recovery-image] Sep 05 01:13:47.098 INFO O| Sep 05 01:13:47.098 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55052026-09-05T01:13:48.408Z[ recovery-image] Sep 05 01:13:47.108 INFO O| Sep 05 01:13:47.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55062026-09-05T01:13:48.408Z[ recovery-image] Sep 05 01:13:47.108 INFO O| Sep 05 01:13:47.108 INFO STEP 41 (remove_files) COMPLETE
55072026-09-05T01:13:48.413Z[ recovery-image] Sep 05 01:13:47.108 INFO O| Sep 05 01:13:47.108 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55082026-09-05T01:13:48.418Z[ recovery-image] Sep 05 01:13:47.119 INFO O| Sep 05 01:13:47.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55092026-09-05T01:13:48.419Z[ recovery-image] Sep 05 01:13:47.119 INFO O| Sep 05 01:13:47.119 INFO STEP 42 (remove_files) COMPLETE
55102026-09-05T01:13:48.419Z[ recovery-image] Sep 05 01:13:47.119 INFO O| Sep 05 01:13:47.119 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55112026-09-05T01:13:48.430Z[ recovery-image] Sep 05 01:13:47.129 INFO O| Sep 05 01:13:47.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55122026-09-05T01:13:48.430Z[ recovery-image] Sep 05 01:13:47.130 INFO O| Sep 05 01:13:47.130 INFO STEP 43 (remove_files) COMPLETE
55132026-09-05T01:13:48.430Z[ recovery-image] Sep 05 01:13:47.130 INFO O| Sep 05 01:13:47.130 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55142026-09-05T01:13:48.440Z[ recovery-image] Sep 05 01:13:47.140 INFO O| Sep 05 01:13:47.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55152026-09-05T01:13:48.440Z[ recovery-image] Sep 05 01:13:47.141 INFO O| Sep 05 01:13:47.141 INFO STEP 44 (remove_files) COMPLETE
55162026-09-05T01:13:48.440Z[ recovery-image] Sep 05 01:13:47.141 INFO O| Sep 05 01:13:47.141 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55172026-09-05T01:13:48.450Z[ recovery-image] Sep 05 01:13:47.151 INFO O| Sep 05 01:13:47.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55182026-09-05T01:13:48.451Z[ recovery-image] Sep 05 01:13:47.151 INFO O| Sep 05 01:13:47.151 INFO STEP 45 (remove_files) COMPLETE
55192026-09-05T01:13:48.455Z[ recovery-image] Sep 05 01:13:47.151 INFO O| Sep 05 01:13:47.151 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55202026-09-05T01:13:48.460Z[ recovery-image] Sep 05 01:13:47.160 INFO O| Sep 05 01:13:47.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55212026-09-05T01:13:48.460Z[ recovery-image] Sep 05 01:13:47.160 INFO O| Sep 05 01:13:47.160 INFO STEP 46 (remove_files) COMPLETE
55222026-09-05T01:13:48.460Z[ recovery-image] Sep 05 01:13:47.160 INFO O| Sep 05 01:13:47.160 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55232026-09-05T01:13:48.471Z[ recovery-image] Sep 05 01:13:47.171 INFO O| Sep 05 01:13:47.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55242026-09-05T01:13:48.471Z[ recovery-image] Sep 05 01:13:47.171 INFO O| Sep 05 01:13:47.171 INFO STEP 47 (remove_files) COMPLETE
55252026-09-05T01:13:48.471Z[ recovery-image] Sep 05 01:13:47.171 INFO O| Sep 05 01:13:47.171 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55262026-09-05T01:13:48.481Z[ recovery-image] Sep 05 01:13:47.181 INFO O| Sep 05 01:13:47.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55272026-09-05T01:13:48.481Z[ recovery-image] Sep 05 01:13:47.181 INFO O| Sep 05 01:13:47.181 INFO STEP 48 (remove_files) COMPLETE
55282026-09-05T01:13:48.484Z[ recovery-image] Sep 05 01:13:47.181 INFO O| Sep 05 01:13:47.181 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55292026-09-05T01:13:48.491Z[ recovery-image] Sep 05 01:13:47.192 INFO O| Sep 05 01:13:47.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55302026-09-05T01:13:48.491Z[ recovery-image] Sep 05 01:13:47.192 INFO O| Sep 05 01:13:47.191 INFO STEP 49 (remove_files) COMPLETE
55312026-09-05T01:13:48.491Z[ recovery-image] Sep 05 01:13:47.192 INFO O| Sep 05 01:13:47.191 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55322026-09-05T01:13:48.504Z[ recovery-image] Sep 05 01:13:47.203 INFO O| Sep 05 01:13:47.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55332026-09-05T01:13:48.504Z[ recovery-image] Sep 05 01:13:47.203 INFO O| Sep 05 01:13:47.203 INFO STEP 50 (remove_files) COMPLETE
55342026-09-05T01:13:48.504Z[ recovery-image] Sep 05 01:13:47.203 INFO O| Sep 05 01:13:47.203 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55352026-09-05T01:13:48.513Z[ recovery-image] Sep 05 01:13:47.214 INFO O| Sep 05 01:13:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55362026-09-05T01:13:48.513Z[ recovery-image] Sep 05 01:13:47.214 INFO O| Sep 05 01:13:47.214 INFO STEP 51 (remove_files) COMPLETE
55372026-09-05T01:13:48.513Z[ recovery-image] Sep 05 01:13:47.214 INFO O| Sep 05 01:13:47.214 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55382026-09-05T01:13:48.527Z[ recovery-image] Sep 05 01:13:47.224 INFO O| Sep 05 01:13:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55392026-09-05T01:13:48.527Z[ recovery-image] Sep 05 01:13:47.225 INFO O| Sep 05 01:13:47.225 INFO STEP 52 (remove_files) COMPLETE
55402026-09-05T01:13:48.527Z[ recovery-image] Sep 05 01:13:47.225 INFO O| Sep 05 01:13:47.225 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55412026-09-05T01:13:48.534Z[ recovery-image] Sep 05 01:13:47.234 INFO O| Sep 05 01:13:47.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55422026-09-05T01:13:48.534Z[ recovery-image] Sep 05 01:13:47.234 INFO O| Sep 05 01:13:47.234 INFO STEP 53 (remove_files) COMPLETE
55432026-09-05T01:13:48.534Z[ recovery-image] Sep 05 01:13:47.234 INFO O| Sep 05 01:13:47.234 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55442026-09-05T01:13:48.544Z[ recovery-image] Sep 05 01:13:47.244 INFO O| Sep 05 01:13:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55452026-09-05T01:13:48.544Z[ recovery-image] Sep 05 01:13:47.244 INFO O| Sep 05 01:13:47.244 INFO STEP 54 (remove_files) COMPLETE
55462026-09-05T01:13:48.547Z[ recovery-image] Sep 05 01:13:47.244 INFO O| Sep 05 01:13:47.244 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55472026-09-05T01:13:48.554Z[ recovery-image] Sep 05 01:13:47.255 INFO O| Sep 05 01:13:47.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55482026-09-05T01:13:48.554Z[ recovery-image] Sep 05 01:13:47.255 INFO O| Sep 05 01:13:47.255 INFO STEP 55 (remove_files) COMPLETE
55492026-09-05T01:13:48.554Z[ recovery-image] Sep 05 01:13:47.255 INFO O| Sep 05 01:13:47.255 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55502026-09-05T01:13:48.565Z[ recovery-image] Sep 05 01:13:47.265 INFO O| Sep 05 01:13:47.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55512026-09-05T01:13:48.565Z[ recovery-image] Sep 05 01:13:47.265 INFO O| Sep 05 01:13:47.265 INFO STEP 56 (remove_files) COMPLETE
55522026-09-05T01:13:48.565Z[ recovery-image] Sep 05 01:13:47.265 INFO O| Sep 05 01:13:47.265 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55532026-09-05T01:13:48.569Z[verify-libraries] Compiling md5 v0.8.0
55542026-09-05T01:13:48.575Z[ recovery-image] Sep 05 01:13:47.275 INFO O| Sep 05 01:13:47.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55552026-09-05T01:13:48.575Z[ recovery-image] Sep 05 01:13:47.275 INFO O| Sep 05 01:13:47.275 INFO STEP 57 (remove_files) COMPLETE
55562026-09-05T01:13:48.575Z[ recovery-image] Sep 05 01:13:47.275 INFO O| Sep 05 01:13:47.275 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-05T01:13:48.585Z[ recovery-image] Sep 05 01:13:47.285 INFO O| Sep 05 01:13:47.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55582026-09-05T01:13:48.585Z[ recovery-image] Sep 05 01:13:47.285 INFO O| Sep 05 01:13:47.285 INFO STEP 58 (remove_files) COMPLETE
55592026-09-05T01:13:48.585Z[ recovery-image] Sep 05 01:13:47.285 INFO O| Sep 05 01:13:47.285 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-05T01:13:48.594Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55612026-09-05T01:13:48.594Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55622026-09-05T01:13:48.594Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55632026-09-05T01:13:48.594Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55642026-09-05T01:13:48.594Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55652026-09-05T01:13:48.598Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55662026-09-05T01:13:48.598Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO ok!
55672026-09-05T01:13:48.598Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO STEP 59 (ensure_file) COMPLETE
55682026-09-05T01:13:48.598Z[ recovery-image] Sep 05 01:13:47.294 INFO O| Sep 05 01:13:47.294 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55692026-09-05T01:13:48.604Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55702026-09-05T01:13:48.604Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55712026-09-05T01:13:48.604Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55722026-09-05T01:13:48.604Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55732026-09-05T01:13:48.607Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55742026-09-05T01:13:48.607Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55752026-09-05T01:13:48.607Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO ok!
55762026-09-05T01:13:48.607Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO STEP 60 (ensure_file) COMPLETE
55772026-09-05T01:13:48.607Z[ recovery-image] Sep 05 01:13:47.304 INFO O| Sep 05 01:13:47.304 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55782026-09-05T01:13:48.613Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55792026-09-05T01:13:48.613Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55802026-09-05T01:13:48.613Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55812026-09-05T01:13:48.617Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO ok!
55822026-09-05T01:13:48.617Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO STEP 61 (ensure_file) COMPLETE
55832026-09-05T01:13:48.617Z[ recovery-image] Sep 05 01:13:47.314 INFO O| Sep 05 01:13:47.314 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55842026-09-05T01:13:48.622Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55852026-09-05T01:13:48.622Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55862026-09-05T01:13:48.626Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55872026-09-05T01:13:48.626Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 INFO ok!
55882026-09-05T01:13:48.626Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 INFO STEP 62 (ensure_file) COMPLETE
55892026-09-05T01:13:48.626Z[ recovery-image] Sep 05 01:13:47.323 INFO O| Sep 05 01:13:47.323 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-05T01:13:48.634Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55912026-09-05T01:13:48.634Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55922026-09-05T01:13:48.634Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55932026-09-05T01:13:48.634Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55942026-09-05T01:13:48.637Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO ok!
55952026-09-05T01:13:48.637Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO STEP 63 (ensure_file) COMPLETE
55962026-09-05T01:13:48.637Z[ recovery-image] Sep 05 01:13:47.332 INFO O| Sep 05 01:13:47.332 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-05T01:13:48.641Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
55982026-09-05T01:13:48.641Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
55992026-09-05T01:13:48.641Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56002026-09-05T01:13:48.641Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56012026-09-05T01:13:48.641Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO ok!
56022026-09-05T01:13:48.644Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO STEP 64 (ensure_file) COMPLETE
56032026-09-05T01:13:48.644Z[ recovery-image] Sep 05 01:13:47.342 INFO O| Sep 05 01:13:47.342 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56042026-09-05T01:13:48.648Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56052026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56062026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56072026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56082026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56092026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO ok!
56102026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO STEP 65 (ensure_file) COMPLETE
56112026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.352 INFO O| Sep 05 01:13:47.352 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56122026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56132026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56142026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56152026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO ok!
56162026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO STEP 66 (assemble_files) COMPLETE
56172026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.363 INFO O| Sep 05 01:13:47.363 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56192026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56202026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56212026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56222026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO ok!
56232026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO STEP 67 (ensure_file) COMPLETE
56242026-09-05T01:13:48.689Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56252026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO skip step because feature "omicron1" is not enabled
56262026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56272026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO skip step because feature "omicron1" is not enabled
56282026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56292026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO skip step because feature "omicron1" is not enabled
56302026-09-05T01:13:48.690Z[ recovery-image] Sep 05 01:13:47.374 INFO O| Sep 05 01:13:47.374 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56312026-09-05T01:13:48.695Z[ recovery-image] Sep 05 01:13:47.390 INFO O| Sep 05 01:13:47.390 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56322026-09-05T01:13:48.695Z[ recovery-image] Sep 05 01:13:47.390 INFO O| Sep 05 01:13:47.390 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56332026-09-05T01:13:48.791Z[verify-libraries] Compiling russh v0.62.4
56342026-09-05T01:13:48.818Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56352026-09-05T01:13:48.894Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56362026-09-05T01:13:49.410Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56372026-09-05T01:13:49.940Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56382026-09-05T01:13:49.975Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
56392026-09-05T01:13:50.057Z[ recovery-image] Sep 05 01:13:48.758 INFO O| Sep 05 01:13:48.758 INFO STEP 71 (pack_tar) COMPLETE
56402026-09-05T01:13:50.057Z[ recovery-image] Sep 05 01:13:48.758 INFO O| Sep 05 01:13:48.758 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56412026-09-05T01:13:50.061Z[ recovery-image] Sep 05 01:13:48.758 INFO O| Sep 05 01:13:48.758 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56422026-09-05T01:13:50.263Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56432026-09-05T01:13:50.432Z[ recovery-image] Sep 05 01:13:49.132 INFO O| Sep 05 01:13:49.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56442026-09-05T01:13:50.458Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56452026-09-05T01:13:50.517Z[verify-libraries] Compiling fs-err v2.11.0
56462026-09-05T01:13:50.543Z[ recovery-image] Sep 05 01:13:49.244 INFO O| Sep 05 01:13:49.243 INFO completed processing sled/ramdisk-02-trim
56472026-09-05T01:13:50.547Z[ recovery-image] Sep 05 01:13:49.246 INFO image builder template: ramdisk-03-recovery-trim...
56482026-09-05T01:13:50.547Z[ recovery-image] Sep 05 01:13:49.246 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/.tmpI3cU64/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
56492026-09-05T01:13:50.551Z[ recovery-image] Sep 05 01:13:49.251 INFO O| Sep 05 01:13:49.251 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56502026-09-05T01:13:50.629Z[ recovery-image] Sep 05 01:13:49.329 INFO O| Sep 05 01:13:49.329 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56512026-09-05T01:13:50.633Z[ recovery-image] Sep 05 01:13:49.334 INFO O| Sep 05 01:13:49.334 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56522026-09-05T01:13:50.744Z[ recovery-image] Sep 05 01:13:49.444 INFO O| Sep 05 01:13:49.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56532026-09-05T01:13:50.787Z[verify-libraries] Compiling internet-checksum v0.2.1
56542026-09-05T01:13:50.812Z[ recovery-image] Sep 05 01:13:49.512 INFO O| Sep 05 01:13:49.508 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56552026-09-05T01:13:50.812Z[ recovery-image] Sep 05 01:13:49.512 INFO O| Sep 05 01:13:49.508 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56562026-09-05T01:13:50.816Z[ recovery-image] Sep 05 01:13:49.515 INFO O| Sep 05 01:13:49.515 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56572026-09-05T01:13:50.819Z[ recovery-image] Sep 05 01:13:49.518 INFO O| Sep 05 01:13:49.518 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56582026-09-05T01:13:50.823Z[ recovery-image] Sep 05 01:13:49.522 INFO O| Sep 05 01:13:49.522 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56592026-09-05T01:13:51.009Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56602026-09-05T01:13:51.311Z[ recovery-image] Sep 05 01:13:50.010 INFO O| Sep 05 01:13:50.010 INFO rolled back to input snapshot; work may begin
56612026-09-05T01:13:51.311Z[ recovery-image] Sep 05 01:13:50.010 INFO O| Sep 05 01:13:50.010 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56622026-09-05T01:13:51.316Z[ recovery-image] Sep 05 01:13:50.016 INFO O| Sep 05 01:13:50.015 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-09-05T01:13:51.326Z[ recovery-image] Sep 05 01:13:50.025 INFO O| Sep 05 01:13:50.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56642026-09-05T01:13:51.329Z[ recovery-image] Sep 05 01:13:50.028 INFO O| Sep 05 01:13:50.028 INFO STEP 0 (remove_files) COMPLETE
56652026-09-05T01:13:51.330Z[ recovery-image] Sep 05 01:13:50.028 INFO O| Sep 05 01:13:50.028 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-09-05T01:13:51.340Z[ recovery-image] Sep 05 01:13:50.039 INFO O| Sep 05 01:13:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56672026-09-05T01:13:51.343Z[ recovery-image] Sep 05 01:13:50.039 INFO O| Sep 05 01:13:50.039 INFO STEP 1 (remove_files) COMPLETE
56682026-09-05T01:13:51.343Z[ recovery-image] Sep 05 01:13:50.039 INFO O| Sep 05 01:13:50.039 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-09-05T01:13:51.350Z[ recovery-image] Sep 05 01:13:50.050 INFO O| Sep 05 01:13:50.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56702026-09-05T01:13:51.365Z[ recovery-image] Sep 05 01:13:50.065 INFO O| Sep 05 01:13:50.065 INFO STEP 2 (remove_files) COMPLETE
56712026-09-05T01:13:51.365Z[ recovery-image] Sep 05 01:13:50.065 INFO O| Sep 05 01:13:50.065 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-09-05T01:13:51.376Z[ recovery-image] Sep 05 01:13:50.076 INFO O| Sep 05 01:13:50.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56732026-09-05T01:13:51.432Z[ recovery-image] Sep 05 01:13:50.132 INFO O| Sep 05 01:13:50.131 INFO STEP 3 (remove_files) COMPLETE
56742026-09-05T01:13:51.432Z[ recovery-image] Sep 05 01:13:50.132 INFO O| Sep 05 01:13:50.131 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-09-05T01:13:51.443Z[ recovery-image] Sep 05 01:13:50.143 INFO O| Sep 05 01:13:50.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56762026-09-05T01:13:51.447Z[ recovery-image] Sep 05 01:13:50.145 INFO O| Sep 05 01:13:50.145 INFO STEP 4 (remove_files) COMPLETE
56772026-09-05T01:13:51.447Z[ recovery-image] Sep 05 01:13:50.145 INFO O| Sep 05 01:13:50.145 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-09-05T01:13:51.456Z[ recovery-image] Sep 05 01:13:50.156 INFO O| Sep 05 01:13:50.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56792026-09-05T01:13:51.491Z[ recovery-image] Sep 05 01:13:50.191 INFO O| Sep 05 01:13:50.191 INFO STEP 5 (remove_files) COMPLETE
56802026-09-05T01:13:51.491Z[ recovery-image] Sep 05 01:13:50.191 INFO O| Sep 05 01:13:50.191 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-09-05T01:13:51.502Z[ recovery-image] Sep 05 01:13:50.202 INFO O| Sep 05 01:13:50.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56822026-09-05T01:13:51.513Z[ recovery-image] Sep 05 01:13:50.213 INFO O| Sep 05 01:13:50.213 INFO STEP 6 (remove_files) COMPLETE
56832026-09-05T01:13:51.513Z[ recovery-image] Sep 05 01:13:50.213 INFO O| Sep 05 01:13:50.213 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-09-05T01:13:51.523Z[ recovery-image] Sep 05 01:13:50.223 INFO O| Sep 05 01:13:50.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56852026-09-05T01:13:51.527Z[ recovery-image] Sep 05 01:13:50.224 INFO O| Sep 05 01:13:50.224 INFO STEP 7 (remove_files) COMPLETE
56862026-09-05T01:13:51.527Z[ recovery-image] Sep 05 01:13:50.224 INFO O| Sep 05 01:13:50.224 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-09-05T01:13:51.535Z[ recovery-image] Sep 05 01:13:50.235 INFO O| Sep 05 01:13:50.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56882026-09-05T01:13:51.540Z[ recovery-image] Sep 05 01:13:50.240 INFO O| Sep 05 01:13:50.240 INFO STEP 8 (remove_files) COMPLETE
56892026-09-05T01:13:51.540Z[ recovery-image] Sep 05 01:13:50.240 INFO O| Sep 05 01:13:50.240 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-09-05T01:13:51.550Z[ recovery-image] Sep 05 01:13:50.250 INFO O| Sep 05 01:13:50.250 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56912026-09-05T01:13:51.565Z[ recovery-image] Sep 05 01:13:50.265 INFO O| Sep 05 01:13:50.265 INFO STEP 9 (remove_files) COMPLETE
56922026-09-05T01:13:51.565Z[ recovery-image] Sep 05 01:13:50.265 INFO O| Sep 05 01:13:50.265 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-09-05T01:13:51.579Z[ recovery-image] Sep 05 01:13:50.279 INFO O| Sep 05 01:13:50.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56942026-09-05T01:13:51.586Z[ recovery-image] Sep 05 01:13:50.286 INFO O| Sep 05 01:13:50.286 INFO STEP 10 (remove_files) COMPLETE
56952026-09-05T01:13:51.586Z[ recovery-image] Sep 05 01:13:50.286 INFO O| Sep 05 01:13:50.286 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-09-05T01:13:51.601Z[ recovery-image] Sep 05 01:13:50.301 INFO O| Sep 05 01:13:50.301 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
56972026-09-05T01:13:51.608Z[ recovery-image] Sep 05 01:13:50.308 INFO O| Sep 05 01:13:50.308 INFO STEP 11 (remove_files) COMPLETE
56982026-09-05T01:13:51.608Z[ recovery-image] Sep 05 01:13:50.308 INFO O| Sep 05 01:13:50.308 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-09-05T01:13:51.620Z[ recovery-image] Sep 05 01:13:50.320 INFO O| Sep 05 01:13:50.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57002026-09-05T01:13:51.838Z[ recovery-image] Sep 05 01:13:50.537 INFO O| Sep 05 01:13:50.537 INFO STEP 12 (remove_files) COMPLETE
57012026-09-05T01:13:51.838Z[ recovery-image] Sep 05 01:13:50.537 INFO O| Sep 05 01:13:50.537 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-09-05T01:13:51.852Z[ recovery-image] Sep 05 01:13:50.552 INFO O| Sep 05 01:13:50.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57032026-09-05T01:13:51.855Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57042026-09-05T01:13:51.855Z[ recovery-image] Sep 05 01:13:50.554 INFO O| Sep 05 01:13:50.553 INFO STEP 13 (remove_files) COMPLETE
57052026-09-05T01:13:51.855Z[ recovery-image] Sep 05 01:13:50.554 INFO O| Sep 05 01:13:50.553 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-09-05T01:13:51.864Z[ recovery-image] Sep 05 01:13:50.564 INFO O| Sep 05 01:13:50.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57072026-09-05T01:13:51.876Z[ recovery-image] Sep 05 01:13:50.576 INFO O| Sep 05 01:13:50.576 INFO STEP 14 (remove_files) COMPLETE
57082026-09-05T01:13:51.876Z[ recovery-image] Sep 05 01:13:50.576 INFO O| Sep 05 01:13:50.576 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-09-05T01:13:51.892Z[ recovery-image] Sep 05 01:13:50.592 INFO O| Sep 05 01:13:50.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57102026-09-05T01:13:51.892Z[ recovery-image] Sep 05 01:13:50.592 INFO O| Sep 05 01:13:50.592 INFO STEP 15 (remove_files) COMPLETE
57112026-09-05T01:13:51.896Z[ recovery-image] Sep 05 01:13:50.592 INFO O| Sep 05 01:13:50.592 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-09-05T01:13:51.903Z[ recovery-image] Sep 05 01:13:50.603 INFO O| Sep 05 01:13:50.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57132026-09-05T01:13:51.906Z[ recovery-image] Sep 05 01:13:50.603 INFO O| Sep 05 01:13:50.603 INFO STEP 16 (remove_files) COMPLETE
57142026-09-05T01:13:51.906Z[ recovery-image] Sep 05 01:13:50.603 INFO O| Sep 05 01:13:50.603 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-09-05T01:13:51.912Z[ recovery-image] Sep 05 01:13:50.612 INFO O| Sep 05 01:13:50.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57162026-09-05T01:13:51.955Z[ recovery-image] Sep 05 01:13:50.655 INFO O| Sep 05 01:13:50.655 INFO STEP 17 (remove_files) COMPLETE
57172026-09-05T01:13:51.956Z[ recovery-image] Sep 05 01:13:50.655 INFO O| Sep 05 01:13:50.655 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-09-05T01:13:51.966Z[ recovery-image] Sep 05 01:13:50.666 INFO O| Sep 05 01:13:50.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57192026-09-05T01:13:51.969Z[ recovery-image] Sep 05 01:13:50.669 INFO O| Sep 05 01:13:50.668 INFO STEP 18 (remove_files) COMPLETE
57202026-09-05T01:13:51.970Z[ recovery-image] Sep 05 01:13:50.669 INFO O| Sep 05 01:13:50.669 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-09-05T01:13:51.980Z[ recovery-image] Sep 05 01:13:50.679 INFO O| Sep 05 01:13:50.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57222026-09-05T01:13:51.984Z[ recovery-image] Sep 05 01:13:50.681 INFO O| Sep 05 01:13:50.680 INFO STEP 19 (remove_files) COMPLETE
57232026-09-05T01:13:51.984Z[ recovery-image] Sep 05 01:13:50.681 INFO O| Sep 05 01:13:50.681 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-09-05T01:13:51.991Z[ recovery-image] Sep 05 01:13:50.692 INFO O| Sep 05 01:13:50.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57252026-09-05T01:13:52.096Z[ recovery-image] Sep 05 01:13:50.796 INFO O| Sep 05 01:13:50.796 INFO STEP 20 (remove_files) COMPLETE
57262026-09-05T01:13:52.096Z[ recovery-image] Sep 05 01:13:50.796 INFO O| Sep 05 01:13:50.796 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-09-05T01:13:52.111Z[ recovery-image] Sep 05 01:13:50.810 INFO O| Sep 05 01:13:50.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57282026-09-05T01:13:52.114Z[ recovery-image] Sep 05 01:13:50.814 INFO O| Sep 05 01:13:50.814 INFO STEP 21 (remove_files) COMPLETE
57292026-09-05T01:13:52.114Z[ recovery-image] Sep 05 01:13:50.814 INFO O| Sep 05 01:13:50.814 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-09-05T01:13:52.126Z[ recovery-image] Sep 05 01:13:50.826 INFO O| Sep 05 01:13:50.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57312026-09-05T01:13:52.131Z[ recovery-image] Sep 05 01:13:50.831 INFO O| Sep 05 01:13:50.831 INFO STEP 22 (remove_files) COMPLETE
57322026-09-05T01:13:52.131Z[ recovery-image] Sep 05 01:13:50.831 INFO O| Sep 05 01:13:50.831 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-09-05T01:13:52.143Z[ recovery-image] Sep 05 01:13:50.843 INFO O| Sep 05 01:13:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57342026-09-05T01:13:52.146Z[ recovery-image] Sep 05 01:13:50.844 INFO O| Sep 05 01:13:50.844 INFO STEP 23 (remove_files) COMPLETE
57352026-09-05T01:13:52.147Z[ recovery-image] Sep 05 01:13:50.844 INFO O| Sep 05 01:13:50.844 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-09-05T01:13:52.154Z[ recovery-image] Sep 05 01:13:50.854 INFO O| Sep 05 01:13:50.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57372026-09-05T01:13:52.157Z[ recovery-image] Sep 05 01:13:50.855 INFO O| Sep 05 01:13:50.855 INFO STEP 24 (remove_files) COMPLETE
57382026-09-05T01:13:52.158Z[ recovery-image] Sep 05 01:13:50.855 INFO O| Sep 05 01:13:50.855 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-09-05T01:13:52.165Z[ recovery-image] Sep 05 01:13:50.865 INFO O| Sep 05 01:13:50.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57402026-09-05T01:13:52.169Z[ recovery-image] Sep 05 01:13:50.866 INFO O| Sep 05 01:13:50.866 INFO STEP 25 (remove_files) COMPLETE
57412026-09-05T01:13:52.169Z[ recovery-image] Sep 05 01:13:50.866 INFO O| Sep 05 01:13:50.866 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-09-05T01:13:52.177Z[ recovery-image] Sep 05 01:13:50.877 INFO O| Sep 05 01:13:50.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57432026-09-05T01:13:52.177Z[ recovery-image] Sep 05 01:13:50.877 INFO O| Sep 05 01:13:50.877 INFO STEP 26 (remove_files) COMPLETE
57442026-09-05T01:13:52.177Z[ recovery-image] Sep 05 01:13:50.877 INFO O| Sep 05 01:13:50.877 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-09-05T01:13:52.187Z[ recovery-image] Sep 05 01:13:50.887 INFO O| Sep 05 01:13:50.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57462026-09-05T01:13:52.187Z[ recovery-image] Sep 05 01:13:50.887 INFO O| Sep 05 01:13:50.887 INFO STEP 27 (remove_files) COMPLETE
57472026-09-05T01:13:52.192Z[ recovery-image] Sep 05 01:13:50.887 INFO O| Sep 05 01:13:50.887 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-09-05T01:13:52.197Z[ recovery-image] Sep 05 01:13:50.897 INFO O| Sep 05 01:13:50.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57492026-09-05T01:13:52.197Z[ recovery-image] Sep 05 01:13:50.897 INFO O| Sep 05 01:13:50.897 INFO STEP 28 (remove_files) COMPLETE
57502026-09-05T01:13:52.201Z[ recovery-image] Sep 05 01:13:50.897 INFO O| Sep 05 01:13:50.897 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-09-05T01:13:52.210Z[ recovery-image] Sep 05 01:13:50.910 INFO O| Sep 05 01:13:50.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57522026-09-05T01:13:52.210Z[ recovery-image] Sep 05 01:13:50.910 INFO O| Sep 05 01:13:50.910 INFO STEP 29 (remove_files) COMPLETE
57532026-09-05T01:13:52.211Z[ recovery-image] Sep 05 01:13:50.910 INFO O| Sep 05 01:13:50.910 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-09-05T01:13:52.224Z[ recovery-image] Sep 05 01:13:50.924 INFO O| Sep 05 01:13:50.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57552026-09-05T01:13:52.228Z[ recovery-image] Sep 05 01:13:50.926 INFO O| Sep 05 01:13:50.926 INFO STEP 30 (remove_files) COMPLETE
57562026-09-05T01:13:52.228Z[ recovery-image] Sep 05 01:13:50.926 INFO O| Sep 05 01:13:50.926 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-09-05T01:13:52.235Z[ recovery-image] Sep 05 01:13:50.936 INFO O| Sep 05 01:13:50.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57582026-09-05T01:13:52.235Z[ recovery-image] Sep 05 01:13:50.936 INFO O| Sep 05 01:13:50.936 INFO STEP 31 (remove_files) COMPLETE
57592026-09-05T01:13:52.239Z[ recovery-image] Sep 05 01:13:50.936 INFO O| Sep 05 01:13:50.936 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-09-05T01:13:52.245Z[ recovery-image] Sep 05 01:13:50.945 INFO O| Sep 05 01:13:50.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57612026-09-05T01:13:52.245Z[ recovery-image] Sep 05 01:13:50.945 INFO O| Sep 05 01:13:50.945 INFO STEP 32 (remove_files) COMPLETE
57622026-09-05T01:13:52.248Z[ recovery-image] Sep 05 01:13:50.945 INFO O| Sep 05 01:13:50.945 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-09-05T01:13:52.271Z[ recovery-image] Sep 05 01:13:50.971 INFO O| Sep 05 01:13:50.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57642026-09-05T01:13:52.271Z[ recovery-image] Sep 05 01:13:50.971 INFO O| Sep 05 01:13:50.971 INFO STEP 33 (remove_files) COMPLETE
57652026-09-05T01:13:52.272Z[ recovery-image] Sep 05 01:13:50.971 INFO O| Sep 05 01:13:50.971 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-09-05T01:13:52.284Z[ recovery-image] Sep 05 01:13:50.984 INFO O| Sep 05 01:13:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57672026-09-05T01:13:52.284Z[ recovery-image] Sep 05 01:13:50.984 INFO O| Sep 05 01:13:50.984 INFO STEP 34 (remove_files) COMPLETE
57682026-09-05T01:13:52.287Z[ recovery-image] Sep 05 01:13:50.984 INFO O| Sep 05 01:13:50.984 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-09-05T01:13:52.295Z[ recovery-image] Sep 05 01:13:50.995 INFO O| Sep 05 01:13:50.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57702026-09-05T01:13:52.295Z[ recovery-image] Sep 05 01:13:50.995 INFO O| Sep 05 01:13:50.995 INFO STEP 35 (remove_files) COMPLETE
57712026-09-05T01:13:52.295Z[ recovery-image] Sep 05 01:13:50.995 INFO O| Sep 05 01:13:50.995 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-05T01:13:52.307Z[ recovery-image] Sep 05 01:13:51.007 INFO O| Sep 05 01:13:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57732026-09-05T01:13:52.307Z[ recovery-image] Sep 05 01:13:51.007 INFO O| Sep 05 01:13:51.007 INFO STEP 36 (remove_files) COMPLETE
57742026-09-05T01:13:52.307Z[ recovery-image] Sep 05 01:13:51.007 INFO O| Sep 05 01:13:51.007 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-05T01:13:52.318Z[ recovery-image] Sep 05 01:13:51.018 INFO O| Sep 05 01:13:51.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57762026-09-05T01:13:52.318Z[ recovery-image] Sep 05 01:13:51.018 INFO O| Sep 05 01:13:51.018 INFO STEP 37 (remove_files) COMPLETE
57772026-09-05T01:13:52.318Z[ recovery-image] Sep 05 01:13:51.018 INFO O| Sep 05 01:13:51.018 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-05T01:13:52.329Z[ recovery-image] Sep 05 01:13:51.028 INFO O| Sep 05 01:13:51.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57792026-09-05T01:13:52.329Z[ recovery-image] Sep 05 01:13:51.028 INFO O| Sep 05 01:13:51.028 INFO STEP 38 (remove_files) COMPLETE
57802026-09-05T01:13:52.329Z[ recovery-image] Sep 05 01:13:51.028 INFO O| Sep 05 01:13:51.028 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-05T01:13:52.339Z[ recovery-image] Sep 05 01:13:51.039 INFO O| Sep 05 01:13:51.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57822026-09-05T01:13:52.339Z[ recovery-image] Sep 05 01:13:51.039 INFO O| Sep 05 01:13:51.039 INFO STEP 39 (remove_files) COMPLETE
57832026-09-05T01:13:52.343Z[ recovery-image] Sep 05 01:13:51.039 INFO O| Sep 05 01:13:51.039 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-05T01:13:52.355Z[ recovery-image] Sep 05 01:13:51.055 INFO O| Sep 05 01:13:51.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57852026-09-05T01:13:52.356Z[ recovery-image] Sep 05 01:13:51.055 INFO O| Sep 05 01:13:51.055 INFO STEP 40 (remove_files) COMPLETE
57862026-09-05T01:13:52.356Z[ recovery-image] Sep 05 01:13:51.055 INFO O| Sep 05 01:13:51.055 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-05T01:13:52.366Z[ recovery-image] Sep 05 01:13:51.066 INFO O| Sep 05 01:13:51.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57882026-09-05T01:13:52.367Z[ recovery-image] Sep 05 01:13:51.066 INFO O| Sep 05 01:13:51.066 INFO STEP 41 (remove_files) COMPLETE
57892026-09-05T01:13:52.367Z[ recovery-image] Sep 05 01:13:51.066 INFO O| Sep 05 01:13:51.066 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-05T01:13:52.376Z[ recovery-image] Sep 05 01:13:51.076 INFO O| Sep 05 01:13:51.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57912026-09-05T01:13:52.376Z[ recovery-image] Sep 05 01:13:51.076 INFO O| Sep 05 01:13:51.076 INFO STEP 42 (remove_files) COMPLETE
57922026-09-05T01:13:52.380Z[ recovery-image] Sep 05 01:13:51.076 INFO O| Sep 05 01:13:51.076 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-05T01:13:52.385Z[ recovery-image] Sep 05 01:13:51.085 INFO O| Sep 05 01:13:51.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
57942026-09-05T01:13:52.385Z[ recovery-image] Sep 05 01:13:51.085 INFO O| Sep 05 01:13:51.085 INFO STEP 43 (remove_files) COMPLETE
57952026-09-05T01:13:52.385Z[ recovery-image] Sep 05 01:13:51.085 INFO O| Sep 05 01:13:51.085 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-05T01:13:52.394Z[ recovery-image] Sep 05 01:13:51.094 INFO O| Sep 05 01:13:51.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
57972026-09-05T01:13:52.394Z[ recovery-image] Sep 05 01:13:51.094 INFO O| Sep 05 01:13:51.094 INFO STEP 44 (remove_files) COMPLETE
57982026-09-05T01:13:52.394Z[ recovery-image] Sep 05 01:13:51.094 INFO O| Sep 05 01:13:51.094 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-05T01:13:52.402Z[ recovery-image] Sep 05 01:13:51.102 INFO O| Sep 05 01:13:51.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58002026-09-05T01:13:52.402Z[ recovery-image] Sep 05 01:13:51.102 INFO O| Sep 05 01:13:51.102 INFO STEP 45 (remove_files) COMPLETE
58012026-09-05T01:13:52.402Z[ recovery-image] Sep 05 01:13:51.102 INFO O| Sep 05 01:13:51.102 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-09-05T01:13:52.410Z[ recovery-image] Sep 05 01:13:51.110 INFO O| Sep 05 01:13:51.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58032026-09-05T01:13:52.413Z[ recovery-image] Sep 05 01:13:51.111 INFO O| Sep 05 01:13:51.111 INFO STEP 46 (remove_files) COMPLETE
58042026-09-05T01:13:52.413Z[ recovery-image] Sep 05 01:13:51.111 INFO O| Sep 05 01:13:51.111 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-09-05T01:13:52.422Z[ recovery-image] Sep 05 01:13:51.122 INFO O| Sep 05 01:13:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58062026-09-05T01:13:52.422Z[ recovery-image] Sep 05 01:13:51.122 INFO O| Sep 05 01:13:51.122 INFO STEP 47 (remove_files) COMPLETE
58072026-09-05T01:13:52.422Z[ recovery-image] Sep 05 01:13:51.122 INFO O| Sep 05 01:13:51.122 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-09-05T01:13:52.433Z[ recovery-image] Sep 05 01:13:51.133 INFO O| Sep 05 01:13:51.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58092026-09-05T01:13:52.433Z[ recovery-image] Sep 05 01:13:51.133 INFO O| Sep 05 01:13:51.133 INFO STEP 48 (remove_files) COMPLETE
58102026-09-05T01:13:52.433Z[ recovery-image] Sep 05 01:13:51.133 INFO O| Sep 05 01:13:51.133 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-09-05T01:13:52.442Z[ recovery-image] Sep 05 01:13:51.142 INFO O| Sep 05 01:13:51.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58122026-09-05T01:13:52.442Z[ recovery-image] Sep 05 01:13:51.142 INFO O| Sep 05 01:13:51.142 INFO STEP 49 (remove_files) COMPLETE
58132026-09-05T01:13:52.442Z[ recovery-image] Sep 05 01:13:51.142 INFO O| Sep 05 01:13:51.142 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-09-05T01:13:52.451Z[ recovery-image] Sep 05 01:13:51.150 INFO O| Sep 05 01:13:51.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58152026-09-05T01:13:52.451Z[ recovery-image] Sep 05 01:13:51.151 INFO O| Sep 05 01:13:51.151 INFO STEP 50 (remove_files) COMPLETE
58162026-09-05T01:13:52.454Z[ recovery-image] Sep 05 01:13:51.151 INFO O| Sep 05 01:13:51.151 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-05T01:13:52.460Z[ recovery-image] Sep 05 01:13:51.160 INFO O| Sep 05 01:13:51.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58182026-09-05T01:13:52.463Z[ recovery-image] Sep 05 01:13:51.161 INFO O| Sep 05 01:13:51.161 INFO STEP 51 (remove_files) COMPLETE
58192026-09-05T01:13:52.463Z[ recovery-image] Sep 05 01:13:51.161 INFO O| Sep 05 01:13:51.161 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-05T01:13:52.470Z[ recovery-image] Sep 05 01:13:51.170 INFO O| Sep 05 01:13:51.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58212026-09-05T01:13:52.473Z[ recovery-image] Sep 05 01:13:51.171 INFO O| Sep 05 01:13:51.171 INFO STEP 52 (remove_files) COMPLETE
58222026-09-05T01:13:52.473Z[ recovery-image] Sep 05 01:13:51.171 INFO O| Sep 05 01:13:51.171 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-05T01:13:52.480Z[ recovery-image] Sep 05 01:13:51.180 INFO O| Sep 05 01:13:51.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58242026-09-05T01:13:52.480Z[ recovery-image] Sep 05 01:13:51.180 INFO O| Sep 05 01:13:51.180 INFO STEP 53 (remove_files) COMPLETE
58252026-09-05T01:13:52.480Z[ recovery-image] Sep 05 01:13:51.180 INFO O| Sep 05 01:13:51.180 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-05T01:13:52.488Z[ recovery-image] Sep 05 01:13:51.188 INFO O| Sep 05 01:13:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58272026-09-05T01:13:52.489Z[ recovery-image] Sep 05 01:13:51.189 INFO O| Sep 05 01:13:51.189 INFO STEP 54 (remove_files) COMPLETE
58282026-09-05T01:13:52.493Z[ recovery-image] Sep 05 01:13:51.189 INFO O| Sep 05 01:13:51.189 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-05T01:13:52.497Z[ recovery-image] Sep 05 01:13:51.197 INFO O| Sep 05 01:13:51.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58302026-09-05T01:13:52.497Z[ recovery-image] Sep 05 01:13:51.197 INFO O| Sep 05 01:13:51.197 INFO STEP 55 (remove_files) COMPLETE
58312026-09-05T01:13:52.497Z[ recovery-image] Sep 05 01:13:51.197 INFO O| Sep 05 01:13:51.197 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-05T01:13:52.505Z[ recovery-image] Sep 05 01:13:51.205 INFO O| Sep 05 01:13:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58332026-09-05T01:13:52.505Z[ recovery-image] Sep 05 01:13:51.205 INFO O| Sep 05 01:13:51.205 INFO STEP 56 (remove_files) COMPLETE
58342026-09-05T01:13:52.505Z[ recovery-image] Sep 05 01:13:51.205 INFO O| Sep 05 01:13:51.205 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-05T01:13:52.514Z[ recovery-image] Sep 05 01:13:51.214 INFO O| Sep 05 01:13:51.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58362026-09-05T01:13:52.514Z[ recovery-image] Sep 05 01:13:51.214 INFO O| Sep 05 01:13:51.214 INFO STEP 57 (remove_files) COMPLETE
58372026-09-05T01:13:52.514Z[ recovery-image] Sep 05 01:13:51.214 INFO O| Sep 05 01:13:51.214 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-05T01:13:52.524Z[ recovery-image] Sep 05 01:13:51.224 INFO O| Sep 05 01:13:51.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58392026-09-05T01:13:52.524Z[ recovery-image] Sep 05 01:13:51.224 INFO O| Sep 05 01:13:51.224 INFO STEP 58 (remove_files) COMPLETE
58402026-09-05T01:13:52.524Z[ recovery-image] Sep 05 01:13:51.224 INFO O| Sep 05 01:13:51.224 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-05T01:13:52.533Z[ recovery-image] Sep 05 01:13:51.233 INFO O| Sep 05 01:13:51.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58422026-09-05T01:13:52.534Z[ recovery-image] Sep 05 01:13:51.234 INFO O| Sep 05 01:13:51.234 INFO STEP 59 (remove_files) COMPLETE
58432026-09-05T01:13:52.534Z[ recovery-image] Sep 05 01:13:51.234 INFO O| Sep 05 01:13:51.234 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-05T01:13:52.544Z[ recovery-image] Sep 05 01:13:51.244 INFO O| Sep 05 01:13:51.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58452026-09-05T01:13:52.544Z[ recovery-image] Sep 05 01:13:51.244 INFO O| Sep 05 01:13:51.244 INFO STEP 60 (remove_files) COMPLETE
58462026-09-05T01:13:52.548Z[ recovery-image] Sep 05 01:13:51.244 INFO O| Sep 05 01:13:51.244 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-05T01:13:52.553Z[ recovery-image] Sep 05 01:13:51.253 INFO O| Sep 05 01:13:51.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58482026-09-05T01:13:52.554Z[ recovery-image] Sep 05 01:13:51.253 INFO O| Sep 05 01:13:51.253 INFO STEP 61 (remove_files) COMPLETE
58492026-09-05T01:13:52.557Z[ recovery-image] Sep 05 01:13:51.253 INFO O| Sep 05 01:13:51.253 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-05T01:13:52.557Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58512026-09-05T01:13:52.562Z[ recovery-image] Sep 05 01:13:51.262 INFO O| Sep 05 01:13:51.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58522026-09-05T01:13:52.562Z[ recovery-image] Sep 05 01:13:51.262 INFO O| Sep 05 01:13:51.262 INFO STEP 62 (remove_files) COMPLETE
58532026-09-05T01:13:52.565Z[ recovery-image] Sep 05 01:13:51.262 INFO O| Sep 05 01:13:51.262 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-09-05T01:13:52.570Z[ recovery-image] Sep 05 01:13:51.270 INFO O| Sep 05 01:13:51.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58552026-09-05T01:13:52.570Z[ recovery-image] Sep 05 01:13:51.270 INFO O| Sep 05 01:13:51.270 INFO STEP 63 (remove_files) COMPLETE
58562026-09-05T01:13:52.570Z[ recovery-image] Sep 05 01:13:51.270 INFO O| Sep 05 01:13:51.270 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-09-05T01:13:52.580Z[ recovery-image] Sep 05 01:13:51.279 INFO O| Sep 05 01:13:51.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58582026-09-05T01:13:52.580Z[ recovery-image] Sep 05 01:13:51.279 INFO O| Sep 05 01:13:51.279 INFO STEP 64 (remove_files) COMPLETE
58592026-09-05T01:13:52.580Z[ recovery-image] Sep 05 01:13:51.279 INFO O| Sep 05 01:13:51.279 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-09-05T01:13:52.588Z[ recovery-image] Sep 05 01:13:51.288 INFO O| Sep 05 01:13:51.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58612026-09-05T01:13:52.588Z[ recovery-image] Sep 05 01:13:51.288 INFO O| Sep 05 01:13:51.288 INFO STEP 65 (remove_files) COMPLETE
58622026-09-05T01:13:52.588Z[ recovery-image] Sep 05 01:13:51.288 INFO O| Sep 05 01:13:51.288 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-09-05T01:13:52.598Z[ recovery-image] Sep 05 01:13:51.298 INFO O| Sep 05 01:13:51.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58642026-09-05T01:13:52.598Z[ recovery-image] Sep 05 01:13:51.298 INFO O| Sep 05 01:13:51.298 INFO STEP 66 (remove_files) COMPLETE
58652026-09-05T01:13:52.598Z[ recovery-image] Sep 05 01:13:51.298 INFO O| Sep 05 01:13:51.298 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-09-05T01:13:52.607Z[ recovery-image] Sep 05 01:13:51.307 INFO O| Sep 05 01:13:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58672026-09-05T01:13:52.607Z[ recovery-image] Sep 05 01:13:51.307 INFO O| Sep 05 01:13:51.307 INFO STEP 67 (remove_files) COMPLETE
58682026-09-05T01:13:52.607Z[ recovery-image] Sep 05 01:13:51.307 INFO O| Sep 05 01:13:51.307 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-09-05T01:13:52.617Z[ recovery-image] Sep 05 01:13:51.317 INFO O| Sep 05 01:13:51.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58702026-09-05T01:13:52.617Z[ recovery-image] Sep 05 01:13:51.317 INFO O| Sep 05 01:13:51.317 INFO STEP 68 (remove_files) COMPLETE
58712026-09-05T01:13:52.617Z[ recovery-image] Sep 05 01:13:51.317 INFO O| Sep 05 01:13:51.317 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-09-05T01:13:52.627Z[ recovery-image] Sep 05 01:13:51.327 INFO O| Sep 05 01:13:51.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58732026-09-05T01:13:52.627Z[ recovery-image] Sep 05 01:13:51.327 INFO O| Sep 05 01:13:51.327 INFO STEP 69 (remove_files) COMPLETE
58742026-09-05T01:13:52.631Z[ recovery-image] Sep 05 01:13:51.327 INFO O| Sep 05 01:13:51.327 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-09-05T01:13:52.638Z[ recovery-image] Sep 05 01:13:51.338 INFO O| Sep 05 01:13:51.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58762026-09-05T01:13:52.638Z[ recovery-image] Sep 05 01:13:51.338 INFO O| Sep 05 01:13:51.338 INFO STEP 70 (remove_files) COMPLETE
58772026-09-05T01:13:52.638Z[ recovery-image] Sep 05 01:13:51.338 INFO O| Sep 05 01:13:51.338 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-09-05T01:13:52.650Z[ recovery-image] Sep 05 01:13:51.348 INFO O| Sep 05 01:13:51.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58792026-09-05T01:13:52.650Z[ recovery-image] Sep 05 01:13:51.348 INFO O| Sep 05 01:13:51.348 INFO STEP 71 (remove_files) COMPLETE
58802026-09-05T01:13:52.650Z[ recovery-image] Sep 05 01:13:51.348 INFO O| Sep 05 01:13:51.348 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-09-05T01:13:52.660Z[ recovery-image] Sep 05 01:13:51.360 INFO O| Sep 05 01:13:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58822026-09-05T01:13:52.660Z[ recovery-image] Sep 05 01:13:51.360 INFO O| Sep 05 01:13:51.360 INFO STEP 72 (remove_files) COMPLETE
58832026-09-05T01:13:52.664Z[ recovery-image] Sep 05 01:13:51.360 INFO O| Sep 05 01:13:51.360 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-09-05T01:13:52.671Z[ recovery-image] Sep 05 01:13:51.371 INFO O| Sep 05 01:13:51.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58852026-09-05T01:13:52.671Z[ recovery-image] Sep 05 01:13:51.371 INFO O| Sep 05 01:13:51.371 INFO STEP 73 (remove_files) COMPLETE
58862026-09-05T01:13:52.671Z[ recovery-image] Sep 05 01:13:51.371 INFO O| Sep 05 01:13:51.371 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-09-05T01:13:52.681Z[ recovery-image] Sep 05 01:13:51.381 INFO O| Sep 05 01:13:51.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58882026-09-05T01:13:52.681Z[ recovery-image] Sep 05 01:13:51.381 INFO O| Sep 05 01:13:51.381 INFO STEP 74 (remove_files) COMPLETE
58892026-09-05T01:13:52.684Z[ recovery-image] Sep 05 01:13:51.381 INFO O| Sep 05 01:13:51.381 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-09-05T01:13:52.691Z[ recovery-image] Sep 05 01:13:51.391 INFO O| Sep 05 01:13:51.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58912026-09-05T01:13:52.691Z[ recovery-image] Sep 05 01:13:51.391 INFO O| Sep 05 01:13:51.391 INFO STEP 75 (remove_files) COMPLETE
58922026-09-05T01:13:52.695Z[ recovery-image] Sep 05 01:13:51.391 INFO O| Sep 05 01:13:51.391 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-09-05T01:13:52.701Z[ recovery-image] Sep 05 01:13:51.401 INFO O| Sep 05 01:13:51.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58942026-09-05T01:13:52.701Z[ recovery-image] Sep 05 01:13:51.401 INFO O| Sep 05 01:13:51.401 INFO STEP 76 (remove_files) COMPLETE
58952026-09-05T01:13:52.705Z[ recovery-image] Sep 05 01:13:51.401 INFO O| Sep 05 01:13:51.401 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-09-05T01:13:52.727Z[ recovery-image] Sep 05 01:13:51.427 INFO O| Sep 05 01:13:51.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
58972026-09-05T01:13:52.727Z[ recovery-image] Sep 05 01:13:51.427 INFO O| Sep 05 01:13:51.427 INFO STEP 77 (remove_files) COMPLETE
58982026-09-05T01:13:52.727Z[ recovery-image] Sep 05 01:13:51.427 INFO O| Sep 05 01:13:51.427 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-09-05T01:13:52.737Z[ recovery-image] Sep 05 01:13:51.437 INFO O| Sep 05 01:13:51.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59002026-09-05T01:13:52.737Z[ recovery-image] Sep 05 01:13:51.437 INFO O| Sep 05 01:13:51.437 INFO STEP 78 (remove_files) COMPLETE
59012026-09-05T01:13:52.737Z[ recovery-image] Sep 05 01:13:51.437 INFO O| Sep 05 01:13:51.437 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-09-05T01:13:52.746Z[ recovery-image] Sep 05 01:13:51.446 INFO O| Sep 05 01:13:51.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59032026-09-05T01:13:52.746Z[ recovery-image] Sep 05 01:13:51.446 INFO O| Sep 05 01:13:51.446 INFO STEP 79 (remove_files) COMPLETE
59042026-09-05T01:13:52.746Z[ recovery-image] Sep 05 01:13:51.446 INFO O| Sep 05 01:13:51.446 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-09-05T01:13:52.769Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
59062026-09-05T01:13:52.773Z[ recovery-image] Sep 05 01:13:51.472 INFO O| Sep 05 01:13:51.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59072026-09-05T01:13:52.773Z[ recovery-image] Sep 05 01:13:51.472 INFO O| Sep 05 01:13:51.472 INFO STEP 80 (remove_files) COMPLETE
59082026-09-05T01:13:52.773Z[ recovery-image] Sep 05 01:13:51.472 INFO O| Sep 05 01:13:51.472 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-09-05T01:13:52.781Z[ recovery-image] Sep 05 01:13:51.481 INFO O| Sep 05 01:13:51.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59102026-09-05T01:13:52.781Z[ recovery-image] Sep 05 01:13:51.481 INFO O| Sep 05 01:13:51.481 INFO STEP 81 (remove_files) COMPLETE
59112026-09-05T01:13:52.785Z[ recovery-image] Sep 05 01:13:51.481 INFO O| Sep 05 01:13:51.481 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-09-05T01:13:52.790Z[ recovery-image] Sep 05 01:13:51.490 INFO O| Sep 05 01:13:51.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59132026-09-05T01:13:52.790Z[ recovery-image] Sep 05 01:13:51.490 INFO O| Sep 05 01:13:51.490 INFO STEP 82 (remove_files) COMPLETE
59142026-09-05T01:13:52.793Z[ recovery-image] Sep 05 01:13:51.490 INFO O| Sep 05 01:13:51.490 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-09-05T01:13:52.798Z[ recovery-image] Sep 05 01:13:51.498 INFO O| Sep 05 01:13:51.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59162026-09-05T01:13:52.798Z[ recovery-image] Sep 05 01:13:51.498 INFO O| Sep 05 01:13:51.498 INFO STEP 83 (remove_files) COMPLETE
59172026-09-05T01:13:52.802Z[ recovery-image] Sep 05 01:13:51.498 INFO O| Sep 05 01:13:51.498 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-09-05T01:13:52.806Z[ recovery-image] Sep 05 01:13:51.506 INFO O| Sep 05 01:13:51.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59192026-09-05T01:13:52.806Z[ recovery-image] Sep 05 01:13:51.506 INFO O| Sep 05 01:13:51.506 INFO STEP 84 (remove_files) COMPLETE
59202026-09-05T01:13:52.810Z[ recovery-image] Sep 05 01:13:51.506 INFO O| Sep 05 01:13:51.506 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-09-05T01:13:52.814Z[ recovery-image] Sep 05 01:13:51.514 INFO O| Sep 05 01:13:51.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59222026-09-05T01:13:52.818Z[ recovery-image] Sep 05 01:13:51.517 INFO O| Sep 05 01:13:51.517 INFO STEP 85 (remove_files) COMPLETE
59232026-09-05T01:13:52.818Z[ recovery-image] Sep 05 01:13:51.517 INFO O| Sep 05 01:13:51.517 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-09-05T01:13:52.836Z[ recovery-image] Sep 05 01:13:51.536 INFO O| Sep 05 01:13:51.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59252026-09-05T01:13:52.836Z[ recovery-image] Sep 05 01:13:51.536 INFO O| Sep 05 01:13:51.536 INFO STEP 86 (remove_files) COMPLETE
59262026-09-05T01:13:52.836Z[ recovery-image] Sep 05 01:13:51.536 INFO O| Sep 05 01:13:51.536 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-09-05T01:13:52.846Z[ recovery-image] Sep 05 01:13:51.546 INFO O| Sep 05 01:13:51.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59282026-09-05T01:13:52.846Z[ recovery-image] Sep 05 01:13:51.546 INFO O| Sep 05 01:13:51.546 INFO STEP 87 (remove_files) COMPLETE
59292026-09-05T01:13:52.846Z[ recovery-image] Sep 05 01:13:51.546 INFO O| Sep 05 01:13:51.546 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-09-05T01:13:52.855Z[ recovery-image] Sep 05 01:13:51.555 INFO O| Sep 05 01:13:51.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59312026-09-05T01:13:52.855Z[ recovery-image] Sep 05 01:13:51.555 INFO O| Sep 05 01:13:51.555 INFO STEP 88 (remove_files) COMPLETE
59322026-09-05T01:13:52.859Z[ recovery-image] Sep 05 01:13:51.555 INFO O| Sep 05 01:13:51.555 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-09-05T01:13:52.865Z[ recovery-image] Sep 05 01:13:51.565 INFO O| Sep 05 01:13:51.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59342026-09-05T01:13:52.869Z[ recovery-image] Sep 05 01:13:51.566 INFO O| Sep 05 01:13:51.566 INFO STEP 89 (remove_files) COMPLETE
59352026-09-05T01:13:52.869Z[ recovery-image] Sep 05 01:13:51.566 INFO O| Sep 05 01:13:51.566 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-09-05T01:13:52.876Z[ recovery-image] Sep 05 01:13:51.576 INFO O| Sep 05 01:13:51.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59372026-09-05T01:13:52.896Z[ recovery-image] Sep 05 01:13:51.596 INFO O| Sep 05 01:13:51.596 INFO STEP 90 (remove_files) COMPLETE
59382026-09-05T01:13:52.896Z[ recovery-image] Sep 05 01:13:51.596 INFO O| Sep 05 01:13:51.596 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-09-05T01:13:52.907Z[ recovery-image] Sep 05 01:13:51.607 INFO O| Sep 05 01:13:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59402026-09-05T01:13:52.908Z[ recovery-image] Sep 05 01:13:51.607 INFO O| Sep 05 01:13:51.607 INFO STEP 91 (remove_files) COMPLETE
59412026-09-05T01:13:52.911Z[ recovery-image] Sep 05 01:13:51.607 INFO O| Sep 05 01:13:51.607 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-09-05T01:13:52.919Z[ recovery-image] Sep 05 01:13:51.619 INFO O| Sep 05 01:13:51.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59432026-09-05T01:13:52.919Z[ recovery-image] Sep 05 01:13:51.619 INFO O| Sep 05 01:13:51.619 INFO STEP 92 (remove_files) COMPLETE
59442026-09-05T01:13:52.919Z[ recovery-image] Sep 05 01:13:51.619 INFO O| Sep 05 01:13:51.619 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-09-05T01:13:52.955Z[ recovery-image] Sep 05 01:13:51.654 INFO O| Sep 05 01:13:51.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59462026-09-05T01:13:52.955Z[ recovery-image] Sep 05 01:13:51.654 INFO O| Sep 05 01:13:51.654 INFO STEP 93 (remove_files) COMPLETE
59472026-09-05T01:13:52.958Z[ recovery-image] Sep 05 01:13:51.655 INFO O| Sep 05 01:13:51.654 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-09-05T01:13:52.988Z[ recovery-image] Sep 05 01:13:51.688 INFO O| Sep 05 01:13:51.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59492026-09-05T01:13:52.988Z[ recovery-image] Sep 05 01:13:51.688 INFO O| Sep 05 01:13:51.688 INFO STEP 94 (remove_files) COMPLETE
59502026-09-05T01:13:52.992Z[ recovery-image] Sep 05 01:13:51.688 INFO O| Sep 05 01:13:51.688 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-09-05T01:13:53.001Z[ recovery-image] Sep 05 01:13:51.701 INFO O| Sep 05 01:13:51.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59522026-09-05T01:13:53.001Z[ recovery-image] Sep 05 01:13:51.701 INFO O| Sep 05 01:13:51.701 INFO STEP 95 (remove_files) COMPLETE
59532026-09-05T01:13:53.005Z[ recovery-image] Sep 05 01:13:51.701 INFO O| Sep 05 01:13:51.701 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-09-05T01:13:53.011Z[ recovery-image] Sep 05 01:13:51.711 INFO O| Sep 05 01:13:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59552026-09-05T01:13:53.011Z[ recovery-image] Sep 05 01:13:51.711 INFO O| Sep 05 01:13:51.711 INFO STEP 96 (remove_files) COMPLETE
59562026-09-05T01:13:53.015Z[ recovery-image] Sep 05 01:13:51.711 INFO O| Sep 05 01:13:51.711 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-09-05T01:13:53.022Z[ recovery-image] Sep 05 01:13:51.722 INFO O| Sep 05 01:13:51.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59582026-09-05T01:13:53.023Z[ recovery-image] Sep 05 01:13:51.723 INFO O| Sep 05 01:13:51.722 INFO STEP 97 (remove_files) COMPLETE
59592026-09-05T01:13:53.023Z[ recovery-image] Sep 05 01:13:51.723 INFO O| Sep 05 01:13:51.722 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-09-05T01:13:53.104Z[ recovery-image] Sep 05 01:13:51.804 INFO O| Sep 05 01:13:51.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59612026-09-05T01:13:53.105Z[ recovery-image] Sep 05 01:13:51.804 INFO O| Sep 05 01:13:51.804 INFO STEP 98 (remove_files) COMPLETE
59622026-09-05T01:13:53.105Z[ recovery-image] Sep 05 01:13:51.804 INFO O| Sep 05 01:13:51.804 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-09-05T01:13:53.114Z[ recovery-image] Sep 05 01:13:51.814 INFO O| Sep 05 01:13:51.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59642026-09-05T01:13:53.114Z[ recovery-image] Sep 05 01:13:51.814 INFO O| Sep 05 01:13:51.814 INFO STEP 99 (remove_files) COMPLETE
59652026-09-05T01:13:53.114Z[ recovery-image] Sep 05 01:13:51.814 INFO O| Sep 05 01:13:51.814 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-09-05T01:13:53.124Z[ recovery-image] Sep 05 01:13:51.823 INFO O| Sep 05 01:13:51.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59672026-09-05T01:13:53.124Z[ recovery-image] Sep 05 01:13:51.823 INFO O| Sep 05 01:13:51.823 INFO STEP 100 (remove_files) COMPLETE
59682026-09-05T01:13:53.128Z[ recovery-image] Sep 05 01:13:51.823 INFO O| Sep 05 01:13:51.823 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-09-05T01:13:53.133Z[ recovery-image] Sep 05 01:13:51.831 INFO O| Sep 05 01:13:51.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59702026-09-05T01:13:53.133Z[ recovery-image] Sep 05 01:13:51.831 INFO O| Sep 05 01:13:51.831 INFO STEP 101 (remove_files) COMPLETE
59712026-09-05T01:13:53.133Z[ recovery-image] Sep 05 01:13:51.831 INFO O| Sep 05 01:13:51.831 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-09-05T01:13:53.139Z[ recovery-image] Sep 05 01:13:51.839 INFO O| Sep 05 01:13:51.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59732026-09-05T01:13:53.139Z[ recovery-image] Sep 05 01:13:51.839 INFO O| Sep 05 01:13:51.839 INFO STEP 102 (remove_files) COMPLETE
59742026-09-05T01:13:53.142Z[ recovery-image] Sep 05 01:13:51.839 INFO O| Sep 05 01:13:51.839 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-09-05T01:13:53.147Z[ recovery-image] Sep 05 01:13:51.847 INFO O| Sep 05 01:13:51.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59762026-09-05T01:13:53.147Z[ recovery-image] Sep 05 01:13:51.847 INFO O| Sep 05 01:13:51.847 INFO STEP 103 (remove_files) COMPLETE
59772026-09-05T01:13:53.147Z[ recovery-image] Sep 05 01:13:51.847 INFO O| Sep 05 01:13:51.847 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-09-05T01:13:53.188Z[ recovery-image] Sep 05 01:13:51.856 INFO O| Sep 05 01:13:51.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59792026-09-05T01:13:53.188Z[ recovery-image] Sep 05 01:13:51.856 INFO O| Sep 05 01:13:51.856 INFO STEP 104 (remove_files) COMPLETE
59802026-09-05T01:13:53.188Z[ recovery-image] Sep 05 01:13:51.856 INFO O| Sep 05 01:13:51.856 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-09-05T01:13:53.188Z[ recovery-image] Sep 05 01:13:51.864 INFO O| Sep 05 01:13:51.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59822026-09-05T01:13:53.188Z[ recovery-image] Sep 05 01:13:51.864 INFO O| Sep 05 01:13:51.864 INFO STEP 105 (remove_files) COMPLETE
59832026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.864 INFO O| Sep 05 01:13:51.864 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.872 INFO O| Sep 05 01:13:51.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59852026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.872 INFO O| Sep 05 01:13:51.872 INFO STEP 106 (remove_files) COMPLETE
59862026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.872 INFO O| Sep 05 01:13:51.872 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.881 INFO O| Sep 05 01:13:51.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59882026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.881 INFO O| Sep 05 01:13:51.881 INFO STEP 107 (remove_files) COMPLETE
59892026-09-05T01:13:53.189Z[ recovery-image] Sep 05 01:13:51.881 INFO O| Sep 05 01:13:51.881 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-09-05T01:13:53.193Z[ recovery-image] Sep 05 01:13:51.893 INFO O| Sep 05 01:13:51.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59912026-09-05T01:13:53.193Z[ recovery-image] Sep 05 01:13:51.893 INFO O| Sep 05 01:13:51.893 INFO STEP 108 (remove_files) COMPLETE
59922026-09-05T01:13:53.193Z[ recovery-image] Sep 05 01:13:51.893 INFO O| Sep 05 01:13:51.893 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-09-05T01:13:53.220Z[ recovery-image] Sep 05 01:13:51.920 INFO O| Sep 05 01:13:51.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59942026-09-05T01:13:53.220Z[ recovery-image] Sep 05 01:13:51.920 INFO O| Sep 05 01:13:51.920 INFO STEP 109 (remove_files) COMPLETE
59952026-09-05T01:13:53.224Z[ recovery-image] Sep 05 01:13:51.920 INFO O| Sep 05 01:13:51.920 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-09-05T01:13:53.230Z[ recovery-image] Sep 05 01:13:51.930 INFO O| Sep 05 01:13:51.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
59972026-09-05T01:13:53.230Z[ recovery-image] Sep 05 01:13:51.930 INFO O| Sep 05 01:13:51.930 INFO STEP 110 (remove_files) COMPLETE
59982026-09-05T01:13:53.233Z[ recovery-image] Sep 05 01:13:51.930 INFO O| Sep 05 01:13:51.930 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-09-05T01:13:53.239Z[ recovery-image] Sep 05 01:13:51.939 INFO O| Sep 05 01:13:51.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60002026-09-05T01:13:53.239Z[ recovery-image] Sep 05 01:13:51.939 INFO O| Sep 05 01:13:51.939 INFO STEP 111 (remove_files) COMPLETE
60012026-09-05T01:13:53.242Z[ recovery-image] Sep 05 01:13:51.939 INFO O| Sep 05 01:13:51.939 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-09-05T01:13:53.248Z[ recovery-image] Sep 05 01:13:51.948 INFO O| Sep 05 01:13:51.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60032026-09-05T01:13:53.248Z[ recovery-image] Sep 05 01:13:51.948 INFO O| Sep 05 01:13:51.948 INFO STEP 112 (remove_files) COMPLETE
60042026-09-05T01:13:53.248Z[ recovery-image] Sep 05 01:13:51.948 INFO O| Sep 05 01:13:51.948 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-09-05T01:13:53.282Z[ recovery-image] Sep 05 01:13:51.982 INFO O| Sep 05 01:13:51.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60062026-09-05T01:13:53.302Z[ recovery-image] Sep 05 01:13:52.002 INFO O| Sep 05 01:13:52.002 INFO STEP 113 (remove_files) COMPLETE
60072026-09-05T01:13:53.302Z[ recovery-image] Sep 05 01:13:52.002 INFO O| Sep 05 01:13:52.002 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-09-05T01:13:53.313Z[ recovery-image] Sep 05 01:13:52.013 INFO O| Sep 05 01:13:52.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60092026-09-05T01:13:53.313Z[ recovery-image] Sep 05 01:13:52.013 INFO O| Sep 05 01:13:52.013 INFO STEP 114 (remove_files) COMPLETE
60102026-09-05T01:13:53.313Z[ recovery-image] Sep 05 01:13:52.013 INFO O| Sep 05 01:13:52.013 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-05T01:13:53.322Z[ recovery-image] Sep 05 01:13:52.022 INFO O| Sep 05 01:13:52.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60122026-09-05T01:13:53.322Z[ recovery-image] Sep 05 01:13:52.022 INFO O| Sep 05 01:13:52.022 INFO STEP 115 (remove_files) COMPLETE
60132026-09-05T01:13:53.322Z[ recovery-image] Sep 05 01:13:52.022 INFO O| Sep 05 01:13:52.022 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-05T01:13:53.330Z[ recovery-image] Sep 05 01:13:52.030 INFO O| Sep 05 01:13:52.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60152026-09-05T01:13:53.330Z[ recovery-image] Sep 05 01:13:52.030 INFO O| Sep 05 01:13:52.030 INFO STEP 116 (remove_files) COMPLETE
60162026-09-05T01:13:53.330Z[ recovery-image] Sep 05 01:13:52.030 INFO O| Sep 05 01:13:52.030 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-05T01:13:53.340Z[ recovery-image] Sep 05 01:13:52.040 INFO O| Sep 05 01:13:52.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60182026-09-05T01:13:53.340Z[ recovery-image] Sep 05 01:13:52.040 INFO O| Sep 05 01:13:52.040 INFO STEP 117 (remove_files) COMPLETE
60192026-09-05T01:13:53.340Z[ recovery-image] Sep 05 01:13:52.040 INFO O| Sep 05 01:13:52.040 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-05T01:13:53.350Z[ recovery-image] Sep 05 01:13:52.049 INFO O| Sep 05 01:13:52.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60212026-09-05T01:13:53.350Z[ recovery-image] Sep 05 01:13:52.049 INFO O| Sep 05 01:13:52.049 INFO STEP 118 (remove_files) COMPLETE
60222026-09-05T01:13:53.354Z[ recovery-image] Sep 05 01:13:52.049 INFO O| Sep 05 01:13:52.049 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-05T01:13:53.360Z[ recovery-image] Sep 05 01:13:52.060 INFO O| Sep 05 01:13:52.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60242026-09-05T01:13:53.360Z[ recovery-image] Sep 05 01:13:52.060 INFO O| Sep 05 01:13:52.060 INFO STEP 119 (remove_files) COMPLETE
60252026-09-05T01:13:53.364Z[ recovery-image] Sep 05 01:13:52.060 INFO O| Sep 05 01:13:52.060 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-09-05T01:13:53.370Z[ recovery-image] Sep 05 01:13:52.070 INFO O| Sep 05 01:13:52.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60272026-09-05T01:13:53.370Z[ recovery-image] Sep 05 01:13:52.070 INFO O| Sep 05 01:13:52.070 INFO STEP 120 (remove_files) COMPLETE
60282026-09-05T01:13:53.370Z[ recovery-image] Sep 05 01:13:52.070 INFO O| Sep 05 01:13:52.070 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-09-05T01:13:53.380Z[ recovery-image] Sep 05 01:13:52.080 INFO O| Sep 05 01:13:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60302026-09-05T01:13:53.380Z[ recovery-image] Sep 05 01:13:52.080 INFO O| Sep 05 01:13:52.080 INFO STEP 121 (remove_files) COMPLETE
60312026-09-05T01:13:53.381Z[ recovery-image] Sep 05 01:13:52.080 INFO O| Sep 05 01:13:52.080 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-09-05T01:13:53.390Z[ recovery-image] Sep 05 01:13:52.090 INFO O| Sep 05 01:13:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60332026-09-05T01:13:53.390Z[ recovery-image] Sep 05 01:13:52.090 INFO O| Sep 05 01:13:52.090 INFO STEP 122 (remove_files) COMPLETE
60342026-09-05T01:13:53.390Z[ recovery-image] Sep 05 01:13:52.090 INFO O| Sep 05 01:13:52.090 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-09-05T01:13:53.400Z[ recovery-image] Sep 05 01:13:52.100 INFO O| Sep 05 01:13:52.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60362026-09-05T01:13:53.400Z[ recovery-image] Sep 05 01:13:52.100 INFO O| Sep 05 01:13:52.100 INFO STEP 123 (remove_files) COMPLETE
60372026-09-05T01:13:53.403Z[ recovery-image] Sep 05 01:13:52.100 INFO O| Sep 05 01:13:52.100 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-09-05T01:13:53.409Z[ recovery-image] Sep 05 01:13:52.109 INFO O| Sep 05 01:13:52.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60392026-09-05T01:13:53.409Z[ recovery-image] Sep 05 01:13:52.109 INFO O| Sep 05 01:13:52.109 INFO STEP 124 (remove_files) COMPLETE
60402026-09-05T01:13:53.414Z[ recovery-image] Sep 05 01:13:52.109 INFO O| Sep 05 01:13:52.109 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-09-05T01:13:53.419Z[ recovery-image] Sep 05 01:13:52.119 INFO O| Sep 05 01:13:52.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60422026-09-05T01:13:53.419Z[ recovery-image] Sep 05 01:13:52.119 INFO O| Sep 05 01:13:52.119 INFO STEP 125 (remove_files) COMPLETE
60432026-09-05T01:13:53.419Z[ recovery-image] Sep 05 01:13:52.119 INFO O| Sep 05 01:13:52.119 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-09-05T01:13:53.430Z[ recovery-image] Sep 05 01:13:52.129 INFO O| Sep 05 01:13:52.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60452026-09-05T01:13:53.430Z[ recovery-image] Sep 05 01:13:52.129 INFO O| Sep 05 01:13:52.129 INFO STEP 126 (remove_files) COMPLETE
60462026-09-05T01:13:53.434Z[ recovery-image] Sep 05 01:13:52.129 INFO O| Sep 05 01:13:52.129 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-09-05T01:13:53.439Z[ recovery-image] Sep 05 01:13:52.139 INFO O| Sep 05 01:13:52.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60482026-09-05T01:13:53.439Z[ recovery-image] Sep 05 01:13:52.139 INFO O| Sep 05 01:13:52.139 INFO STEP 127 (remove_files) COMPLETE
60492026-09-05T01:13:53.439Z[ recovery-image] Sep 05 01:13:52.139 INFO O| Sep 05 01:13:52.139 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-09-05T01:13:53.448Z[ recovery-image] Sep 05 01:13:52.148 INFO O| Sep 05 01:13:52.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60512026-09-05T01:13:53.448Z[ recovery-image] Sep 05 01:13:52.148 INFO O| Sep 05 01:13:52.148 INFO STEP 128 (remove_files) COMPLETE
60522026-09-05T01:13:53.448Z[ recovery-image] Sep 05 01:13:52.148 INFO O| Sep 05 01:13:52.148 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-09-05T01:13:53.458Z[ recovery-image] Sep 05 01:13:52.158 INFO O| Sep 05 01:13:52.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60542026-09-05T01:13:53.458Z[ recovery-image] Sep 05 01:13:52.158 INFO O| Sep 05 01:13:52.158 INFO STEP 129 (remove_files) COMPLETE
60552026-09-05T01:13:53.458Z[ recovery-image] Sep 05 01:13:52.158 INFO O| Sep 05 01:13:52.158 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-09-05T01:13:53.468Z[ recovery-image] Sep 05 01:13:52.168 INFO O| Sep 05 01:13:52.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60572026-09-05T01:13:53.468Z[ recovery-image] Sep 05 01:13:52.168 INFO O| Sep 05 01:13:52.168 INFO STEP 130 (remove_files) COMPLETE
60582026-09-05T01:13:53.468Z[ recovery-image] Sep 05 01:13:52.168 INFO O| Sep 05 01:13:52.168 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-09-05T01:13:53.478Z[ recovery-image] Sep 05 01:13:52.178 INFO O| Sep 05 01:13:52.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60602026-09-05T01:13:53.478Z[ recovery-image] Sep 05 01:13:52.178 INFO O| Sep 05 01:13:52.178 INFO STEP 131 (remove_files) COMPLETE
60612026-09-05T01:13:53.478Z[ recovery-image] Sep 05 01:13:52.178 INFO O| Sep 05 01:13:52.178 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-09-05T01:13:53.487Z[ recovery-image] Sep 05 01:13:52.187 INFO O| Sep 05 01:13:52.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60632026-09-05T01:13:53.487Z[ recovery-image] Sep 05 01:13:52.187 INFO O| Sep 05 01:13:52.187 INFO STEP 132 (remove_files) COMPLETE
60642026-09-05T01:13:53.487Z[ recovery-image] Sep 05 01:13:52.187 INFO O| Sep 05 01:13:52.187 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-09-05T01:13:53.497Z[ recovery-image] Sep 05 01:13:52.197 INFO O| Sep 05 01:13:52.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60662026-09-05T01:13:53.497Z[ recovery-image] Sep 05 01:13:52.197 INFO O| Sep 05 01:13:52.197 INFO STEP 133 (remove_files) COMPLETE
60672026-09-05T01:13:53.497Z[ recovery-image] Sep 05 01:13:52.197 INFO O| Sep 05 01:13:52.197 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-09-05T01:13:53.507Z[ recovery-image] Sep 05 01:13:52.207 INFO O| Sep 05 01:13:52.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60692026-09-05T01:13:53.507Z[ recovery-image] Sep 05 01:13:52.207 INFO O| Sep 05 01:13:52.207 INFO STEP 134 (remove_files) COMPLETE
60702026-09-05T01:13:53.507Z[ recovery-image] Sep 05 01:13:52.207 INFO O| Sep 05 01:13:52.207 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-09-05T01:13:53.517Z[ recovery-image] Sep 05 01:13:52.217 INFO O| Sep 05 01:13:52.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60722026-09-05T01:13:53.517Z[ recovery-image] Sep 05 01:13:52.217 INFO O| Sep 05 01:13:52.217 INFO STEP 135 (remove_files) COMPLETE
60732026-09-05T01:13:53.517Z[ recovery-image] Sep 05 01:13:52.217 INFO O| Sep 05 01:13:52.217 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-09-05T01:13:53.526Z[ recovery-image] Sep 05 01:13:52.226 INFO O| Sep 05 01:13:52.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60752026-09-05T01:13:53.526Z[ recovery-image] Sep 05 01:13:52.226 INFO O| Sep 05 01:13:52.226 INFO STEP 136 (remove_files) COMPLETE
60762026-09-05T01:13:53.526Z[ recovery-image] Sep 05 01:13:52.226 INFO O| Sep 05 01:13:52.226 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-09-05T01:13:53.538Z[ recovery-image] Sep 05 01:13:52.237 INFO O| Sep 05 01:13:52.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60782026-09-05T01:13:53.538Z[ recovery-image] Sep 05 01:13:52.237 INFO O| Sep 05 01:13:52.237 INFO STEP 137 (remove_files) COMPLETE
60792026-09-05T01:13:53.538Z[ recovery-image] Sep 05 01:13:52.237 INFO O| Sep 05 01:13:52.237 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-09-05T01:13:53.548Z[ recovery-image] Sep 05 01:13:52.247 INFO O| Sep 05 01:13:52.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60812026-09-05T01:13:53.548Z[ recovery-image] Sep 05 01:13:52.247 INFO O| Sep 05 01:13:52.247 INFO STEP 138 (remove_files) COMPLETE
60822026-09-05T01:13:53.548Z[ recovery-image] Sep 05 01:13:52.247 INFO O| Sep 05 01:13:52.247 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-09-05T01:13:53.557Z[ recovery-image] Sep 05 01:13:52.258 INFO O| Sep 05 01:13:52.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60842026-09-05T01:13:53.558Z[ recovery-image] Sep 05 01:13:52.258 INFO O| Sep 05 01:13:52.258 INFO STEP 139 (remove_files) COMPLETE
60852026-09-05T01:13:53.561Z[ recovery-image] Sep 05 01:13:52.258 INFO O| Sep 05 01:13:52.258 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-09-05T01:13:53.566Z[ recovery-image] Sep 05 01:13:52.267 INFO O| Sep 05 01:13:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60872026-09-05T01:13:53.567Z[ recovery-image] Sep 05 01:13:52.267 INFO O| Sep 05 01:13:52.267 INFO STEP 140 (remove_files) COMPLETE
60882026-09-05T01:13:53.570Z[ recovery-image] Sep 05 01:13:52.267 INFO O| Sep 05 01:13:52.267 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-09-05T01:13:53.577Z[ recovery-image] Sep 05 01:13:52.276 INFO O| Sep 05 01:13:52.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60902026-09-05T01:13:53.577Z[ recovery-image] Sep 05 01:13:52.276 INFO O| Sep 05 01:13:52.276 INFO STEP 141 (remove_files) COMPLETE
60912026-09-05T01:13:53.580Z[ recovery-image] Sep 05 01:13:52.276 INFO O| Sep 05 01:13:52.276 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-09-05T01:13:53.587Z[ recovery-image] Sep 05 01:13:52.286 INFO O| Sep 05 01:13:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
60932026-09-05T01:13:53.591Z[ recovery-image] Sep 05 01:13:52.286 INFO O| Sep 05 01:13:52.286 INFO STEP 142 (remove_files) COMPLETE
60942026-09-05T01:13:53.591Z[ recovery-image] Sep 05 01:13:52.286 INFO O| Sep 05 01:13:52.286 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-09-05T01:13:53.596Z[ recovery-image] Sep 05 01:13:52.296 INFO O| Sep 05 01:13:52.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
60962026-09-05T01:13:53.596Z[ recovery-image] Sep 05 01:13:52.296 INFO O| Sep 05 01:13:52.296 INFO STEP 143 (remove_files) COMPLETE
60972026-09-05T01:13:53.596Z[ recovery-image] Sep 05 01:13:52.296 INFO O| Sep 05 01:13:52.296 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-09-05T01:13:53.606Z[ recovery-image] Sep 05 01:13:52.305 INFO O| Sep 05 01:13:52.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
60992026-09-05T01:13:53.607Z[ recovery-image] Sep 05 01:13:52.305 INFO O| Sep 05 01:13:52.305 INFO STEP 144 (remove_files) COMPLETE
61002026-09-05T01:13:53.610Z[ recovery-image] Sep 05 01:13:52.305 INFO O| Sep 05 01:13:52.305 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-09-05T01:13:53.616Z[ recovery-image] Sep 05 01:13:52.316 INFO O| Sep 05 01:13:52.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61022026-09-05T01:13:53.616Z[ recovery-image] Sep 05 01:13:52.316 INFO O| Sep 05 01:13:52.316 INFO STEP 145 (remove_files) COMPLETE
61032026-09-05T01:13:53.616Z[ recovery-image] Sep 05 01:13:52.316 INFO O| Sep 05 01:13:52.316 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-09-05T01:13:53.627Z[ recovery-image] Sep 05 01:13:52.327 INFO O| Sep 05 01:13:52.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61052026-09-05T01:13:53.627Z[ recovery-image] Sep 05 01:13:52.327 INFO O| Sep 05 01:13:52.327 INFO STEP 146 (remove_files) COMPLETE
61062026-09-05T01:13:53.631Z[ recovery-image] Sep 05 01:13:52.327 INFO O| Sep 05 01:13:52.327 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-09-05T01:13:53.638Z[ recovery-image] Sep 05 01:13:52.338 INFO O| Sep 05 01:13:52.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61082026-09-05T01:13:53.638Z[ recovery-image] Sep 05 01:13:52.338 INFO O| Sep 05 01:13:52.338 INFO STEP 147 (remove_files) COMPLETE
61092026-09-05T01:13:53.638Z[ recovery-image] Sep 05 01:13:52.338 INFO O| Sep 05 01:13:52.338 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-09-05T01:13:53.648Z[ recovery-image] Sep 05 01:13:52.348 INFO O| Sep 05 01:13:52.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61112026-09-05T01:13:53.648Z[ recovery-image] Sep 05 01:13:52.348 INFO O| Sep 05 01:13:52.348 INFO STEP 148 (remove_files) COMPLETE
61122026-09-05T01:13:53.648Z[ recovery-image] Sep 05 01:13:52.348 INFO O| Sep 05 01:13:52.348 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-09-05T01:13:53.660Z[ recovery-image] Sep 05 01:13:52.360 INFO O| Sep 05 01:13:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61142026-09-05T01:13:53.660Z[ recovery-image] Sep 05 01:13:52.360 INFO O| Sep 05 01:13:52.360 INFO STEP 149 (remove_files) COMPLETE
61152026-09-05T01:13:53.660Z[ recovery-image] Sep 05 01:13:52.360 INFO O| Sep 05 01:13:52.360 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-09-05T01:13:53.671Z[ recovery-image] Sep 05 01:13:52.371 INFO O| Sep 05 01:13:52.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61172026-09-05T01:13:53.671Z[ recovery-image] Sep 05 01:13:52.371 INFO O| Sep 05 01:13:52.371 INFO STEP 150 (remove_files) COMPLETE
61182026-09-05T01:13:53.675Z[ recovery-image] Sep 05 01:13:52.371 INFO O| Sep 05 01:13:52.371 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-09-05T01:13:53.681Z[ recovery-image] Sep 05 01:13:52.382 INFO O| Sep 05 01:13:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61202026-09-05T01:13:53.682Z[ recovery-image] Sep 05 01:13:52.382 INFO O| Sep 05 01:13:52.382 INFO STEP 151 (remove_files) COMPLETE
61212026-09-05T01:13:53.682Z[ recovery-image] Sep 05 01:13:52.382 INFO O| Sep 05 01:13:52.382 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-09-05T01:13:53.694Z[ recovery-image] Sep 05 01:13:52.393 INFO O| Sep 05 01:13:52.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61232026-09-05T01:13:53.694Z[ recovery-image] Sep 05 01:13:52.393 INFO O| Sep 05 01:13:52.393 INFO STEP 152 (remove_files) COMPLETE
61242026-09-05T01:13:53.698Z[ recovery-image] Sep 05 01:13:52.393 INFO O| Sep 05 01:13:52.393 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-09-05T01:13:53.703Z[ recovery-image] Sep 05 01:13:52.403 INFO O| Sep 05 01:13:52.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61262026-09-05T01:13:53.703Z[ recovery-image] Sep 05 01:13:52.403 INFO O| Sep 05 01:13:52.403 INFO STEP 153 (remove_files) COMPLETE
61272026-09-05T01:13:53.707Z[ recovery-image] Sep 05 01:13:52.403 INFO O| Sep 05 01:13:52.403 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-09-05T01:13:53.713Z[ recovery-image] Sep 05 01:13:52.413 INFO O| Sep 05 01:13:52.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61292026-09-05T01:13:53.713Z[ recovery-image] Sep 05 01:13:52.413 INFO O| Sep 05 01:13:52.413 INFO STEP 154 (remove_files) COMPLETE
61302026-09-05T01:13:53.719Z[ recovery-image] Sep 05 01:13:52.413 INFO O| Sep 05 01:13:52.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-09-05T01:13:53.722Z[ recovery-image] Sep 05 01:13:52.423 INFO O| Sep 05 01:13:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61322026-09-05T01:13:53.722Z[ recovery-image] Sep 05 01:13:52.423 INFO O| Sep 05 01:13:52.423 INFO STEP 155 (remove_files) COMPLETE
61332026-09-05T01:13:53.726Z[ recovery-image] Sep 05 01:13:52.423 INFO O| Sep 05 01:13:52.423 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-09-05T01:13:53.732Z[ recovery-image] Sep 05 01:13:52.433 INFO O| Sep 05 01:13:52.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61352026-09-05T01:13:53.733Z[ recovery-image] Sep 05 01:13:52.433 INFO O| Sep 05 01:13:52.433 INFO STEP 156 (remove_files) COMPLETE
61362026-09-05T01:13:53.733Z[ recovery-image] Sep 05 01:13:52.433 INFO O| Sep 05 01:13:52.433 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-09-05T01:13:53.742Z[ recovery-image] Sep 05 01:13:52.442 INFO O| Sep 05 01:13:52.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61382026-09-05T01:13:53.742Z[ recovery-image] Sep 05 01:13:52.442 INFO O| Sep 05 01:13:52.442 INFO STEP 157 (remove_files) COMPLETE
61392026-09-05T01:13:53.746Z[ recovery-image] Sep 05 01:13:52.442 INFO O| Sep 05 01:13:52.442 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-09-05T01:13:53.752Z[ recovery-image] Sep 05 01:13:52.452 INFO O| Sep 05 01:13:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61412026-09-05T01:13:53.753Z[ recovery-image] Sep 05 01:13:52.452 INFO O| Sep 05 01:13:52.452 INFO STEP 158 (remove_files) COMPLETE
61422026-09-05T01:13:53.756Z[ recovery-image] Sep 05 01:13:52.452 INFO O| Sep 05 01:13:52.452 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-09-05T01:13:53.762Z[ recovery-image] Sep 05 01:13:52.462 INFO O| Sep 05 01:13:52.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61442026-09-05T01:13:53.762Z[ recovery-image] Sep 05 01:13:52.462 INFO O| Sep 05 01:13:52.462 INFO STEP 159 (remove_files) COMPLETE
61452026-09-05T01:13:53.762Z[ recovery-image] Sep 05 01:13:52.462 INFO O| Sep 05 01:13:52.462 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-09-05T01:13:53.772Z[ recovery-image] Sep 05 01:13:52.471 INFO O| Sep 05 01:13:52.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61472026-09-05T01:13:53.772Z[ recovery-image] Sep 05 01:13:52.471 INFO O| Sep 05 01:13:52.471 INFO STEP 160 (remove_files) COMPLETE
61482026-09-05T01:13:53.772Z[ recovery-image] Sep 05 01:13:52.471 INFO O| Sep 05 01:13:52.471 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-09-05T01:13:53.780Z[ recovery-image] Sep 05 01:13:52.480 INFO O| Sep 05 01:13:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61502026-09-05T01:13:53.780Z[ recovery-image] Sep 05 01:13:52.480 INFO O| Sep 05 01:13:52.480 INFO STEP 161 (remove_files) COMPLETE
61512026-09-05T01:13:53.784Z[ recovery-image] Sep 05 01:13:52.480 INFO O| Sep 05 01:13:52.480 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-09-05T01:13:53.790Z[ recovery-image] Sep 05 01:13:52.490 INFO O| Sep 05 01:13:52.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61532026-09-05T01:13:53.790Z[ recovery-image] Sep 05 01:13:52.490 INFO O| Sep 05 01:13:52.490 INFO STEP 162 (remove_files) COMPLETE
61542026-09-05T01:13:53.790Z[ recovery-image] Sep 05 01:13:52.490 INFO O| Sep 05 01:13:52.490 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-09-05T01:13:53.800Z[ recovery-image] Sep 05 01:13:52.500 INFO O| Sep 05 01:13:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61562026-09-05T01:13:53.800Z[ recovery-image] Sep 05 01:13:52.500 INFO O| Sep 05 01:13:52.500 INFO STEP 163 (remove_files) COMPLETE
61572026-09-05T01:13:53.804Z[ recovery-image] Sep 05 01:13:52.500 INFO O| Sep 05 01:13:52.500 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-09-05T01:13:53.809Z[ recovery-image] Sep 05 01:13:52.509 INFO O| Sep 05 01:13:52.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61592026-09-05T01:13:53.810Z[ recovery-image] Sep 05 01:13:52.510 INFO O| Sep 05 01:13:52.510 INFO STEP 164 (remove_files) COMPLETE
61602026-09-05T01:13:53.810Z[ recovery-image] Sep 05 01:13:52.510 INFO O| Sep 05 01:13:52.510 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-09-05T01:13:53.819Z[ recovery-image] Sep 05 01:13:52.519 INFO O| Sep 05 01:13:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61622026-09-05T01:13:53.819Z[ recovery-image] Sep 05 01:13:52.519 INFO O| Sep 05 01:13:52.519 INFO STEP 165 (remove_files) COMPLETE
61632026-09-05T01:13:53.823Z[ recovery-image] Sep 05 01:13:52.519 INFO O| Sep 05 01:13:52.519 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-09-05T01:13:53.829Z[ recovery-image] Sep 05 01:13:52.530 INFO O| Sep 05 01:13:52.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61652026-09-05T01:13:53.829Z[ recovery-image] Sep 05 01:13:52.530 INFO O| Sep 05 01:13:52.530 INFO STEP 166 (remove_files) COMPLETE
61662026-09-05T01:13:53.830Z[ recovery-image] Sep 05 01:13:52.530 INFO O| Sep 05 01:13:52.530 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-09-05T01:13:53.840Z[ recovery-image] Sep 05 01:13:52.540 INFO O| Sep 05 01:13:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61682026-09-05T01:13:53.840Z[ recovery-image] Sep 05 01:13:52.540 INFO O| Sep 05 01:13:52.540 INFO STEP 167 (remove_files) COMPLETE
61692026-09-05T01:13:53.844Z[ recovery-image] Sep 05 01:13:52.540 INFO O| Sep 05 01:13:52.540 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-09-05T01:13:53.850Z[ recovery-image] Sep 05 01:13:52.550 INFO O| Sep 05 01:13:52.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61712026-09-05T01:13:53.850Z[ recovery-image] Sep 05 01:13:52.550 INFO O| Sep 05 01:13:52.550 INFO STEP 168 (remove_files) COMPLETE
61722026-09-05T01:13:53.854Z[ recovery-image] Sep 05 01:13:52.550 INFO O| Sep 05 01:13:52.550 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-09-05T01:13:53.861Z[ recovery-image] Sep 05 01:13:52.561 INFO O| Sep 05 01:13:52.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61742026-09-05T01:13:53.861Z[ recovery-image] Sep 05 01:13:52.561 INFO O| Sep 05 01:13:52.561 INFO STEP 169 (remove_files) COMPLETE
61752026-09-05T01:13:53.865Z[ recovery-image] Sep 05 01:13:52.561 INFO O| Sep 05 01:13:52.561 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-09-05T01:13:53.871Z[ recovery-image] Sep 05 01:13:52.571 INFO O| Sep 05 01:13:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61772026-09-05T01:13:53.871Z[ recovery-image] Sep 05 01:13:52.571 INFO O| Sep 05 01:13:52.571 INFO STEP 170 (remove_files) COMPLETE
61782026-09-05T01:13:53.871Z[ recovery-image] Sep 05 01:13:52.571 INFO O| Sep 05 01:13:52.571 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-09-05T01:13:53.890Z[ recovery-image] Sep 05 01:13:52.590 INFO O| Sep 05 01:13:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61802026-09-05T01:13:53.890Z[ recovery-image] Sep 05 01:13:52.590 INFO O| Sep 05 01:13:52.581 INFO STEP 171 (remove_files) COMPLETE
61812026-09-05T01:13:53.890Z[ recovery-image] Sep 05 01:13:52.590 INFO O| Sep 05 01:13:52.581 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-09-05T01:13:53.894Z[ recovery-image] Sep 05 01:13:52.592 INFO O| Sep 05 01:13:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61832026-09-05T01:13:53.894Z[ recovery-image] Sep 05 01:13:52.592 INFO O| Sep 05 01:13:52.590 INFO STEP 172 (remove_files) COMPLETE
61842026-09-05T01:13:53.894Z[ recovery-image] Sep 05 01:13:52.592 INFO O| Sep 05 01:13:52.590 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-09-05T01:13:53.900Z[ recovery-image] Sep 05 01:13:52.600 INFO O| Sep 05 01:13:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61862026-09-05T01:13:53.900Z[ recovery-image] Sep 05 01:13:52.600 INFO O| Sep 05 01:13:52.600 INFO STEP 173 (remove_files) COMPLETE
61872026-09-05T01:13:53.900Z[ recovery-image] Sep 05 01:13:52.600 INFO O| Sep 05 01:13:52.600 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-09-05T01:13:53.910Z[ recovery-image] Sep 05 01:13:52.610 INFO O| Sep 05 01:13:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61892026-09-05T01:13:53.910Z[ recovery-image] Sep 05 01:13:52.610 INFO O| Sep 05 01:13:52.610 INFO STEP 174 (remove_files) COMPLETE
61902026-09-05T01:13:53.910Z[ recovery-image] Sep 05 01:13:52.610 INFO O| Sep 05 01:13:52.610 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-09-05T01:13:53.920Z[ recovery-image] Sep 05 01:13:52.620 INFO O| Sep 05 01:13:52.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61922026-09-05T01:13:53.920Z[ recovery-image] Sep 05 01:13:52.620 INFO O| Sep 05 01:13:52.619 INFO STEP 175 (remove_files) COMPLETE
61932026-09-05T01:13:53.920Z[ recovery-image] Sep 05 01:13:52.620 INFO O| Sep 05 01:13:52.619 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-09-05T01:13:53.929Z[ recovery-image] Sep 05 01:13:52.629 INFO O| Sep 05 01:13:52.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
61952026-09-05T01:13:53.932Z[ recovery-image] Sep 05 01:13:52.630 INFO O| Sep 05 01:13:52.630 INFO STEP 176 (remove_files) COMPLETE
61962026-09-05T01:13:53.932Z[ recovery-image] Sep 05 01:13:52.630 INFO O| Sep 05 01:13:52.630 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-09-05T01:13:53.940Z[ recovery-image] Sep 05 01:13:52.640 INFO O| Sep 05 01:13:52.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
61982026-09-05T01:13:53.940Z[ recovery-image] Sep 05 01:13:52.640 INFO O| Sep 05 01:13:52.640 INFO STEP 177 (remove_files) COMPLETE
61992026-09-05T01:13:53.940Z[ recovery-image] Sep 05 01:13:52.640 INFO O| Sep 05 01:13:52.640 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-09-05T01:13:53.950Z[ recovery-image] Sep 05 01:13:52.650 INFO O| Sep 05 01:13:52.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62012026-09-05T01:13:53.950Z[ recovery-image] Sep 05 01:13:52.650 INFO O| Sep 05 01:13:52.650 INFO STEP 178 (remove_files) COMPLETE
62022026-09-05T01:13:53.954Z[ recovery-image] Sep 05 01:13:52.650 INFO O| Sep 05 01:13:52.650 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-09-05T01:13:53.960Z[ recovery-image] Sep 05 01:13:52.660 INFO O| Sep 05 01:13:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62042026-09-05T01:13:53.960Z[ recovery-image] Sep 05 01:13:52.660 INFO O| Sep 05 01:13:52.660 INFO STEP 179 (remove_files) COMPLETE
62052026-09-05T01:13:53.960Z[ recovery-image] Sep 05 01:13:52.660 INFO O| Sep 05 01:13:52.660 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-09-05T01:13:53.970Z[ recovery-image] Sep 05 01:13:52.670 INFO O| Sep 05 01:13:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62072026-09-05T01:13:53.970Z[ recovery-image] Sep 05 01:13:52.670 INFO O| Sep 05 01:13:52.670 INFO STEP 180 (remove_files) COMPLETE
62082026-09-05T01:13:53.974Z[ recovery-image] Sep 05 01:13:52.670 INFO O| Sep 05 01:13:52.670 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-09-05T01:13:53.981Z[ recovery-image] Sep 05 01:13:52.681 INFO O| Sep 05 01:13:52.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62102026-09-05T01:13:53.981Z[ recovery-image] Sep 05 01:13:52.681 INFO O| Sep 05 01:13:52.681 INFO STEP 181 (remove_files) COMPLETE
62112026-09-05T01:13:53.981Z[ recovery-image] Sep 05 01:13:52.681 INFO O| Sep 05 01:13:52.681 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-09-05T01:13:53.991Z[ recovery-image] Sep 05 01:13:52.691 INFO O| Sep 05 01:13:52.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62132026-09-05T01:13:53.991Z[ recovery-image] Sep 05 01:13:52.691 INFO O| Sep 05 01:13:52.691 INFO STEP 182 (remove_files) COMPLETE
62142026-09-05T01:13:53.991Z[ recovery-image] Sep 05 01:13:52.691 INFO O| Sep 05 01:13:52.691 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-09-05T01:13:54.002Z[ recovery-image] Sep 05 01:13:52.700 INFO O| Sep 05 01:13:52.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62162026-09-05T01:13:54.002Z[ recovery-image] Sep 05 01:13:52.700 INFO O| Sep 05 01:13:52.700 INFO STEP 183 (remove_files) COMPLETE
62172026-09-05T01:13:54.006Z[ recovery-image] Sep 05 01:13:52.700 INFO O| Sep 05 01:13:52.700 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-09-05T01:13:54.011Z[ recovery-image] Sep 05 01:13:52.711 INFO O| Sep 05 01:13:52.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62192026-09-05T01:13:54.011Z[ recovery-image] Sep 05 01:13:52.711 INFO O| Sep 05 01:13:52.711 INFO STEP 184 (remove_files) COMPLETE
62202026-09-05T01:13:54.015Z[ recovery-image] Sep 05 01:13:52.711 INFO O| Sep 05 01:13:52.711 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-09-05T01:13:54.021Z[ recovery-image] Sep 05 01:13:52.721 INFO O| Sep 05 01:13:52.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62222026-09-05T01:13:54.021Z[ recovery-image] Sep 05 01:13:52.721 INFO O| Sep 05 01:13:52.721 INFO STEP 185 (remove_files) COMPLETE
62232026-09-05T01:13:54.024Z[ recovery-image] Sep 05 01:13:52.721 INFO O| Sep 05 01:13:52.721 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-09-05T01:13:54.030Z[ recovery-image] Sep 05 01:13:52.729 INFO O| Sep 05 01:13:52.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62252026-09-05T01:13:54.030Z[ recovery-image] Sep 05 01:13:52.729 INFO O| Sep 05 01:13:52.729 INFO STEP 186 (remove_files) COMPLETE
62262026-09-05T01:13:54.030Z[ recovery-image] Sep 05 01:13:52.729 INFO O| Sep 05 01:13:52.729 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-09-05T01:13:54.038Z[ recovery-image] Sep 05 01:13:52.738 INFO O| Sep 05 01:13:52.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62282026-09-05T01:13:54.038Z[ recovery-image] Sep 05 01:13:52.738 INFO O| Sep 05 01:13:52.738 INFO STEP 187 (remove_files) COMPLETE
62292026-09-05T01:13:54.042Z[ recovery-image] Sep 05 01:13:52.738 INFO O| Sep 05 01:13:52.738 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-09-05T01:13:54.046Z[ recovery-image] Sep 05 01:13:52.747 INFO O| Sep 05 01:13:52.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62312026-09-05T01:13:54.046Z[ recovery-image] Sep 05 01:13:52.747 INFO O| Sep 05 01:13:52.747 INFO STEP 188 (remove_files) COMPLETE
62322026-09-05T01:13:54.047Z[ recovery-image] Sep 05 01:13:52.747 INFO O| Sep 05 01:13:52.747 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-09-05T01:13:54.057Z[ recovery-image] Sep 05 01:13:52.757 INFO O| Sep 05 01:13:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62342026-09-05T01:13:54.057Z[ recovery-image] Sep 05 01:13:52.757 INFO O| Sep 05 01:13:52.757 INFO STEP 189 (remove_files) COMPLETE
62352026-09-05T01:13:54.061Z[ recovery-image] Sep 05 01:13:52.757 INFO O| Sep 05 01:13:52.757 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-09-05T01:13:54.066Z[ recovery-image] Sep 05 01:13:52.766 INFO O| Sep 05 01:13:52.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62372026-09-05T01:13:54.066Z[ recovery-image] Sep 05 01:13:52.766 INFO O| Sep 05 01:13:52.766 INFO STEP 190 (remove_files) COMPLETE
62382026-09-05T01:13:54.071Z[ recovery-image] Sep 05 01:13:52.766 INFO O| Sep 05 01:13:52.766 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-09-05T01:13:54.076Z[ recovery-image] Sep 05 01:13:52.777 INFO O| Sep 05 01:13:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62402026-09-05T01:13:54.077Z[ recovery-image] Sep 05 01:13:52.777 INFO O| Sep 05 01:13:52.777 INFO STEP 191 (remove_files) COMPLETE
62412026-09-05T01:13:54.081Z[ recovery-image] Sep 05 01:13:52.777 INFO O| Sep 05 01:13:52.777 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-09-05T01:13:54.085Z[ recovery-image] Sep 05 01:13:52.786 INFO O| Sep 05 01:13:52.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62432026-09-05T01:13:54.085Z[ recovery-image] Sep 05 01:13:52.786 INFO O| Sep 05 01:13:52.786 INFO STEP 192 (remove_files) COMPLETE
62442026-09-05T01:13:54.086Z[ recovery-image] Sep 05 01:13:52.786 INFO O| Sep 05 01:13:52.786 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-09-05T01:13:54.096Z[ recovery-image] Sep 05 01:13:52.796 INFO O| Sep 05 01:13:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62462026-09-05T01:13:54.096Z[ recovery-image] Sep 05 01:13:52.796 INFO O| Sep 05 01:13:52.796 INFO STEP 193 (remove_files) COMPLETE
62472026-09-05T01:13:54.096Z[ recovery-image] Sep 05 01:13:52.796 INFO O| Sep 05 01:13:52.796 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-09-05T01:13:54.107Z[ recovery-image] Sep 05 01:13:52.807 INFO O| Sep 05 01:13:52.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62492026-09-05T01:13:54.107Z[ recovery-image] Sep 05 01:13:52.807 INFO O| Sep 05 01:13:52.807 INFO STEP 194 (remove_files) COMPLETE
62502026-09-05T01:13:54.107Z[ recovery-image] Sep 05 01:13:52.807 INFO O| Sep 05 01:13:52.807 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-09-05T01:13:54.117Z[ recovery-image] Sep 05 01:13:52.817 INFO O| Sep 05 01:13:52.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62522026-09-05T01:13:54.117Z[ recovery-image] Sep 05 01:13:52.817 INFO O| Sep 05 01:13:52.817 INFO STEP 195 (remove_files) COMPLETE
62532026-09-05T01:13:54.117Z[ recovery-image] Sep 05 01:13:52.817 INFO O| Sep 05 01:13:52.817 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-09-05T01:13:54.126Z[ recovery-image] Sep 05 01:13:52.826 INFO O| Sep 05 01:13:52.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62552026-09-05T01:13:54.126Z[ recovery-image] Sep 05 01:13:52.826 INFO O| Sep 05 01:13:52.826 INFO STEP 196 (remove_files) COMPLETE
62562026-09-05T01:13:54.126Z[ recovery-image] Sep 05 01:13:52.826 INFO O| Sep 05 01:13:52.826 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-09-05T01:13:54.135Z[ recovery-image] Sep 05 01:13:52.835 INFO O| Sep 05 01:13:52.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62582026-09-05T01:13:54.135Z[ recovery-image] Sep 05 01:13:52.835 INFO O| Sep 05 01:13:52.835 INFO STEP 197 (remove_files) COMPLETE
62592026-09-05T01:13:54.135Z[ recovery-image] Sep 05 01:13:52.835 INFO O| Sep 05 01:13:52.835 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-09-05T01:13:54.144Z[ recovery-image] Sep 05 01:13:52.844 INFO O| Sep 05 01:13:52.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62612026-09-05T01:13:54.144Z[ recovery-image] Sep 05 01:13:52.844 INFO O| Sep 05 01:13:52.844 INFO STEP 198 (remove_files) COMPLETE
62622026-09-05T01:13:54.144Z[ recovery-image] Sep 05 01:13:52.844 INFO O| Sep 05 01:13:52.844 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-09-05T01:13:54.153Z[ recovery-image] Sep 05 01:13:52.853 INFO O| Sep 05 01:13:52.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62642026-09-05T01:13:54.153Z[ recovery-image] Sep 05 01:13:52.853 INFO O| Sep 05 01:13:52.853 INFO STEP 199 (remove_files) COMPLETE
62652026-09-05T01:13:54.153Z[ recovery-image] Sep 05 01:13:52.853 INFO O| Sep 05 01:13:52.853 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-09-05T01:13:54.162Z[ recovery-image] Sep 05 01:13:52.862 INFO O| Sep 05 01:13:52.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62672026-09-05T01:13:54.162Z[ recovery-image] Sep 05 01:13:52.862 INFO O| Sep 05 01:13:52.862 INFO STEP 200 (remove_files) COMPLETE
62682026-09-05T01:13:54.162Z[ recovery-image] Sep 05 01:13:52.862 INFO O| Sep 05 01:13:52.862 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-09-05T01:13:54.171Z[ recovery-image] Sep 05 01:13:52.871 INFO O| Sep 05 01:13:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62702026-09-05T01:13:54.171Z[ recovery-image] Sep 05 01:13:52.871 INFO O| Sep 05 01:13:52.871 INFO STEP 201 (remove_files) COMPLETE
62712026-09-05T01:13:54.172Z[ recovery-image] Sep 05 01:13:52.871 INFO O| Sep 05 01:13:52.871 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-09-05T01:13:54.180Z[ recovery-image] Sep 05 01:13:52.880 INFO O| Sep 05 01:13:52.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62732026-09-05T01:13:54.180Z[ recovery-image] Sep 05 01:13:52.880 INFO O| Sep 05 01:13:52.880 INFO STEP 202 (remove_files) COMPLETE
62742026-09-05T01:13:54.181Z[ recovery-image] Sep 05 01:13:52.880 INFO O| Sep 05 01:13:52.880 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-09-05T01:13:54.190Z[ recovery-image] Sep 05 01:13:52.890 INFO O| Sep 05 01:13:52.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62762026-09-05T01:13:54.190Z[ recovery-image] Sep 05 01:13:52.890 INFO O| Sep 05 01:13:52.890 INFO STEP 203 (remove_files) COMPLETE
62772026-09-05T01:13:54.194Z[ recovery-image] Sep 05 01:13:52.890 INFO O| Sep 05 01:13:52.890 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-09-05T01:13:54.200Z[ recovery-image] Sep 05 01:13:52.900 INFO O| Sep 05 01:13:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62792026-09-05T01:13:54.200Z[ recovery-image] Sep 05 01:13:52.900 INFO O| Sep 05 01:13:52.900 INFO STEP 204 (remove_files) COMPLETE
62802026-09-05T01:13:54.200Z[ recovery-image] Sep 05 01:13:52.900 INFO O| Sep 05 01:13:52.900 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-09-05T01:13:54.210Z[ recovery-image] Sep 05 01:13:52.910 INFO O| Sep 05 01:13:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62822026-09-05T01:13:54.210Z[ recovery-image] Sep 05 01:13:52.910 INFO O| Sep 05 01:13:52.910 INFO STEP 205 (remove_files) COMPLETE
62832026-09-05T01:13:54.214Z[ recovery-image] Sep 05 01:13:52.910 INFO O| Sep 05 01:13:52.910 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-05T01:13:54.219Z[ recovery-image] Sep 05 01:13:52.919 INFO O| Sep 05 01:13:52.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62852026-09-05T01:13:54.219Z[ recovery-image] Sep 05 01:13:52.919 INFO O| Sep 05 01:13:52.919 INFO STEP 206 (remove_files) COMPLETE
62862026-09-05T01:13:54.219Z[ recovery-image] Sep 05 01:13:52.919 INFO O| Sep 05 01:13:52.919 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-05T01:13:54.228Z[ recovery-image] Sep 05 01:13:52.928 INFO O| Sep 05 01:13:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62882026-09-05T01:13:54.228Z[ recovery-image] Sep 05 01:13:52.928 INFO O| Sep 05 01:13:52.928 INFO STEP 207 (remove_files) COMPLETE
62892026-09-05T01:13:54.232Z[ recovery-image] Sep 05 01:13:52.928 INFO O| Sep 05 01:13:52.928 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-05T01:13:54.237Z[ recovery-image] Sep 05 01:13:52.937 INFO O| Sep 05 01:13:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62912026-09-05T01:13:54.237Z[ recovery-image] Sep 05 01:13:52.937 INFO O| Sep 05 01:13:52.937 INFO STEP 208 (remove_files) COMPLETE
62922026-09-05T01:13:54.242Z[ recovery-image] Sep 05 01:13:52.937 INFO O| Sep 05 01:13:52.937 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-05T01:13:54.246Z[ recovery-image] Sep 05 01:13:52.946 INFO O| Sep 05 01:13:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
62942026-09-05T01:13:54.246Z[ recovery-image] Sep 05 01:13:52.946 INFO O| Sep 05 01:13:52.946 INFO STEP 209 (remove_files) COMPLETE
62952026-09-05T01:13:54.246Z[ recovery-image] Sep 05 01:13:52.946 INFO O| Sep 05 01:13:52.946 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-05T01:13:54.255Z[ recovery-image] Sep 05 01:13:52.955 INFO O| Sep 05 01:13:52.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
62972026-09-05T01:13:54.255Z[ recovery-image] Sep 05 01:13:52.955 INFO O| Sep 05 01:13:52.955 INFO STEP 210 (remove_files) COMPLETE
62982026-09-05T01:13:54.255Z[ recovery-image] Sep 05 01:13:52.955 INFO O| Sep 05 01:13:52.955 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-05T01:13:54.259Z[verify-libraries] Compiling samael v0.0.19
63002026-09-05T01:13:54.264Z[ recovery-image] Sep 05 01:13:52.964 INFO O| Sep 05 01:13:52.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63012026-09-05T01:13:54.264Z[ recovery-image] Sep 05 01:13:52.964 INFO O| Sep 05 01:13:52.964 INFO STEP 211 (remove_files) COMPLETE
63022026-09-05T01:13:54.264Z[ recovery-image] Sep 05 01:13:52.964 INFO O| Sep 05 01:13:52.964 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-05T01:13:54.273Z[ recovery-image] Sep 05 01:13:52.973 INFO O| Sep 05 01:13:52.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63042026-09-05T01:13:54.273Z[ recovery-image] Sep 05 01:13:52.973 INFO O| Sep 05 01:13:52.973 INFO STEP 212 (remove_files) COMPLETE
63052026-09-05T01:13:54.273Z[ recovery-image] Sep 05 01:13:52.973 INFO O| Sep 05 01:13:52.973 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-05T01:13:54.282Z[ recovery-image] Sep 05 01:13:52.982 INFO O| Sep 05 01:13:52.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63072026-09-05T01:13:54.282Z[ recovery-image] Sep 05 01:13:52.982 INFO O| Sep 05 01:13:52.982 INFO STEP 213 (remove_files) COMPLETE
63082026-09-05T01:13:54.282Z[ recovery-image] Sep 05 01:13:52.982 INFO O| Sep 05 01:13:52.982 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-05T01:13:54.291Z[ recovery-image] Sep 05 01:13:52.991 INFO O| Sep 05 01:13:52.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63102026-09-05T01:13:54.291Z[ recovery-image] Sep 05 01:13:52.991 INFO O| Sep 05 01:13:52.991 INFO STEP 214 (remove_files) COMPLETE
63112026-09-05T01:13:54.292Z[ recovery-image] Sep 05 01:13:52.991 INFO O| Sep 05 01:13:52.991 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-05T01:13:54.301Z[ recovery-image] Sep 05 01:13:53.000 INFO O| Sep 05 01:13:53.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63132026-09-05T01:13:54.301Z[ recovery-image] Sep 05 01:13:53.000 INFO O| Sep 05 01:13:53.000 INFO STEP 215 (remove_files) COMPLETE
63142026-09-05T01:13:54.304Z[ recovery-image] Sep 05 01:13:53.000 INFO O| Sep 05 01:13:53.000 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-05T01:13:54.310Z[ recovery-image] Sep 05 01:13:53.010 INFO O| Sep 05 01:13:53.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63162026-09-05T01:13:54.310Z[ recovery-image] Sep 05 01:13:53.010 INFO O| Sep 05 01:13:53.010 INFO STEP 216 (remove_files) COMPLETE
63172026-09-05T01:13:54.314Z[ recovery-image] Sep 05 01:13:53.010 INFO O| Sep 05 01:13:53.010 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-05T01:13:54.321Z[ recovery-image] Sep 05 01:13:53.020 INFO O| Sep 05 01:13:53.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63192026-09-05T01:13:54.324Z[ recovery-image] Sep 05 01:13:53.020 INFO O| Sep 05 01:13:53.020 INFO STEP 217 (remove_files) COMPLETE
63202026-09-05T01:13:54.324Z[ recovery-image] Sep 05 01:13:53.020 INFO O| Sep 05 01:13:53.020 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-05T01:13:54.331Z[ recovery-image] Sep 05 01:13:53.030 INFO O| Sep 05 01:13:53.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63222026-09-05T01:13:54.332Z[ recovery-image] Sep 05 01:13:53.030 INFO O| Sep 05 01:13:53.030 INFO STEP 218 (remove_files) COMPLETE
63232026-09-05T01:13:54.336Z[ recovery-image] Sep 05 01:13:53.030 INFO O| Sep 05 01:13:53.030 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-05T01:13:54.341Z[ recovery-image] Sep 05 01:13:53.041 INFO O| Sep 05 01:13:53.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63252026-09-05T01:13:54.341Z[ recovery-image] Sep 05 01:13:53.042 INFO O| Sep 05 01:13:53.041 INFO STEP 219 (remove_files) COMPLETE
63262026-09-05T01:13:54.342Z[ recovery-image] Sep 05 01:13:53.042 INFO O| Sep 05 01:13:53.041 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-05T01:13:54.353Z[ recovery-image] Sep 05 01:13:53.052 INFO O| Sep 05 01:13:53.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63282026-09-05T01:13:54.353Z[ recovery-image] Sep 05 01:13:53.052 INFO O| Sep 05 01:13:53.052 INFO STEP 220 (remove_files) COMPLETE
63292026-09-05T01:13:54.353Z[ recovery-image] Sep 05 01:13:53.052 INFO O| Sep 05 01:13:53.052 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-05T01:13:54.363Z[ recovery-image] Sep 05 01:13:53.063 INFO O| Sep 05 01:13:53.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63312026-09-05T01:13:54.363Z[ recovery-image] Sep 05 01:13:53.063 INFO O| Sep 05 01:13:53.063 INFO STEP 221 (remove_files) COMPLETE
63322026-09-05T01:13:54.367Z[ recovery-image] Sep 05 01:13:53.063 INFO O| Sep 05 01:13:53.063 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-05T01:13:54.373Z[ recovery-image] Sep 05 01:13:53.073 INFO O| Sep 05 01:13:53.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63342026-09-05T01:13:54.373Z[ recovery-image] Sep 05 01:13:53.073 INFO O| Sep 05 01:13:53.073 INFO STEP 222 (remove_files) COMPLETE
63352026-09-05T01:13:54.373Z[ recovery-image] Sep 05 01:13:53.073 INFO O| Sep 05 01:13:53.073 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-05T01:13:54.385Z[ recovery-image] Sep 05 01:13:53.085 INFO O| Sep 05 01:13:53.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63372026-09-05T01:13:54.385Z[ recovery-image] Sep 05 01:13:53.085 INFO O| Sep 05 01:13:53.085 INFO STEP 223 (remove_files) COMPLETE
63382026-09-05T01:13:54.389Z[ recovery-image] Sep 05 01:13:53.085 INFO O| Sep 05 01:13:53.085 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-05T01:13:54.394Z[ recovery-image] Sep 05 01:13:53.095 INFO O| Sep 05 01:13:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63402026-09-05T01:13:54.395Z[ recovery-image] Sep 05 01:13:53.095 INFO O| Sep 05 01:13:53.095 INFO STEP 224 (remove_files) COMPLETE
63412026-09-05T01:13:54.395Z[ recovery-image] Sep 05 01:13:53.095 INFO O| Sep 05 01:13:53.095 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-05T01:13:54.404Z[ recovery-image] Sep 05 01:13:53.104 INFO O| Sep 05 01:13:53.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63432026-09-05T01:13:54.404Z[ recovery-image] Sep 05 01:13:53.104 INFO O| Sep 05 01:13:53.104 INFO STEP 225 (remove_files) COMPLETE
63442026-09-05T01:13:54.405Z[ recovery-image] Sep 05 01:13:53.104 INFO O| Sep 05 01:13:53.104 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-05T01:13:54.416Z[ recovery-image] Sep 05 01:13:53.115 INFO O| Sep 05 01:13:53.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63462026-09-05T01:13:54.416Z[ recovery-image] Sep 05 01:13:53.115 INFO O| Sep 05 01:13:53.115 INFO STEP 226 (remove_files) COMPLETE
63472026-09-05T01:13:54.416Z[ recovery-image] Sep 05 01:13:53.115 INFO O| Sep 05 01:13:53.115 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-05T01:13:54.420Z[verify-libraries] Compiling git2 v0.20.4
63492026-09-05T01:13:54.426Z[ recovery-image] Sep 05 01:13:53.126 INFO O| Sep 05 01:13:53.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63502026-09-05T01:13:54.426Z[ recovery-image] Sep 05 01:13:53.126 INFO O| Sep 05 01:13:53.126 INFO STEP 227 (remove_files) COMPLETE
63512026-09-05T01:13:54.429Z[ recovery-image] Sep 05 01:13:53.126 INFO O| Sep 05 01:13:53.126 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-05T01:13:54.434Z[ recovery-image] Sep 05 01:13:53.134 INFO O| Sep 05 01:13:53.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63532026-09-05T01:13:54.438Z[ recovery-image] Sep 05 01:13:53.135 INFO O| Sep 05 01:13:53.135 INFO STEP 228 (remove_files) COMPLETE
63542026-09-05T01:13:54.438Z[ recovery-image] Sep 05 01:13:53.135 INFO O| Sep 05 01:13:53.135 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-05T01:13:54.446Z[ recovery-image] Sep 05 01:13:53.146 INFO O| Sep 05 01:13:53.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63562026-09-05T01:13:54.450Z[ recovery-image] Sep 05 01:13:53.148 INFO O| Sep 05 01:13:53.148 INFO STEP 229 (remove_files) COMPLETE
63572026-09-05T01:13:54.450Z[ recovery-image] Sep 05 01:13:53.148 INFO O| Sep 05 01:13:53.148 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-05T01:13:54.458Z[ recovery-image] Sep 05 01:13:53.158 INFO O| Sep 05 01:13:53.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63592026-09-05T01:13:54.458Z[ recovery-image] Sep 05 01:13:53.158 INFO O| Sep 05 01:13:53.158 INFO STEP 230 (remove_files) COMPLETE
63602026-09-05T01:13:54.458Z[ recovery-image] Sep 05 01:13:53.158 INFO O| Sep 05 01:13:53.158 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-05T01:13:54.467Z[ recovery-image] Sep 05 01:13:53.167 INFO O| Sep 05 01:13:53.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63622026-09-05T01:13:54.467Z[ recovery-image] Sep 05 01:13:53.168 INFO O| Sep 05 01:13:53.167 INFO STEP 231 (remove_files) COMPLETE
63632026-09-05T01:13:54.468Z[ recovery-image] Sep 05 01:13:53.168 INFO O| Sep 05 01:13:53.168 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-05T01:13:54.476Z[ recovery-image] Sep 05 01:13:53.176 INFO O| Sep 05 01:13:53.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63652026-09-05T01:13:54.476Z[ recovery-image] Sep 05 01:13:53.176 INFO O| Sep 05 01:13:53.176 INFO STEP 232 (remove_files) COMPLETE
63662026-09-05T01:13:54.476Z[ recovery-image] Sep 05 01:13:53.176 INFO O| Sep 05 01:13:53.176 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-05T01:13:54.484Z[ recovery-image] Sep 05 01:13:53.184 INFO O| Sep 05 01:13:53.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63682026-09-05T01:13:54.484Z[ recovery-image] Sep 05 01:13:53.184 INFO O| Sep 05 01:13:53.184 INFO STEP 233 (remove_files) COMPLETE
63692026-09-05T01:13:54.484Z[ recovery-image] Sep 05 01:13:53.184 INFO O| Sep 05 01:13:53.184 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-05T01:13:54.492Z[ recovery-image] Sep 05 01:13:53.192 INFO O| Sep 05 01:13:53.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63712026-09-05T01:13:54.496Z[ recovery-image] Sep 05 01:13:53.193 INFO O| Sep 05 01:13:53.193 INFO STEP 234 (remove_files) COMPLETE
63722026-09-05T01:13:54.496Z[ recovery-image] Sep 05 01:13:53.193 INFO O| Sep 05 01:13:53.193 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-05T01:13:54.500Z[ recovery-image] Sep 05 01:13:53.201 INFO O| Sep 05 01:13:53.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63742026-09-05T01:13:54.500Z[ recovery-image] Sep 05 01:13:53.201 INFO O| Sep 05 01:13:53.201 INFO STEP 235 (remove_files) COMPLETE
63752026-09-05T01:13:54.500Z[ recovery-image] Sep 05 01:13:53.201 INFO O| Sep 05 01:13:53.201 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-05T01:13:54.508Z[ recovery-image] Sep 05 01:13:53.208 INFO O| Sep 05 01:13:53.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63772026-09-05T01:13:54.508Z[ recovery-image] Sep 05 01:13:53.208 INFO O| Sep 05 01:13:53.208 INFO STEP 236 (remove_files) COMPLETE
63782026-09-05T01:13:54.508Z[ recovery-image] Sep 05 01:13:53.208 INFO O| Sep 05 01:13:53.208 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-05T01:13:54.516Z[ recovery-image] Sep 05 01:13:53.216 INFO O| Sep 05 01:13:53.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63802026-09-05T01:13:54.516Z[ recovery-image] Sep 05 01:13:53.216 INFO O| Sep 05 01:13:53.216 INFO STEP 237 (remove_files) COMPLETE
63812026-09-05T01:13:54.516Z[ recovery-image] Sep 05 01:13:53.216 INFO O| Sep 05 01:13:53.216 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-05T01:13:54.523Z[ recovery-image] Sep 05 01:13:53.223 INFO O| Sep 05 01:13:53.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63832026-09-05T01:13:54.523Z[ recovery-image] Sep 05 01:13:53.223 INFO O| Sep 05 01:13:53.223 INFO STEP 238 (remove_files) COMPLETE
63842026-09-05T01:13:54.523Z[ recovery-image] Sep 05 01:13:53.223 INFO O| Sep 05 01:13:53.223 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-05T01:13:54.532Z[ recovery-image] Sep 05 01:13:53.231 INFO O| Sep 05 01:13:53.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63862026-09-05T01:13:54.532Z[ recovery-image] Sep 05 01:13:53.231 INFO O| Sep 05 01:13:53.231 INFO STEP 239 (remove_files) COMPLETE
63872026-09-05T01:13:54.535Z[ recovery-image] Sep 05 01:13:53.231 INFO O| Sep 05 01:13:53.231 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-05T01:13:54.540Z[ recovery-image] Sep 05 01:13:53.240 INFO O| Sep 05 01:13:53.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63892026-09-05T01:13:54.540Z[ recovery-image] Sep 05 01:13:53.240 INFO O| Sep 05 01:13:53.240 INFO STEP 240 (remove_files) COMPLETE
63902026-09-05T01:13:54.540Z[ recovery-image] Sep 05 01:13:53.240 INFO O| Sep 05 01:13:53.240 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-05T01:13:54.549Z[ recovery-image] Sep 05 01:13:53.249 INFO O| Sep 05 01:13:53.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63922026-09-05T01:13:54.549Z[ recovery-image] Sep 05 01:13:53.249 INFO O| Sep 05 01:13:53.249 INFO STEP 241 (remove_files) COMPLETE
63932026-09-05T01:13:54.549Z[ recovery-image] Sep 05 01:13:53.249 INFO O| Sep 05 01:13:53.249 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-05T01:13:54.560Z[ recovery-image] Sep 05 01:13:53.258 INFO O| Sep 05 01:13:53.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
63952026-09-05T01:13:54.560Z[ recovery-image] Sep 05 01:13:53.258 INFO O| Sep 05 01:13:53.258 INFO STEP 242 (remove_files) COMPLETE
63962026-09-05T01:13:54.560Z[ recovery-image] Sep 05 01:13:53.258 INFO O| Sep 05 01:13:53.258 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-05T01:13:54.567Z[ recovery-image] Sep 05 01:13:53.267 INFO O| Sep 05 01:13:53.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
63982026-09-05T01:13:54.567Z[ recovery-image] Sep 05 01:13:53.267 INFO O| Sep 05 01:13:53.267 INFO STEP 243 (remove_files) COMPLETE
63992026-09-05T01:13:54.567Z[ recovery-image] Sep 05 01:13:53.267 INFO O| Sep 05 01:13:53.267 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-05T01:13:54.577Z[ recovery-image] Sep 05 01:13:53.277 INFO O| Sep 05 01:13:53.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64012026-09-05T01:13:54.578Z[ recovery-image] Sep 05 01:13:53.277 INFO O| Sep 05 01:13:53.277 INFO STEP 244 (remove_files) COMPLETE
64022026-09-05T01:13:54.578Z[ recovery-image] Sep 05 01:13:53.277 INFO O| Sep 05 01:13:53.277 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-05T01:13:54.591Z[ recovery-image] Sep 05 01:13:53.286 INFO O| Sep 05 01:13:53.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64042026-09-05T01:13:54.591Z[ recovery-image] Sep 05 01:13:53.286 INFO O| Sep 05 01:13:53.286 INFO STEP 245 (remove_files) COMPLETE
64052026-09-05T01:13:54.591Z[ recovery-image] Sep 05 01:13:53.286 INFO O| Sep 05 01:13:53.286 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-05T01:13:54.599Z[ recovery-image] Sep 05 01:13:53.295 INFO O| Sep 05 01:13:53.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64072026-09-05T01:13:54.599Z[ recovery-image] Sep 05 01:13:53.296 INFO O| Sep 05 01:13:53.296 INFO STEP 246 (remove_files) COMPLETE
64082026-09-05T01:13:54.599Z[ recovery-image] Sep 05 01:13:53.296 INFO O| Sep 05 01:13:53.296 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-05T01:13:54.606Z[ recovery-image] Sep 05 01:13:53.306 INFO O| Sep 05 01:13:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64102026-09-05T01:13:54.607Z[ recovery-image] Sep 05 01:13:53.306 INFO O| Sep 05 01:13:53.306 INFO STEP 247 (remove_files) COMPLETE
64112026-09-05T01:13:54.607Z[ recovery-image] Sep 05 01:13:53.306 INFO O| Sep 05 01:13:53.306 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-05T01:13:54.616Z[ recovery-image] Sep 05 01:13:53.316 INFO O| Sep 05 01:13:53.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64132026-09-05T01:13:54.616Z[ recovery-image] Sep 05 01:13:53.316 INFO O| Sep 05 01:13:53.316 INFO STEP 248 (remove_files) COMPLETE
64142026-09-05T01:13:54.616Z[ recovery-image] Sep 05 01:13:53.316 INFO O| Sep 05 01:13:53.316 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-05T01:13:54.626Z[ recovery-image] Sep 05 01:13:53.326 INFO O| Sep 05 01:13:53.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64162026-09-05T01:13:54.626Z[ recovery-image] Sep 05 01:13:53.326 INFO O| Sep 05 01:13:53.326 INFO STEP 249 (remove_files) COMPLETE
64172026-09-05T01:13:54.626Z[ recovery-image] Sep 05 01:13:53.326 INFO O| Sep 05 01:13:53.326 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-05T01:13:54.636Z[ recovery-image] Sep 05 01:13:53.335 INFO O| Sep 05 01:13:53.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64192026-09-05T01:13:54.636Z[ recovery-image] Sep 05 01:13:53.336 INFO O| Sep 05 01:13:53.336 INFO STEP 250 (remove_files) COMPLETE
64202026-09-05T01:13:54.636Z[ recovery-image] Sep 05 01:13:53.336 INFO O| Sep 05 01:13:53.336 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-05T01:13:54.649Z[ recovery-image] Sep 05 01:13:53.349 INFO O| Sep 05 01:13:53.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64222026-09-05T01:13:54.649Z[ recovery-image] Sep 05 01:13:53.349 INFO O| Sep 05 01:13:53.349 INFO STEP 251 (remove_files) COMPLETE
64232026-09-05T01:13:54.649Z[ recovery-image] Sep 05 01:13:53.349 INFO O| Sep 05 01:13:53.349 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-05T01:13:54.661Z[ recovery-image] Sep 05 01:13:53.360 INFO O| Sep 05 01:13:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64252026-09-05T01:13:54.661Z[ recovery-image] Sep 05 01:13:53.360 INFO O| Sep 05 01:13:53.360 INFO STEP 252 (remove_files) COMPLETE
64262026-09-05T01:13:54.661Z[ recovery-image] Sep 05 01:13:53.360 INFO O| Sep 05 01:13:53.360 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-05T01:13:54.669Z[ recovery-image] Sep 05 01:13:53.369 INFO O| Sep 05 01:13:53.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64282026-09-05T01:13:54.669Z[ recovery-image] Sep 05 01:13:53.369 INFO O| Sep 05 01:13:53.369 INFO STEP 253 (remove_files) COMPLETE
64292026-09-05T01:13:54.670Z[ recovery-image] Sep 05 01:13:53.369 INFO O| Sep 05 01:13:53.369 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-05T01:13:54.678Z[ recovery-image] Sep 05 01:13:53.378 INFO O| Sep 05 01:13:53.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64312026-09-05T01:13:54.678Z[ recovery-image] Sep 05 01:13:53.379 INFO O| Sep 05 01:13:53.378 INFO STEP 254 (remove_files) COMPLETE
64322026-09-05T01:13:54.682Z[ recovery-image] Sep 05 01:13:53.379 INFO O| Sep 05 01:13:53.378 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-05T01:13:54.687Z[ recovery-image] Sep 05 01:13:53.387 INFO O| Sep 05 01:13:53.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64342026-09-05T01:13:54.687Z[ recovery-image] Sep 05 01:13:53.387 INFO O| Sep 05 01:13:53.387 INFO STEP 255 (remove_files) COMPLETE
64352026-09-05T01:13:54.687Z[ recovery-image] Sep 05 01:13:53.387 INFO O| Sep 05 01:13:53.387 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-05T01:13:54.696Z[ recovery-image] Sep 05 01:13:53.396 INFO O| Sep 05 01:13:53.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64372026-09-05T01:13:54.696Z[ recovery-image] Sep 05 01:13:53.396 INFO O| Sep 05 01:13:53.396 INFO STEP 256 (remove_files) COMPLETE
64382026-09-05T01:13:54.696Z[ recovery-image] Sep 05 01:13:53.396 INFO O| Sep 05 01:13:53.396 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-05T01:13:54.704Z[ recovery-image] Sep 05 01:13:53.404 INFO O| Sep 05 01:13:53.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64402026-09-05T01:13:54.704Z[ recovery-image] Sep 05 01:13:53.404 INFO O| Sep 05 01:13:53.404 INFO STEP 257 (remove_files) COMPLETE
64412026-09-05T01:13:54.704Z[ recovery-image] Sep 05 01:13:53.404 INFO O| Sep 05 01:13:53.404 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-05T01:13:54.712Z[ recovery-image] Sep 05 01:13:53.412 INFO O| Sep 05 01:13:53.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64432026-09-05T01:13:54.712Z[ recovery-image] Sep 05 01:13:53.412 INFO O| Sep 05 01:13:53.412 INFO STEP 258 (remove_files) COMPLETE
64442026-09-05T01:13:54.712Z[ recovery-image] Sep 05 01:13:53.412 INFO O| Sep 05 01:13:53.412 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-05T01:13:54.722Z[ recovery-image] Sep 05 01:13:53.421 INFO O| Sep 05 01:13:53.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64462026-09-05T01:13:54.722Z[ recovery-image] Sep 05 01:13:53.421 INFO O| Sep 05 01:13:53.421 INFO STEP 259 (remove_files) COMPLETE
64472026-09-05T01:13:54.722Z[ recovery-image] Sep 05 01:13:53.421 INFO O| Sep 05 01:13:53.421 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-05T01:13:54.731Z[ recovery-image] Sep 05 01:13:53.431 INFO O| Sep 05 01:13:53.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64492026-09-05T01:13:54.731Z[ recovery-image] Sep 05 01:13:53.431 INFO O| Sep 05 01:13:53.431 INFO STEP 260 (remove_files) COMPLETE
64502026-09-05T01:13:54.731Z[ recovery-image] Sep 05 01:13:53.431 INFO O| Sep 05 01:13:53.431 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-05T01:13:54.743Z[ recovery-image] Sep 05 01:13:53.443 INFO O| Sep 05 01:13:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64522026-09-05T01:13:54.743Z[ recovery-image] Sep 05 01:13:53.443 INFO O| Sep 05 01:13:53.443 INFO STEP 261 (remove_files) COMPLETE
64532026-09-05T01:13:54.743Z[ recovery-image] Sep 05 01:13:53.443 INFO O| Sep 05 01:13:53.443 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-05T01:13:54.753Z[ recovery-image] Sep 05 01:13:53.453 INFO O| Sep 05 01:13:53.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64552026-09-05T01:13:54.753Z[ recovery-image] Sep 05 01:13:53.453 INFO O| Sep 05 01:13:53.453 INFO STEP 262 (remove_files) COMPLETE
64562026-09-05T01:13:54.753Z[ recovery-image] Sep 05 01:13:53.453 INFO O| Sep 05 01:13:53.453 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-05T01:13:54.765Z[ recovery-image] Sep 05 01:13:53.465 INFO O| Sep 05 01:13:53.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64582026-09-05T01:13:54.765Z[ recovery-image] Sep 05 01:13:53.465 INFO O| Sep 05 01:13:53.465 INFO STEP 263 (remove_files) COMPLETE
64592026-09-05T01:13:54.765Z[ recovery-image] Sep 05 01:13:53.465 INFO O| Sep 05 01:13:53.465 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-05T01:13:54.777Z[ recovery-image] Sep 05 01:13:53.476 INFO O| Sep 05 01:13:53.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64612026-09-05T01:13:54.777Z[ recovery-image] Sep 05 01:13:53.476 INFO O| Sep 05 01:13:53.476 INFO STEP 264 (remove_files) COMPLETE
64622026-09-05T01:13:54.777Z[ recovery-image] Sep 05 01:13:53.476 INFO O| Sep 05 01:13:53.476 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-05T01:13:54.788Z[ recovery-image] Sep 05 01:13:53.487 INFO O| Sep 05 01:13:53.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64642026-09-05T01:13:54.789Z[ recovery-image] Sep 05 01:13:53.487 INFO O| Sep 05 01:13:53.487 INFO STEP 265 (remove_files) COMPLETE
64652026-09-05T01:13:54.789Z[ recovery-image] Sep 05 01:13:53.487 INFO O| Sep 05 01:13:53.487 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-05T01:13:54.796Z[ recovery-image] Sep 05 01:13:53.497 INFO O| Sep 05 01:13:53.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64672026-09-05T01:13:54.797Z[ recovery-image] Sep 05 01:13:53.497 INFO O| Sep 05 01:13:53.497 INFO STEP 266 (remove_files) COMPLETE
64682026-09-05T01:13:54.797Z[ recovery-image] Sep 05 01:13:53.497 INFO O| Sep 05 01:13:53.497 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-05T01:13:54.805Z[ recovery-image] Sep 05 01:13:53.505 INFO O| Sep 05 01:13:53.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64702026-09-05T01:13:54.805Z[ recovery-image] Sep 05 01:13:53.505 INFO O| Sep 05 01:13:53.505 INFO STEP 267 (remove_files) COMPLETE
64712026-09-05T01:13:54.805Z[ recovery-image] Sep 05 01:13:53.505 INFO O| Sep 05 01:13:53.505 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-09-05T01:13:54.813Z[ recovery-image] Sep 05 01:13:53.513 INFO O| Sep 05 01:13:53.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64732026-09-05T01:13:54.814Z[ recovery-image] Sep 05 01:13:53.513 INFO O| Sep 05 01:13:53.513 INFO STEP 268 (remove_files) COMPLETE
64742026-09-05T01:13:54.814Z[ recovery-image] Sep 05 01:13:53.513 INFO O| Sep 05 01:13:53.513 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-09-05T01:13:54.825Z[ recovery-image] Sep 05 01:13:53.525 INFO O| Sep 05 01:13:53.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64762026-09-05T01:13:54.825Z[ recovery-image] Sep 05 01:13:53.525 INFO O| Sep 05 01:13:53.525 INFO STEP 269 (remove_files) COMPLETE
64772026-09-05T01:13:54.825Z[ recovery-image] Sep 05 01:13:53.525 INFO O| Sep 05 01:13:53.525 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-09-05T01:13:54.836Z[ recovery-image] Sep 05 01:13:53.536 INFO O| Sep 05 01:13:53.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64792026-09-05T01:13:54.836Z[ recovery-image] Sep 05 01:13:53.536 INFO O| Sep 05 01:13:53.536 INFO STEP 270 (remove_files) COMPLETE
64802026-09-05T01:13:54.840Z[ recovery-image] Sep 05 01:13:53.536 INFO O| Sep 05 01:13:53.536 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-09-05T01:13:54.847Z[ recovery-image] Sep 05 01:13:53.547 INFO O| Sep 05 01:13:53.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64822026-09-05T01:13:54.850Z[ recovery-image] Sep 05 01:13:53.548 INFO O| Sep 05 01:13:53.547 INFO STEP 271 (remove_files) COMPLETE
64832026-09-05T01:13:54.850Z[ recovery-image] Sep 05 01:13:53.548 INFO O| Sep 05 01:13:53.547 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-09-05T01:13:54.857Z[ recovery-image] Sep 05 01:13:53.557 INFO O| Sep 05 01:13:53.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64852026-09-05T01:13:54.857Z[ recovery-image] Sep 05 01:13:53.557 INFO O| Sep 05 01:13:53.557 INFO STEP 272 (remove_files) COMPLETE
64862026-09-05T01:13:54.857Z[ recovery-image] Sep 05 01:13:53.557 INFO O| Sep 05 01:13:53.557 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-09-05T01:13:54.866Z[ recovery-image] Sep 05 01:13:53.566 INFO O| Sep 05 01:13:53.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64882026-09-05T01:13:54.867Z[ recovery-image] Sep 05 01:13:53.566 INFO O| Sep 05 01:13:53.566 INFO STEP 273 (remove_files) COMPLETE
64892026-09-05T01:13:54.867Z[ recovery-image] Sep 05 01:13:53.566 INFO O| Sep 05 01:13:53.566 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-09-05T01:13:54.876Z[ recovery-image] Sep 05 01:13:53.576 INFO O| Sep 05 01:13:53.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64912026-09-05T01:13:54.880Z[ recovery-image] Sep 05 01:13:53.576 INFO O| Sep 05 01:13:53.576 INFO STEP 274 (remove_files) COMPLETE
64922026-09-05T01:13:54.880Z[ recovery-image] Sep 05 01:13:53.576 INFO O| Sep 05 01:13:53.576 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-09-05T01:13:54.886Z[ recovery-image] Sep 05 01:13:53.586 INFO O| Sep 05 01:13:53.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
64942026-09-05T01:13:54.890Z[ recovery-image] Sep 05 01:13:53.587 INFO O| Sep 05 01:13:53.587 INFO STEP 275 (remove_files) COMPLETE
64952026-09-05T01:13:54.890Z[ recovery-image] Sep 05 01:13:53.587 INFO O| Sep 05 01:13:53.587 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-05T01:13:54.896Z[ recovery-image] Sep 05 01:13:53.596 INFO O| Sep 05 01:13:53.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
64972026-09-05T01:13:54.897Z[ recovery-image] Sep 05 01:13:53.597 INFO O| Sep 05 01:13:53.597 INFO STEP 276 (remove_files) COMPLETE
64982026-09-05T01:13:54.901Z[ recovery-image] Sep 05 01:13:53.597 INFO O| Sep 05 01:13:53.597 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-05T01:13:54.906Z[ recovery-image] Sep 05 01:13:53.606 INFO O| Sep 05 01:13:53.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65002026-09-05T01:13:54.909Z[ recovery-image] Sep 05 01:13:53.606 INFO O| Sep 05 01:13:53.606 INFO STEP 277 (remove_files) COMPLETE
65012026-09-05T01:13:54.909Z[ recovery-image] Sep 05 01:13:53.606 INFO O| Sep 05 01:13:53.606 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-05T01:13:54.915Z[ recovery-image] Sep 05 01:13:53.615 INFO O| Sep 05 01:13:53.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65032026-09-05T01:13:54.915Z[ recovery-image] Sep 05 01:13:53.615 INFO O| Sep 05 01:13:53.615 INFO STEP 278 (remove_files) COMPLETE
65042026-09-05T01:13:54.919Z[ recovery-image] Sep 05 01:13:53.615 INFO O| Sep 05 01:13:53.615 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-05T01:13:54.923Z[ recovery-image] Sep 05 01:13:53.624 INFO O| Sep 05 01:13:53.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65062026-09-05T01:13:54.923Z[ recovery-image] Sep 05 01:13:53.624 INFO O| Sep 05 01:13:53.624 INFO STEP 279 (remove_files) COMPLETE
65072026-09-05T01:13:54.924Z[ recovery-image] Sep 05 01:13:53.624 INFO O| Sep 05 01:13:53.624 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-05T01:13:54.933Z[ recovery-image] Sep 05 01:13:53.633 INFO O| Sep 05 01:13:53.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65092026-09-05T01:13:54.933Z[ recovery-image] Sep 05 01:13:53.633 INFO O| Sep 05 01:13:53.633 INFO STEP 280 (remove_files) COMPLETE
65102026-09-05T01:13:54.933Z[ recovery-image] Sep 05 01:13:53.633 INFO O| Sep 05 01:13:53.633 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-05T01:13:54.945Z[ recovery-image] Sep 05 01:13:53.645 INFO O| Sep 05 01:13:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65122026-09-05T01:13:54.945Z[ recovery-image] Sep 05 01:13:53.645 INFO O| Sep 05 01:13:53.645 INFO STEP 281 (remove_files) COMPLETE
65132026-09-05T01:13:54.945Z[ recovery-image] Sep 05 01:13:53.645 INFO O| Sep 05 01:13:53.645 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-05T01:13:54.954Z[ recovery-image] Sep 05 01:13:53.653 INFO O| Sep 05 01:13:53.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65152026-09-05T01:13:54.954Z[ recovery-image] Sep 05 01:13:53.654 INFO O| Sep 05 01:13:53.654 INFO STEP 282 (remove_files) COMPLETE
65162026-09-05T01:13:54.954Z[ recovery-image] Sep 05 01:13:53.654 INFO O| Sep 05 01:13:53.654 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-05T01:13:54.963Z[ recovery-image] Sep 05 01:13:53.663 INFO O| Sep 05 01:13:53.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65182026-09-05T01:13:54.963Z[ recovery-image] Sep 05 01:13:53.663 INFO O| Sep 05 01:13:53.663 INFO STEP 283 (remove_files) COMPLETE
65192026-09-05T01:13:54.966Z[ recovery-image] Sep 05 01:13:53.663 INFO O| Sep 05 01:13:53.663 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-05T01:13:54.972Z[ recovery-image] Sep 05 01:13:53.672 INFO O| Sep 05 01:13:53.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65212026-09-05T01:13:54.972Z[ recovery-image] Sep 05 01:13:53.672 INFO O| Sep 05 01:13:53.672 INFO STEP 284 (remove_files) COMPLETE
65222026-09-05T01:13:54.972Z[ recovery-image] Sep 05 01:13:53.672 INFO O| Sep 05 01:13:53.672 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-05T01:13:54.983Z[ recovery-image] Sep 05 01:13:53.683 INFO O| Sep 05 01:13:53.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65242026-09-05T01:13:54.983Z[ recovery-image] Sep 05 01:13:53.683 INFO O| Sep 05 01:13:53.683 INFO STEP 285 (remove_files) COMPLETE
65252026-09-05T01:13:54.983Z[ recovery-image] Sep 05 01:13:53.683 INFO O| Sep 05 01:13:53.683 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-05T01:13:54.993Z[ recovery-image] Sep 05 01:13:53.693 INFO O| Sep 05 01:13:53.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65272026-09-05T01:13:54.994Z[ recovery-image] Sep 05 01:13:53.694 INFO O| Sep 05 01:13:53.694 INFO STEP 286 (remove_files) COMPLETE
65282026-09-05T01:13:54.994Z[ recovery-image] Sep 05 01:13:53.694 INFO O| Sep 05 01:13:53.694 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-05T01:13:55.005Z[ recovery-image] Sep 05 01:13:53.704 INFO O| Sep 05 01:13:53.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65302026-09-05T01:13:55.005Z[ recovery-image] Sep 05 01:13:53.704 INFO O| Sep 05 01:13:53.704 INFO STEP 287 (remove_files) COMPLETE
65312026-09-05T01:13:55.005Z[ recovery-image] Sep 05 01:13:53.704 INFO O| Sep 05 01:13:53.704 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-05T01:13:55.015Z[ recovery-image] Sep 05 01:13:53.715 INFO O| Sep 05 01:13:53.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65332026-09-05T01:13:55.015Z[ recovery-image] Sep 05 01:13:53.715 INFO O| Sep 05 01:13:53.715 INFO STEP 288 (remove_files) COMPLETE
65342026-09-05T01:13:55.015Z[ recovery-image] Sep 05 01:13:53.715 INFO O| Sep 05 01:13:53.715 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-05T01:13:55.024Z[ recovery-image] Sep 05 01:13:53.724 INFO O| Sep 05 01:13:53.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65362026-09-05T01:13:55.024Z[ recovery-image] Sep 05 01:13:53.724 INFO O| Sep 05 01:13:53.724 INFO STEP 289 (remove_files) COMPLETE
65372026-09-05T01:13:55.025Z[ recovery-image] Sep 05 01:13:53.724 INFO O| Sep 05 01:13:53.724 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-05T01:13:55.034Z[ recovery-image] Sep 05 01:13:53.734 INFO O| Sep 05 01:13:53.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65392026-09-05T01:13:55.034Z[ recovery-image] Sep 05 01:13:53.734 INFO O| Sep 05 01:13:53.734 INFO STEP 290 (remove_files) COMPLETE
65402026-09-05T01:13:55.034Z[ recovery-image] Sep 05 01:13:53.734 INFO O| Sep 05 01:13:53.734 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-05T01:13:55.043Z[ recovery-image] Sep 05 01:13:53.743 INFO O| Sep 05 01:13:53.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65422026-09-05T01:13:55.043Z[ recovery-image] Sep 05 01:13:53.743 INFO O| Sep 05 01:13:53.743 INFO STEP 291 (remove_files) COMPLETE
65432026-09-05T01:13:55.043Z[ recovery-image] Sep 05 01:13:53.743 INFO O| Sep 05 01:13:53.743 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-05T01:13:55.054Z[ recovery-image] Sep 05 01:13:53.754 INFO O| Sep 05 01:13:53.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65452026-09-05T01:13:55.054Z[ recovery-image] Sep 05 01:13:53.754 INFO O| Sep 05 01:13:53.754 INFO STEP 292 (remove_files) COMPLETE
65462026-09-05T01:13:55.057Z[ recovery-image] Sep 05 01:13:53.754 INFO O| Sep 05 01:13:53.754 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-05T01:13:55.064Z[ recovery-image] Sep 05 01:13:53.764 INFO O| Sep 05 01:13:53.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65482026-09-05T01:13:55.064Z[ recovery-image] Sep 05 01:13:53.764 INFO O| Sep 05 01:13:53.764 INFO STEP 293 (remove_files) COMPLETE
65492026-09-05T01:13:55.064Z[ recovery-image] Sep 05 01:13:53.764 INFO O| Sep 05 01:13:53.764 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-05T01:13:55.074Z[ recovery-image] Sep 05 01:13:53.774 INFO O| Sep 05 01:13:53.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65512026-09-05T01:13:55.074Z[ recovery-image] Sep 05 01:13:53.774 INFO O| Sep 05 01:13:53.774 INFO STEP 294 (remove_files) COMPLETE
65522026-09-05T01:13:55.074Z[ recovery-image] Sep 05 01:13:53.774 INFO O| Sep 05 01:13:53.774 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-05T01:13:55.086Z[ recovery-image] Sep 05 01:13:53.785 INFO O| Sep 05 01:13:53.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65542026-09-05T01:13:55.086Z[ recovery-image] Sep 05 01:13:53.786 INFO O| Sep 05 01:13:53.786 INFO STEP 295 (remove_files) COMPLETE
65552026-09-05T01:13:55.086Z[ recovery-image] Sep 05 01:13:53.786 INFO O| Sep 05 01:13:53.786 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-05T01:13:55.096Z[ recovery-image] Sep 05 01:13:53.796 INFO O| Sep 05 01:13:53.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65572026-09-05T01:13:55.096Z[ recovery-image] Sep 05 01:13:53.796 INFO O| Sep 05 01:13:53.796 INFO STEP 296 (remove_files) COMPLETE
65582026-09-05T01:13:55.096Z[ recovery-image] Sep 05 01:13:53.796 INFO O| Sep 05 01:13:53.796 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-05T01:13:55.109Z[ recovery-image] Sep 05 01:13:53.808 INFO O| Sep 05 01:13:53.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65602026-09-05T01:13:55.109Z[ recovery-image] Sep 05 01:13:53.808 INFO O| Sep 05 01:13:53.808 INFO STEP 297 (remove_files) COMPLETE
65612026-09-05T01:13:55.109Z[ recovery-image] Sep 05 01:13:53.808 INFO O| Sep 05 01:13:53.808 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-05T01:13:55.119Z[ recovery-image] Sep 05 01:13:53.819 INFO O| Sep 05 01:13:53.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65632026-09-05T01:13:55.119Z[ recovery-image] Sep 05 01:13:53.819 INFO O| Sep 05 01:13:53.819 INFO STEP 298 (remove_files) COMPLETE
65642026-09-05T01:13:55.123Z[ recovery-image] Sep 05 01:13:53.819 INFO O| Sep 05 01:13:53.819 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-05T01:13:55.130Z[ recovery-image] Sep 05 01:13:53.830 INFO O| Sep 05 01:13:53.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65662026-09-05T01:13:55.130Z[ recovery-image] Sep 05 01:13:53.830 INFO O| Sep 05 01:13:53.830 INFO STEP 299 (remove_files) COMPLETE
65672026-09-05T01:13:55.130Z[ recovery-image] Sep 05 01:13:53.830 INFO O| Sep 05 01:13:53.830 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-05T01:13:55.140Z[ recovery-image] Sep 05 01:13:53.840 INFO O| Sep 05 01:13:53.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65692026-09-05T01:13:55.140Z[ recovery-image] Sep 05 01:13:53.840 INFO O| Sep 05 01:13:53.840 INFO STEP 300 (remove_files) COMPLETE
65702026-09-05T01:13:55.140Z[ recovery-image] Sep 05 01:13:53.840 INFO O| Sep 05 01:13:53.840 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-05T01:13:55.149Z[ recovery-image] Sep 05 01:13:53.849 INFO O| Sep 05 01:13:53.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65722026-09-05T01:13:55.150Z[ recovery-image] Sep 05 01:13:53.849 INFO O| Sep 05 01:13:53.849 INFO STEP 301 (remove_files) COMPLETE
65732026-09-05T01:13:55.150Z[ recovery-image] Sep 05 01:13:53.849 INFO O| Sep 05 01:13:53.849 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.858 INFO O| Sep 05 01:13:53.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65752026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.858 INFO O| Sep 05 01:13:53.858 INFO STEP 302 (remove_files) COMPLETE
65762026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.858 INFO O| Sep 05 01:13:53.858 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.867 INFO O| Sep 05 01:13:53.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65782026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.867 INFO O| Sep 05 01:13:53.867 INFO STEP 303 (remove_files) COMPLETE
65792026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.867 INFO O| Sep 05 01:13:53.867 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.877 INFO O| Sep 05 01:13:53.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65812026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.877 INFO O| Sep 05 01:13:53.877 INFO STEP 304 (remove_files) COMPLETE
65822026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.877 INFO O| Sep 05 01:13:53.877 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.886 INFO O| Sep 05 01:13:53.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65842026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.886 INFO O| Sep 05 01:13:53.886 INFO STEP 305 (remove_files) COMPLETE
65852026-09-05T01:13:55.195Z[ recovery-image] Sep 05 01:13:53.886 INFO O| Sep 05 01:13:53.886 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-05T01:13:55.199Z[ recovery-image] Sep 05 01:13:53.895 INFO O| Sep 05 01:13:53.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65872026-09-05T01:13:55.199Z[ recovery-image] Sep 05 01:13:53.895 INFO O| Sep 05 01:13:53.895 INFO STEP 306 (remove_files) COMPLETE
65882026-09-05T01:13:55.199Z[ recovery-image] Sep 05 01:13:53.895 INFO O| Sep 05 01:13:53.895 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-05T01:13:55.203Z[ recovery-image] Sep 05 01:13:53.903 INFO O| Sep 05 01:13:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65902026-09-05T01:13:55.203Z[ recovery-image] Sep 05 01:13:53.903 INFO O| Sep 05 01:13:53.903 INFO STEP 307 (remove_files) COMPLETE
65912026-09-05T01:13:55.203Z[ recovery-image] Sep 05 01:13:53.903 INFO O| Sep 05 01:13:53.903 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-05T01:13:55.214Z[ recovery-image] Sep 05 01:13:53.913 INFO O| Sep 05 01:13:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65932026-09-05T01:13:55.214Z[ recovery-image] Sep 05 01:13:53.913 INFO O| Sep 05 01:13:53.913 INFO STEP 308 (remove_files) COMPLETE
65942026-09-05T01:13:55.214Z[ recovery-image] Sep 05 01:13:53.913 INFO O| Sep 05 01:13:53.913 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-05T01:13:55.222Z[ recovery-image] Sep 05 01:13:53.922 INFO O| Sep 05 01:13:53.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
65962026-09-05T01:13:55.222Z[ recovery-image] Sep 05 01:13:53.922 INFO O| Sep 05 01:13:53.922 INFO STEP 309 (remove_files) COMPLETE
65972026-09-05T01:13:55.222Z[ recovery-image] Sep 05 01:13:53.922 INFO O| Sep 05 01:13:53.922 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-05T01:13:55.232Z[ recovery-image] Sep 05 01:13:53.932 INFO O| Sep 05 01:13:53.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
65992026-09-05T01:13:55.232Z[ recovery-image] Sep 05 01:13:53.932 INFO O| Sep 05 01:13:53.932 INFO STEP 310 (remove_files) COMPLETE
66002026-09-05T01:13:55.232Z[ recovery-image] Sep 05 01:13:53.932 INFO O| Sep 05 01:13:53.932 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-05T01:13:55.241Z[ recovery-image] Sep 05 01:13:53.941 INFO O| Sep 05 01:13:53.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66022026-09-05T01:13:55.241Z[ recovery-image] Sep 05 01:13:53.941 INFO O| Sep 05 01:13:53.941 INFO STEP 311 (remove_files) COMPLETE
66032026-09-05T01:13:55.241Z[ recovery-image] Sep 05 01:13:53.941 INFO O| Sep 05 01:13:53.941 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-05T01:13:55.253Z[ recovery-image] Sep 05 01:13:53.953 INFO O| Sep 05 01:13:53.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66052026-09-05T01:13:55.253Z[ recovery-image] Sep 05 01:13:53.953 INFO O| Sep 05 01:13:53.953 INFO STEP 312 (remove_files) COMPLETE
66062026-09-05T01:13:55.253Z[ recovery-image] Sep 05 01:13:53.953 INFO O| Sep 05 01:13:53.953 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-05T01:13:55.264Z[ recovery-image] Sep 05 01:13:53.964 INFO O| Sep 05 01:13:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66082026-09-05T01:13:55.264Z[ recovery-image] Sep 05 01:13:53.964 INFO O| Sep 05 01:13:53.964 INFO STEP 313 (remove_files) COMPLETE
66092026-09-05T01:13:55.264Z[ recovery-image] Sep 05 01:13:53.964 INFO O| Sep 05 01:13:53.964 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-05T01:13:55.273Z[ recovery-image] Sep 05 01:13:53.973 INFO O| Sep 05 01:13:53.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66112026-09-05T01:13:55.273Z[ recovery-image] Sep 05 01:13:53.973 INFO O| Sep 05 01:13:53.973 INFO STEP 314 (remove_files) COMPLETE
66122026-09-05T01:13:55.273Z[ recovery-image] Sep 05 01:13:53.973 INFO O| Sep 05 01:13:53.973 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-05T01:13:55.283Z[ recovery-image] Sep 05 01:13:53.983 INFO O| Sep 05 01:13:53.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66142026-09-05T01:13:55.283Z[ recovery-image] Sep 05 01:13:53.983 INFO O| Sep 05 01:13:53.983 INFO STEP 315 (remove_files) COMPLETE
66152026-09-05T01:13:55.283Z[ recovery-image] Sep 05 01:13:53.983 INFO O| Sep 05 01:13:53.983 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-05T01:13:55.294Z[ recovery-image] Sep 05 01:13:53.994 INFO O| Sep 05 01:13:53.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66172026-09-05T01:13:55.294Z[ recovery-image] Sep 05 01:13:53.994 INFO O| Sep 05 01:13:53.994 INFO STEP 316 (remove_files) COMPLETE
66182026-09-05T01:13:55.294Z[ recovery-image] Sep 05 01:13:53.994 INFO O| Sep 05 01:13:53.994 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-05T01:13:55.306Z[ recovery-image] Sep 05 01:13:54.006 INFO O| Sep 05 01:13:54.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66202026-09-05T01:13:55.306Z[ recovery-image] Sep 05 01:13:54.006 INFO O| Sep 05 01:13:54.006 INFO STEP 317 (remove_files) COMPLETE
66212026-09-05T01:13:55.310Z[ recovery-image] Sep 05 01:13:54.006 INFO O| Sep 05 01:13:54.006 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-05T01:13:55.314Z[ recovery-image] Sep 05 01:13:54.015 INFO O| Sep 05 01:13:54.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66232026-09-05T01:13:55.314Z[ recovery-image] Sep 05 01:13:54.015 INFO O| Sep 05 01:13:54.015 INFO STEP 318 (remove_files) COMPLETE
66242026-09-05T01:13:55.318Z[ recovery-image] Sep 05 01:13:54.015 INFO O| Sep 05 01:13:54.015 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-05T01:13:55.324Z[ recovery-image] Sep 05 01:13:54.024 INFO O| Sep 05 01:13:54.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66262026-09-05T01:13:55.325Z[ recovery-image] Sep 05 01:13:54.024 INFO O| Sep 05 01:13:54.024 INFO STEP 319 (remove_files) COMPLETE
66272026-09-05T01:13:55.328Z[ recovery-image] Sep 05 01:13:54.024 INFO O| Sep 05 01:13:54.024 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-05T01:13:55.334Z[ recovery-image] Sep 05 01:13:54.034 INFO O| Sep 05 01:13:54.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66292026-09-05T01:13:55.335Z[ recovery-image] Sep 05 01:13:54.034 INFO O| Sep 05 01:13:54.034 INFO STEP 320 (remove_files) COMPLETE
66302026-09-05T01:13:55.335Z[ recovery-image] Sep 05 01:13:54.034 INFO O| Sep 05 01:13:54.034 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-05T01:13:55.345Z[ recovery-image] Sep 05 01:13:54.045 INFO O| Sep 05 01:13:54.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66322026-09-05T01:13:55.348Z[ recovery-image] Sep 05 01:13:54.046 INFO O| Sep 05 01:13:54.046 INFO STEP 321 (remove_files) COMPLETE
66332026-09-05T01:13:55.349Z[ recovery-image] Sep 05 01:13:54.046 INFO O| Sep 05 01:13:54.046 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-05T01:13:55.355Z[ recovery-image] Sep 05 01:13:54.055 INFO O| Sep 05 01:13:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66352026-09-05T01:13:55.356Z[ recovery-image] Sep 05 01:13:54.055 INFO O| Sep 05 01:13:54.055 INFO STEP 322 (remove_files) COMPLETE
66362026-09-05T01:13:55.356Z[ recovery-image] Sep 05 01:13:54.055 INFO O| Sep 05 01:13:54.055 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-05T01:13:55.364Z[ recovery-image] Sep 05 01:13:54.064 INFO O| Sep 05 01:13:54.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66382026-09-05T01:13:55.364Z[ recovery-image] Sep 05 01:13:54.064 INFO O| Sep 05 01:13:54.064 INFO STEP 323 (remove_files) COMPLETE
66392026-09-05T01:13:55.368Z[ recovery-image] Sep 05 01:13:54.064 INFO O| Sep 05 01:13:54.064 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-05T01:13:55.374Z[ recovery-image] Sep 05 01:13:54.074 INFO O| Sep 05 01:13:54.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66412026-09-05T01:13:55.374Z[ recovery-image] Sep 05 01:13:54.074 INFO O| Sep 05 01:13:54.074 INFO STEP 324 (remove_files) COMPLETE
66422026-09-05T01:13:55.374Z[ recovery-image] Sep 05 01:13:54.074 INFO O| Sep 05 01:13:54.074 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-05T01:13:55.385Z[ recovery-image] Sep 05 01:13:54.084 INFO O| Sep 05 01:13:54.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66442026-09-05T01:13:55.385Z[ recovery-image] Sep 05 01:13:54.084 INFO O| Sep 05 01:13:54.084 INFO STEP 325 (remove_files) COMPLETE
66452026-09-05T01:13:55.385Z[ recovery-image] Sep 05 01:13:54.084 INFO O| Sep 05 01:13:54.084 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-05T01:13:55.394Z[ recovery-image] Sep 05 01:13:54.094 INFO O| Sep 05 01:13:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66472026-09-05T01:13:55.395Z[ recovery-image] Sep 05 01:13:54.094 INFO O| Sep 05 01:13:54.094 INFO STEP 326 (remove_files) COMPLETE
66482026-09-05T01:13:55.398Z[ recovery-image] Sep 05 01:13:54.094 INFO O| Sep 05 01:13:54.094 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-05T01:13:55.405Z[ recovery-image] Sep 05 01:13:54.105 INFO O| Sep 05 01:13:54.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66502026-09-05T01:13:55.405Z[ recovery-image] Sep 05 01:13:54.105 INFO O| Sep 05 01:13:54.105 INFO STEP 327 (remove_files) COMPLETE
66512026-09-05T01:13:55.409Z[ recovery-image] Sep 05 01:13:54.105 INFO O| Sep 05 01:13:54.105 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-05T01:13:55.416Z[ recovery-image] Sep 05 01:13:54.116 INFO O| Sep 05 01:13:54.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66532026-09-05T01:13:55.416Z[ recovery-image] Sep 05 01:13:54.116 INFO O| Sep 05 01:13:54.116 INFO STEP 328 (remove_files) COMPLETE
66542026-09-05T01:13:55.416Z[ recovery-image] Sep 05 01:13:54.116 INFO O| Sep 05 01:13:54.116 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-05T01:13:55.428Z[ recovery-image] Sep 05 01:13:54.128 INFO O| Sep 05 01:13:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66562026-09-05T01:13:55.428Z[ recovery-image] Sep 05 01:13:54.128 INFO O| Sep 05 01:13:54.128 INFO STEP 329 (remove_files) COMPLETE
66572026-09-05T01:13:55.428Z[ recovery-image] Sep 05 01:13:54.128 INFO O| Sep 05 01:13:54.128 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-09-05T01:13:55.440Z[ recovery-image] Sep 05 01:13:54.139 INFO O| Sep 05 01:13:54.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66592026-09-05T01:13:55.443Z[ recovery-image] Sep 05 01:13:54.139 INFO O| Sep 05 01:13:54.139 INFO STEP 330 (remove_files) COMPLETE
66602026-09-05T01:13:55.443Z[ recovery-image] Sep 05 01:13:54.139 INFO O| Sep 05 01:13:54.139 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-09-05T01:13:55.450Z[ recovery-image] Sep 05 01:13:54.150 INFO O| Sep 05 01:13:54.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66622026-09-05T01:13:55.450Z[ recovery-image] Sep 05 01:13:54.150 INFO O| Sep 05 01:13:54.150 INFO STEP 331 (remove_files) COMPLETE
66632026-09-05T01:13:55.450Z[ recovery-image] Sep 05 01:13:54.150 INFO O| Sep 05 01:13:54.150 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-09-05T01:13:55.461Z[ recovery-image] Sep 05 01:13:54.161 INFO O| Sep 05 01:13:54.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66652026-09-05T01:13:55.461Z[ recovery-image] Sep 05 01:13:54.161 INFO O| Sep 05 01:13:54.161 INFO STEP 332 (remove_files) COMPLETE
66662026-09-05T01:13:55.461Z[ recovery-image] Sep 05 01:13:54.161 INFO O| Sep 05 01:13:54.161 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-09-05T01:13:55.472Z[ recovery-image] Sep 05 01:13:54.172 INFO O| Sep 05 01:13:54.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66682026-09-05T01:13:55.472Z[ recovery-image] Sep 05 01:13:54.172 INFO O| Sep 05 01:13:54.172 INFO STEP 333 (remove_files) COMPLETE
66692026-09-05T01:13:55.472Z[ recovery-image] Sep 05 01:13:54.172 INFO O| Sep 05 01:13:54.172 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-09-05T01:13:55.482Z[ recovery-image] Sep 05 01:13:54.181 INFO O| Sep 05 01:13:54.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66712026-09-05T01:13:55.482Z[ recovery-image] Sep 05 01:13:54.181 INFO O| Sep 05 01:13:54.181 INFO STEP 334 (remove_files) COMPLETE
66722026-09-05T01:13:55.482Z[ recovery-image] Sep 05 01:13:54.181 INFO O| Sep 05 01:13:54.181 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-09-05T01:13:55.493Z[ recovery-image] Sep 05 01:13:54.193 INFO O| Sep 05 01:13:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66742026-09-05T01:13:55.493Z[ recovery-image] Sep 05 01:13:54.193 INFO O| Sep 05 01:13:54.193 INFO STEP 335 (remove_files) COMPLETE
66752026-09-05T01:13:55.497Z[ recovery-image] Sep 05 01:13:54.193 INFO O| Sep 05 01:13:54.193 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-09-05T01:13:55.500Z[ recovery-image] Sep 05 01:13:54.201 INFO O| Sep 05 01:13:54.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66772026-09-05T01:13:55.501Z[ recovery-image] Sep 05 01:13:54.201 INFO O| Sep 05 01:13:54.201 INFO STEP 336 (remove_files) COMPLETE
66782026-09-05T01:13:55.501Z[ recovery-image] Sep 05 01:13:54.201 INFO O| Sep 05 01:13:54.201 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-09-05T01:13:55.509Z[ recovery-image] Sep 05 01:13:54.209 INFO O| Sep 05 01:13:54.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66802026-09-05T01:13:55.509Z[ recovery-image] Sep 05 01:13:54.209 INFO O| Sep 05 01:13:54.209 INFO STEP 337 (remove_files) COMPLETE
66812026-09-05T01:13:55.509Z[ recovery-image] Sep 05 01:13:54.209 INFO O| Sep 05 01:13:54.209 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-09-05T01:13:55.517Z[ recovery-image] Sep 05 01:13:54.217 INFO O| Sep 05 01:13:54.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66832026-09-05T01:13:55.517Z[ recovery-image] Sep 05 01:13:54.217 INFO O| Sep 05 01:13:54.217 INFO STEP 338 (remove_files) COMPLETE
66842026-09-05T01:13:55.517Z[ recovery-image] Sep 05 01:13:54.217 INFO O| Sep 05 01:13:54.217 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-09-05T01:13:55.525Z[ recovery-image] Sep 05 01:13:54.225 INFO O| Sep 05 01:13:54.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66862026-09-05T01:13:55.525Z[ recovery-image] Sep 05 01:13:54.225 INFO O| Sep 05 01:13:54.225 INFO STEP 339 (remove_files) COMPLETE
66872026-09-05T01:13:55.529Z[ recovery-image] Sep 05 01:13:54.225 INFO O| Sep 05 01:13:54.225 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-09-05T01:13:55.541Z[ recovery-image] Sep 05 01:13:54.237 INFO O| Sep 05 01:13:54.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66892026-09-05T01:13:55.541Z[ recovery-image] Sep 05 01:13:54.237 INFO O| Sep 05 01:13:54.237 INFO STEP 340 (remove_files) COMPLETE
66902026-09-05T01:13:55.541Z[ recovery-image] Sep 05 01:13:54.237 INFO O| Sep 05 01:13:54.237 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-09-05T01:13:55.545Z[ recovery-image] Sep 05 01:13:54.245 INFO O| Sep 05 01:13:54.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66922026-09-05T01:13:55.545Z[ recovery-image] Sep 05 01:13:54.245 INFO O| Sep 05 01:13:54.245 INFO STEP 341 (remove_files) COMPLETE
66932026-09-05T01:13:55.545Z[ recovery-image] Sep 05 01:13:54.245 INFO O| Sep 05 01:13:54.245 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-09-05T01:13:55.555Z[ recovery-image] Sep 05 01:13:54.256 INFO O| Sep 05 01:13:54.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
66952026-09-05T01:13:55.559Z[ recovery-image] Sep 05 01:13:54.256 INFO O| Sep 05 01:13:54.256 INFO STEP 342 (remove_files) COMPLETE
66962026-09-05T01:13:55.559Z[ recovery-image] Sep 05 01:13:54.256 INFO O| Sep 05 01:13:54.256 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-09-05T01:13:55.569Z[ recovery-image] Sep 05 01:13:54.269 INFO O| Sep 05 01:13:54.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
66982026-09-05T01:13:55.569Z[ recovery-image] Sep 05 01:13:54.269 INFO O| Sep 05 01:13:54.269 INFO STEP 343 (remove_files) COMPLETE
66992026-09-05T01:13:55.573Z[ recovery-image] Sep 05 01:13:54.269 INFO O| Sep 05 01:13:54.269 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-09-05T01:13:55.580Z[ recovery-image] Sep 05 01:13:54.280 INFO O| Sep 05 01:13:54.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67012026-09-05T01:13:55.580Z[ recovery-image] Sep 05 01:13:54.280 INFO O| Sep 05 01:13:54.280 INFO STEP 344 (remove_files) COMPLETE
67022026-09-05T01:13:55.580Z[ recovery-image] Sep 05 01:13:54.280 INFO O| Sep 05 01:13:54.280 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-09-05T01:13:55.591Z[ recovery-image] Sep 05 01:13:54.291 INFO O| Sep 05 01:13:54.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67042026-09-05T01:13:55.591Z[ recovery-image] Sep 05 01:13:54.291 INFO O| Sep 05 01:13:54.291 INFO STEP 345 (remove_files) COMPLETE
67052026-09-05T01:13:55.591Z[ recovery-image] Sep 05 01:13:54.291 INFO O| Sep 05 01:13:54.291 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-09-05T01:13:55.601Z[ recovery-image] Sep 05 01:13:54.301 INFO O| Sep 05 01:13:54.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67072026-09-05T01:13:55.601Z[ recovery-image] Sep 05 01:13:54.301 INFO O| Sep 05 01:13:54.301 INFO STEP 346 (remove_files) COMPLETE
67082026-09-05T01:13:55.601Z[ recovery-image] Sep 05 01:13:54.301 INFO O| Sep 05 01:13:54.301 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-09-05T01:13:55.612Z[ recovery-image] Sep 05 01:13:54.312 INFO O| Sep 05 01:13:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67102026-09-05T01:13:55.612Z[ recovery-image] Sep 05 01:13:54.312 INFO O| Sep 05 01:13:54.312 INFO STEP 347 (remove_files) COMPLETE
67112026-09-05T01:13:55.612Z[ recovery-image] Sep 05 01:13:54.312 INFO O| Sep 05 01:13:54.312 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-09-05T01:13:55.622Z[ recovery-image] Sep 05 01:13:54.322 INFO O| Sep 05 01:13:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67132026-09-05T01:13:55.622Z[ recovery-image] Sep 05 01:13:54.322 INFO O| Sep 05 01:13:54.322 INFO STEP 348 (remove_files) COMPLETE
67142026-09-05T01:13:55.622Z[ recovery-image] Sep 05 01:13:54.322 INFO O| Sep 05 01:13:54.322 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-09-05T01:13:55.633Z[ recovery-image] Sep 05 01:13:54.332 INFO O| Sep 05 01:13:54.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67162026-09-05T01:13:55.633Z[ recovery-image] Sep 05 01:13:54.332 INFO O| Sep 05 01:13:54.332 INFO STEP 349 (remove_files) COMPLETE
67172026-09-05T01:13:55.633Z[ recovery-image] Sep 05 01:13:54.332 INFO O| Sep 05 01:13:54.332 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-09-05T01:13:55.641Z[ recovery-image] Sep 05 01:13:54.341 INFO O| Sep 05 01:13:54.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67192026-09-05T01:13:55.641Z[ recovery-image] Sep 05 01:13:54.341 INFO O| Sep 05 01:13:54.341 INFO STEP 350 (remove_files) COMPLETE
67202026-09-05T01:13:55.641Z[ recovery-image] Sep 05 01:13:54.341 INFO O| Sep 05 01:13:54.341 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-09-05T01:13:55.650Z[ recovery-image] Sep 05 01:13:54.350 INFO O| Sep 05 01:13:54.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67222026-09-05T01:13:55.650Z[ recovery-image] Sep 05 01:13:54.350 INFO O| Sep 05 01:13:54.350 INFO STEP 351 (remove_files) COMPLETE
67232026-09-05T01:13:55.654Z[ recovery-image] Sep 05 01:13:54.350 INFO O| Sep 05 01:13:54.350 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-09-05T01:13:55.659Z[ recovery-image] Sep 05 01:13:54.359 INFO O| Sep 05 01:13:54.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67252026-09-05T01:13:55.659Z[ recovery-image] Sep 05 01:13:54.359 INFO O| Sep 05 01:13:54.359 INFO STEP 352 (remove_files) COMPLETE
67262026-09-05T01:13:55.663Z[ recovery-image] Sep 05 01:13:54.359 INFO O| Sep 05 01:13:54.359 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-05T01:13:55.669Z[ recovery-image] Sep 05 01:13:54.368 INFO O| Sep 05 01:13:54.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67282026-09-05T01:13:55.669Z[ recovery-image] Sep 05 01:13:54.368 INFO O| Sep 05 01:13:54.368 INFO STEP 353 (remove_files) COMPLETE
67292026-09-05T01:13:55.669Z[ recovery-image] Sep 05 01:13:54.368 INFO O| Sep 05 01:13:54.368 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-05T01:13:55.676Z[ recovery-image] Sep 05 01:13:54.376 INFO O| Sep 05 01:13:54.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67312026-09-05T01:13:55.677Z[ recovery-image] Sep 05 01:13:54.376 INFO O| Sep 05 01:13:54.376 INFO STEP 354 (remove_files) COMPLETE
67322026-09-05T01:13:55.677Z[ recovery-image] Sep 05 01:13:54.376 INFO O| Sep 05 01:13:54.376 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-05T01:13:55.685Z[ recovery-image] Sep 05 01:13:54.385 INFO O| Sep 05 01:13:54.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67342026-09-05T01:13:55.685Z[ recovery-image] Sep 05 01:13:54.385 INFO O| Sep 05 01:13:54.385 INFO STEP 355 (remove_files) COMPLETE
67352026-09-05T01:13:55.690Z[ recovery-image] Sep 05 01:13:54.385 INFO O| Sep 05 01:13:54.385 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-05T01:13:55.694Z[ recovery-image] Sep 05 01:13:54.394 INFO O| Sep 05 01:13:54.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67372026-09-05T01:13:55.694Z[ recovery-image] Sep 05 01:13:54.394 INFO O| Sep 05 01:13:54.394 INFO STEP 356 (remove_files) COMPLETE
67382026-09-05T01:13:55.694Z[ recovery-image] Sep 05 01:13:54.394 INFO O| Sep 05 01:13:54.394 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-05T01:13:55.698Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
67402026-09-05T01:13:55.703Z[ recovery-image] Sep 05 01:13:54.403 INFO O| Sep 05 01:13:54.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67412026-09-05T01:13:55.703Z[ recovery-image] Sep 05 01:13:54.403 INFO O| Sep 05 01:13:54.403 INFO STEP 357 (remove_files) COMPLETE
67422026-09-05T01:13:55.707Z[ recovery-image] Sep 05 01:13:54.403 INFO O| Sep 05 01:13:54.403 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-09-05T01:13:55.715Z[ recovery-image] Sep 05 01:13:54.415 INFO O| Sep 05 01:13:54.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67442026-09-05T01:13:55.715Z[ recovery-image] Sep 05 01:13:54.415 INFO O| Sep 05 01:13:54.415 INFO STEP 358 (remove_files) COMPLETE
67452026-09-05T01:13:55.716Z[ recovery-image] Sep 05 01:13:54.415 INFO O| Sep 05 01:13:54.415 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-09-05T01:13:55.727Z[ recovery-image] Sep 05 01:13:54.427 INFO O| Sep 05 01:13:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67472026-09-05T01:13:55.727Z[ recovery-image] Sep 05 01:13:54.427 INFO O| Sep 05 01:13:54.427 INFO STEP 359 (remove_files) COMPLETE
67482026-09-05T01:13:55.727Z[ recovery-image] Sep 05 01:13:54.427 INFO O| Sep 05 01:13:54.427 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-09-05T01:13:55.737Z[ recovery-image] Sep 05 01:13:54.437 INFO O| Sep 05 01:13:54.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67502026-09-05T01:13:55.737Z[ recovery-image] Sep 05 01:13:54.437 INFO O| Sep 05 01:13:54.437 INFO STEP 360 (remove_files) COMPLETE
67512026-09-05T01:13:55.741Z[ recovery-image] Sep 05 01:13:54.437 INFO O| Sep 05 01:13:54.437 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-09-05T01:13:55.748Z[ recovery-image] Sep 05 01:13:54.448 INFO O| Sep 05 01:13:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67532026-09-05T01:13:55.748Z[ recovery-image] Sep 05 01:13:54.448 INFO O| Sep 05 01:13:54.448 INFO STEP 361 (remove_files) COMPLETE
67542026-09-05T01:13:55.749Z[ recovery-image] Sep 05 01:13:54.448 INFO O| Sep 05 01:13:54.448 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-09-05T01:13:55.759Z[ recovery-image] Sep 05 01:13:54.458 INFO O| Sep 05 01:13:54.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67562026-09-05T01:13:55.759Z[ recovery-image] Sep 05 01:13:54.458 INFO O| Sep 05 01:13:54.458 INFO STEP 362 (remove_files) COMPLETE
67572026-09-05T01:13:55.759Z[ recovery-image] Sep 05 01:13:54.458 INFO O| Sep 05 01:13:54.458 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-09-05T01:13:55.768Z[ recovery-image] Sep 05 01:13:54.468 INFO O| Sep 05 01:13:54.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67592026-09-05T01:13:55.768Z[ recovery-image] Sep 05 01:13:54.468 INFO O| Sep 05 01:13:54.468 INFO STEP 363 (remove_files) COMPLETE
67602026-09-05T01:13:55.773Z[ recovery-image] Sep 05 01:13:54.468 INFO O| Sep 05 01:13:54.468 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-09-05T01:13:55.777Z[ recovery-image] Sep 05 01:13:54.477 INFO O| Sep 05 01:13:54.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67622026-09-05T01:13:55.777Z[ recovery-image] Sep 05 01:13:54.478 INFO O| Sep 05 01:13:54.478 INFO STEP 364 (remove_files) COMPLETE
67632026-09-05T01:13:55.781Z[ recovery-image] Sep 05 01:13:54.478 INFO O| Sep 05 01:13:54.478 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-09-05T01:13:55.781Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
67652026-09-05T01:13:55.787Z[ recovery-image] Sep 05 01:13:54.487 INFO O| Sep 05 01:13:54.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67662026-09-05T01:13:55.787Z[ recovery-image] Sep 05 01:13:54.487 INFO O| Sep 05 01:13:54.487 INFO STEP 365 (remove_files) COMPLETE
67672026-09-05T01:13:55.788Z[ recovery-image] Sep 05 01:13:54.487 INFO O| Sep 05 01:13:54.487 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-09-05T01:13:55.798Z[ recovery-image] Sep 05 01:13:54.498 INFO O| Sep 05 01:13:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67692026-09-05T01:13:55.798Z[ recovery-image] Sep 05 01:13:54.498 INFO O| Sep 05 01:13:54.498 INFO STEP 366 (remove_files) COMPLETE
67702026-09-05T01:13:55.798Z[ recovery-image] Sep 05 01:13:54.498 INFO O| Sep 05 01:13:54.498 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-09-05T01:13:55.810Z[ recovery-image] Sep 05 01:13:54.509 INFO O| Sep 05 01:13:54.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67722026-09-05T01:13:55.810Z[ recovery-image] Sep 05 01:13:54.509 INFO O| Sep 05 01:13:54.509 INFO STEP 367 (remove_files) COMPLETE
67732026-09-05T01:13:55.810Z[ recovery-image] Sep 05 01:13:54.509 INFO O| Sep 05 01:13:54.509 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-09-05T01:13:55.821Z[ recovery-image] Sep 05 01:13:54.519 INFO O| Sep 05 01:13:54.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67752026-09-05T01:13:55.821Z[ recovery-image] Sep 05 01:13:54.519 INFO O| Sep 05 01:13:54.519 INFO STEP 368 (remove_files) COMPLETE
67762026-09-05T01:13:55.821Z[ recovery-image] Sep 05 01:13:54.519 INFO O| Sep 05 01:13:54.519 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-09-05T01:13:55.833Z[ recovery-image] Sep 05 01:13:54.532 INFO O| Sep 05 01:13:54.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67782026-09-05T01:13:55.833Z[ recovery-image] Sep 05 01:13:54.532 INFO O| Sep 05 01:13:54.532 INFO STEP 369 (remove_files) COMPLETE
67792026-09-05T01:13:55.833Z[ recovery-image] Sep 05 01:13:54.532 INFO O| Sep 05 01:13:54.532 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-09-05T01:13:55.843Z[ recovery-image] Sep 05 01:13:54.543 INFO O| Sep 05 01:13:54.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67812026-09-05T01:13:55.843Z[ recovery-image] Sep 05 01:13:54.543 INFO O| Sep 05 01:13:54.543 INFO STEP 370 (remove_files) COMPLETE
67822026-09-05T01:13:55.847Z[ recovery-image] Sep 05 01:13:54.543 INFO O| Sep 05 01:13:54.543 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-09-05T01:13:55.853Z[ recovery-image] Sep 05 01:13:54.553 INFO O| Sep 05 01:13:54.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67842026-09-05T01:13:55.853Z[ recovery-image] Sep 05 01:13:54.553 INFO O| Sep 05 01:13:54.553 INFO STEP 371 (remove_files) COMPLETE
67852026-09-05T01:13:55.857Z[ recovery-image] Sep 05 01:13:54.553 INFO O| Sep 05 01:13:54.553 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-09-05T01:13:55.865Z[ recovery-image] Sep 05 01:13:54.565 INFO O| Sep 05 01:13:54.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67872026-09-05T01:13:55.865Z[ recovery-image] Sep 05 01:13:54.565 INFO O| Sep 05 01:13:54.565 INFO STEP 372 (remove_files) COMPLETE
67882026-09-05T01:13:55.865Z[ recovery-image] Sep 05 01:13:54.565 INFO O| Sep 05 01:13:54.565 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-09-05T01:13:55.876Z[ recovery-image] Sep 05 01:13:54.576 INFO O| Sep 05 01:13:54.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67902026-09-05T01:13:55.876Z[ recovery-image] Sep 05 01:13:54.576 INFO O| Sep 05 01:13:54.576 INFO STEP 373 (remove_files) COMPLETE
67912026-09-05T01:13:55.876Z[ recovery-image] Sep 05 01:13:54.576 INFO O| Sep 05 01:13:54.576 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-09-05T01:13:55.885Z[ recovery-image] Sep 05 01:13:54.585 INFO O| Sep 05 01:13:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67932026-09-05T01:13:55.885Z[ recovery-image] Sep 05 01:13:54.585 INFO O| Sep 05 01:13:54.585 INFO STEP 374 (remove_files) COMPLETE
67942026-09-05T01:13:55.885Z[ recovery-image] Sep 05 01:13:54.585 INFO O| Sep 05 01:13:54.585 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-09-05T01:13:55.896Z[ recovery-image] Sep 05 01:13:54.596 INFO O| Sep 05 01:13:54.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
67962026-09-05T01:13:55.896Z[ recovery-image] Sep 05 01:13:54.596 INFO O| Sep 05 01:13:54.596 INFO STEP 375 (remove_files) COMPLETE
67972026-09-05T01:13:55.896Z[ recovery-image] Sep 05 01:13:54.596 INFO O| Sep 05 01:13:54.596 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-09-05T01:13:55.910Z[ recovery-image] Sep 05 01:13:54.610 INFO O| Sep 05 01:13:54.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
67992026-09-05T01:13:55.911Z[ recovery-image] Sep 05 01:13:54.610 INFO O| Sep 05 01:13:54.610 INFO STEP 376 (remove_files) COMPLETE
68002026-09-05T01:13:55.911Z[ recovery-image] Sep 05 01:13:54.610 INFO O| Sep 05 01:13:54.610 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-09-05T01:13:55.921Z[ recovery-image] Sep 05 01:13:54.621 INFO O| Sep 05 01:13:54.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68022026-09-05T01:13:55.921Z[ recovery-image] Sep 05 01:13:54.621 INFO O| Sep 05 01:13:54.621 INFO STEP 377 (remove_files) COMPLETE
68032026-09-05T01:13:55.921Z[ recovery-image] Sep 05 01:13:54.621 INFO O| Sep 05 01:13:54.621 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-09-05T01:13:55.932Z[ recovery-image] Sep 05 01:13:54.632 INFO O| Sep 05 01:13:54.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68052026-09-05T01:13:55.932Z[ recovery-image] Sep 05 01:13:54.632 INFO O| Sep 05 01:13:54.632 INFO STEP 378 (remove_files) COMPLETE
68062026-09-05T01:13:55.932Z[ recovery-image] Sep 05 01:13:54.632 INFO O| Sep 05 01:13:54.632 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-09-05T01:13:55.942Z[ recovery-image] Sep 05 01:13:54.642 INFO O| Sep 05 01:13:54.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68082026-09-05T01:13:55.942Z[ recovery-image] Sep 05 01:13:54.642 INFO O| Sep 05 01:13:54.642 INFO STEP 379 (remove_files) COMPLETE
68092026-09-05T01:13:55.942Z[ recovery-image] Sep 05 01:13:54.642 INFO O| Sep 05 01:13:54.642 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-09-05T01:13:55.953Z[ recovery-image] Sep 05 01:13:54.652 INFO O| Sep 05 01:13:54.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68112026-09-05T01:13:55.953Z[ recovery-image] Sep 05 01:13:54.652 INFO O| Sep 05 01:13:54.652 INFO STEP 380 (remove_files) COMPLETE
68122026-09-05T01:13:55.953Z[ recovery-image] Sep 05 01:13:54.652 INFO O| Sep 05 01:13:54.652 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-09-05T01:13:55.962Z[ recovery-image] Sep 05 01:13:54.662 INFO O| Sep 05 01:13:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68142026-09-05T01:13:55.962Z[ recovery-image] Sep 05 01:13:54.662 INFO O| Sep 05 01:13:54.662 INFO STEP 381 (remove_files) COMPLETE
68152026-09-05T01:13:55.965Z[ recovery-image] Sep 05 01:13:54.662 INFO O| Sep 05 01:13:54.662 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-09-05T01:13:55.972Z[ recovery-image] Sep 05 01:13:54.672 INFO O| Sep 05 01:13:54.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68172026-09-05T01:13:55.976Z[ recovery-image] Sep 05 01:13:54.673 INFO O| Sep 05 01:13:54.673 INFO STEP 382 (remove_files) COMPLETE
68182026-09-05T01:13:55.976Z[ recovery-image] Sep 05 01:13:54.673 INFO O| Sep 05 01:13:54.673 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-09-05T01:13:55.984Z[ recovery-image] Sep 05 01:13:54.684 INFO O| Sep 05 01:13:54.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68202026-09-05T01:13:55.984Z[ recovery-image] Sep 05 01:13:54.684 INFO O| Sep 05 01:13:54.684 INFO STEP 383 (remove_files) COMPLETE
68212026-09-05T01:13:55.984Z[ recovery-image] Sep 05 01:13:54.684 INFO O| Sep 05 01:13:54.684 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-09-05T01:13:55.995Z[ recovery-image] Sep 05 01:13:54.695 INFO O| Sep 05 01:13:54.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68232026-09-05T01:13:55.995Z[ recovery-image] Sep 05 01:13:54.695 INFO O| Sep 05 01:13:54.695 INFO STEP 384 (remove_files) COMPLETE
68242026-09-05T01:13:55.995Z[ recovery-image] Sep 05 01:13:54.695 INFO O| Sep 05 01:13:54.695 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-09-05T01:13:56.007Z[ recovery-image] Sep 05 01:13:54.706 INFO O| Sep 05 01:13:54.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68262026-09-05T01:13:56.007Z[ recovery-image] Sep 05 01:13:54.707 INFO O| Sep 05 01:13:54.707 INFO STEP 385 (remove_files) COMPLETE
68272026-09-05T01:13:56.007Z[ recovery-image] Sep 05 01:13:54.707 INFO O| Sep 05 01:13:54.707 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-09-05T01:13:56.016Z[ recovery-image] Sep 05 01:13:54.717 INFO O| Sep 05 01:13:54.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68292026-09-05T01:13:56.016Z[ recovery-image] Sep 05 01:13:54.717 INFO O| Sep 05 01:13:54.717 INFO STEP 386 (remove_files) COMPLETE
68302026-09-05T01:13:56.017Z[ recovery-image] Sep 05 01:13:54.717 INFO O| Sep 05 01:13:54.717 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-09-05T01:13:56.028Z[ recovery-image] Sep 05 01:13:54.728 INFO O| Sep 05 01:13:54.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68322026-09-05T01:13:56.028Z[ recovery-image] Sep 05 01:13:54.728 INFO O| Sep 05 01:13:54.728 INFO STEP 387 (remove_files) COMPLETE
68332026-09-05T01:13:56.028Z[ recovery-image] Sep 05 01:13:54.728 INFO O| Sep 05 01:13:54.728 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-09-05T01:13:56.037Z[ recovery-image] Sep 05 01:13:54.738 INFO O| Sep 05 01:13:54.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68352026-09-05T01:13:56.037Z[ recovery-image] Sep 05 01:13:54.738 INFO O| Sep 05 01:13:54.738 INFO STEP 388 (remove_files) COMPLETE
68362026-09-05T01:13:56.038Z[ recovery-image] Sep 05 01:13:54.738 INFO O| Sep 05 01:13:54.738 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-09-05T01:13:56.048Z[ recovery-image] Sep 05 01:13:54.748 INFO O| Sep 05 01:13:54.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68382026-09-05T01:13:56.048Z[ recovery-image] Sep 05 01:13:54.748 INFO O| Sep 05 01:13:54.748 INFO STEP 389 (remove_files) COMPLETE
68392026-09-05T01:13:56.048Z[ recovery-image] Sep 05 01:13:54.748 INFO O| Sep 05 01:13:54.748 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-09-05T01:13:56.058Z[ recovery-image] Sep 05 01:13:54.758 INFO O| Sep 05 01:13:54.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68412026-09-05T01:13:56.058Z[ recovery-image] Sep 05 01:13:54.758 INFO O| Sep 05 01:13:54.758 INFO STEP 390 (remove_files) COMPLETE
68422026-09-05T01:13:56.058Z[ recovery-image] Sep 05 01:13:54.758 INFO O| Sep 05 01:13:54.758 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-09-05T01:13:56.069Z[ recovery-image] Sep 05 01:13:54.769 INFO O| Sep 05 01:13:54.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68442026-09-05T01:13:56.069Z[ recovery-image] Sep 05 01:13:54.769 INFO O| Sep 05 01:13:54.769 INFO STEP 391 (remove_files) COMPLETE
68452026-09-05T01:13:56.069Z[ recovery-image] Sep 05 01:13:54.769 INFO O| Sep 05 01:13:54.769 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-09-05T01:13:56.080Z[ recovery-image] Sep 05 01:13:54.780 INFO O| Sep 05 01:13:54.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68472026-09-05T01:13:56.080Z[ recovery-image] Sep 05 01:13:54.780 INFO O| Sep 05 01:13:54.780 INFO STEP 392 (remove_files) COMPLETE
68482026-09-05T01:13:56.080Z[ recovery-image] Sep 05 01:13:54.780 INFO O| Sep 05 01:13:54.780 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-09-05T01:13:56.091Z[ recovery-image] Sep 05 01:13:54.791 INFO O| Sep 05 01:13:54.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68502026-09-05T01:13:56.095Z[ recovery-image] Sep 05 01:13:54.792 INFO O| Sep 05 01:13:54.792 INFO STEP 393 (remove_files) COMPLETE
68512026-09-05T01:13:56.095Z[ recovery-image] Sep 05 01:13:54.792 INFO O| Sep 05 01:13:54.792 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-09-05T01:13:56.104Z[ recovery-image] Sep 05 01:13:54.803 INFO O| Sep 05 01:13:54.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68532026-09-05T01:13:56.104Z[ recovery-image] Sep 05 01:13:54.803 INFO O| Sep 05 01:13:54.803 INFO STEP 394 (remove_files) COMPLETE
68542026-09-05T01:13:56.104Z[ recovery-image] Sep 05 01:13:54.803 INFO O| Sep 05 01:13:54.803 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-09-05T01:13:56.113Z[ recovery-image] Sep 05 01:13:54.813 INFO O| Sep 05 01:13:54.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68562026-09-05T01:13:56.114Z[ recovery-image] Sep 05 01:13:54.813 INFO O| Sep 05 01:13:54.813 INFO STEP 395 (remove_files) COMPLETE
68572026-09-05T01:13:56.118Z[ recovery-image] Sep 05 01:13:54.813 INFO O| Sep 05 01:13:54.813 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-09-05T01:13:56.124Z[ recovery-image] Sep 05 01:13:54.824 INFO O| Sep 05 01:13:54.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68592026-09-05T01:13:56.124Z[ recovery-image] Sep 05 01:13:54.824 INFO O| Sep 05 01:13:54.824 INFO STEP 396 (remove_files) COMPLETE
68602026-09-05T01:13:56.124Z[ recovery-image] Sep 05 01:13:54.824 INFO O| Sep 05 01:13:54.824 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-09-05T01:13:56.133Z[ recovery-image] Sep 05 01:13:54.833 INFO O| Sep 05 01:13:54.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68622026-09-05T01:13:56.133Z[ recovery-image] Sep 05 01:13:54.833 INFO O| Sep 05 01:13:54.833 INFO STEP 397 (remove_files) COMPLETE
68632026-09-05T01:13:56.133Z[ recovery-image] Sep 05 01:13:54.833 INFO O| Sep 05 01:13:54.833 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-09-05T01:13:56.143Z[ recovery-image] Sep 05 01:13:54.843 INFO O| Sep 05 01:13:54.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68652026-09-05T01:13:56.143Z[ recovery-image] Sep 05 01:13:54.843 INFO O| Sep 05 01:13:54.843 INFO STEP 398 (remove_files) COMPLETE
68662026-09-05T01:13:56.146Z[ recovery-image] Sep 05 01:13:54.843 INFO O| Sep 05 01:13:54.843 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-09-05T01:13:56.152Z[ recovery-image] Sep 05 01:13:54.852 INFO O| Sep 05 01:13:54.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68682026-09-05T01:13:56.153Z[ recovery-image] Sep 05 01:13:54.853 INFO O| Sep 05 01:13:54.852 INFO STEP 399 (remove_files) COMPLETE
68692026-09-05T01:13:56.153Z[ recovery-image] Sep 05 01:13:54.853 INFO O| Sep 05 01:13:54.852 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-09-05T01:13:56.162Z[ recovery-image] Sep 05 01:13:54.862 INFO O| Sep 05 01:13:54.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68712026-09-05T01:13:56.162Z[ recovery-image] Sep 05 01:13:54.862 INFO O| Sep 05 01:13:54.862 INFO STEP 400 (remove_files) COMPLETE
68722026-09-05T01:13:56.162Z[ recovery-image] Sep 05 01:13:54.862 INFO O| Sep 05 01:13:54.862 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-09-05T01:13:56.172Z[ recovery-image] Sep 05 01:13:54.872 INFO O| Sep 05 01:13:54.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68742026-09-05T01:13:56.172Z[ recovery-image] Sep 05 01:13:54.872 INFO O| Sep 05 01:13:54.872 INFO STEP 401 (remove_files) COMPLETE
68752026-09-05T01:13:56.176Z[ recovery-image] Sep 05 01:13:54.872 INFO O| Sep 05 01:13:54.872 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-09-05T01:13:56.181Z[ recovery-image] Sep 05 01:13:54.881 INFO O| Sep 05 01:13:54.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68772026-09-05T01:13:56.181Z[ recovery-image] Sep 05 01:13:54.881 INFO O| Sep 05 01:13:54.881 INFO STEP 402 (remove_files) COMPLETE
68782026-09-05T01:13:56.181Z[ recovery-image] Sep 05 01:13:54.881 INFO O| Sep 05 01:13:54.881 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-09-05T01:13:56.190Z[ recovery-image] Sep 05 01:13:54.890 INFO O| Sep 05 01:13:54.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68802026-09-05T01:13:56.190Z[ recovery-image] Sep 05 01:13:54.890 INFO O| Sep 05 01:13:54.890 INFO STEP 403 (remove_files) COMPLETE
68812026-09-05T01:13:56.194Z[ recovery-image] Sep 05 01:13:54.890 INFO O| Sep 05 01:13:54.890 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-09-05T01:13:56.194Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
68832026-09-05T01:13:56.199Z[ recovery-image] Sep 05 01:13:54.900 INFO O| Sep 05 01:13:54.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68842026-09-05T01:13:56.200Z[ recovery-image] Sep 05 01:13:54.900 INFO O| Sep 05 01:13:54.900 INFO STEP 404 (remove_files) COMPLETE
68852026-09-05T01:13:56.200Z[ recovery-image] Sep 05 01:13:54.900 INFO O| Sep 05 01:13:54.900 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-05T01:13:56.210Z[ recovery-image] Sep 05 01:13:54.910 INFO O| Sep 05 01:13:54.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68872026-09-05T01:13:56.210Z[ recovery-image] Sep 05 01:13:54.910 INFO O| Sep 05 01:13:54.910 INFO STEP 405 (remove_files) COMPLETE
68882026-09-05T01:13:56.210Z[ recovery-image] Sep 05 01:13:54.910 INFO O| Sep 05 01:13:54.910 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-05T01:13:56.246Z[ recovery-image] Sep 05 01:13:54.945 INFO O| Sep 05 01:13:54.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68902026-09-05T01:13:56.247Z[ recovery-image] Sep 05 01:13:54.945 INFO O| Sep 05 01:13:54.945 INFO STEP 406 (remove_files) COMPLETE
68912026-09-05T01:13:56.247Z[ recovery-image] Sep 05 01:13:54.945 INFO O| Sep 05 01:13:54.945 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-05T01:13:56.256Z[ recovery-image] Sep 05 01:13:54.956 INFO O| Sep 05 01:13:54.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68932026-09-05T01:13:56.256Z[ recovery-image] Sep 05 01:13:54.956 INFO O| Sep 05 01:13:54.956 INFO STEP 407 (remove_files) COMPLETE
68942026-09-05T01:13:56.260Z[ recovery-image] Sep 05 01:13:54.956 INFO O| Sep 05 01:13:54.956 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-05T01:13:56.268Z[ recovery-image] Sep 05 01:13:54.966 INFO O| Sep 05 01:13:54.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68962026-09-05T01:13:56.268Z[ recovery-image] Sep 05 01:13:54.966 INFO O| Sep 05 01:13:54.966 INFO STEP 408 (remove_files) COMPLETE
68972026-09-05T01:13:56.268Z[ recovery-image] Sep 05 01:13:54.966 INFO O| Sep 05 01:13:54.966 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-05T01:13:56.275Z[ recovery-image] Sep 05 01:13:54.975 INFO O| Sep 05 01:13:54.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
68992026-09-05T01:13:56.275Z[ recovery-image] Sep 05 01:13:54.975 INFO O| Sep 05 01:13:54.975 INFO STEP 409 (remove_files) COMPLETE
69002026-09-05T01:13:56.279Z[ recovery-image] Sep 05 01:13:54.975 INFO O| Sep 05 01:13:54.975 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-05T01:13:56.286Z[ recovery-image] Sep 05 01:13:54.986 INFO O| Sep 05 01:13:54.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69022026-09-05T01:13:56.286Z[ recovery-image] Sep 05 01:13:54.986 INFO O| Sep 05 01:13:54.986 INFO STEP 410 (remove_files) COMPLETE
69032026-09-05T01:13:56.287Z[ recovery-image] Sep 05 01:13:54.986 INFO O| Sep 05 01:13:54.986 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-05T01:13:56.300Z[ recovery-image] Sep 05 01:13:55.000 INFO O| Sep 05 01:13:55.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69052026-09-05T01:13:56.300Z[ recovery-image] Sep 05 01:13:55.000 INFO O| Sep 05 01:13:55.000 INFO STEP 411 (remove_files) COMPLETE
69062026-09-05T01:13:56.301Z[ recovery-image] Sep 05 01:13:55.000 INFO O| Sep 05 01:13:55.000 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-05T01:13:56.313Z[ recovery-image] Sep 05 01:13:55.013 INFO O| Sep 05 01:13:55.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69082026-09-05T01:13:56.313Z[ recovery-image] Sep 05 01:13:55.013 INFO O| Sep 05 01:13:55.013 INFO STEP 412 (remove_files) COMPLETE
69092026-09-05T01:13:56.313Z[ recovery-image] Sep 05 01:13:55.013 INFO O| Sep 05 01:13:55.013 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-05T01:13:56.325Z[ recovery-image] Sep 05 01:13:55.025 INFO O| Sep 05 01:13:55.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69112026-09-05T01:13:56.325Z[ recovery-image] Sep 05 01:13:55.025 INFO O| Sep 05 01:13:55.025 INFO STEP 413 (remove_files) COMPLETE
69122026-09-05T01:13:56.325Z[ recovery-image] Sep 05 01:13:55.025 INFO O| Sep 05 01:13:55.025 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-05T01:13:56.337Z[ recovery-image] Sep 05 01:13:55.037 INFO O| Sep 05 01:13:55.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69142026-09-05T01:13:56.337Z[ recovery-image] Sep 05 01:13:55.037 INFO O| Sep 05 01:13:55.037 INFO STEP 414 (remove_files) COMPLETE
69152026-09-05T01:13:56.337Z[ recovery-image] Sep 05 01:13:55.037 INFO O| Sep 05 01:13:55.037 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-05T01:13:56.357Z[ recovery-image] Sep 05 01:13:55.047 INFO O| Sep 05 01:13:55.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69172026-09-05T01:13:56.357Z[ recovery-image] Sep 05 01:13:55.047 INFO O| Sep 05 01:13:55.047 INFO STEP 415 (remove_files) COMPLETE
69182026-09-05T01:13:56.362Z[ recovery-image] Sep 05 01:13:55.047 INFO O| Sep 05 01:13:55.047 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-05T01:13:56.362Z[ recovery-image] Sep 05 01:13:55.060 INFO O| Sep 05 01:13:55.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69202026-09-05T01:13:56.362Z[ recovery-image] Sep 05 01:13:55.060 INFO O| Sep 05 01:13:55.060 INFO STEP 416 (remove_files) COMPLETE
69212026-09-05T01:13:56.362Z[ recovery-image] Sep 05 01:13:55.060 INFO O| Sep 05 01:13:55.060 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-05T01:13:56.371Z[ recovery-image] Sep 05 01:13:55.071 INFO O| Sep 05 01:13:55.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69232026-09-05T01:13:56.371Z[ recovery-image] Sep 05 01:13:55.071 INFO O| Sep 05 01:13:55.071 INFO STEP 417 (remove_files) COMPLETE
69242026-09-05T01:13:56.371Z[ recovery-image] Sep 05 01:13:55.071 INFO O| Sep 05 01:13:55.071 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-05T01:13:56.383Z[ recovery-image] Sep 05 01:13:55.083 INFO O| Sep 05 01:13:55.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69262026-09-05T01:13:56.383Z[ recovery-image] Sep 05 01:13:55.083 INFO O| Sep 05 01:13:55.083 INFO STEP 418 (remove_files) COMPLETE
69272026-09-05T01:13:56.383Z[ recovery-image] Sep 05 01:13:55.083 INFO O| Sep 05 01:13:55.083 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-05T01:13:56.395Z[ recovery-image] Sep 05 01:13:55.095 INFO O| Sep 05 01:13:55.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69292026-09-05T01:13:56.395Z[ recovery-image] Sep 05 01:13:55.095 INFO O| Sep 05 01:13:55.095 INFO STEP 419 (remove_files) COMPLETE
69302026-09-05T01:13:56.395Z[ recovery-image] Sep 05 01:13:55.095 INFO O| Sep 05 01:13:55.095 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-05T01:13:56.405Z[ recovery-image] Sep 05 01:13:55.105 INFO O| Sep 05 01:13:55.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69322026-09-05T01:13:56.405Z[ recovery-image] Sep 05 01:13:55.105 INFO O| Sep 05 01:13:55.105 INFO STEP 420 (remove_files) COMPLETE
69332026-09-05T01:13:56.409Z[ recovery-image] Sep 05 01:13:55.105 INFO O| Sep 05 01:13:55.105 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-05T01:13:56.417Z[ recovery-image] Sep 05 01:13:55.117 INFO O| Sep 05 01:13:55.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69352026-09-05T01:13:56.417Z[ recovery-image] Sep 05 01:13:55.117 INFO O| Sep 05 01:13:55.117 INFO STEP 421 (remove_files) COMPLETE
69362026-09-05T01:13:56.417Z[ recovery-image] Sep 05 01:13:55.117 INFO O| Sep 05 01:13:55.117 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-05T01:13:56.426Z[ recovery-image] Sep 05 01:13:55.126 INFO O| Sep 05 01:13:55.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69382026-09-05T01:13:56.426Z[ recovery-image] Sep 05 01:13:55.126 INFO O| Sep 05 01:13:55.126 INFO STEP 422 (remove_files) COMPLETE
69392026-09-05T01:13:56.426Z[ recovery-image] Sep 05 01:13:55.126 INFO O| Sep 05 01:13:55.126 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-05T01:13:56.440Z[ recovery-image] Sep 05 01:13:55.138 INFO O| Sep 05 01:13:55.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69412026-09-05T01:13:56.440Z[ recovery-image] Sep 05 01:13:55.138 INFO O| Sep 05 01:13:55.138 INFO STEP 423 (remove_files) COMPLETE
69422026-09-05T01:13:56.440Z[ recovery-image] Sep 05 01:13:55.139 INFO O| Sep 05 01:13:55.138 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-05T01:13:56.451Z[ recovery-image] Sep 05 01:13:55.150 INFO O| Sep 05 01:13:55.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69442026-09-05T01:13:56.452Z[ recovery-image] Sep 05 01:13:55.150 INFO O| Sep 05 01:13:55.150 INFO STEP 424 (remove_files) COMPLETE
69452026-09-05T01:13:56.452Z[ recovery-image] Sep 05 01:13:55.150 INFO O| Sep 05 01:13:55.150 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-05T01:13:56.462Z[ recovery-image] Sep 05 01:13:55.161 INFO O| Sep 05 01:13:55.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69472026-09-05T01:13:56.462Z[ recovery-image] Sep 05 01:13:55.162 INFO O| Sep 05 01:13:55.162 INFO STEP 425 (remove_files) COMPLETE
69482026-09-05T01:13:56.462Z[ recovery-image] Sep 05 01:13:55.162 INFO O| Sep 05 01:13:55.162 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-05T01:13:56.473Z[ recovery-image] Sep 05 01:13:55.173 INFO O| Sep 05 01:13:55.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69502026-09-05T01:13:56.473Z[ recovery-image] Sep 05 01:13:55.173 INFO O| Sep 05 01:13:55.173 INFO STEP 426 (remove_files) COMPLETE
69512026-09-05T01:13:56.473Z[ recovery-image] Sep 05 01:13:55.173 INFO O| Sep 05 01:13:55.173 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-05T01:13:56.485Z[ recovery-image] Sep 05 01:13:55.185 INFO O| Sep 05 01:13:55.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69532026-09-05T01:13:56.485Z[ recovery-image] Sep 05 01:13:55.185 INFO O| Sep 05 01:13:55.185 INFO STEP 427 (remove_files) COMPLETE
69542026-09-05T01:13:56.485Z[ recovery-image] Sep 05 01:13:55.185 INFO O| Sep 05 01:13:55.185 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-05T01:13:56.498Z[ recovery-image] Sep 05 01:13:55.198 INFO O| Sep 05 01:13:55.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69562026-09-05T01:13:56.498Z[ recovery-image] Sep 05 01:13:55.198 INFO O| Sep 05 01:13:55.198 INFO STEP 428 (remove_files) COMPLETE
69572026-09-05T01:13:56.498Z[ recovery-image] Sep 05 01:13:55.198 INFO O| Sep 05 01:13:55.198 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-05T01:13:56.510Z[ recovery-image] Sep 05 01:13:55.210 INFO O| Sep 05 01:13:55.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69592026-09-05T01:13:56.510Z[ recovery-image] Sep 05 01:13:55.210 INFO O| Sep 05 01:13:55.210 INFO STEP 429 (remove_files) COMPLETE
69602026-09-05T01:13:56.510Z[ recovery-image] Sep 05 01:13:55.210 INFO O| Sep 05 01:13:55.210 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-05T01:13:56.520Z[ recovery-image] Sep 05 01:13:55.220 INFO O| Sep 05 01:13:55.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69622026-09-05T01:13:56.520Z[ recovery-image] Sep 05 01:13:55.220 INFO O| Sep 05 01:13:55.220 INFO STEP 430 (remove_files) COMPLETE
69632026-09-05T01:13:56.524Z[ recovery-image] Sep 05 01:13:55.220 INFO O| Sep 05 01:13:55.220 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-05T01:13:56.530Z[ recovery-image] Sep 05 01:13:55.230 INFO O| Sep 05 01:13:55.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69652026-09-05T01:13:56.530Z[ recovery-image] Sep 05 01:13:55.230 INFO O| Sep 05 01:13:55.230 INFO STEP 431 (remove_files) COMPLETE
69662026-09-05T01:13:56.534Z[ recovery-image] Sep 05 01:13:55.230 INFO O| Sep 05 01:13:55.230 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-05T01:13:56.542Z[ recovery-image] Sep 05 01:13:55.242 INFO O| Sep 05 01:13:55.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69682026-09-05T01:13:56.545Z[ recovery-image] Sep 05 01:13:55.242 INFO O| Sep 05 01:13:55.242 INFO STEP 432 (remove_files) COMPLETE
69692026-09-05T01:13:56.545Z[ recovery-image] Sep 05 01:13:55.242 INFO O| Sep 05 01:13:55.242 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-05T01:13:56.555Z[ recovery-image] Sep 05 01:13:55.255 INFO O| Sep 05 01:13:55.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69712026-09-05T01:13:56.555Z[ recovery-image] Sep 05 01:13:55.255 INFO O| Sep 05 01:13:55.255 INFO STEP 433 (remove_files) COMPLETE
69722026-09-05T01:13:56.555Z[ recovery-image] Sep 05 01:13:55.255 INFO O| Sep 05 01:13:55.255 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-05T01:13:56.568Z[ recovery-image] Sep 05 01:13:55.268 INFO O| Sep 05 01:13:55.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69742026-09-05T01:13:56.568Z[ recovery-image] Sep 05 01:13:55.268 INFO O| Sep 05 01:13:55.268 INFO STEP 434 (remove_files) COMPLETE
69752026-09-05T01:13:56.568Z[ recovery-image] Sep 05 01:13:55.268 INFO O| Sep 05 01:13:55.268 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-05T01:13:56.578Z[ recovery-image] Sep 05 01:13:55.278 INFO O| Sep 05 01:13:55.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69772026-09-05T01:13:56.578Z[ recovery-image] Sep 05 01:13:55.278 INFO O| Sep 05 01:13:55.278 INFO STEP 435 (remove_files) COMPLETE
69782026-09-05T01:13:56.578Z[ recovery-image] Sep 05 01:13:55.278 INFO O| Sep 05 01:13:55.278 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-05T01:13:56.589Z[ recovery-image] Sep 05 01:13:55.289 INFO O| Sep 05 01:13:55.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69802026-09-05T01:13:56.589Z[ recovery-image] Sep 05 01:13:55.289 INFO O| Sep 05 01:13:55.289 INFO STEP 436 (remove_files) COMPLETE
69812026-09-05T01:13:56.589Z[ recovery-image] Sep 05 01:13:55.289 INFO O| Sep 05 01:13:55.289 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-09-05T01:13:56.598Z[ recovery-image] Sep 05 01:13:55.298 INFO O| Sep 05 01:13:55.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69832026-09-05T01:13:56.598Z[ recovery-image] Sep 05 01:13:55.298 INFO O| Sep 05 01:13:55.298 INFO STEP 437 (remove_files) COMPLETE
69842026-09-05T01:13:56.598Z[ recovery-image] Sep 05 01:13:55.298 INFO O| Sep 05 01:13:55.298 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-09-05T01:13:56.607Z[ recovery-image] Sep 05 01:13:55.307 INFO O| Sep 05 01:13:55.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69862026-09-05T01:13:56.607Z[ recovery-image] Sep 05 01:13:55.307 INFO O| Sep 05 01:13:55.307 INFO STEP 438 (remove_files) COMPLETE
69872026-09-05T01:13:56.611Z[ recovery-image] Sep 05 01:13:55.307 INFO O| Sep 05 01:13:55.307 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-09-05T01:13:56.617Z[ recovery-image] Sep 05 01:13:55.317 INFO O| Sep 05 01:13:55.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69892026-09-05T01:13:56.617Z[ recovery-image] Sep 05 01:13:55.317 INFO O| Sep 05 01:13:55.317 INFO STEP 439 (remove_files) COMPLETE
69902026-09-05T01:13:56.617Z[ recovery-image] Sep 05 01:13:55.317 INFO O| Sep 05 01:13:55.317 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-09-05T01:13:56.626Z[ recovery-image] Sep 05 01:13:55.326 INFO O| Sep 05 01:13:55.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69922026-09-05T01:13:56.629Z[ recovery-image] Sep 05 01:13:55.327 INFO O| Sep 05 01:13:55.327 INFO STEP 440 (remove_files) COMPLETE
69932026-09-05T01:13:56.629Z[ recovery-image] Sep 05 01:13:55.327 INFO O| Sep 05 01:13:55.327 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-09-05T01:13:56.636Z[ recovery-image] Sep 05 01:13:55.336 INFO O| Sep 05 01:13:55.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69952026-09-05T01:13:56.636Z[ recovery-image] Sep 05 01:13:55.337 INFO O| Sep 05 01:13:55.337 INFO STEP 441 (remove_files) COMPLETE
69962026-09-05T01:13:56.640Z[ recovery-image] Sep 05 01:13:55.337 INFO O| Sep 05 01:13:55.337 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-09-05T01:13:56.646Z[ recovery-image] Sep 05 01:13:55.346 INFO O| Sep 05 01:13:55.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
69982026-09-05T01:13:56.646Z[ recovery-image] Sep 05 01:13:55.346 INFO O| Sep 05 01:13:55.346 INFO STEP 442 (remove_files) COMPLETE
69992026-09-05T01:13:56.650Z[ recovery-image] Sep 05 01:13:55.346 INFO O| Sep 05 01:13:55.346 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-09-05T01:13:56.656Z[ recovery-image] Sep 05 01:13:55.356 INFO O| Sep 05 01:13:55.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70012026-09-05T01:13:56.656Z[ recovery-image] Sep 05 01:13:55.356 INFO O| Sep 05 01:13:55.356 INFO STEP 443 (remove_files) COMPLETE
70022026-09-05T01:13:56.656Z[ recovery-image] Sep 05 01:13:55.356 INFO O| Sep 05 01:13:55.356 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-09-05T01:13:56.670Z[ recovery-image] Sep 05 01:13:55.368 INFO O| Sep 05 01:13:55.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70042026-09-05T01:13:56.670Z[ recovery-image] Sep 05 01:13:55.368 INFO O| Sep 05 01:13:55.368 INFO STEP 444 (remove_files) COMPLETE
70052026-09-05T01:13:56.671Z[ recovery-image] Sep 05 01:13:55.368 INFO O| Sep 05 01:13:55.368 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-09-05T01:13:56.679Z[ recovery-image] Sep 05 01:13:55.379 INFO O| Sep 05 01:13:55.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70072026-09-05T01:13:56.679Z[ recovery-image] Sep 05 01:13:55.379 INFO O| Sep 05 01:13:55.379 INFO STEP 445 (remove_files) COMPLETE
70082026-09-05T01:13:56.683Z[ recovery-image] Sep 05 01:13:55.379 INFO O| Sep 05 01:13:55.379 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-09-05T01:13:56.690Z[ recovery-image] Sep 05 01:13:55.390 INFO O| Sep 05 01:13:55.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70102026-09-05T01:13:56.690Z[ recovery-image] Sep 05 01:13:55.390 INFO O| Sep 05 01:13:55.389 INFO STEP 446 (remove_files) COMPLETE
70112026-09-05T01:13:56.694Z[ recovery-image] Sep 05 01:13:55.390 INFO O| Sep 05 01:13:55.389 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-09-05T01:13:56.699Z[ recovery-image] Sep 05 01:13:55.399 INFO O| Sep 05 01:13:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70132026-09-05T01:13:56.699Z[ recovery-image] Sep 05 01:13:55.399 INFO O| Sep 05 01:13:55.399 INFO STEP 447 (remove_files) COMPLETE
70142026-09-05T01:13:56.703Z[ recovery-image] Sep 05 01:13:55.399 INFO O| Sep 05 01:13:55.399 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-09-05T01:13:56.711Z[ recovery-image] Sep 05 01:13:55.411 INFO O| Sep 05 01:13:55.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70162026-09-05T01:13:56.715Z[ recovery-image] Sep 05 01:13:55.412 INFO O| Sep 05 01:13:55.412 INFO STEP 448 (remove_files) COMPLETE
70172026-09-05T01:13:56.715Z[ recovery-image] Sep 05 01:13:55.412 INFO O| Sep 05 01:13:55.412 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-09-05T01:13:56.722Z[ recovery-image] Sep 05 01:13:55.422 INFO O| Sep 05 01:13:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70192026-09-05T01:13:56.722Z[ recovery-image] Sep 05 01:13:55.422 INFO O| Sep 05 01:13:55.422 INFO STEP 449 (remove_files) COMPLETE
70202026-09-05T01:13:56.725Z[ recovery-image] Sep 05 01:13:55.422 INFO O| Sep 05 01:13:55.422 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-09-05T01:13:56.734Z[ recovery-image] Sep 05 01:13:55.433 INFO O| Sep 05 01:13:55.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70222026-09-05T01:13:56.734Z[ recovery-image] Sep 05 01:13:55.433 INFO O| Sep 05 01:13:55.433 INFO STEP 450 (remove_files) COMPLETE
70232026-09-05T01:13:56.734Z[ recovery-image] Sep 05 01:13:55.433 INFO O| Sep 05 01:13:55.433 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-09-05T01:13:56.745Z[ recovery-image] Sep 05 01:13:55.445 INFO O| Sep 05 01:13:55.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70252026-09-05T01:13:56.749Z[ recovery-image] Sep 05 01:13:55.446 INFO O| Sep 05 01:13:55.446 INFO STEP 451 (remove_files) COMPLETE
70262026-09-05T01:13:56.749Z[ recovery-image] Sep 05 01:13:55.446 INFO O| Sep 05 01:13:55.446 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-09-05T01:13:56.756Z[ recovery-image] Sep 05 01:13:55.456 INFO O| Sep 05 01:13:55.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70282026-09-05T01:13:56.756Z[ recovery-image] Sep 05 01:13:55.456 INFO O| Sep 05 01:13:55.456 INFO STEP 452 (remove_files) COMPLETE
70292026-09-05T01:13:56.756Z[ recovery-image] Sep 05 01:13:55.456 INFO O| Sep 05 01:13:55.456 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-09-05T01:13:56.766Z[ recovery-image] Sep 05 01:13:55.466 INFO O| Sep 05 01:13:55.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70312026-09-05T01:13:56.771Z[ recovery-image] Sep 05 01:13:55.467 INFO O| Sep 05 01:13:55.467 INFO STEP 453 (remove_files) COMPLETE
70322026-09-05T01:13:56.771Z[ recovery-image] Sep 05 01:13:55.467 INFO O| Sep 05 01:13:55.467 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-09-05T01:13:56.779Z[ recovery-image] Sep 05 01:13:55.479 INFO O| Sep 05 01:13:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70342026-09-05T01:13:56.779Z[ recovery-image] Sep 05 01:13:55.479 INFO O| Sep 05 01:13:55.479 INFO STEP 454 (remove_files) COMPLETE
70352026-09-05T01:13:56.779Z[ recovery-image] Sep 05 01:13:55.479 INFO O| Sep 05 01:13:55.479 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-09-05T01:13:56.790Z[ recovery-image] Sep 05 01:13:55.490 INFO O| Sep 05 01:13:55.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70372026-09-05T01:13:56.790Z[ recovery-image] Sep 05 01:13:55.490 INFO O| Sep 05 01:13:55.490 INFO STEP 455 (remove_files) COMPLETE
70382026-09-05T01:13:56.790Z[ recovery-image] Sep 05 01:13:55.490 INFO O| Sep 05 01:13:55.490 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-09-05T01:13:56.801Z[ recovery-image] Sep 05 01:13:55.501 INFO O| Sep 05 01:13:55.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70402026-09-05T01:13:56.801Z[ recovery-image] Sep 05 01:13:55.501 INFO O| Sep 05 01:13:55.501 INFO STEP 456 (remove_files) COMPLETE
70412026-09-05T01:13:56.805Z[ recovery-image] Sep 05 01:13:55.501 INFO O| Sep 05 01:13:55.501 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-09-05T01:13:56.810Z[ recovery-image] Sep 05 01:13:55.510 INFO O| Sep 05 01:13:55.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70432026-09-05T01:13:56.810Z[ recovery-image] Sep 05 01:13:55.510 INFO O| Sep 05 01:13:55.510 INFO STEP 457 (remove_files) COMPLETE
70442026-09-05T01:13:56.814Z[ recovery-image] Sep 05 01:13:55.510 INFO O| Sep 05 01:13:55.510 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-09-05T01:13:56.820Z[ recovery-image] Sep 05 01:13:55.520 INFO O| Sep 05 01:13:55.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70462026-09-05T01:13:56.820Z[ recovery-image] Sep 05 01:13:55.520 INFO O| Sep 05 01:13:55.520 INFO STEP 458 (remove_files) COMPLETE
70472026-09-05T01:13:56.821Z[ recovery-image] Sep 05 01:13:55.520 INFO O| Sep 05 01:13:55.520 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-09-05T01:13:56.831Z[ recovery-image] Sep 05 01:13:55.531 INFO O| Sep 05 01:13:55.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70492026-09-05T01:13:56.831Z[ recovery-image] Sep 05 01:13:55.531 INFO O| Sep 05 01:13:55.531 INFO STEP 459 (remove_files) COMPLETE
70502026-09-05T01:13:56.831Z[ recovery-image] Sep 05 01:13:55.531 INFO O| Sep 05 01:13:55.531 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-09-05T01:13:56.841Z[ recovery-image] Sep 05 01:13:55.541 INFO O| Sep 05 01:13:55.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70522026-09-05T01:13:56.841Z[ recovery-image] Sep 05 01:13:55.541 INFO O| Sep 05 01:13:55.541 INFO STEP 460 (remove_files) COMPLETE
70532026-09-05T01:13:56.845Z[ recovery-image] Sep 05 01:13:55.541 INFO O| Sep 05 01:13:55.541 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-09-05T01:13:56.852Z[ recovery-image] Sep 05 01:13:55.551 INFO O| Sep 05 01:13:55.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70552026-09-05T01:13:56.852Z[ recovery-image] Sep 05 01:13:55.552 INFO O| Sep 05 01:13:55.552 INFO STEP 461 (remove_files) COMPLETE
70562026-09-05T01:13:56.852Z[ recovery-image] Sep 05 01:13:55.552 INFO O| Sep 05 01:13:55.552 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-09-05T01:13:56.856Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
70582026-09-05T01:13:56.863Z[ recovery-image] Sep 05 01:13:55.563 INFO O| Sep 05 01:13:55.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70592026-09-05T01:13:56.863Z[ recovery-image] Sep 05 01:13:55.563 INFO O| Sep 05 01:13:55.563 INFO STEP 462 (remove_files) COMPLETE
70602026-09-05T01:13:56.863Z[ recovery-image] Sep 05 01:13:55.563 INFO O| Sep 05 01:13:55.563 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-09-05T01:13:56.876Z[ recovery-image] Sep 05 01:13:55.575 INFO O| Sep 05 01:13:55.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70622026-09-05T01:13:56.876Z[ recovery-image] Sep 05 01:13:55.575 INFO O| Sep 05 01:13:55.575 INFO STEP 463 (remove_files) COMPLETE
70632026-09-05T01:13:56.876Z[ recovery-image] Sep 05 01:13:55.575 INFO O| Sep 05 01:13:55.575 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-09-05T01:13:56.886Z[ recovery-image] Sep 05 01:13:55.586 INFO O| Sep 05 01:13:55.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70652026-09-05T01:13:56.886Z[ recovery-image] Sep 05 01:13:55.586 INFO O| Sep 05 01:13:55.586 INFO STEP 464 (remove_files) COMPLETE
70662026-09-05T01:13:56.886Z[ recovery-image] Sep 05 01:13:55.586 INFO O| Sep 05 01:13:55.586 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-09-05T01:13:56.896Z[ recovery-image] Sep 05 01:13:55.596 INFO O| Sep 05 01:13:55.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70682026-09-05T01:13:56.896Z[ recovery-image] Sep 05 01:13:55.596 INFO O| Sep 05 01:13:55.596 INFO STEP 465 (remove_files) COMPLETE
70692026-09-05T01:13:56.896Z[ recovery-image] Sep 05 01:13:55.596 INFO O| Sep 05 01:13:55.596 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-09-05T01:13:56.906Z[ recovery-image] Sep 05 01:13:55.606 INFO O| Sep 05 01:13:55.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70712026-09-05T01:13:56.906Z[ recovery-image] Sep 05 01:13:55.606 INFO O| Sep 05 01:13:55.606 INFO STEP 466 (remove_files) COMPLETE
70722026-09-05T01:13:56.906Z[ recovery-image] Sep 05 01:13:55.606 INFO O| Sep 05 01:13:55.606 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-09-05T01:13:56.914Z[ recovery-image] Sep 05 01:13:55.614 INFO O| Sep 05 01:13:55.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70742026-09-05T01:13:56.915Z[ recovery-image] Sep 05 01:13:55.614 INFO O| Sep 05 01:13:55.614 INFO STEP 467 (remove_files) COMPLETE
70752026-09-05T01:13:56.919Z[ recovery-image] Sep 05 01:13:55.614 INFO O| Sep 05 01:13:55.614 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-09-05T01:13:56.923Z[ recovery-image] Sep 05 01:13:55.623 INFO O| Sep 05 01:13:55.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70772026-09-05T01:13:56.923Z[ recovery-image] Sep 05 01:13:55.623 INFO O| Sep 05 01:13:55.623 INFO STEP 468 (remove_files) COMPLETE
70782026-09-05T01:13:56.923Z[ recovery-image] Sep 05 01:13:55.623 INFO O| Sep 05 01:13:55.623 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-09-05T01:13:56.933Z[ recovery-image] Sep 05 01:13:55.633 INFO O| Sep 05 01:13:55.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70802026-09-05T01:13:56.933Z[ recovery-image] Sep 05 01:13:55.633 INFO O| Sep 05 01:13:55.633 INFO STEP 469 (remove_files) COMPLETE
70812026-09-05T01:13:56.934Z[ recovery-image] Sep 05 01:13:55.633 INFO O| Sep 05 01:13:55.633 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-09-05T01:13:56.942Z[ recovery-image] Sep 05 01:13:55.642 INFO O| Sep 05 01:13:55.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70832026-09-05T01:13:56.942Z[ recovery-image] Sep 05 01:13:55.642 INFO O| Sep 05 01:13:55.642 INFO STEP 470 (remove_files) COMPLETE
70842026-09-05T01:13:56.942Z[ recovery-image] Sep 05 01:13:55.642 INFO O| Sep 05 01:13:55.642 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-09-05T01:13:56.952Z[ recovery-image] Sep 05 01:13:55.652 INFO O| Sep 05 01:13:55.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70862026-09-05T01:13:56.952Z[ recovery-image] Sep 05 01:13:55.652 INFO O| Sep 05 01:13:55.652 INFO STEP 471 (remove_files) COMPLETE
70872026-09-05T01:13:56.956Z[ recovery-image] Sep 05 01:13:55.652 INFO O| Sep 05 01:13:55.652 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-09-05T01:13:56.961Z[ recovery-image] Sep 05 01:13:55.661 INFO O| Sep 05 01:13:55.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70892026-09-05T01:13:56.961Z[ recovery-image] Sep 05 01:13:55.661 INFO O| Sep 05 01:13:55.661 INFO STEP 472 (remove_files) COMPLETE
70902026-09-05T01:13:56.961Z[ recovery-image] Sep 05 01:13:55.661 INFO O| Sep 05 01:13:55.661 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-09-05T01:13:56.970Z[ recovery-image] Sep 05 01:13:55.670 INFO O| Sep 05 01:13:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70922026-09-05T01:13:56.970Z[ recovery-image] Sep 05 01:13:55.670 INFO O| Sep 05 01:13:55.670 INFO STEP 473 (remove_files) COMPLETE
70932026-09-05T01:13:56.970Z[ recovery-image] Sep 05 01:13:55.670 INFO O| Sep 05 01:13:55.670 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-09-05T01:13:56.979Z[ recovery-image] Sep 05 01:13:55.679 INFO O| Sep 05 01:13:55.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
70952026-09-05T01:13:56.979Z[ recovery-image] Sep 05 01:13:55.679 INFO O| Sep 05 01:13:55.679 INFO STEP 474 (remove_files) COMPLETE
70962026-09-05T01:13:56.979Z[ recovery-image] Sep 05 01:13:55.679 INFO O| Sep 05 01:13:55.679 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-09-05T01:13:56.992Z[ recovery-image] Sep 05 01:13:55.692 INFO O| Sep 05 01:13:55.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
70982026-09-05T01:13:56.992Z[ recovery-image] Sep 05 01:13:55.692 INFO O| Sep 05 01:13:55.692 INFO STEP 475 (remove_files) COMPLETE
70992026-09-05T01:13:56.992Z[ recovery-image] Sep 05 01:13:55.692 INFO O| Sep 05 01:13:55.692 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-09-05T01:13:57.002Z[ recovery-image] Sep 05 01:13:55.701 INFO O| Sep 05 01:13:55.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71012026-09-05T01:13:57.002Z[ recovery-image] Sep 05 01:13:55.702 INFO O| Sep 05 01:13:55.701 INFO STEP 476 (remove_files) COMPLETE
71022026-09-05T01:13:57.002Z[ recovery-image] Sep 05 01:13:55.702 INFO O| Sep 05 01:13:55.702 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-09-05T01:13:57.013Z[ recovery-image] Sep 05 01:13:55.713 INFO O| Sep 05 01:13:55.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71042026-09-05T01:13:57.013Z[ recovery-image] Sep 05 01:13:55.713 INFO O| Sep 05 01:13:55.713 INFO STEP 477 (remove_files) COMPLETE
71052026-09-05T01:13:57.013Z[ recovery-image] Sep 05 01:13:55.713 INFO O| Sep 05 01:13:55.713 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-09-05T01:13:57.024Z[ recovery-image] Sep 05 01:13:55.724 INFO O| Sep 05 01:13:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71072026-09-05T01:13:57.024Z[ recovery-image] Sep 05 01:13:55.724 INFO O| Sep 05 01:13:55.724 INFO STEP 478 (remove_files) COMPLETE
71082026-09-05T01:13:57.025Z[ recovery-image] Sep 05 01:13:55.724 INFO O| Sep 05 01:13:55.724 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-09-05T01:13:57.035Z[ recovery-image] Sep 05 01:13:55.735 INFO O| Sep 05 01:13:55.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71102026-09-05T01:13:57.035Z[ recovery-image] Sep 05 01:13:55.735 INFO O| Sep 05 01:13:55.735 INFO STEP 479 (remove_files) COMPLETE
71112026-09-05T01:13:57.039Z[ recovery-image] Sep 05 01:13:55.735 INFO O| Sep 05 01:13:55.735 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-09-05T01:13:57.045Z[ recovery-image] Sep 05 01:13:55.746 INFO O| Sep 05 01:13:55.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71132026-09-05T01:13:57.046Z[ recovery-image] Sep 05 01:13:55.746 INFO O| Sep 05 01:13:55.746 INFO STEP 480 (remove_files) COMPLETE
71142026-09-05T01:13:57.049Z[ recovery-image] Sep 05 01:13:55.746 INFO O| Sep 05 01:13:55.746 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-09-05T01:13:57.057Z[ recovery-image] Sep 05 01:13:55.757 INFO O| Sep 05 01:13:55.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71162026-09-05T01:13:57.057Z[ recovery-image] Sep 05 01:13:55.757 INFO O| Sep 05 01:13:55.757 INFO STEP 481 (remove_files) COMPLETE
71172026-09-05T01:13:57.057Z[ recovery-image] Sep 05 01:13:55.757 INFO O| Sep 05 01:13:55.757 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-09-05T01:13:57.068Z[ recovery-image] Sep 05 01:13:55.768 INFO O| Sep 05 01:13:55.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71192026-09-05T01:13:57.068Z[ recovery-image] Sep 05 01:13:55.768 INFO O| Sep 05 01:13:55.768 INFO STEP 482 (remove_files) COMPLETE
71202026-09-05T01:13:57.068Z[ recovery-image] Sep 05 01:13:55.768 INFO O| Sep 05 01:13:55.768 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-09-05T01:13:57.078Z[ recovery-image] Sep 05 01:13:55.778 INFO O| Sep 05 01:13:55.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71222026-09-05T01:13:57.078Z[ recovery-image] Sep 05 01:13:55.778 INFO O| Sep 05 01:13:55.778 INFO STEP 483 (remove_files) COMPLETE
71232026-09-05T01:13:57.082Z[ recovery-image] Sep 05 01:13:55.778 INFO O| Sep 05 01:13:55.778 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-09-05T01:13:57.087Z[ recovery-image] Sep 05 01:13:55.787 INFO O| Sep 05 01:13:55.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71252026-09-05T01:13:57.087Z[ recovery-image] Sep 05 01:13:55.787 INFO O| Sep 05 01:13:55.787 INFO STEP 484 (remove_files) COMPLETE
71262026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.787 INFO O| Sep 05 01:13:55.787 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.796 INFO O| Sep 05 01:13:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71282026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.796 INFO O| Sep 05 01:13:55.796 INFO STEP 485 (remove_files) COMPLETE
71292026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.796 INFO O| Sep 05 01:13:55.796 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.806 INFO O| Sep 05 01:13:55.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71312026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.806 INFO O| Sep 05 01:13:55.806 INFO STEP 486 (remove_files) COMPLETE
71322026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.806 INFO O| Sep 05 01:13:55.806 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-09-05T01:13:57.134Z[ recovery-image] Sep 05 01:13:55.817 INFO O| Sep 05 01:13:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71342026-09-05T01:13:57.135Z[ recovery-image] Sep 05 01:13:55.817 INFO O| Sep 05 01:13:55.817 INFO STEP 487 (remove_files) COMPLETE
71352026-09-05T01:13:57.135Z[ recovery-image] Sep 05 01:13:55.817 INFO O| Sep 05 01:13:55.817 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-09-05T01:13:57.135Z[ recovery-image] Sep 05 01:13:55.827 INFO O| Sep 05 01:13:55.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71372026-09-05T01:13:57.135Z[ recovery-image] Sep 05 01:13:55.827 INFO O| Sep 05 01:13:55.827 INFO STEP 488 (remove_files) COMPLETE
71382026-09-05T01:13:57.135Z[ recovery-image] Sep 05 01:13:55.827 INFO O| Sep 05 01:13:55.827 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-09-05T01:13:57.139Z[ recovery-image] Sep 05 01:13:55.837 INFO O| Sep 05 01:13:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71402026-09-05T01:13:57.139Z[ recovery-image] Sep 05 01:13:55.837 INFO O| Sep 05 01:13:55.837 INFO STEP 489 (remove_files) COMPLETE
71412026-09-05T01:13:57.139Z[ recovery-image] Sep 05 01:13:55.837 INFO O| Sep 05 01:13:55.837 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-09-05T01:13:57.148Z[ recovery-image] Sep 05 01:13:55.848 INFO O| Sep 05 01:13:55.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71432026-09-05T01:13:57.149Z[ recovery-image] Sep 05 01:13:55.848 INFO O| Sep 05 01:13:55.848 INFO STEP 490 (remove_files) COMPLETE
71442026-09-05T01:13:57.149Z[ recovery-image] Sep 05 01:13:55.848 INFO O| Sep 05 01:13:55.848 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-09-05T01:13:57.160Z[ recovery-image] Sep 05 01:13:55.860 INFO O| Sep 05 01:13:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71462026-09-05T01:13:57.160Z[ recovery-image] Sep 05 01:13:55.860 INFO O| Sep 05 01:13:55.860 INFO STEP 491 (remove_files) COMPLETE
71472026-09-05T01:13:57.164Z[ recovery-image] Sep 05 01:13:55.860 INFO O| Sep 05 01:13:55.860 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-09-05T01:13:57.173Z[ recovery-image] Sep 05 01:13:55.873 INFO O| Sep 05 01:13:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71492026-09-05T01:13:57.173Z[ recovery-image] Sep 05 01:13:55.873 INFO O| Sep 05 01:13:55.871 INFO STEP 492 (remove_files) COMPLETE
71502026-09-05T01:13:57.174Z[ recovery-image] Sep 05 01:13:55.873 INFO O| Sep 05 01:13:55.871 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-09-05T01:13:57.181Z[ recovery-image] Sep 05 01:13:55.881 INFO O| Sep 05 01:13:55.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71522026-09-05T01:13:57.181Z[ recovery-image] Sep 05 01:13:55.881 INFO O| Sep 05 01:13:55.881 INFO STEP 493 (remove_files) COMPLETE
71532026-09-05T01:13:57.181Z[ recovery-image] Sep 05 01:13:55.881 INFO O| Sep 05 01:13:55.881 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-09-05T01:13:57.190Z[ recovery-image] Sep 05 01:13:55.890 INFO O| Sep 05 01:13:55.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71552026-09-05T01:13:57.190Z[ recovery-image] Sep 05 01:13:55.890 INFO O| Sep 05 01:13:55.890 INFO STEP 494 (remove_files) COMPLETE
71562026-09-05T01:13:57.190Z[ recovery-image] Sep 05 01:13:55.890 INFO O| Sep 05 01:13:55.890 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-09-05T01:13:57.198Z[ recovery-image] Sep 05 01:13:55.898 INFO O| Sep 05 01:13:55.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71582026-09-05T01:13:57.198Z[ recovery-image] Sep 05 01:13:55.898 INFO O| Sep 05 01:13:55.898 INFO STEP 495 (remove_files) COMPLETE
71592026-09-05T01:13:57.198Z[ recovery-image] Sep 05 01:13:55.898 INFO O| Sep 05 01:13:55.898 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-09-05T01:13:57.207Z[ recovery-image] Sep 05 01:13:55.907 INFO O| Sep 05 01:13:55.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71612026-09-05T01:13:57.207Z[ recovery-image] Sep 05 01:13:55.907 INFO O| Sep 05 01:13:55.907 INFO STEP 496 (remove_files) COMPLETE
71622026-09-05T01:13:57.207Z[ recovery-image] Sep 05 01:13:55.907 INFO O| Sep 05 01:13:55.907 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-09-05T01:13:57.219Z[ recovery-image] Sep 05 01:13:55.918 INFO O| Sep 05 01:13:55.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71642026-09-05T01:13:57.219Z[ recovery-image] Sep 05 01:13:55.918 INFO O| Sep 05 01:13:55.918 INFO STEP 497 (remove_files) COMPLETE
71652026-09-05T01:13:57.223Z[ recovery-image] Sep 05 01:13:55.918 INFO O| Sep 05 01:13:55.918 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-09-05T01:13:57.227Z[ recovery-image] Sep 05 01:13:55.926 INFO O| Sep 05 01:13:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71672026-09-05T01:13:57.227Z[ recovery-image] Sep 05 01:13:55.926 INFO O| Sep 05 01:13:55.926 INFO STEP 498 (remove_files) COMPLETE
71682026-09-05T01:13:57.227Z[ recovery-image] Sep 05 01:13:55.926 INFO O| Sep 05 01:13:55.926 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-09-05T01:13:57.234Z[ recovery-image] Sep 05 01:13:55.934 INFO O| Sep 05 01:13:55.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71702026-09-05T01:13:57.234Z[ recovery-image] Sep 05 01:13:55.934 INFO O| Sep 05 01:13:55.934 INFO STEP 499 (remove_files) COMPLETE
71712026-09-05T01:13:57.234Z[ recovery-image] Sep 05 01:13:55.934 INFO O| Sep 05 01:13:55.934 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-09-05T01:13:57.242Z[ recovery-image] Sep 05 01:13:55.942 INFO O| Sep 05 01:13:55.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71732026-09-05T01:13:57.242Z[ recovery-image] Sep 05 01:13:55.942 INFO O| Sep 05 01:13:55.942 INFO STEP 500 (remove_files) COMPLETE
71742026-09-05T01:13:57.243Z[ recovery-image] Sep 05 01:13:55.943 INFO O| Sep 05 01:13:55.942 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-09-05T01:13:57.250Z[ recovery-image] Sep 05 01:13:55.950 INFO O| Sep 05 01:13:55.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71762026-09-05T01:13:57.250Z[ recovery-image] Sep 05 01:13:55.950 INFO O| Sep 05 01:13:55.950 INFO STEP 501 (remove_files) COMPLETE
71772026-09-05T01:13:57.250Z[ recovery-image] Sep 05 01:13:55.950 INFO O| Sep 05 01:13:55.950 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-09-05T01:13:57.261Z[ recovery-image] Sep 05 01:13:55.960 INFO O| Sep 05 01:13:55.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71792026-09-05T01:13:57.261Z[ recovery-image] Sep 05 01:13:55.961 INFO O| Sep 05 01:13:55.961 INFO STEP 502 (remove_files) COMPLETE
71802026-09-05T01:13:57.261Z[ recovery-image] Sep 05 01:13:55.961 INFO O| Sep 05 01:13:55.961 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-09-05T01:13:57.273Z[ recovery-image] Sep 05 01:13:55.972 INFO O| Sep 05 01:13:55.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71822026-09-05T01:13:57.273Z[ recovery-image] Sep 05 01:13:55.972 INFO O| Sep 05 01:13:55.972 INFO STEP 503 (remove_files) COMPLETE
71832026-09-05T01:13:57.273Z[ recovery-image] Sep 05 01:13:55.972 INFO O| Sep 05 01:13:55.972 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-09-05T01:13:57.284Z[ recovery-image] Sep 05 01:13:55.984 INFO O| Sep 05 01:13:55.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71852026-09-05T01:13:57.284Z[ recovery-image] Sep 05 01:13:55.984 INFO O| Sep 05 01:13:55.984 INFO STEP 504 (remove_files) COMPLETE
71862026-09-05T01:13:57.284Z[ recovery-image] Sep 05 01:13:55.984 INFO O| Sep 05 01:13:55.984 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-09-05T01:13:57.292Z[ recovery-image] Sep 05 01:13:55.992 INFO O| Sep 05 01:13:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71882026-09-05T01:13:57.292Z[ recovery-image] Sep 05 01:13:55.992 INFO O| Sep 05 01:13:55.992 INFO STEP 505 (remove_files) COMPLETE
71892026-09-05T01:13:57.293Z[ recovery-image] Sep 05 01:13:55.992 INFO O| Sep 05 01:13:55.992 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-09-05T01:13:57.300Z[ recovery-image] Sep 05 01:13:56.000 INFO O| Sep 05 01:13:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71912026-09-05T01:13:57.300Z[ recovery-image] Sep 05 01:13:56.000 INFO O| Sep 05 01:13:56.000 INFO STEP 506 (remove_files) COMPLETE
71922026-09-05T01:13:57.304Z[ recovery-image] Sep 05 01:13:56.000 INFO O| Sep 05 01:13:56.000 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-05T01:13:57.310Z[ recovery-image] Sep 05 01:13:56.011 INFO O| Sep 05 01:13:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
71942026-09-05T01:13:57.310Z[ recovery-image] Sep 05 01:13:56.011 INFO O| Sep 05 01:13:56.011 INFO STEP 507 (remove_files) COMPLETE
71952026-09-05T01:13:57.310Z[ recovery-image] Sep 05 01:13:56.011 INFO O| Sep 05 01:13:56.011 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-05T01:13:57.322Z[ recovery-image] Sep 05 01:13:56.022 INFO O| Sep 05 01:13:56.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
71972026-09-05T01:13:57.322Z[ recovery-image] Sep 05 01:13:56.022 INFO O| Sep 05 01:13:56.022 INFO STEP 508 (remove_files) COMPLETE
71982026-09-05T01:13:57.323Z[ recovery-image] Sep 05 01:13:56.022 INFO O| Sep 05 01:13:56.022 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-05T01:13:57.333Z[ recovery-image] Sep 05 01:13:56.033 INFO O| Sep 05 01:13:56.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72002026-09-05T01:13:57.333Z[ recovery-image] Sep 05 01:13:56.033 INFO O| Sep 05 01:13:56.033 INFO STEP 509 (remove_files) COMPLETE
72012026-09-05T01:13:57.333Z[ recovery-image] Sep 05 01:13:56.033 INFO O| Sep 05 01:13:56.033 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-05T01:13:57.344Z[ recovery-image] Sep 05 01:13:56.044 INFO O| Sep 05 01:13:56.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72032026-09-05T01:13:57.344Z[ recovery-image] Sep 05 01:13:56.044 INFO O| Sep 05 01:13:56.044 INFO STEP 510 (remove_files) COMPLETE
72042026-09-05T01:13:57.344Z[ recovery-image] Sep 05 01:13:56.044 INFO O| Sep 05 01:13:56.044 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-05T01:13:57.355Z[ recovery-image] Sep 05 01:13:56.055 INFO O| Sep 05 01:13:56.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72062026-09-05T01:13:57.355Z[ recovery-image] Sep 05 01:13:56.055 INFO O| Sep 05 01:13:56.055 INFO STEP 511 (remove_files) COMPLETE
72072026-09-05T01:13:57.355Z[ recovery-image] Sep 05 01:13:56.055 INFO O| Sep 05 01:13:56.055 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-05T01:13:57.366Z[ recovery-image] Sep 05 01:13:56.066 INFO O| Sep 05 01:13:56.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72092026-09-05T01:13:57.366Z[ recovery-image] Sep 05 01:13:56.066 INFO O| Sep 05 01:13:56.066 INFO STEP 512 (remove_files) COMPLETE
72102026-09-05T01:13:57.370Z[ recovery-image] Sep 05 01:13:56.066 INFO O| Sep 05 01:13:56.066 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-05T01:13:57.376Z[ recovery-image] Sep 05 01:13:56.076 INFO O| Sep 05 01:13:56.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72122026-09-05T01:13:57.379Z[ recovery-image] Sep 05 01:13:56.076 INFO O| Sep 05 01:13:56.076 INFO STEP 513 (remove_files) COMPLETE
72132026-09-05T01:13:57.379Z[ recovery-image] Sep 05 01:13:56.076 INFO O| Sep 05 01:13:56.076 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-05T01:13:57.387Z[ recovery-image] Sep 05 01:13:56.087 INFO O| Sep 05 01:13:56.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72152026-09-05T01:13:57.387Z[ recovery-image] Sep 05 01:13:56.087 INFO O| Sep 05 01:13:56.087 INFO STEP 514 (remove_files) COMPLETE
72162026-09-05T01:13:57.387Z[ recovery-image] Sep 05 01:13:56.087 INFO O| Sep 05 01:13:56.087 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-05T01:13:57.399Z[ recovery-image] Sep 05 01:13:56.098 INFO O| Sep 05 01:13:56.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72182026-09-05T01:13:57.399Z[ recovery-image] Sep 05 01:13:56.098 INFO O| Sep 05 01:13:56.098 INFO STEP 515 (remove_files) COMPLETE
72192026-09-05T01:13:57.399Z[ recovery-image] Sep 05 01:13:56.098 INFO O| Sep 05 01:13:56.098 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-05T01:13:57.408Z[ recovery-image] Sep 05 01:13:56.108 INFO O| Sep 05 01:13:56.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72212026-09-05T01:13:57.412Z[ recovery-image] Sep 05 01:13:56.109 INFO O| Sep 05 01:13:56.109 INFO STEP 516 (remove_files) COMPLETE
72222026-09-05T01:13:57.412Z[ recovery-image] Sep 05 01:13:56.109 INFO O| Sep 05 01:13:56.109 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-05T01:13:57.420Z[ recovery-image] Sep 05 01:13:56.120 INFO O| Sep 05 01:13:56.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72242026-09-05T01:13:57.420Z[ recovery-image] Sep 05 01:13:56.120 INFO O| Sep 05 01:13:56.120 INFO STEP 517 (remove_files) COMPLETE
72252026-09-05T01:13:57.421Z[ recovery-image] Sep 05 01:13:56.120 INFO O| Sep 05 01:13:56.120 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-05T01:13:57.432Z[ recovery-image] Sep 05 01:13:56.131 INFO O| Sep 05 01:13:56.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72272026-09-05T01:13:57.432Z[ recovery-image] Sep 05 01:13:56.131 INFO O| Sep 05 01:13:56.131 INFO STEP 518 (remove_files) COMPLETE
72282026-09-05T01:13:57.432Z[ recovery-image] Sep 05 01:13:56.131 INFO O| Sep 05 01:13:56.131 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-05T01:13:57.441Z[ recovery-image] Sep 05 01:13:56.141 INFO O| Sep 05 01:13:56.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72302026-09-05T01:13:57.442Z[ recovery-image] Sep 05 01:13:56.141 INFO O| Sep 05 01:13:56.141 INFO STEP 519 (remove_files) COMPLETE
72312026-09-05T01:13:57.446Z[ recovery-image] Sep 05 01:13:56.141 INFO O| Sep 05 01:13:56.141 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-05T01:13:57.450Z[ recovery-image] Sep 05 01:13:56.150 INFO O| Sep 05 01:13:56.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72332026-09-05T01:13:57.454Z[ recovery-image] Sep 05 01:13:56.150 INFO O| Sep 05 01:13:56.150 INFO STEP 520 (remove_files) COMPLETE
72342026-09-05T01:13:57.454Z[ recovery-image] Sep 05 01:13:56.150 INFO O| Sep 05 01:13:56.150 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-05T01:13:57.458Z[ recovery-image] Sep 05 01:13:56.158 INFO O| Sep 05 01:13:56.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72362026-09-05T01:13:57.462Z[ recovery-image] Sep 05 01:13:56.158 INFO O| Sep 05 01:13:56.158 INFO STEP 521 (remove_files) COMPLETE
72372026-09-05T01:13:57.462Z[ recovery-image] Sep 05 01:13:56.158 INFO O| Sep 05 01:13:56.158 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-05T01:13:57.467Z[ recovery-image] Sep 05 01:13:56.167 INFO O| Sep 05 01:13:56.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72392026-09-05T01:13:57.468Z[ recovery-image] Sep 05 01:13:56.168 INFO O| Sep 05 01:13:56.168 INFO STEP 522 (remove_files) COMPLETE
72402026-09-05T01:13:57.472Z[ recovery-image] Sep 05 01:13:56.168 INFO O| Sep 05 01:13:56.168 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-05T01:13:57.476Z[ recovery-image] Sep 05 01:13:56.176 INFO O| Sep 05 01:13:56.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72422026-09-05T01:13:57.476Z[ recovery-image] Sep 05 01:13:56.176 INFO O| Sep 05 01:13:56.176 INFO STEP 523 (remove_files) COMPLETE
72432026-09-05T01:13:57.476Z[ recovery-image] Sep 05 01:13:56.176 INFO O| Sep 05 01:13:56.176 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-05T01:13:57.485Z[ recovery-image] Sep 05 01:13:56.185 INFO O| Sep 05 01:13:56.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72452026-09-05T01:13:57.485Z[ recovery-image] Sep 05 01:13:56.185 INFO O| Sep 05 01:13:56.185 INFO STEP 524 (remove_files) COMPLETE
72462026-09-05T01:13:57.485Z[ recovery-image] Sep 05 01:13:56.185 INFO O| Sep 05 01:13:56.185 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-05T01:13:57.493Z[ recovery-image] Sep 05 01:13:56.193 INFO O| Sep 05 01:13:56.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72482026-09-05T01:13:57.493Z[ recovery-image] Sep 05 01:13:56.193 INFO O| Sep 05 01:13:56.193 INFO STEP 525 (remove_files) COMPLETE
72492026-09-05T01:13:57.493Z[ recovery-image] Sep 05 01:13:56.193 INFO O| Sep 05 01:13:56.193 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-05T01:13:57.502Z[ recovery-image] Sep 05 01:13:56.201 INFO O| Sep 05 01:13:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72512026-09-05T01:13:57.502Z[ recovery-image] Sep 05 01:13:56.202 INFO O| Sep 05 01:13:56.201 INFO STEP 526 (remove_files) COMPLETE
72522026-09-05T01:13:57.502Z[ recovery-image] Sep 05 01:13:56.202 INFO O| Sep 05 01:13:56.201 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-09-05T01:13:57.512Z[ recovery-image] Sep 05 01:13:56.212 INFO O| Sep 05 01:13:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72542026-09-05T01:13:57.512Z[ recovery-image] Sep 05 01:13:56.212 INFO O| Sep 05 01:13:56.212 INFO STEP 527 (remove_files) COMPLETE
72552026-09-05T01:13:57.512Z[ recovery-image] Sep 05 01:13:56.212 INFO O| Sep 05 01:13:56.212 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-09-05T01:13:57.521Z[ recovery-image] Sep 05 01:13:56.221 INFO O| Sep 05 01:13:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72572026-09-05T01:13:57.521Z[ recovery-image] Sep 05 01:13:56.221 INFO O| Sep 05 01:13:56.221 INFO STEP 528 (remove_files) COMPLETE
72582026-09-05T01:13:57.521Z[ recovery-image] Sep 05 01:13:56.221 INFO O| Sep 05 01:13:56.221 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-09-05T01:13:57.530Z[ recovery-image] Sep 05 01:13:56.230 INFO O| Sep 05 01:13:56.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72602026-09-05T01:13:57.531Z[ recovery-image] Sep 05 01:13:56.230 INFO O| Sep 05 01:13:56.230 INFO STEP 529 (remove_files) COMPLETE
72612026-09-05T01:13:57.531Z[ recovery-image] Sep 05 01:13:56.230 INFO O| Sep 05 01:13:56.230 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-09-05T01:13:57.539Z[ recovery-image] Sep 05 01:13:56.239 INFO O| Sep 05 01:13:56.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72632026-09-05T01:13:57.543Z[ recovery-image] Sep 05 01:13:56.240 INFO O| Sep 05 01:13:56.240 INFO STEP 530 (remove_files) COMPLETE
72642026-09-05T01:13:57.543Z[ recovery-image] Sep 05 01:13:56.240 INFO O| Sep 05 01:13:56.240 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-09-05T01:13:57.549Z[ recovery-image] Sep 05 01:13:56.249 INFO O| Sep 05 01:13:56.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72662026-09-05T01:13:57.549Z[ recovery-image] Sep 05 01:13:56.249 INFO O| Sep 05 01:13:56.249 INFO STEP 531 (remove_files) COMPLETE
72672026-09-05T01:13:57.553Z[ recovery-image] Sep 05 01:13:56.249 INFO O| Sep 05 01:13:56.249 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-09-05T01:13:57.557Z[ recovery-image] Sep 05 01:13:56.257 INFO O| Sep 05 01:13:56.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72692026-09-05T01:13:57.557Z[ recovery-image] Sep 05 01:13:56.257 INFO O| Sep 05 01:13:56.257 INFO STEP 532 (remove_files) COMPLETE
72702026-09-05T01:13:57.561Z[ recovery-image] Sep 05 01:13:56.257 INFO O| Sep 05 01:13:56.257 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-09-05T01:13:57.564Z[ recovery-image] Sep 05 01:13:56.264 INFO O| Sep 05 01:13:56.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72722026-09-05T01:13:57.565Z[ recovery-image] Sep 05 01:13:56.264 INFO O| Sep 05 01:13:56.264 INFO STEP 533 (remove_files) COMPLETE
72732026-09-05T01:13:57.565Z[ recovery-image] Sep 05 01:13:56.264 INFO O| Sep 05 01:13:56.264 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-09-05T01:13:57.574Z[ recovery-image] Sep 05 01:13:56.274 INFO O| Sep 05 01:13:56.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72752026-09-05T01:13:57.574Z[ recovery-image] Sep 05 01:13:56.274 INFO O| Sep 05 01:13:56.274 INFO STEP 534 (remove_files) COMPLETE
72762026-09-05T01:13:57.574Z[ recovery-image] Sep 05 01:13:56.274 INFO O| Sep 05 01:13:56.274 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-09-05T01:13:57.585Z[ recovery-image] Sep 05 01:13:56.283 INFO O| Sep 05 01:13:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72782026-09-05T01:13:57.585Z[ recovery-image] Sep 05 01:13:56.284 INFO O| Sep 05 01:13:56.284 INFO STEP 535 (remove_files) COMPLETE
72792026-09-05T01:13:57.585Z[ recovery-image] Sep 05 01:13:56.284 INFO O| Sep 05 01:13:56.284 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-09-05T01:13:57.593Z[ recovery-image] Sep 05 01:13:56.293 INFO O| Sep 05 01:13:56.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72812026-09-05T01:13:57.593Z[ recovery-image] Sep 05 01:13:56.293 INFO O| Sep 05 01:13:56.293 INFO STEP 536 (remove_files) COMPLETE
72822026-09-05T01:13:57.593Z[ recovery-image] Sep 05 01:13:56.293 INFO O| Sep 05 01:13:56.293 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-09-05T01:13:57.603Z[ recovery-image] Sep 05 01:13:56.303 INFO O| Sep 05 01:13:56.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72842026-09-05T01:13:57.603Z[ recovery-image] Sep 05 01:13:56.303 INFO O| Sep 05 01:13:56.303 INFO STEP 537 (remove_files) COMPLETE
72852026-09-05T01:13:57.607Z[ recovery-image] Sep 05 01:13:56.303 INFO O| Sep 05 01:13:56.303 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-09-05T01:13:57.614Z[ recovery-image] Sep 05 01:13:56.314 INFO O| Sep 05 01:13:56.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72872026-09-05T01:13:57.614Z[ recovery-image] Sep 05 01:13:56.314 INFO O| Sep 05 01:13:56.314 INFO STEP 538 (remove_files) COMPLETE
72882026-09-05T01:13:57.618Z[ recovery-image] Sep 05 01:13:56.314 INFO O| Sep 05 01:13:56.314 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-09-05T01:13:57.624Z[ recovery-image] Sep 05 01:13:56.324 INFO O| Sep 05 01:13:56.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72902026-09-05T01:13:57.624Z[ recovery-image] Sep 05 01:13:56.324 INFO O| Sep 05 01:13:56.324 INFO STEP 539 (remove_files) COMPLETE
72912026-09-05T01:13:57.624Z[ recovery-image] Sep 05 01:13:56.324 INFO O| Sep 05 01:13:56.324 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-09-05T01:13:57.636Z[ recovery-image] Sep 05 01:13:56.335 INFO O| Sep 05 01:13:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
72932026-09-05T01:13:57.636Z[ recovery-image] Sep 05 01:13:56.335 INFO O| Sep 05 01:13:56.335 INFO STEP 540 (remove_files) COMPLETE
72942026-09-05T01:13:57.640Z[ recovery-image] Sep 05 01:13:56.335 INFO O| Sep 05 01:13:56.335 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-09-05T01:13:57.647Z[ recovery-image] Sep 05 01:13:56.346 INFO O| Sep 05 01:13:56.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
72962026-09-05T01:13:57.647Z[ recovery-image] Sep 05 01:13:56.346 INFO O| Sep 05 01:13:56.346 INFO STEP 541 (remove_files) COMPLETE
72972026-09-05T01:13:57.647Z[ recovery-image] Sep 05 01:13:56.346 INFO O| Sep 05 01:13:56.346 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-09-05T01:13:57.656Z[ recovery-image] Sep 05 01:13:56.356 INFO O| Sep 05 01:13:56.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
72992026-09-05T01:13:57.656Z[ recovery-image] Sep 05 01:13:56.356 INFO O| Sep 05 01:13:56.356 INFO STEP 542 (remove_files) COMPLETE
73002026-09-05T01:13:57.660Z[ recovery-image] Sep 05 01:13:56.356 INFO O| Sep 05 01:13:56.356 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-09-05T01:13:57.667Z[ recovery-image] Sep 05 01:13:56.367 INFO O| Sep 05 01:13:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73022026-09-05T01:13:57.667Z[ recovery-image] Sep 05 01:13:56.367 INFO O| Sep 05 01:13:56.367 INFO STEP 543 (remove_files) COMPLETE
73032026-09-05T01:13:57.668Z[ recovery-image] Sep 05 01:13:56.367 INFO O| Sep 05 01:13:56.367 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-09-05T01:13:57.678Z[ recovery-image] Sep 05 01:13:56.378 INFO O| Sep 05 01:13:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73052026-09-05T01:13:57.679Z[ recovery-image] Sep 05 01:13:56.379 INFO O| Sep 05 01:13:56.378 INFO STEP 544 (remove_files) COMPLETE
73062026-09-05T01:13:57.679Z[ recovery-image] Sep 05 01:13:56.379 INFO O| Sep 05 01:13:56.379 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-09-05T01:13:57.690Z[ recovery-image] Sep 05 01:13:56.390 INFO O| Sep 05 01:13:56.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73082026-09-05T01:13:57.690Z[ recovery-image] Sep 05 01:13:56.390 INFO O| Sep 05 01:13:56.390 INFO STEP 545 (remove_files) COMPLETE
73092026-09-05T01:13:57.690Z[ recovery-image] Sep 05 01:13:56.390 INFO O| Sep 05 01:13:56.390 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-09-05T01:13:57.700Z[ recovery-image] Sep 05 01:13:56.400 INFO O| Sep 05 01:13:56.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73112026-09-05T01:13:57.700Z[ recovery-image] Sep 05 01:13:56.400 INFO O| Sep 05 01:13:56.400 INFO STEP 546 (remove_files) COMPLETE
73122026-09-05T01:13:57.700Z[ recovery-image] Sep 05 01:13:56.400 INFO O| Sep 05 01:13:56.400 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-09-05T01:13:57.711Z[ recovery-image] Sep 05 01:13:56.411 INFO O| Sep 05 01:13:56.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73142026-09-05T01:13:57.711Z[ recovery-image] Sep 05 01:13:56.411 INFO O| Sep 05 01:13:56.411 INFO STEP 547 (remove_files) COMPLETE
73152026-09-05T01:13:57.711Z[ recovery-image] Sep 05 01:13:56.411 INFO O| Sep 05 01:13:56.411 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-09-05T01:13:57.721Z[ recovery-image] Sep 05 01:13:56.421 INFO O| Sep 05 01:13:56.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73172026-09-05T01:13:57.721Z[ recovery-image] Sep 05 01:13:56.422 INFO O| Sep 05 01:13:56.421 INFO STEP 548 (remove_files) COMPLETE
73182026-09-05T01:13:57.721Z[ recovery-image] Sep 05 01:13:56.422 INFO O| Sep 05 01:13:56.422 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-09-05T01:13:57.733Z[ recovery-image] Sep 05 01:13:56.433 INFO O| Sep 05 01:13:56.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73202026-09-05T01:13:57.734Z[ recovery-image] Sep 05 01:13:56.433 INFO O| Sep 05 01:13:56.433 INFO STEP 549 (remove_files) COMPLETE
73212026-09-05T01:13:57.737Z[ recovery-image] Sep 05 01:13:56.433 INFO O| Sep 05 01:13:56.433 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-09-05T01:13:57.743Z[ recovery-image] Sep 05 01:13:56.443 INFO O| Sep 05 01:13:56.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73232026-09-05T01:13:57.743Z[ recovery-image] Sep 05 01:13:56.443 INFO O| Sep 05 01:13:56.443 INFO STEP 550 (remove_files) COMPLETE
73242026-09-05T01:13:57.744Z[ recovery-image] Sep 05 01:13:56.443 INFO O| Sep 05 01:13:56.443 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-09-05T01:13:57.753Z[ recovery-image] Sep 05 01:13:56.453 INFO O| Sep 05 01:13:56.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73262026-09-05T01:13:57.753Z[ recovery-image] Sep 05 01:13:56.453 INFO O| Sep 05 01:13:56.453 INFO STEP 551 (remove_files) COMPLETE
73272026-09-05T01:13:57.757Z[ recovery-image] Sep 05 01:13:56.453 INFO O| Sep 05 01:13:56.453 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-09-05T01:13:57.764Z[ recovery-image] Sep 05 01:13:56.464 INFO O| Sep 05 01:13:56.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73292026-09-05T01:13:57.768Z[ recovery-image] Sep 05 01:13:56.464 INFO O| Sep 05 01:13:56.464 INFO STEP 552 (remove_files) COMPLETE
73302026-09-05T01:13:57.768Z[ recovery-image] Sep 05 01:13:56.464 INFO O| Sep 05 01:13:56.464 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-09-05T01:13:57.773Z[ recovery-image] Sep 05 01:13:56.473 INFO O| Sep 05 01:13:56.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73322026-09-05T01:13:57.773Z[ recovery-image] Sep 05 01:13:56.473 INFO O| Sep 05 01:13:56.473 INFO STEP 553 (remove_files) COMPLETE
73332026-09-05T01:13:57.777Z[ recovery-image] Sep 05 01:13:56.473 INFO O| Sep 05 01:13:56.473 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-09-05T01:13:57.782Z[ recovery-image] Sep 05 01:13:56.482 INFO O| Sep 05 01:13:56.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73352026-09-05T01:13:57.782Z[ recovery-image] Sep 05 01:13:56.482 INFO O| Sep 05 01:13:56.482 INFO STEP 554 (remove_files) COMPLETE
73362026-09-05T01:13:57.785Z[ recovery-image] Sep 05 01:13:56.482 INFO O| Sep 05 01:13:56.482 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-09-05T01:13:57.790Z[ recovery-image] Sep 05 01:13:56.490 INFO O| Sep 05 01:13:56.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73382026-09-05T01:13:57.790Z[ recovery-image] Sep 05 01:13:56.490 INFO O| Sep 05 01:13:56.490 INFO STEP 555 (remove_files) COMPLETE
73392026-09-05T01:13:57.794Z[ recovery-image] Sep 05 01:13:56.490 INFO O| Sep 05 01:13:56.490 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-09-05T01:13:57.798Z[ recovery-image] Sep 05 01:13:56.499 INFO O| Sep 05 01:13:56.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73412026-09-05T01:13:57.798Z[ recovery-image] Sep 05 01:13:56.499 INFO O| Sep 05 01:13:56.499 INFO STEP 556 (remove_files) COMPLETE
73422026-09-05T01:13:57.803Z[ recovery-image] Sep 05 01:13:56.499 INFO O| Sep 05 01:13:56.499 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-09-05T01:13:57.807Z[ recovery-image] Sep 05 01:13:56.507 INFO O| Sep 05 01:13:56.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73442026-09-05T01:13:57.810Z[ recovery-image] Sep 05 01:13:56.507 INFO O| Sep 05 01:13:56.507 INFO STEP 557 (remove_files) COMPLETE
73452026-09-05T01:13:57.810Z[ recovery-image] Sep 05 01:13:56.507 INFO O| Sep 05 01:13:56.507 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-09-05T01:13:57.815Z[ recovery-image] Sep 05 01:13:56.516 INFO O| Sep 05 01:13:56.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73472026-09-05T01:13:57.815Z[ recovery-image] Sep 05 01:13:56.516 INFO O| Sep 05 01:13:56.516 INFO STEP 558 (remove_files) COMPLETE
73482026-09-05T01:13:57.815Z[ recovery-image] Sep 05 01:13:56.516 INFO O| Sep 05 01:13:56.516 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-09-05T01:13:57.824Z[ recovery-image] Sep 05 01:13:56.524 INFO O| Sep 05 01:13:56.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73502026-09-05T01:13:57.824Z[ recovery-image] Sep 05 01:13:56.524 INFO O| Sep 05 01:13:56.524 INFO STEP 559 (remove_files) COMPLETE
73512026-09-05T01:13:57.828Z[ recovery-image] Sep 05 01:13:56.524 INFO O| Sep 05 01:13:56.524 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-09-05T01:13:57.831Z[ recovery-image] Sep 05 01:13:56.531 INFO O| Sep 05 01:13:56.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73532026-09-05T01:13:57.832Z[ recovery-image] Sep 05 01:13:56.531 INFO O| Sep 05 01:13:56.531 INFO STEP 560 (remove_files) COMPLETE
73542026-09-05T01:13:57.832Z[ recovery-image] Sep 05 01:13:56.531 INFO O| Sep 05 01:13:56.531 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-09-05T01:13:57.837Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73562026-09-05T01:13:57.841Z[ recovery-image] Sep 05 01:13:56.539 INFO O| Sep 05 01:13:56.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73572026-09-05T01:13:57.841Z[ recovery-image] Sep 05 01:13:56.539 INFO O| Sep 05 01:13:56.539 INFO STEP 561 (remove_files) COMPLETE
73582026-09-05T01:13:57.841Z[ recovery-image] Sep 05 01:13:56.539 INFO O| Sep 05 01:13:56.539 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-05T01:13:57.847Z[ recovery-image] Sep 05 01:13:56.547 INFO O| Sep 05 01:13:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73602026-09-05T01:13:57.847Z[ recovery-image] Sep 05 01:13:56.547 INFO O| Sep 05 01:13:56.547 INFO STEP 562 (remove_files) COMPLETE
73612026-09-05T01:13:57.847Z[ recovery-image] Sep 05 01:13:56.547 INFO O| Sep 05 01:13:56.547 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-05T01:13:57.863Z[ recovery-image] Sep 05 01:13:56.559 INFO O| Sep 05 01:13:56.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73632026-09-05T01:13:57.863Z[ recovery-image] Sep 05 01:13:56.560 INFO O| Sep 05 01:13:56.560 INFO STEP 563 (remove_files) COMPLETE
73642026-09-05T01:13:57.863Z[ recovery-image] Sep 05 01:13:56.560 INFO O| Sep 05 01:13:56.560 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-05T01:13:57.872Z[ recovery-image] Sep 05 01:13:56.571 INFO O| Sep 05 01:13:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73662026-09-05T01:13:57.872Z[ recovery-image] Sep 05 01:13:56.571 INFO O| Sep 05 01:13:56.569 INFO STEP 564 (remove_files) COMPLETE
73672026-09-05T01:13:57.872Z[ recovery-image] Sep 05 01:13:56.571 INFO O| Sep 05 01:13:56.569 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-05T01:13:57.880Z[ recovery-image] Sep 05 01:13:56.580 INFO O| Sep 05 01:13:56.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73692026-09-05T01:13:57.880Z[ recovery-image] Sep 05 01:13:56.580 INFO O| Sep 05 01:13:56.580 INFO STEP 565 (remove_files) COMPLETE
73702026-09-05T01:13:57.884Z[ recovery-image] Sep 05 01:13:56.580 INFO O| Sep 05 01:13:56.580 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-05T01:13:57.890Z[ recovery-image] Sep 05 01:13:56.590 INFO O| Sep 05 01:13:56.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73722026-09-05T01:13:57.890Z[ recovery-image] Sep 05 01:13:56.590 INFO O| Sep 05 01:13:56.590 INFO STEP 566 (remove_files) COMPLETE
73732026-09-05T01:13:57.894Z[ recovery-image] Sep 05 01:13:56.590 INFO O| Sep 05 01:13:56.590 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-05T01:13:57.897Z[ recovery-image] Sep 05 01:13:56.598 INFO O| Sep 05 01:13:56.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73752026-09-05T01:13:57.897Z[ recovery-image] Sep 05 01:13:56.598 INFO O| Sep 05 01:13:56.598 INFO STEP 567 (remove_files) COMPLETE
73762026-09-05T01:13:57.898Z[ recovery-image] Sep 05 01:13:56.598 INFO O| Sep 05 01:13:56.598 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-05T01:13:57.905Z[ recovery-image] Sep 05 01:13:56.605 INFO O| Sep 05 01:13:56.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73782026-09-05T01:13:57.905Z[ recovery-image] Sep 05 01:13:56.605 INFO O| Sep 05 01:13:56.605 INFO STEP 568 (remove_files) COMPLETE
73792026-09-05T01:13:57.905Z[ recovery-image] Sep 05 01:13:56.605 INFO O| Sep 05 01:13:56.605 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-05T01:13:57.913Z[ recovery-image] Sep 05 01:13:56.614 INFO O| Sep 05 01:13:56.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73812026-09-05T01:13:57.914Z[ recovery-image] Sep 05 01:13:56.614 INFO O| Sep 05 01:13:56.614 INFO STEP 569 (remove_files) COMPLETE
73822026-09-05T01:13:57.914Z[ recovery-image] Sep 05 01:13:56.614 INFO O| Sep 05 01:13:56.614 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-05T01:13:57.925Z[ recovery-image] Sep 05 01:13:56.625 INFO O| Sep 05 01:13:56.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73842026-09-05T01:13:57.925Z[ recovery-image] Sep 05 01:13:56.625 INFO O| Sep 05 01:13:56.625 INFO STEP 570 (remove_files) COMPLETE
73852026-09-05T01:13:57.925Z[ recovery-image] Sep 05 01:13:56.625 INFO O| Sep 05 01:13:56.625 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-05T01:13:57.935Z[ recovery-image] Sep 05 01:13:56.635 INFO O| Sep 05 01:13:56.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73872026-09-05T01:13:57.935Z[ recovery-image] Sep 05 01:13:56.635 INFO O| Sep 05 01:13:56.635 INFO STEP 571 (remove_files) COMPLETE
73882026-09-05T01:13:57.939Z[ recovery-image] Sep 05 01:13:56.635 INFO O| Sep 05 01:13:56.635 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-05T01:13:57.944Z[ recovery-image] Sep 05 01:13:56.644 INFO O| Sep 05 01:13:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73902026-09-05T01:13:57.944Z[ recovery-image] Sep 05 01:13:56.644 INFO O| Sep 05 01:13:56.644 INFO STEP 572 (remove_files) COMPLETE
73912026-09-05T01:13:57.944Z[ recovery-image] Sep 05 01:13:56.644 INFO O| Sep 05 01:13:56.644 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-05T01:13:57.953Z[ recovery-image] Sep 05 01:13:56.653 INFO O| Sep 05 01:13:56.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
73932026-09-05T01:13:57.953Z[ recovery-image] Sep 05 01:13:56.653 INFO O| Sep 05 01:13:56.653 INFO STEP 573 (remove_files) COMPLETE
73942026-09-05T01:13:57.953Z[ recovery-image] Sep 05 01:13:56.653 INFO O| Sep 05 01:13:56.653 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-05T01:13:57.963Z[ recovery-image] Sep 05 01:13:56.663 INFO O| Sep 05 01:13:56.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
73962026-09-05T01:13:57.963Z[ recovery-image] Sep 05 01:13:56.663 INFO O| Sep 05 01:13:56.663 INFO STEP 574 (remove_files) COMPLETE
73972026-09-05T01:13:57.963Z[ recovery-image] Sep 05 01:13:56.663 INFO O| Sep 05 01:13:56.663 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-09-05T01:13:57.973Z[ recovery-image] Sep 05 01:13:56.674 INFO O| Sep 05 01:13:56.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
73992026-09-05T01:13:57.974Z[ recovery-image] Sep 05 01:13:56.674 INFO O| Sep 05 01:13:56.674 INFO STEP 575 (remove_files) COMPLETE
74002026-09-05T01:13:57.974Z[ recovery-image] Sep 05 01:13:56.674 INFO O| Sep 05 01:13:56.674 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-09-05T01:13:57.984Z[ recovery-image] Sep 05 01:13:56.684 INFO O| Sep 05 01:13:56.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74022026-09-05T01:13:57.984Z[ recovery-image] Sep 05 01:13:56.684 INFO O| Sep 05 01:13:56.684 INFO STEP 576 (remove_files) COMPLETE
74032026-09-05T01:13:57.984Z[ recovery-image] Sep 05 01:13:56.684 INFO O| Sep 05 01:13:56.684 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-09-05T01:13:57.993Z[ recovery-image] Sep 05 01:13:56.693 INFO O| Sep 05 01:13:56.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74052026-09-05T01:13:57.993Z[ recovery-image] Sep 05 01:13:56.693 INFO O| Sep 05 01:13:56.693 INFO STEP 577 (remove_files) COMPLETE
74062026-09-05T01:13:57.993Z[ recovery-image] Sep 05 01:13:56.693 INFO O| Sep 05 01:13:56.693 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-09-05T01:13:58.002Z[ recovery-image] Sep 05 01:13:56.702 INFO O| Sep 05 01:13:56.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74082026-09-05T01:13:58.002Z[ recovery-image] Sep 05 01:13:56.702 INFO O| Sep 05 01:13:56.702 INFO STEP 578 (remove_files) COMPLETE
74092026-09-05T01:13:58.002Z[ recovery-image] Sep 05 01:13:56.702 INFO O| Sep 05 01:13:56.702 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-09-05T01:13:58.013Z[ recovery-image] Sep 05 01:13:56.712 INFO O| Sep 05 01:13:56.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74112026-09-05T01:13:58.013Z[ recovery-image] Sep 05 01:13:56.712 INFO O| Sep 05 01:13:56.712 INFO STEP 579 (remove_files) COMPLETE
74122026-09-05T01:13:58.013Z[ recovery-image] Sep 05 01:13:56.712 INFO O| Sep 05 01:13:56.712 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-09-05T01:13:58.023Z[ recovery-image] Sep 05 01:13:56.722 INFO O| Sep 05 01:13:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74142026-09-05T01:13:58.023Z[ recovery-image] Sep 05 01:13:56.722 INFO O| Sep 05 01:13:56.722 INFO STEP 580 (remove_files) COMPLETE
74152026-09-05T01:13:58.023Z[ recovery-image] Sep 05 01:13:56.722 INFO O| Sep 05 01:13:56.722 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-09-05T01:13:58.033Z[ recovery-image] Sep 05 01:13:56.733 INFO O| Sep 05 01:13:56.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74172026-09-05T01:13:58.034Z[ recovery-image] Sep 05 01:13:56.733 INFO O| Sep 05 01:13:56.733 INFO STEP 581 (remove_files) COMPLETE
74182026-09-05T01:13:58.037Z[ recovery-image] Sep 05 01:13:56.733 INFO O| Sep 05 01:13:56.733 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-09-05T01:13:58.044Z[ recovery-image] Sep 05 01:13:56.744 INFO O| Sep 05 01:13:56.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74202026-09-05T01:13:58.044Z[ recovery-image] Sep 05 01:13:56.744 INFO O| Sep 05 01:13:56.744 INFO STEP 582 (remove_files) COMPLETE
74212026-09-05T01:13:58.047Z[ recovery-image] Sep 05 01:13:56.744 INFO O| Sep 05 01:13:56.744 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-09-05T01:13:58.055Z[ recovery-image] Sep 05 01:13:56.755 INFO O| Sep 05 01:13:56.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74232026-09-05T01:13:58.055Z[ recovery-image] Sep 05 01:13:56.755 INFO O| Sep 05 01:13:56.755 INFO STEP 583 (remove_files) COMPLETE
74242026-09-05T01:13:58.055Z[ recovery-image] Sep 05 01:13:56.755 INFO O| Sep 05 01:13:56.755 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-09-05T01:13:58.064Z[ recovery-image] Sep 05 01:13:56.765 INFO O| Sep 05 01:13:56.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74262026-09-05T01:13:58.065Z[ recovery-image] Sep 05 01:13:56.765 INFO O| Sep 05 01:13:56.765 INFO STEP 584 (remove_files) COMPLETE
74272026-09-05T01:13:58.065Z[ recovery-image] Sep 05 01:13:56.765 INFO O| Sep 05 01:13:56.765 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-09-05T01:13:58.078Z[ recovery-image] Sep 05 01:13:56.778 INFO O| Sep 05 01:13:56.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74292026-09-05T01:13:58.078Z[ recovery-image] Sep 05 01:13:56.778 INFO O| Sep 05 01:13:56.778 INFO STEP 585 (remove_files) COMPLETE
74302026-09-05T01:13:58.078Z[ recovery-image] Sep 05 01:13:56.778 INFO O| Sep 05 01:13:56.778 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-09-05T01:13:58.087Z[ recovery-image] Sep 05 01:13:56.787 INFO O| Sep 05 01:13:56.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74322026-09-05T01:13:58.087Z[ recovery-image] Sep 05 01:13:56.787 INFO O| Sep 05 01:13:56.787 INFO STEP 586 (remove_files) COMPLETE
74332026-09-05T01:13:58.087Z[ recovery-image] Sep 05 01:13:56.787 INFO O| Sep 05 01:13:56.787 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-09-05T01:13:58.099Z[ recovery-image] Sep 05 01:13:56.798 INFO O| Sep 05 01:13:56.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74352026-09-05T01:13:58.099Z[ recovery-image] Sep 05 01:13:56.798 INFO O| Sep 05 01:13:56.798 INFO STEP 587 (remove_files) COMPLETE
74362026-09-05T01:13:58.103Z[ recovery-image] Sep 05 01:13:56.798 INFO O| Sep 05 01:13:56.798 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-09-05T01:13:58.108Z[ recovery-image] Sep 05 01:13:56.808 INFO O| Sep 05 01:13:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74382026-09-05T01:13:58.108Z[ recovery-image] Sep 05 01:13:56.808 INFO O| Sep 05 01:13:56.808 INFO STEP 588 (remove_files) COMPLETE
74392026-09-05T01:13:58.113Z[ recovery-image] Sep 05 01:13:56.808 INFO O| Sep 05 01:13:56.808 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-09-05T01:13:58.117Z[ recovery-image] Sep 05 01:13:56.817 INFO O| Sep 05 01:13:56.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74412026-09-05T01:13:58.117Z[ recovery-image] Sep 05 01:13:56.817 INFO O| Sep 05 01:13:56.817 INFO STEP 589 (remove_files) COMPLETE
74422026-09-05T01:13:58.117Z[ recovery-image] Sep 05 01:13:56.817 INFO O| Sep 05 01:13:56.817 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-05T01:13:58.129Z[ recovery-image] Sep 05 01:13:56.828 INFO O| Sep 05 01:13:56.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74442026-09-05T01:13:58.132Z[ recovery-image] Sep 05 01:13:56.829 INFO O| Sep 05 01:13:56.829 INFO STEP 590 (remove_files) COMPLETE
74452026-09-05T01:13:58.132Z[ recovery-image] Sep 05 01:13:56.829 INFO O| Sep 05 01:13:56.829 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-05T01:13:58.139Z[ recovery-image] Sep 05 01:13:56.840 INFO O| Sep 05 01:13:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74472026-09-05T01:13:58.139Z[ recovery-image] Sep 05 01:13:56.840 INFO O| Sep 05 01:13:56.840 INFO STEP 591 (remove_files) COMPLETE
74482026-09-05T01:13:58.139Z[ recovery-image] Sep 05 01:13:56.840 INFO O| Sep 05 01:13:56.840 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-05T01:13:58.151Z[ recovery-image] Sep 05 01:13:56.851 INFO O| Sep 05 01:13:56.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74502026-09-05T01:13:58.155Z[ recovery-image] Sep 05 01:13:56.852 INFO O| Sep 05 01:13:56.852 INFO STEP 592 (remove_files) COMPLETE
74512026-09-05T01:13:58.155Z[ recovery-image] Sep 05 01:13:56.852 INFO O| Sep 05 01:13:56.852 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-05T01:13:58.163Z[ recovery-image] Sep 05 01:13:56.863 INFO O| Sep 05 01:13:56.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74532026-09-05T01:13:58.163Z[ recovery-image] Sep 05 01:13:56.863 INFO O| Sep 05 01:13:56.863 INFO STEP 593 (remove_files) COMPLETE
74542026-09-05T01:13:58.163Z[ recovery-image] Sep 05 01:13:56.863 INFO O| Sep 05 01:13:56.863 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-05T01:13:58.173Z[ recovery-image] Sep 05 01:13:56.873 INFO O| Sep 05 01:13:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74562026-09-05T01:13:58.173Z[ recovery-image] Sep 05 01:13:56.873 INFO O| Sep 05 01:13:56.873 INFO STEP 594 (remove_files) COMPLETE
74572026-09-05T01:13:58.174Z[ recovery-image] Sep 05 01:13:56.873 INFO O| Sep 05 01:13:56.873 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-05T01:13:58.183Z[ recovery-image] Sep 05 01:13:56.883 INFO O| Sep 05 01:13:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74592026-09-05T01:13:58.183Z[ recovery-image] Sep 05 01:13:56.883 INFO O| Sep 05 01:13:56.883 INFO STEP 595 (remove_files) COMPLETE
74602026-09-05T01:13:58.183Z[ recovery-image] Sep 05 01:13:56.883 INFO O| Sep 05 01:13:56.883 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-05T01:13:58.192Z[ recovery-image] Sep 05 01:13:56.892 INFO O| Sep 05 01:13:56.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74622026-09-05T01:13:58.192Z[ recovery-image] Sep 05 01:13:56.892 INFO O| Sep 05 01:13:56.892 INFO STEP 596 (remove_files) COMPLETE
74632026-09-05T01:13:58.192Z[ recovery-image] Sep 05 01:13:56.892 INFO O| Sep 05 01:13:56.892 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-05T01:13:58.200Z[ recovery-image] Sep 05 01:13:56.900 INFO O| Sep 05 01:13:56.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74652026-09-05T01:13:58.200Z[ recovery-image] Sep 05 01:13:56.900 INFO O| Sep 05 01:13:56.900 INFO STEP 597 (remove_files) COMPLETE
74662026-09-05T01:13:58.204Z[ recovery-image] Sep 05 01:13:56.900 INFO O| Sep 05 01:13:56.900 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-05T01:13:58.211Z[ recovery-image] Sep 05 01:13:56.911 INFO O| Sep 05 01:13:56.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74682026-09-05T01:13:58.211Z[ recovery-image] Sep 05 01:13:56.911 INFO O| Sep 05 01:13:56.911 INFO STEP 598 (remove_files) COMPLETE
74692026-09-05T01:13:58.211Z[ recovery-image] Sep 05 01:13:56.911 INFO O| Sep 05 01:13:56.911 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-05T01:13:58.220Z[ recovery-image] Sep 05 01:13:56.920 INFO O| Sep 05 01:13:56.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74712026-09-05T01:13:58.220Z[ recovery-image] Sep 05 01:13:56.920 INFO O| Sep 05 01:13:56.920 INFO STEP 599 (remove_files) COMPLETE
74722026-09-05T01:13:58.220Z[ recovery-image] Sep 05 01:13:56.920 INFO O| Sep 05 01:13:56.920 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-05T01:13:58.232Z[ recovery-image] Sep 05 01:13:56.932 INFO O| Sep 05 01:13:56.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74742026-09-05T01:13:58.236Z[ recovery-image] Sep 05 01:13:56.933 INFO O| Sep 05 01:13:56.933 INFO STEP 600 (remove_files) COMPLETE
74752026-09-05T01:13:58.236Z[ recovery-image] Sep 05 01:13:56.933 INFO O| Sep 05 01:13:56.933 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-05T01:13:58.243Z[ recovery-image] Sep 05 01:13:56.943 INFO O| Sep 05 01:13:56.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74772026-09-05T01:13:58.244Z[ recovery-image] Sep 05 01:13:56.943 INFO O| Sep 05 01:13:56.943 INFO STEP 601 (remove_files) COMPLETE
74782026-09-05T01:13:58.248Z[ recovery-image] Sep 05 01:13:56.943 INFO O| Sep 05 01:13:56.943 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-05T01:13:58.254Z[ recovery-image] Sep 05 01:13:56.954 INFO O| Sep 05 01:13:56.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74802026-09-05T01:13:58.254Z[ recovery-image] Sep 05 01:13:56.954 INFO O| Sep 05 01:13:56.954 INFO STEP 602 (remove_files) COMPLETE
74812026-09-05T01:13:58.257Z[ recovery-image] Sep 05 01:13:56.954 INFO O| Sep 05 01:13:56.954 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-05T01:13:58.264Z[ recovery-image] Sep 05 01:13:56.964 INFO O| Sep 05 01:13:56.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74832026-09-05T01:13:58.264Z[ recovery-image] Sep 05 01:13:56.964 INFO O| Sep 05 01:13:56.964 INFO STEP 603 (remove_files) COMPLETE
74842026-09-05T01:13:58.264Z[ recovery-image] Sep 05 01:13:56.964 INFO O| Sep 05 01:13:56.964 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-05T01:13:58.274Z[ recovery-image] Sep 05 01:13:56.974 INFO O| Sep 05 01:13:56.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74862026-09-05T01:13:58.274Z[ recovery-image] Sep 05 01:13:56.974 INFO O| Sep 05 01:13:56.974 INFO STEP 604 (remove_files) COMPLETE
74872026-09-05T01:13:58.275Z[ recovery-image] Sep 05 01:13:56.974 INFO O| Sep 05 01:13:56.974 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-05T01:13:58.284Z[ recovery-image] Sep 05 01:13:56.984 INFO O| Sep 05 01:13:56.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74892026-09-05T01:13:58.285Z[ recovery-image] Sep 05 01:13:56.984 INFO O| Sep 05 01:13:56.984 INFO STEP 605 (remove_files) COMPLETE
74902026-09-05T01:13:58.285Z[ recovery-image] Sep 05 01:13:56.984 INFO O| Sep 05 01:13:56.984 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-05T01:13:58.294Z[ recovery-image] Sep 05 01:13:56.994 INFO O| Sep 05 01:13:56.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
74922026-09-05T01:13:58.294Z[ recovery-image] Sep 05 01:13:56.994 INFO O| Sep 05 01:13:56.994 INFO STEP 606 (remove_files) COMPLETE
74932026-09-05T01:13:58.294Z[ recovery-image] Sep 05 01:13:56.994 INFO O| Sep 05 01:13:56.994 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-05T01:13:58.305Z[ recovery-image] Sep 05 01:13:57.003 INFO O| Sep 05 01:13:57.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
74952026-09-05T01:13:58.305Z[ recovery-image] Sep 05 01:13:57.003 INFO O| Sep 05 01:13:57.003 INFO STEP 607 (remove_files) COMPLETE
74962026-09-05T01:13:58.305Z[ recovery-image] Sep 05 01:13:57.003 INFO O| Sep 05 01:13:57.003 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-05T01:13:58.316Z[ recovery-image] Sep 05 01:13:57.014 INFO O| Sep 05 01:13:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
74982026-09-05T01:13:58.316Z[ recovery-image] Sep 05 01:13:57.014 INFO O| Sep 05 01:13:57.014 INFO STEP 608 (remove_files) COMPLETE
74992026-09-05T01:13:58.320Z[ recovery-image] Sep 05 01:13:57.014 INFO O| Sep 05 01:13:57.014 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-05T01:13:58.324Z[ recovery-image] Sep 05 01:13:57.023 INFO O| Sep 05 01:13:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75012026-09-05T01:13:58.324Z[ recovery-image] Sep 05 01:13:57.023 INFO O| Sep 05 01:13:57.023 INFO STEP 609 (remove_files) COMPLETE
75022026-09-05T01:13:58.324Z[ recovery-image] Sep 05 01:13:57.023 INFO O| Sep 05 01:13:57.023 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-05T01:13:58.331Z[ recovery-image] Sep 05 01:13:57.032 INFO O| Sep 05 01:13:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75042026-09-05T01:13:58.332Z[ recovery-image] Sep 05 01:13:57.032 INFO O| Sep 05 01:13:57.032 INFO STEP 610 (remove_files) COMPLETE
75052026-09-05T01:13:58.332Z[ recovery-image] Sep 05 01:13:57.032 INFO O| Sep 05 01:13:57.032 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-05T01:13:58.343Z[ recovery-image] Sep 05 01:13:57.041 INFO O| Sep 05 01:13:57.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75072026-09-05T01:13:58.343Z[ recovery-image] Sep 05 01:13:57.041 INFO O| Sep 05 01:13:57.041 INFO STEP 611 (remove_files) COMPLETE
75082026-09-05T01:13:58.343Z[ recovery-image] Sep 05 01:13:57.041 INFO O| Sep 05 01:13:57.041 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-05T01:13:58.352Z[ recovery-image] Sep 05 01:13:57.052 INFO O| Sep 05 01:13:57.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75102026-09-05T01:13:58.352Z[ recovery-image] Sep 05 01:13:57.052 INFO O| Sep 05 01:13:57.052 INFO STEP 612 (remove_files) COMPLETE
75112026-09-05T01:13:58.356Z[ recovery-image] Sep 05 01:13:57.052 INFO O| Sep 05 01:13:57.052 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-05T01:13:58.368Z[ recovery-image] Sep 05 01:13:57.068 INFO O| Sep 05 01:13:57.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75132026-09-05T01:13:58.368Z[ recovery-image] Sep 05 01:13:57.068 INFO O| Sep 05 01:13:57.068 INFO STEP 613 (remove_files) COMPLETE
75142026-09-05T01:13:58.369Z[ recovery-image] Sep 05 01:13:57.068 INFO O| Sep 05 01:13:57.068 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-05T01:13:58.380Z[ recovery-image] Sep 05 01:13:57.079 INFO O| Sep 05 01:13:57.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75162026-09-05T01:13:58.380Z[ recovery-image] Sep 05 01:13:57.080 INFO O| Sep 05 01:13:57.080 INFO STEP 614 (remove_files) COMPLETE
75172026-09-05T01:13:58.384Z[ recovery-image] Sep 05 01:13:57.080 INFO O| Sep 05 01:13:57.080 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-05T01:13:58.390Z[ recovery-image] Sep 05 01:13:57.090 INFO O| Sep 05 01:13:57.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75192026-09-05T01:13:58.390Z[ recovery-image] Sep 05 01:13:57.091 INFO O| Sep 05 01:13:57.090 INFO STEP 615 (remove_files) COMPLETE
75202026-09-05T01:13:58.391Z[ recovery-image] Sep 05 01:13:57.091 INFO O| Sep 05 01:13:57.090 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-05T01:13:58.401Z[ recovery-image] Sep 05 01:13:57.101 INFO O| Sep 05 01:13:57.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75222026-09-05T01:13:58.401Z[ recovery-image] Sep 05 01:13:57.101 INFO O| Sep 05 01:13:57.101 INFO STEP 616 (remove_files) COMPLETE
75232026-09-05T01:13:58.401Z[ recovery-image] Sep 05 01:13:57.101 INFO O| Sep 05 01:13:57.101 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-05T01:13:58.413Z[ recovery-image] Sep 05 01:13:57.111 INFO O| Sep 05 01:13:57.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75252026-09-05T01:13:58.413Z[ recovery-image] Sep 05 01:13:57.111 INFO O| Sep 05 01:13:57.111 INFO STEP 617 (remove_files) COMPLETE
75262026-09-05T01:13:58.413Z[ recovery-image] Sep 05 01:13:57.111 INFO O| Sep 05 01:13:57.111 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-05T01:13:58.422Z[ recovery-image] Sep 05 01:13:57.122 INFO O| Sep 05 01:13:57.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75282026-09-05T01:13:58.422Z[ recovery-image] Sep 05 01:13:57.122 INFO O| Sep 05 01:13:57.122 INFO STEP 618 (remove_files) COMPLETE
75292026-09-05T01:13:58.422Z[ recovery-image] Sep 05 01:13:57.122 INFO O| Sep 05 01:13:57.122 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-05T01:13:58.432Z[ recovery-image] Sep 05 01:13:57.132 INFO O| Sep 05 01:13:57.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75312026-09-05T01:13:58.432Z[ recovery-image] Sep 05 01:13:57.132 INFO O| Sep 05 01:13:57.132 INFO STEP 619 (remove_files) COMPLETE
75322026-09-05T01:13:58.433Z[ recovery-image] Sep 05 01:13:57.132 INFO O| Sep 05 01:13:57.132 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-05T01:13:58.441Z[ recovery-image] Sep 05 01:13:57.141 INFO O| Sep 05 01:13:57.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75342026-09-05T01:13:58.441Z[ recovery-image] Sep 05 01:13:57.141 INFO O| Sep 05 01:13:57.141 INFO STEP 620 (remove_files) COMPLETE
75352026-09-05T01:13:58.441Z[ recovery-image] Sep 05 01:13:57.141 INFO O| Sep 05 01:13:57.141 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-05T01:13:58.451Z[ recovery-image] Sep 05 01:13:57.151 INFO O| Sep 05 01:13:57.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75372026-09-05T01:13:58.451Z[ recovery-image] Sep 05 01:13:57.151 INFO O| Sep 05 01:13:57.151 INFO STEP 621 (remove_files) COMPLETE
75382026-09-05T01:13:58.451Z[ recovery-image] Sep 05 01:13:57.151 INFO O| Sep 05 01:13:57.151 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-05T01:13:58.455Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
75402026-09-05T01:13:58.461Z[ recovery-image] Sep 05 01:13:57.161 INFO O| Sep 05 01:13:57.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75412026-09-05T01:13:58.461Z[ recovery-image] Sep 05 01:13:57.161 INFO O| Sep 05 01:13:57.161 INFO STEP 622 (remove_files) COMPLETE
75422026-09-05T01:13:58.461Z[ recovery-image] Sep 05 01:13:57.161 INFO O| Sep 05 01:13:57.161 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-09-05T01:13:58.471Z[ recovery-image] Sep 05 01:13:57.171 INFO O| Sep 05 01:13:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75442026-09-05T01:13:58.471Z[ recovery-image] Sep 05 01:13:57.171 INFO O| Sep 05 01:13:57.171 INFO STEP 623 (remove_files) COMPLETE
75452026-09-05T01:13:58.475Z[ recovery-image] Sep 05 01:13:57.171 INFO O| Sep 05 01:13:57.171 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-09-05T01:13:58.479Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
75472026-09-05T01:13:58.482Z[ recovery-image] Sep 05 01:13:57.182 INFO O| Sep 05 01:13:57.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75482026-09-05T01:13:58.482Z[ recovery-image] Sep 05 01:13:57.182 INFO O| Sep 05 01:13:57.182 INFO STEP 624 (remove_files) COMPLETE
75492026-09-05T01:13:58.482Z[ recovery-image] Sep 05 01:13:57.182 INFO O| Sep 05 01:13:57.182 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-09-05T01:13:58.492Z[ recovery-image] Sep 05 01:13:57.193 INFO O| Sep 05 01:13:57.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75512026-09-05T01:13:58.493Z[ recovery-image] Sep 05 01:13:57.193 INFO O| Sep 05 01:13:57.193 INFO STEP 625 (remove_files) COMPLETE
75522026-09-05T01:13:58.493Z[ recovery-image] Sep 05 01:13:57.193 INFO O| Sep 05 01:13:57.193 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-09-05T01:13:58.501Z[ recovery-image] Sep 05 01:13:57.201 INFO O| Sep 05 01:13:57.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75542026-09-05T01:13:58.502Z[ recovery-image] Sep 05 01:13:57.201 INFO O| Sep 05 01:13:57.201 INFO STEP 626 (remove_files) COMPLETE
75552026-09-05T01:13:58.502Z[ recovery-image] Sep 05 01:13:57.201 INFO O| Sep 05 01:13:57.201 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-09-05T01:13:58.512Z[ recovery-image] Sep 05 01:13:57.212 INFO O| Sep 05 01:13:57.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75572026-09-05T01:13:58.513Z[ recovery-image] Sep 05 01:13:57.212 INFO O| Sep 05 01:13:57.212 INFO STEP 627 (remove_files) COMPLETE
75582026-09-05T01:13:58.516Z[ recovery-image] Sep 05 01:13:57.212 INFO O| Sep 05 01:13:57.212 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-09-05T01:13:58.521Z[ recovery-image] Sep 05 01:13:57.222 INFO O| Sep 05 01:13:57.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75602026-09-05T01:13:58.522Z[ recovery-image] Sep 05 01:13:57.222 INFO O| Sep 05 01:13:57.222 INFO STEP 628 (remove_files) COMPLETE
75612026-09-05T01:13:58.522Z[ recovery-image] Sep 05 01:13:57.222 INFO O| Sep 05 01:13:57.222 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-09-05T01:13:58.533Z[ recovery-image] Sep 05 01:13:57.233 INFO O| Sep 05 01:13:57.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75632026-09-05T01:13:58.533Z[ recovery-image] Sep 05 01:13:57.233 INFO O| Sep 05 01:13:57.233 INFO STEP 629 (remove_files) COMPLETE
75642026-09-05T01:13:58.533Z[ recovery-image] Sep 05 01:13:57.233 INFO O| Sep 05 01:13:57.233 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-09-05T01:13:58.542Z[ recovery-image] Sep 05 01:13:57.242 INFO O| Sep 05 01:13:57.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75662026-09-05T01:13:58.543Z[ recovery-image] Sep 05 01:13:57.242 INFO O| Sep 05 01:13:57.242 INFO STEP 630 (remove_files) COMPLETE
75672026-09-05T01:13:58.543Z[ recovery-image] Sep 05 01:13:57.242 INFO O| Sep 05 01:13:57.242 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-09-05T01:13:58.552Z[ recovery-image] Sep 05 01:13:57.252 INFO O| Sep 05 01:13:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75692026-09-05T01:13:58.552Z[ recovery-image] Sep 05 01:13:57.252 INFO O| Sep 05 01:13:57.252 INFO STEP 631 (remove_files) COMPLETE
75702026-09-05T01:13:58.552Z[ recovery-image] Sep 05 01:13:57.252 INFO O| Sep 05 01:13:57.252 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-09-05T01:13:58.561Z[ recovery-image] Sep 05 01:13:57.261 INFO O| Sep 05 01:13:57.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75722026-09-05T01:13:58.561Z[ recovery-image] Sep 05 01:13:57.261 INFO O| Sep 05 01:13:57.261 INFO STEP 632 (remove_files) COMPLETE
75732026-09-05T01:13:58.565Z[ recovery-image] Sep 05 01:13:57.261 INFO O| Sep 05 01:13:57.261 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-09-05T01:13:58.570Z[ recovery-image] Sep 05 01:13:57.270 INFO O| Sep 05 01:13:57.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75752026-09-05T01:13:58.571Z[ recovery-image] Sep 05 01:13:57.271 INFO O| Sep 05 01:13:57.270 INFO STEP 633 (remove_files) COMPLETE
75762026-09-05T01:13:58.571Z[ recovery-image] Sep 05 01:13:57.271 INFO O| Sep 05 01:13:57.271 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-09-05T01:13:58.580Z[ recovery-image] Sep 05 01:13:57.280 INFO O| Sep 05 01:13:57.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75782026-09-05T01:13:58.580Z[ recovery-image] Sep 05 01:13:57.280 INFO O| Sep 05 01:13:57.280 INFO STEP 634 (remove_files) COMPLETE
75792026-09-05T01:13:58.583Z[ recovery-image] Sep 05 01:13:57.280 INFO O| Sep 05 01:13:57.280 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-09-05T01:13:58.587Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
75812026-09-05T01:13:58.592Z[ recovery-image] Sep 05 01:13:57.289 INFO O| Sep 05 01:13:57.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75822026-09-05T01:13:58.592Z[ recovery-image] Sep 05 01:13:57.289 INFO O| Sep 05 01:13:57.289 INFO STEP 635 (remove_files) COMPLETE
75832026-09-05T01:13:58.592Z[ recovery-image] Sep 05 01:13:57.289 INFO O| Sep 05 01:13:57.289 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-05T01:13:58.598Z[ recovery-image] Sep 05 01:13:57.298 INFO O| Sep 05 01:13:57.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75852026-09-05T01:13:58.598Z[ recovery-image] Sep 05 01:13:57.298 INFO O| Sep 05 01:13:57.298 INFO STEP 636 (remove_files) COMPLETE
75862026-09-05T01:13:58.598Z[ recovery-image] Sep 05 01:13:57.298 INFO O| Sep 05 01:13:57.298 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-05T01:13:58.607Z[ recovery-image] Sep 05 01:13:57.307 INFO O| Sep 05 01:13:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75882026-09-05T01:13:58.608Z[ recovery-image] Sep 05 01:13:57.308 INFO O| Sep 05 01:13:57.308 INFO STEP 637 (remove_files) COMPLETE
75892026-09-05T01:13:58.608Z[ recovery-image] Sep 05 01:13:57.308 INFO O| Sep 05 01:13:57.308 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-05T01:13:58.619Z[ recovery-image] Sep 05 01:13:57.319 INFO O| Sep 05 01:13:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75912026-09-05T01:13:58.619Z[ recovery-image] Sep 05 01:13:57.319 INFO O| Sep 05 01:13:57.319 INFO STEP 638 (remove_files) COMPLETE
75922026-09-05T01:13:58.623Z[ recovery-image] Sep 05 01:13:57.319 INFO O| Sep 05 01:13:57.319 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-05T01:13:58.629Z[ recovery-image] Sep 05 01:13:57.329 INFO O| Sep 05 01:13:57.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
75942026-09-05T01:13:58.629Z[ recovery-image] Sep 05 01:13:57.329 INFO O| Sep 05 01:13:57.329 INFO STEP 639 (remove_files) COMPLETE
75952026-09-05T01:13:58.633Z[ recovery-image] Sep 05 01:13:57.329 INFO O| Sep 05 01:13:57.329 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-05T01:13:58.638Z[ recovery-image] Sep 05 01:13:57.338 INFO O| Sep 05 01:13:57.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
75972026-09-05T01:13:58.641Z[ recovery-image] Sep 05 01:13:57.338 INFO O| Sep 05 01:13:57.338 INFO STEP 640 (remove_files) COMPLETE
75982026-09-05T01:13:58.642Z[ recovery-image] Sep 05 01:13:57.338 INFO O| Sep 05 01:13:57.338 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-09-05T01:13:58.647Z[ recovery-image] Sep 05 01:13:57.347 INFO O| Sep 05 01:13:57.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76002026-09-05T01:13:58.647Z[ recovery-image] Sep 05 01:13:57.347 INFO O| Sep 05 01:13:57.347 INFO STEP 641 (remove_files) COMPLETE
76012026-09-05T01:13:58.647Z[ recovery-image] Sep 05 01:13:57.347 INFO O| Sep 05 01:13:57.347 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-09-05T01:13:58.656Z[ recovery-image] Sep 05 01:13:57.356 INFO O| Sep 05 01:13:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76032026-09-05T01:13:58.657Z[ recovery-image] Sep 05 01:13:57.356 INFO O| Sep 05 01:13:57.356 INFO STEP 642 (remove_files) COMPLETE
76042026-09-05T01:13:58.657Z[ recovery-image] Sep 05 01:13:57.356 INFO O| Sep 05 01:13:57.356 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-09-05T01:13:58.667Z[ recovery-image] Sep 05 01:13:57.367 INFO O| Sep 05 01:13:57.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76062026-09-05T01:13:58.667Z[ recovery-image] Sep 05 01:13:57.367 INFO O| Sep 05 01:13:57.367 INFO STEP 643 (remove_files) COMPLETE
76072026-09-05T01:13:58.667Z[ recovery-image] Sep 05 01:13:57.367 INFO O| Sep 05 01:13:57.367 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-09-05T01:13:58.678Z[ recovery-image] Sep 05 01:13:57.378 INFO O| Sep 05 01:13:57.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76092026-09-05T01:13:58.678Z[ recovery-image] Sep 05 01:13:57.378 INFO O| Sep 05 01:13:57.378 INFO STEP 644 (remove_files) COMPLETE
76102026-09-05T01:13:58.678Z[ recovery-image] Sep 05 01:13:57.378 INFO O| Sep 05 01:13:57.378 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-09-05T01:13:58.688Z[ recovery-image] Sep 05 01:13:57.387 INFO O| Sep 05 01:13:57.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76122026-09-05T01:13:58.688Z[ recovery-image] Sep 05 01:13:57.387 INFO O| Sep 05 01:13:57.387 INFO STEP 645 (remove_files) COMPLETE
76132026-09-05T01:13:58.688Z[ recovery-image] Sep 05 01:13:57.387 INFO O| Sep 05 01:13:57.387 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-09-05T01:13:58.695Z[ recovery-image] Sep 05 01:13:57.395 INFO O| Sep 05 01:13:57.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76152026-09-05T01:13:58.695Z[ recovery-image] Sep 05 01:13:57.395 INFO O| Sep 05 01:13:57.395 INFO STEP 646 (remove_files) COMPLETE
76162026-09-05T01:13:58.695Z[ recovery-image] Sep 05 01:13:57.395 INFO O| Sep 05 01:13:57.395 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-09-05T01:13:58.701Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
76182026-09-05T01:13:58.705Z[ recovery-image] Sep 05 01:13:57.403 INFO O| Sep 05 01:13:57.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76192026-09-05T01:13:58.705Z[ recovery-image] Sep 05 01:13:57.403 INFO O| Sep 05 01:13:57.403 INFO STEP 647 (remove_files) COMPLETE
76202026-09-05T01:13:58.705Z[ recovery-image] Sep 05 01:13:57.403 INFO O| Sep 05 01:13:57.403 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-05T01:13:58.713Z[ recovery-image] Sep 05 01:13:57.412 INFO O| Sep 05 01:13:57.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76222026-09-05T01:13:58.713Z[ recovery-image] Sep 05 01:13:57.412 INFO O| Sep 05 01:13:57.412 INFO STEP 648 (remove_files) COMPLETE
76232026-09-05T01:13:58.713Z[ recovery-image] Sep 05 01:13:57.412 INFO O| Sep 05 01:13:57.412 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-05T01:13:58.722Z[ recovery-image] Sep 05 01:13:57.422 INFO O| Sep 05 01:13:57.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76252026-09-05T01:13:58.726Z[ recovery-image] Sep 05 01:13:57.422 INFO O| Sep 05 01:13:57.422 INFO STEP 649 (remove_files) COMPLETE
76262026-09-05T01:13:58.726Z[ recovery-image] Sep 05 01:13:57.422 INFO O| Sep 05 01:13:57.422 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-05T01:13:58.732Z[ recovery-image] Sep 05 01:13:57.433 INFO O| Sep 05 01:13:57.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76282026-09-05T01:13:58.732Z[ recovery-image] Sep 05 01:13:57.433 INFO O| Sep 05 01:13:57.433 INFO STEP 650 (remove_files) COMPLETE
76292026-09-05T01:13:58.733Z[ recovery-image] Sep 05 01:13:57.433 INFO O| Sep 05 01:13:57.433 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-05T01:13:58.743Z[verify-libraries] Compiling yansi v1.0.1
76312026-09-05T01:13:58.748Z[ recovery-image] Sep 05 01:13:57.444 INFO O| Sep 05 01:13:57.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76322026-09-05T01:13:58.748Z[ recovery-image] Sep 05 01:13:57.444 INFO O| Sep 05 01:13:57.444 INFO STEP 651 (remove_files) COMPLETE
76332026-09-05T01:13:58.748Z[ recovery-image] Sep 05 01:13:57.444 INFO O| Sep 05 01:13:57.444 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-05T01:13:58.754Z[ recovery-image] Sep 05 01:13:57.454 INFO O| Sep 05 01:13:57.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76352026-09-05T01:13:58.754Z[ recovery-image] Sep 05 01:13:57.454 INFO O| Sep 05 01:13:57.454 INFO STEP 652 (remove_files) COMPLETE
76362026-09-05T01:13:58.754Z[ recovery-image] Sep 05 01:13:57.454 INFO O| Sep 05 01:13:57.454 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-05T01:13:58.763Z[ recovery-image] Sep 05 01:13:57.463 INFO O| Sep 05 01:13:57.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76382026-09-05T01:13:58.763Z[ recovery-image] Sep 05 01:13:57.463 INFO O| Sep 05 01:13:57.463 INFO STEP 653 (remove_files) COMPLETE
76392026-09-05T01:13:58.763Z[ recovery-image] Sep 05 01:13:57.463 INFO O| Sep 05 01:13:57.463 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-05T01:13:58.774Z[ recovery-image] Sep 05 01:13:57.474 INFO O| Sep 05 01:13:57.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76412026-09-05T01:13:58.774Z[ recovery-image] Sep 05 01:13:57.474 INFO O| Sep 05 01:13:57.474 INFO STEP 654 (remove_files) COMPLETE
76422026-09-05T01:13:58.778Z[ recovery-image] Sep 05 01:13:57.474 INFO O| Sep 05 01:13:57.474 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-05T01:13:58.786Z[ recovery-image] Sep 05 01:13:57.486 INFO O| Sep 05 01:13:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76442026-09-05T01:13:58.786Z[ recovery-image] Sep 05 01:13:57.486 INFO O| Sep 05 01:13:57.486 INFO STEP 655 (remove_files) COMPLETE
76452026-09-05T01:13:58.786Z[ recovery-image] Sep 05 01:13:57.486 INFO O| Sep 05 01:13:57.486 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-05T01:13:58.799Z[ recovery-image] Sep 05 01:13:57.499 INFO O| Sep 05 01:13:57.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76472026-09-05T01:13:58.799Z[ recovery-image] Sep 05 01:13:57.499 INFO O| Sep 05 01:13:57.499 INFO STEP 656 (remove_files) COMPLETE
76482026-09-05T01:13:58.799Z[ recovery-image] Sep 05 01:13:57.499 INFO O| Sep 05 01:13:57.499 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-05T01:13:58.809Z[ recovery-image] Sep 05 01:13:57.508 INFO O| Sep 05 01:13:57.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76502026-09-05T01:13:58.809Z[ recovery-image] Sep 05 01:13:57.509 INFO O| Sep 05 01:13:57.508 INFO STEP 657 (remove_files) COMPLETE
76512026-09-05T01:13:58.813Z[ recovery-image] Sep 05 01:13:57.509 INFO O| Sep 05 01:13:57.509 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-05T01:13:58.818Z[ recovery-image] Sep 05 01:13:57.518 INFO O| Sep 05 01:13:57.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76532026-09-05T01:13:58.818Z[ recovery-image] Sep 05 01:13:57.518 INFO O| Sep 05 01:13:57.518 INFO STEP 658 (remove_files) COMPLETE
76542026-09-05T01:13:58.818Z[ recovery-image] Sep 05 01:13:57.518 INFO O| Sep 05 01:13:57.518 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-05T01:13:58.835Z[ recovery-image] Sep 05 01:13:57.530 INFO O| Sep 05 01:13:57.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76562026-09-05T01:13:58.835Z[ recovery-image] Sep 05 01:13:57.530 INFO O| Sep 05 01:13:57.530 INFO STEP 659 (remove_files) COMPLETE
76572026-09-05T01:13:58.835Z[ recovery-image] Sep 05 01:13:57.530 INFO O| Sep 05 01:13:57.530 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-05T01:13:58.840Z[ recovery-image] Sep 05 01:13:57.540 INFO O| Sep 05 01:13:57.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76592026-09-05T01:13:58.840Z[ recovery-image] Sep 05 01:13:57.540 INFO O| Sep 05 01:13:57.540 INFO STEP 660 (remove_files) COMPLETE
76602026-09-05T01:13:58.840Z[ recovery-image] Sep 05 01:13:57.540 INFO O| Sep 05 01:13:57.540 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-05T01:13:58.850Z[ recovery-image] Sep 05 01:13:57.551 INFO O| Sep 05 01:13:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76622026-09-05T01:13:58.850Z[ recovery-image] Sep 05 01:13:57.551 INFO O| Sep 05 01:13:57.551 INFO STEP 661 (remove_files) COMPLETE
76632026-09-05T01:13:58.850Z[ recovery-image] Sep 05 01:13:57.551 INFO O| Sep 05 01:13:57.551 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-05T01:13:58.861Z[ recovery-image] Sep 05 01:13:57.561 INFO O| Sep 05 01:13:57.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76652026-09-05T01:13:58.861Z[ recovery-image] Sep 05 01:13:57.561 INFO O| Sep 05 01:13:57.561 INFO STEP 662 (remove_files) COMPLETE
76662026-09-05T01:13:58.861Z[ recovery-image] Sep 05 01:13:57.561 INFO O| Sep 05 01:13:57.561 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-05T01:13:58.871Z[ recovery-image] Sep 05 01:13:57.571 INFO O| Sep 05 01:13:57.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76682026-09-05T01:13:58.871Z[ recovery-image] Sep 05 01:13:57.571 INFO O| Sep 05 01:13:57.571 INFO STEP 663 (remove_files) COMPLETE
76692026-09-05T01:13:58.871Z[ recovery-image] Sep 05 01:13:57.571 INFO O| Sep 05 01:13:57.571 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-05T01:13:58.885Z[ recovery-image] Sep 05 01:13:57.585 INFO O| Sep 05 01:13:57.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76712026-09-05T01:13:58.885Z[ recovery-image] Sep 05 01:13:57.585 INFO O| Sep 05 01:13:57.585 INFO STEP 664 (remove_files) COMPLETE
76722026-09-05T01:13:58.885Z[ recovery-image] Sep 05 01:13:57.585 INFO O| Sep 05 01:13:57.585 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-05T01:13:58.895Z[ recovery-image] Sep 05 01:13:57.595 INFO O| Sep 05 01:13:57.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76742026-09-05T01:13:58.895Z[ recovery-image] Sep 05 01:13:57.595 INFO O| Sep 05 01:13:57.595 INFO STEP 665 (remove_files) COMPLETE
76752026-09-05T01:13:58.895Z[ recovery-image] Sep 05 01:13:57.595 INFO O| Sep 05 01:13:57.595 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-05T01:13:58.906Z[ recovery-image] Sep 05 01:13:57.606 INFO O| Sep 05 01:13:57.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76772026-09-05T01:13:58.906Z[ recovery-image] Sep 05 01:13:57.606 INFO O| Sep 05 01:13:57.606 INFO STEP 666 (remove_files) COMPLETE
76782026-09-05T01:13:58.906Z[ recovery-image] Sep 05 01:13:57.606 INFO O| Sep 05 01:13:57.606 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-09-05T01:13:58.915Z[ recovery-image] Sep 05 01:13:57.615 INFO O| Sep 05 01:13:57.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76802026-09-05T01:13:58.916Z[ recovery-image] Sep 05 01:13:57.615 INFO O| Sep 05 01:13:57.615 INFO STEP 667 (remove_files) COMPLETE
76812026-09-05T01:13:58.916Z[ recovery-image] Sep 05 01:13:57.615 INFO O| Sep 05 01:13:57.615 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-09-05T01:13:58.925Z[ recovery-image] Sep 05 01:13:57.625 INFO O| Sep 05 01:13:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76832026-09-05T01:13:58.925Z[ recovery-image] Sep 05 01:13:57.625 INFO O| Sep 05 01:13:57.625 INFO STEP 668 (remove_files) COMPLETE
76842026-09-05T01:13:58.925Z[ recovery-image] Sep 05 01:13:57.625 INFO O| Sep 05 01:13:57.625 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-09-05T01:13:58.936Z[ recovery-image] Sep 05 01:13:57.636 INFO O| Sep 05 01:13:57.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76862026-09-05T01:13:58.936Z[ recovery-image] Sep 05 01:13:57.636 INFO O| Sep 05 01:13:57.636 INFO STEP 669 (remove_files) COMPLETE
76872026-09-05T01:13:58.936Z[ recovery-image] Sep 05 01:13:57.636 INFO O| Sep 05 01:13:57.636 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-09-05T01:13:58.946Z[ recovery-image] Sep 05 01:13:57.646 INFO O| Sep 05 01:13:57.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76892026-09-05T01:13:58.946Z[ recovery-image] Sep 05 01:13:57.646 INFO O| Sep 05 01:13:57.646 INFO STEP 670 (remove_files) COMPLETE
76902026-09-05T01:13:58.946Z[ recovery-image] Sep 05 01:13:57.646 INFO O| Sep 05 01:13:57.646 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-09-05T01:13:58.956Z[ recovery-image] Sep 05 01:13:57.656 INFO O| Sep 05 01:13:57.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76922026-09-05T01:13:58.956Z[ recovery-image] Sep 05 01:13:57.656 INFO O| Sep 05 01:13:57.656 INFO STEP 671 (remove_files) COMPLETE
76932026-09-05T01:13:58.963Z[ recovery-image] Sep 05 01:13:57.656 INFO O| Sep 05 01:13:57.656 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-09-05T01:13:58.967Z[ recovery-image] Sep 05 01:13:57.665 INFO O| Sep 05 01:13:57.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
76952026-09-05T01:13:58.967Z[ recovery-image] Sep 05 01:13:57.665 INFO O| Sep 05 01:13:57.665 INFO STEP 672 (remove_files) COMPLETE
76962026-09-05T01:13:58.967Z[ recovery-image] Sep 05 01:13:57.665 INFO O| Sep 05 01:13:57.665 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-09-05T01:13:58.977Z[ recovery-image] Sep 05 01:13:57.676 INFO O| Sep 05 01:13:57.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
76982026-09-05T01:13:58.977Z[ recovery-image] Sep 05 01:13:57.676 INFO O| Sep 05 01:13:57.676 INFO STEP 673 (remove_files) COMPLETE
76992026-09-05T01:13:58.977Z[ recovery-image] Sep 05 01:13:57.676 INFO O| Sep 05 01:13:57.676 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-09-05T01:13:58.986Z[ recovery-image] Sep 05 01:13:57.686 INFO O| Sep 05 01:13:57.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77012026-09-05T01:13:58.986Z[ recovery-image] Sep 05 01:13:57.686 INFO O| Sep 05 01:13:57.686 INFO STEP 674 (remove_files) COMPLETE
77022026-09-05T01:13:58.986Z[ recovery-image] Sep 05 01:13:57.686 INFO O| Sep 05 01:13:57.686 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-09-05T01:13:58.990Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
77042026-09-05T01:13:58.996Z[ recovery-image] Sep 05 01:13:57.696 INFO O| Sep 05 01:13:57.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77052026-09-05T01:13:58.996Z[ recovery-image] Sep 05 01:13:57.696 INFO O| Sep 05 01:13:57.696 INFO STEP 675 (remove_files) COMPLETE
77062026-09-05T01:13:58.996Z[ recovery-image] Sep 05 01:13:57.696 INFO O| Sep 05 01:13:57.696 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-05T01:13:59.006Z[ recovery-image] Sep 05 01:13:57.706 INFO O| Sep 05 01:13:57.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77082026-09-05T01:13:59.006Z[ recovery-image] Sep 05 01:13:57.706 INFO O| Sep 05 01:13:57.706 INFO STEP 676 (remove_files) COMPLETE
77092026-09-05T01:13:59.010Z[ recovery-image] Sep 05 01:13:57.706 INFO O| Sep 05 01:13:57.706 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-05T01:13:59.014Z[ recovery-image] Sep 05 01:13:57.714 INFO O| Sep 05 01:13:57.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77112026-09-05T01:13:59.014Z[ recovery-image] Sep 05 01:13:57.714 INFO O| Sep 05 01:13:57.714 INFO STEP 677 (remove_files) COMPLETE
77122026-09-05T01:13:59.014Z[ recovery-image] Sep 05 01:13:57.714 INFO O| Sep 05 01:13:57.714 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-05T01:13:59.024Z[ recovery-image] Sep 05 01:13:57.723 INFO O| Sep 05 01:13:57.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77142026-09-05T01:13:59.024Z[ recovery-image] Sep 05 01:13:57.723 INFO O| Sep 05 01:13:57.723 INFO STEP 678 (remove_files) COMPLETE
77152026-09-05T01:13:59.024Z[ recovery-image] Sep 05 01:13:57.723 INFO O| Sep 05 01:13:57.723 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-05T01:13:59.032Z[ recovery-image] Sep 05 01:13:57.732 INFO O| Sep 05 01:13:57.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77172026-09-05T01:13:59.032Z[ recovery-image] Sep 05 01:13:57.732 INFO O| Sep 05 01:13:57.732 INFO STEP 679 (remove_files) COMPLETE
77182026-09-05T01:13:59.032Z[ recovery-image] Sep 05 01:13:57.732 INFO O| Sep 05 01:13:57.732 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-05T01:13:59.040Z[ recovery-image] Sep 05 01:13:57.740 INFO O| Sep 05 01:13:57.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77202026-09-05T01:13:59.040Z[ recovery-image] Sep 05 01:13:57.740 INFO O| Sep 05 01:13:57.740 INFO STEP 680 (remove_files) COMPLETE
77212026-09-05T01:13:59.040Z[ recovery-image] Sep 05 01:13:57.740 INFO O| Sep 05 01:13:57.740 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.749 INFO O| Sep 05 01:13:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77232026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.749 INFO O| Sep 05 01:13:57.749 INFO STEP 681 (remove_files) COMPLETE
77242026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.749 INFO O| Sep 05 01:13:57.749 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.759 INFO O| Sep 05 01:13:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77262026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.760 INFO O| Sep 05 01:13:57.760 INFO STEP 682 (remove_files) COMPLETE
77272026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.760 INFO O| Sep 05 01:13:57.760 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.771 INFO O| Sep 05 01:13:57.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77292026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.771 INFO O| Sep 05 01:13:57.771 INFO STEP 683 (remove_files) COMPLETE
77302026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.771 INFO O| Sep 05 01:13:57.771 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.781 INFO O| Sep 05 01:13:57.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77322026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.781 INFO O| Sep 05 01:13:57.781 INFO STEP 684 (remove_files) COMPLETE
77332026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.781 INFO O| Sep 05 01:13:57.781 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.790 INFO O| Sep 05 01:13:57.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77352026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.790 INFO O| Sep 05 01:13:57.790 INFO STEP 685 (remove_files) COMPLETE
77362026-09-05T01:13:59.094Z[ recovery-image] Sep 05 01:13:57.790 INFO O| Sep 05 01:13:57.790 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-05T01:13:59.099Z[ recovery-image] Sep 05 01:13:57.799 INFO O| Sep 05 01:13:57.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77382026-09-05T01:13:59.099Z[ recovery-image] Sep 05 01:13:57.799 INFO O| Sep 05 01:13:57.799 INFO STEP 686 (remove_files) COMPLETE
77392026-09-05T01:13:59.099Z[ recovery-image] Sep 05 01:13:57.799 INFO O| Sep 05 01:13:57.799 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-05T01:13:59.109Z[ recovery-image] Sep 05 01:13:57.809 INFO O| Sep 05 01:13:57.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77412026-09-05T01:13:59.109Z[ recovery-image] Sep 05 01:13:57.809 INFO O| Sep 05 01:13:57.809 INFO STEP 687 (remove_files) COMPLETE
77422026-09-05T01:13:59.109Z[ recovery-image] Sep 05 01:13:57.809 INFO O| Sep 05 01:13:57.809 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-05T01:13:59.119Z[ recovery-image] Sep 05 01:13:57.819 INFO O| Sep 05 01:13:57.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77442026-09-05T01:13:59.119Z[ recovery-image] Sep 05 01:13:57.819 INFO O| Sep 05 01:13:57.819 INFO STEP 688 (remove_files) COMPLETE
77452026-09-05T01:13:59.122Z[ recovery-image] Sep 05 01:13:57.819 INFO O| Sep 05 01:13:57.819 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-05T01:13:59.129Z[ recovery-image] Sep 05 01:13:57.829 INFO O| Sep 05 01:13:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77472026-09-05T01:13:59.129Z[ recovery-image] Sep 05 01:13:57.829 INFO O| Sep 05 01:13:57.829 INFO STEP 689 (remove_files) COMPLETE
77482026-09-05T01:13:59.129Z[ recovery-image] Sep 05 01:13:57.829 INFO O| Sep 05 01:13:57.829 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-05T01:13:59.138Z[ recovery-image] Sep 05 01:13:57.838 INFO O| Sep 05 01:13:57.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77502026-09-05T01:13:59.139Z[ recovery-image] Sep 05 01:13:57.839 INFO O| Sep 05 01:13:57.838 INFO STEP 690 (remove_files) COMPLETE
77512026-09-05T01:13:59.143Z[ recovery-image] Sep 05 01:13:57.839 INFO O| Sep 05 01:13:57.838 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-09-05T01:13:59.153Z[ recovery-image] Sep 05 01:13:57.849 INFO O| Sep 05 01:13:57.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77532026-09-05T01:13:59.153Z[ recovery-image] Sep 05 01:13:57.849 INFO O| Sep 05 01:13:57.849 INFO STEP 691 (remove_files) COMPLETE
77542026-09-05T01:13:59.153Z[ recovery-image] Sep 05 01:13:57.849 INFO O| Sep 05 01:13:57.849 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-09-05T01:13:59.158Z[ recovery-image] Sep 05 01:13:57.859 INFO O| Sep 05 01:13:57.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77562026-09-05T01:13:59.159Z[ recovery-image] Sep 05 01:13:57.859 INFO O| Sep 05 01:13:57.859 INFO STEP 692 (remove_files) COMPLETE
77572026-09-05T01:13:59.159Z[ recovery-image] Sep 05 01:13:57.859 INFO O| Sep 05 01:13:57.859 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-09-05T01:13:59.168Z[ recovery-image] Sep 05 01:13:57.868 INFO O| Sep 05 01:13:57.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77592026-09-05T01:13:59.168Z[ recovery-image] Sep 05 01:13:57.868 INFO O| Sep 05 01:13:57.868 INFO STEP 693 (remove_files) COMPLETE
77602026-09-05T01:13:59.172Z[ recovery-image] Sep 05 01:13:57.868 INFO O| Sep 05 01:13:57.868 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-09-05T01:13:59.178Z[ recovery-image] Sep 05 01:13:57.878 INFO O| Sep 05 01:13:57.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77622026-09-05T01:13:59.178Z[ recovery-image] Sep 05 01:13:57.878 INFO O| Sep 05 01:13:57.878 INFO STEP 694 (remove_files) COMPLETE
77632026-09-05T01:13:59.178Z[ recovery-image] Sep 05 01:13:57.878 INFO O| Sep 05 01:13:57.878 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-09-05T01:13:59.184Z[verify-libraries] Compiling pretty_assertions v1.4.1
77652026-09-05T01:13:59.189Z[ recovery-image] Sep 05 01:13:57.889 INFO O| Sep 05 01:13:57.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77662026-09-05T01:13:59.189Z[ recovery-image] Sep 05 01:13:57.889 INFO O| Sep 05 01:13:57.889 INFO STEP 695 (remove_files) COMPLETE
77672026-09-05T01:13:59.193Z[ recovery-image] Sep 05 01:13:57.889 INFO O| Sep 05 01:13:57.889 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-09-05T01:13:59.198Z[ recovery-image] Sep 05 01:13:57.898 INFO O| Sep 05 01:13:57.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77692026-09-05T01:13:59.198Z[ recovery-image] Sep 05 01:13:57.898 INFO O| Sep 05 01:13:57.898 INFO STEP 696 (remove_files) COMPLETE
77702026-09-05T01:13:59.198Z[ recovery-image] Sep 05 01:13:57.898 INFO O| Sep 05 01:13:57.898 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-09-05T01:13:59.208Z[ recovery-image] Sep 05 01:13:57.908 INFO O| Sep 05 01:13:57.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77722026-09-05T01:13:59.208Z[ recovery-image] Sep 05 01:13:57.908 INFO O| Sep 05 01:13:57.908 INFO STEP 697 (remove_files) COMPLETE
77732026-09-05T01:13:59.212Z[ recovery-image] Sep 05 01:13:57.908 INFO O| Sep 05 01:13:57.908 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-09-05T01:13:59.218Z[ recovery-image] Sep 05 01:13:57.919 INFO O| Sep 05 01:13:57.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77752026-09-05T01:13:59.218Z[ recovery-image] Sep 05 01:13:57.919 INFO O| Sep 05 01:13:57.919 INFO STEP 698 (remove_files) COMPLETE
77762026-09-05T01:13:59.219Z[ recovery-image] Sep 05 01:13:57.919 INFO O| Sep 05 01:13:57.919 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-09-05T01:13:59.241Z[ recovery-image] Sep 05 01:13:57.941 INFO O| Sep 05 01:13:57.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77782026-09-05T01:13:59.242Z[ recovery-image] Sep 05 01:13:57.941 INFO O| Sep 05 01:13:57.941 INFO STEP 699 (remove_files) COMPLETE
77792026-09-05T01:13:59.242Z[ recovery-image] Sep 05 01:13:57.941 INFO O| Sep 05 01:13:57.941 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-09-05T01:13:59.259Z[ recovery-image] Sep 05 01:13:57.959 INFO O| Sep 05 01:13:57.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77812026-09-05T01:13:59.259Z[ recovery-image] Sep 05 01:13:57.959 INFO O| Sep 05 01:13:57.959 INFO STEP 700 (remove_files) COMPLETE
77822026-09-05T01:13:59.259Z[ recovery-image] Sep 05 01:13:57.959 INFO O| Sep 05 01:13:57.959 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-09-05T01:13:59.269Z[ recovery-image] Sep 05 01:13:57.969 INFO O| Sep 05 01:13:57.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77842026-09-05T01:13:59.269Z[ recovery-image] Sep 05 01:13:57.969 INFO O| Sep 05 01:13:57.969 INFO STEP 701 (remove_files) COMPLETE
77852026-09-05T01:13:59.270Z[ recovery-image] Sep 05 01:13:57.969 INFO O| Sep 05 01:13:57.969 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-09-05T01:13:59.280Z[ recovery-image] Sep 05 01:13:57.980 INFO O| Sep 05 01:13:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77872026-09-05T01:13:59.283Z[ recovery-image] Sep 05 01:13:57.983 INFO O| Sep 05 01:13:57.983 INFO STEP 702 (remove_files) COMPLETE
77882026-09-05T01:13:59.283Z[ recovery-image] Sep 05 01:13:57.983 INFO O| Sep 05 01:13:57.983 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-09-05T01:13:59.295Z[ recovery-image] Sep 05 01:13:57.995 INFO O| Sep 05 01:13:57.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77902026-09-05T01:13:59.295Z[ recovery-image] Sep 05 01:13:57.995 INFO O| Sep 05 01:13:57.994 INFO STEP 703 (remove_files) COMPLETE
77912026-09-05T01:13:59.295Z[ recovery-image] Sep 05 01:13:57.995 INFO O| Sep 05 01:13:57.994 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-09-05T01:13:59.308Z[ recovery-image] Sep 05 01:13:58.005 INFO O| Sep 05 01:13:58.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
77932026-09-05T01:13:59.308Z[ recovery-image] Sep 05 01:13:58.005 INFO O| Sep 05 01:13:58.005 INFO STEP 704 (remove_files) COMPLETE
77942026-09-05T01:13:59.308Z[ recovery-image] Sep 05 01:13:58.005 INFO O| Sep 05 01:13:58.005 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-09-05T01:13:59.328Z[ recovery-image] Sep 05 01:13:58.028 INFO O| Sep 05 01:13:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
77962026-09-05T01:13:59.328Z[ recovery-image] Sep 05 01:13:58.028 INFO O| Sep 05 01:13:58.028 INFO STEP 705 (remove_files) COMPLETE
77972026-09-05T01:13:59.333Z[ recovery-image] Sep 05 01:13:58.028 INFO O| Sep 05 01:13:58.028 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-09-05T01:13:59.338Z[ recovery-image] Sep 05 01:13:58.038 INFO O| Sep 05 01:13:58.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
77992026-09-05T01:13:59.338Z[ recovery-image] Sep 05 01:13:58.038 INFO O| Sep 05 01:13:58.038 INFO STEP 706 (remove_files) COMPLETE
78002026-09-05T01:13:59.342Z[ recovery-image] Sep 05 01:13:58.038 INFO O| Sep 05 01:13:58.038 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-09-05T01:13:59.347Z[ recovery-image] Sep 05 01:13:58.047 INFO O| Sep 05 01:13:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78022026-09-05T01:13:59.351Z[ recovery-image] Sep 05 01:13:58.048 INFO O| Sep 05 01:13:58.048 INFO STEP 707 (remove_files) COMPLETE
78032026-09-05T01:13:59.351Z[ recovery-image] Sep 05 01:13:58.048 INFO O| Sep 05 01:13:58.048 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-09-05T01:13:59.359Z[ recovery-image] Sep 05 01:13:58.059 INFO O| Sep 05 01:13:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78052026-09-05T01:13:59.359Z[ recovery-image] Sep 05 01:13:58.059 INFO O| Sep 05 01:13:58.059 INFO STEP 708 (remove_files) COMPLETE
78062026-09-05T01:13:59.359Z[ recovery-image] Sep 05 01:13:58.059 INFO O| Sep 05 01:13:58.059 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-09-05T01:13:59.369Z[ recovery-image] Sep 05 01:13:58.068 INFO O| Sep 05 01:13:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78082026-09-05T01:13:59.369Z[ recovery-image] Sep 05 01:13:58.068 INFO O| Sep 05 01:13:58.068 INFO STEP 709 (remove_files) COMPLETE
78092026-09-05T01:13:59.369Z[ recovery-image] Sep 05 01:13:58.069 INFO O| Sep 05 01:13:58.068 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-05T01:13:59.379Z[ recovery-image] Sep 05 01:13:58.079 INFO O| Sep 05 01:13:58.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78112026-09-05T01:13:59.379Z[ recovery-image] Sep 05 01:13:58.079 INFO O| Sep 05 01:13:58.079 INFO STEP 710 (remove_files) COMPLETE
78122026-09-05T01:13:59.383Z[ recovery-image] Sep 05 01:13:58.079 INFO O| Sep 05 01:13:58.079 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-05T01:13:59.390Z[ recovery-image] Sep 05 01:13:58.090 INFO O| Sep 05 01:13:58.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78142026-09-05T01:13:59.390Z[ recovery-image] Sep 05 01:13:58.090 INFO O| Sep 05 01:13:58.090 INFO STEP 711 (remove_files) COMPLETE
78152026-09-05T01:13:59.390Z[ recovery-image] Sep 05 01:13:58.090 INFO O| Sep 05 01:13:58.090 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-05T01:13:59.401Z[ recovery-image] Sep 05 01:13:58.101 INFO O| Sep 05 01:13:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78172026-09-05T01:13:59.401Z[ recovery-image] Sep 05 01:13:58.101 INFO O| Sep 05 01:13:58.101 INFO STEP 712 (remove_files) COMPLETE
78182026-09-05T01:13:59.401Z[ recovery-image] Sep 05 01:13:58.101 INFO O| Sep 05 01:13:58.101 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-05T01:13:59.412Z[ recovery-image] Sep 05 01:13:58.111 INFO O| Sep 05 01:13:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78202026-09-05T01:13:59.412Z[ recovery-image] Sep 05 01:13:58.111 INFO O| Sep 05 01:13:58.111 INFO STEP 713 (remove_files) COMPLETE
78212026-09-05T01:13:59.412Z[ recovery-image] Sep 05 01:13:58.111 INFO O| Sep 05 01:13:58.111 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-05T01:13:59.425Z[ recovery-image] Sep 05 01:13:58.121 INFO O| Sep 05 01:13:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78232026-09-05T01:13:59.425Z[ recovery-image] Sep 05 01:13:58.121 INFO O| Sep 05 01:13:58.121 INFO STEP 714 (remove_files) COMPLETE
78242026-09-05T01:13:59.425Z[ recovery-image] Sep 05 01:13:58.121 INFO O| Sep 05 01:13:58.121 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-05T01:13:59.430Z[ recovery-image] Sep 05 01:13:58.130 INFO O| Sep 05 01:13:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78262026-09-05T01:13:59.430Z[ recovery-image] Sep 05 01:13:58.130 INFO O| Sep 05 01:13:58.130 INFO STEP 715 (remove_files) COMPLETE
78272026-09-05T01:13:59.430Z[ recovery-image] Sep 05 01:13:58.130 INFO O| Sep 05 01:13:58.130 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-05T01:13:59.439Z[ recovery-image] Sep 05 01:13:58.139 INFO O| Sep 05 01:13:58.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78292026-09-05T01:13:59.443Z[ recovery-image] Sep 05 01:13:58.140 INFO O| Sep 05 01:13:58.140 INFO STEP 716 (remove_files) COMPLETE
78302026-09-05T01:13:59.443Z[ recovery-image] Sep 05 01:13:58.140 INFO O| Sep 05 01:13:58.140 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-05T01:13:59.449Z[ recovery-image] Sep 05 01:13:58.149 INFO O| Sep 05 01:13:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78322026-09-05T01:13:59.453Z[ recovery-image] Sep 05 01:13:58.150 INFO O| Sep 05 01:13:58.150 INFO STEP 717 (remove_files) COMPLETE
78332026-09-05T01:13:59.453Z[ recovery-image] Sep 05 01:13:58.150 INFO O| Sep 05 01:13:58.150 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-05T01:13:59.460Z[ recovery-image] Sep 05 01:13:58.160 INFO O| Sep 05 01:13:58.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78352026-09-05T01:13:59.460Z[ recovery-image] Sep 05 01:13:58.160 INFO O| Sep 05 01:13:58.160 INFO STEP 718 (remove_files) COMPLETE
78362026-09-05T01:13:59.464Z[ recovery-image] Sep 05 01:13:58.160 INFO O| Sep 05 01:13:58.160 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-05T01:13:59.469Z[ recovery-image] Sep 05 01:13:58.169 INFO O| Sep 05 01:13:58.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78382026-09-05T01:13:59.469Z[ recovery-image] Sep 05 01:13:58.169 INFO O| Sep 05 01:13:58.169 INFO STEP 719 (remove_files) COMPLETE
78392026-09-05T01:13:59.473Z[ recovery-image] Sep 05 01:13:58.169 INFO O| Sep 05 01:13:58.169 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-05T01:13:59.486Z[ recovery-image] Sep 05 01:13:58.181 INFO O| Sep 05 01:13:58.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78412026-09-05T01:13:59.486Z[ recovery-image] Sep 05 01:13:58.181 INFO O| Sep 05 01:13:58.181 INFO STEP 720 (remove_files) COMPLETE
78422026-09-05T01:13:59.486Z[ recovery-image] Sep 05 01:13:58.181 INFO O| Sep 05 01:13:58.181 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-05T01:13:59.492Z[ recovery-image] Sep 05 01:13:58.191 INFO O| Sep 05 01:13:58.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78442026-09-05T01:13:59.493Z[ recovery-image] Sep 05 01:13:58.191 INFO O| Sep 05 01:13:58.191 INFO STEP 721 (remove_files) COMPLETE
78452026-09-05T01:13:59.497Z[ recovery-image] Sep 05 01:13:58.191 INFO O| Sep 05 01:13:58.191 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-05T01:13:59.505Z[ recovery-image] Sep 05 01:13:58.203 INFO O| Sep 05 01:13:58.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78472026-09-05T01:13:59.506Z[ recovery-image] Sep 05 01:13:58.203 INFO O| Sep 05 01:13:58.203 INFO STEP 722 (remove_files) COMPLETE
78482026-09-05T01:13:59.510Z[ recovery-image] Sep 05 01:13:58.203 INFO O| Sep 05 01:13:58.203 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-05T01:13:59.514Z[ recovery-image] Sep 05 01:13:58.213 INFO O| Sep 05 01:13:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78502026-09-05T01:13:59.514Z[ recovery-image] Sep 05 01:13:58.213 INFO O| Sep 05 01:13:58.213 INFO STEP 723 (remove_files) COMPLETE
78512026-09-05T01:13:59.514Z[ recovery-image] Sep 05 01:13:58.213 INFO O| Sep 05 01:13:58.213 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-05T01:13:59.522Z[ recovery-image] Sep 05 01:13:58.222 INFO O| Sep 05 01:13:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78532026-09-05T01:13:59.522Z[ recovery-image] Sep 05 01:13:58.222 INFO O| Sep 05 01:13:58.222 INFO STEP 724 (remove_files) COMPLETE
78542026-09-05T01:13:59.526Z[ recovery-image] Sep 05 01:13:58.222 INFO O| Sep 05 01:13:58.222 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-05T01:13:59.530Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78562026-09-05T01:13:59.534Z[ recovery-image] Sep 05 01:13:58.231 INFO O| Sep 05 01:13:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78572026-09-05T01:13:59.534Z[ recovery-image] Sep 05 01:13:58.231 INFO O| Sep 05 01:13:58.231 INFO STEP 725 (remove_files) COMPLETE
78582026-09-05T01:13:59.534Z[ recovery-image] Sep 05 01:13:58.231 INFO O| Sep 05 01:13:58.231 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-09-05T01:13:59.542Z[ recovery-image] Sep 05 01:13:58.242 INFO O| Sep 05 01:13:58.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78602026-09-05T01:13:59.542Z[ recovery-image] Sep 05 01:13:58.242 INFO O| Sep 05 01:13:58.242 INFO STEP 726 (remove_files) COMPLETE
78612026-09-05T01:13:59.542Z[ recovery-image] Sep 05 01:13:58.242 INFO O| Sep 05 01:13:58.242 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-09-05T01:13:59.552Z[ recovery-image] Sep 05 01:13:58.251 INFO O| Sep 05 01:13:58.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78632026-09-05T01:13:59.552Z[ recovery-image] Sep 05 01:13:58.252 INFO O| Sep 05 01:13:58.252 INFO STEP 727 (remove_files) COMPLETE
78642026-09-05T01:13:59.556Z[ recovery-image] Sep 05 01:13:58.252 INFO O| Sep 05 01:13:58.252 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-09-05T01:13:59.563Z[ recovery-image] Sep 05 01:13:58.263 INFO O| Sep 05 01:13:58.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78662026-09-05T01:13:59.563Z[ recovery-image] Sep 05 01:13:58.263 INFO O| Sep 05 01:13:58.263 INFO STEP 728 (remove_files) COMPLETE
78672026-09-05T01:13:59.563Z[ recovery-image] Sep 05 01:13:58.263 INFO O| Sep 05 01:13:58.263 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-09-05T01:13:59.574Z[ recovery-image] Sep 05 01:13:58.274 INFO O| Sep 05 01:13:58.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78692026-09-05T01:13:59.574Z[ recovery-image] Sep 05 01:13:58.274 INFO O| Sep 05 01:13:58.274 INFO STEP 729 (remove_files) COMPLETE
78702026-09-05T01:13:59.574Z[ recovery-image] Sep 05 01:13:58.274 INFO O| Sep 05 01:13:58.274 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-09-05T01:13:59.586Z[ recovery-image] Sep 05 01:13:58.284 INFO O| Sep 05 01:13:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78722026-09-05T01:13:59.586Z[ recovery-image] Sep 05 01:13:58.284 INFO O| Sep 05 01:13:58.284 INFO STEP 730 (remove_files) COMPLETE
78732026-09-05T01:13:59.586Z[ recovery-image] Sep 05 01:13:58.284 INFO O| Sep 05 01:13:58.284 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-09-05T01:13:59.595Z[ recovery-image] Sep 05 01:13:58.294 INFO O| Sep 05 01:13:58.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78752026-09-05T01:13:59.595Z[ recovery-image] Sep 05 01:13:58.295 INFO O| Sep 05 01:13:58.295 INFO STEP 731 (remove_files) COMPLETE
78762026-09-05T01:13:59.595Z[ recovery-image] Sep 05 01:13:58.295 INFO O| Sep 05 01:13:58.295 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-09-05T01:13:59.604Z[ recovery-image] Sep 05 01:13:58.304 INFO O| Sep 05 01:13:58.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78782026-09-05T01:13:59.604Z[ recovery-image] Sep 05 01:13:58.304 INFO O| Sep 05 01:13:58.304 INFO STEP 732 (remove_files) COMPLETE
78792026-09-05T01:13:59.608Z[ recovery-image] Sep 05 01:13:58.304 INFO O| Sep 05 01:13:58.304 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-09-05T01:13:59.616Z[ recovery-image] Sep 05 01:13:58.315 INFO O| Sep 05 01:13:58.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78812026-09-05T01:13:59.616Z[ recovery-image] Sep 05 01:13:58.315 INFO O| Sep 05 01:13:58.315 INFO STEP 733 (remove_files) COMPLETE
78822026-09-05T01:13:59.616Z[ recovery-image] Sep 05 01:13:58.315 INFO O| Sep 05 01:13:58.315 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-09-05T01:13:59.626Z[ recovery-image] Sep 05 01:13:58.326 INFO O| Sep 05 01:13:58.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78842026-09-05T01:13:59.626Z[ recovery-image] Sep 05 01:13:58.326 INFO O| Sep 05 01:13:58.326 INFO STEP 734 (remove_files) COMPLETE
78852026-09-05T01:13:59.630Z[ recovery-image] Sep 05 01:13:58.326 INFO O| Sep 05 01:13:58.326 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-09-05T01:13:59.637Z[ recovery-image] Sep 05 01:13:58.337 INFO O| Sep 05 01:13:58.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78872026-09-05T01:13:59.637Z[ recovery-image] Sep 05 01:13:58.337 INFO O| Sep 05 01:13:58.337 INFO STEP 735 (remove_files) COMPLETE
78882026-09-05T01:13:59.637Z[ recovery-image] Sep 05 01:13:58.337 INFO O| Sep 05 01:13:58.337 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-09-05T01:13:59.649Z[ recovery-image] Sep 05 01:13:58.349 INFO O| Sep 05 01:13:58.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78902026-09-05T01:13:59.649Z[ recovery-image] Sep 05 01:13:58.349 INFO O| Sep 05 01:13:58.349 INFO STEP 736 (remove_files) COMPLETE
78912026-09-05T01:13:59.649Z[ recovery-image] Sep 05 01:13:58.349 INFO O| Sep 05 01:13:58.349 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-09-05T01:13:59.659Z[ recovery-image] Sep 05 01:13:58.359 INFO O| Sep 05 01:13:58.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
78932026-09-05T01:13:59.660Z[ recovery-image] Sep 05 01:13:58.359 INFO O| Sep 05 01:13:58.359 INFO STEP 737 (remove_files) COMPLETE
78942026-09-05T01:13:59.663Z[ recovery-image] Sep 05 01:13:58.359 INFO O| Sep 05 01:13:58.359 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-09-05T01:13:59.669Z[ recovery-image] Sep 05 01:13:58.369 INFO O| Sep 05 01:13:58.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
78962026-09-05T01:13:59.669Z[ recovery-image] Sep 05 01:13:58.369 INFO O| Sep 05 01:13:58.369 INFO STEP 738 (remove_files) COMPLETE
78972026-09-05T01:13:59.669Z[ recovery-image] Sep 05 01:13:58.369 INFO O| Sep 05 01:13:58.369 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-05T01:13:59.678Z[ recovery-image] Sep 05 01:13:58.378 INFO O| Sep 05 01:13:58.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
78992026-09-05T01:13:59.678Z[ recovery-image] Sep 05 01:13:58.378 INFO O| Sep 05 01:13:58.378 INFO STEP 739 (remove_files) COMPLETE
79002026-09-05T01:13:59.682Z[ recovery-image] Sep 05 01:13:58.378 INFO O| Sep 05 01:13:58.378 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-05T01:13:59.687Z[ recovery-image] Sep 05 01:13:58.387 INFO O| Sep 05 01:13:58.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79022026-09-05T01:13:59.687Z[ recovery-image] Sep 05 01:13:58.387 INFO O| Sep 05 01:13:58.387 INFO STEP 740 (remove_files) COMPLETE
79032026-09-05T01:13:59.687Z[ recovery-image] Sep 05 01:13:58.387 INFO O| Sep 05 01:13:58.387 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-05T01:13:59.696Z[ recovery-image] Sep 05 01:13:58.395 INFO O| Sep 05 01:13:58.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79052026-09-05T01:13:59.696Z[ recovery-image] Sep 05 01:13:58.395 INFO O| Sep 05 01:13:58.395 INFO STEP 741 (remove_files) COMPLETE
79062026-09-05T01:13:59.696Z[ recovery-image] Sep 05 01:13:58.395 INFO O| Sep 05 01:13:58.395 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-05T01:13:59.705Z[ recovery-image] Sep 05 01:13:58.405 INFO O| Sep 05 01:13:58.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79082026-09-05T01:13:59.705Z[ recovery-image] Sep 05 01:13:58.405 INFO O| Sep 05 01:13:58.405 INFO STEP 742 (remove_files) COMPLETE
79092026-09-05T01:13:59.705Z[ recovery-image] Sep 05 01:13:58.405 INFO O| Sep 05 01:13:58.405 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-05T01:13:59.714Z[ recovery-image] Sep 05 01:13:58.414 INFO O| Sep 05 01:13:58.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79112026-09-05T01:13:59.715Z[ recovery-image] Sep 05 01:13:58.414 INFO O| Sep 05 01:13:58.414 INFO STEP 743 (remove_files) COMPLETE
79122026-09-05T01:13:59.719Z[ recovery-image] Sep 05 01:13:58.414 INFO O| Sep 05 01:13:58.414 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-05T01:13:59.722Z[ recovery-image] Sep 05 01:13:58.422 INFO O| Sep 05 01:13:58.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79142026-09-05T01:13:59.722Z[ recovery-image] Sep 05 01:13:58.423 INFO O| Sep 05 01:13:58.422 INFO STEP 744 (remove_files) COMPLETE
79152026-09-05T01:13:59.722Z[ recovery-image] Sep 05 01:13:58.423 INFO O| Sep 05 01:13:58.423 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-05T01:13:59.735Z[ recovery-image] Sep 05 01:13:58.435 INFO O| Sep 05 01:13:58.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79172026-09-05T01:13:59.735Z[ recovery-image] Sep 05 01:13:58.435 INFO O| Sep 05 01:13:58.435 INFO STEP 745 (remove_files) COMPLETE
79182026-09-05T01:13:59.739Z[ recovery-image] Sep 05 01:13:58.435 INFO O| Sep 05 01:13:58.435 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-05T01:13:59.745Z[ recovery-image] Sep 05 01:13:58.445 INFO O| Sep 05 01:13:58.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79202026-09-05T01:13:59.745Z[ recovery-image] Sep 05 01:13:58.445 INFO O| Sep 05 01:13:58.445 INFO STEP 746 (remove_files) COMPLETE
79212026-09-05T01:13:59.745Z[ recovery-image] Sep 05 01:13:58.445 INFO O| Sep 05 01:13:58.445 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-05T01:13:59.756Z[ recovery-image] Sep 05 01:13:58.456 INFO O| Sep 05 01:13:58.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79232026-09-05T01:13:59.756Z[ recovery-image] Sep 05 01:13:58.456 INFO O| Sep 05 01:13:58.456 INFO STEP 747 (remove_files) COMPLETE
79242026-09-05T01:13:59.756Z[ recovery-image] Sep 05 01:13:58.456 INFO O| Sep 05 01:13:58.456 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-05T01:13:59.768Z[ recovery-image] Sep 05 01:13:58.466 INFO O| Sep 05 01:13:58.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79262026-09-05T01:13:59.768Z[ recovery-image] Sep 05 01:13:58.466 INFO O| Sep 05 01:13:58.466 INFO STEP 748 (remove_files) COMPLETE
79272026-09-05T01:13:59.772Z[ recovery-image] Sep 05 01:13:58.466 INFO O| Sep 05 01:13:58.466 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-05T01:13:59.782Z[ recovery-image] Sep 05 01:13:58.477 INFO O| Sep 05 01:13:58.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79292026-09-05T01:13:59.782Z[ recovery-image] Sep 05 01:13:58.477 INFO O| Sep 05 01:13:58.477 INFO STEP 749 (remove_files) COMPLETE
79302026-09-05T01:13:59.782Z[ recovery-image] Sep 05 01:13:58.477 INFO O| Sep 05 01:13:58.477 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-05T01:13:59.787Z[ recovery-image] Sep 05 01:13:58.487 INFO O| Sep 05 01:13:58.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79322026-09-05T01:13:59.787Z[ recovery-image] Sep 05 01:13:58.487 INFO O| Sep 05 01:13:58.487 INFO STEP 750 (remove_files) COMPLETE
79332026-09-05T01:13:59.791Z[ recovery-image] Sep 05 01:13:58.487 INFO O| Sep 05 01:13:58.487 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-05T01:13:59.797Z[ recovery-image] Sep 05 01:13:58.497 INFO O| Sep 05 01:13:58.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79352026-09-05T01:13:59.797Z[ recovery-image] Sep 05 01:13:58.497 INFO O| Sep 05 01:13:58.497 INFO STEP 751 (remove_files) COMPLETE
79362026-09-05T01:13:59.797Z[ recovery-image] Sep 05 01:13:58.497 INFO O| Sep 05 01:13:58.497 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-05T01:13:59.807Z[ recovery-image] Sep 05 01:13:58.507 INFO O| Sep 05 01:13:58.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79382026-09-05T01:13:59.807Z[ recovery-image] Sep 05 01:13:58.507 INFO O| Sep 05 01:13:58.507 INFO STEP 752 (remove_files) COMPLETE
79392026-09-05T01:13:59.811Z[ recovery-image] Sep 05 01:13:58.507 INFO O| Sep 05 01:13:58.507 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-05T01:13:59.817Z[ recovery-image] Sep 05 01:13:58.516 INFO O| Sep 05 01:13:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79412026-09-05T01:13:59.817Z[ recovery-image] Sep 05 01:13:58.516 INFO O| Sep 05 01:13:58.516 INFO STEP 753 (remove_files) COMPLETE
79422026-09-05T01:13:59.821Z[ recovery-image] Sep 05 01:13:58.516 INFO O| Sep 05 01:13:58.516 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-05T01:13:59.825Z[ recovery-image] Sep 05 01:13:58.525 INFO O| Sep 05 01:13:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79442026-09-05T01:13:59.825Z[ recovery-image] Sep 05 01:13:58.525 INFO O| Sep 05 01:13:58.525 INFO STEP 754 (remove_files) COMPLETE
79452026-09-05T01:13:59.825Z[ recovery-image] Sep 05 01:13:58.525 INFO O| Sep 05 01:13:58.525 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-05T01:13:59.837Z[ recovery-image] Sep 05 01:13:58.535 INFO O| Sep 05 01:13:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79472026-09-05T01:13:59.837Z[ recovery-image] Sep 05 01:13:58.535 INFO O| Sep 05 01:13:58.535 INFO STEP 755 (remove_files) COMPLETE
79482026-09-05T01:13:59.838Z[ recovery-image] Sep 05 01:13:58.535 INFO O| Sep 05 01:13:58.535 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-05T01:13:59.863Z[ recovery-image] Sep 05 01:13:58.562 INFO O| Sep 05 01:13:58.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79502026-09-05T01:13:59.863Z[ recovery-image] Sep 05 01:13:58.562 INFO O| Sep 05 01:13:58.562 INFO STEP 756 (remove_files) COMPLETE
79512026-09-05T01:13:59.863Z[ recovery-image] Sep 05 01:13:58.562 INFO O| Sep 05 01:13:58.562 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-05T01:13:59.873Z[ recovery-image] Sep 05 01:13:58.573 INFO O| Sep 05 01:13:58.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79532026-09-05T01:13:59.874Z[ recovery-image] Sep 05 01:13:58.573 INFO O| Sep 05 01:13:58.573 INFO STEP 757 (remove_files) COMPLETE
79542026-09-05T01:13:59.878Z[ recovery-image] Sep 05 01:13:58.573 INFO O| Sep 05 01:13:58.573 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-05T01:13:59.883Z[ recovery-image] Sep 05 01:13:58.583 INFO O| Sep 05 01:13:58.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79562026-09-05T01:13:59.883Z[ recovery-image] Sep 05 01:13:58.583 INFO O| Sep 05 01:13:58.583 INFO STEP 758 (remove_files) COMPLETE
79572026-09-05T01:13:59.887Z[ recovery-image] Sep 05 01:13:58.583 INFO O| Sep 05 01:13:58.583 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-05T01:13:59.893Z[ recovery-image] Sep 05 01:13:58.592 INFO O| Sep 05 01:13:58.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79592026-09-05T01:13:59.896Z[ recovery-image] Sep 05 01:13:58.592 INFO O| Sep 05 01:13:58.592 INFO STEP 759 (remove_files) COMPLETE
79602026-09-05T01:13:59.897Z[ recovery-image] Sep 05 01:13:58.592 INFO O| Sep 05 01:13:58.592 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-05T01:13:59.902Z[ recovery-image] Sep 05 01:13:58.602 INFO O| Sep 05 01:13:58.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79622026-09-05T01:13:59.902Z[ recovery-image] Sep 05 01:13:58.602 INFO O| Sep 05 01:13:58.602 INFO STEP 760 (remove_files) COMPLETE
79632026-09-05T01:13:59.902Z[ recovery-image] Sep 05 01:13:58.602 INFO O| Sep 05 01:13:58.602 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-05T01:13:59.912Z[ recovery-image] Sep 05 01:13:58.612 INFO O| Sep 05 01:13:58.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79652026-09-05T01:13:59.916Z[ recovery-image] Sep 05 01:13:58.612 INFO O| Sep 05 01:13:58.612 INFO STEP 761 (remove_files) COMPLETE
79662026-09-05T01:13:59.916Z[ recovery-image] Sep 05 01:13:58.612 INFO O| Sep 05 01:13:58.612 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-05T01:13:59.922Z[ recovery-image] Sep 05 01:13:58.621 INFO O| Sep 05 01:13:58.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79682026-09-05T01:13:59.922Z[ recovery-image] Sep 05 01:13:58.622 INFO O| Sep 05 01:13:58.622 INFO STEP 762 (remove_files) COMPLETE
79692026-09-05T01:13:59.926Z[ recovery-image] Sep 05 01:13:58.622 INFO O| Sep 05 01:13:58.622 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-05T01:13:59.932Z[ recovery-image] Sep 05 01:13:58.631 INFO O| Sep 05 01:13:58.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79712026-09-05T01:13:59.932Z[ recovery-image] Sep 05 01:13:58.632 INFO O| Sep 05 01:13:58.632 INFO STEP 763 (remove_files) COMPLETE
79722026-09-05T01:13:59.932Z[ recovery-image] Sep 05 01:13:58.632 INFO O| Sep 05 01:13:58.632 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-05T01:13:59.939Z[ recovery-image] Sep 05 01:13:58.640 INFO O| Sep 05 01:13:58.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79742026-09-05T01:13:59.940Z[ recovery-image] Sep 05 01:13:58.640 INFO O| Sep 05 01:13:58.640 INFO STEP 764 (remove_files) COMPLETE
79752026-09-05T01:13:59.944Z[ recovery-image] Sep 05 01:13:58.640 INFO O| Sep 05 01:13:58.640 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-05T01:13:59.947Z[ recovery-image] Sep 05 01:13:58.648 INFO O| Sep 05 01:13:58.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79772026-09-05T01:13:59.947Z[ recovery-image] Sep 05 01:13:58.648 INFO O| Sep 05 01:13:58.648 INFO STEP 765 (remove_files) COMPLETE
79782026-09-05T01:13:59.947Z[ recovery-image] Sep 05 01:13:58.648 INFO O| Sep 05 01:13:58.648 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-05T01:13:59.955Z[ recovery-image] Sep 05 01:13:58.655 INFO O| Sep 05 01:13:58.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79802026-09-05T01:13:59.956Z[ recovery-image] Sep 05 01:13:58.656 INFO O| Sep 05 01:13:58.656 INFO STEP 766 (remove_files) COMPLETE
79812026-09-05T01:13:59.956Z[ recovery-image] Sep 05 01:13:58.656 INFO O| Sep 05 01:13:58.656 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-05T01:13:59.960Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
79832026-09-05T01:13:59.964Z[ recovery-image] Sep 05 01:13:58.665 INFO O| Sep 05 01:13:58.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79842026-09-05T01:13:59.965Z[ recovery-image] Sep 05 01:13:58.665 INFO O| Sep 05 01:13:58.665 INFO STEP 767 (remove_files) COMPLETE
79852026-09-05T01:13:59.965Z[ recovery-image] Sep 05 01:13:58.665 INFO O| Sep 05 01:13:58.665 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-09-05T01:13:59.974Z[ recovery-image] Sep 05 01:13:58.674 INFO O| Sep 05 01:13:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79872026-09-05T01:13:59.974Z[ recovery-image] Sep 05 01:13:58.674 INFO O| Sep 05 01:13:58.674 INFO STEP 768 (remove_files) COMPLETE
79882026-09-05T01:13:59.974Z[ recovery-image] Sep 05 01:13:58.674 INFO O| Sep 05 01:13:58.674 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-09-05T01:13:59.988Z[ recovery-image] Sep 05 01:13:58.687 INFO O| Sep 05 01:13:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
79902026-09-05T01:13:59.988Z[ recovery-image] Sep 05 01:13:58.688 INFO O| Sep 05 01:13:58.688 INFO STEP 769 (remove_files) COMPLETE
79912026-09-05T01:13:59.988Z[ recovery-image] Sep 05 01:13:58.688 INFO O| Sep 05 01:13:58.688 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-09-05T01:13:59.998Z[ recovery-image] Sep 05 01:13:58.698 INFO O| Sep 05 01:13:58.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
79932026-09-05T01:13:59.998Z[ recovery-image] Sep 05 01:13:58.698 INFO O| Sep 05 01:13:58.698 INFO STEP 770 (remove_files) COMPLETE
79942026-09-05T01:13:59.998Z[ recovery-image] Sep 05 01:13:58.698 INFO O| Sep 05 01:13:58.698 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-09-05T01:14:00.014Z[ recovery-image] Sep 05 01:13:58.710 INFO O| Sep 05 01:13:58.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
79962026-09-05T01:14:00.014Z[ recovery-image] Sep 05 01:13:58.710 INFO O| Sep 05 01:13:58.710 INFO STEP 771 (remove_files) COMPLETE
79972026-09-05T01:14:00.014Z[ recovery-image] Sep 05 01:13:58.710 INFO O| Sep 05 01:13:58.710 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-09-05T01:14:00.020Z[ recovery-image] Sep 05 01:13:58.720 INFO O| Sep 05 01:13:58.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
79992026-09-05T01:14:00.020Z[ recovery-image] Sep 05 01:13:58.720 INFO O| Sep 05 01:13:58.720 INFO STEP 772 (remove_files) COMPLETE
80002026-09-05T01:14:00.020Z[ recovery-image] Sep 05 01:13:58.720 INFO O| Sep 05 01:13:58.720 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-09-05T01:14:00.031Z[ recovery-image] Sep 05 01:13:58.730 INFO O| Sep 05 01:13:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80022026-09-05T01:14:00.031Z[ recovery-image] Sep 05 01:13:58.730 INFO O| Sep 05 01:13:58.730 INFO STEP 773 (remove_files) COMPLETE
80032026-09-05T01:14:00.031Z[ recovery-image] Sep 05 01:13:58.730 INFO O| Sep 05 01:13:58.730 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-09-05T01:14:00.040Z[ recovery-image] Sep 05 01:13:58.740 INFO O| Sep 05 01:13:58.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80052026-09-05T01:14:00.040Z[ recovery-image] Sep 05 01:13:58.740 INFO O| Sep 05 01:13:58.740 INFO STEP 774 (remove_files) COMPLETE
80062026-09-05T01:14:00.044Z[ recovery-image] Sep 05 01:13:58.740 INFO O| Sep 05 01:13:58.740 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-09-05T01:14:00.044Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
80082026-09-05T01:14:00.054Z[ recovery-image] Sep 05 01:13:58.749 INFO O| Sep 05 01:13:58.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80092026-09-05T01:14:00.054Z[ recovery-image] Sep 05 01:13:58.749 INFO O| Sep 05 01:13:58.749 INFO STEP 775 (remove_files) COMPLETE
80102026-09-05T01:14:00.054Z[ recovery-image] Sep 05 01:13:58.749 INFO O| Sep 05 01:13:58.749 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-05T01:14:00.059Z[ recovery-image] Sep 05 01:13:58.759 INFO O| Sep 05 01:13:58.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80122026-09-05T01:14:00.059Z[ recovery-image] Sep 05 01:13:58.759 INFO O| Sep 05 01:13:58.759 INFO STEP 776 (remove_files) COMPLETE
80132026-09-05T01:14:00.059Z[ recovery-image] Sep 05 01:13:58.759 INFO O| Sep 05 01:13:58.759 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-05T01:14:00.068Z[ recovery-image] Sep 05 01:13:58.767 INFO O| Sep 05 01:13:58.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80152026-09-05T01:14:00.068Z[ recovery-image] Sep 05 01:13:58.767 INFO O| Sep 05 01:13:58.767 INFO STEP 777 (remove_files) COMPLETE
80162026-09-05T01:14:00.068Z[ recovery-image] Sep 05 01:13:58.767 INFO O| Sep 05 01:13:58.767 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-05T01:14:00.077Z[ recovery-image] Sep 05 01:13:58.776 INFO O| Sep 05 01:13:58.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80182026-09-05T01:14:00.077Z[ recovery-image] Sep 05 01:13:58.776 INFO O| Sep 05 01:13:58.776 INFO STEP 778 (remove_files) COMPLETE
80192026-09-05T01:14:00.077Z[ recovery-image] Sep 05 01:13:58.776 INFO O| Sep 05 01:13:58.776 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-05T01:14:00.086Z[ recovery-image] Sep 05 01:13:58.786 INFO O| Sep 05 01:13:58.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80212026-09-05T01:14:00.090Z[ recovery-image] Sep 05 01:13:58.786 INFO O| Sep 05 01:13:58.786 INFO STEP 779 (remove_files) COMPLETE
80222026-09-05T01:14:00.090Z[ recovery-image] Sep 05 01:13:58.786 INFO O| Sep 05 01:13:58.786 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-05T01:14:00.090Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
80242026-09-05T01:14:00.097Z[ recovery-image] Sep 05 01:13:58.796 INFO O| Sep 05 01:13:58.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80252026-09-05T01:14:00.097Z[ recovery-image] Sep 05 01:13:58.797 INFO O| Sep 05 01:13:58.796 INFO STEP 780 (remove_files) COMPLETE
80262026-09-05T01:14:00.101Z[ recovery-image] Sep 05 01:13:58.797 INFO O| Sep 05 01:13:58.796 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-05T01:14:00.108Z[ recovery-image] Sep 05 01:13:58.808 INFO O| Sep 05 01:13:58.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80282026-09-05T01:14:00.108Z[ recovery-image] Sep 05 01:13:58.808 INFO O| Sep 05 01:13:58.808 INFO STEP 781 (remove_files) COMPLETE
80292026-09-05T01:14:00.108Z[ recovery-image] Sep 05 01:13:58.808 INFO O| Sep 05 01:13:58.808 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-05T01:14:00.119Z[ recovery-image] Sep 05 01:13:58.819 INFO O| Sep 05 01:13:58.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80312026-09-05T01:14:00.119Z[ recovery-image] Sep 05 01:13:58.819 INFO O| Sep 05 01:13:58.819 INFO STEP 782 (remove_files) COMPLETE
80322026-09-05T01:14:00.119Z[ recovery-image] Sep 05 01:13:58.819 INFO O| Sep 05 01:13:58.819 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-09-05T01:14:00.128Z[ recovery-image] Sep 05 01:13:58.828 INFO O| Sep 05 01:13:58.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80342026-09-05T01:14:00.128Z[ recovery-image] Sep 05 01:13:58.828 INFO O| Sep 05 01:13:58.828 INFO STEP 783 (remove_files) COMPLETE
80352026-09-05T01:14:00.132Z[ recovery-image] Sep 05 01:13:58.828 INFO O| Sep 05 01:13:58.828 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-09-05T01:14:00.139Z[ recovery-image] Sep 05 01:13:58.839 INFO O| Sep 05 01:13:58.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80372026-09-05T01:14:00.139Z[ recovery-image] Sep 05 01:13:58.839 INFO O| Sep 05 01:13:58.839 INFO STEP 784 (remove_files) COMPLETE
80382026-09-05T01:14:00.140Z[ recovery-image] Sep 05 01:13:58.839 INFO O| Sep 05 01:13:58.839 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-09-05T01:14:00.151Z[ recovery-image] Sep 05 01:13:58.849 INFO O| Sep 05 01:13:58.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80402026-09-05T01:14:00.151Z[ recovery-image] Sep 05 01:13:58.849 INFO O| Sep 05 01:13:58.849 INFO STEP 785 (remove_files) COMPLETE
80412026-09-05T01:14:00.155Z[ recovery-image] Sep 05 01:13:58.849 INFO O| Sep 05 01:13:58.849 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-09-05T01:14:00.160Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
80432026-09-05T01:14:00.160Z[ recovery-image] Sep 05 01:13:58.859 INFO O| Sep 05 01:13:58.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80442026-09-05T01:14:00.160Z[ recovery-image] Sep 05 01:13:58.859 INFO O| Sep 05 01:13:58.859 INFO STEP 786 (remove_files) COMPLETE
80452026-09-05T01:14:00.160Z[ recovery-image] Sep 05 01:13:58.859 INFO O| Sep 05 01:13:58.859 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-05T01:14:00.168Z[ recovery-image] Sep 05 01:13:58.868 INFO O| Sep 05 01:13:58.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80472026-09-05T01:14:00.168Z[ recovery-image] Sep 05 01:13:58.868 INFO O| Sep 05 01:13:58.868 INFO STEP 787 (remove_files) COMPLETE
80482026-09-05T01:14:00.168Z[ recovery-image] Sep 05 01:13:58.868 INFO O| Sep 05 01:13:58.868 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-05T01:14:00.177Z[ recovery-image] Sep 05 01:13:58.877 INFO O| Sep 05 01:13:58.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80502026-09-05T01:14:00.177Z[ recovery-image] Sep 05 01:13:58.877 INFO O| Sep 05 01:13:58.877 INFO STEP 788 (remove_files) COMPLETE
80512026-09-05T01:14:00.177Z[ recovery-image] Sep 05 01:13:58.877 INFO O| Sep 05 01:13:58.877 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-05T01:14:00.193Z[ recovery-image] Sep 05 01:13:58.892 INFO O| Sep 05 01:13:58.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80532026-09-05T01:14:00.193Z[ recovery-image] Sep 05 01:13:58.893 INFO O| Sep 05 01:13:58.893 INFO STEP 789 (remove_files) COMPLETE
80542026-09-05T01:14:00.193Z[ recovery-image] Sep 05 01:13:58.893 INFO O| Sep 05 01:13:58.893 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-05T01:14:00.204Z[ recovery-image] Sep 05 01:13:58.903 INFO O| Sep 05 01:13:58.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80562026-09-05T01:14:00.204Z[ recovery-image] Sep 05 01:13:58.903 INFO O| Sep 05 01:13:58.903 INFO STEP 790 (remove_files) COMPLETE
80572026-09-05T01:14:00.211Z[ recovery-image] Sep 05 01:13:58.903 INFO O| Sep 05 01:13:58.903 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-05T01:14:00.214Z[ recovery-image] Sep 05 01:13:58.912 INFO O| Sep 05 01:13:58.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80592026-09-05T01:14:00.214Z[ recovery-image] Sep 05 01:13:58.912 INFO O| Sep 05 01:13:58.912 INFO STEP 791 (remove_files) COMPLETE
80602026-09-05T01:14:00.215Z[ recovery-image] Sep 05 01:13:58.912 INFO O| Sep 05 01:13:58.912 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-05T01:14:00.221Z[ recovery-image] Sep 05 01:13:58.921 INFO O| Sep 05 01:13:58.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80622026-09-05T01:14:00.221Z[ recovery-image] Sep 05 01:13:58.921 INFO O| Sep 05 01:13:58.921 INFO STEP 792 (remove_files) COMPLETE
80632026-09-05T01:14:00.221Z[ recovery-image] Sep 05 01:13:58.921 INFO O| Sep 05 01:13:58.921 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-05T01:14:00.230Z[ recovery-image] Sep 05 01:13:58.930 INFO O| Sep 05 01:13:58.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80652026-09-05T01:14:00.230Z[ recovery-image] Sep 05 01:13:58.930 INFO O| Sep 05 01:13:58.930 INFO STEP 793 (remove_files) COMPLETE
80662026-09-05T01:14:00.234Z[ recovery-image] Sep 05 01:13:58.930 INFO O| Sep 05 01:13:58.930 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-05T01:14:00.239Z[ recovery-image] Sep 05 01:13:58.939 INFO O| Sep 05 01:13:58.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80682026-09-05T01:14:00.239Z[ recovery-image] Sep 05 01:13:58.939 INFO O| Sep 05 01:13:58.939 INFO STEP 794 (remove_files) COMPLETE
80692026-09-05T01:14:00.239Z[ recovery-image] Sep 05 01:13:58.939 INFO O| Sep 05 01:13:58.939 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-05T01:14:00.248Z[ recovery-image] Sep 05 01:13:58.948 INFO O| Sep 05 01:13:58.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80712026-09-05T01:14:00.248Z[ recovery-image] Sep 05 01:13:58.948 INFO O| Sep 05 01:13:58.948 INFO STEP 795 (remove_files) COMPLETE
80722026-09-05T01:14:00.248Z[ recovery-image] Sep 05 01:13:58.948 INFO O| Sep 05 01:13:58.948 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-05T01:14:00.257Z[ recovery-image] Sep 05 01:13:58.957 INFO O| Sep 05 01:13:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80742026-09-05T01:14:00.257Z[ recovery-image] Sep 05 01:13:58.957 INFO O| Sep 05 01:13:58.957 INFO STEP 796 (remove_files) COMPLETE
80752026-09-05T01:14:00.257Z[ recovery-image] Sep 05 01:13:58.957 INFO O| Sep 05 01:13:58.957 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-05T01:14:00.266Z[ recovery-image] Sep 05 01:13:58.966 INFO O| Sep 05 01:13:58.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80772026-09-05T01:14:00.266Z[ recovery-image] Sep 05 01:13:58.966 INFO O| Sep 05 01:13:58.966 INFO STEP 797 (remove_files) COMPLETE
80782026-09-05T01:14:00.266Z[ recovery-image] Sep 05 01:13:58.966 INFO O| Sep 05 01:13:58.966 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-05T01:14:00.276Z[ recovery-image] Sep 05 01:13:58.976 INFO O| Sep 05 01:13:58.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80802026-09-05T01:14:00.276Z[ recovery-image] Sep 05 01:13:58.976 INFO O| Sep 05 01:13:58.976 INFO STEP 798 (remove_files) COMPLETE
80812026-09-05T01:14:00.279Z[ recovery-image] Sep 05 01:13:58.976 INFO O| Sep 05 01:13:58.976 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-05T01:14:00.290Z[ recovery-image] Sep 05 01:13:58.990 INFO O| Sep 05 01:13:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80832026-09-05T01:14:00.290Z[ recovery-image] Sep 05 01:13:58.990 INFO O| Sep 05 01:13:58.990 INFO STEP 799 (remove_files) COMPLETE
80842026-09-05T01:14:00.290Z[ recovery-image] Sep 05 01:13:58.990 INFO O| Sep 05 01:13:58.990 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-05T01:14:00.301Z[ recovery-image] Sep 05 01:13:59.000 INFO O| Sep 05 01:13:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80862026-09-05T01:14:00.307Z[ recovery-image] Sep 05 01:13:59.007 INFO O| Sep 05 01:13:59.007 INFO STEP 800 (remove_files) COMPLETE
80872026-09-05T01:14:00.307Z[ recovery-image] Sep 05 01:13:59.007 INFO O| Sep 05 01:13:59.007 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-05T01:14:00.318Z[ recovery-image] Sep 05 01:13:59.018 INFO O| Sep 05 01:13:59.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
80892026-09-05T01:14:00.318Z[ recovery-image] Sep 05 01:13:59.018 INFO O| Sep 05 01:13:59.018 INFO STEP 801 (remove_files) COMPLETE
80902026-09-05T01:14:00.322Z[ recovery-image] Sep 05 01:13:59.018 INFO O| Sep 05 01:13:59.018 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-05T01:14:00.329Z[ recovery-image] Sep 05 01:13:59.029 INFO O| Sep 05 01:13:59.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
80922026-09-05T01:14:00.329Z[ recovery-image] Sep 05 01:13:59.029 INFO O| Sep 05 01:13:59.029 INFO STEP 802 (remove_files) COMPLETE
80932026-09-05T01:14:00.329Z[ recovery-image] Sep 05 01:13:59.029 INFO O| Sep 05 01:13:59.029 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-05T01:14:00.340Z[ recovery-image] Sep 05 01:13:59.039 INFO O| Sep 05 01:13:59.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
80952026-09-05T01:14:00.344Z[ recovery-image] Sep 05 01:13:59.039 INFO O| Sep 05 01:13:59.039 INFO STEP 803 (remove_files) COMPLETE
80962026-09-05T01:14:00.344Z[ recovery-image] Sep 05 01:13:59.039 INFO O| Sep 05 01:13:59.039 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-05T01:14:00.355Z[ recovery-image] Sep 05 01:13:59.054 INFO O| Sep 05 01:13:59.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
80982026-09-05T01:14:00.355Z[ recovery-image] Sep 05 01:13:59.054 INFO O| Sep 05 01:13:59.054 INFO STEP 804 (remove_files) COMPLETE
80992026-09-05T01:14:00.355Z[ recovery-image] Sep 05 01:13:59.054 INFO O| Sep 05 01:13:59.054 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-05T01:14:00.365Z[ recovery-image] Sep 05 01:13:59.065 INFO O| Sep 05 01:13:59.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81012026-09-05T01:14:00.369Z[ recovery-image] Sep 05 01:13:59.065 INFO O| Sep 05 01:13:59.065 INFO STEP 805 (remove_files) COMPLETE
81022026-09-05T01:14:00.369Z[ recovery-image] Sep 05 01:13:59.065 INFO O| Sep 05 01:13:59.065 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-05T01:14:00.375Z[ recovery-image] Sep 05 01:13:59.075 INFO O| Sep 05 01:13:59.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81042026-09-05T01:14:00.375Z[ recovery-image] Sep 05 01:13:59.075 INFO O| Sep 05 01:13:59.075 INFO STEP 806 (remove_files) COMPLETE
81052026-09-05T01:14:00.379Z[ recovery-image] Sep 05 01:13:59.075 INFO O| Sep 05 01:13:59.075 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-05T01:14:00.386Z[ recovery-image] Sep 05 01:13:59.086 INFO O| Sep 05 01:13:59.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81072026-09-05T01:14:00.386Z[ recovery-image] Sep 05 01:13:59.086 INFO O| Sep 05 01:13:59.086 INFO STEP 807 (remove_files) COMPLETE
81082026-09-05T01:14:00.390Z[ recovery-image] Sep 05 01:13:59.086 INFO O| Sep 05 01:13:59.086 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-05T01:14:00.396Z[ recovery-image] Sep 05 01:13:59.096 INFO O| Sep 05 01:13:59.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81102026-09-05T01:14:00.396Z[ recovery-image] Sep 05 01:13:59.096 INFO O| Sep 05 01:13:59.096 INFO STEP 808 (remove_files) COMPLETE
81112026-09-05T01:14:00.396Z[ recovery-image] Sep 05 01:13:59.096 INFO O| Sep 05 01:13:59.096 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-05T01:14:00.408Z[ recovery-image] Sep 05 01:13:59.106 INFO O| Sep 05 01:13:59.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81132026-09-05T01:14:00.408Z[ recovery-image] Sep 05 01:13:59.106 INFO O| Sep 05 01:13:59.106 INFO STEP 809 (remove_files) COMPLETE
81142026-09-05T01:14:00.408Z[ recovery-image] Sep 05 01:13:59.106 INFO O| Sep 05 01:13:59.106 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-05T01:14:00.415Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
81162026-09-05T01:14:00.418Z[ recovery-image] Sep 05 01:13:59.116 INFO O| Sep 05 01:13:59.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81172026-09-05T01:14:00.418Z[ recovery-image] Sep 05 01:13:59.116 INFO O| Sep 05 01:13:59.116 INFO STEP 810 (remove_files) COMPLETE
81182026-09-05T01:14:00.419Z[ recovery-image] Sep 05 01:13:59.116 INFO O| Sep 05 01:13:59.116 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-09-05T01:14:00.426Z[ recovery-image] Sep 05 01:13:59.124 INFO O| Sep 05 01:13:59.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81202026-09-05T01:14:00.426Z[ recovery-image] Sep 05 01:13:59.124 INFO O| Sep 05 01:13:59.124 INFO STEP 811 (remove_files) COMPLETE
81212026-09-05T01:14:00.426Z[ recovery-image] Sep 05 01:13:59.124 INFO O| Sep 05 01:13:59.124 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-09-05T01:14:00.434Z[ recovery-image] Sep 05 01:13:59.134 INFO O| Sep 05 01:13:59.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81232026-09-05T01:14:00.434Z[ recovery-image] Sep 05 01:13:59.134 INFO O| Sep 05 01:13:59.134 INFO STEP 812 (remove_files) COMPLETE
81242026-09-05T01:14:00.434Z[ recovery-image] Sep 05 01:13:59.134 INFO O| Sep 05 01:13:59.134 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-09-05T01:14:00.442Z[ recovery-image] Sep 05 01:13:59.143 INFO O| Sep 05 01:13:59.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81262026-09-05T01:14:00.443Z[ recovery-image] Sep 05 01:13:59.143 INFO O| Sep 05 01:13:59.143 INFO STEP 813 (remove_files) COMPLETE
81272026-09-05T01:14:00.443Z[ recovery-image] Sep 05 01:13:59.143 INFO O| Sep 05 01:13:59.143 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-09-05T01:14:00.446Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
81292026-09-05T01:14:00.454Z[ recovery-image] Sep 05 01:13:59.152 INFO O| Sep 05 01:13:59.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81302026-09-05T01:14:00.454Z[ recovery-image] Sep 05 01:13:59.152 INFO O| Sep 05 01:13:59.152 INFO STEP 814 (remove_files) COMPLETE
81312026-09-05T01:14:00.454Z[ recovery-image] Sep 05 01:13:59.152 INFO O| Sep 05 01:13:59.152 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-09-05T01:14:00.463Z[ recovery-image] Sep 05 01:13:59.163 INFO O| Sep 05 01:13:59.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81332026-09-05T01:14:00.467Z[ recovery-image] Sep 05 01:13:59.164 INFO O| Sep 05 01:13:59.164 INFO STEP 815 (remove_files) COMPLETE
81342026-09-05T01:14:00.467Z[ recovery-image] Sep 05 01:13:59.164 INFO O| Sep 05 01:13:59.164 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-09-05T01:14:00.475Z[ recovery-image] Sep 05 01:13:59.175 INFO O| Sep 05 01:13:59.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81362026-09-05T01:14:00.475Z[ recovery-image] Sep 05 01:13:59.175 INFO O| Sep 05 01:13:59.175 INFO STEP 816 (remove_files) COMPLETE
81372026-09-05T01:14:00.479Z[ recovery-image] Sep 05 01:13:59.175 INFO O| Sep 05 01:13:59.175 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-09-05T01:14:00.485Z[ recovery-image] Sep 05 01:13:59.185 INFO O| Sep 05 01:13:59.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81392026-09-05T01:14:00.485Z[ recovery-image] Sep 05 01:13:59.185 INFO O| Sep 05 01:13:59.185 INFO STEP 817 (remove_files) COMPLETE
81402026-09-05T01:14:00.489Z[ recovery-image] Sep 05 01:13:59.185 INFO O| Sep 05 01:13:59.185 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-09-05T01:14:00.495Z[ recovery-image] Sep 05 01:13:59.196 INFO O| Sep 05 01:13:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81422026-09-05T01:14:00.495Z[ recovery-image] Sep 05 01:13:59.196 INFO O| Sep 05 01:13:59.196 INFO STEP 818 (remove_files) COMPLETE
81432026-09-05T01:14:00.495Z[ recovery-image] Sep 05 01:13:59.196 INFO O| Sep 05 01:13:59.196 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-09-05T01:14:00.507Z[ recovery-image] Sep 05 01:13:59.207 INFO O| Sep 05 01:13:59.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81452026-09-05T01:14:00.507Z[ recovery-image] Sep 05 01:13:59.207 INFO O| Sep 05 01:13:59.207 INFO STEP 819 (remove_files) COMPLETE
81462026-09-05T01:14:00.507Z[ recovery-image] Sep 05 01:13:59.207 INFO O| Sep 05 01:13:59.207 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-05T01:14:00.517Z[ recovery-image] Sep 05 01:13:59.217 INFO O| Sep 05 01:13:59.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81482026-09-05T01:14:00.517Z[ recovery-image] Sep 05 01:13:59.217 INFO O| Sep 05 01:13:59.217 INFO STEP 820 (remove_files) COMPLETE
81492026-09-05T01:14:00.518Z[ recovery-image] Sep 05 01:13:59.217 INFO O| Sep 05 01:13:59.217 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-05T01:14:00.529Z[ recovery-image] Sep 05 01:13:59.229 INFO O| Sep 05 01:13:59.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81512026-09-05T01:14:00.529Z[ recovery-image] Sep 05 01:13:59.229 INFO O| Sep 05 01:13:59.229 INFO STEP 821 (remove_files) COMPLETE
81522026-09-05T01:14:00.529Z[ recovery-image] Sep 05 01:13:59.229 INFO O| Sep 05 01:13:59.229 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-05T01:14:00.541Z[ recovery-image] Sep 05 01:13:59.240 INFO O| Sep 05 01:13:59.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81542026-09-05T01:14:00.541Z[ recovery-image] Sep 05 01:13:59.240 INFO O| Sep 05 01:13:59.240 INFO STEP 822 (remove_files) COMPLETE
81552026-09-05T01:14:00.545Z[ recovery-image] Sep 05 01:13:59.240 INFO O| Sep 05 01:13:59.240 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-09-05T01:14:00.550Z[ recovery-image] Sep 05 01:13:59.250 INFO O| Sep 05 01:13:59.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81572026-09-05T01:14:00.550Z[ recovery-image] Sep 05 01:13:59.250 INFO O| Sep 05 01:13:59.250 INFO STEP 823 (remove_files) COMPLETE
81582026-09-05T01:14:00.554Z[ recovery-image] Sep 05 01:13:59.250 INFO O| Sep 05 01:13:59.250 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-05T01:14:00.560Z[ recovery-image] Sep 05 01:13:59.261 INFO O| Sep 05 01:13:59.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81602026-09-05T01:14:00.561Z[ recovery-image] Sep 05 01:13:59.261 INFO O| Sep 05 01:13:59.261 INFO STEP 824 (remove_files) COMPLETE
81612026-09-05T01:14:00.564Z[ recovery-image] Sep 05 01:13:59.261 INFO O| Sep 05 01:13:59.261 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-05T01:14:00.572Z[ recovery-image] Sep 05 01:13:59.272 INFO O| Sep 05 01:13:59.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81632026-09-05T01:14:00.572Z[ recovery-image] Sep 05 01:13:59.272 INFO O| Sep 05 01:13:59.272 INFO STEP 825 (remove_files) COMPLETE
81642026-09-05T01:14:00.575Z[ recovery-image] Sep 05 01:13:59.272 INFO O| Sep 05 01:13:59.272 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-05T01:14:00.588Z[ recovery-image] Sep 05 01:13:59.283 INFO O| Sep 05 01:13:59.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81662026-09-05T01:14:00.588Z[ recovery-image] Sep 05 01:13:59.283 INFO O| Sep 05 01:13:59.283 INFO STEP 826 (remove_files) COMPLETE
81672026-09-05T01:14:00.588Z[ recovery-image] Sep 05 01:13:59.283 INFO O| Sep 05 01:13:59.283 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-05T01:14:00.594Z[ recovery-image] Sep 05 01:13:59.294 INFO O| Sep 05 01:13:59.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81692026-09-05T01:14:00.594Z[ recovery-image] Sep 05 01:13:59.294 INFO O| Sep 05 01:13:59.294 INFO STEP 827 (remove_files) COMPLETE
81702026-09-05T01:14:00.594Z[ recovery-image] Sep 05 01:13:59.294 INFO O| Sep 05 01:13:59.294 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-05T01:14:00.603Z[ recovery-image] Sep 05 01:13:59.303 INFO O| Sep 05 01:13:59.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81722026-09-05T01:14:00.603Z[ recovery-image] Sep 05 01:13:59.303 INFO O| Sep 05 01:13:59.303 INFO STEP 828 (remove_files) COMPLETE
81732026-09-05T01:14:00.603Z[ recovery-image] Sep 05 01:13:59.303 INFO O| Sep 05 01:13:59.303 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-05T01:14:00.612Z[ recovery-image] Sep 05 01:13:59.312 INFO O| Sep 05 01:13:59.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81752026-09-05T01:14:00.612Z[ recovery-image] Sep 05 01:13:59.312 INFO O| Sep 05 01:13:59.312 INFO STEP 829 (remove_files) COMPLETE
81762026-09-05T01:14:00.612Z[ recovery-image] Sep 05 01:13:59.312 INFO O| Sep 05 01:13:59.312 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-05T01:14:00.631Z[ recovery-image] Sep 05 01:13:59.327 INFO O| Sep 05 01:13:59.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81782026-09-05T01:14:00.631Z[ recovery-image] Sep 05 01:13:59.327 INFO O| Sep 05 01:13:59.320 INFO STEP 830 (remove_files) COMPLETE
81792026-09-05T01:14:00.631Z[ recovery-image] Sep 05 01:13:59.328 INFO O| Sep 05 01:13:59.320 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-05T01:14:00.638Z[ recovery-image] Sep 05 01:13:59.337 INFO O| Sep 05 01:13:59.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81812026-09-05T01:14:00.638Z[ recovery-image] Sep 05 01:13:59.337 INFO O| Sep 05 01:13:59.337 INFO STEP 831 (remove_files) COMPLETE
81822026-09-05T01:14:00.638Z[ recovery-image] Sep 05 01:13:59.337 INFO O| Sep 05 01:13:59.337 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-05T01:14:00.650Z[ recovery-image] Sep 05 01:13:59.350 INFO O| Sep 05 01:13:59.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81842026-09-05T01:14:00.650Z[ recovery-image] Sep 05 01:13:59.350 INFO O| Sep 05 01:13:59.350 INFO STEP 832 (remove_files) COMPLETE
81852026-09-05T01:14:00.650Z[ recovery-image] Sep 05 01:13:59.350 INFO O| Sep 05 01:13:59.350 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-09-05T01:14:00.662Z[ recovery-image] Sep 05 01:13:59.361 INFO O| Sep 05 01:13:59.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
81872026-09-05T01:14:00.662Z[ recovery-image] Sep 05 01:13:59.361 INFO O| Sep 05 01:13:59.361 INFO STEP 833 (remove_files) COMPLETE
81882026-09-05T01:14:00.662Z[ recovery-image] Sep 05 01:13:59.361 INFO O| Sep 05 01:13:59.361 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-05T01:14:00.671Z[ recovery-image] Sep 05 01:13:59.371 INFO O| Sep 05 01:13:59.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
81902026-09-05T01:14:00.671Z[ recovery-image] Sep 05 01:13:59.371 INFO O| Sep 05 01:13:59.371 INFO STEP 834 (remove_files) COMPLETE
81912026-09-05T01:14:00.671Z[ recovery-image] Sep 05 01:13:59.371 INFO O| Sep 05 01:13:59.371 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-05T01:14:00.696Z[ recovery-image] Sep 05 01:13:59.380 INFO O| Sep 05 01:13:59.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
81932026-09-05T01:14:00.696Z[ recovery-image] Sep 05 01:13:59.380 INFO O| Sep 05 01:13:59.380 INFO STEP 835 (remove_files) COMPLETE
81942026-09-05T01:14:00.697Z[ recovery-image] Sep 05 01:13:59.380 INFO O| Sep 05 01:13:59.380 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-05T01:14:00.697Z[ recovery-image] Sep 05 01:13:59.391 INFO O| Sep 05 01:13:59.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
81962026-09-05T01:14:00.697Z[ recovery-image] Sep 05 01:13:59.391 INFO O| Sep 05 01:13:59.391 INFO STEP 836 (remove_files) COMPLETE
81972026-09-05T01:14:00.697Z[ recovery-image] Sep 05 01:13:59.391 INFO O| Sep 05 01:13:59.391 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-05T01:14:00.703Z[ recovery-image] Sep 05 01:13:59.402 INFO O| Sep 05 01:13:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
81992026-09-05T01:14:00.703Z[ recovery-image] Sep 05 01:13:59.402 INFO O| Sep 05 01:13:59.402 INFO STEP 837 (remove_files) COMPLETE
82002026-09-05T01:14:00.704Z[ recovery-image] Sep 05 01:13:59.402 INFO O| Sep 05 01:13:59.402 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-09-05T01:14:00.713Z[ recovery-image] Sep 05 01:13:59.413 INFO O| Sep 05 01:13:59.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82022026-09-05T01:14:00.713Z[ recovery-image] Sep 05 01:13:59.413 INFO O| Sep 05 01:13:59.413 INFO STEP 838 (remove_files) COMPLETE
82032026-09-05T01:14:00.713Z[ recovery-image] Sep 05 01:13:59.413 INFO O| Sep 05 01:13:59.413 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-05T01:14:00.727Z[ recovery-image] Sep 05 01:13:59.422 INFO O| Sep 05 01:13:59.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82052026-09-05T01:14:00.727Z[ recovery-image] Sep 05 01:13:59.422 INFO O| Sep 05 01:13:59.422 INFO STEP 839 (remove_files) COMPLETE
82062026-09-05T01:14:00.727Z[ recovery-image] Sep 05 01:13:59.422 INFO O| Sep 05 01:13:59.422 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-05T01:14:00.732Z[ recovery-image] Sep 05 01:13:59.432 INFO O| Sep 05 01:13:59.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82082026-09-05T01:14:00.732Z[ recovery-image] Sep 05 01:13:59.432 INFO O| Sep 05 01:13:59.432 INFO STEP 840 (remove_files) COMPLETE
82092026-09-05T01:14:00.732Z[ recovery-image] Sep 05 01:13:59.432 INFO O| Sep 05 01:13:59.432 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-05T01:14:00.743Z[ recovery-image] Sep 05 01:13:59.443 INFO O| Sep 05 01:13:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82112026-09-05T01:14:00.743Z[ recovery-image] Sep 05 01:13:59.443 INFO O| Sep 05 01:13:59.443 INFO STEP 841 (remove_files) COMPLETE
82122026-09-05T01:14:00.743Z[ recovery-image] Sep 05 01:13:59.443 INFO O| Sep 05 01:13:59.443 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-05T01:14:00.755Z[ recovery-image] Sep 05 01:13:59.455 INFO O| Sep 05 01:13:59.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82142026-09-05T01:14:00.755Z[ recovery-image] Sep 05 01:13:59.455 INFO O| Sep 05 01:13:59.455 INFO STEP 842 (remove_files) COMPLETE
82152026-09-05T01:14:00.755Z[ recovery-image] Sep 05 01:13:59.455 INFO O| Sep 05 01:13:59.455 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-05T01:14:00.766Z[ recovery-image] Sep 05 01:13:59.466 INFO O| Sep 05 01:13:59.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82172026-09-05T01:14:00.766Z[ recovery-image] Sep 05 01:13:59.466 INFO O| Sep 05 01:13:59.466 INFO STEP 843 (remove_files) COMPLETE
82182026-09-05T01:14:00.766Z[ recovery-image] Sep 05 01:13:59.466 INFO O| Sep 05 01:13:59.466 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-05T01:14:00.776Z[ recovery-image] Sep 05 01:13:59.476 INFO O| Sep 05 01:13:59.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82202026-09-05T01:14:00.776Z[ recovery-image] Sep 05 01:13:59.476 INFO O| Sep 05 01:13:59.476 INFO STEP 844 (remove_files) COMPLETE
82212026-09-05T01:14:00.776Z[ recovery-image] Sep 05 01:13:59.476 INFO O| Sep 05 01:13:59.476 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-05T01:14:00.786Z[ recovery-image] Sep 05 01:13:59.486 INFO O| Sep 05 01:13:59.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82232026-09-05T01:14:00.786Z[ recovery-image] Sep 05 01:13:59.486 INFO O| Sep 05 01:13:59.486 INFO STEP 845 (remove_files) COMPLETE
82242026-09-05T01:14:00.787Z[ recovery-image] Sep 05 01:13:59.486 INFO O| Sep 05 01:13:59.486 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-05T01:14:00.796Z[ recovery-image] Sep 05 01:13:59.495 INFO O| Sep 05 01:13:59.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82262026-09-05T01:14:00.796Z[ recovery-image] Sep 05 01:13:59.495 INFO O| Sep 05 01:13:59.495 INFO STEP 846 (remove_files) COMPLETE
82272026-09-05T01:14:00.799Z[ recovery-image] Sep 05 01:13:59.495 INFO O| Sep 05 01:13:59.495 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-09-05T01:14:00.811Z[ recovery-image] Sep 05 01:13:59.511 INFO O| Sep 05 01:13:59.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82292026-09-05T01:14:00.812Z[ recovery-image] Sep 05 01:13:59.511 INFO O| Sep 05 01:13:59.511 INFO STEP 847 (remove_files) COMPLETE
82302026-09-05T01:14:00.812Z[ recovery-image] Sep 05 01:13:59.511 INFO O| Sep 05 01:13:59.511 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-09-05T01:14:00.821Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
82322026-09-05T01:14:00.821Z[ recovery-image] Sep 05 01:13:59.521 INFO O| Sep 05 01:13:59.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82332026-09-05T01:14:00.822Z[ recovery-image] Sep 05 01:13:59.522 INFO O| Sep 05 01:13:59.522 INFO STEP 848 (remove_files) COMPLETE
82342026-09-05T01:14:00.822Z[ recovery-image] Sep 05 01:13:59.522 INFO O| Sep 05 01:13:59.522 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-05T01:14:00.832Z[ recovery-image] Sep 05 01:13:59.531 INFO O| Sep 05 01:13:59.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82362026-09-05T01:14:00.832Z[ recovery-image] Sep 05 01:13:59.531 INFO O| Sep 05 01:13:59.531 INFO STEP 849 (remove_files) COMPLETE
82372026-09-05T01:14:00.832Z[ recovery-image] Sep 05 01:13:59.531 INFO O| Sep 05 01:13:59.531 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-05T01:14:00.850Z[ recovery-image] Sep 05 01:13:59.550 INFO O| Sep 05 01:13:59.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82392026-09-05T01:14:00.850Z[ recovery-image] Sep 05 01:13:59.550 INFO O| Sep 05 01:13:59.550 INFO STEP 850 (remove_files) COMPLETE
82402026-09-05T01:14:00.855Z[ recovery-image] Sep 05 01:13:59.550 INFO O| Sep 05 01:13:59.550 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-09-05T01:14:00.860Z[ recovery-image] Sep 05 01:13:59.560 INFO O| Sep 05 01:13:59.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82422026-09-05T01:14:00.860Z[ recovery-image] Sep 05 01:13:59.560 INFO O| Sep 05 01:13:59.560 INFO STEP 851 (remove_files) COMPLETE
82432026-09-05T01:14:00.860Z[ recovery-image] Sep 05 01:13:59.560 INFO O| Sep 05 01:13:59.560 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-09-05T01:14:00.870Z[ recovery-image] Sep 05 01:13:59.570 INFO O| Sep 05 01:13:59.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82452026-09-05T01:14:00.870Z[ recovery-image] Sep 05 01:13:59.570 INFO O| Sep 05 01:13:59.570 INFO STEP 852 (remove_files) COMPLETE
82462026-09-05T01:14:00.870Z[ recovery-image] Sep 05 01:13:59.570 INFO O| Sep 05 01:13:59.570 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-09-05T01:14:00.875Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
82482026-09-05T01:14:00.880Z[ recovery-image] Sep 05 01:13:59.580 INFO O| Sep 05 01:13:59.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82492026-09-05T01:14:00.880Z[ recovery-image] Sep 05 01:13:59.580 INFO O| Sep 05 01:13:59.580 INFO STEP 853 (remove_files) COMPLETE
82502026-09-05T01:14:00.880Z[ recovery-image] Sep 05 01:13:59.580 INFO O| Sep 05 01:13:59.580 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-05T01:14:00.891Z[ recovery-image] Sep 05 01:13:59.591 INFO O| Sep 05 01:13:59.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82522026-09-05T01:14:00.891Z[ recovery-image] Sep 05 01:13:59.591 INFO O| Sep 05 01:13:59.591 INFO STEP 854 (remove_files) COMPLETE
82532026-09-05T01:14:00.896Z[ recovery-image] Sep 05 01:13:59.591 INFO O| Sep 05 01:13:59.591 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-05T01:14:00.901Z[ recovery-image] Sep 05 01:13:59.601 INFO O| Sep 05 01:13:59.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82552026-09-05T01:14:00.901Z[ recovery-image] Sep 05 01:13:59.601 INFO O| Sep 05 01:13:59.601 INFO STEP 855 (remove_files) COMPLETE
82562026-09-05T01:14:00.901Z[ recovery-image] Sep 05 01:13:59.601 INFO O| Sep 05 01:13:59.601 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-05T01:14:00.912Z[ recovery-image] Sep 05 01:13:59.612 INFO O| Sep 05 01:13:59.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82582026-09-05T01:14:00.912Z[ recovery-image] Sep 05 01:13:59.612 INFO O| Sep 05 01:13:59.612 INFO STEP 856 (remove_files) COMPLETE
82592026-09-05T01:14:00.912Z[ recovery-image] Sep 05 01:13:59.612 INFO O| Sep 05 01:13:59.612 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-05T01:14:00.921Z[ recovery-image] Sep 05 01:13:59.621 INFO O| Sep 05 01:13:59.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82612026-09-05T01:14:00.925Z[ recovery-image] Sep 05 01:13:59.621 INFO O| Sep 05 01:13:59.621 INFO STEP 857 (remove_files) COMPLETE
82622026-09-05T01:14:00.925Z[ recovery-image] Sep 05 01:13:59.621 INFO O| Sep 05 01:13:59.621 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-05T01:14:00.931Z[ recovery-image] Sep 05 01:13:59.631 INFO O| Sep 05 01:13:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82642026-09-05T01:14:00.931Z[ recovery-image] Sep 05 01:13:59.631 INFO O| Sep 05 01:13:59.631 INFO STEP 858 (remove_files) COMPLETE
82652026-09-05T01:14:00.932Z[ recovery-image] Sep 05 01:13:59.631 INFO O| Sep 05 01:13:59.631 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-05T01:14:00.940Z[ recovery-image] Sep 05 01:13:59.640 INFO O| Sep 05 01:13:59.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82672026-09-05T01:14:00.940Z[ recovery-image] Sep 05 01:13:59.640 INFO O| Sep 05 01:13:59.640 INFO STEP 859 (remove_files) COMPLETE
82682026-09-05T01:14:00.944Z[ recovery-image] Sep 05 01:13:59.640 INFO O| Sep 05 01:13:59.640 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-05T01:14:00.965Z[ recovery-image] Sep 05 01:13:59.665 INFO O| Sep 05 01:13:59.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82702026-09-05T01:14:00.965Z[ recovery-image] Sep 05 01:13:59.665 INFO O| Sep 05 01:13:59.665 INFO STEP 860 (remove_files) COMPLETE
82712026-09-05T01:14:00.965Z[ recovery-image] Sep 05 01:13:59.665 INFO O| Sep 05 01:13:59.665 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-05T01:14:00.975Z[ recovery-image] Sep 05 01:13:59.675 INFO O| Sep 05 01:13:59.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82732026-09-05T01:14:00.975Z[ recovery-image] Sep 05 01:13:59.675 INFO O| Sep 05 01:13:59.675 INFO STEP 861 (remove_files) COMPLETE
82742026-09-05T01:14:00.975Z[ recovery-image] Sep 05 01:13:59.675 INFO O| Sep 05 01:13:59.675 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-05T01:14:00.986Z[ recovery-image] Sep 05 01:13:59.685 INFO O| Sep 05 01:13:59.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82762026-09-05T01:14:00.986Z[ recovery-image] Sep 05 01:13:59.685 INFO O| Sep 05 01:13:59.685 INFO STEP 862 (remove_files) COMPLETE
82772026-09-05T01:14:00.989Z[ recovery-image] Sep 05 01:13:59.685 INFO O| Sep 05 01:13:59.685 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-05T01:14:00.996Z[ recovery-image] Sep 05 01:13:59.696 INFO O| Sep 05 01:13:59.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82792026-09-05T01:14:00.996Z[ recovery-image] Sep 05 01:13:59.696 INFO O| Sep 05 01:13:59.696 INFO STEP 863 (remove_files) COMPLETE
82802026-09-05T01:14:00.996Z[ recovery-image] Sep 05 01:13:59.696 INFO O| Sep 05 01:13:59.696 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-05T01:14:01.006Z[ recovery-image] Sep 05 01:13:59.706 INFO O| Sep 05 01:13:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82822026-09-05T01:14:01.010Z[ recovery-image] Sep 05 01:13:59.706 INFO O| Sep 05 01:13:59.706 INFO STEP 864 (remove_files) COMPLETE
82832026-09-05T01:14:01.010Z[ recovery-image] Sep 05 01:13:59.706 INFO O| Sep 05 01:13:59.706 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-05T01:14:01.017Z[ recovery-image] Sep 05 01:13:59.717 INFO O| Sep 05 01:13:59.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82852026-09-05T01:14:01.017Z[ recovery-image] Sep 05 01:13:59.717 INFO O| Sep 05 01:13:59.717 INFO STEP 865 (remove_files) COMPLETE
82862026-09-05T01:14:01.017Z[ recovery-image] Sep 05 01:13:59.717 INFO O| Sep 05 01:13:59.717 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-05T01:14:01.027Z[ recovery-image] Sep 05 01:13:59.728 INFO O| Sep 05 01:13:59.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
82882026-09-05T01:14:01.028Z[ recovery-image] Sep 05 01:13:59.728 INFO O| Sep 05 01:13:59.728 INFO STEP 866 (remove_files) COMPLETE
82892026-09-05T01:14:01.028Z[ recovery-image] Sep 05 01:13:59.728 INFO O| Sep 05 01:13:59.728 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-05T01:14:01.080Z[ recovery-image] Sep 05 01:13:59.738 INFO O| Sep 05 01:13:59.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
82912026-09-05T01:14:01.080Z[ recovery-image] Sep 05 01:13:59.738 INFO O| Sep 05 01:13:59.738 INFO STEP 867 (remove_files) COMPLETE
82922026-09-05T01:14:01.080Z[ recovery-image] Sep 05 01:13:59.738 INFO O| Sep 05 01:13:59.738 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.747 INFO O| Sep 05 01:13:59.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
82942026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.747 INFO O| Sep 05 01:13:59.747 INFO STEP 868 (remove_files) COMPLETE
82952026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.747 INFO O| Sep 05 01:13:59.747 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.759 INFO O| Sep 05 01:13:59.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
82972026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.759 INFO O| Sep 05 01:13:59.759 INFO STEP 869 (remove_files) COMPLETE
82982026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.759 INFO O| Sep 05 01:13:59.759 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.767 INFO O| Sep 05 01:13:59.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83002026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.767 INFO O| Sep 05 01:13:59.767 INFO STEP 870 (remove_files) COMPLETE
83012026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.767 INFO O| Sep 05 01:13:59.767 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.779 INFO O| Sep 05 01:13:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83032026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.779 INFO O| Sep 05 01:13:59.779 INFO STEP 871 (remove_files) COMPLETE
83042026-09-05T01:14:01.085Z[ recovery-image] Sep 05 01:13:59.779 INFO O| Sep 05 01:13:59.779 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-05T01:14:01.089Z[ recovery-image] Sep 05 01:13:59.789 INFO O| Sep 05 01:13:59.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83062026-09-05T01:14:01.089Z[ recovery-image] Sep 05 01:13:59.789 INFO O| Sep 05 01:13:59.789 INFO STEP 872 (remove_files) COMPLETE
83072026-09-05T01:14:01.089Z[ recovery-image] Sep 05 01:13:59.789 INFO O| Sep 05 01:13:59.789 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-05T01:14:01.097Z[ recovery-image] Sep 05 01:13:59.798 INFO O| Sep 05 01:13:59.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83092026-09-05T01:14:01.098Z[ recovery-image] Sep 05 01:13:59.798 INFO O| Sep 05 01:13:59.798 INFO STEP 873 (remove_files) COMPLETE
83102026-09-05T01:14:01.098Z[ recovery-image] Sep 05 01:13:59.798 INFO O| Sep 05 01:13:59.798 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-05T01:14:01.107Z[ recovery-image] Sep 05 01:13:59.807 INFO O| Sep 05 01:13:59.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83122026-09-05T01:14:01.107Z[ recovery-image] Sep 05 01:13:59.807 INFO O| Sep 05 01:13:59.807 INFO STEP 874 (remove_files) COMPLETE
83132026-09-05T01:14:01.107Z[ recovery-image] Sep 05 01:13:59.807 INFO O| Sep 05 01:13:59.807 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-05T01:14:01.117Z[ recovery-image] Sep 05 01:13:59.817 INFO O| Sep 05 01:13:59.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83152026-09-05T01:14:01.117Z[ recovery-image] Sep 05 01:13:59.817 INFO O| Sep 05 01:13:59.817 INFO STEP 875 (remove_files) COMPLETE
83162026-09-05T01:14:01.117Z[ recovery-image] Sep 05 01:13:59.817 INFO O| Sep 05 01:13:59.817 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-05T01:14:01.126Z[ recovery-image] Sep 05 01:13:59.826 INFO O| Sep 05 01:13:59.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83182026-09-05T01:14:01.127Z[ recovery-image] Sep 05 01:13:59.827 INFO O| Sep 05 01:13:59.827 INFO STEP 876 (remove_files) COMPLETE
83192026-09-05T01:14:01.132Z[ recovery-image] Sep 05 01:13:59.827 INFO O| Sep 05 01:13:59.827 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-09-05T01:14:01.137Z[ recovery-image] Sep 05 01:13:59.837 INFO O| Sep 05 01:13:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83212026-09-05T01:14:01.137Z[ recovery-image] Sep 05 01:13:59.837 INFO O| Sep 05 01:13:59.837 INFO STEP 877 (remove_files) COMPLETE
83222026-09-05T01:14:01.141Z[ recovery-image] Sep 05 01:13:59.837 INFO O| Sep 05 01:13:59.837 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-09-05T01:14:01.149Z[ recovery-image] Sep 05 01:13:59.848 INFO O| Sep 05 01:13:59.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83242026-09-05T01:14:01.149Z[ recovery-image] Sep 05 01:13:59.848 INFO O| Sep 05 01:13:59.848 INFO STEP 878 (remove_files) COMPLETE
83252026-09-05T01:14:01.149Z[ recovery-image] Sep 05 01:13:59.848 INFO O| Sep 05 01:13:59.848 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-09-05T01:14:01.158Z[ recovery-image] Sep 05 01:13:59.858 INFO O| Sep 05 01:13:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83272026-09-05T01:14:01.158Z[ recovery-image] Sep 05 01:13:59.858 INFO O| Sep 05 01:13:59.858 INFO STEP 879 (remove_files) COMPLETE
83282026-09-05T01:14:01.158Z[ recovery-image] Sep 05 01:13:59.858 INFO O| Sep 05 01:13:59.858 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-09-05T01:14:01.164Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
83302026-09-05T01:14:01.168Z[ recovery-image] Sep 05 01:13:59.867 INFO O| Sep 05 01:13:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83312026-09-05T01:14:01.168Z[ recovery-image] Sep 05 01:13:59.867 INFO O| Sep 05 01:13:59.867 INFO STEP 880 (remove_files) COMPLETE
83322026-09-05T01:14:01.168Z[ recovery-image] Sep 05 01:13:59.867 INFO O| Sep 05 01:13:59.867 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-05T01:14:01.179Z[ recovery-image] Sep 05 01:13:59.878 INFO O| Sep 05 01:13:59.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83342026-09-05T01:14:01.180Z[ recovery-image] Sep 05 01:13:59.878 INFO O| Sep 05 01:13:59.878 INFO STEP 881 (remove_files) COMPLETE
83352026-09-05T01:14:01.180Z[ recovery-image] Sep 05 01:13:59.878 INFO O| Sep 05 01:13:59.878 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-05T01:14:01.189Z[ recovery-image] Sep 05 01:13:59.889 INFO O| Sep 05 01:13:59.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83372026-09-05T01:14:01.189Z[ recovery-image] Sep 05 01:13:59.889 INFO O| Sep 05 01:13:59.889 INFO STEP 882 (remove_files) COMPLETE
83382026-09-05T01:14:01.193Z[ recovery-image] Sep 05 01:13:59.889 INFO O| Sep 05 01:13:59.889 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-05T01:14:01.199Z[ recovery-image] Sep 05 01:13:59.899 INFO O| Sep 05 01:13:59.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83402026-09-05T01:14:01.199Z[ recovery-image] Sep 05 01:13:59.899 INFO O| Sep 05 01:13:59.899 INFO STEP 883 (remove_files) COMPLETE
83412026-09-05T01:14:01.199Z[ recovery-image] Sep 05 01:13:59.899 INFO O| Sep 05 01:13:59.899 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-05T01:14:01.210Z[ recovery-image] Sep 05 01:13:59.910 INFO O| Sep 05 01:13:59.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83432026-09-05T01:14:01.211Z[ recovery-image] Sep 05 01:13:59.910 INFO O| Sep 05 01:13:59.910 INFO STEP 884 (remove_files) COMPLETE
83442026-09-05T01:14:01.211Z[ recovery-image] Sep 05 01:13:59.910 INFO O| Sep 05 01:13:59.910 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-05T01:14:01.222Z[ recovery-image] Sep 05 01:13:59.921 INFO O| Sep 05 01:13:59.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83462026-09-05T01:14:01.222Z[ recovery-image] Sep 05 01:13:59.921 INFO O| Sep 05 01:13:59.921 INFO STEP 885 (remove_files) COMPLETE
83472026-09-05T01:14:01.222Z[ recovery-image] Sep 05 01:13:59.921 INFO O| Sep 05 01:13:59.921 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-05T01:14:01.227Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
83492026-09-05T01:14:01.233Z[ recovery-image] Sep 05 01:13:59.933 INFO O| Sep 05 01:13:59.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83502026-09-05T01:14:01.233Z[ recovery-image] Sep 05 01:13:59.933 INFO O| Sep 05 01:13:59.933 INFO STEP 886 (remove_files) COMPLETE
83512026-09-05T01:14:01.233Z[ recovery-image] Sep 05 01:13:59.933 INFO O| Sep 05 01:13:59.933 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-05T01:14:01.243Z[ recovery-image] Sep 05 01:13:59.943 INFO O| Sep 05 01:13:59.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83532026-09-05T01:14:01.243Z[ recovery-image] Sep 05 01:13:59.943 INFO O| Sep 05 01:13:59.943 INFO STEP 887 (remove_files) COMPLETE
83542026-09-05T01:14:01.243Z[ recovery-image] Sep 05 01:13:59.943 INFO O| Sep 05 01:13:59.943 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-05T01:14:01.251Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
83562026-09-05T01:14:01.255Z[ recovery-image] Sep 05 01:13:59.954 INFO O| Sep 05 01:13:59.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83572026-09-05T01:14:01.255Z[ recovery-image] Sep 05 01:13:59.954 INFO O| Sep 05 01:13:59.954 INFO STEP 888 (remove_files) COMPLETE
83582026-09-05T01:14:01.256Z[ recovery-image] Sep 05 01:13:59.954 INFO O| Sep 05 01:13:59.954 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-09-05T01:14:01.264Z[ recovery-image] Sep 05 01:13:59.964 INFO O| Sep 05 01:13:59.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83602026-09-05T01:14:01.264Z[ recovery-image] Sep 05 01:13:59.964 INFO O| Sep 05 01:13:59.964 INFO STEP 889 (remove_files) COMPLETE
83612026-09-05T01:14:01.264Z[ recovery-image] Sep 05 01:13:59.964 INFO O| Sep 05 01:13:59.964 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-09-05T01:14:01.274Z[ recovery-image] Sep 05 01:13:59.974 INFO O| Sep 05 01:13:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83632026-09-05T01:14:01.274Z[ recovery-image] Sep 05 01:13:59.974 INFO O| Sep 05 01:13:59.974 INFO STEP 890 (remove_files) COMPLETE
83642026-09-05T01:14:01.278Z[ recovery-image] Sep 05 01:13:59.974 INFO O| Sep 05 01:13:59.974 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-09-05T01:14:01.304Z[ recovery-image] Sep 05 01:14:00.004 INFO O| Sep 05 01:14:00.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83662026-09-05T01:14:01.304Z[ recovery-image] Sep 05 01:14:00.004 INFO O| Sep 05 01:14:00.004 INFO STEP 891 (remove_files) COMPLETE
83672026-09-05T01:14:01.304Z[ recovery-image] Sep 05 01:14:00.004 INFO O| Sep 05 01:14:00.004 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-09-05T01:14:01.336Z[ recovery-image] Sep 05 01:14:00.036 INFO O| Sep 05 01:14:00.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83692026-09-05T01:14:01.336Z[ recovery-image] Sep 05 01:14:00.036 INFO O| Sep 05 01:14:00.036 INFO STEP 892 (remove_files) COMPLETE
83702026-09-05T01:14:01.336Z[ recovery-image] Sep 05 01:14:00.036 INFO O| Sep 05 01:14:00.036 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-09-05T01:14:01.344Z[ recovery-image] Sep 05 01:14:00.044 INFO O| Sep 05 01:14:00.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83722026-09-05T01:14:01.344Z[ recovery-image] Sep 05 01:14:00.044 INFO O| Sep 05 01:14:00.044 INFO STEP 893 (remove_files) COMPLETE
83732026-09-05T01:14:01.348Z[ recovery-image] Sep 05 01:14:00.044 INFO O| Sep 05 01:14:00.044 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-09-05T01:14:01.352Z[ recovery-image] Sep 05 01:14:00.053 INFO O| Sep 05 01:14:00.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
83752026-09-05T01:14:01.353Z[ recovery-image] Sep 05 01:14:00.053 INFO O| Sep 05 01:14:00.053 INFO STEP 894 (remove_files) COMPLETE
83762026-09-05T01:14:01.357Z[ recovery-image] Sep 05 01:14:00.053 INFO O| Sep 05 01:14:00.053 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-09-05T01:14:01.362Z[ recovery-image] Sep 05 01:14:00.061 INFO O| Sep 05 01:14:00.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
83782026-09-05T01:14:01.362Z[ recovery-image] Sep 05 01:14:00.062 INFO O| Sep 05 01:14:00.062 INFO STEP 895 (remove_files) COMPLETE
83792026-09-05T01:14:01.365Z[ recovery-image] Sep 05 01:14:00.062 INFO O| Sep 05 01:14:00.062 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-05T01:14:01.372Z[ recovery-image] Sep 05 01:14:00.071 INFO O| Sep 05 01:14:00.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
83812026-09-05T01:14:01.372Z[ recovery-image] Sep 05 01:14:00.071 INFO O| Sep 05 01:14:00.071 INFO STEP 896 (remove_files) COMPLETE
83822026-09-05T01:14:01.372Z[ recovery-image] Sep 05 01:14:00.071 INFO O| Sep 05 01:14:00.071 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-05T01:14:01.381Z[ recovery-image] Sep 05 01:14:00.081 INFO O| Sep 05 01:14:00.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
83842026-09-05T01:14:01.381Z[ recovery-image] Sep 05 01:14:00.081 INFO O| Sep 05 01:14:00.081 INFO STEP 897 (remove_files) COMPLETE
83852026-09-05T01:14:01.381Z[ recovery-image] Sep 05 01:14:00.081 INFO O| Sep 05 01:14:00.081 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-09-05T01:14:01.391Z[ recovery-image] Sep 05 01:14:00.090 INFO O| Sep 05 01:14:00.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
83872026-09-05T01:14:01.391Z[ recovery-image] Sep 05 01:14:00.090 INFO O| Sep 05 01:14:00.090 INFO STEP 898 (remove_files) COMPLETE
83882026-09-05T01:14:01.391Z[ recovery-image] Sep 05 01:14:00.090 INFO O| Sep 05 01:14:00.090 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-09-05T01:14:01.400Z[ recovery-image] Sep 05 01:14:00.100 INFO O| Sep 05 01:14:00.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
83902026-09-05T01:14:01.400Z[ recovery-image] Sep 05 01:14:00.100 INFO O| Sep 05 01:14:00.100 INFO STEP 899 (remove_files) COMPLETE
83912026-09-05T01:14:01.400Z[ recovery-image] Sep 05 01:14:00.100 INFO O| Sep 05 01:14:00.100 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-09-05T01:14:01.411Z[ recovery-image] Sep 05 01:14:00.111 INFO O| Sep 05 01:14:00.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
83932026-09-05T01:14:01.411Z[ recovery-image] Sep 05 01:14:00.111 INFO O| Sep 05 01:14:00.111 INFO STEP 900 (remove_files) COMPLETE
83942026-09-05T01:14:01.411Z[ recovery-image] Sep 05 01:14:00.111 INFO O| Sep 05 01:14:00.111 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-09-05T01:14:01.421Z[ recovery-image] Sep 05 01:14:00.121 INFO O| Sep 05 01:14:00.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
83962026-09-05T01:14:01.422Z[ recovery-image] Sep 05 01:14:00.121 INFO O| Sep 05 01:14:00.121 INFO STEP 901 (remove_files) COMPLETE
83972026-09-05T01:14:01.422Z[ recovery-image] Sep 05 01:14:00.121 INFO O| Sep 05 01:14:00.121 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-09-05T01:14:01.432Z[ recovery-image] Sep 05 01:14:00.132 INFO O| Sep 05 01:14:00.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
83992026-09-05T01:14:01.432Z[ recovery-image] Sep 05 01:14:00.132 INFO O| Sep 05 01:14:00.132 INFO STEP 902 (remove_files) COMPLETE
84002026-09-05T01:14:01.432Z[ recovery-image] Sep 05 01:14:00.132 INFO O| Sep 05 01:14:00.132 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-09-05T01:14:01.442Z[ recovery-image] Sep 05 01:14:00.142 INFO O| Sep 05 01:14:00.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
84022026-09-05T01:14:01.446Z[ recovery-image] Sep 05 01:14:00.142 INFO O| Sep 05 01:14:00.142 INFO STEP 903 (remove_files) COMPLETE
84032026-09-05T01:14:01.446Z[ recovery-image] Sep 05 01:14:00.142 INFO O| Sep 05 01:14:00.142 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-09-05T01:14:01.454Z[ recovery-image] Sep 05 01:14:00.153 INFO O| Sep 05 01:14:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
84052026-09-05T01:14:01.454Z[ recovery-image] Sep 05 01:14:00.153 INFO O| Sep 05 01:14:00.153 INFO STEP 904 (remove_files) COMPLETE
84062026-09-05T01:14:01.459Z[ recovery-image] Sep 05 01:14:00.153 INFO O| Sep 05 01:14:00.153 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-09-05T01:14:01.465Z[verify-libraries] Compiling drift v0.2.0
84082026-09-05T01:14:01.465Z[ recovery-image] Sep 05 01:14:00.163 INFO O| Sep 05 01:14:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
84092026-09-05T01:14:01.465Z[ recovery-image] Sep 05 01:14:00.163 INFO O| Sep 05 01:14:00.163 INFO STEP 905 (remove_files) COMPLETE
84102026-09-05T01:14:01.465Z[ recovery-image] Sep 05 01:14:00.163 INFO O| Sep 05 01:14:00.163 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-09-05T01:14:01.473Z[ recovery-image] Sep 05 01:14:00.173 INFO O| Sep 05 01:14:00.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
84122026-09-05T01:14:01.473Z[ recovery-image] Sep 05 01:14:00.173 INFO O| Sep 05 01:14:00.173 INFO STEP 906 (remove_files) COMPLETE
84132026-09-05T01:14:01.479Z[ recovery-image] Sep 05 01:14:00.173 INFO O| Sep 05 01:14:00.173 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-09-05T01:14:01.489Z[ recovery-image] Sep 05 01:14:00.183 INFO O| Sep 05 01:14:00.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
84152026-09-05T01:14:01.489Z[ recovery-image] Sep 05 01:14:00.183 INFO O| Sep 05 01:14:00.183 INFO STEP 907 (remove_files) COMPLETE
84162026-09-05T01:14:01.489Z[ recovery-image] Sep 05 01:14:00.183 INFO O| Sep 05 01:14:00.183 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-09-05T01:14:01.496Z[ recovery-image] Sep 05 01:14:00.192 INFO O| Sep 05 01:14:00.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
84182026-09-05T01:14:01.496Z[ recovery-image] Sep 05 01:14:00.192 INFO O| Sep 05 01:14:00.192 INFO STEP 908 (remove_files) COMPLETE
84192026-09-05T01:14:01.496Z[ recovery-image] Sep 05 01:14:00.192 INFO O| Sep 05 01:14:00.192 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-09-05T01:14:01.505Z[ recovery-image] Sep 05 01:14:00.200 INFO O| Sep 05 01:14:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
84212026-09-05T01:14:01.505Z[ recovery-image] Sep 05 01:14:00.200 INFO O| Sep 05 01:14:00.200 INFO STEP 909 (remove_files) COMPLETE
84222026-09-05T01:14:01.505Z[ recovery-image] Sep 05 01:14:00.200 INFO O| Sep 05 01:14:00.200 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-09-05T01:14:01.516Z[ recovery-image] Sep 05 01:14:00.209 INFO O| Sep 05 01:14:00.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
84242026-09-05T01:14:01.516Z[ recovery-image] Sep 05 01:14:00.209 INFO O| Sep 05 01:14:00.209 INFO STEP 910 (remove_files) COMPLETE
84252026-09-05T01:14:01.516Z[ recovery-image] Sep 05 01:14:00.209 INFO O| Sep 05 01:14:00.209 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-09-05T01:14:01.522Z[verify-libraries] Compiling uzers v0.12.2
84272026-09-05T01:14:01.522Z[ recovery-image] Sep 05 01:14:00.220 INFO O| Sep 05 01:14:00.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
84282026-09-05T01:14:01.522Z[ recovery-image] Sep 05 01:14:00.220 INFO O| Sep 05 01:14:00.220 INFO STEP 911 (remove_files) COMPLETE
84292026-09-05T01:14:01.522Z[ recovery-image] Sep 05 01:14:00.220 INFO O| Sep 05 01:14:00.220 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-09-05T01:14:01.530Z[ recovery-image] Sep 05 01:14:00.230 INFO O| Sep 05 01:14:00.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
84312026-09-05T01:14:01.530Z[ recovery-image] Sep 05 01:14:00.230 INFO O| Sep 05 01:14:00.230 INFO STEP 912 (remove_files) COMPLETE
84322026-09-05T01:14:01.543Z[ recovery-image] Sep 05 01:14:00.230 INFO O| Sep 05 01:14:00.230 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-09-05T01:14:01.547Z[ recovery-image] Sep 05 01:14:00.239 INFO O| Sep 05 01:14:00.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
84342026-09-05T01:14:01.547Z[ recovery-image] Sep 05 01:14:00.239 INFO O| Sep 05 01:14:00.239 INFO STEP 913 (remove_files) COMPLETE
84352026-09-05T01:14:01.547Z[ recovery-image] Sep 05 01:14:00.239 INFO O| Sep 05 01:14:00.239 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-09-05T01:14:01.551Z[ recovery-image] Sep 05 01:14:00.249 INFO O| Sep 05 01:14:00.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
84372026-09-05T01:14:01.551Z[ recovery-image] Sep 05 01:14:00.249 INFO O| Sep 05 01:14:00.249 INFO STEP 914 (remove_files) COMPLETE
84382026-09-05T01:14:01.551Z[ recovery-image] Sep 05 01:14:00.249 INFO O| Sep 05 01:14:00.249 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-09-05T01:14:01.559Z[ recovery-image] Sep 05 01:14:00.258 INFO O| Sep 05 01:14:00.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
84402026-09-05T01:14:01.559Z[ recovery-image] Sep 05 01:14:00.259 INFO O| Sep 05 01:14:00.259 INFO STEP 915 (remove_files) COMPLETE
84412026-09-05T01:14:01.559Z[ recovery-image] Sep 05 01:14:00.259 INFO O| Sep 05 01:14:00.259 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-09-05T01:14:01.569Z[ recovery-image] Sep 05 01:14:00.269 INFO O| Sep 05 01:14:00.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
84432026-09-05T01:14:01.569Z[ recovery-image] Sep 05 01:14:00.269 INFO O| Sep 05 01:14:00.269 INFO STEP 916 (remove_files) COMPLETE
84442026-09-05T01:14:01.569Z[ recovery-image] Sep 05 01:14:00.269 INFO O| Sep 05 01:14:00.269 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-09-05T01:14:01.579Z[ recovery-image] Sep 05 01:14:00.279 INFO O| Sep 05 01:14:00.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
84462026-09-05T01:14:01.579Z[ recovery-image] Sep 05 01:14:00.279 INFO O| Sep 05 01:14:00.279 INFO STEP 917 (remove_files) COMPLETE
84472026-09-05T01:14:01.579Z[ recovery-image] Sep 05 01:14:00.279 INFO O| Sep 05 01:14:00.279 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-09-05T01:14:01.588Z[ recovery-image] Sep 05 01:14:00.288 INFO O| Sep 05 01:14:00.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
84492026-09-05T01:14:01.588Z[ recovery-image] Sep 05 01:14:00.288 INFO O| Sep 05 01:14:00.288 INFO STEP 918 (remove_files) COMPLETE
84502026-09-05T01:14:01.589Z[ recovery-image] Sep 05 01:14:00.288 INFO O| Sep 05 01:14:00.288 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-05T01:14:01.598Z[ recovery-image] Sep 05 01:14:00.298 INFO O| Sep 05 01:14:00.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
84522026-09-05T01:14:01.598Z[ recovery-image] Sep 05 01:14:00.298 INFO O| Sep 05 01:14:00.298 INFO STEP 919 (remove_files) COMPLETE
84532026-09-05T01:14:01.598Z[ recovery-image] Sep 05 01:14:00.298 INFO O| Sep 05 01:14:00.298 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-05T01:14:01.610Z[ recovery-image] Sep 05 01:14:00.310 INFO O| Sep 05 01:14:00.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
84552026-09-05T01:14:01.610Z[ recovery-image] Sep 05 01:14:00.310 INFO O| Sep 05 01:14:00.310 INFO STEP 920 (remove_files) COMPLETE
84562026-09-05T01:14:01.614Z[ recovery-image] Sep 05 01:14:00.310 INFO O| Sep 05 01:14:00.310 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-05T01:14:01.621Z[ recovery-image] Sep 05 01:14:00.320 INFO O| Sep 05 01:14:00.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
84582026-09-05T01:14:01.621Z[ recovery-image] Sep 05 01:14:00.320 INFO O| Sep 05 01:14:00.320 INFO STEP 921 (remove_files) COMPLETE
84592026-09-05T01:14:01.621Z[ recovery-image] Sep 05 01:14:00.320 INFO O| Sep 05 01:14:00.320 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-05T01:14:01.630Z[ recovery-image] Sep 05 01:14:00.330 INFO O| Sep 05 01:14:00.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
84612026-09-05T01:14:01.630Z[ recovery-image] Sep 05 01:14:00.330 INFO O| Sep 05 01:14:00.330 INFO STEP 922 (remove_files) COMPLETE
84622026-09-05T01:14:01.630Z[ recovery-image] Sep 05 01:14:00.330 INFO O| Sep 05 01:14:00.330 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-05T01:14:01.642Z[ recovery-image] Sep 05 01:14:00.342 INFO O| Sep 05 01:14:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
84642026-09-05T01:14:01.642Z[ recovery-image] Sep 05 01:14:00.342 INFO O| Sep 05 01:14:00.342 INFO STEP 923 (remove_files) COMPLETE
84652026-09-05T01:14:01.642Z[ recovery-image] Sep 05 01:14:00.342 INFO O| Sep 05 01:14:00.342 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-05T01:14:01.655Z[ recovery-image] Sep 05 01:14:00.353 INFO O| Sep 05 01:14:00.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
84672026-09-05T01:14:01.655Z[ recovery-image] Sep 05 01:14:00.353 INFO O| Sep 05 01:14:00.353 INFO STEP 924 (remove_files) COMPLETE
84682026-09-05T01:14:01.655Z[ recovery-image] Sep 05 01:14:00.353 INFO O| Sep 05 01:14:00.353 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-05T01:14:01.663Z[ recovery-image] Sep 05 01:14:00.363 INFO O| Sep 05 01:14:00.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
84702026-09-05T01:14:01.663Z[ recovery-image] Sep 05 01:14:00.363 INFO O| Sep 05 01:14:00.363 INFO STEP 925 (remove_files) COMPLETE
84712026-09-05T01:14:01.666Z[ recovery-image] Sep 05 01:14:00.363 INFO O| Sep 05 01:14:00.363 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-05T01:14:01.673Z[ recovery-image] Sep 05 01:14:00.373 INFO O| Sep 05 01:14:00.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
84732026-09-05T01:14:01.673Z[ recovery-image] Sep 05 01:14:00.373 INFO O| Sep 05 01:14:00.373 INFO STEP 926 (remove_files) COMPLETE
84742026-09-05T01:14:01.673Z[ recovery-image] Sep 05 01:14:00.373 INFO O| Sep 05 01:14:00.373 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-05T01:14:01.684Z[ recovery-image] Sep 05 01:14:00.383 INFO O| Sep 05 01:14:00.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
84762026-09-05T01:14:01.685Z[ recovery-image] Sep 05 01:14:00.383 INFO O| Sep 05 01:14:00.383 INFO STEP 927 (remove_files) COMPLETE
84772026-09-05T01:14:01.685Z[ recovery-image] Sep 05 01:14:00.383 INFO O| Sep 05 01:14:00.383 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-05T01:14:01.697Z[ recovery-image] Sep 05 01:14:00.395 INFO O| Sep 05 01:14:00.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
84792026-09-05T01:14:01.698Z[ recovery-image] Sep 05 01:14:00.395 INFO O| Sep 05 01:14:00.395 INFO STEP 928 (remove_files) COMPLETE
84802026-09-05T01:14:01.698Z[ recovery-image] Sep 05 01:14:00.395 INFO O| Sep 05 01:14:00.395 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-05T01:14:01.706Z[ recovery-image] Sep 05 01:14:00.406 INFO O| Sep 05 01:14:00.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
84822026-09-05T01:14:01.707Z[ recovery-image] Sep 05 01:14:00.406 INFO O| Sep 05 01:14:00.406 INFO STEP 929 (remove_files) COMPLETE
84832026-09-05T01:14:01.707Z[ recovery-image] Sep 05 01:14:00.406 INFO O| Sep 05 01:14:00.406 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-05T01:14:01.717Z[ recovery-image] Sep 05 01:14:00.417 INFO O| Sep 05 01:14:00.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
84852026-09-05T01:14:01.717Z[ recovery-image] Sep 05 01:14:00.417 INFO O| Sep 05 01:14:00.417 INFO STEP 930 (remove_files) COMPLETE
84862026-09-05T01:14:01.717Z[ recovery-image] Sep 05 01:14:00.417 INFO O| Sep 05 01:14:00.417 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-05T01:14:01.728Z[ recovery-image] Sep 05 01:14:00.427 INFO O| Sep 05 01:14:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
84882026-09-05T01:14:01.728Z[ recovery-image] Sep 05 01:14:00.427 INFO O| Sep 05 01:14:00.427 INFO STEP 931 (remove_files) COMPLETE
84892026-09-05T01:14:01.728Z[ recovery-image] Sep 05 01:14:00.427 INFO O| Sep 05 01:14:00.427 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-05T01:14:01.739Z[ recovery-image] Sep 05 01:14:00.438 INFO O| Sep 05 01:14:00.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
84912026-09-05T01:14:01.739Z[ recovery-image] Sep 05 01:14:00.438 INFO O| Sep 05 01:14:00.438 INFO STEP 932 (remove_files) COMPLETE
84922026-09-05T01:14:01.739Z[ recovery-image] Sep 05 01:14:00.438 INFO O| Sep 05 01:14:00.438 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-05T01:14:01.748Z[ recovery-image] Sep 05 01:14:00.447 INFO O| Sep 05 01:14:00.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
84942026-09-05T01:14:01.748Z[ recovery-image] Sep 05 01:14:00.448 INFO O| Sep 05 01:14:00.448 INFO STEP 933 (remove_files) COMPLETE
84952026-09-05T01:14:01.748Z[ recovery-image] Sep 05 01:14:00.448 INFO O| Sep 05 01:14:00.448 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-05T01:14:01.760Z[ recovery-image] Sep 05 01:14:00.459 INFO O| Sep 05 01:14:00.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
84972026-09-05T01:14:01.764Z[ recovery-image] Sep 05 01:14:00.459 INFO O| Sep 05 01:14:00.459 INFO STEP 934 (remove_files) COMPLETE
84982026-09-05T01:14:01.764Z[ recovery-image] Sep 05 01:14:00.460 INFO O| Sep 05 01:14:00.459 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-05T01:14:01.770Z[ recovery-image] Sep 05 01:14:00.469 INFO O| Sep 05 01:14:00.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85002026-09-05T01:14:01.770Z[ recovery-image] Sep 05 01:14:00.470 INFO O| Sep 05 01:14:00.470 INFO STEP 935 (remove_files) COMPLETE
85012026-09-05T01:14:01.770Z[ recovery-image] Sep 05 01:14:00.470 INFO O| Sep 05 01:14:00.470 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-05T01:14:01.781Z[ recovery-image] Sep 05 01:14:00.480 INFO O| Sep 05 01:14:00.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
85032026-09-05T01:14:01.781Z[ recovery-image] Sep 05 01:14:00.480 INFO O| Sep 05 01:14:00.480 INFO STEP 936 (remove_files) COMPLETE
85042026-09-05T01:14:01.781Z[ recovery-image] Sep 05 01:14:00.480 INFO O| Sep 05 01:14:00.480 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-05T01:14:01.816Z[ recovery-image] Sep 05 01:14:00.516 INFO O| Sep 05 01:14:00.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
85062026-09-05T01:14:01.830Z[ recovery-image] Sep 05 01:14:00.529 INFO O| Sep 05 01:14:00.529 INFO STEP 937 (remove_files) COMPLETE
85072026-09-05T01:14:01.830Z[ recovery-image] Sep 05 01:14:00.529 INFO O| Sep 05 01:14:00.529 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-05T01:14:01.842Z[ recovery-image] Sep 05 01:14:00.539 INFO O| Sep 05 01:14:00.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
85092026-09-05T01:14:01.842Z[ recovery-image] Sep 05 01:14:00.539 INFO O| Sep 05 01:14:00.539 INFO STEP 938 (remove_files) COMPLETE
85102026-09-05T01:14:01.846Z[ recovery-image] Sep 05 01:14:00.539 INFO O| Sep 05 01:14:00.539 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-05T01:14:01.894Z[ recovery-image] Sep 05 01:14:00.594 INFO O| Sep 05 01:14:00.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
85122026-09-05T01:14:01.894Z[ recovery-image] Sep 05 01:14:00.594 INFO O| Sep 05 01:14:00.594 INFO STEP 939 (remove_files) COMPLETE
85132026-09-05T01:14:01.894Z[ recovery-image] Sep 05 01:14:00.594 INFO O| Sep 05 01:14:00.594 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-05T01:14:01.928Z[ recovery-image] Sep 05 01:14:00.627 INFO O| Sep 05 01:14:00.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
85152026-09-05T01:14:01.928Z[ recovery-image] Sep 05 01:14:00.628 INFO O| Sep 05 01:14:00.628 INFO STEP 940 (remove_files) COMPLETE
85162026-09-05T01:14:01.928Z[ recovery-image] Sep 05 01:14:00.628 INFO O| Sep 05 01:14:00.628 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-05T01:14:01.942Z[ recovery-image] Sep 05 01:14:00.641 INFO O| Sep 05 01:14:00.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
85182026-09-05T01:14:01.968Z[ recovery-image] Sep 05 01:14:00.666 INFO O| Sep 05 01:14:00.666 INFO STEP 941 (remove_files) COMPLETE
85192026-09-05T01:14:01.968Z[ recovery-image] Sep 05 01:14:00.666 INFO O| Sep 05 01:14:00.666 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-05T01:14:02.006Z[ recovery-image] Sep 05 01:14:00.699 INFO O| Sep 05 01:14:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
85212026-09-05T01:14:02.006Z[ recovery-image] Sep 05 01:14:00.699 INFO O| Sep 05 01:14:00.699 INFO STEP 942 (remove_files) COMPLETE
85222026-09-05T01:14:02.006Z[ recovery-image] Sep 05 01:14:00.699 INFO O| Sep 05 01:14:00.699 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-05T01:14:02.012Z[ recovery-image] Sep 05 01:14:00.710 INFO O| Sep 05 01:14:00.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
85242026-09-05T01:14:02.012Z[ recovery-image] Sep 05 01:14:00.710 INFO O| Sep 05 01:14:00.710 INFO STEP 943 (remove_files) COMPLETE
85252026-09-05T01:14:02.012Z[ recovery-image] Sep 05 01:14:00.710 INFO O| Sep 05 01:14:00.710 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-09-05T01:14:02.020Z[ recovery-image] Sep 05 01:14:00.720 INFO O| Sep 05 01:14:00.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
85272026-09-05T01:14:02.027Z[ recovery-image] Sep 05 01:14:00.727 INFO O| Sep 05 01:14:00.727 INFO STEP 944 (remove_files) COMPLETE
85282026-09-05T01:14:02.027Z[ recovery-image] Sep 05 01:14:00.727 INFO O| Sep 05 01:14:00.727 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-09-05T01:14:02.063Z[ recovery-image] Sep 05 01:14:00.763 INFO O| Sep 05 01:14:00.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
85302026-09-05T01:14:02.063Z[ recovery-image] Sep 05 01:14:00.763 INFO O| Sep 05 01:14:00.763 INFO STEP 945 (remove_files) COMPLETE
85312026-09-05T01:14:02.067Z[ recovery-image] Sep 05 01:14:00.763 INFO O| Sep 05 01:14:00.763 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-09-05T01:14:02.073Z[ recovery-image] Sep 05 01:14:00.773 INFO O| Sep 05 01:14:00.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
85332026-09-05T01:14:02.074Z[ recovery-image] Sep 05 01:14:00.773 INFO O| Sep 05 01:14:00.773 INFO STEP 946 (remove_files) COMPLETE
85342026-09-05T01:14:02.074Z[ recovery-image] Sep 05 01:14:00.773 INFO O| Sep 05 01:14:00.773 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-09-05T01:14:02.111Z[ recovery-image] Sep 05 01:14:00.810 INFO O| Sep 05 01:14:00.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
85362026-09-05T01:14:02.112Z[ recovery-image] Sep 05 01:14:00.810 INFO O| Sep 05 01:14:00.810 INFO STEP 947 (remove_files) COMPLETE
85372026-09-05T01:14:02.115Z[ recovery-image] Sep 05 01:14:00.810 INFO O| Sep 05 01:14:00.810 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-09-05T01:14:02.127Z[ recovery-image] Sep 05 01:14:00.826 INFO O| Sep 05 01:14:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
85392026-09-05T01:14:02.127Z[ recovery-image] Sep 05 01:14:00.826 INFO O| Sep 05 01:14:00.826 INFO STEP 948 (remove_files) COMPLETE
85402026-09-05T01:14:02.133Z[ recovery-image] Sep 05 01:14:00.826 INFO O| Sep 05 01:14:00.826 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-09-05T01:14:02.188Z[verify-libraries] Compiling parse-size v1.1.0
85422026-09-05T01:14:02.193Z[ recovery-image] Sep 05 01:14:00.885 INFO O| Sep 05 01:14:00.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
85432026-09-05T01:14:02.193Z[ recovery-image] Sep 05 01:14:00.885 INFO O| Sep 05 01:14:00.885 INFO STEP 949 (remove_files) COMPLETE
85442026-09-05T01:14:02.194Z[ recovery-image] Sep 05 01:14:00.886 INFO O| Sep 05 01:14:00.885 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-05T01:14:02.198Z[ recovery-image] Sep 05 01:14:00.895 INFO O| Sep 05 01:14:00.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
85462026-09-05T01:14:02.198Z[ recovery-image] Sep 05 01:14:00.895 INFO O| Sep 05 01:14:00.895 INFO STEP 950 (remove_files) COMPLETE
85472026-09-05T01:14:02.200Z[ recovery-image] Sep 05 01:14:00.895 INFO O| Sep 05 01:14:00.895 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-05T01:14:02.210Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
85492026-09-05T01:14:02.223Z[ recovery-image] Sep 05 01:14:00.922 INFO O| Sep 05 01:14:00.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
85502026-09-05T01:14:02.223Z[ recovery-image] Sep 05 01:14:00.922 INFO O| Sep 05 01:14:00.922 INFO STEP 951 (remove_files) COMPLETE
85512026-09-05T01:14:02.223Z[ recovery-image] Sep 05 01:14:00.922 INFO O| Sep 05 01:14:00.922 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-09-05T01:14:02.250Z[ recovery-image] Sep 05 01:14:00.950 INFO O| Sep 05 01:14:00.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
85532026-09-05T01:14:02.250Z[ recovery-image] Sep 05 01:14:00.950 INFO O| Sep 05 01:14:00.950 INFO STEP 952 (remove_files) COMPLETE
85542026-09-05T01:14:02.256Z[ recovery-image] Sep 05 01:14:00.950 INFO O| Sep 05 01:14:00.950 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-09-05T01:14:02.263Z[ recovery-image] Sep 05 01:14:00.958 INFO O| Sep 05 01:14:00.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
85562026-09-05T01:14:02.263Z[ recovery-image] Sep 05 01:14:00.958 INFO O| Sep 05 01:14:00.958 INFO STEP 953 (remove_files) COMPLETE
85572026-09-05T01:14:02.263Z[ recovery-image] Sep 05 01:14:00.958 INFO O| Sep 05 01:14:00.958 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-09-05T01:14:02.268Z[ recovery-image] Sep 05 01:14:00.966 INFO O| Sep 05 01:14:00.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
85592026-09-05T01:14:02.268Z[ recovery-image] Sep 05 01:14:00.966 INFO O| Sep 05 01:14:00.966 INFO STEP 954 (remove_files) COMPLETE
85602026-09-05T01:14:02.268Z[ recovery-image] Sep 05 01:14:00.966 INFO O| Sep 05 01:14:00.966 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-09-05T01:14:02.274Z[ recovery-image] Sep 05 01:14:00.973 INFO O| Sep 05 01:14:00.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
85622026-09-05T01:14:02.274Z[ recovery-image] Sep 05 01:14:00.974 INFO O| Sep 05 01:14:00.974 INFO STEP 955 (remove_files) COMPLETE
85632026-09-05T01:14:02.287Z[ recovery-image] Sep 05 01:14:00.974 INFO O| Sep 05 01:14:00.974 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.981 INFO O| Sep 05 01:14:00.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
85652026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.981 INFO O| Sep 05 01:14:00.981 INFO STEP 956 (remove_files) COMPLETE
85662026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.981 INFO O| Sep 05 01:14:00.981 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.988 INFO O| Sep 05 01:14:00.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
85682026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.988 INFO O| Sep 05 01:14:00.988 INFO STEP 957 (remove_files) COMPLETE
85692026-09-05T01:14:02.293Z[ recovery-image] Sep 05 01:14:00.988 INFO O| Sep 05 01:14:00.988 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-09-05T01:14:02.298Z[ recovery-image] Sep 05 01:14:00.996 INFO O| Sep 05 01:14:00.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
85712026-09-05T01:14:02.298Z[ recovery-image] Sep 05 01:14:00.996 INFO O| Sep 05 01:14:00.996 INFO STEP 958 (remove_files) COMPLETE
85722026-09-05T01:14:02.298Z[ recovery-image] Sep 05 01:14:00.996 INFO O| Sep 05 01:14:00.996 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-09-05T01:14:02.308Z[ recovery-image] Sep 05 01:14:01.007 INFO O| Sep 05 01:14:01.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
85742026-09-05T01:14:02.308Z[ recovery-image] Sep 05 01:14:01.007 INFO O| Sep 05 01:14:01.007 INFO STEP 959 (remove_files) COMPLETE
85752026-09-05T01:14:02.308Z[ recovery-image] Sep 05 01:14:01.007 INFO O| Sep 05 01:14:01.007 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-09-05T01:14:02.321Z[ recovery-image] Sep 05 01:14:01.020 INFO O| Sep 05 01:14:01.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
85772026-09-05T01:14:02.321Z[ recovery-image] Sep 05 01:14:01.020 INFO O| Sep 05 01:14:01.020 INFO STEP 960 (remove_files) COMPLETE
85782026-09-05T01:14:02.321Z[ recovery-image] Sep 05 01:14:01.020 INFO O| Sep 05 01:14:01.020 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-09-05T01:14:02.332Z[ recovery-image] Sep 05 01:14:01.031 INFO O| Sep 05 01:14:01.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
85802026-09-05T01:14:02.332Z[ recovery-image] Sep 05 01:14:01.031 INFO O| Sep 05 01:14:01.031 INFO STEP 961 (remove_files) COMPLETE
85812026-09-05T01:14:02.332Z[ recovery-image] Sep 05 01:14:01.031 INFO O| Sep 05 01:14:01.031 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-09-05T01:14:02.359Z[ recovery-image] Sep 05 01:14:01.055 INFO O| Sep 05 01:14:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
85832026-09-05T01:14:02.359Z[ recovery-image] Sep 05 01:14:01.055 INFO O| Sep 05 01:14:01.055 INFO STEP 962 (remove_files) COMPLETE
85842026-09-05T01:14:02.370Z[ recovery-image] Sep 05 01:14:01.055 INFO O| Sep 05 01:14:01.055 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-09-05T01:14:02.376Z[ recovery-image] Sep 05 01:14:01.066 INFO O| Sep 05 01:14:01.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
85862026-09-05T01:14:02.376Z[ recovery-image] Sep 05 01:14:01.066 INFO O| Sep 05 01:14:01.066 INFO STEP 963 (remove_files) COMPLETE
85872026-09-05T01:14:02.376Z[ recovery-image] Sep 05 01:14:01.066 INFO O| Sep 05 01:14:01.066 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-05T01:14:02.380Z[ recovery-image] Sep 05 01:14:01.076 INFO O| Sep 05 01:14:01.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
85892026-09-05T01:14:02.380Z[ recovery-image] Sep 05 01:14:01.076 INFO O| Sep 05 01:14:01.076 INFO STEP 964 (remove_files) COMPLETE
85902026-09-05T01:14:02.381Z[ recovery-image] Sep 05 01:14:01.076 INFO O| Sep 05 01:14:01.076 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-05T01:14:02.395Z[ recovery-image] Sep 05 01:14:01.086 INFO O| Sep 05 01:14:01.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
85922026-09-05T01:14:02.395Z[ recovery-image] Sep 05 01:14:01.086 INFO O| Sep 05 01:14:01.086 INFO STEP 965 (remove_files) COMPLETE
85932026-09-05T01:14:02.395Z[ recovery-image] Sep 05 01:14:01.086 INFO O| Sep 05 01:14:01.086 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-09-05T01:14:02.411Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
85952026-09-05T01:14:02.411Z[ recovery-image] Sep 05 01:14:01.097 INFO O| Sep 05 01:14:01.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
85962026-09-05T01:14:02.411Z[ recovery-image] Sep 05 01:14:01.097 INFO O| Sep 05 01:14:01.097 INFO STEP 966 (remove_files) COMPLETE
85972026-09-05T01:14:02.411Z[ recovery-image] Sep 05 01:14:01.097 INFO O| Sep 05 01:14:01.097 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-05T01:14:02.416Z[ recovery-image] Sep 05 01:14:01.108 INFO O| Sep 05 01:14:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
85992026-09-05T01:14:02.416Z[ recovery-image] Sep 05 01:14:01.108 INFO O| Sep 05 01:14:01.108 INFO STEP 967 (remove_files) COMPLETE
86002026-09-05T01:14:02.416Z[ recovery-image] Sep 05 01:14:01.108 INFO O| Sep 05 01:14:01.108 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-09-05T01:14:02.425Z[ recovery-image] Sep 05 01:14:01.119 INFO O| Sep 05 01:14:01.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86022026-09-05T01:14:02.429Z[ recovery-image] Sep 05 01:14:01.119 INFO O| Sep 05 01:14:01.119 INFO STEP 968 (remove_files) COMPLETE
86032026-09-05T01:14:02.429Z[ recovery-image] Sep 05 01:14:01.119 INFO O| Sep 05 01:14:01.119 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-09-05T01:14:02.434Z[ recovery-image] Sep 05 01:14:01.131 INFO O| Sep 05 01:14:01.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86052026-09-05T01:14:02.434Z[ recovery-image] Sep 05 01:14:01.131 INFO O| Sep 05 01:14:01.131 INFO STEP 969 (remove_files) COMPLETE
86062026-09-05T01:14:02.434Z[ recovery-image] Sep 05 01:14:01.131 INFO O| Sep 05 01:14:01.131 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-09-05T01:14:02.448Z[ recovery-image] Sep 05 01:14:01.142 INFO O| Sep 05 01:14:01.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
86082026-09-05T01:14:02.448Z[ recovery-image] Sep 05 01:14:01.142 INFO O| Sep 05 01:14:01.142 INFO STEP 970 (remove_files) COMPLETE
86092026-09-05T01:14:02.448Z[ recovery-image] Sep 05 01:14:01.142 INFO O| Sep 05 01:14:01.142 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-09-05T01:14:02.457Z[ recovery-image] Sep 05 01:14:01.153 INFO O| Sep 05 01:14:01.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
86112026-09-05T01:14:02.457Z[ recovery-image] Sep 05 01:14:01.153 INFO O| Sep 05 01:14:01.153 INFO STEP 971 (remove_files) COMPLETE
86122026-09-05T01:14:02.457Z[ recovery-image] Sep 05 01:14:01.153 INFO O| Sep 05 01:14:01.153 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-09-05T01:14:02.464Z[ recovery-image] Sep 05 01:14:01.163 INFO O| Sep 05 01:14:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
86142026-09-05T01:14:02.464Z[ recovery-image] Sep 05 01:14:01.163 INFO O| Sep 05 01:14:01.163 INFO STEP 972 (remove_files) COMPLETE
86152026-09-05T01:14:02.464Z[ recovery-image] Sep 05 01:14:01.163 INFO O| Sep 05 01:14:01.163 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-09-05T01:14:02.482Z[ recovery-image] Sep 05 01:14:01.173 INFO O| Sep 05 01:14:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
86172026-09-05T01:14:02.482Z[ recovery-image] Sep 05 01:14:01.173 INFO O| Sep 05 01:14:01.173 INFO STEP 973 (remove_files) COMPLETE
86182026-09-05T01:14:02.482Z[ recovery-image] Sep 05 01:14:01.173 INFO O| Sep 05 01:14:01.173 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-09-05T01:14:02.487Z[ recovery-image] Sep 05 01:14:01.183 INFO O| Sep 05 01:14:01.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
86202026-09-05T01:14:02.487Z[ recovery-image] Sep 05 01:14:01.183 INFO O| Sep 05 01:14:01.183 INFO STEP 974 (remove_files) COMPLETE
86212026-09-05T01:14:02.487Z[ recovery-image] Sep 05 01:14:01.183 INFO O| Sep 05 01:14:01.183 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-09-05T01:14:02.498Z[ recovery-image] Sep 05 01:14:01.192 INFO O| Sep 05 01:14:01.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
86232026-09-05T01:14:02.498Z[ recovery-image] Sep 05 01:14:01.192 INFO O| Sep 05 01:14:01.192 INFO STEP 975 (remove_files) COMPLETE
86242026-09-05T01:14:02.503Z[ recovery-image] Sep 05 01:14:01.192 INFO O| Sep 05 01:14:01.192 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-09-05T01:14:02.503Z[ recovery-image] Sep 05 01:14:01.200 INFO O| Sep 05 01:14:01.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
86262026-09-05T01:14:02.503Z[ recovery-image] Sep 05 01:14:01.200 INFO O| Sep 05 01:14:01.200 INFO STEP 976 (remove_files) COMPLETE
86272026-09-05T01:14:02.503Z[ recovery-image] Sep 05 01:14:01.200 INFO O| Sep 05 01:14:01.200 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-09-05T01:14:02.510Z[ recovery-image] Sep 05 01:14:01.209 INFO O| Sep 05 01:14:01.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
86292026-09-05T01:14:02.510Z[ recovery-image] Sep 05 01:14:01.209 INFO O| Sep 05 01:14:01.209 INFO STEP 977 (remove_files) COMPLETE
86302026-09-05T01:14:02.523Z[ recovery-image] Sep 05 01:14:01.209 INFO O| Sep 05 01:14:01.209 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-09-05T01:14:02.535Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86322026-09-05T01:14:02.535Z[ recovery-image] Sep 05 01:14:01.218 INFO O| Sep 05 01:14:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
86332026-09-05T01:14:02.535Z[ recovery-image] Sep 05 01:14:01.218 INFO O| Sep 05 01:14:01.218 INFO STEP 978 (remove_files) COMPLETE
86342026-09-05T01:14:02.535Z[ recovery-image] Sep 05 01:14:01.218 INFO O| Sep 05 01:14:01.218 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-09-05T01:14:02.542Z[ recovery-image] Sep 05 01:14:01.228 INFO O| Sep 05 01:14:01.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
86362026-09-05T01:14:02.542Z[ recovery-image] Sep 05 01:14:01.228 INFO O| Sep 05 01:14:01.228 INFO STEP 979 (remove_files) COMPLETE
86372026-09-05T01:14:02.542Z[ recovery-image] Sep 05 01:14:01.228 INFO O| Sep 05 01:14:01.228 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-09-05T01:14:02.547Z[ recovery-image] Sep 05 01:14:01.237 INFO O| Sep 05 01:14:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
86392026-09-05T01:14:02.547Z[ recovery-image] Sep 05 01:14:01.238 INFO O| Sep 05 01:14:01.238 INFO STEP 980 (remove_files) COMPLETE
86402026-09-05T01:14:02.548Z[ recovery-image] Sep 05 01:14:01.238 INFO O| Sep 05 01:14:01.238 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-09-05T01:14:02.552Z[ recovery-image] Sep 05 01:14:01.247 INFO O| Sep 05 01:14:01.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
86422026-09-05T01:14:02.552Z[ recovery-image] Sep 05 01:14:01.247 INFO O| Sep 05 01:14:01.247 INFO STEP 981 (remove_files) COMPLETE
86432026-09-05T01:14:02.552Z[ recovery-image] Sep 05 01:14:01.247 INFO O| Sep 05 01:14:01.247 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-05T01:14:02.561Z[ recovery-image] Sep 05 01:14:01.257 INFO O| Sep 05 01:14:01.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
86452026-09-05T01:14:02.561Z[ recovery-image] Sep 05 01:14:01.257 INFO O| Sep 05 01:14:01.257 INFO STEP 982 (remove_files) COMPLETE
86462026-09-05T01:14:02.561Z[ recovery-image] Sep 05 01:14:01.257 INFO O| Sep 05 01:14:01.257 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-09-05T01:14:02.569Z[ recovery-image] Sep 05 01:14:01.267 INFO O| Sep 05 01:14:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
86482026-09-05T01:14:02.570Z[ recovery-image] Sep 05 01:14:01.267 INFO O| Sep 05 01:14:01.267 INFO STEP 983 (remove_files) COMPLETE
86492026-09-05T01:14:02.574Z[ recovery-image] Sep 05 01:14:01.267 INFO O| Sep 05 01:14:01.267 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-09-05T01:14:02.579Z[ recovery-image] Sep 05 01:14:01.278 INFO O| Sep 05 01:14:01.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
86512026-09-05T01:14:02.579Z[ recovery-image] Sep 05 01:14:01.278 INFO O| Sep 05 01:14:01.278 INFO STEP 984 (remove_files) COMPLETE
86522026-09-05T01:14:02.580Z[ recovery-image] Sep 05 01:14:01.278 INFO O| Sep 05 01:14:01.278 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-05T01:14:02.589Z[ recovery-image] Sep 05 01:14:01.287 INFO O| Sep 05 01:14:01.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
86542026-09-05T01:14:02.589Z[ recovery-image] Sep 05 01:14:01.287 INFO O| Sep 05 01:14:01.287 INFO STEP 985 (remove_files) COMPLETE
86552026-09-05T01:14:02.601Z[ recovery-image] Sep 05 01:14:01.287 INFO O| Sep 05 01:14:01.287 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-09-05T01:14:02.605Z[ recovery-image] Sep 05 01:14:01.297 INFO O| Sep 05 01:14:01.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
86572026-09-05T01:14:02.606Z[ recovery-image] Sep 05 01:14:01.297 INFO O| Sep 05 01:14:01.297 INFO STEP 986 (remove_files) COMPLETE
86582026-09-05T01:14:02.606Z[ recovery-image] Sep 05 01:14:01.297 INFO O| Sep 05 01:14:01.297 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-09-05T01:14:02.610Z[ recovery-image] Sep 05 01:14:01.307 INFO O| Sep 05 01:14:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
86602026-09-05T01:14:02.610Z[ recovery-image] Sep 05 01:14:01.307 INFO O| Sep 05 01:14:01.307 INFO STEP 987 (remove_files) COMPLETE
86612026-09-05T01:14:02.610Z[ recovery-image] Sep 05 01:14:01.307 INFO O| Sep 05 01:14:01.307 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-09-05T01:14:02.622Z[ recovery-image] Sep 05 01:14:01.315 INFO O| Sep 05 01:14:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
86632026-09-05T01:14:02.622Z[ recovery-image] Sep 05 01:14:01.315 INFO O| Sep 05 01:14:01.315 INFO STEP 988 (remove_files) COMPLETE
86642026-09-05T01:14:02.622Z[ recovery-image] Sep 05 01:14:01.315 INFO O| Sep 05 01:14:01.315 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-09-05T01:14:02.631Z[ recovery-image] Sep 05 01:14:01.325 INFO O| Sep 05 01:14:01.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
86662026-09-05T01:14:02.631Z[ recovery-image] Sep 05 01:14:01.326 INFO O| Sep 05 01:14:01.326 INFO STEP 989 (remove_files) COMPLETE
86672026-09-05T01:14:02.631Z[ recovery-image] Sep 05 01:14:01.326 INFO O| Sep 05 01:14:01.326 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-09-05T01:14:02.638Z[ recovery-image] Sep 05 01:14:01.336 INFO O| Sep 05 01:14:01.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
86692026-09-05T01:14:02.638Z[ recovery-image] Sep 05 01:14:01.336 INFO O| Sep 05 01:14:01.336 INFO STEP 990 (remove_files) COMPLETE
86702026-09-05T01:14:02.638Z[ recovery-image] Sep 05 01:14:01.336 INFO O| Sep 05 01:14:01.336 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-09-05T01:14:02.652Z[ recovery-image] Sep 05 01:14:01.347 INFO O| Sep 05 01:14:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
86722026-09-05T01:14:02.652Z[ recovery-image] Sep 05 01:14:01.347 INFO O| Sep 05 01:14:01.347 INFO STEP 991 (remove_files) COMPLETE
86732026-09-05T01:14:02.656Z[ recovery-image] Sep 05 01:14:01.347 INFO O| Sep 05 01:14:01.347 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-09-05T01:14:02.656Z[ recovery-image] Sep 05 01:14:01.355 INFO O| Sep 05 01:14:01.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
86752026-09-05T01:14:02.656Z[ recovery-image] Sep 05 01:14:01.355 INFO O| Sep 05 01:14:01.355 INFO STEP 992 (remove_files) COMPLETE
86762026-09-05T01:14:02.656Z[ recovery-image] Sep 05 01:14:01.355 INFO O| Sep 05 01:14:01.355 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-09-05T01:14:02.666Z[ recovery-image] Sep 05 01:14:01.364 INFO O| Sep 05 01:14:01.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
86782026-09-05T01:14:02.666Z[ recovery-image] Sep 05 01:14:01.364 INFO O| Sep 05 01:14:01.364 INFO STEP 993 (remove_files) COMPLETE
86792026-09-05T01:14:02.673Z[ recovery-image] Sep 05 01:14:01.364 INFO O| Sep 05 01:14:01.364 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-09-05T01:14:02.679Z[ recovery-image] Sep 05 01:14:01.373 INFO O| Sep 05 01:14:01.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
86812026-09-05T01:14:02.679Z[ recovery-image] Sep 05 01:14:01.373 INFO O| Sep 05 01:14:01.373 INFO STEP 994 (remove_files) COMPLETE
86822026-09-05T01:14:02.679Z[ recovery-image] Sep 05 01:14:01.373 INFO O| Sep 05 01:14:01.373 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-09-05T01:14:02.692Z[ recovery-image] Sep 05 01:14:01.382 INFO O| Sep 05 01:14:01.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
86842026-09-05T01:14:02.692Z[ recovery-image] Sep 05 01:14:01.382 INFO O| Sep 05 01:14:01.382 INFO STEP 995 (remove_files) COMPLETE
86852026-09-05T01:14:02.692Z[ recovery-image] Sep 05 01:14:01.382 INFO O| Sep 05 01:14:01.382 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-05T01:14:02.697Z[ recovery-image] Sep 05 01:14:01.391 INFO O| Sep 05 01:14:01.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
86872026-09-05T01:14:02.697Z[ recovery-image] Sep 05 01:14:01.391 INFO O| Sep 05 01:14:01.391 INFO STEP 996 (remove_files) COMPLETE
86882026-09-05T01:14:02.697Z[ recovery-image] Sep 05 01:14:01.391 INFO O| Sep 05 01:14:01.391 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-05T01:14:02.703Z[ recovery-image] Sep 05 01:14:01.403 INFO O| Sep 05 01:14:01.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
86902026-09-05T01:14:02.703Z[ recovery-image] Sep 05 01:14:01.403 INFO O| Sep 05 01:14:01.403 INFO STEP 997 (remove_files) COMPLETE
86912026-09-05T01:14:02.703Z[ recovery-image] Sep 05 01:14:01.403 INFO O| Sep 05 01:14:01.403 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-09-05T01:14:02.715Z[ recovery-image] Sep 05 01:14:01.414 INFO O| Sep 05 01:14:01.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
86932026-09-05T01:14:02.715Z[ recovery-image] Sep 05 01:14:01.414 INFO O| Sep 05 01:14:01.414 INFO STEP 998 (remove_files) COMPLETE
86942026-09-05T01:14:02.715Z[ recovery-image] Sep 05 01:14:01.414 INFO O| Sep 05 01:14:01.414 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-09-05T01:14:02.724Z[ recovery-image] Sep 05 01:14:01.423 INFO O| Sep 05 01:14:01.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
86962026-09-05T01:14:02.724Z[ recovery-image] Sep 05 01:14:01.423 INFO O| Sep 05 01:14:01.423 INFO STEP 999 (remove_files) COMPLETE
86972026-09-05T01:14:02.725Z[ recovery-image] Sep 05 01:14:01.423 INFO O| Sep 05 01:14:01.423 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-09-05T01:14:02.736Z[ recovery-image] Sep 05 01:14:01.435 INFO O| Sep 05 01:14:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
86992026-09-05T01:14:02.736Z[ recovery-image] Sep 05 01:14:01.435 INFO O| Sep 05 01:14:01.435 INFO STEP 1000 (remove_files) COMPLETE
87002026-09-05T01:14:02.736Z[ recovery-image] Sep 05 01:14:01.435 INFO O| Sep 05 01:14:01.435 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-09-05T01:14:02.744Z[ recovery-image] Sep 05 01:14:01.444 INFO O| Sep 05 01:14:01.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
87022026-09-05T01:14:02.744Z[ recovery-image] Sep 05 01:14:01.444 INFO O| Sep 05 01:14:01.444 INFO STEP 1001 (remove_files) COMPLETE
87032026-09-05T01:14:02.744Z[ recovery-image] Sep 05 01:14:01.444 INFO O| Sep 05 01:14:01.444 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-09-05T01:14:02.752Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87052026-09-05T01:14:02.758Z[ recovery-image] Sep 05 01:14:01.453 INFO O| Sep 05 01:14:01.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
87062026-09-05T01:14:02.758Z[ recovery-image] Sep 05 01:14:01.453 INFO O| Sep 05 01:14:01.453 INFO STEP 1002 (remove_files) COMPLETE
87072026-09-05T01:14:02.758Z[ recovery-image] Sep 05 01:14:01.453 INFO O| Sep 05 01:14:01.453 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-05T01:14:02.764Z[ recovery-image] Sep 05 01:14:01.464 INFO O| Sep 05 01:14:01.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
87092026-09-05T01:14:02.764Z[ recovery-image] Sep 05 01:14:01.464 INFO O| Sep 05 01:14:01.464 INFO STEP 1003 (remove_files) COMPLETE
87102026-09-05T01:14:02.764Z[ recovery-image] Sep 05 01:14:01.464 INFO O| Sep 05 01:14:01.464 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-05T01:14:02.784Z[ recovery-image] Sep 05 01:14:01.479 INFO O| Sep 05 01:14:01.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
87122026-09-05T01:14:02.784Z[ recovery-image] Sep 05 01:14:01.479 INFO O| Sep 05 01:14:01.479 INFO STEP 1004 (remove_files) COMPLETE
87132026-09-05T01:14:02.784Z[ recovery-image] Sep 05 01:14:01.479 INFO O| Sep 05 01:14:01.479 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-05T01:14:02.790Z[ recovery-image] Sep 05 01:14:01.489 INFO O| Sep 05 01:14:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
87152026-09-05T01:14:02.790Z[ recovery-image] Sep 05 01:14:01.489 INFO O| Sep 05 01:14:01.489 INFO STEP 1005 (remove_files) COMPLETE
87162026-09-05T01:14:02.790Z[ recovery-image] Sep 05 01:14:01.489 INFO O| Sep 05 01:14:01.489 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-05T01:14:02.798Z[ recovery-image] Sep 05 01:14:01.499 INFO O| Sep 05 01:14:01.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
87182026-09-05T01:14:02.799Z[ recovery-image] Sep 05 01:14:01.499 INFO O| Sep 05 01:14:01.499 INFO STEP 1006 (remove_files) COMPLETE
87192026-09-05T01:14:02.806Z[ recovery-image] Sep 05 01:14:01.499 INFO O| Sep 05 01:14:01.499 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-05T01:14:02.814Z[ recovery-image] Sep 05 01:14:01.508 INFO O| Sep 05 01:14:01.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
87212026-09-05T01:14:02.814Z[ recovery-image] Sep 05 01:14:01.508 INFO O| Sep 05 01:14:01.508 INFO STEP 1007 (remove_files) COMPLETE
87222026-09-05T01:14:02.814Z[ recovery-image] Sep 05 01:14:01.508 INFO O| Sep 05 01:14:01.508 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-05T01:14:02.820Z[ recovery-image] Sep 05 01:14:01.518 INFO O| Sep 05 01:14:01.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
87242026-09-05T01:14:02.820Z[ recovery-image] Sep 05 01:14:01.518 INFO O| Sep 05 01:14:01.518 INFO STEP 1008 (remove_files) COMPLETE
87252026-09-05T01:14:02.820Z[ recovery-image] Sep 05 01:14:01.518 INFO O| Sep 05 01:14:01.518 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-09-05T01:14:02.828Z[ recovery-image] Sep 05 01:14:01.527 INFO O| Sep 05 01:14:01.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
87272026-09-05T01:14:02.828Z[ recovery-image] Sep 05 01:14:01.527 INFO O| Sep 05 01:14:01.527 INFO STEP 1009 (remove_files) COMPLETE
87282026-09-05T01:14:02.832Z[ recovery-image] Sep 05 01:14:01.527 INFO O| Sep 05 01:14:01.527 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-09-05T01:14:02.839Z[ recovery-image] Sep 05 01:14:01.538 INFO O| Sep 05 01:14:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
87302026-09-05T01:14:02.839Z[ recovery-image] Sep 05 01:14:01.538 INFO O| Sep 05 01:14:01.538 INFO STEP 1010 (remove_files) COMPLETE
87312026-09-05T01:14:02.839Z[ recovery-image] Sep 05 01:14:01.538 INFO O| Sep 05 01:14:01.538 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-09-05T01:14:02.850Z[ recovery-image] Sep 05 01:14:01.549 INFO O| Sep 05 01:14:01.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
87332026-09-05T01:14:02.851Z[ recovery-image] Sep 05 01:14:01.549 INFO O| Sep 05 01:14:01.549 INFO STEP 1011 (remove_files) COMPLETE
87342026-09-05T01:14:02.851Z[ recovery-image] Sep 05 01:14:01.549 INFO O| Sep 05 01:14:01.549 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-09-05T01:14:02.858Z[ host-image] Sep 05 01:14:01.555 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
87362026-09-05T01:14:02.859Z[ host-image] Sep 05 01:14:01.555 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
87372026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.555 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87382026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.555 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87392026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.555 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87402026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87412026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87422026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87432026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260905T010012Z
87442026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87452026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87462026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.556 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
87472026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.557 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
87482026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.557 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
87492026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.557 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
87502026-09-05T01:14:02.871Z[ host-image] Sep 05 01:14:01.557 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87512026-09-05T01:14:02.872Z[ recovery-image] Sep 05 01:14:01.559 INFO O| Sep 05 01:14:01.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
87522026-09-05T01:14:02.872Z[ recovery-image] Sep 05 01:14:01.559 INFO O| Sep 05 01:14:01.559 INFO STEP 1012 (remove_files) COMPLETE
87532026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.557 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
87542026-09-05T01:14:02.872Z[ recovery-image] Sep 05 01:14:01.559 INFO O| Sep 05 01:14:01.559 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87552026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
87562026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
87572026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
87582026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
87592026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
87602026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87612026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
87622026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
87632026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
87642026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
87652026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
87662026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
87672026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
87682026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
87692026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
87702026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
87712026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
87722026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
87732026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
87742026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.558 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
87752026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.559 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
87762026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.559 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
87772026-09-05T01:14:02.872Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87782026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
87792026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
87802026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87812026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87822026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87832026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
87842026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87852026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87862026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87872026-09-05T01:14:02.873Z[ host-image] Sep 05 01:14:01.562 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87882026-09-05T01:14:02.877Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87892026-09-05T01:14:02.877Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87902026-09-05T01:14:02.877Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87912026-09-05T01:14:02.877Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87922026-09-05T01:14:02.878Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87932026-09-05T01:14:02.878Z[ host-image] Sep 05 01:14:01.566 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87942026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.568 INFO O| Sep 05 01:14:01.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
87952026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.568 INFO O| Sep 05 01:14:01.568 INFO STEP 1013 (remove_files) COMPLETE
87962026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.568 INFO O| Sep 05 01:14:01.568 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87972026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.577 INFO O| Sep 05 01:14:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
87982026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.577 INFO O| Sep 05 01:14:01.577 INFO STEP 1014 (remove_files) COMPLETE
87992026-09-05T01:14:02.878Z[ recovery-image] Sep 05 01:14:01.577 INFO O| Sep 05 01:14:01.577 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88002026-09-05T01:14:02.885Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
88012026-09-05T01:14:02.885Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88022026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88032026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
88042026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
88052026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88062026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
88072026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88082026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88092026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88102026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
88112026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
88122026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.578 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88132026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.579 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88142026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.579 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88152026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.579 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88162026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.580 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
88172026-09-05T01:14:02.886Z[ host-image] Sep 05 01:14:01.580 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88182026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.584 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88192026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.584 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
88202026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.584 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
88212026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.584 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
88222026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.584 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88232026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.585 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
88242026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.585 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
88252026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.585 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
88262026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.585 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
88272026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
88282026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
88292026-09-05T01:14:02.892Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
88302026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88312026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
88322026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
88332026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
88342026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.586 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
88352026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.588 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
88362026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.588 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88372026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.589 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
88382026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.589 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
88392026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.589 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
88402026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.589 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
88412026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.589 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
88422026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.590 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
88432026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.590 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
88442026-09-05T01:14:02.893Z[ host-image] Sep 05 01:14:01.590 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
88452026-09-05T01:14:02.906Z[ host-image] Sep 05 01:14:01.593 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
88462026-09-05T01:14:02.907Z[ host-image] Sep 05 01:14:01.593 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
88472026-09-05T01:14:02.907Z[ host-image] Sep 05 01:14:01.593 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
88482026-09-05T01:14:02.907Z[ host-image] Sep 05 01:14:01.593 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
88492026-09-05T01:14:02.907Z[ host-image] Sep 05 01:14:01.593 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
88502026-09-05T01:14:02.907Z[ recovery-image] Sep 05 01:14:01.594 INFO O| Sep 05 01:14:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88512026-09-05T01:14:02.907Z[ recovery-image] Sep 05 01:14:01.594 INFO O| Sep 05 01:14:01.594 INFO STEP 1015 (remove_files) COMPLETE
88522026-09-05T01:14:02.907Z[ recovery-image] Sep 05 01:14:01.594 INFO O| Sep 05 01:14:01.594 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88532026-09-05T01:14:02.908Z[ host-image] Sep 05 01:14:01.599 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
88542026-09-05T01:14:02.908Z[ host-image] Sep 05 01:14:01.599 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
88552026-09-05T01:14:02.908Z[ host-image] Sep 05 01:14:01.599 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
88562026-09-05T01:14:02.908Z[ host-image] Sep 05 01:14:01.599 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88572026-09-05T01:14:02.908Z[ host-image] Sep 05 01:14:01.599 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88582026-09-05T01:14:02.916Z[ recovery-image] Sep 05 01:14:01.603 INFO O| Sep 05 01:14:01.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
88592026-09-05T01:14:02.916Z[ recovery-image] Sep 05 01:14:01.603 INFO O| Sep 05 01:14:01.603 INFO STEP 1016 (remove_files) COMPLETE
88602026-09-05T01:14:02.916Z[ recovery-image] Sep 05 01:14:01.603 INFO O| Sep 05 01:14:01.603 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88612026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.607 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
88622026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.607 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88632026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.607 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
88642026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.607 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
88652026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
88662026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88672026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88682026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
88692026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
88702026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
88712026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
88722026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
88732026-09-05T01:14:02.916Z[ host-image] Sep 05 01:14:01.608 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
88742026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.609 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88752026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.609 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
88762026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
88772026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
88782026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
88792026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
88802026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
88812026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88822026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88832026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
88842026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
88852026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88862026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88872026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88882026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88892026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88902026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.610 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88912026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.611 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
88922026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.611 INFO O| tempdir @ "/tmp/.tmpDGavYq/tmp"
88932026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.611 INFO O| image root @ "/tmp/.tmpDGavYq/tmp/root"
88942026-09-05T01:14:02.917Z[ host-image] Sep 05 01:14:01.611 INFO O| creating image...
88952026-09-05T01:14:02.917Z[ recovery-image] Sep 05 01:14:01.614 INFO O| Sep 05 01:14:01.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
88962026-09-05T01:14:02.917Z[ recovery-image] Sep 05 01:14:01.614 INFO O| Sep 05 01:14:01.614 INFO STEP 1017 (remove_files) COMPLETE
88972026-09-05T01:14:02.917Z[ recovery-image] Sep 05 01:14:01.614 INFO O| Sep 05 01:14:01.614 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88982026-09-05T01:14:02.925Z[ recovery-image] Sep 05 01:14:01.622 INFO O| Sep 05 01:14:01.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
88992026-09-05T01:14:02.925Z[ recovery-image] Sep 05 01:14:01.622 INFO O| Sep 05 01:14:01.622 INFO STEP 1018 (remove_files) COMPLETE
89002026-09-05T01:14:02.925Z[ recovery-image] Sep 05 01:14:01.622 INFO O| Sep 05 01:14:01.622 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89012026-09-05T01:14:02.939Z[ recovery-image] Sep 05 01:14:01.636 INFO O| Sep 05 01:14:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89022026-09-05T01:14:02.939Z[ recovery-image] Sep 05 01:14:01.636 INFO O| Sep 05 01:14:01.636 INFO STEP 1019 (remove_files) COMPLETE
89032026-09-05T01:14:02.939Z[ recovery-image] Sep 05 01:14:01.636 INFO O| Sep 05 01:14:01.636 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89042026-09-05T01:14:02.949Z[ recovery-image] Sep 05 01:14:01.647 INFO O| Sep 05 01:14:01.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89052026-09-05T01:14:02.949Z[ recovery-image] Sep 05 01:14:01.647 INFO O| Sep 05 01:14:01.647 INFO STEP 1020 (remove_files) COMPLETE
89062026-09-05T01:14:02.963Z[ recovery-image] Sep 05 01:14:01.647 INFO O| Sep 05 01:14:01.647 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89072026-09-05T01:14:02.967Z[ recovery-image] Sep 05 01:14:01.658 INFO O| Sep 05 01:14:01.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89082026-09-05T01:14:02.967Z[ recovery-image] Sep 05 01:14:01.658 INFO O| Sep 05 01:14:01.658 INFO STEP 1021 (remove_files) COMPLETE
89092026-09-05T01:14:02.967Z[ recovery-image] Sep 05 01:14:01.658 INFO O| Sep 05 01:14:01.658 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89102026-09-05T01:14:02.973Z[ recovery-image] Sep 05 01:14:01.668 INFO O| Sep 05 01:14:01.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89112026-09-05T01:14:02.973Z[ recovery-image] Sep 05 01:14:01.668 INFO O| Sep 05 01:14:01.668 INFO STEP 1022 (remove_files) COMPLETE
89122026-09-05T01:14:02.973Z[ recovery-image] Sep 05 01:14:01.668 INFO O| Sep 05 01:14:01.668 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89132026-09-05T01:14:02.979Z[ recovery-image] Sep 05 01:14:01.678 INFO O| Sep 05 01:14:01.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89142026-09-05T01:14:02.979Z[ recovery-image] Sep 05 01:14:01.678 INFO O| Sep 05 01:14:01.678 INFO STEP 1023 (remove_files) COMPLETE
89152026-09-05T01:14:02.991Z[ recovery-image] Sep 05 01:14:01.678 INFO O| Sep 05 01:14:01.678 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89162026-09-05T01:14:02.998Z[ recovery-image] Sep 05 01:14:01.687 INFO O| Sep 05 01:14:01.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89172026-09-05T01:14:02.998Z[ recovery-image] Sep 05 01:14:01.687 INFO O| Sep 05 01:14:01.687 INFO STEP 1024 (remove_files) COMPLETE
89182026-09-05T01:14:02.999Z[ recovery-image] Sep 05 01:14:01.687 INFO O| Sep 05 01:14:01.687 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89192026-09-05T01:14:02.999Z[ recovery-image] Sep 05 01:14:01.696 INFO O| Sep 05 01:14:01.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89202026-09-05T01:14:02.999Z[ recovery-image] Sep 05 01:14:01.696 INFO O| Sep 05 01:14:01.696 INFO STEP 1025 (remove_files) COMPLETE
89212026-09-05T01:14:02.999Z[ recovery-image] Sep 05 01:14:01.696 INFO O| Sep 05 01:14:01.696 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89222026-09-05T01:14:03.008Z[ recovery-image] Sep 05 01:14:01.707 INFO O| Sep 05 01:14:01.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89232026-09-05T01:14:03.008Z[ recovery-image] Sep 05 01:14:01.707 INFO O| Sep 05 01:14:01.707 INFO STEP 1026 (remove_files) COMPLETE
89242026-09-05T01:14:03.011Z[ recovery-image] Sep 05 01:14:01.707 INFO O| Sep 05 01:14:01.707 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89252026-09-05T01:14:03.023Z[ recovery-image] Sep 05 01:14:01.718 INFO O| Sep 05 01:14:01.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89262026-09-05T01:14:03.023Z[ recovery-image] Sep 05 01:14:01.718 INFO O| Sep 05 01:14:01.718 INFO STEP 1027 (remove_files) COMPLETE
89272026-09-05T01:14:03.023Z[ recovery-image] Sep 05 01:14:01.718 INFO O| Sep 05 01:14:01.718 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89282026-09-05T01:14:03.034Z[ recovery-image] Sep 05 01:14:01.728 INFO O| Sep 05 01:14:01.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89292026-09-05T01:14:03.034Z[ recovery-image] Sep 05 01:14:01.729 INFO O| Sep 05 01:14:01.729 INFO STEP 1028 (remove_files) COMPLETE
89302026-09-05T01:14:03.034Z[ recovery-image] Sep 05 01:14:01.729 INFO O| Sep 05 01:14:01.729 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89312026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.738 INFO O| Sep 05 01:14:01.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89322026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.739 INFO O| Sep 05 01:14:01.739 INFO STEP 1029 (remove_files) COMPLETE
89332026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.739 INFO O| Sep 05 01:14:01.739 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89342026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.749 INFO O| Sep 05 01:14:01.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89352026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.749 INFO O| Sep 05 01:14:01.749 INFO STEP 1030 (remove_files) COMPLETE
89362026-09-05T01:14:03.057Z[ recovery-image] Sep 05 01:14:01.749 INFO O| Sep 05 01:14:01.749 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89372026-09-05T01:14:03.060Z[ recovery-image] Sep 05 01:14:01.759 INFO O| Sep 05 01:14:01.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89382026-09-05T01:14:03.061Z[ recovery-image] Sep 05 01:14:01.759 INFO O| Sep 05 01:14:01.759 INFO STEP 1031 (remove_files) COMPLETE
89392026-09-05T01:14:03.061Z[ recovery-image] Sep 05 01:14:01.759 INFO O| Sep 05 01:14:01.759 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89402026-09-05T01:14:03.081Z[ recovery-image] Sep 05 01:14:01.768 INFO O| Sep 05 01:14:01.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89412026-09-05T01:14:03.081Z[ recovery-image] Sep 05 01:14:01.769 INFO O| Sep 05 01:14:01.768 INFO STEP 1032 (remove_files) COMPLETE
89422026-09-05T01:14:03.082Z[ recovery-image] Sep 05 01:14:01.769 INFO O| Sep 05 01:14:01.769 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89432026-09-05T01:14:03.082Z[ recovery-image] Sep 05 01:14:01.778 INFO O| Sep 05 01:14:01.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89442026-09-05T01:14:03.082Z[ recovery-image] Sep 05 01:14:01.778 INFO O| Sep 05 01:14:01.778 INFO STEP 1033 (remove_files) COMPLETE
89452026-09-05T01:14:03.082Z[ recovery-image] Sep 05 01:14:01.778 INFO O| Sep 05 01:14:01.778 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89462026-09-05T01:14:03.101Z[ recovery-image] Sep 05 01:14:01.788 INFO O| Sep 05 01:14:01.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89472026-09-05T01:14:03.101Z[ recovery-image] Sep 05 01:14:01.788 INFO O| Sep 05 01:14:01.788 INFO STEP 1034 (remove_files) COMPLETE
89482026-09-05T01:14:03.101Z[ recovery-image] Sep 05 01:14:01.788 INFO O| Sep 05 01:14:01.788 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89492026-09-05T01:14:03.106Z[ recovery-image] Sep 05 01:14:01.798 INFO O| Sep 05 01:14:01.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89502026-09-05T01:14:03.106Z[ recovery-image] Sep 05 01:14:01.798 INFO O| Sep 05 01:14:01.798 INFO STEP 1035 (remove_files) COMPLETE
89512026-09-05T01:14:03.106Z[ recovery-image] Sep 05 01:14:01.798 INFO O| Sep 05 01:14:01.798 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89522026-09-05T01:14:03.111Z[ recovery-image] Sep 05 01:14:01.806 INFO O| Sep 05 01:14:01.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89532026-09-05T01:14:03.111Z[ recovery-image] Sep 05 01:14:01.807 INFO O| Sep 05 01:14:01.807 INFO STEP 1036 (remove_files) COMPLETE
89542026-09-05T01:14:03.111Z[ recovery-image] Sep 05 01:14:01.807 INFO O| Sep 05 01:14:01.807 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89552026-09-05T01:14:03.122Z[ recovery-image] Sep 05 01:14:01.817 INFO O| Sep 05 01:14:01.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89562026-09-05T01:14:03.123Z[ recovery-image] Sep 05 01:14:01.818 INFO O| Sep 05 01:14:01.816 INFO STEP 1037 (remove_files) COMPLETE
89572026-09-05T01:14:03.123Z[ recovery-image] Sep 05 01:14:01.818 INFO O| Sep 05 01:14:01.816 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89582026-09-05T01:14:03.196Z[ recovery-image] Sep 05 01:14:01.825 INFO O| Sep 05 01:14:01.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89592026-09-05T01:14:03.196Z[ recovery-image] Sep 05 01:14:01.825 INFO O| Sep 05 01:14:01.825 INFO STEP 1038 (remove_files) COMPLETE
89602026-09-05T01:14:03.196Z[ recovery-image] Sep 05 01:14:01.825 INFO O| Sep 05 01:14:01.825 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89612026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.836 INFO O| Sep 05 01:14:01.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89622026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.836 INFO O| Sep 05 01:14:01.836 INFO STEP 1039 (remove_files) COMPLETE
89632026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.836 INFO O| Sep 05 01:14:01.836 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89642026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.846 INFO O| Sep 05 01:14:01.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89652026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.846 INFO O| Sep 05 01:14:01.846 INFO STEP 1040 (remove_files) COMPLETE
89662026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.846 INFO O| Sep 05 01:14:01.846 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89672026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.856 INFO O| Sep 05 01:14:01.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89682026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.856 INFO O| Sep 05 01:14:01.856 INFO STEP 1041 (remove_files) COMPLETE
89692026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.856 INFO O| Sep 05 01:14:01.856 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89702026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.866 INFO O| Sep 05 01:14:01.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89712026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.866 INFO O| Sep 05 01:14:01.866 INFO STEP 1042 (remove_files) COMPLETE
89722026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.866 INFO O| Sep 05 01:14:01.866 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89732026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.876 INFO O| Sep 05 01:14:01.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89742026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.876 INFO O| Sep 05 01:14:01.876 INFO STEP 1043 (remove_files) COMPLETE
89752026-09-05T01:14:03.197Z[ recovery-image] Sep 05 01:14:01.876 INFO O| Sep 05 01:14:01.876 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89762026-09-05T01:14:03.204Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89772026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.886 INFO O| Sep 05 01:14:01.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89782026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.886 INFO O| Sep 05 01:14:01.886 INFO STEP 1044 (remove_files) COMPLETE
89792026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.886 INFO O| Sep 05 01:14:01.886 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.895 INFO O| Sep 05 01:14:01.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89812026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.895 INFO O| Sep 05 01:14:01.895 INFO STEP 1045 (remove_files) COMPLETE
89822026-09-05T01:14:03.204Z[ recovery-image] Sep 05 01:14:01.895 INFO O| Sep 05 01:14:01.895 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-05T01:14:03.210Z[ recovery-image] Sep 05 01:14:01.905 INFO O| Sep 05 01:14:01.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89842026-09-05T01:14:03.211Z[ recovery-image] Sep 05 01:14:01.905 INFO O| Sep 05 01:14:01.905 INFO STEP 1046 (remove_files) COMPLETE
89852026-09-05T01:14:03.211Z[ recovery-image] Sep 05 01:14:01.905 INFO O| Sep 05 01:14:01.905 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-05T01:14:03.238Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89872026-09-05T01:14:04.633Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
89882026-09-05T01:14:04.852Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89892026-09-05T01:14:05.286Z[ recovery-image] Sep 05 01:14:03.985 INFO O| Sep 05 01:14:03.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89902026-09-05T01:14:05.286Z[ recovery-image] Sep 05 01:14:03.985 INFO O| Sep 05 01:14:03.985 INFO STEP 1047 (remove_files) COMPLETE
89912026-09-05T01:14:05.297Z[ recovery-image] Sep 05 01:14:03.985 INFO O| Sep 05 01:14:03.985 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-05T01:14:05.297Z[ recovery-image] Sep 05 01:14:03.997 INFO O| Sep 05 01:14:03.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89932026-09-05T01:14:05.297Z[ recovery-image] Sep 05 01:14:03.997 INFO O| Sep 05 01:14:03.997 INFO STEP 1048 (remove_files) COMPLETE
89942026-09-05T01:14:05.297Z[ recovery-image] Sep 05 01:14:03.997 INFO O| Sep 05 01:14:03.997 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-05T01:14:05.307Z[ recovery-image] Sep 05 01:14:04.007 INFO O| Sep 05 01:14:04.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89962026-09-05T01:14:05.313Z[ recovery-image] Sep 05 01:14:04.008 INFO O| Sep 05 01:14:04.008 INFO STEP 1049 (remove_files) COMPLETE
89972026-09-05T01:14:05.313Z[ recovery-image] Sep 05 01:14:04.008 INFO O| Sep 05 01:14:04.008 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-05T01:14:05.320Z[ recovery-image] Sep 05 01:14:04.017 INFO O| Sep 05 01:14:04.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
89992026-09-05T01:14:05.320Z[ recovery-image] Sep 05 01:14:04.018 INFO O| Sep 05 01:14:04.018 INFO STEP 1050 (remove_files) COMPLETE
90002026-09-05T01:14:05.326Z[ recovery-image] Sep 05 01:14:04.018 INFO O| Sep 05 01:14:04.018 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-05T01:14:05.334Z[ recovery-image] Sep 05 01:14:04.027 INFO O| Sep 05 01:14:04.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90022026-09-05T01:14:05.334Z[ recovery-image] Sep 05 01:14:04.027 INFO O| Sep 05 01:14:04.027 INFO STEP 1051 (remove_files) COMPLETE
90032026-09-05T01:14:05.334Z[ recovery-image] Sep 05 01:14:04.027 INFO O| Sep 05 01:14:04.027 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-05T01:14:05.338Z[ recovery-image] Sep 05 01:14:04.037 INFO O| Sep 05 01:14:04.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90052026-09-05T01:14:05.338Z[ recovery-image] Sep 05 01:14:04.037 INFO O| Sep 05 01:14:04.037 INFO STEP 1052 (remove_files) COMPLETE
90062026-09-05T01:14:05.345Z[ recovery-image] Sep 05 01:14:04.037 INFO O| Sep 05 01:14:04.037 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-05T01:14:05.351Z[ recovery-image] Sep 05 01:14:04.046 INFO O| Sep 05 01:14:04.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90082026-09-05T01:14:05.351Z[ recovery-image] Sep 05 01:14:04.046 INFO O| Sep 05 01:14:04.046 INFO STEP 1053 (remove_files) COMPLETE
90092026-09-05T01:14:05.351Z[ recovery-image] Sep 05 01:14:04.046 INFO O| Sep 05 01:14:04.046 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-05T01:14:05.361Z[ recovery-image] Sep 05 01:14:04.060 INFO O| Sep 05 01:14:04.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90112026-09-05T01:14:05.361Z[ recovery-image] Sep 05 01:14:04.060 INFO O| Sep 05 01:14:04.060 INFO STEP 1054 (remove_files) COMPLETE
90122026-09-05T01:14:05.361Z[ recovery-image] Sep 05 01:14:04.060 INFO O| Sep 05 01:14:04.060 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-05T01:14:05.381Z[ recovery-image] Sep 05 01:14:04.071 INFO O| Sep 05 01:14:04.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90142026-09-05T01:14:05.381Z[ recovery-image] Sep 05 01:14:04.071 INFO O| Sep 05 01:14:04.071 INFO STEP 1055 (remove_files) COMPLETE
90152026-09-05T01:14:05.381Z[ recovery-image] Sep 05 01:14:04.071 INFO O| Sep 05 01:14:04.071 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.081 INFO O| Sep 05 01:14:04.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90172026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.081 INFO O| Sep 05 01:14:04.081 INFO STEP 1056 (remove_files) COMPLETE
90182026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.081 INFO O| Sep 05 01:14:04.081 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-05T01:14:05.401Z[ host-image] Sep 05 01:14:04.086 INFO O| copying publishers...
90202026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.089 INFO O| Sep 05 01:14:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90212026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.089 INFO O| Sep 05 01:14:04.089 INFO STEP 1057 (remove_files) COMPLETE
90222026-09-05T01:14:05.401Z[ recovery-image] Sep 05 01:14:04.089 INFO O| Sep 05 01:14:04.089 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90232026-09-05T01:14:05.413Z[ recovery-image] Sep 05 01:14:04.100 INFO O| Sep 05 01:14:04.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90242026-09-05T01:14:05.413Z[ recovery-image] Sep 05 01:14:04.100 INFO O| Sep 05 01:14:04.100 INFO STEP 1058 (remove_files) COMPLETE
90252026-09-05T01:14:05.413Z[ recovery-image] Sep 05 01:14:04.100 INFO O| Sep 05 01:14:04.100 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90262026-09-05T01:14:05.420Z[ recovery-image] Sep 05 01:14:04.109 INFO O| Sep 05 01:14:04.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90272026-09-05T01:14:05.420Z[ recovery-image] Sep 05 01:14:04.109 INFO O| Sep 05 01:14:04.109 INFO STEP 1059 (remove_files) COMPLETE
90282026-09-05T01:14:05.420Z[ recovery-image] Sep 05 01:14:04.109 INFO O| Sep 05 01:14:04.109 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-05T01:14:05.427Z[ recovery-image] Sep 05 01:14:04.118 INFO O| Sep 05 01:14:04.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90302026-09-05T01:14:05.427Z[ recovery-image] Sep 05 01:14:04.118 INFO O| Sep 05 01:14:04.118 INFO STEP 1060 (remove_files) COMPLETE
90312026-09-05T01:14:05.427Z[ recovery-image] Sep 05 01:14:04.118 INFO O| Sep 05 01:14:04.118 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-05T01:14:05.432Z[ recovery-image] Sep 05 01:14:04.128 INFO O| Sep 05 01:14:04.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90332026-09-05T01:14:05.432Z[ recovery-image] Sep 05 01:14:04.128 INFO O| Sep 05 01:14:04.128 INFO STEP 1061 (remove_files) COMPLETE
90342026-09-05T01:14:05.433Z[ recovery-image] Sep 05 01:14:04.128 INFO O| Sep 05 01:14:04.128 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-05T01:14:05.447Z[ recovery-image] Sep 05 01:14:04.138 INFO O| Sep 05 01:14:04.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90362026-09-05T01:14:05.447Z[ recovery-image] Sep 05 01:14:04.138 INFO O| Sep 05 01:14:04.138 INFO STEP 1062 (remove_files) COMPLETE
90372026-09-05T01:14:05.447Z[ recovery-image] Sep 05 01:14:04.138 INFO O| Sep 05 01:14:04.138 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-05T01:14:05.460Z[ recovery-image] Sep 05 01:14:04.148 INFO O| Sep 05 01:14:04.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90392026-09-05T01:14:05.460Z[ recovery-image] Sep 05 01:14:04.149 INFO O| Sep 05 01:14:04.149 INFO STEP 1063 (remove_files) COMPLETE
90402026-09-05T01:14:05.460Z[ recovery-image] Sep 05 01:14:04.150 INFO O| Sep 05 01:14:04.149 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-05T01:14:05.464Z[ recovery-image] Sep 05 01:14:04.160 INFO O| Sep 05 01:14:04.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90422026-09-05T01:14:05.464Z[ recovery-image] Sep 05 01:14:04.161 INFO O| Sep 05 01:14:04.161 INFO STEP 1064 (remove_files) COMPLETE
90432026-09-05T01:14:05.464Z[ recovery-image] Sep 05 01:14:04.161 INFO O| Sep 05 01:14:04.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-05T01:14:05.471Z[ recovery-image] Sep 05 01:14:04.170 INFO O| Sep 05 01:14:04.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90452026-09-05T01:14:05.478Z[ recovery-image] Sep 05 01:14:04.170 INFO O| Sep 05 01:14:04.170 INFO STEP 1065 (remove_files) COMPLETE
90462026-09-05T01:14:05.478Z[ recovery-image] Sep 05 01:14:04.170 INFO O| Sep 05 01:14:04.170 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-05T01:14:05.483Z[ recovery-image] Sep 05 01:14:04.178 INFO O| Sep 05 01:14:04.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90482026-09-05T01:14:05.484Z[ recovery-image] Sep 05 01:14:04.179 INFO O| Sep 05 01:14:04.179 INFO STEP 1066 (remove_files) COMPLETE
90492026-09-05T01:14:05.484Z[ recovery-image] Sep 05 01:14:04.179 INFO O| Sep 05 01:14:04.179 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-05T01:14:05.490Z[ recovery-image] Sep 05 01:14:04.190 INFO O| Sep 05 01:14:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90512026-09-05T01:14:05.490Z[ recovery-image] Sep 05 01:14:04.190 INFO O| Sep 05 01:14:04.190 INFO STEP 1067 (remove_files) COMPLETE
90522026-09-05T01:14:05.491Z[ recovery-image] Sep 05 01:14:04.190 INFO O| Sep 05 01:14:04.190 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-05T01:14:05.508Z[ recovery-image] Sep 05 01:14:04.200 INFO O| Sep 05 01:14:04.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90542026-09-05T01:14:05.514Z[ recovery-image] Sep 05 01:14:04.200 INFO O| Sep 05 01:14:04.200 INFO STEP 1068 (remove_files) COMPLETE
90552026-09-05T01:14:05.514Z[ recovery-image] Sep 05 01:14:04.200 INFO O| Sep 05 01:14:04.200 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-05T01:14:05.514Z[ recovery-image] Sep 05 01:14:04.209 INFO O| Sep 05 01:14:04.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90572026-09-05T01:14:05.514Z[ recovery-image] Sep 05 01:14:04.210 INFO O| Sep 05 01:14:04.210 INFO STEP 1069 (remove_files) COMPLETE
90582026-09-05T01:14:05.514Z[ recovery-image] Sep 05 01:14:04.210 INFO O| Sep 05 01:14:04.210 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-05T01:14:05.520Z[ recovery-image] Sep 05 01:14:04.219 INFO O| Sep 05 01:14:04.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90602026-09-05T01:14:05.520Z[ recovery-image] Sep 05 01:14:04.219 INFO O| Sep 05 01:14:04.219 INFO STEP 1070 (remove_files) COMPLETE
90612026-09-05T01:14:05.520Z[ recovery-image] Sep 05 01:14:04.219 INFO O| Sep 05 01:14:04.219 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-05T01:14:05.530Z[ recovery-image] Sep 05 01:14:04.230 INFO O| Sep 05 01:14:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90632026-09-05T01:14:05.530Z[ recovery-image] Sep 05 01:14:04.230 INFO O| Sep 05 01:14:04.230 INFO STEP 1071 (remove_files) COMPLETE
90642026-09-05T01:14:05.530Z[ recovery-image] Sep 05 01:14:04.230 INFO O| Sep 05 01:14:04.230 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-05T01:14:05.547Z[ recovery-image] Sep 05 01:14:04.239 INFO O| Sep 05 01:14:04.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90662026-09-05T01:14:05.547Z[ recovery-image] Sep 05 01:14:04.239 INFO O| Sep 05 01:14:04.239 INFO STEP 1072 (remove_files) COMPLETE
90672026-09-05T01:14:05.557Z[ recovery-image] Sep 05 01:14:04.239 INFO O| Sep 05 01:14:04.239 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-05T01:14:05.557Z[ recovery-image] Sep 05 01:14:04.248 INFO O| Sep 05 01:14:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90692026-09-05T01:14:05.557Z[ recovery-image] Sep 05 01:14:04.248 INFO O| Sep 05 01:14:04.248 INFO STEP 1073 (remove_files) COMPLETE
90702026-09-05T01:14:05.557Z[ recovery-image] Sep 05 01:14:04.248 INFO O| Sep 05 01:14:04.248 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-05T01:14:05.562Z[ recovery-image] Sep 05 01:14:04.256 INFO O| Sep 05 01:14:04.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90722026-09-05T01:14:05.562Z[ recovery-image] Sep 05 01:14:04.256 INFO O| Sep 05 01:14:04.256 INFO STEP 1074 (remove_files) COMPLETE
90732026-09-05T01:14:05.562Z[ recovery-image] Sep 05 01:14:04.256 INFO O| Sep 05 01:14:04.256 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-05T01:14:05.565Z[ recovery-image] Sep 05 01:14:04.265 INFO O| Sep 05 01:14:04.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90752026-09-05T01:14:05.565Z[ recovery-image] Sep 05 01:14:04.265 INFO O| Sep 05 01:14:04.265 INFO STEP 1075 (remove_files) COMPLETE
90762026-09-05T01:14:05.565Z[ recovery-image] Sep 05 01:14:04.265 INFO O| Sep 05 01:14:04.265 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-05T01:14:05.574Z[ recovery-image] Sep 05 01:14:04.273 INFO O| Sep 05 01:14:04.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90782026-09-05T01:14:05.574Z[ recovery-image] Sep 05 01:14:04.273 INFO O| Sep 05 01:14:04.273 INFO STEP 1076 (remove_files) COMPLETE
90792026-09-05T01:14:05.574Z[ recovery-image] Sep 05 01:14:04.273 INFO O| Sep 05 01:14:04.273 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-05T01:14:05.583Z[ recovery-image] Sep 05 01:14:04.282 INFO O| Sep 05 01:14:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90812026-09-05T01:14:05.583Z[ recovery-image] Sep 05 01:14:04.282 INFO O| Sep 05 01:14:04.282 INFO STEP 1077 (remove_files) COMPLETE
90822026-09-05T01:14:05.584Z[ recovery-image] Sep 05 01:14:04.282 INFO O| Sep 05 01:14:04.282 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-05T01:14:05.591Z[ recovery-image] Sep 05 01:14:04.290 INFO O| Sep 05 01:14:04.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90842026-09-05T01:14:05.591Z[ recovery-image] Sep 05 01:14:04.290 INFO O| Sep 05 01:14:04.290 INFO STEP 1078 (remove_files) COMPLETE
90852026-09-05T01:14:05.591Z[ recovery-image] Sep 05 01:14:04.290 INFO O| Sep 05 01:14:04.290 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-05T01:14:05.611Z[ recovery-image] Sep 05 01:14:04.298 INFO O| Sep 05 01:14:04.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90872026-09-05T01:14:05.612Z[ recovery-image] Sep 05 01:14:04.298 INFO O| Sep 05 01:14:04.298 INFO STEP 1079 (remove_files) COMPLETE
90882026-09-05T01:14:05.612Z[ recovery-image] Sep 05 01:14:04.298 INFO O| Sep 05 01:14:04.298 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-05T01:14:05.620Z[ recovery-image] Sep 05 01:14:04.307 INFO O| Sep 05 01:14:04.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90902026-09-05T01:14:05.620Z[ recovery-image] Sep 05 01:14:04.307 INFO O| Sep 05 01:14:04.307 INFO STEP 1080 (remove_files) COMPLETE
90912026-09-05T01:14:05.620Z[ recovery-image] Sep 05 01:14:04.307 INFO O| Sep 05 01:14:04.307 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-05T01:14:05.621Z[ recovery-image] Sep 05 01:14:04.316 INFO O| Sep 05 01:14:04.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90932026-09-05T01:14:05.622Z[ recovery-image] Sep 05 01:14:04.316 INFO O| Sep 05 01:14:04.316 INFO STEP 1081 (remove_files) COMPLETE
90942026-09-05T01:14:05.622Z[ recovery-image] Sep 05 01:14:04.316 INFO O| Sep 05 01:14:04.316 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-05T01:14:05.628Z[ recovery-image] Sep 05 01:14:04.325 INFO O| Sep 05 01:14:04.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90962026-09-05T01:14:05.629Z[ recovery-image] Sep 05 01:14:04.325 INFO O| Sep 05 01:14:04.325 INFO STEP 1082 (remove_files) COMPLETE
90972026-09-05T01:14:05.629Z[ recovery-image] Sep 05 01:14:04.325 INFO O| Sep 05 01:14:04.325 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-05T01:14:05.641Z[ recovery-image] Sep 05 01:14:04.335 INFO O| Sep 05 01:14:04.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
90992026-09-05T01:14:05.641Z[ recovery-image] Sep 05 01:14:04.335 INFO O| Sep 05 01:14:04.335 INFO STEP 1083 (remove_files) COMPLETE
91002026-09-05T01:14:05.642Z[ recovery-image] Sep 05 01:14:04.335 INFO O| Sep 05 01:14:04.335 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-05T01:14:05.650Z[ recovery-image] Sep 05 01:14:04.344 INFO O| Sep 05 01:14:04.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91022026-09-05T01:14:05.650Z[ recovery-image] Sep 05 01:14:04.344 INFO O| Sep 05 01:14:04.344 INFO STEP 1084 (remove_files) COMPLETE
91032026-09-05T01:14:05.650Z[ recovery-image] Sep 05 01:14:04.344 INFO O| Sep 05 01:14:04.344 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-05T01:14:05.654Z[ recovery-image] Sep 05 01:14:04.353 INFO O| Sep 05 01:14:04.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91052026-09-05T01:14:05.654Z[ recovery-image] Sep 05 01:14:04.353 INFO O| Sep 05 01:14:04.353 INFO STEP 1085 (remove_files) COMPLETE
91062026-09-05T01:14:05.654Z[ recovery-image] Sep 05 01:14:04.353 INFO O| Sep 05 01:14:04.353 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-05T01:14:05.665Z[ recovery-image] Sep 05 01:14:04.363 INFO O| Sep 05 01:14:04.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91082026-09-05T01:14:05.666Z[ recovery-image] Sep 05 01:14:04.363 INFO O| Sep 05 01:14:04.363 INFO STEP 1086 (remove_files) COMPLETE
91092026-09-05T01:14:05.666Z[ recovery-image] Sep 05 01:14:04.363 INFO O| Sep 05 01:14:04.363 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-05T01:14:05.674Z[ recovery-image] Sep 05 01:14:04.373 INFO O| Sep 05 01:14:04.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91112026-09-05T01:14:05.675Z[ recovery-image] Sep 05 01:14:04.373 INFO O| Sep 05 01:14:04.373 INFO STEP 1087 (remove_files) COMPLETE
91122026-09-05T01:14:05.675Z[ recovery-image] Sep 05 01:14:04.373 INFO O| Sep 05 01:14:04.373 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-05T01:14:05.684Z[ recovery-image] Sep 05 01:14:04.383 INFO O| Sep 05 01:14:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91142026-09-05T01:14:05.684Z[ recovery-image] Sep 05 01:14:04.383 INFO O| Sep 05 01:14:04.383 INFO STEP 1088 (remove_files) COMPLETE
91152026-09-05T01:14:05.684Z[ recovery-image] Sep 05 01:14:04.383 INFO O| Sep 05 01:14:04.383 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-05T01:14:05.699Z[ recovery-image] Sep 05 01:14:04.393 INFO O| Sep 05 01:14:04.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91172026-09-05T01:14:05.699Z[ recovery-image] Sep 05 01:14:04.393 INFO O| Sep 05 01:14:04.393 INFO STEP 1089 (remove_files) COMPLETE
91182026-09-05T01:14:05.699Z[ recovery-image] Sep 05 01:14:04.393 INFO O| Sep 05 01:14:04.393 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-05T01:14:05.706Z[ recovery-image] Sep 05 01:14:04.403 INFO O| Sep 05 01:14:04.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91202026-09-05T01:14:05.706Z[ recovery-image] Sep 05 01:14:04.403 INFO O| Sep 05 01:14:04.403 INFO STEP 1090 (remove_files) COMPLETE
91212026-09-05T01:14:05.709Z[ recovery-image] Sep 05 01:14:04.403 INFO O| Sep 05 01:14:04.403 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-05T01:14:05.714Z[ recovery-image] Sep 05 01:14:04.414 INFO O| Sep 05 01:14:04.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91232026-09-05T01:14:05.715Z[ recovery-image] Sep 05 01:14:04.414 INFO O| Sep 05 01:14:04.414 INFO STEP 1091 (remove_files) COMPLETE
91242026-09-05T01:14:05.715Z[ recovery-image] Sep 05 01:14:04.414 INFO O| Sep 05 01:14:04.414 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-05T01:14:05.726Z[ recovery-image] Sep 05 01:14:04.423 INFO O| Sep 05 01:14:04.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91262026-09-05T01:14:05.726Z[ recovery-image] Sep 05 01:14:04.423 INFO O| Sep 05 01:14:04.423 INFO STEP 1092 (remove_files) COMPLETE
91272026-09-05T01:14:05.734Z[ recovery-image] Sep 05 01:14:04.423 INFO O| Sep 05 01:14:04.423 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-05T01:14:05.746Z[ recovery-image] Sep 05 01:14:04.433 INFO O| Sep 05 01:14:04.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91292026-09-05T01:14:05.746Z[ recovery-image] Sep 05 01:14:04.433 INFO O| Sep 05 01:14:04.433 INFO STEP 1093 (remove_files) COMPLETE
91302026-09-05T01:14:05.746Z[ recovery-image] Sep 05 01:14:04.433 INFO O| Sep 05 01:14:04.433 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-05T01:14:05.753Z[ recovery-image] Sep 05 01:14:04.444 INFO O| Sep 05 01:14:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91322026-09-05T01:14:05.753Z[ recovery-image] Sep 05 01:14:04.444 INFO O| Sep 05 01:14:04.444 INFO STEP 1094 (remove_files) COMPLETE
91332026-09-05T01:14:05.753Z[ recovery-image] Sep 05 01:14:04.444 INFO O| Sep 05 01:14:04.444 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-05T01:14:05.758Z[ recovery-image] Sep 05 01:14:04.454 INFO O| Sep 05 01:14:04.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91352026-09-05T01:14:05.758Z[ recovery-image] Sep 05 01:14:04.454 INFO O| Sep 05 01:14:04.454 INFO STEP 1095 (remove_files) COMPLETE
91362026-09-05T01:14:05.758Z[ recovery-image] Sep 05 01:14:04.454 INFO O| Sep 05 01:14:04.454 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-05T01:14:05.790Z[ recovery-image] Sep 05 01:14:04.483 INFO O| Sep 05 01:14:04.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91382026-09-05T01:14:05.790Z[ recovery-image] Sep 05 01:14:04.483 INFO O| Sep 05 01:14:04.483 INFO STEP 1096 (remove_files) COMPLETE
91392026-09-05T01:14:05.796Z[ recovery-image] Sep 05 01:14:04.483 INFO O| Sep 05 01:14:04.483 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-05T01:14:05.803Z[ recovery-image] Sep 05 01:14:04.494 INFO O| Sep 05 01:14:04.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91412026-09-05T01:14:05.803Z[ recovery-image] Sep 05 01:14:04.494 INFO O| Sep 05 01:14:04.494 INFO STEP 1097 (remove_files) COMPLETE
91422026-09-05T01:14:05.803Z[ recovery-image] Sep 05 01:14:04.494 INFO O| Sep 05 01:14:04.494 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-05T01:14:05.809Z[ recovery-image] Sep 05 01:14:04.504 INFO O| Sep 05 01:14:04.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91442026-09-05T01:14:05.809Z[ recovery-image] Sep 05 01:14:04.504 INFO O| Sep 05 01:14:04.504 INFO STEP 1098 (remove_files) COMPLETE
91452026-09-05T01:14:05.810Z[ recovery-image] Sep 05 01:14:04.504 INFO O| Sep 05 01:14:04.504 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-05T01:14:05.819Z[ recovery-image] Sep 05 01:14:04.515 INFO O| Sep 05 01:14:04.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91472026-09-05T01:14:05.819Z[ recovery-image] Sep 05 01:14:04.515 INFO O| Sep 05 01:14:04.515 INFO STEP 1099 (remove_files) COMPLETE
91482026-09-05T01:14:05.819Z[ recovery-image] Sep 05 01:14:04.515 INFO O| Sep 05 01:14:04.515 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-05T01:14:05.826Z[ recovery-image] Sep 05 01:14:04.524 INFO O| Sep 05 01:14:04.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91502026-09-05T01:14:05.826Z[ recovery-image] Sep 05 01:14:04.524 INFO O| Sep 05 01:14:04.524 INFO STEP 1100 (remove_files) COMPLETE
91512026-09-05T01:14:05.830Z[ recovery-image] Sep 05 01:14:04.524 INFO O| Sep 05 01:14:04.524 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-05T01:14:05.835Z[ recovery-image] Sep 05 01:14:04.533 INFO O| Sep 05 01:14:04.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91532026-09-05T01:14:05.835Z[ recovery-image] Sep 05 01:14:04.533 INFO O| Sep 05 01:14:04.533 INFO STEP 1101 (remove_files) COMPLETE
91542026-09-05T01:14:05.835Z[ recovery-image] Sep 05 01:14:04.533 INFO O| Sep 05 01:14:04.533 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-05T01:14:05.845Z[ recovery-image] Sep 05 01:14:04.542 INFO O| Sep 05 01:14:04.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91562026-09-05T01:14:05.846Z[ recovery-image] Sep 05 01:14:04.542 INFO O| Sep 05 01:14:04.542 INFO STEP 1102 (remove_files) COMPLETE
91572026-09-05T01:14:05.846Z[ recovery-image] Sep 05 01:14:04.542 INFO O| Sep 05 01:14:04.542 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-05T01:14:05.853Z[ recovery-image] Sep 05 01:14:04.550 INFO O| Sep 05 01:14:04.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91592026-09-05T01:14:05.853Z[ recovery-image] Sep 05 01:14:04.550 INFO O| Sep 05 01:14:04.550 INFO STEP 1103 (remove_files) COMPLETE
91602026-09-05T01:14:05.853Z[ recovery-image] Sep 05 01:14:04.550 INFO O| Sep 05 01:14:04.550 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-05T01:14:05.862Z[ recovery-image] Sep 05 01:14:04.559 INFO O| Sep 05 01:14:04.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91622026-09-05T01:14:05.862Z[ recovery-image] Sep 05 01:14:04.559 INFO O| Sep 05 01:14:04.559 INFO STEP 1104 (remove_files) COMPLETE
91632026-09-05T01:14:05.862Z[ recovery-image] Sep 05 01:14:04.559 INFO O| Sep 05 01:14:04.559 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-05T01:14:05.872Z[ recovery-image] Sep 05 01:14:04.568 INFO O| Sep 05 01:14:04.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91652026-09-05T01:14:05.872Z[ recovery-image] Sep 05 01:14:04.568 INFO O| Sep 05 01:14:04.568 INFO STEP 1105 (remove_files) COMPLETE
91662026-09-05T01:14:05.872Z[ recovery-image] Sep 05 01:14:04.568 INFO O| Sep 05 01:14:04.568 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-05T01:14:05.880Z[ recovery-image] Sep 05 01:14:04.578 INFO O| Sep 05 01:14:04.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91682026-09-05T01:14:05.880Z[ recovery-image] Sep 05 01:14:04.578 INFO O| Sep 05 01:14:04.578 INFO STEP 1106 (remove_files) COMPLETE
91692026-09-05T01:14:05.880Z[ recovery-image] Sep 05 01:14:04.578 INFO O| Sep 05 01:14:04.578 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-05T01:14:05.887Z[ recovery-image] Sep 05 01:14:04.587 INFO O| Sep 05 01:14:04.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91712026-09-05T01:14:05.887Z[ recovery-image] Sep 05 01:14:04.587 INFO O| Sep 05 01:14:04.587 INFO STEP 1107 (remove_files) COMPLETE
91722026-09-05T01:14:05.904Z[ recovery-image] Sep 05 01:14:04.587 INFO O| Sep 05 01:14:04.587 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-05T01:14:05.904Z[ recovery-image] Sep 05 01:14:04.597 INFO O| Sep 05 01:14:04.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91742026-09-05T01:14:05.904Z[ recovery-image] Sep 05 01:14:04.597 INFO O| Sep 05 01:14:04.597 INFO STEP 1108 (remove_files) COMPLETE
91752026-09-05T01:14:05.904Z[ recovery-image] Sep 05 01:14:04.597 INFO O| Sep 05 01:14:04.597 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-05T01:14:05.916Z[ recovery-image] Sep 05 01:14:04.611 INFO O| Sep 05 01:14:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91772026-09-05T01:14:05.916Z[ recovery-image] Sep 05 01:14:04.611 INFO O| Sep 05 01:14:04.611 INFO STEP 1109 (remove_files) COMPLETE
91782026-09-05T01:14:05.917Z[ recovery-image] Sep 05 01:14:04.611 INFO O| Sep 05 01:14:04.611 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-05T01:14:05.923Z[ recovery-image] Sep 05 01:14:04.621 INFO O| Sep 05 01:14:04.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91802026-09-05T01:14:05.923Z[ recovery-image] Sep 05 01:14:04.621 INFO O| Sep 05 01:14:04.621 INFO STEP 1110 (remove_files) COMPLETE
91812026-09-05T01:14:05.923Z[ recovery-image] Sep 05 01:14:04.621 INFO O| Sep 05 01:14:04.621 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-05T01:14:05.930Z[ recovery-image] Sep 05 01:14:04.630 INFO O| Sep 05 01:14:04.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91832026-09-05T01:14:05.930Z[ recovery-image] Sep 05 01:14:04.630 INFO O| Sep 05 01:14:04.630 INFO STEP 1111 (remove_files) COMPLETE
91842026-09-05T01:14:05.942Z[ recovery-image] Sep 05 01:14:04.630 INFO O| Sep 05 01:14:04.630 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-05T01:14:05.954Z[ recovery-image] Sep 05 01:14:04.643 INFO O| Sep 05 01:14:04.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91862026-09-05T01:14:05.954Z[ recovery-image] Sep 05 01:14:04.643 INFO O| Sep 05 01:14:04.643 INFO STEP 1112 (remove_files) COMPLETE
91872026-09-05T01:14:05.955Z[ recovery-image] Sep 05 01:14:04.643 INFO O| Sep 05 01:14:04.643 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-05T01:14:05.960Z[ recovery-image] Sep 05 01:14:04.655 INFO O| Sep 05 01:14:04.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91892026-09-05T01:14:05.960Z[ recovery-image] Sep 05 01:14:04.655 INFO O| Sep 05 01:14:04.655 INFO STEP 1113 (remove_files) COMPLETE
91902026-09-05T01:14:05.960Z[ recovery-image] Sep 05 01:14:04.655 INFO O| Sep 05 01:14:04.655 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-05T01:14:05.966Z[ recovery-image] Sep 05 01:14:04.664 INFO O| Sep 05 01:14:04.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91922026-09-05T01:14:05.973Z[ recovery-image] Sep 05 01:14:04.666 INFO O| Sep 05 01:14:04.666 INFO STEP 1114 (remove_files) COMPLETE
91932026-09-05T01:14:05.973Z[ recovery-image] Sep 05 01:14:04.666 INFO O| Sep 05 01:14:04.666 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-05T01:14:05.982Z[ recovery-image] Sep 05 01:14:04.678 INFO O| Sep 05 01:14:04.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91952026-09-05T01:14:05.982Z[ recovery-image] Sep 05 01:14:04.678 INFO O| Sep 05 01:14:04.678 INFO STEP 1115 (remove_files) COMPLETE
91962026-09-05T01:14:05.982Z[ recovery-image] Sep 05 01:14:04.678 INFO O| Sep 05 01:14:04.678 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-05T01:14:05.989Z[ recovery-image] Sep 05 01:14:04.688 INFO O| Sep 05 01:14:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
91982026-09-05T01:14:05.989Z[ recovery-image] Sep 05 01:14:04.688 INFO O| Sep 05 01:14:04.688 INFO STEP 1116 (remove_files) COMPLETE
91992026-09-05T01:14:05.989Z[ recovery-image] Sep 05 01:14:04.688 INFO O| Sep 05 01:14:04.688 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-05T01:14:06.006Z[ recovery-image] Sep 05 01:14:04.699 INFO O| Sep 05 01:14:04.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92012026-09-05T01:14:06.006Z[ recovery-image] Sep 05 01:14:04.699 INFO O| Sep 05 01:14:04.699 INFO STEP 1117 (remove_files) COMPLETE
92022026-09-05T01:14:06.007Z[ recovery-image] Sep 05 01:14:04.699 INFO O| Sep 05 01:14:04.699 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92032026-09-05T01:14:06.016Z[ recovery-image] Sep 05 01:14:04.713 INFO O| Sep 05 01:14:04.713 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92042026-09-05T01:14:06.016Z[ recovery-image] Sep 05 01:14:04.713 INFO O| Sep 05 01:14:04.713 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92052026-09-05T01:14:06.293Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92062026-09-05T01:14:06.803Z[ recovery-image] Sep 05 01:14:05.502 INFO O| Sep 05 01:14:05.502 INFO STEP 1118 (pack_tar) COMPLETE
92072026-09-05T01:14:06.803Z[ recovery-image] Sep 05 01:14:05.502 INFO O| Sep 05 01:14:05.502 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92082026-09-05T01:14:06.815Z[ recovery-image] Sep 05 01:14:05.502 INFO O| Sep 05 01:14:05.502 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92092026-09-05T01:14:06.893Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92102026-09-05T01:14:07.216Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92112026-09-05T01:14:07.378Z[ recovery-image] Sep 05 01:14:06.077 INFO O| Sep 05 01:14:06.077 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92122026-09-05T01:14:07.482Z[ recovery-image] Sep 05 01:14:06.181 INFO O| Sep 05 01:14:06.181 INFO completed processing sled/ramdisk-03-recovery-trim
92132026-09-05T01:14:07.493Z[ recovery-image] Sep 05 01:14:06.184 INFO image builder template: zfs-recovery...
92142026-09-05T01:14:07.494Z[ recovery-image] Sep 05 01:14:06.184 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/.tmpI3cU64/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
92152026-09-05T01:14:07.519Z[ recovery-image] Sep 05 01:14:06.213 INFO O| Sep 05 01:14:06.213 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92162026-09-05T01:14:07.529Z[ recovery-image] Sep 05 01:14:06.216 INFO O| Sep 05 01:14:06.216 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92172026-09-05T01:14:07.603Z[ recovery-image] Sep 05 01:14:06.300 INFO O| Sep 05 01:14:06.300 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92182026-09-05T01:14:07.659Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92192026-09-05T01:14:07.668Z[ recovery-image] Sep 05 01:14:06.368 INFO O| Sep 05 01:14:06.368 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92202026-09-05T01:14:07.668Z[ recovery-image] Sep 05 01:14:06.368 INFO O| Sep 05 01:14:06.368 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92212026-09-05T01:14:07.676Z[ recovery-image] Sep 05 01:14:06.371 INFO O| Sep 05 01:14:06.371 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92222026-09-05T01:14:07.712Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92232026-09-05T01:14:07.729Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92242026-09-05T01:14:07.752Z[ recovery-image] Sep 05 01:14:06.448 INFO O| Sep 05 01:14:06.448 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92252026-09-05T01:14:07.830Z[ recovery-image] Sep 05 01:14:06.529 INFO O| Sep 05 01:14:06.529 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92262026-09-05T01:14:07.845Z[ recovery-image] Sep 05 01:14:06.539 INFO O| Sep 05 01:14:06.539 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92272026-09-05T01:14:07.853Z[ recovery-image] Sep 05 01:14:06.544 INFO O| Sep 05 01:14:06.544 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92282026-09-05T01:14:07.853Z[ recovery-image] Sep 05 01:14:06.545 INFO O| Sep 05 01:14:06.545 INFO no lofi found
92292026-09-05T01:14:07.854Z[ recovery-image] Sep 05 01:14:06.545 INFO O| Sep 05 01:14:06.545 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92302026-09-05T01:14:07.854Z[ recovery-image] Sep 05 01:14:06.545 INFO O| Sep 05 01:14:06.545 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92312026-09-05T01:14:07.964Z[verify-libraries] Compiling multimap v0.10.1
92322026-09-05T01:14:08.245Z[verify-libraries] Compiling termios v0.3.3
92332026-09-05T01:14:08.324Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92342026-09-05T01:14:08.386Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92352026-09-05T01:14:08.505Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92362026-09-05T01:14:08.975Z[ host-image] Sep 05 01:14:07.671 INFO O| adding properties...
92372026-09-05T01:14:09.309Z[ recovery-image] Sep 05 01:14:08.001 INFO O| Sep 05 01:14:08.001 INFO lofi device = /dev/dsk/c2t1d0p0
92382026-09-05T01:14:09.310Z[ recovery-image] Sep 05 01:14:08.001 INFO O| Sep 05 01:14:08.001 INFO pool device = /dev/dsk/c2t1d0p0
92392026-09-05T01:14:09.315Z[ recovery-image] Sep 05 01:14:08.001 INFO O| Sep 05 01:14:08.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"]
92402026-09-05T01:14:09.495Z[ recovery-image] Sep 05 01:14:08.195 INFO O| Sep 05 01:14:08.195 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92412026-09-05T01:14:09.495Z[ recovery-image] Sep 05 01:14:08.195 INFO O| Sep 05 01:14:08.195 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92422026-09-05T01:14:09.526Z[ recovery-image] Sep 05 01:14:08.225 INFO O| Sep 05 01:14:08.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92432026-09-05T01:14:09.714Z[ recovery-image] Sep 05 01:14:08.414 INFO O| Sep 05 01:14:08.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92442026-09-05T01:14:09.749Z[ recovery-image] Sep 05 01:14:08.449 INFO O| Sep 05 01:14:08.449 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92452026-09-05T01:14:09.772Z[ recovery-image] Sep 05 01:14:08.473 INFO O| Sep 05 01:14:08.472 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92462026-09-05T01:14:09.789Z[ recovery-image] Sep 05 01:14:08.489 INFO O| Sep 05 01:14:08.489 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92472026-09-05T01:14:09.848Z[ recovery-image] Sep 05 01:14:08.548 INFO O| Sep 05 01:14:08.548 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92482026-09-05T01:14:09.848Z[ recovery-image] Sep 05 01:14:08.548 INFO O| Sep 05 01:14:08.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92492026-09-05T01:14:09.848Z[ recovery-image] Sep 05 01:14:08.548 INFO O| Sep 05 01:14:08.548 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92502026-09-05T01:14:09.861Z[ recovery-image] Sep 05 01:14:08.561 INFO O| Sep 05 01:14:08.561 INFO boot environment UUID: 2877bf1a-065e-4e0e-992a-0b60bddca01c
92512026-09-05T01:14:09.861Z[ recovery-image] Sep 05 01:14:08.561 INFO O| Sep 05 01:14:08.561 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2877bf1a-065e-4e0e-992a-0b60bddca01c
92522026-09-05T01:14:09.880Z[ recovery-image] Sep 05 01:14:08.580 INFO O| Sep 05 01:14:08.580 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92532026-09-05T01:14:09.898Z[ recovery-image] Sep 05 01:14:08.598 INFO O| Sep 05 01:14:08.598 INFO STEP 0 (create_be) COMPLETE
92542026-09-05T01:14:09.898Z[ recovery-image] Sep 05 01:14:08.598 INFO O| Sep 05 01:14:08.598 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92552026-09-05T01:14:09.912Z[ recovery-image] Sep 05 01:14:08.612 INFO O| Sep 05 01:14:08.612 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"]
92562026-09-05T01:14:10.618Z[ host-image] Sep 05 01:14:09.317 INFO O| installing packages...
92572026-09-05T01:14:15.099Z[verify-libraries] Compiling polar-core v0.27.3
92582026-09-05T01:14:15.729Z[ recovery-image] Sep 05 01:14:14.426 INFO O| Sep 05 01:14:14.426 INFO STEP 1 (unpack_tar) COMPLETE
92592026-09-05T01:14:15.729Z[ recovery-image] Sep 05 01:14:14.426 INFO O| Sep 05 01:14:14.426 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602026-09-05T01:14:15.741Z[ recovery-image] Sep 05 01:14:14.438 INFO O| Sep 05 01:14:14.438 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92612026-09-05T01:14:17.162Z[ recovery-image] Sep 05 01:14:15.858 INFO O| Sep 05 01:14:15.858 INFO STEP 2 (devfsadm) COMPLETE
92622026-09-05T01:14:17.162Z[ recovery-image] Sep 05 01:14:15.858 INFO O| Sep 05 01:14:15.858 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92632026-09-05T01:14:17.169Z[ recovery-image] Sep 05 01:14:15.869 INFO O| Sep 05 01:14:15.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92642026-09-05T01:14:17.169Z[ recovery-image] Sep 05 01:14:15.869 INFO O| Sep 05 01:14:15.869 INFO STEP 3 (ensure_dir) COMPLETE
92652026-09-05T01:14:17.169Z[ recovery-image] Sep 05 01:14:15.869 INFO O| Sep 05 01:14:15.869 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92662026-09-05T01:14:17.180Z[ recovery-image] Sep 05 01:14:15.879 INFO O| Sep 05 01:14:15.879 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92672026-09-05T01:14:17.180Z[ recovery-image] Sep 05 01:14:15.879 INFO O| Sep 05 01:14:15.879 INFO STEP 4 (ensure_dir) COMPLETE
92682026-09-05T01:14:17.180Z[ recovery-image] Sep 05 01:14:15.879 INFO O| Sep 05 01:14:15.879 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92692026-09-05T01:14:17.189Z[ recovery-image] Sep 05 01:14:15.888 INFO O| Sep 05 01:14:15.888 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92702026-09-05T01:14:17.189Z[ recovery-image] Sep 05 01:14:15.888 INFO O| Sep 05 01:14:15.888 INFO STEP 5 (ensure_dir) COMPLETE
92712026-09-05T01:14:17.194Z[ recovery-image] Sep 05 01:14:15.888 INFO O| Sep 05 01:14:15.888 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92722026-09-05T01:14:17.198Z[ recovery-image] Sep 05 01:14:15.897 INFO O| Sep 05 01:14:15.897 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92732026-09-05T01:14:17.199Z[ recovery-image] Sep 05 01:14:15.897 INFO O| Sep 05 01:14:15.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92742026-09-05T01:14:17.204Z[ recovery-image] Sep 05 01:14:15.897 INFO O| Sep 05 01:14:15.897 INFO STEP 6 (ensure_dir) COMPLETE
92752026-09-05T01:14:17.204Z[ recovery-image] Sep 05 01:14:15.897 INFO O| Sep 05 01:14:15.897 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92762026-09-05T01:14:17.212Z[ recovery-image] Sep 05 01:14:15.907 INFO O| Sep 05 01:14:15.906 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92772026-09-05T01:14:17.212Z[ recovery-image] Sep 05 01:14:15.907 INFO O| Sep 05 01:14:15.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92782026-09-05T01:14:17.212Z[ recovery-image] Sep 05 01:14:15.907 INFO O| Sep 05 01:14:15.907 INFO STEP 7 (ensure_dir) COMPLETE
92792026-09-05T01:14:17.212Z[ recovery-image] Sep 05 01:14:15.907 INFO O| Sep 05 01:14:15.907 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802026-09-05T01:14:17.221Z[ recovery-image] Sep 05 01:14:15.916 INFO O| Sep 05 01:14:15.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92812026-09-05T01:14:17.227Z[ recovery-image] Sep 05 01:14:15.917 INFO O| Sep 05 01:14:15.917 INFO STEP 8 (remove_files) COMPLETE
92822026-09-05T01:14:17.227Z[ recovery-image] Sep 05 01:14:15.917 INFO O| Sep 05 01:14:15.917 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832026-09-05T01:14:17.232Z[ recovery-image] Sep 05 01:14:15.927 INFO O| Sep 05 01:14:15.927 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92842026-09-05T01:14:17.232Z[ recovery-image] Sep 05 01:14:15.928 INFO O| Sep 05 01:14:15.928 INFO STEP 9 (remove_files) COMPLETE
92852026-09-05T01:14:17.233Z[ recovery-image] Sep 05 01:14:15.928 INFO O| Sep 05 01:14:15.928 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862026-09-05T01:14:17.240Z[ recovery-image] Sep 05 01:14:15.939 INFO O| Sep 05 01:14:15.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92872026-09-05T01:14:17.247Z[ recovery-image] Sep 05 01:14:15.940 INFO O| Sep 05 01:14:15.940 INFO STEP 10 (remove_files) COMPLETE
92882026-09-05T01:14:17.247Z[ recovery-image] Sep 05 01:14:15.940 INFO O| Sep 05 01:14:15.940 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892026-09-05T01:14:17.252Z[ recovery-image] Sep 05 01:14:15.950 INFO O| Sep 05 01:14:15.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92902026-09-05T01:14:17.252Z[ recovery-image] Sep 05 01:14:15.951 INFO O| Sep 05 01:14:15.951 INFO STEP 11 (remove_files) COMPLETE
92912026-09-05T01:14:17.252Z[ recovery-image] Sep 05 01:14:15.951 INFO O| Sep 05 01:14:15.951 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922026-09-05T01:14:17.267Z[ recovery-image] Sep 05 01:14:15.963 INFO O| Sep 05 01:14:15.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92932026-09-05T01:14:17.267Z[ recovery-image] Sep 05 01:14:15.963 INFO O| Sep 05 01:14:15.963 INFO STEP 12 (remove_files) COMPLETE
92942026-09-05T01:14:17.267Z[ recovery-image] Sep 05 01:14:15.963 INFO O| Sep 05 01:14:15.963 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952026-09-05T01:14:17.274Z[ recovery-image] Sep 05 01:14:15.974 INFO O| Sep 05 01:14:15.973 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92962026-09-05T01:14:17.274Z[ recovery-image] Sep 05 01:14:15.974 INFO O| Sep 05 01:14:15.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92972026-09-05T01:14:17.274Z[ recovery-image] Sep 05 01:14:15.974 INFO O| Sep 05 01:14:15.974 INFO STEP 13 (ensure_dir) COMPLETE
92982026-09-05T01:14:17.279Z[ recovery-image] Sep 05 01:14:15.974 INFO O| Sep 05 01:14:15.974 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992026-09-05T01:14:17.284Z[ recovery-image] Sep 05 01:14:15.984 INFO O| Sep 05 01:14:15.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93002026-09-05T01:14:17.284Z[ recovery-image] Sep 05 01:14:15.984 INFO O| Sep 05 01:14:15.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93012026-09-05T01:14:17.284Z[ recovery-image] Sep 05 01:14:15.984 INFO O| Sep 05 01:14:15.984 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93022026-09-05T01:14:17.287Z[ recovery-image] Sep 05 01:14:15.984 INFO O| Sep 05 01:14:15.984 INFO STEP 14 (ensure_dir) COMPLETE
93032026-09-05T01:14:17.288Z[ recovery-image] Sep 05 01:14:15.984 INFO O| Sep 05 01:14:15.984 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042026-09-05T01:14:17.294Z[ recovery-image] Sep 05 01:14:15.994 INFO O| Sep 05 01:14:15.994 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93052026-09-05T01:14:17.294Z[ recovery-image] Sep 05 01:14:15.995 INFO O| Sep 05 01:14:15.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93062026-09-05T01:14:17.294Z[ recovery-image] Sep 05 01:14:15.995 INFO O| Sep 05 01:14:15.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93072026-09-05T01:14:17.299Z[ recovery-image] Sep 05 01:14:15.995 INFO O| Sep 05 01:14:15.995 INFO STEP 15 (ensure_dir) COMPLETE
93082026-09-05T01:14:17.299Z[ recovery-image] Sep 05 01:14:15.995 INFO O| Sep 05 01:14:15.995 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-09-05T01:14:17.312Z[ recovery-image] Sep 05 01:14:16.006 INFO O| Sep 05 01:14:16.006 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93102026-09-05T01:14:17.312Z[ recovery-image] Sep 05 01:14:16.006 INFO O| Sep 05 01:14:16.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93112026-09-05T01:14:17.312Z[ recovery-image] Sep 05 01:14:16.006 INFO O| Sep 05 01:14:16.006 INFO STEP 16 (ensure_dir) COMPLETE
93122026-09-05T01:14:17.313Z[ recovery-image] Sep 05 01:14:16.006 INFO O| Sep 05 01:14:16.006 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-09-05T01:14:17.318Z[ recovery-image] Sep 05 01:14:16.017 INFO O| Sep 05 01:14:16.017 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93142026-09-05T01:14:17.319Z[ recovery-image] Sep 05 01:14:16.018 INFO O| Sep 05 01:14:16.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93152026-09-05T01:14:17.324Z[ recovery-image] Sep 05 01:14:16.018 INFO O| Sep 05 01:14:16.018 INFO STEP 17 (ensure_dir) COMPLETE
93162026-09-05T01:14:17.324Z[ recovery-image] Sep 05 01:14:16.018 INFO O| Sep 05 01:14:16.018 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93172026-09-05T01:14:17.333Z[ recovery-image] Sep 05 01:14:16.029 INFO O| Sep 05 01:14:16.028 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93182026-09-05T01:14:17.333Z[ recovery-image] Sep 05 01:14:16.029 INFO O| Sep 05 01:14:16.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93192026-09-05T01:14:17.337Z[ recovery-image] Sep 05 01:14:16.029 INFO O| Sep 05 01:14:16.029 INFO ok!
93202026-09-05T01:14:17.337Z[ recovery-image] Sep 05 01:14:16.029 INFO O| Sep 05 01:14:16.029 INFO STEP 18 (ensure_symlink) COMPLETE
93212026-09-05T01:14:17.337Z[ recovery-image] Sep 05 01:14:16.029 INFO O| Sep 05 01:14:16.029 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-09-05T01:14:17.345Z[ recovery-image] Sep 05 01:14:16.039 INFO O| Sep 05 01:14:16.039 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93232026-09-05T01:14:17.345Z[ recovery-image] Sep 05 01:14:16.039 INFO O| Sep 05 01:14:16.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93242026-09-05T01:14:17.345Z[ recovery-image] Sep 05 01:14:16.039 INFO O| Sep 05 01:14:16.039 INFO ok!
93252026-09-05T01:14:17.345Z[ recovery-image] Sep 05 01:14:16.039 INFO O| Sep 05 01:14:16.039 INFO STEP 19 (ensure_file) COMPLETE
93262026-09-05T01:14:17.345Z[ recovery-image] Sep 05 01:14:16.039 INFO O| Sep 05 01:14:16.039 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93272026-09-05T01:14:17.355Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93282026-09-05T01:14:17.355Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93292026-09-05T01:14:17.360Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93302026-09-05T01:14:17.360Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO ok!
93312026-09-05T01:14:17.360Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO STEP 20 (ensure_symlink) COMPLETE
93322026-09-05T01:14:17.360Z[ recovery-image] Sep 05 01:14:16.050 INFO O| Sep 05 01:14:16.050 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93332026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93342026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93352026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93362026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO ok!
93372026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO STEP 21 (ensure_symlink) COMPLETE
93382026-09-05T01:14:17.366Z[ recovery-image] Sep 05 01:14:16.060 INFO O| Sep 05 01:14:16.060 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93392026-09-05T01:14:17.379Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93402026-09-05T01:14:17.379Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93412026-09-05T01:14:17.379Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93422026-09-05T01:14:17.379Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO ok!
93432026-09-05T01:14:17.379Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO STEP 22 (ensure_symlink) COMPLETE
93442026-09-05T01:14:17.385Z[ recovery-image] Sep 05 01:14:16.073 INFO O| Sep 05 01:14:16.073 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93452026-09-05T01:14:17.391Z[ recovery-image] Sep 05 01:14:16.084 INFO O| Sep 05 01:14:16.084 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93462026-09-05T01:14:17.391Z[ recovery-image] Sep 05 01:14:16.084 INFO O| Sep 05 01:14:16.084 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93472026-09-05T01:14:17.392Z[ recovery-image] Sep 05 01:14:16.084 INFO O| Sep 05 01:14:16.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93482026-09-05T01:14:17.392Z[ recovery-image] Sep 05 01:14:16.085 INFO O| Sep 05 01:14:16.084 INFO ok!
93492026-09-05T01:14:17.392Z[ recovery-image] Sep 05 01:14:16.085 INFO O| Sep 05 01:14:16.084 INFO STEP 23 (ensure_symlink) COMPLETE
93502026-09-05T01:14:17.392Z[ recovery-image] Sep 05 01:14:16.085 INFO O| Sep 05 01:14:16.084 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93512026-09-05T01:14:17.396Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93522026-09-05T01:14:17.397Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 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 ...
93532026-09-05T01:14:17.397Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93542026-09-05T01:14:17.409Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 INFO ok!
93552026-09-05T01:14:17.409Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 INFO STEP 24 (ensure_file) COMPLETE
93562026-09-05T01:14:17.409Z[ recovery-image] Sep 05 01:14:16.097 INFO O| Sep 05 01:14:16.097 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572026-09-05T01:14:17.424Z[ recovery-image] Sep 05 01:14:16.124 INFO O| Sep 05 01:14:16.108 INFO updating shadow file
93582026-09-05T01:14:17.436Z[ recovery-image] Sep 05 01:14:16.135 INFO O| Sep 05 01:14:16.135 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93592026-09-05T01:14:17.437Z[ recovery-image] Sep 05 01:14:16.135 INFO O| Sep 05 01:14:16.135 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93602026-09-05T01:14:17.442Z[ recovery-image] Sep 05 01:14:16.135 INFO O| Sep 05 01:14:16.135 INFO STEP 25 (shadow) COMPLETE
93612026-09-05T01:14:17.442Z[ recovery-image] Sep 05 01:14:16.135 INFO O| Sep 05 01:14:16.135 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93622026-09-05T01:14:17.453Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93632026-09-05T01:14:17.453Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93642026-09-05T01:14:17.453Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93652026-09-05T01:14:17.453Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 INFO ok!
93662026-09-05T01:14:17.457Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 INFO STEP 26 (ensure_file) COMPLETE
93672026-09-05T01:14:17.458Z[ recovery-image] Sep 05 01:14:16.152 INFO O| Sep 05 01:14:16.152 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93682026-09-05T01:14:17.475Z[ recovery-image] Sep 05 01:14:16.175 INFO O| Sep 05 01:14:16.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93692026-09-05T01:14:17.476Z[ recovery-image] Sep 05 01:14:16.176 INFO O| Sep 05 01:14:16.175 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93702026-09-05T01:14:17.476Z[ recovery-image] Sep 05 01:14:16.176 INFO O| Sep 05 01:14:16.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93712026-09-05T01:14:17.479Z[ recovery-image] Sep 05 01:14:16.176 INFO O| Sep 05 01:14:16.176 INFO ok!
93722026-09-05T01:14:17.480Z[ recovery-image] Sep 05 01:14:16.176 INFO O| Sep 05 01:14:16.176 INFO STEP 27 (ensure_file) COMPLETE
93732026-09-05T01:14:17.480Z[ recovery-image] Sep 05 01:14:16.176 INFO O| Sep 05 01:14:16.176 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93742026-09-05T01:14:17.492Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93752026-09-05T01:14:17.492Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93762026-09-05T01:14:17.492Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93772026-09-05T01:14:17.492Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93782026-09-05T01:14:17.501Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO ok!
93792026-09-05T01:14:17.501Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO STEP 28 (ensure_file) COMPLETE
93802026-09-05T01:14:17.502Z[ recovery-image] Sep 05 01:14:16.189 INFO O| Sep 05 01:14:16.189 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93812026-09-05T01:14:17.548Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93822026-09-05T01:14:17.548Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93832026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93842026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO ok!
93852026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO STEP 29 (ensure_file) COMPLETE
93862026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.210 INFO O| Sep 05 01:14:16.210 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.225 INFO O| Sep 05 01:14:16.225 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93882026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.225 INFO O| Sep 05 01:14:16.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93892026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.225 INFO O| Sep 05 01:14:16.225 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93902026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.225 INFO O| Sep 05 01:14:16.225 INFO STEP 30 (ensure_dir) COMPLETE
93912026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.225 INFO O| Sep 05 01:14:16.225 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93922026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93932026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 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 ...
93942026-09-05T01:14:17.593Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 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
93952026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
93962026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 INFO ok!
93972026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 INFO STEP 31 (ensure_file) COMPLETE
93982026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.240 INFO O| Sep 05 01:14:16.240 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93992026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.255 INFO O| Sep 05 01:14:16.255 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94002026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.255 INFO O| Sep 05 01:14:16.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
94012026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.255 INFO O| Sep 05 01:14:16.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94022026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.255 INFO O| Sep 05 01:14:16.255 INFO STEP 32 (ensure_dir) COMPLETE
94032026-09-05T01:14:17.594Z[ recovery-image] Sep 05 01:14:16.255 INFO O| Sep 05 01:14:16.255 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94042026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94052026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 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 ...
94062026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 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
94072026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94082026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 INFO ok!
94092026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 INFO STEP 33 (ensure_file) COMPLETE
94102026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.265 INFO O| Sep 05 01:14:16.265 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94112026-09-05T01:14:17.634Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94122026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94132026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94142026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO ok!
94152026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO STEP 34 (ensure_file) COMPLETE
94162026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.275 INFO O| Sep 05 01:14:16.275 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94172026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94182026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94192026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94202026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94212026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO ok!
94222026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO STEP 35 (ensure_file) COMPLETE
94232026-09-05T01:14:17.635Z[ recovery-image] Sep 05 01:14:16.285 INFO O| Sep 05 01:14:16.285 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94242026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.310 INFO O| Sep 05 01:14:16.310 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94252026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.311 INFO O| Sep 05 01:14:16.310 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94262026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.311 INFO O| Sep 05 01:14:16.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94272026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.311 INFO O| Sep 05 01:14:16.311 INFO ok!
94282026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.311 INFO O| Sep 05 01:14:16.311 INFO STEP 36 (ensure_file) COMPLETE
94292026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.311 INFO O| Sep 05 01:14:16.311 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94302026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94312026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94322026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94332026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 INFO ok!
94342026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 INFO STEP 37 (ensure_file) COMPLETE
94352026-09-05T01:14:17.648Z[ recovery-image] Sep 05 01:14:16.330 INFO O| Sep 05 01:14:16.330 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94362026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94372026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94382026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94392026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94402026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94412026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94422026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO ok!
94432026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO STEP 38 (ensure_file) COMPLETE
94442026-09-05T01:14:17.669Z[ recovery-image] Sep 05 01:14:16.344 INFO O| Sep 05 01:14:16.344 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94452026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.360 INFO O| Sep 05 01:14:16.359 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94462026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.360 INFO O| Sep 05 01:14:16.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94472026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.360 INFO O| Sep 05 01:14:16.360 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94482026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.360 INFO O| Sep 05 01:14:16.360 INFO STEP 39 (ensure_dir) COMPLETE
94492026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.360 INFO O| Sep 05 01:14:16.360 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94502026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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
94512026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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 ...
94522026-09-05T01:14:17.676Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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
94532026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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
94542026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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
94552026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 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
94562026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 INFO ok!
94572026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 INFO STEP 40 (ensure_file) COMPLETE
94582026-09-05T01:14:17.677Z[ recovery-image] Sep 05 01:14:16.372 INFO O| Sep 05 01:14:16.372 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94592026-09-05T01:14:17.695Z[ recovery-image] Sep 05 01:14:16.390 INFO O| Sep 05 01:14:16.390 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94602026-09-05T01:14:17.695Z[ recovery-image] Sep 05 01:14:16.390 INFO O| Sep 05 01:14:16.390 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 ...
94612026-09-05T01:14:17.702Z[ recovery-image] Sep 05 01:14:16.390 INFO O| Sep 05 01:14:16.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94622026-09-05T01:14:17.702Z[ recovery-image] Sep 05 01:14:16.390 INFO O| Sep 05 01:14:16.390 INFO ok!
94632026-09-05T01:14:17.702Z[ recovery-image] Sep 05 01:14:16.390 INFO O| Sep 05 01:14:16.390 INFO STEP 41 (ensure_symlink) COMPLETE
94642026-09-05T01:14:17.702Z[ recovery-image] Sep 05 01:14:16.391 INFO O| Sep 05 01:14:16.391 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94652026-09-05T01:14:17.740Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94662026-09-05T01:14:17.740Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94672026-09-05T01:14:17.745Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94682026-09-05T01:14:17.745Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO ok!
94692026-09-05T01:14:17.746Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO STEP 42 (ensure_symlink) COMPLETE
94702026-09-05T01:14:17.746Z[ recovery-image] Sep 05 01:14:16.436 INFO O| Sep 05 01:14:16.436 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94712026-09-05T01:14:17.757Z[ recovery-image] Sep 05 01:14:16.449 INFO O| Sep 05 01:14:16.449 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94722026-09-05T01:14:17.757Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.449 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94732026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94742026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94752026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94762026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94772026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO ok!
94782026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO STEP 43 (ensure_file) COMPLETE
94792026-09-05T01:14:17.761Z[ recovery-image] Sep 05 01:14:16.450 INFO O| Sep 05 01:14:16.450 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94802026-09-05T01:14:17.771Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94812026-09-05T01:14:17.771Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 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 ...
94822026-09-05T01:14:17.771Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 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
94832026-09-05T01:14:17.771Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94842026-09-05T01:14:17.772Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 INFO ok!
94852026-09-05T01:14:17.772Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 INFO STEP 44 (ensure_file) COMPLETE
94862026-09-05T01:14:17.773Z[ recovery-image] Sep 05 01:14:16.467 INFO O| Sep 05 01:14:16.465 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94872026-09-05T01:14:17.783Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94882026-09-05T01:14:17.783Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94892026-09-05T01:14:17.783Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94902026-09-05T01:14:17.793Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO ok!
94912026-09-05T01:14:17.793Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO STEP 45 (ensure_file) COMPLETE
94922026-09-05T01:14:17.793Z[ recovery-image] Sep 05 01:14:16.483 INFO O| Sep 05 01:14:16.483 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94932026-09-05T01:14:17.797Z[ recovery-image] Sep 05 01:14:16.492 INFO O| Sep 05 01:14:16.492 INFO updating shadow file
94942026-09-05T01:14:17.797Z[ recovery-image] Sep 05 01:14:16.492 INFO O| Sep 05 01:14:16.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94952026-09-05T01:14:17.797Z[ recovery-image] Sep 05 01:14:16.492 INFO O| Sep 05 01:14:16.492 INFO STEP 46 (shadow) COMPLETE
94962026-09-05T01:14:17.798Z[ recovery-image] Sep 05 01:14:16.492 INFO O| Sep 05 01:14:16.492 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94972026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
94982026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
94992026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95002026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95012026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO ok!
95022026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO STEP 47 (ensure_file) COMPLETE
95032026-09-05T01:14:17.812Z[ recovery-image] Sep 05 01:14:16.502 INFO O| Sep 05 01:14:16.502 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95042026-09-05T01:14:17.821Z[ recovery-image] Sep 05 01:14:16.515 INFO O| Sep 05 01:14:16.515 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95052026-09-05T01:14:17.821Z[ recovery-image] Sep 05 01:14:16.515 INFO O| Sep 05 01:14:16.515 INFO STEP 48 (ensure_dir) COMPLETE
95062026-09-05T01:14:17.822Z[ recovery-image] Sep 05 01:14:16.515 INFO O| Sep 05 01:14:16.515 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95072026-09-05T01:14:17.832Z[ recovery-image] Sep 05 01:14:16.527 INFO O| Sep 05 01:14:16.527 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95082026-09-05T01:14:17.832Z[ recovery-image] Sep 05 01:14:16.527 INFO O| Sep 05 01:14:16.527 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95092026-09-05T01:14:17.838Z[ recovery-image] Sep 05 01:14:16.527 INFO O| Sep 05 01:14:16.527 INFO STEP 49 (ensure_dir) COMPLETE
95102026-09-05T01:14:17.838Z[ recovery-image] Sep 05 01:14:16.527 INFO O| Sep 05 01:14:16.527 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95112026-09-05T01:14:17.844Z[ recovery-image] Sep 05 01:14:16.539 INFO O| Sep 05 01:14:16.539 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95122026-09-05T01:14:17.844Z[ recovery-image] Sep 05 01:14:16.539 INFO O| Sep 05 01:14:16.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95132026-09-05T01:14:17.844Z[ recovery-image] Sep 05 01:14:16.539 INFO O| Sep 05 01:14:16.539 INFO STEP 50 (ensure_dir) COMPLETE
95142026-09-05T01:14:17.844Z[ recovery-image] Sep 05 01:14:16.539 INFO O| Sep 05 01:14:16.539 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95152026-09-05T01:14:17.853Z[ recovery-image] Sep 05 01:14:16.551 INFO O| Sep 05 01:14:16.551 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95162026-09-05T01:14:17.853Z[ recovery-image] Sep 05 01:14:16.551 INFO O| Sep 05 01:14:16.551 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95172026-09-05T01:14:17.873Z[ recovery-image] Sep 05 01:14:16.563 INFO O| Sep 05 01:14:16.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95182026-09-05T01:14:17.873Z[ recovery-image] Sep 05 01:14:16.563 INFO O| Sep 05 01:14:16.563 INFO ok!
95192026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.563 INFO O| Sep 05 01:14:16.563 INFO STEP 51 (ensure_file) COMPLETE
95202026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.563 INFO O| Sep 05 01:14:16.563 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95212026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.576 INFO O| Sep 05 01:14:16.575 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95222026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.576 INFO O| Sep 05 01:14:16.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95232026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.576 INFO O| Sep 05 01:14:16.576 INFO STEP 52 (ensure_dir) COMPLETE
95242026-09-05T01:14:17.884Z[ recovery-image] Sep 05 01:14:16.576 INFO O| Sep 05 01:14:16.576 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95252026-09-05T01:14:17.890Z[ recovery-image] Sep 05 01:14:16.588 INFO O| Sep 05 01:14:16.588 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95262026-09-05T01:14:17.891Z[ recovery-image] Sep 05 01:14:16.588 INFO O| Sep 05 01:14:16.588 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95272026-09-05T01:14:17.891Z[ recovery-image] Sep 05 01:14:16.589 INFO O| Sep 05 01:14:16.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95282026-09-05T01:14:17.891Z[ recovery-image] Sep 05 01:14:16.589 INFO O| Sep 05 01:14:16.589 INFO ok!
95292026-09-05T01:14:17.891Z[ recovery-image] Sep 05 01:14:16.589 INFO O| Sep 05 01:14:16.589 INFO STEP 53 (ensure_file) COMPLETE
95302026-09-05T01:14:17.891Z[ recovery-image] Sep 05 01:14:16.589 INFO O| Sep 05 01:14:16.589 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95312026-09-05T01:14:17.902Z[ recovery-image] Sep 05 01:14:16.602 INFO O| Sep 05 01:14:16.602 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95322026-09-05T01:14:17.903Z[ recovery-image] Sep 05 01:14:16.602 INFO O| Sep 05 01:14:16.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95332026-09-05T01:14:17.903Z[ recovery-image] Sep 05 01:14:16.602 INFO O| Sep 05 01:14:16.602 INFO STEP 54 (ensure_dir) COMPLETE
95342026-09-05T01:14:17.910Z[ recovery-image] Sep 05 01:14:16.602 INFO O| Sep 05 01:14:16.602 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95352026-09-05T01:14:17.927Z[ recovery-image] Sep 05 01:14:16.615 INFO O| Sep 05 01:14:16.615 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95362026-09-05T01:14:17.927Z[ recovery-image] Sep 05 01:14:16.616 INFO O| Sep 05 01:14:16.616 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95372026-09-05T01:14:19.934Z[ recovery-image] Sep 05 01:14:18.627 INFO O| Sep 05 01:14:18.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95382026-09-05T01:14:19.934Z[ recovery-image] Sep 05 01:14:18.627 INFO O| Sep 05 01:14:18.627 INFO ok!
95392026-09-05T01:14:19.950Z[ recovery-image] Sep 05 01:14:18.627 INFO O| Sep 05 01:14:18.627 INFO STEP 55 (ensure_file) COMPLETE
95402026-09-05T01:14:19.950Z[ recovery-image] Sep 05 01:14:18.627 INFO O| Sep 05 01:14:18.627 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95412026-09-05T01:14:19.954Z[ recovery-image] Sep 05 01:14:18.640 INFO O| Sep 05 01:14:18.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95422026-09-05T01:14:19.954Z[ recovery-image] Sep 05 01:14:18.640 INFO O| Sep 05 01:14:18.640 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95432026-09-05T01:14:20.537Z[ recovery-image] Sep 05 01:14:19.224 INFO O| Sep 05 01:14:19.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95442026-09-05T01:14:20.537Z[ recovery-image] Sep 05 01:14:19.224 INFO O| Sep 05 01:14:19.224 INFO ok!
95452026-09-05T01:14:20.537Z[ recovery-image] Sep 05 01:14:19.224 INFO O| Sep 05 01:14:19.224 INFO STEP 56 (ensure_file) COMPLETE
95462026-09-05T01:14:20.542Z[ recovery-image] Sep 05 01:14:19.224 INFO O| Sep 05 01:14:19.224 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95472026-09-05T01:14:22.661Z[ recovery-image] Sep 05 01:14:21.359 INFO O| Sep 05 01:14:21.359 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95482026-09-05T01:14:22.661Z[ recovery-image] Sep 05 01:14:21.359 INFO O| Sep 05 01:14:21.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95492026-09-05T01:14:22.661Z[ recovery-image] Sep 05 01:14:21.359 INFO O| Sep 05 01:14:21.359 INFO STEP 57 (ensure_dir) COMPLETE
95502026-09-05T01:14:22.661Z[ recovery-image] Sep 05 01:14:21.359 INFO O| Sep 05 01:14:21.359 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95512026-09-05T01:14:22.720Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95522026-09-05T01:14:22.720Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 INFO copying /tmp/.tmpI3cU64/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 ...
95532026-09-05T01:14:22.750Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 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
95542026-09-05T01:14:22.750Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 INFO ok!
95552026-09-05T01:14:22.750Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 INFO STEP 58 (ensure_file) COMPLETE
95562026-09-05T01:14:22.750Z[ recovery-image] Sep 05 01:14:21.412 INFO O| Sep 05 01:14:21.412 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95572026-09-05T01:14:22.751Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95582026-09-05T01:14:22.751Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 INFO copying /tmp/.tmpI3cU64/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 ...
95592026-09-05T01:14:22.751Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 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
95602026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 INFO ok!
95612026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 INFO STEP 59 (ensure_file) COMPLETE
95622026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.423 INFO O| Sep 05 01:14:21.423 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95632026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.436 INFO O| Sep 05 01:14:21.436 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95642026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.436 INFO O| Sep 05 01:14:21.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95652026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.436 INFO O| Sep 05 01:14:21.436 INFO STEP 60 (ensure_dir) COMPLETE
95662026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.436 INFO O| Sep 05 01:14:21.436 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95672026-09-05T01:14:22.770Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95682026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO copying /tmp/.tmpI3cU64/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 ...
95692026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95702026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO ok!
95712026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO STEP 61 (ensure_file) COMPLETE
95722026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.445 INFO O| Sep 05 01:14:21.445 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95732026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95742026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 INFO copying /tmp/.tmpI3cU64/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 ...
95752026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 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
95762026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 INFO ok!
95772026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 INFO STEP 62 (ensure_file) COMPLETE
95782026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.453 INFO O| Sep 05 01:14:21.453 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95792026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.460 INFO O| Sep 05 01:14:21.460 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95802026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.460 INFO O| Sep 05 01:14:21.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95812026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.460 INFO O| Sep 05 01:14:21.460 INFO STEP 63 (ensure_dir) COMPLETE
95822026-09-05T01:14:22.771Z[ recovery-image] Sep 05 01:14:21.460 INFO O| Sep 05 01:14:21.460 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95832026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.470 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95842026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.471 INFO copying /tmp/.tmpI3cU64/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 ...
95852026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95862026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.471 INFO ok!
95872026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.471 INFO STEP 64 (ensure_file) COMPLETE
95882026-09-05T01:14:22.788Z[ recovery-image] Sep 05 01:14:21.471 INFO O| Sep 05 01:14:21.471 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95892026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95902026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95912026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95922026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO ok!
95932026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO STEP 65 (ensure_file) COMPLETE
95942026-09-05T01:14:22.789Z[ recovery-image] Sep 05 01:14:21.482 INFO O| Sep 05 01:14:21.482 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95952026-09-05T01:14:22.805Z[ recovery-image] Sep 05 01:14:21.491 INFO O| Sep 05 01:14:21.491 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95962026-09-05T01:14:22.805Z[ recovery-image] Sep 05 01:14:21.491 INFO O| Sep 05 01:14:21.491 INFO STEP 66 (ensure_dir) COMPLETE
95972026-09-05T01:14:22.805Z[ recovery-image] Sep 05 01:14:21.491 INFO O| Sep 05 01:14:21.491 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95982026-09-05T01:14:22.826Z[ recovery-image] Sep 05 01:14:21.500 INFO O| Sep 05 01:14:21.500 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95992026-09-05T01:14:22.826Z[ recovery-image] Sep 05 01:14:21.500 INFO O| Sep 05 01:14:21.500 INFO STEP 67 (ensure_dir) COMPLETE
96002026-09-05T01:14:22.826Z[ recovery-image] Sep 05 01:14:21.500 INFO O| Sep 05 01:14:21.500 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96012026-09-05T01:14:22.846Z[ recovery-image] Sep 05 01:14:21.530 INFO O| Sep 05 01:14:21.530 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96022026-09-05T01:14:22.846Z[ recovery-image] Sep 05 01:14:21.530 INFO O| Sep 05 01:14:21.530 INFO STEP 68 (ensure_dir) COMPLETE
96032026-09-05T01:14:22.846Z[ recovery-image] Sep 05 01:14:21.530 INFO O| Sep 05 01:14:21.530 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96042026-09-05T01:14:22.862Z[ recovery-image] Sep 05 01:14:21.542 INFO O| Sep 05 01:14:21.541 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96052026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.542 INFO O| Sep 05 01:14:21.542 INFO STEP 69 (ensure_dir) COMPLETE
96062026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.542 INFO O| Sep 05 01:14:21.542 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96072026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96082026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO copying /tmp/.tmpI3cU64/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96092026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96102026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO ok!
96112026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO STEP 70 (ensure_file) COMPLETE
96122026-09-05T01:14:22.863Z[ recovery-image] Sep 05 01:14:21.553 INFO O| Sep 05 01:14:21.553 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132026-09-05T01:14:22.883Z[ recovery-image] Sep 05 01:14:21.565 INFO O| Sep 05 01:14:21.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96142026-09-05T01:14:22.884Z[ recovery-image] Sep 05 01:14:21.565 INFO O| Sep 05 01:14:21.565 INFO STEP 71 (remove_files) COMPLETE
96152026-09-05T01:14:22.884Z[ recovery-image] Sep 05 01:14:21.565 INFO O| Sep 05 01:14:21.565 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.576 INFO O| Sep 05 01:14:21.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96172026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.576 INFO O| Sep 05 01:14:21.576 INFO STEP 72 (remove_files) COMPLETE
96182026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.577 INFO O| Sep 05 01:14:21.576 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.588 INFO O| Sep 05 01:14:21.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96202026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.588 INFO O| Sep 05 01:14:21.588 INFO STEP 73 (remove_files) COMPLETE
96212026-09-05T01:14:22.895Z[ recovery-image] Sep 05 01:14:21.588 INFO O| Sep 05 01:14:21.588 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-09-05T01:14:22.936Z[ recovery-image] Sep 05 01:14:21.600 INFO O| Sep 05 01:14:21.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96232026-09-05T01:14:22.936Z[ recovery-image] Sep 05 01:14:21.600 INFO O| Sep 05 01:14:21.600 INFO STEP 74 (remove_files) COMPLETE
96242026-09-05T01:14:22.936Z[ recovery-image] Sep 05 01:14:21.600 INFO O| Sep 05 01:14:21.600 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-09-05T01:14:22.963Z[ recovery-image] Sep 05 01:14:21.612 INFO O| Sep 05 01:14:21.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96262026-09-05T01:14:22.963Z[ recovery-image] Sep 05 01:14:21.612 INFO O| Sep 05 01:14:21.612 INFO STEP 75 (remove_files) COMPLETE
96272026-09-05T01:14:22.963Z[ recovery-image] Sep 05 01:14:21.612 INFO O| Sep 05 01:14:21.612 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-09-05T01:14:22.963Z[ recovery-image] Sep 05 01:14:21.625 INFO O| Sep 05 01:14:21.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96292026-09-05T01:14:22.964Z[ recovery-image] Sep 05 01:14:21.625 INFO O| Sep 05 01:14:21.625 INFO STEP 76 (remove_files) COMPLETE
96302026-09-05T01:14:22.964Z[ recovery-image] Sep 05 01:14:21.625 INFO O| Sep 05 01:14:21.625 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-09-05T01:14:22.964Z[ recovery-image] Sep 05 01:14:21.636 INFO O| Sep 05 01:14:21.636 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96322026-09-05T01:14:22.964Z[ recovery-image] Sep 05 01:14:21.637 INFO O| Sep 05 01:14:21.637 INFO STEP 77 (remove_files) COMPLETE
96332026-09-05T01:14:22.964Z[ recovery-image] Sep 05 01:14:21.637 INFO O| Sep 05 01:14:21.637 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.649 INFO O| Sep 05 01:14:21.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96352026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.649 INFO O| Sep 05 01:14:21.649 INFO STEP 78 (remove_files) COMPLETE
96362026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.649 INFO O| Sep 05 01:14:21.649 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.661 INFO O| Sep 05 01:14:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96382026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.661 INFO O| Sep 05 01:14:21.661 INFO STEP 79 (remove_files) COMPLETE
96392026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.661 INFO O| Sep 05 01:14:21.661 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.672 INFO O| Sep 05 01:14:21.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96412026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.672 INFO O| Sep 05 01:14:21.672 INFO STEP 80 (remove_files) COMPLETE
96422026-09-05T01:14:23.018Z[ recovery-image] Sep 05 01:14:21.672 INFO O| Sep 05 01:14:21.672 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.683 INFO O| Sep 05 01:14:21.683 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96442026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.683 INFO O| Sep 05 01:14:21.683 INFO STEP 81 (remove_files) COMPLETE
96452026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.683 INFO O| Sep 05 01:14:21.683 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.696 INFO O| Sep 05 01:14:21.696 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96472026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.697 INFO O| Sep 05 01:14:21.697 INFO STEP 82 (remove_files) COMPLETE
96482026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.697 INFO O| Sep 05 01:14:21.697 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.711 INFO O| Sep 05 01:14:21.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96502026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.711 INFO O| Sep 05 01:14:21.711 INFO STEP 83 (remove_files) COMPLETE
96512026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.711 INFO O| Sep 05 01:14:21.711 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.724 INFO O| Sep 05 01:14:21.724 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96532026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.724 INFO O| Sep 05 01:14:21.724 INFO STEP 84 (remove_files) COMPLETE
96542026-09-05T01:14:23.043Z[ recovery-image] Sep 05 01:14:21.724 INFO O| Sep 05 01:14:21.724 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-09-05T01:14:23.076Z[ recovery-image] Sep 05 01:14:21.736 INFO O| Sep 05 01:14:21.736 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96562026-09-05T01:14:23.076Z[ recovery-image] Sep 05 01:14:21.736 INFO O| Sep 05 01:14:21.736 INFO STEP 85 (remove_files) COMPLETE
96572026-09-05T01:14:23.076Z[ recovery-image] Sep 05 01:14:21.736 INFO O| Sep 05 01:14:21.736 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582026-09-05T01:14:23.077Z[ recovery-image] Sep 05 01:14:21.749 INFO O| Sep 05 01:14:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96592026-09-05T01:14:23.077Z[ recovery-image] Sep 05 01:14:21.749 INFO O| Sep 05 01:14:21.749 INFO STEP 86 (remove_files) COMPLETE
96602026-09-05T01:14:23.077Z[ recovery-image] Sep 05 01:14:21.749 INFO O| Sep 05 01:14:21.749 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.763 INFO O| Sep 05 01:14:21.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96622026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.763 INFO O| Sep 05 01:14:21.763 INFO STEP 87 (remove_files) COMPLETE
96632026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.763 INFO O| Sep 05 01:14:21.763 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.776 INFO O| Sep 05 01:14:21.776 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96652026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.776 INFO O| Sep 05 01:14:21.776 INFO STEP 88 (remove_files) COMPLETE
96662026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.776 INFO O| Sep 05 01:14:21.776 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.789 INFO O| Sep 05 01:14:21.789 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96682026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.789 INFO O| Sep 05 01:14:21.789 INFO STEP 89 (remove_files) COMPLETE
96692026-09-05T01:14:23.152Z[ recovery-image] Sep 05 01:14:21.789 INFO O| Sep 05 01:14:21.789 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.802 INFO O| Sep 05 01:14:21.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96712026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.802 INFO O| Sep 05 01:14:21.802 INFO STEP 90 (remove_files) COMPLETE
96722026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.802 INFO O| Sep 05 01:14:21.802 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.815 INFO O| Sep 05 01:14:21.815 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96742026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.815 INFO O| Sep 05 01:14:21.815 INFO STEP 91 (remove_files) COMPLETE
96752026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.815 INFO O| Sep 05 01:14:21.815 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762026-09-05T01:14:23.195Z[ recovery-image] Sep 05 01:14:21.829 INFO O| Sep 05 01:14:21.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96772026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.829 INFO O| Sep 05 01:14:21.829 INFO STEP 92 (remove_files) COMPLETE
96782026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.829 INFO O| Sep 05 01:14:21.829 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.843 INFO O| Sep 05 01:14:21.843 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96802026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.843 INFO O| Sep 05 01:14:21.843 INFO STEP 93 (remove_files) COMPLETE
96812026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.843 INFO O| Sep 05 01:14:21.843 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.854 INFO O| Sep 05 01:14:21.854 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96832026-09-05T01:14:23.196Z[ recovery-image] Sep 05 01:14:21.854 INFO O| Sep 05 01:14:21.854 INFO STEP 94 (remove_files) COMPLETE
96842026-09-05T01:14:23.208Z[ recovery-image] Sep 05 01:14:21.854 INFO O| Sep 05 01:14:21.854 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852026-09-05T01:14:23.248Z[ recovery-image] Sep 05 01:14:21.870 INFO O| Sep 05 01:14:21.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96862026-09-05T01:14:23.248Z[ recovery-image] Sep 05 01:14:21.870 INFO O| Sep 05 01:14:21.870 INFO STEP 95 (remove_files) COMPLETE
96872026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.870 INFO O| Sep 05 01:14:21.870 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.881 INFO O| Sep 05 01:14:21.881 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96892026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.881 INFO O| Sep 05 01:14:21.881 INFO STEP 96 (remove_files) COMPLETE
96902026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.881 INFO O| Sep 05 01:14:21.881 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.890 INFO O| Sep 05 01:14:21.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96922026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.890 INFO O| Sep 05 01:14:21.890 INFO STEP 97 (remove_files) COMPLETE
96932026-09-05T01:14:23.249Z[ recovery-image] Sep 05 01:14:21.890 INFO O| Sep 05 01:14:21.890 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.923 INFO O| Sep 05 01:14:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96952026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.923 INFO O| Sep 05 01:14:21.923 INFO STEP 98 (remove_files) COMPLETE
96962026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.923 INFO O| Sep 05 01:14:21.923 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.933 INFO O| Sep 05 01:14:21.933 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96982026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.933 INFO O| Sep 05 01:14:21.933 INFO STEP 99 (remove_files) COMPLETE
96992026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.933 INFO O| Sep 05 01:14:21.933 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97002026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.948 INFO O| Sep 05 01:14:21.948 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97012026-09-05T01:14:23.276Z[ recovery-image] Sep 05 01:14:21.948 INFO O| Sep 05 01:14:21.948 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], 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"}
97022026-09-05T01:14:24.992Z[ host-image] Sep 05 01:14:23.691 INFO O| seeding SMF database...
97032026-09-05T01:14:25.522Z[verify-libraries] Compiling oso v0.27.3
97042026-09-05T01:14:25.970Z[ recovery-image] Sep 05 01:14:24.668 INFO O| Sep 05 01:14:24.668 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
97052026-09-05T01:14:25.970Z[ recovery-image] Sep 05 01:14:24.668 INFO O| Sep 05 01:14:24.668 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97062026-09-05T01:14:25.998Z[ recovery-image] Sep 05 01:14:24.692 INFO O| Sep 05 01:14:24.692 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97072026-09-05T01:14:26.107Z[ recovery-image] Sep 05 01:14:24.797 INFO O| Sep 05 01:14:24.797 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97082026-09-05T01:14:26.166Z[ recovery-image] Sep 05 01:14:24.858 INFO O| Sep 05 01:14:24.858 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
97092026-09-05T01:14:26.242Z[ recovery-image] Sep 05 01:14:24.925 INFO O| Sep 05 01:14:24.925 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97102026-09-05T01:14:26.242Z[ recovery-image] Sep 05 01:14:24.926 INFO O| Sep 05 01:14:24.925 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 ...
97112026-09-05T01:14:26.259Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97122026-09-05T01:14:26.260Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO ok!
97132026-09-05T01:14:26.260Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97142026-09-05T01:14:26.260Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO STEP 100 (seed_smf) COMPLETE
97152026-09-05T01:14:26.260Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO steps complete; finalising image!
97162026-09-05T01:14:26.260Z[ recovery-image] Sep 05 01:14:24.927 INFO O| Sep 05 01:14:24.927 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97172026-09-05T01:14:26.310Z[ recovery-image] Sep 05 01:14:24.996 INFO O| Sep 05 01:14:24.995 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sat Sep 5 01:14:24 2026)
97182026-09-05T01:14:26.511Z[ recovery-image] Sep 05 01:14:25.202 INFO O| Sep 05 01:14:25.202 INFO trim TEMPORARY-sled-zfs-recovery: (59% trimmed, started at Sat Sep 5 01:14:24 2026)
97192026-09-05T01:14:26.717Z[ recovery-image] Sep 05 01:14:25.408 INFO O| Sep 05 01:14:25.408 INFO trim TEMPORARY-sled-zfs-recovery: (74% trimmed, started at Sat Sep 5 01:14:24 2026)
97202026-09-05T01:14:26.945Z[ recovery-image] Sep 05 01:14:25.617 INFO O| Sep 05 01:14:25.617 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97212026-09-05T01:14:30.428Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97222026-09-05T01:14:30.428Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97232026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:25.823 INFO O| Sep 05 01:14:25.823 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97242026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:26.028 INFO O| Sep 05 01:14:26.028 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97252026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:26.234 INFO O| Sep 05 01:14:26.234 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97262026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:26.441 INFO O| Sep 05 01:14:26.441 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97272026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:26.647 INFO O| Sep 05 01:14:26.647 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97282026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:26.852 INFO O| Sep 05 01:14:26.852 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97292026-09-05T01:14:30.428Z[ recovery-image] Sep 05 01:14:27.058 INFO O| Sep 05 01:14:27.057 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97302026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:27.263 INFO O| Sep 05 01:14:27.263 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97312026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:27.469 INFO O| Sep 05 01:14:27.469 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97322026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:27.674 INFO O| Sep 05 01:14:27.674 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97332026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:27.880 INFO O| Sep 05 01:14:27.880 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97342026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:28.085 INFO O| Sep 05 01:14:28.085 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97352026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:28.290 INFO O| Sep 05 01:14:28.290 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Sep 5 01:14:24 2026)
97362026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:28.518 INFO O| Sep 05 01:14:28.517 INFO temporary pool has 464M used, 1.30G avail, 1.00x compressratio
97372026-09-05T01:14:30.463Z[ recovery-image] Sep 05 01:14:28.518 INFO O| Sep 05 01:14:28.517 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97382026-09-05T01:14:30.636Z[ recovery-image] Sep 05 01:14:29.336 INFO O| Sep 05 01:14:29.336 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
97392026-09-05T01:14:30.636Z[ recovery-image] Sep 05 01:14:29.336 INFO O| Sep 05 01:14:29.336 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97402026-09-05T01:14:32.874Z[ host-image] Sep 05 01:14:31.574 INFO O| configuring SMF profile...
97412026-09-05T01:14:32.874Z[ host-image] Sep 05 01:14:31.574 INFO O| modifying shadow(5)...
97422026-09-05T01:14:32.879Z[ host-image] Sep 05 01:14:31.574 INFO O| loading user and group database...
97432026-09-05T01:14:32.879Z[ host-image] Sep 05 01:14:31.574 INFO O| loading facet selections...
97442026-09-05T01:14:33.145Z[ recovery-image] Sep 05 01:14:31.844 INFO O| Sep 05 01:14:31.844 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97452026-09-05T01:14:33.145Z[ recovery-image] Sep 05 01:14:31.845 INFO O| Sep 05 01:14:31.844 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97462026-09-05T01:14:33.145Z[ recovery-image] Sep 05 01:14:31.845 INFO O| Sep 05 01:14:31.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97472026-09-05T01:14:33.167Z[ recovery-image] Sep 05 01:14:31.845 INFO O| Sep 05 01:14:31.845 INFO completed processing sled/zfs-recovery
97482026-09-05T01:14:33.167Z[ recovery-image] Sep 05 01:14:31.845 INFO O| Sep 05 01:14:31.845 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97492026-09-05T01:14:33.310Z[ host-image] Sep 05 01:14:32.007 INFO O| devel -> true
97502026-09-05T01:14:33.310Z[ host-image] Sep 05 01:14:32.007 INFO O| doc.man -> true
97512026-09-05T01:14:33.310Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.shell/ksh93 -> true
97522026-09-05T01:14:33.314Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.system/data/hardware-registry -> true
97532026-09-05T01:14:33.314Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.system/data/zoneinfo -> true
97542026-09-05T01:14:33.314Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.system/microcode/amd -> true
97552026-09-05T01:14:33.314Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.system/microcode/intel -> true
97562026-09-05T01:14:33.314Z[ host-image] Sep 05 01:14:32.007 INFO O| version-lock.system/microcode/oxide -> true
97572026-09-05T01:14:33.315Z[ host-image] Sep 05 01:14:32.007 INFO O| assessing packaged files...
97582026-09-05T01:14:34.852Z[ recovery-image] Sep 05 01:14:33.545 INFO O| Sep 05 01:14:33.545 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97592026-09-05T01:14:34.986Z[ recovery-image] Sep 05 01:14:33.681 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
97602026-09-05T01:14:34.986Z[ recovery-image] Sep 05 01:14:33.681 INFO expanded image name: "recovery 9fe05e0/${os_short_commit} 2026-09-05 01:00" -> "recovery 9fe05e0/0e29ea8 2026-09-05 01:00"
97612026-09-05T01:14:34.986Z[ recovery-image] Sep 05 01:14:33.681 INFO output artefacts stored in: "/work/os-recovery"
97622026-09-05T01:14:34.999Z[ recovery-image] Sep 05 01:14:33.681 INFO collecting git info from project "amd-firmware"...
97632026-09-05T01:14:35.387Z[ recovery-image] Sep 05 01:14:34.082 INFO collecting git info from project "image-builder"...
97642026-09-05T01:14:35.399Z[ recovery-image] Sep 05 01:14:34.090 INFO collecting git info from project "bootserver"...
97652026-09-05T01:14:35.415Z[ recovery-image] Sep 05 01:14:34.096 INFO collecting git info from project "pilot"...
97662026-09-05T01:14:35.440Z[ recovery-image] Sep 05 01:14:34.106 INFO collecting git info from project "phbl"...
97672026-09-05T01:14:35.440Z[ recovery-image] Sep 05 01:14:34.115 INFO collecting git info from project "chelsio-t6-roms"...
97682026-09-05T01:14:35.444Z[ recovery-image] Sep 05 01:14:34.136 INFO collecting git info from project "pinprick"...
97692026-09-05T01:14:35.452Z[ recovery-image] Sep 05 01:14:34.152 INFO collecting git info from project "dmar-report"...
97702026-09-05T01:14:35.474Z[ recovery-image] Sep 05 01:14:34.170 INFO collecting git info from project "amd-host-image-builder"...
97712026-09-05T01:14:35.518Z[ recovery-image] Sep 05 01:14:34.217 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97722026-09-05T01:14:35.747Z[ host-image] Sep 05 01:14:34.447 INFO O| creating archive...
97732026-09-05T01:14:35.772Z[ host-image] Sep 05 01:14:34.469 INFO O| missing from packaging:
97742026-09-05T01:14:35.772Z[ host-image] Sep 05 01:14:34.469 INFO O| "etc/.pwd.lock"
97752026-09-05T01:14:35.773Z[ host-image] Sep 05 01:14:34.469 INFO O| "etc/bash"
97762026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/profile/generic.xml"
97772026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/profile/inetd_services.xml"
97782026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/profile/name_service.xml"
97792026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/profile/platform.xml"
97802026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/profile/platform_omicron1.xml"
97812026-09-05T01:14:35.777Z[ host-image] Sep 05 01:14:34.473 INFO O| "etc/svc/repository.db"
97822026-09-05T01:14:35.782Z[ host-image] Sep 05 01:14:34.479 INFO O| "opt/ooce/share"
97832026-09-05T01:14:35.782Z[ host-image] Sep 05 01:14:34.479 INFO O| "opt/ooce/share/man"
97842026-09-05T01:14:35.783Z[ host-image] Sep 05 01:14:34.479 INFO O| "opt/ooce/share/man/man1"
97852026-09-05T01:14:35.789Z[ host-image] Sep 05 01:14:34.488 INFO O| finishing archive...
97862026-09-05T01:14:36.099Z[ recovery-image] Sep 05 01:14:34.799 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97872026-09-05T01:14:36.467Z[ recovery-image] Sep 05 01:14:35.164 INFO creating Oxide boot image...
97882026-09-05T01:14:36.467Z[ recovery-image] Sep 05 01:14:35.164 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9fe05e0/0e29ea8 2026-09-05 01:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
97892026-09-05T01:14:37.792Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97902026-09-05T01:14:38.508Z[ host-image] Sep 05 01:14:37.207 INFO O| creating gzonly manifest...
97912026-09-05T01:14:38.614Z[ host-image] Sep 05 01:14:37.295 INFO O| ok
97922026-09-05T01:14:38.745Z[ host-image] Sep 05 01:14:37.443 INFO image builder template: ramdisk-02-trim...
97932026-09-05T01:14:38.745Z[ host-image] Sep 05 01:14:37.443 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/.tmpI3cU64/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
97942026-09-05T01:14:38.768Z[ host-image] Sep 05 01:14:37.465 INFO O| Sep 05 01:14:37.464 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97952026-09-05T01:14:38.778Z[ host-image] Sep 05 01:14:37.468 INFO O| Sep 05 01:14:37.468 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97962026-09-05T01:14:38.867Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97972026-09-05T01:14:39.576Z[ host-image] Sep 05 01:14:38.269 INFO O| Sep 05 01:14:38.269 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97982026-09-05T01:14:40.211Z[ host-image] Sep 05 01:14:38.906 INFO O| Sep 05 01:14:38.906 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97992026-09-05T01:14:40.211Z[ host-image] Sep 05 01:14:38.906 INFO O| Sep 05 01:14:38.906 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
98002026-09-05T01:14:40.216Z[ host-image] Sep 05 01:14:38.911 INFO O| Sep 05 01:14:38.911 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98012026-09-05T01:14:40.225Z[ host-image] Sep 05 01:14:38.916 INFO O| Sep 05 01:14:38.916 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
98022026-09-05T01:14:40.230Z[ host-image] Sep 05 01:14:38.922 INFO O| Sep 05 01:14:38.922 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
98032026-09-05T01:14:40.859Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
98042026-09-05T01:14:41.678Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
98052026-09-05T01:14:42.602Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
98062026-09-05T01:14:44.004Z[ host-image] Sep 05 01:14:42.704 INFO O| Sep 05 01:14:42.704 INFO rolled back to input snapshot; work may begin
98072026-09-05T01:14:44.004Z[ host-image] Sep 05 01:14:42.704 INFO O| Sep 05 01:14:42.704 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
98082026-09-05T01:14:44.018Z[ host-image] Sep 05 01:14:42.710 INFO O| Sep 05 01:14:42.709 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98092026-09-05T01:14:44.036Z[ host-image] Sep 05 01:14:42.720 INFO O| Sep 05 01:14:42.720 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
98102026-09-05T01:14:44.070Z[ host-image] Sep 05 01:14:42.763 INFO O| Sep 05 01:14:42.763 INFO STEP 0 (remove_files) COMPLETE
98112026-09-05T01:14:44.070Z[ host-image] Sep 05 01:14:42.763 INFO O| Sep 05 01:14:42.763 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.774 INFO O| Sep 05 01:14:42.774 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
98132026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.775 INFO O| Sep 05 01:14:42.775 INFO STEP 1 (remove_files) COMPLETE
98142026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.775 INFO O| Sep 05 01:14:42.775 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98152026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.784 INFO O| Sep 05 01:14:42.784 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98162026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.797 INFO O| Sep 05 01:14:42.797 INFO STEP 2 (remove_files) COMPLETE
98172026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.797 INFO O| Sep 05 01:14:42.797 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98182026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.806 INFO O| Sep 05 01:14:42.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98192026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.808 INFO O| Sep 05 01:14:42.808 INFO STEP 3 (remove_files) COMPLETE
98202026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.808 INFO O| Sep 05 01:14:42.808 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98212026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.816 INFO O| Sep 05 01:14:42.816 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98222026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.819 INFO O| Sep 05 01:14:42.819 INFO STEP 4 (remove_files) COMPLETE
98232026-09-05T01:14:44.275Z[ host-image] Sep 05 01:14:42.819 INFO O| Sep 05 01:14:42.819 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98242026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.828 INFO O| Sep 05 01:14:42.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98252026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.830 INFO O| Sep 05 01:14:42.830 INFO STEP 5 (remove_files) COMPLETE
98262026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.830 INFO O| Sep 05 01:14:42.830 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98272026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.838 INFO O| Sep 05 01:14:42.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98282026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.848 INFO O| Sep 05 01:14:42.848 INFO STEP 6 (remove_files) COMPLETE
98292026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.848 INFO O| Sep 05 01:14:42.848 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98302026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.848 INFO O| Sep 05 01:14:42.848 INFO skip step because feature "heliosv2" is not enabled
98312026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.848 INFO O| Sep 05 01:14:42.848 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98322026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.858 INFO O| Sep 05 01:14:42.858 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98332026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.870 INFO O| Sep 05 01:14:42.870 INFO STEP 8 (remove_files) COMPLETE
98342026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.870 INFO O| Sep 05 01:14:42.870 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98352026-09-05T01:14:44.276Z[ host-image] Sep 05 01:14:42.880 INFO O| Sep 05 01:14:42.880 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98362026-09-05T01:14:44.386Z[ host-image] Sep 05 01:14:42.954 INFO O| Sep 05 01:14:42.954 INFO STEP 9 (remove_files) COMPLETE
98372026-09-05T01:14:44.386Z[ host-image] Sep 05 01:14:42.954 INFO O| Sep 05 01:14:42.954 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98382026-09-05T01:14:44.386Z[ host-image] Sep 05 01:14:42.966 INFO O| Sep 05 01:14:42.966 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98392026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.038 INFO O| Sep 05 01:14:43.038 INFO STEP 10 (remove_files) COMPLETE
98402026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.038 INFO O| Sep 05 01:14:43.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98412026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.052 INFO O| Sep 05 01:14:43.050 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98422026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.052 INFO O| Sep 05 01:14:43.052 INFO STEP 11 (remove_files) COMPLETE
98432026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.053 INFO O| Sep 05 01:14:43.052 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98442026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.068 INFO O| Sep 05 01:14:43.067 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98452026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.068 INFO O| Sep 05 01:14:43.067 INFO STEP 12 (remove_files) COMPLETE
98462026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.068 INFO O| Sep 05 01:14:43.067 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98472026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.081 INFO O| Sep 05 01:14:43.080 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98482026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.081 INFO O| Sep 05 01:14:43.081 INFO STEP 13 (remove_files) COMPLETE
98492026-09-05T01:14:44.388Z[ host-image] Sep 05 01:14:43.081 INFO O| Sep 05 01:14:43.081 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98502026-09-05T01:14:44.458Z[ host-image] Sep 05 01:14:43.158 INFO O| Sep 05 01:14:43.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98512026-09-05T01:14:44.476Z[ host-image] Sep 05 01:14:43.168 INFO O| Sep 05 01:14:43.168 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98522026-09-05T01:14:44.694Z[ host-image] Sep 05 01:14:43.391 INFO O| Sep 05 01:14:43.391 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98532026-09-05T01:14:44.694Z[ host-image] Sep 05 01:14:43.392 INFO O| Sep 05 01:14:43.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98542026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98552026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98562026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98572026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98582026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98592026-09-05T01:14:44.703Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98602026-09-05T01:14:44.704Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98612026-09-05T01:14:44.704Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98622026-09-05T01:14:44.704Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98632026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98642026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98652026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98662026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98672026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.399 INFO O| Sep 05 01:14:43.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98682026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.400 INFO O| Sep 05 01:14:43.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98692026-09-05T01:14:44.717Z[ host-image] Sep 05 01:14:43.400 INFO O| Sep 05 01:14:43.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98702026-09-05T01:14:44.738Z[ host-image] Sep 05 01:14:43.403 INFO O| Sep 05 01:14:43.403 INFO STEP 14 (remove_files) COMPLETE
98712026-09-05T01:14:44.738Z[ host-image] Sep 05 01:14:43.403 INFO O| Sep 05 01:14:43.403 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98722026-09-05T01:14:44.738Z[ host-image] Sep 05 01:14:43.421 INFO O| Sep 05 01:14:43.421 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98732026-09-05T01:14:44.738Z[ host-image] Sep 05 01:14:43.422 INFO O| Sep 05 01:14:43.422 INFO STEP 15 (remove_files) COMPLETE
98742026-09-05T01:14:44.738Z[ host-image] Sep 05 01:14:43.422 INFO O| Sep 05 01:14:43.422 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98752026-09-05T01:14:44.754Z[ host-image] Sep 05 01:14:43.434 INFO O| Sep 05 01:14:43.433 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98762026-09-05T01:14:44.754Z[ host-image] Sep 05 01:14:43.439 INFO O| Sep 05 01:14:43.439 INFO STEP 16 (remove_files) COMPLETE
98772026-09-05T01:14:44.754Z[ host-image] Sep 05 01:14:43.439 INFO O| Sep 05 01:14:43.439 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98782026-09-05T01:14:44.770Z[ host-image] Sep 05 01:14:43.451 INFO O| Sep 05 01:14:43.451 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98792026-09-05T01:14:44.770Z[ host-image] Sep 05 01:14:43.451 INFO O| Sep 05 01:14:43.451 INFO STEP 17 (remove_files) COMPLETE
98802026-09-05T01:14:44.770Z[ host-image] Sep 05 01:14:43.451 INFO O| Sep 05 01:14:43.451 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98812026-09-05T01:14:44.787Z[ host-image] Sep 05 01:14:43.463 INFO O| Sep 05 01:14:43.463 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98822026-09-05T01:14:44.798Z[ host-image] Sep 05 01:14:43.464 INFO O| Sep 05 01:14:43.464 INFO STEP 18 (remove_files) COMPLETE
98832026-09-05T01:14:44.806Z[ host-image] Sep 05 01:14:43.464 INFO O| Sep 05 01:14:43.464 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98842026-09-05T01:14:44.824Z[ host-image] Sep 05 01:14:43.500 INFO O| Sep 05 01:14:43.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98852026-09-05T01:14:44.824Z[ host-image] Sep 05 01:14:43.500 INFO O| Sep 05 01:14:43.500 INFO STEP 19 (remove_files) COMPLETE
98862026-09-05T01:14:44.824Z[ host-image] Sep 05 01:14:43.500 INFO O| Sep 05 01:14:43.500 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98872026-09-05T01:14:44.855Z[ host-image] Sep 05 01:14:43.543 INFO O| Sep 05 01:14:43.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98882026-09-05T01:14:44.869Z[ host-image] Sep 05 01:14:43.543 INFO O| Sep 05 01:14:43.543 INFO STEP 20 (remove_files) COMPLETE
98892026-09-05T01:14:44.869Z[ host-image] Sep 05 01:14:43.543 INFO O| Sep 05 01:14:43.543 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98902026-09-05T01:14:44.869Z[ host-image] Sep 05 01:14:43.558 INFO O| Sep 05 01:14:43.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98912026-09-05T01:14:44.869Z[ host-image] Sep 05 01:14:43.558 INFO O| Sep 05 01:14:43.558 INFO STEP 21 (remove_files) COMPLETE
98922026-09-05T01:14:44.869Z[ host-image] Sep 05 01:14:43.558 INFO O| Sep 05 01:14:43.558 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98932026-09-05T01:14:44.885Z[ host-image] Sep 05 01:14:43.581 INFO O| Sep 05 01:14:43.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98942026-09-05T01:14:44.885Z[ host-image] Sep 05 01:14:43.581 INFO O| Sep 05 01:14:43.581 INFO STEP 22 (remove_files) COMPLETE
98952026-09-05T01:14:44.885Z[ host-image] Sep 05 01:14:43.581 INFO O| Sep 05 01:14:43.581 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98962026-09-05T01:14:44.906Z[ host-image] Sep 05 01:14:43.604 INFO O| Sep 05 01:14:43.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98972026-09-05T01:14:44.907Z[ host-image] Sep 05 01:14:43.604 INFO O| Sep 05 01:14:43.604 INFO STEP 23 (remove_files) COMPLETE
98982026-09-05T01:14:44.918Z[ host-image] Sep 05 01:14:43.604 INFO O| Sep 05 01:14:43.604 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98992026-09-05T01:14:44.953Z[ host-image] Sep 05 01:14:43.617 INFO O| Sep 05 01:14:43.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
99002026-09-05T01:14:44.953Z[ host-image] Sep 05 01:14:43.617 INFO O| Sep 05 01:14:43.617 INFO STEP 24 (remove_files) COMPLETE
99012026-09-05T01:14:44.953Z[ host-image] Sep 05 01:14:43.617 INFO O| Sep 05 01:14:43.617 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99022026-09-05T01:14:44.967Z[ host-image] Sep 05 01:14:43.630 INFO O| Sep 05 01:14:43.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99032026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.630 INFO O| Sep 05 01:14:43.630 INFO STEP 25 (remove_files) COMPLETE
99042026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.630 INFO O| Sep 05 01:14:43.630 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99052026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.640 INFO O| Sep 05 01:14:43.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99062026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.641 INFO O| Sep 05 01:14:43.640 INFO STEP 26 (remove_files) COMPLETE
99072026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.641 INFO O| Sep 05 01:14:43.640 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99082026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.651 INFO O| Sep 05 01:14:43.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99092026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.651 INFO O| Sep 05 01:14:43.651 INFO STEP 27 (remove_files) COMPLETE
99102026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.651 INFO O| Sep 05 01:14:43.651 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99112026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.661 INFO O| Sep 05 01:14:43.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99122026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.661 INFO O| Sep 05 01:14:43.661 INFO STEP 28 (remove_files) COMPLETE
99132026-09-05T01:14:44.968Z[ host-image] Sep 05 01:14:43.661 INFO O| Sep 05 01:14:43.661 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99142026-09-05T01:14:44.990Z[ host-image] Sep 05 01:14:43.684 INFO O| Sep 05 01:14:43.684 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99152026-09-05T01:14:44.990Z[ host-image] Sep 05 01:14:43.684 INFO O| Sep 05 01:14:43.684 INFO STEP 29 (remove_files) COMPLETE
99162026-09-05T01:14:44.990Z[ host-image] Sep 05 01:14:43.684 INFO O| Sep 05 01:14:43.684 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99172026-09-05T01:14:45.005Z[ host-image] Sep 05 01:14:43.699 INFO O| Sep 05 01:14:43.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99182026-09-05T01:14:45.005Z[ host-image] Sep 05 01:14:43.699 INFO O| Sep 05 01:14:43.699 INFO STEP 30 (remove_files) COMPLETE
99192026-09-05T01:14:45.024Z[ host-image] Sep 05 01:14:43.699 INFO O| Sep 05 01:14:43.699 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99202026-09-05T01:14:45.025Z[ host-image] Sep 05 01:14:43.709 INFO O| Sep 05 01:14:43.709 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99212026-09-05T01:14:45.025Z[ host-image] Sep 05 01:14:43.709 INFO O| Sep 05 01:14:43.709 INFO STEP 31 (remove_files) COMPLETE
99222026-09-05T01:14:45.025Z[ host-image] Sep 05 01:14:43.709 INFO O| Sep 05 01:14:43.709 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99232026-09-05T01:14:45.039Z[ host-image] Sep 05 01:14:43.722 INFO O| Sep 05 01:14:43.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99242026-09-05T01:14:45.040Z[ host-image] Sep 05 01:14:43.722 INFO O| Sep 05 01:14:43.722 INFO STEP 32 (remove_files) COMPLETE
99252026-09-05T01:14:45.040Z[ host-image] Sep 05 01:14:43.722 INFO O| Sep 05 01:14:43.722 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99262026-09-05T01:14:45.040Z[ host-image] Sep 05 01:14:43.734 INFO O| Sep 05 01:14:43.734 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99272026-09-05T01:14:45.040Z[ host-image] Sep 05 01:14:43.734 INFO O| Sep 05 01:14:43.734 INFO STEP 33 (remove_files) COMPLETE
99282026-09-05T01:14:45.040Z[ host-image] Sep 05 01:14:43.734 INFO O| Sep 05 01:14:43.734 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99292026-09-05T01:14:45.053Z[ host-image] Sep 05 01:14:43.747 INFO O| Sep 05 01:14:43.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99302026-09-05T01:14:45.053Z[ host-image] Sep 05 01:14:43.747 INFO O| Sep 05 01:14:43.747 INFO STEP 34 (remove_files) COMPLETE
99312026-09-05T01:14:45.053Z[ host-image] Sep 05 01:14:43.747 INFO O| Sep 05 01:14:43.747 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99322026-09-05T01:14:45.079Z[ host-image] Sep 05 01:14:43.757 INFO O| Sep 05 01:14:43.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99332026-09-05T01:14:45.079Z[ host-image] Sep 05 01:14:43.757 INFO O| Sep 05 01:14:43.757 INFO STEP 35 (remove_files) COMPLETE
99342026-09-05T01:14:45.079Z[ host-image] Sep 05 01:14:43.757 INFO O| Sep 05 01:14:43.757 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99352026-09-05T01:14:45.109Z[ host-image] Sep 05 01:14:43.774 INFO O| Sep 05 01:14:43.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99362026-09-05T01:14:45.109Z[ host-image] Sep 05 01:14:43.774 INFO O| Sep 05 01:14:43.773 INFO STEP 36 (remove_files) COMPLETE
99372026-09-05T01:14:45.110Z[ host-image] Sep 05 01:14:43.774 INFO O| Sep 05 01:14:43.773 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99382026-09-05T01:14:45.110Z[ host-image] Sep 05 01:14:43.786 INFO O| Sep 05 01:14:43.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99392026-09-05T01:14:45.110Z[ host-image] Sep 05 01:14:43.786 INFO O| Sep 05 01:14:43.785 INFO STEP 37 (remove_files) COMPLETE
99402026-09-05T01:14:45.110Z[ host-image] Sep 05 01:14:43.786 INFO O| Sep 05 01:14:43.785 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99412026-09-05T01:14:45.125Z[ host-image] Sep 05 01:14:43.801 INFO O| Sep 05 01:14:43.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99422026-09-05T01:14:45.125Z[ host-image] Sep 05 01:14:43.801 INFO O| Sep 05 01:14:43.801 INFO STEP 38 (remove_files) COMPLETE
99432026-09-05T01:14:45.125Z[ host-image] Sep 05 01:14:43.801 INFO O| Sep 05 01:14:43.801 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99442026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.815 INFO O| Sep 05 01:14:43.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99452026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.815 INFO O| Sep 05 01:14:43.815 INFO STEP 39 (remove_files) COMPLETE
99462026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.815 INFO O| Sep 05 01:14:43.815 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99472026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.826 INFO O| Sep 05 01:14:43.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99482026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.826 INFO O| Sep 05 01:14:43.826 INFO STEP 40 (remove_files) COMPLETE
99492026-09-05T01:14:45.145Z[ host-image] Sep 05 01:14:43.826 INFO O| Sep 05 01:14:43.826 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99502026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.837 INFO O| Sep 05 01:14:43.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99512026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.837 INFO O| Sep 05 01:14:43.837 INFO STEP 41 (remove_files) COMPLETE
99522026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.837 INFO O| Sep 05 01:14:43.837 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99532026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.849 INFO O| Sep 05 01:14:43.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99542026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.849 INFO O| Sep 05 01:14:43.849 INFO STEP 42 (remove_files) COMPLETE
99552026-09-05T01:14:45.169Z[ host-image] Sep 05 01:14:43.849 INFO O| Sep 05 01:14:43.849 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99562026-09-05T01:14:45.186Z[ host-image] Sep 05 01:14:43.873 INFO O| Sep 05 01:14:43.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99572026-09-05T01:14:45.186Z[ host-image] Sep 05 01:14:43.873 INFO O| Sep 05 01:14:43.873 INFO STEP 43 (remove_files) COMPLETE
99582026-09-05T01:14:45.186Z[ host-image] Sep 05 01:14:43.873 INFO O| Sep 05 01:14:43.873 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99592026-09-05T01:14:45.211Z[ host-image] Sep 05 01:14:43.904 INFO O| Sep 05 01:14:43.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99602026-09-05T01:14:45.211Z[ host-image] Sep 05 01:14:43.904 INFO O| Sep 05 01:14:43.904 INFO STEP 44 (remove_files) COMPLETE
99612026-09-05T01:14:45.234Z[ host-image] Sep 05 01:14:43.904 INFO O| Sep 05 01:14:43.904 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99622026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.931 INFO O| Sep 05 01:14:43.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99632026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.931 INFO O| Sep 05 01:14:43.931 INFO STEP 45 (remove_files) COMPLETE
99642026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.931 INFO O| Sep 05 01:14:43.931 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99652026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.941 INFO O| Sep 05 01:14:43.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99662026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.941 INFO O| Sep 05 01:14:43.941 INFO STEP 46 (remove_files) COMPLETE
99672026-09-05T01:14:45.255Z[ host-image] Sep 05 01:14:43.941 INFO O| Sep 05 01:14:43.941 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99682026-09-05T01:14:45.272Z[ host-image] Sep 05 01:14:43.966 INFO O| Sep 05 01:14:43.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99692026-09-05T01:14:45.272Z[ host-image] Sep 05 01:14:43.967 INFO O| Sep 05 01:14:43.966 INFO STEP 47 (remove_files) COMPLETE
99702026-09-05T01:14:45.296Z[ host-image] Sep 05 01:14:43.967 INFO O| Sep 05 01:14:43.966 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99712026-09-05T01:14:45.314Z[ host-image] Sep 05 01:14:43.998 INFO O| Sep 05 01:14:43.998 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99722026-09-05T01:14:45.314Z[ host-image] Sep 05 01:14:43.998 INFO O| Sep 05 01:14:43.998 INFO STEP 48 (remove_files) COMPLETE
99732026-09-05T01:14:45.314Z[ host-image] Sep 05 01:14:43.998 INFO O| Sep 05 01:14:43.998 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99742026-09-05T01:14:45.341Z[ host-image] Sep 05 01:14:44.025 INFO O| Sep 05 01:14:44.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99752026-09-05T01:14:45.341Z[ host-image] Sep 05 01:14:44.025 INFO O| Sep 05 01:14:44.025 INFO STEP 49 (remove_files) COMPLETE
99762026-09-05T01:14:45.341Z[ host-image] Sep 05 01:14:44.025 INFO O| Sep 05 01:14:44.025 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99772026-09-05T01:14:45.367Z[ host-image] Sep 05 01:14:44.057 INFO O| Sep 05 01:14:44.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99782026-09-05T01:14:45.367Z[ host-image] Sep 05 01:14:44.057 INFO O| Sep 05 01:14:44.056 INFO STEP 50 (remove_files) COMPLETE
99792026-09-05T01:14:45.411Z[ host-image] Sep 05 01:14:44.057 INFO O| Sep 05 01:14:44.056 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99802026-09-05T01:14:45.411Z[ host-image] Sep 05 01:14:44.068 INFO O| Sep 05 01:14:44.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99812026-09-05T01:14:45.421Z[ host-image] Sep 05 01:14:44.068 INFO O| Sep 05 01:14:44.068 INFO STEP 51 (remove_files) COMPLETE
99822026-09-05T01:14:45.422Z[ host-image] Sep 05 01:14:44.068 INFO O| Sep 05 01:14:44.068 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99832026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.085 INFO O| Sep 05 01:14:44.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99842026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.085 INFO O| Sep 05 01:14:44.081 INFO STEP 52 (remove_files) COMPLETE
99852026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.085 INFO O| Sep 05 01:14:44.081 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99862026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.093 INFO O| Sep 05 01:14:44.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99872026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.093 INFO O| Sep 05 01:14:44.093 INFO STEP 53 (remove_files) COMPLETE
99882026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.093 INFO O| Sep 05 01:14:44.093 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99892026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.105 INFO O| Sep 05 01:14:44.104 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99902026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.105 INFO O| Sep 05 01:14:44.104 INFO STEP 54 (remove_files) COMPLETE
99912026-09-05T01:14:45.445Z[ host-image] Sep 05 01:14:44.105 INFO O| Sep 05 01:14:44.104 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99922026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.116 INFO O| Sep 05 01:14:44.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99932026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.116 INFO O| Sep 05 01:14:44.116 INFO STEP 55 (remove_files) COMPLETE
99942026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.116 INFO O| Sep 05 01:14:44.116 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99952026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.127 INFO O| Sep 05 01:14:44.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99962026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.127 INFO O| Sep 05 01:14:44.127 INFO STEP 56 (remove_files) COMPLETE
99972026-09-05T01:14:45.446Z[ host-image] Sep 05 01:14:44.127 INFO O| Sep 05 01:14:44.127 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99982026-09-05T01:14:45.461Z[ host-image] Sep 05 01:14:44.139 INFO O| Sep 05 01:14:44.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99992026-09-05T01:14:45.462Z[ host-image] Sep 05 01:14:44.139 INFO O| Sep 05 01:14:44.139 INFO STEP 57 (remove_files) COMPLETE
100002026-09-05T01:14:45.463Z[ host-image] Sep 05 01:14:44.139 INFO O| Sep 05 01:14:44.139 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100012026-09-05T01:14:45.463Z[ host-image] Sep 05 01:14:44.148 INFO O| Sep 05 01:14:44.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100022026-09-05T01:14:45.463Z[ host-image] Sep 05 01:14:44.148 INFO O| Sep 05 01:14:44.148 INFO STEP 58 (remove_files) COMPLETE
100032026-09-05T01:14:45.463Z[ host-image] Sep 05 01:14:44.148 INFO O| Sep 05 01:14:44.148 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100042026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100052026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100062026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100072026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100082026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100092026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100102026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO ok!
100112026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO STEP 59 (ensure_file) COMPLETE
100122026-09-05T01:14:45.474Z[ host-image] Sep 05 01:14:44.157 INFO O| Sep 05 01:14:44.157 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100132026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100142026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100152026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100162026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100172026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100182026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100192026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO ok!
100202026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO STEP 60 (ensure_file) COMPLETE
100212026-09-05T01:14:45.475Z[ host-image] Sep 05 01:14:44.167 INFO O| Sep 05 01:14:44.167 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100222026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.176 INFO O| Sep 05 01:14:44.176 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100232026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.176 INFO O| Sep 05 01:14:44.176 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100242026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.177 INFO O| Sep 05 01:14:44.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100252026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.177 INFO O| Sep 05 01:14:44.177 INFO ok!
100262026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.177 INFO O| Sep 05 01:14:44.177 INFO STEP 61 (ensure_file) COMPLETE
100272026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.177 INFO O| Sep 05 01:14:44.177 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100282026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100292026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100302026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100312026-09-05T01:14:45.492Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 INFO ok!
100322026-09-05T01:14:45.511Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 INFO STEP 62 (ensure_file) COMPLETE
100332026-09-05T01:14:45.511Z[ host-image] Sep 05 01:14:44.186 INFO O| Sep 05 01:14:44.186 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100342026-09-05T01:14:45.511Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100352026-09-05T01:14:45.511Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100362026-09-05T01:14:45.511Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100372026-09-05T01:14:45.512Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100382026-09-05T01:14:45.512Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO ok!
100392026-09-05T01:14:45.512Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO STEP 63 (ensure_file) COMPLETE
100402026-09-05T01:14:45.512Z[ host-image] Sep 05 01:14:44.195 INFO O| Sep 05 01:14:44.195 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100412026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.205 INFO O| Sep 05 01:14:44.205 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100422026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.205 INFO O| Sep 05 01:14:44.205 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100432026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.206 INFO O| Sep 05 01:14:44.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100442026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.206 INFO O| Sep 05 01:14:44.205 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100452026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.206 INFO O| Sep 05 01:14:44.206 INFO ok!
100462026-09-05T01:14:45.522Z[ host-image] Sep 05 01:14:44.206 INFO O| Sep 05 01:14:44.206 INFO STEP 64 (ensure_file) COMPLETE
100472026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.206 INFO O| Sep 05 01:14:44.206 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100482026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100492026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100502026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100512026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100522026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO ok!
100532026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO STEP 65 (ensure_file) COMPLETE
100542026-09-05T01:14:45.523Z[ host-image] Sep 05 01:14:44.216 INFO O| Sep 05 01:14:44.216 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100552026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100562026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100572026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100582026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO ok!
100592026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO STEP 66 (assemble_files) COMPLETE
100602026-09-05T01:14:45.589Z[ host-image] Sep 05 01:14:44.227 INFO O| Sep 05 01:14:44.227 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100612026-09-05T01:14:45.603Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100622026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100632026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100642026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100652026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO ok!
100662026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO STEP 67 (ensure_file) COMPLETE
100672026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.239 INFO O| Sep 05 01:14:44.239 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100682026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.252 INFO O| Sep 05 01:14:44.252 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100692026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.252 INFO O| Sep 05 01:14:44.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100702026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.252 INFO O| Sep 05 01:14:44.252 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100712026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.252 INFO O| Sep 05 01:14:44.252 INFO STEP 68 (ensure_dir) COMPLETE
100722026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.252 INFO O| Sep 05 01:14:44.252 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100732026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.264 INFO O| Sep 05 01:14:44.264 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100742026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.264 INFO O| Sep 05 01:14:44.264 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 ...
100752026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.274 INFO O| Sep 05 01:14:44.274 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
100762026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.274 INFO O| Sep 05 01:14:44.274 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100772026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.274 INFO O| Sep 05 01:14:44.274 INFO ok!
100782026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.274 INFO O| Sep 05 01:14:44.274 INFO STEP 69 (ensure_file) COMPLETE
100792026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.274 INFO O| Sep 05 01:14:44.274 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100802026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100812026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 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 ...
100822026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 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
100832026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100842026-09-05T01:14:45.604Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 INFO ok!
100852026-09-05T01:14:45.605Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 INFO STEP 70 (ensure_file) COMPLETE
100862026-09-05T01:14:45.605Z[ host-image] Sep 05 01:14:44.287 INFO O| Sep 05 01:14:44.287 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100872026-09-05T01:14:45.623Z[ host-image] Sep 05 01:14:44.303 INFO O| Sep 05 01:14:44.303 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100882026-09-05T01:14:45.623Z[ host-image] Sep 05 01:14:44.303 INFO O| Sep 05 01:14:44.303 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100892026-09-05T01:14:45.643Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
100902026-09-05T01:14:47.511Z[ host-image] Sep 05 01:14:46.210 INFO O| Sep 05 01:14:46.210 INFO STEP 71 (pack_tar) COMPLETE
100912026-09-05T01:14:47.511Z[ host-image] Sep 05 01:14:46.210 INFO O| Sep 05 01:14:46.210 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100922026-09-05T01:14:47.519Z[ host-image] Sep 05 01:14:46.210 INFO O| Sep 05 01:14:46.210 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100932026-09-05T01:14:52.398Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
100942026-09-05T01:14:52.398Z[ host-image] Sep 05 01:14:47.766 INFO O| Sep 05 01:14:47.765 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100952026-09-05T01:14:52.398Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
100962026-09-05T01:14:52.398Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
100972026-09-05T01:14:52.398Z[ host-image] Sep 05 01:14:51.051 INFO O| Sep 05 01:14:51.051 INFO completed processing sled/ramdisk-02-trim
100982026-09-05T01:14:52.398Z[ host-image] Sep 05 01:14:51.054 INFO image builder template: zfs...
100992026-09-05T01:14:52.398Z[ host-image] Sep 05 01:14:51.054 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/.tmpI3cU64/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
101002026-09-05T01:14:52.404Z[ host-image] Sep 05 01:14:51.066 INFO O| Sep 05 01:14:51.066 INFO skip include "stress" because feature "stress" is not enabled
101012026-09-05T01:14:52.404Z[ host-image] Sep 05 01:14:51.066 INFO O| Sep 05 01:14:51.066 INFO skip include "stress" because feature "compliance" is not enabled
101022026-09-05T01:14:52.452Z[ host-image] Sep 05 01:14:51.097 INFO O| Sep 05 01:14:51.097 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101032026-09-05T01:14:52.452Z[ host-image] Sep 05 01:14:51.101 INFO O| Sep 05 01:14:51.101 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101042026-09-05T01:14:53.413Z[ host-image] Sep 05 01:14:52.111 INFO O| Sep 05 01:14:52.111 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101052026-09-05T01:14:54.342Z[ host-image] Sep 05 01:14:53.032 INFO O| Sep 05 01:14:53.032 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101062026-09-05T01:14:54.342Z[ host-image] Sep 05 01:14:53.032 INFO O| Sep 05 01:14:53.032 INFO work dataset: rpool/images/build/host/work/sled/zfs
101072026-09-05T01:14:54.342Z[ host-image] Sep 05 01:14:53.036 INFO O| Sep 05 01:14:53.036 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101082026-09-05T01:14:54.746Z[ host-image] Sep 05 01:14:53.430 INFO O| Sep 05 01:14:53.430 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101092026-09-05T01:14:54.853Z[ host-image] Sep 05 01:14:53.552 INFO O| Sep 05 01:14:53.552 INFO DESTROY POOL: TEMPORARY-sled-zfs
101102026-09-05T01:14:54.869Z[ host-image] Sep 05 01:14:53.562 INFO O| Sep 05 01:14:53.562 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101112026-09-05T01:14:54.869Z[ host-image] Sep 05 01:14:53.567 INFO O| Sep 05 01:14:53.567 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101122026-09-05T01:14:54.869Z[ host-image] Sep 05 01:14:53.567 INFO O| Sep 05 01:14:53.567 INFO no lofi found
101132026-09-05T01:14:54.869Z[ host-image] Sep 05 01:14:53.567 INFO O| Sep 05 01:14:53.567 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101142026-09-05T01:14:54.869Z[ host-image] Sep 05 01:14:53.567 INFO O| Sep 05 01:14:53.567 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101152026-09-05T01:14:56.302Z[ host-image] Sep 05 01:14:55.001 INFO O| Sep 05 01:14:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
101162026-09-05T01:14:56.302Z[ host-image] Sep 05 01:14:55.001 INFO O| Sep 05 01:14:55.001 INFO pool device = /dev/dsk/c2t1d0p0
101172026-09-05T01:14:56.302Z[ host-image] Sep 05 01:14:55.001 INFO O| Sep 05 01:14:55.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"]
101182026-09-05T01:14:56.400Z[ host-image] Sep 05 01:14:55.098 INFO O| Sep 05 01:14:55.097 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101192026-09-05T01:14:56.400Z[ host-image] Sep 05 01:14:55.098 INFO O| Sep 05 01:14:55.097 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101202026-09-05T01:14:56.442Z[ host-image] Sep 05 01:14:55.142 INFO O| Sep 05 01:14:55.142 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101212026-09-05T01:14:56.497Z[ host-image] Sep 05 01:14:55.197 INFO O| Sep 05 01:14:55.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101222026-09-05T01:14:56.528Z[ host-image] Sep 05 01:14:55.227 INFO O| Sep 05 01:14:55.227 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101232026-09-05T01:14:56.541Z[ host-image] Sep 05 01:14:55.241 INFO O| Sep 05 01:14:55.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101242026-09-05T01:14:56.551Z[ host-image] Sep 05 01:14:55.251 INFO O| Sep 05 01:14:55.250 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101252026-09-05T01:14:56.587Z[ host-image] Sep 05 01:14:55.287 INFO O| Sep 05 01:14:55.287 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101262026-09-05T01:14:56.587Z[ host-image] Sep 05 01:14:55.287 INFO O| Sep 05 01:14:55.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101272026-09-05T01:14:56.587Z[ host-image] Sep 05 01:14:55.287 INFO O| Sep 05 01:14:55.287 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101282026-09-05T01:14:56.599Z[ host-image] Sep 05 01:14:55.299 INFO O| Sep 05 01:14:55.299 INFO boot environment UUID: 2ecfd037-6056-472a-bcf5-6f35f8fb86a6
101292026-09-05T01:14:56.599Z[ host-image] Sep 05 01:14:55.299 INFO O| Sep 05 01:14:55.299 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2ecfd037-6056-472a-bcf5-6f35f8fb86a6
101302026-09-05T01:14:56.610Z[ host-image] Sep 05 01:14:55.310 INFO O| Sep 05 01:14:55.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101312026-09-05T01:14:56.623Z[ host-image] Sep 05 01:14:55.322 INFO O| Sep 05 01:14:55.322 INFO STEP 0 (create_be) COMPLETE
101322026-09-05T01:14:56.623Z[ host-image] Sep 05 01:14:55.322 INFO O| Sep 05 01:14:55.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101332026-09-05T01:14:56.638Z[ host-image] Sep 05 01:14:55.337 INFO O| Sep 05 01:14:55.337 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101342026-09-05T01:14:58.571Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101352026-09-05T01:15:06.149Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
101362026-09-05T01:15:06.571Z[ host-image] Sep 05 01:15:05.271 INFO O| Sep 05 01:15:05.270 INFO STEP 1 (unpack_tar) COMPLETE
101372026-09-05T01:15:06.572Z[ host-image] Sep 05 01:15:05.271 INFO O| Sep 05 01:15:05.271 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101382026-09-05T01:15:06.582Z[ host-image] Sep 05 01:15:05.282 INFO O| Sep 05 01:15:05.281 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101392026-09-05T01:15:07.182Z[ host-image] Sep 05 01:15:05.882 INFO O| Sep 05 01:15:05.882 INFO STEP 2 (devfsadm) COMPLETE
101402026-09-05T01:15:07.182Z[ host-image] Sep 05 01:15:05.882 INFO O| Sep 05 01:15:05.882 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101412026-09-05T01:15:07.194Z[ host-image] Sep 05 01:15:05.894 INFO O| Sep 05 01:15:05.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101422026-09-05T01:15:07.194Z[ host-image] Sep 05 01:15:05.894 INFO O| Sep 05 01:15:05.894 INFO STEP 3 (ensure_dir) COMPLETE
101432026-09-05T01:15:07.194Z[ host-image] Sep 05 01:15:05.894 INFO O| Sep 05 01:15:05.894 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101442026-09-05T01:15:07.205Z[ host-image] Sep 05 01:15:05.904 INFO O| Sep 05 01:15:05.904 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101452026-09-05T01:15:07.205Z[ host-image] Sep 05 01:15:05.904 INFO O| Sep 05 01:15:05.904 INFO STEP 4 (ensure_dir) COMPLETE
101462026-09-05T01:15:07.209Z[ host-image] Sep 05 01:15:05.904 INFO O| Sep 05 01:15:05.904 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101472026-09-05T01:15:07.217Z[ host-image] Sep 05 01:15:05.916 INFO O| Sep 05 01:15:05.916 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101482026-09-05T01:15:07.217Z[ host-image] Sep 05 01:15:05.916 INFO O| Sep 05 01:15:05.916 INFO STEP 5 (ensure_dir) COMPLETE
101492026-09-05T01:15:07.221Z[ host-image] Sep 05 01:15:05.916 INFO O| Sep 05 01:15:05.916 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101502026-09-05T01:15:07.227Z[ host-image] Sep 05 01:15:05.927 INFO O| Sep 05 01:15:05.927 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101512026-09-05T01:15:07.227Z[ host-image] Sep 05 01:15:05.927 INFO O| Sep 05 01:15:05.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101522026-09-05T01:15:07.227Z[ host-image] Sep 05 01:15:05.927 INFO O| Sep 05 01:15:05.927 INFO STEP 6 (ensure_dir) COMPLETE
101532026-09-05T01:15:07.227Z[ host-image] Sep 05 01:15:05.927 INFO O| Sep 05 01:15:05.927 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101542026-09-05T01:15:07.238Z[ host-image] Sep 05 01:15:05.938 INFO O| Sep 05 01:15:05.938 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101552026-09-05T01:15:07.238Z[ host-image] Sep 05 01:15:05.938 INFO O| Sep 05 01:15:05.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101562026-09-05T01:15:07.238Z[ host-image] Sep 05 01:15:05.938 INFO O| Sep 05 01:15:05.938 INFO STEP 7 (ensure_dir) COMPLETE
101572026-09-05T01:15:07.242Z[ host-image] Sep 05 01:15:05.938 INFO O| Sep 05 01:15:05.938 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101582026-09-05T01:15:07.249Z[ host-image] Sep 05 01:15:05.949 INFO O| Sep 05 01:15:05.949 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101592026-09-05T01:15:07.253Z[ host-image] Sep 05 01:15:05.950 INFO O| Sep 05 01:15:05.949 INFO STEP 8 (remove_files) COMPLETE
101602026-09-05T01:15:07.253Z[ host-image] Sep 05 01:15:05.950 INFO O| Sep 05 01:15:05.949 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101612026-09-05T01:15:07.260Z[ host-image] Sep 05 01:15:05.960 INFO O| Sep 05 01:15:05.960 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101622026-09-05T01:15:07.264Z[ host-image] Sep 05 01:15:05.961 INFO O| Sep 05 01:15:05.961 INFO STEP 9 (remove_files) COMPLETE
101632026-09-05T01:15:07.264Z[ host-image] Sep 05 01:15:05.961 INFO O| Sep 05 01:15:05.961 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101642026-09-05T01:15:07.271Z[ host-image] Sep 05 01:15:05.971 INFO O| Sep 05 01:15:05.971 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101652026-09-05T01:15:07.275Z[ host-image] Sep 05 01:15:05.972 INFO O| Sep 05 01:15:05.972 INFO STEP 10 (remove_files) COMPLETE
101662026-09-05T01:15:07.275Z[ host-image] Sep 05 01:15:05.972 INFO O| Sep 05 01:15:05.972 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101672026-09-05T01:15:07.283Z[ host-image] Sep 05 01:15:05.983 INFO O| Sep 05 01:15:05.983 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101682026-09-05T01:15:07.283Z[ host-image] Sep 05 01:15:05.983 INFO O| Sep 05 01:15:05.983 INFO STEP 11 (remove_files) COMPLETE
101692026-09-05T01:15:07.284Z[ host-image] Sep 05 01:15:05.983 INFO O| Sep 05 01:15:05.983 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101702026-09-05T01:15:07.295Z[ host-image] Sep 05 01:15:05.994 INFO O| Sep 05 01:15:05.994 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101712026-09-05T01:15:07.295Z[ host-image] Sep 05 01:15:05.994 INFO O| Sep 05 01:15:05.994 INFO STEP 12 (remove_files) COMPLETE
101722026-09-05T01:15:07.295Z[ host-image] Sep 05 01:15:05.994 INFO O| Sep 05 01:15:05.994 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101732026-09-05T01:15:07.305Z[ host-image] Sep 05 01:15:06.005 INFO O| Sep 05 01:15:06.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101742026-09-05T01:15:07.306Z[ host-image] Sep 05 01:15:06.005 INFO O| Sep 05 01:15:06.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101752026-09-05T01:15:07.306Z[ host-image] Sep 05 01:15:06.005 INFO O| Sep 05 01:15:06.005 INFO STEP 13 (ensure_dir) COMPLETE
101762026-09-05T01:15:07.309Z[ host-image] Sep 05 01:15:06.005 INFO O| Sep 05 01:15:06.005 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101772026-09-05T01:15:07.316Z[ host-image] Sep 05 01:15:06.016 INFO O| Sep 05 01:15:06.016 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101782026-09-05T01:15:07.319Z[ host-image] Sep 05 01:15:06.016 INFO O| Sep 05 01:15:06.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101792026-09-05T01:15:07.319Z[ host-image] Sep 05 01:15:06.016 INFO O| Sep 05 01:15:06.016 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101802026-09-05T01:15:07.320Z[ host-image] Sep 05 01:15:06.016 INFO O| Sep 05 01:15:06.016 INFO STEP 14 (ensure_dir) COMPLETE
101812026-09-05T01:15:07.320Z[ host-image] Sep 05 01:15:06.016 INFO O| Sep 05 01:15:06.016 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101822026-09-05T01:15:07.327Z[ host-image] Sep 05 01:15:06.027 INFO O| Sep 05 01:15:06.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101832026-09-05T01:15:07.327Z[ host-image] Sep 05 01:15:06.027 INFO O| Sep 05 01:15:06.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101842026-09-05T01:15:07.327Z[ host-image] Sep 05 01:15:06.027 INFO O| Sep 05 01:15:06.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101852026-09-05T01:15:07.330Z[ host-image] Sep 05 01:15:06.027 INFO O| Sep 05 01:15:06.027 INFO STEP 15 (ensure_dir) COMPLETE
101862026-09-05T01:15:07.330Z[ host-image] Sep 05 01:15:06.027 INFO O| Sep 05 01:15:06.027 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101872026-09-05T01:15:07.338Z[ host-image] Sep 05 01:15:06.038 INFO O| Sep 05 01:15:06.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101882026-09-05T01:15:07.338Z[ host-image] Sep 05 01:15:06.038 INFO O| Sep 05 01:15:06.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101892026-09-05T01:15:07.342Z[ host-image] Sep 05 01:15:06.038 INFO O| Sep 05 01:15:06.038 INFO STEP 16 (ensure_dir) COMPLETE
101902026-09-05T01:15:07.342Z[ host-image] Sep 05 01:15:06.038 INFO O| Sep 05 01:15:06.038 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101912026-09-05T01:15:07.346Z[ host-image] Sep 05 01:15:06.046 INFO O| Sep 05 01:15:06.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101922026-09-05T01:15:07.347Z[ host-image] Sep 05 01:15:06.047 INFO O| Sep 05 01:15:06.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101932026-09-05T01:15:07.350Z[ host-image] Sep 05 01:15:06.047 INFO O| Sep 05 01:15:06.047 INFO STEP 17 (ensure_dir) COMPLETE
101942026-09-05T01:15:07.350Z[ host-image] Sep 05 01:15:06.047 INFO O| Sep 05 01:15:06.047 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101952026-09-05T01:15:07.356Z[ host-image] Sep 05 01:15:06.056 INFO O| Sep 05 01:15:06.056 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101962026-09-05T01:15:07.357Z[ host-image] Sep 05 01:15:06.056 INFO O| Sep 05 01:15:06.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101972026-09-05T01:15:07.360Z[ host-image] Sep 05 01:15:06.056 INFO O| Sep 05 01:15:06.056 INFO ok!
101982026-09-05T01:15:07.360Z[ host-image] Sep 05 01:15:06.056 INFO O| Sep 05 01:15:06.056 INFO STEP 18 (ensure_symlink) COMPLETE
101992026-09-05T01:15:07.360Z[ host-image] Sep 05 01:15:06.056 INFO O| Sep 05 01:15:06.056 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102002026-09-05T01:15:07.368Z[ host-image] Sep 05 01:15:06.067 INFO O| Sep 05 01:15:06.067 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102012026-09-05T01:15:07.368Z[ host-image] Sep 05 01:15:06.067 INFO O| Sep 05 01:15:06.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102022026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.067 INFO O| Sep 05 01:15:06.067 INFO ok!
102032026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.067 INFO O| Sep 05 01:15:06.067 INFO STEP 19 (ensure_file) COMPLETE
102042026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.067 INFO O| Sep 05 01:15:06.067 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102052026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.076 INFO O| Sep 05 01:15:06.076 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102062026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.076 INFO O| Sep 05 01:15:06.076 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102072026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.077 INFO O| Sep 05 01:15:06.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102082026-09-05T01:15:07.440Z[ host-image] Sep 05 01:15:06.077 INFO O| Sep 05 01:15:06.077 INFO ok!
102092026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.077 INFO O| Sep 05 01:15:06.077 INFO STEP 20 (ensure_symlink) COMPLETE
102102026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.077 INFO O| Sep 05 01:15:06.077 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102112026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102122026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102132026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102142026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO ok!
102152026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO STEP 21 (ensure_symlink) COMPLETE
102162026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.086 INFO O| Sep 05 01:15:06.086 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102172026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102182026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102192026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102202026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO ok!
102212026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO STEP 22 (ensure_symlink) COMPLETE
102222026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.097 INFO O| Sep 05 01:15:06.097 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102232026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.107 INFO O| Sep 05 01:15:06.107 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102242026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.107 INFO O| Sep 05 01:15:06.107 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102252026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.107 INFO O| Sep 05 01:15:06.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102262026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.107 INFO O| Sep 05 01:15:06.107 INFO ok!
102272026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.107 INFO O| Sep 05 01:15:06.107 INFO STEP 23 (ensure_symlink) COMPLETE
102282026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.108 INFO O| Sep 05 01:15:06.107 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102292026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102302026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 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-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102322026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 INFO ok!
102332026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 INFO STEP 24 (ensure_file) COMPLETE
102342026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.117 INFO O| Sep 05 01:15:06.117 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102352026-09-05T01:15:07.441Z[ host-image] Sep 05 01:15:06.126 INFO O| Sep 05 01:15:06.126 INFO updating shadow file
102362026-09-05T01:15:07.442Z[ host-image] Sep 05 01:15:06.126 INFO O| Sep 05 01:15:06.126 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102372026-09-05T01:15:07.442Z[ host-image] Sep 05 01:15:06.126 INFO O| Sep 05 01:15:06.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102382026-09-05T01:15:07.442Z[ host-image] Sep 05 01:15:06.126 INFO O| Sep 05 01:15:06.126 INFO STEP 25 (shadow) COMPLETE
102392026-09-05T01:15:07.442Z[ host-image] Sep 05 01:15:06.126 INFO O| Sep 05 01:15:06.126 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102402026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102412026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102422026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102432026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 INFO ok!
102442026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 INFO STEP 26 (ensure_file) COMPLETE
102452026-09-05T01:15:07.446Z[ host-image] Sep 05 01:15:06.136 INFO O| Sep 05 01:15:06.136 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102462026-09-05T01:15:07.452Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102472026-09-05T01:15:07.452Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102482026-09-05T01:15:07.452Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102492026-09-05T01:15:07.453Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO ok!
102502026-09-05T01:15:07.453Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO STEP 27 (ensure_file) COMPLETE
102512026-09-05T01:15:07.453Z[ host-image] Sep 05 01:15:06.146 INFO O| Sep 05 01:15:06.146 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102522026-09-05T01:15:07.456Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102532026-09-05T01:15:07.456Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102542026-09-05T01:15:07.456Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102552026-09-05T01:15:07.456Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102562026-09-05T01:15:07.456Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO ok!
102572026-09-05T01:15:07.457Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO STEP 28 (ensure_file) COMPLETE
102582026-09-05T01:15:07.457Z[ host-image] Sep 05 01:15:06.156 INFO O| Sep 05 01:15:06.156 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102592026-09-05T01:15:07.466Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102602026-09-05T01:15:07.466Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102612026-09-05T01:15:07.470Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102622026-09-05T01:15:07.470Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO ok!
102632026-09-05T01:15:07.470Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO STEP 29 (ensure_file) COMPLETE
102642026-09-05T01:15:07.470Z[ host-image] Sep 05 01:15:06.166 INFO O| Sep 05 01:15:06.166 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102652026-09-05T01:15:07.478Z[ host-image] Sep 05 01:15:06.178 INFO O| Sep 05 01:15:06.178 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102662026-09-05T01:15:07.478Z[ host-image] Sep 05 01:15:06.178 INFO O| Sep 05 01:15:06.178 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102672026-09-05T01:15:07.478Z[ host-image] Sep 05 01:15:06.178 INFO O| Sep 05 01:15:06.178 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102682026-09-05T01:15:07.483Z[ host-image] Sep 05 01:15:06.178 INFO O| Sep 05 01:15:06.178 INFO STEP 30 (ensure_dir) COMPLETE
102692026-09-05T01:15:07.483Z[ host-image] Sep 05 01:15:06.178 INFO O| Sep 05 01:15:06.178 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102702026-09-05T01:15:07.489Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.188 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102712026-09-05T01:15:07.489Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 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-05T01:15:07.493Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 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-05T01:15:07.493Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102742026-09-05T01:15:07.493Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 INFO ok!
102752026-09-05T01:15:07.493Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 INFO STEP 31 (ensure_file) COMPLETE
102762026-09-05T01:15:07.493Z[ host-image] Sep 05 01:15:06.189 INFO O| Sep 05 01:15:06.189 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102772026-09-05T01:15:07.499Z[ host-image] Sep 05 01:15:06.199 INFO O| Sep 05 01:15:06.198 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102782026-09-05T01:15:07.499Z[ host-image] Sep 05 01:15:06.199 INFO O| Sep 05 01:15:06.199 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-05T01:15:07.499Z[ host-image] Sep 05 01:15:06.199 INFO O| Sep 05 01:15:06.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102802026-09-05T01:15:07.503Z[ host-image] Sep 05 01:15:06.199 INFO O| Sep 05 01:15:06.199 INFO STEP 32 (ensure_dir) COMPLETE
102812026-09-05T01:15:07.503Z[ host-image] Sep 05 01:15:06.199 INFO O| Sep 05 01:15:06.199 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102822026-09-05T01:15:07.510Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102832026-09-05T01:15:07.510Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 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-05T01:15:07.515Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 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-05T01:15:07.515Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102862026-09-05T01:15:07.515Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 INFO ok!
102872026-09-05T01:15:07.515Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 INFO STEP 33 (ensure_file) COMPLETE
102882026-09-05T01:15:07.515Z[ host-image] Sep 05 01:15:06.208 INFO O| Sep 05 01:15:06.208 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102892026-09-05T01:15:07.520Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102902026-09-05T01:15:07.520Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102912026-09-05T01:15:07.520Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102922026-09-05T01:15:07.524Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO ok!
102932026-09-05T01:15:07.524Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO STEP 34 (ensure_file) COMPLETE
102942026-09-05T01:15:07.524Z[ host-image] Sep 05 01:15:06.220 INFO O| Sep 05 01:15:06.220 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102952026-09-05T01:15:07.532Z[ host-image] Sep 05 01:15:06.231 INFO O| Sep 05 01:15:06.231 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102962026-09-05T01:15:07.532Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.231 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102972026-09-05T01:15:07.536Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102982026-09-05T01:15:07.536Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
102992026-09-05T01:15:07.536Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.232 INFO ok!
103002026-09-05T01:15:07.536Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.232 INFO STEP 35 (ensure_file) COMPLETE
103012026-09-05T01:15:07.536Z[ host-image] Sep 05 01:15:06.232 INFO O| Sep 05 01:15:06.232 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103022026-09-05T01:15:07.543Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103032026-09-05T01:15:07.543Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103042026-09-05T01:15:07.548Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103052026-09-05T01:15:07.548Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 INFO ok!
103062026-09-05T01:15:07.548Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 INFO STEP 36 (ensure_file) COMPLETE
103072026-09-05T01:15:07.548Z[ host-image] Sep 05 01:15:06.243 INFO O| Sep 05 01:15:06.243 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103082026-09-05T01:15:07.553Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103092026-09-05T01:15:07.553Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103102026-09-05T01:15:07.557Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103112026-09-05T01:15:07.557Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 INFO ok!
103122026-09-05T01:15:07.557Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 INFO STEP 37 (ensure_file) COMPLETE
103132026-09-05T01:15:07.557Z[ host-image] Sep 05 01:15:06.253 INFO O| Sep 05 01:15:06.253 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103142026-09-05T01:15:07.566Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103152026-09-05T01:15:07.566Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103162026-09-05T01:15:07.569Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103172026-09-05T01:15:07.569Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103182026-09-05T01:15:07.569Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103192026-09-05T01:15:07.570Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103202026-09-05T01:15:07.570Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO ok!
103212026-09-05T01:15:07.570Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO STEP 38 (ensure_file) COMPLETE
103222026-09-05T01:15:07.570Z[ host-image] Sep 05 01:15:06.265 INFO O| Sep 05 01:15:06.265 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103232026-09-05T01:15:07.576Z[ host-image] Sep 05 01:15:06.275 INFO O| Sep 05 01:15:06.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103242026-09-05T01:15:07.579Z[ host-image] Sep 05 01:15:06.276 INFO O| Sep 05 01:15:06.275 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-05T01:15:07.579Z[ host-image] Sep 05 01:15:06.276 INFO O| Sep 05 01:15:06.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103262026-09-05T01:15:07.579Z[ host-image] Sep 05 01:15:06.276 INFO O| Sep 05 01:15:06.276 INFO STEP 39 (ensure_dir) COMPLETE
103272026-09-05T01:15:07.580Z[ host-image] Sep 05 01:15:06.276 INFO O| Sep 05 01:15:06.276 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103282026-09-05T01:15:07.584Z[ host-image] Sep 05 01:15:06.284 INFO O| Sep 05 01:15:06.284 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-05T01:15:07.584Z[ host-image] Sep 05 01:15:06.284 INFO O| Sep 05 01:15:06.284 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-05T01:15:07.588Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.284 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-05T01:15:07.588Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 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-05T01:15:07.589Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 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-05T01:15:07.589Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 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-05T01:15:07.589Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 INFO ok!
103352026-09-05T01:15:07.589Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 INFO STEP 40 (ensure_file) COMPLETE
103362026-09-05T01:15:07.589Z[ host-image] Sep 05 01:15:06.285 INFO O| Sep 05 01:15:06.285 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103372026-09-05T01:15:07.597Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103382026-09-05T01:15:07.597Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 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-05T01:15:07.601Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103402026-09-05T01:15:07.601Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 INFO ok!
103412026-09-05T01:15:07.601Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 INFO STEP 41 (ensure_symlink) COMPLETE
103422026-09-05T01:15:07.601Z[ host-image] Sep 05 01:15:06.296 INFO O| Sep 05 01:15:06.296 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103432026-09-05T01:15:07.606Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103442026-09-05T01:15:07.606Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103452026-09-05T01:15:07.606Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103462026-09-05T01:15:07.610Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO ok!
103472026-09-05T01:15:07.610Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO STEP 42 (ensure_symlink) COMPLETE
103482026-09-05T01:15:07.610Z[ host-image] Sep 05 01:15:06.305 INFO O| Sep 05 01:15:06.305 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103492026-09-05T01:15:07.618Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103502026-09-05T01:15:07.618Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103512026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103522026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103532026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103542026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103552026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO ok!
103562026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO STEP 43 (ensure_file) COMPLETE
103572026-09-05T01:15:07.622Z[ host-image] Sep 05 01:15:06.318 INFO O| Sep 05 01:15:06.318 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103582026-09-05T01:15:07.629Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103592026-09-05T01:15:07.630Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 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-05T01:15:07.633Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 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-05T01:15:07.633Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103622026-09-05T01:15:07.633Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 INFO ok!
103632026-09-05T01:15:07.633Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 INFO STEP 44 (ensure_file) COMPLETE
103642026-09-05T01:15:07.633Z[ host-image] Sep 05 01:15:06.329 INFO O| Sep 05 01:15:06.329 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103652026-09-05T01:15:07.640Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103662026-09-05T01:15:07.640Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 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-05T01:15:07.644Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103682026-09-05T01:15:07.644Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 INFO ok!
103692026-09-05T01:15:07.644Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 INFO STEP 45 (ensure_file) COMPLETE
103702026-09-05T01:15:07.644Z[ host-image] Sep 05 01:15:06.340 INFO O| Sep 05 01:15:06.340 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103712026-09-05T01:15:07.650Z[ host-image] Sep 05 01:15:06.350 INFO O| Sep 05 01:15:06.350 INFO updating shadow file
103722026-09-05T01:15:07.650Z[ host-image] Sep 05 01:15:06.350 INFO O| Sep 05 01:15:06.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103732026-09-05T01:15:07.654Z[ host-image] Sep 05 01:15:06.350 INFO O| Sep 05 01:15:06.350 INFO STEP 46 (shadow) COMPLETE
103742026-09-05T01:15:07.654Z[ host-image] Sep 05 01:15:06.350 INFO O| Sep 05 01:15:06.350 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103752026-09-05T01:15:07.661Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103762026-09-05T01:15:07.661Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103772026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103782026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103792026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO ok!
103802026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO STEP 47 (ensure_file) COMPLETE
103812026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103822026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO skip step because feature "mfg" is not enabled
103832026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103842026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO skip step because feature "mfg" is not enabled
103852026-09-05T01:15:07.665Z[ host-image] Sep 05 01:15:06.360 INFO O| Sep 05 01:15:06.360 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103862026-09-05T01:15:07.670Z[ host-image] Sep 05 01:15:06.370 INFO O| Sep 05 01:15:06.370 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103872026-09-05T01:15:07.670Z[ host-image] Sep 05 01:15:06.370 INFO O| Sep 05 01:15:06.370 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103882026-09-05T01:15:07.698Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103892026-09-05T01:15:07.698Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103902026-09-05T01:15:07.698Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO ok!
103912026-09-05T01:15:07.699Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO STEP 50 (ensure_file) COMPLETE
103922026-09-05T01:15:07.699Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103932026-09-05T01:15:07.703Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO skip step because feature "compliance" is not enabled
103942026-09-05T01:15:07.703Z[ host-image] Sep 05 01:15:06.398 INFO O| Sep 05 01:15:06.398 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103952026-09-05T01:15:07.709Z[ host-image] Sep 05 01:15:06.408 INFO O| Sep 05 01:15:06.408 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103962026-09-05T01:15:07.709Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.408 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-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103982026-09-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
103992026-09-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 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-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104012026-09-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO ok!
104022026-09-05T01:15:07.712Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO STEP 52 (ensure_file) COMPLETE
104032026-09-05T01:15:07.713Z[ host-image] Sep 05 01:15:06.409 INFO O| Sep 05 01:15:06.409 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104042026-09-05T01:15:07.719Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.418 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104052026-09-05T01:15:07.719Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.418 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-05T01:15:07.722Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.419 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-05T01:15:07.722Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.419 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104082026-09-05T01:15:07.722Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.419 INFO ok!
104092026-09-05T01:15:07.722Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.419 INFO STEP 53 (ensure_file) COMPLETE
104102026-09-05T01:15:07.722Z[ host-image] Sep 05 01:15:06.419 INFO O| Sep 05 01:15:06.419 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104112026-09-05T01:15:07.729Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104122026-09-05T01:15:07.729Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 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-05T01:15:07.729Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 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-05T01:15:07.733Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104152026-09-05T01:15:07.733Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 INFO ok!
104162026-09-05T01:15:07.734Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 INFO STEP 54 (ensure_file) COMPLETE
104172026-09-05T01:15:07.734Z[ host-image] Sep 05 01:15:06.429 INFO O| Sep 05 01:15:06.429 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104182026-09-05T01:15:07.741Z[ host-image] Sep 05 01:15:06.440 INFO O| Sep 05 01:15:06.440 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104192026-09-05T01:15:07.741Z[ host-image] Sep 05 01:15:06.440 INFO O| Sep 05 01:15:06.440 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-05T01:15:07.741Z[ host-image] Sep 05 01:15:06.441 INFO O| Sep 05 01:15:06.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-cpu-loadgen.xml
104212026-09-05T01:15:07.744Z[ host-image] Sep 05 01:15:06.441 INFO O| Sep 05 01:15:06.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104222026-09-05T01:15:07.744Z[ host-image] Sep 05 01:15:06.441 INFO O| Sep 05 01:15:06.441 INFO ok!
104232026-09-05T01:15:07.744Z[ host-image] Sep 05 01:15:06.441 INFO O| Sep 05 01:15:06.441 INFO STEP 55 (ensure_file) COMPLETE
104242026-09-05T01:15:07.744Z[ host-image] Sep 05 01:15:06.441 INFO O| Sep 05 01:15:06.441 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104252026-09-05T01:15:07.752Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104262026-09-05T01:15:07.752Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 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-05T01:15:07.756Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 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-05T01:15:07.756Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104292026-09-05T01:15:07.756Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 INFO ok!
104302026-09-05T01:15:07.756Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 INFO STEP 56 (ensure_file) COMPLETE
104312026-09-05T01:15:07.756Z[ host-image] Sep 05 01:15:06.452 INFO O| Sep 05 01:15:06.452 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104322026-09-05T01:15:07.763Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104332026-09-05T01:15:07.763Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 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-05T01:15:07.767Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 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-05T01:15:07.767Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104362026-09-05T01:15:07.768Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 INFO ok!
104372026-09-05T01:15:07.768Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 INFO STEP 57 (ensure_file) COMPLETE
104382026-09-05T01:15:07.768Z[ host-image] Sep 05 01:15:06.463 INFO O| Sep 05 01:15:06.463 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104392026-09-05T01:15:07.775Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104402026-09-05T01:15:07.775Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 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-05T01:15:07.775Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104422026-09-05T01:15:07.779Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104432026-09-05T01:15:07.779Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 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-05T01:15:07.779Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104452026-09-05T01:15:07.779Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO ok!
104462026-09-05T01:15:07.779Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO STEP 58 (ensure_file) COMPLETE
104472026-09-05T01:15:07.780Z[ host-image] Sep 05 01:15:06.474 INFO O| Sep 05 01:15:06.474 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104482026-09-05T01:15:07.784Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104492026-09-05T01:15:07.784Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 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-05T01:15:07.787Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 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-05T01:15:07.787Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104522026-09-05T01:15:07.788Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 INFO ok!
104532026-09-05T01:15:07.788Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 INFO STEP 59 (ensure_file) COMPLETE
104542026-09-05T01:15:07.788Z[ host-image] Sep 05 01:15:06.484 INFO O| Sep 05 01:15:06.484 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104552026-09-05T01:15:07.792Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104562026-09-05T01:15:07.793Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 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-05T01:15:07.796Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 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-05T01:15:07.796Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104592026-09-05T01:15:07.796Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 INFO ok!
104602026-09-05T01:15:07.796Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 INFO STEP 60 (ensure_file) COMPLETE
104612026-09-05T01:15:07.796Z[ host-image] Sep 05 01:15:06.492 INFO O| Sep 05 01:15:06.492 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104622026-09-05T01:15:07.801Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104632026-09-05T01:15:07.801Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 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-05T01:15:07.804Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 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-05T01:15:07.804Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104662026-09-05T01:15:07.805Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 INFO ok!
104672026-09-05T01:15:07.805Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 INFO STEP 61 (ensure_file) COMPLETE
104682026-09-05T01:15:07.805Z[ host-image] Sep 05 01:15:06.501 INFO O| Sep 05 01:15:06.501 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104692026-09-05T01:15:07.814Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104702026-09-05T01:15:07.814Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 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-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104722026-09-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104732026-09-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 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-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104752026-09-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO ok!
104762026-09-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO STEP 62 (ensure_file) COMPLETE
104772026-09-05T01:15:07.818Z[ host-image] Sep 05 01:15:06.513 INFO O| Sep 05 01:15:06.513 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104782026-09-05T01:15:07.825Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104792026-09-05T01:15:07.826Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 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-05T01:15:07.826Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 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-05T01:15:07.826Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104822026-09-05T01:15:07.829Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 INFO ok!
104832026-09-05T01:15:07.829Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 INFO STEP 63 (ensure_file) COMPLETE
104842026-09-05T01:15:07.829Z[ host-image] Sep 05 01:15:06.525 INFO O| Sep 05 01:15:06.525 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104852026-09-05T01:15:07.835Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104862026-09-05T01:15:07.835Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 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-05T01:15:07.838Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 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-05T01:15:07.839Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104892026-09-05T01:15:07.839Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 INFO ok!
104902026-09-05T01:15:07.839Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 INFO STEP 64 (ensure_file) COMPLETE
104912026-09-05T01:15:07.839Z[ host-image] Sep 05 01:15:06.535 INFO O| Sep 05 01:15:06.535 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104922026-09-05T01:15:07.846Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.545 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104932026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 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-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 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-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104962026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO ok!
104972026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO STEP 65 (ensure_file) COMPLETE
104982026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104992026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO skip step because feature "mbist" is not enabled
105002026-09-05T01:15:07.849Z[ host-image] Sep 05 01:15:06.546 INFO O| Sep 05 01:15:06.546 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-09-05T01:15:07.855Z[ host-image] Sep 05 01:15:06.555 INFO O| Sep 05 01:15:06.555 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105022026-09-05T01:15:07.859Z[ host-image] Sep 05 01:15:06.555 INFO O| Sep 05 01:15:06.555 INFO STEP 67 (ensure_dir) COMPLETE
105032026-09-05T01:15:07.859Z[ host-image] Sep 05 01:15:06.555 INFO O| Sep 05 01:15:06.555 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-09-05T01:15:07.864Z[ host-image] Sep 05 01:15:06.564 INFO O| Sep 05 01:15:06.564 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105052026-09-05T01:15:07.864Z[ host-image] Sep 05 01:15:06.564 INFO O| Sep 05 01:15:06.564 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105062026-09-05T01:15:07.864Z[ host-image] Sep 05 01:15:06.564 INFO O| Sep 05 01:15:06.564 INFO STEP 68 (ensure_dir) COMPLETE
105072026-09-05T01:15:07.865Z[ host-image] Sep 05 01:15:06.564 INFO O| Sep 05 01:15:06.564 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-09-05T01:15:07.874Z[ host-image] Sep 05 01:15:06.573 INFO O| Sep 05 01:15:06.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105092026-09-05T01:15:07.874Z[ host-image] Sep 05 01:15:06.574 INFO O| Sep 05 01:15:06.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105102026-09-05T01:15:07.874Z[ host-image] Sep 05 01:15:06.574 INFO O| Sep 05 01:15:06.574 INFO STEP 69 (ensure_dir) COMPLETE
105112026-09-05T01:15:07.874Z[ host-image] Sep 05 01:15:06.574 INFO O| Sep 05 01:15:06.574 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-09-05T01:15:07.883Z[ host-image] Sep 05 01:15:06.583 INFO O| Sep 05 01:15:06.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105132026-09-05T01:15:07.883Z[ host-image] Sep 05 01:15:06.583 INFO O| Sep 05 01:15:06.583 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105142026-09-05T01:15:08.316Z[ host-image] Sep 05 01:15:07.016 INFO O| Sep 05 01:15:07.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105152026-09-05T01:15:08.317Z[ host-image] Sep 05 01:15:07.016 INFO O| Sep 05 01:15:07.016 INFO ok!
105162026-09-05T01:15:08.317Z[ host-image] Sep 05 01:15:07.016 INFO O| Sep 05 01:15:07.016 INFO STEP 70 (ensure_file) COMPLETE
105172026-09-05T01:15:08.321Z[ host-image] Sep 05 01:15:07.016 INFO O| Sep 05 01:15:07.016 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-09-05T01:15:08.328Z[ host-image] Sep 05 01:15:07.028 INFO O| Sep 05 01:15:07.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105192026-09-05T01:15:08.332Z[ host-image] Sep 05 01:15:07.028 INFO O| Sep 05 01:15:07.028 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105202026-09-05T01:15:09.124Z[ host-image] Sep 05 01:15:07.824 INFO O| Sep 05 01:15:07.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105212026-09-05T01:15:09.124Z[ host-image] Sep 05 01:15:07.824 INFO O| Sep 05 01:15:07.824 INFO ok!
105222026-09-05T01:15:09.128Z[ host-image] Sep 05 01:15:07.824 INFO O| Sep 05 01:15:07.824 INFO STEP 71 (ensure_file) COMPLETE
105232026-09-05T01:15:09.128Z[ host-image] Sep 05 01:15:07.824 INFO O| Sep 05 01:15:07.824 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-09-05T01:15:09.135Z[ host-image] Sep 05 01:15:07.835 INFO O| Sep 05 01:15:07.835 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105252026-09-05T01:15:09.135Z[ host-image] Sep 05 01:15:07.835 INFO O| Sep 05 01:15:07.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105262026-09-05T01:15:09.139Z[ host-image] Sep 05 01:15:07.835 INFO O| Sep 05 01:15:07.835 INFO STEP 72 (ensure_dir) COMPLETE
105272026-09-05T01:15:09.139Z[ host-image] Sep 05 01:15:07.835 INFO O| Sep 05 01:15:07.835 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-09-05T01:15:09.145Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105292026-09-05T01:15:09.146Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.149Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 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-05T01:15:09.149Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 INFO ok!
105322026-09-05T01:15:09.149Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 INFO STEP 73 (ensure_file) COMPLETE
105332026-09-05T01:15:09.149Z[ host-image] Sep 05 01:15:07.846 INFO O| Sep 05 01:15:07.846 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-09-05T01:15:09.155Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105352026-09-05T01:15:09.155Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.159Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 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-05T01:15:09.159Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 INFO ok!
105382026-09-05T01:15:09.159Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 INFO STEP 74 (ensure_file) COMPLETE
105392026-09-05T01:15:09.159Z[ host-image] Sep 05 01:15:07.855 INFO O| Sep 05 01:15:07.855 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-09-05T01:15:09.164Z[ host-image] Sep 05 01:15:07.864 INFO O| Sep 05 01:15:07.864 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105412026-09-05T01:15:09.165Z[ host-image] Sep 05 01:15:07.864 INFO O| Sep 05 01:15:07.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105422026-09-05T01:15:09.165Z[ host-image] Sep 05 01:15:07.864 INFO O| Sep 05 01:15:07.864 INFO STEP 75 (ensure_dir) COMPLETE
105432026-09-05T01:15:09.168Z[ host-image] Sep 05 01:15:07.864 INFO O| Sep 05 01:15:07.864 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-09-05T01:15:09.173Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105452026-09-05T01:15:09.173Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.874 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.177Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.874 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-05T01:15:09.177Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.874 INFO ok!
105482026-09-05T01:15:09.177Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.874 INFO STEP 76 (ensure_file) COMPLETE
105492026-09-05T01:15:09.177Z[ host-image] Sep 05 01:15:07.874 INFO O| Sep 05 01:15:07.874 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-09-05T01:15:09.186Z[ host-image] Sep 05 01:15:07.885 INFO O| Sep 05 01:15:07.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105512026-09-05T01:15:09.186Z[ host-image] Sep 05 01:15:07.885 INFO O| Sep 05 01:15:07.885 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.189Z[ host-image] Sep 05 01:15:07.886 INFO O| Sep 05 01:15:07.886 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-05T01:15:09.189Z[ host-image] Sep 05 01:15:07.886 INFO O| Sep 05 01:15:07.886 INFO ok!
105542026-09-05T01:15:09.189Z[ host-image] Sep 05 01:15:07.886 INFO O| Sep 05 01:15:07.886 INFO STEP 77 (ensure_file) COMPLETE
105552026-09-05T01:15:09.189Z[ host-image] Sep 05 01:15:07.886 INFO O| Sep 05 01:15:07.886 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-09-05T01:15:09.196Z[ host-image] Sep 05 01:15:07.896 INFO O| Sep 05 01:15:07.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105572026-09-05T01:15:09.196Z[ host-image] Sep 05 01:15:07.896 INFO O| Sep 05 01:15:07.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105582026-09-05T01:15:09.201Z[ host-image] Sep 05 01:15:07.896 INFO O| Sep 05 01:15:07.896 INFO STEP 78 (ensure_dir) COMPLETE
105592026-09-05T01:15:09.201Z[ host-image] Sep 05 01:15:07.896 INFO O| Sep 05 01:15:07.896 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-09-05T01:15:09.210Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105612026-09-05T01:15:09.210Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.213Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 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-05T01:15:09.214Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 INFO ok!
105642026-09-05T01:15:09.214Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 INFO STEP 79 (ensure_file) COMPLETE
105652026-09-05T01:15:09.214Z[ host-image] Sep 05 01:15:07.909 INFO O| Sep 05 01:15:07.909 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-09-05T01:15:09.221Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105672026-09-05T01:15:09.221Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105682026-09-05T01:15:09.221Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105692026-09-05T01:15:09.224Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO ok!
105702026-09-05T01:15:09.224Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO STEP 80 (ensure_file) COMPLETE
105712026-09-05T01:15:09.225Z[ host-image] Sep 05 01:15:07.921 INFO O| Sep 05 01:15:07.921 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-09-05T01:15:09.232Z[ host-image] Sep 05 01:15:07.933 INFO O| Sep 05 01:15:07.933 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105732026-09-05T01:15:09.233Z[ host-image] Sep 05 01:15:07.933 INFO O| Sep 05 01:15:07.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105742026-09-05T01:15:09.237Z[ host-image] Sep 05 01:15:07.933 INFO O| Sep 05 01:15:07.933 INFO STEP 81 (ensure_dir) COMPLETE
105752026-09-05T01:15:09.238Z[ host-image] Sep 05 01:15:07.933 INFO O| Sep 05 01:15:07.933 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-09-05T01:15:09.243Z[ host-image] Sep 05 01:15:07.943 INFO O| Sep 05 01:15:07.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105772026-09-05T01:15:09.243Z[ host-image] Sep 05 01:15:07.943 INFO O| Sep 05 01:15:07.943 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.588Z[ host-image] Sep 05 01:15:08.288 INFO O| Sep 05 01:15:08.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105792026-09-05T01:15:09.588Z[ host-image] Sep 05 01:15:08.288 INFO O| Sep 05 01:15:08.288 INFO ok!
105802026-09-05T01:15:09.589Z[ host-image] Sep 05 01:15:08.288 INFO O| Sep 05 01:15:08.288 INFO STEP 82 (ensure_file) COMPLETE
105812026-09-05T01:15:09.589Z[ host-image] Sep 05 01:15:08.288 INFO O| Sep 05 01:15:08.288 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-09-05T01:15:09.600Z[ host-image] Sep 05 01:15:08.299 INFO O| Sep 05 01:15:08.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105832026-09-05T01:15:09.600Z[ host-image] Sep 05 01:15:08.300 INFO O| Sep 05 01:15:08.299 INFO copying /tmp/.tmpI3cU64/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-05T01:15:09.603Z[ host-image] Sep 05 01:15:08.300 INFO O| Sep 05 01:15:08.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105852026-09-05T01:15:09.604Z[ host-image] Sep 05 01:15:08.301 INFO O| Sep 05 01:15:08.300 INFO ok!
105862026-09-05T01:15:09.604Z[ host-image] Sep 05 01:15:08.301 INFO O| Sep 05 01:15:08.300 INFO STEP 83 (ensure_file) COMPLETE
105872026-09-05T01:15:09.604Z[ host-image] Sep 05 01:15:08.301 INFO O| Sep 05 01:15:08.300 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-09-05T01:15:09.614Z[ host-image] Sep 05 01:15:08.312 INFO O| Sep 05 01:15:08.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105892026-09-05T01:15:09.614Z[ host-image] Sep 05 01:15:08.312 INFO O| Sep 05 01:15:08.312 INFO copying /tmp/.tmpI3cU64/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-05T01:15:10.733Z[ host-image] Sep 05 01:15:09.432 INFO O| Sep 05 01:15:09.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105912026-09-05T01:15:10.734Z[ host-image] Sep 05 01:15:09.433 INFO O| Sep 05 01:15:09.432 INFO ok!
105922026-09-05T01:15:10.734Z[ host-image] Sep 05 01:15:09.433 INFO O| Sep 05 01:15:09.432 INFO STEP 84 (ensure_file) COMPLETE
105932026-09-05T01:15:10.734Z[ host-image] Sep 05 01:15:09.433 INFO O| Sep 05 01:15:09.432 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-09-05T01:15:10.746Z[ host-image] Sep 05 01:15:09.444 INFO O| Sep 05 01:15:09.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105952026-09-05T01:15:10.746Z[ host-image] Sep 05 01:15:09.444 INFO O| Sep 05 01:15:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105962026-09-05T01:15:10.746Z[ host-image] Sep 05 01:15:09.444 INFO O| Sep 05 01:15:09.444 INFO STEP 85 (ensure_dir) COMPLETE
105972026-09-05T01:15:10.746Z[ host-image] Sep 05 01:15:09.444 INFO O| Sep 05 01:15:09.444 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-09-05T01:15:10.757Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
105992026-09-05T01:15:10.757Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO copying /tmp/.tmpI3cU64/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-05T01:15:10.757Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106012026-09-05T01:15:10.761Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO ok!
106022026-09-05T01:15:10.761Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO STEP 86 (ensure_file) COMPLETE
106032026-09-05T01:15:10.761Z[ host-image] Sep 05 01:15:09.457 INFO O| Sep 05 01:15:09.457 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-09-05T01:15:10.768Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106052026-09-05T01:15:10.768Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO copying /tmp/.tmpI3cU64/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-05T01:15:10.772Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106072026-09-05T01:15:10.772Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO ok!
106082026-09-05T01:15:10.772Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO STEP 87 (ensure_file) COMPLETE
106092026-09-05T01:15:10.772Z[ host-image] Sep 05 01:15:09.468 INFO O| Sep 05 01:15:09.468 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-09-05T01:15:10.780Z[ host-image] Sep 05 01:15:09.479 INFO O| Sep 05 01:15:09.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106112026-09-05T01:15:10.780Z[ host-image] Sep 05 01:15:09.479 INFO O| Sep 05 01:15:09.479 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106122026-09-05T01:15:10.783Z[ host-image] Sep 05 01:15:09.480 INFO O| Sep 05 01:15:09.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106132026-09-05T01:15:10.783Z[ host-image] Sep 05 01:15:09.480 INFO O| Sep 05 01:15:09.480 INFO ok!
106142026-09-05T01:15:10.783Z[ host-image] Sep 05 01:15:09.480 INFO O| Sep 05 01:15:09.480 INFO STEP 88 (ensure_file) COMPLETE
106152026-09-05T01:15:10.783Z[ host-image] Sep 05 01:15:09.480 INFO O| Sep 05 01:15:09.480 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-09-05T01:15:10.790Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106172026-09-05T01:15:10.790Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106182026-09-05T01:15:10.790Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106192026-09-05T01:15:10.794Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO ok!
106202026-09-05T01:15:10.794Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO STEP 89 (ensure_file) COMPLETE
106212026-09-05T01:15:10.794Z[ host-image] Sep 05 01:15:09.490 INFO O| Sep 05 01:15:09.490 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-09-05T01:15:10.803Z[ host-image] Sep 05 01:15:09.503 INFO O| Sep 05 01:15:09.502 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106232026-09-05T01:15:10.803Z[ host-image] Sep 05 01:15:09.503 INFO O| Sep 05 01:15:09.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106242026-09-05T01:15:10.803Z[ host-image] Sep 05 01:15:09.503 INFO O| Sep 05 01:15:09.503 INFO STEP 90 (ensure_dir) COMPLETE
106252026-09-05T01:15:10.803Z[ host-image] Sep 05 01:15:09.503 INFO O| Sep 05 01:15:09.503 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-09-05T01:15:10.814Z[ host-image] Sep 05 01:15:09.514 INFO O| Sep 05 01:15:09.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106272026-09-05T01:15:10.814Z[ host-image] Sep 05 01:15:09.514 INFO O| Sep 05 01:15:09.513 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106282026-09-05T01:15:10.818Z[ host-image] Sep 05 01:15:09.516 INFO O| Sep 05 01:15:09.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106292026-09-05T01:15:10.818Z[ host-image] Sep 05 01:15:09.516 INFO O| Sep 05 01:15:09.516 INFO ok!
106302026-09-05T01:15:10.818Z[ host-image] Sep 05 01:15:09.516 INFO O| Sep 05 01:15:09.516 INFO STEP 91 (ensure_file) COMPLETE
106312026-09-05T01:15:10.818Z[ host-image] Sep 05 01:15:09.516 INFO O| Sep 05 01:15:09.516 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-09-05T01:15:10.829Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106332026-09-05T01:15:10.829Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106342026-09-05T01:15:10.832Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106352026-09-05T01:15:10.832Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO ok!
106362026-09-05T01:15:10.833Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO STEP 92 (ensure_file) COMPLETE
106372026-09-05T01:15:10.833Z[ host-image] Sep 05 01:15:09.529 INFO O| Sep 05 01:15:09.529 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-09-05T01:15:10.840Z[ host-image] Sep 05 01:15:09.539 INFO O| Sep 05 01:15:09.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106392026-09-05T01:15:10.840Z[ host-image] Sep 05 01:15:09.539 INFO O| Sep 05 01:15:09.539 INFO copying /tmp/.tmpI3cU64/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-05T01:15:11.396Z[ host-image] Sep 05 01:15:10.096 INFO O| Sep 05 01:15:10.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106412026-09-05T01:15:11.396Z[ host-image] Sep 05 01:15:10.096 INFO O| Sep 05 01:15:10.096 INFO ok!
106422026-09-05T01:15:11.397Z[ host-image] Sep 05 01:15:10.096 INFO O| Sep 05 01:15:10.096 INFO STEP 93 (ensure_file) COMPLETE
106432026-09-05T01:15:11.397Z[ host-image] Sep 05 01:15:10.096 INFO O| Sep 05 01:15:10.096 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-09-05T01:15:11.409Z[ host-image] Sep 05 01:15:10.108 INFO O| Sep 05 01:15:10.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106452026-09-05T01:15:11.413Z[ host-image] Sep 05 01:15:10.108 INFO O| Sep 05 01:15:10.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106462026-09-05T01:15:11.413Z[ host-image] Sep 05 01:15:10.108 INFO O| Sep 05 01:15:10.108 INFO STEP 94 (ensure_dir) COMPLETE
106472026-09-05T01:15:11.413Z[ host-image] Sep 05 01:15:10.108 INFO O| Sep 05 01:15:10.108 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-09-05T01:15:11.420Z[ host-image] Sep 05 01:15:10.120 INFO O| Sep 05 01:15:10.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106492026-09-05T01:15:11.420Z[ host-image] Sep 05 01:15:10.120 INFO O| Sep 05 01:15:10.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106502026-09-05T01:15:11.424Z[ host-image] Sep 05 01:15:10.120 INFO O| Sep 05 01:15:10.120 INFO STEP 95 (ensure_dir) COMPLETE
106512026-09-05T01:15:11.424Z[ host-image] Sep 05 01:15:10.120 INFO O| Sep 05 01:15:10.120 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-09-05T01:15:11.433Z[ host-image] Sep 05 01:15:10.131 INFO O| Sep 05 01:15:10.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106532026-09-05T01:15:11.433Z[ host-image] Sep 05 01:15:10.131 INFO O| Sep 05 01:15:10.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106542026-09-05T01:15:11.436Z[ host-image] Sep 05 01:15:10.131 INFO O| Sep 05 01:15:10.131 INFO STEP 96 (ensure_dir) COMPLETE
106552026-09-05T01:15:11.436Z[ host-image] Sep 05 01:15:10.131 INFO O| Sep 05 01:15:10.131 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106562026-09-05T01:15:11.447Z[ host-image] Sep 05 01:15:10.144 INFO O| Sep 05 01:15:10.143 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106572026-09-05T01:15:11.447Z[ host-image] Sep 05 01:15:10.144 INFO O| Sep 05 01:15:10.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106582026-09-05T01:15:11.447Z[ host-image] Sep 05 01:15:10.144 INFO O| Sep 05 01:15:10.143 INFO STEP 97 (ensure_dir) COMPLETE
106592026-09-05T01:15:11.447Z[ host-image] Sep 05 01:15:10.144 INFO O| Sep 05 01:15:10.143 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-09-05T01:15:11.455Z[ host-image] Sep 05 01:15:10.154 INFO O| Sep 05 01:15:10.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106612026-09-05T01:15:11.455Z[ host-image] Sep 05 01:15:10.154 INFO O| Sep 05 01:15:10.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106622026-09-05T01:15:11.462Z[ host-image] Sep 05 01:15:10.154 INFO O| Sep 05 01:15:10.154 INFO STEP 98 (ensure_dir) COMPLETE
106632026-09-05T01:15:11.462Z[ host-image] Sep 05 01:15:10.154 INFO O| Sep 05 01:15:10.154 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-09-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106652026-09-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 INFO copying /tmp/.tmpI3cU64/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-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 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-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 INFO ok!
106682026-09-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 INFO STEP 99 (ensure_file) COMPLETE
106692026-09-05T01:15:11.467Z[ host-image] Sep 05 01:15:10.166 INFO O| Sep 05 01:15:10.166 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106702026-09-05T01:15:11.479Z[ host-image] Sep 05 01:15:10.178 INFO O| Sep 05 01:15:10.178 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106712026-09-05T01:15:11.479Z[ host-image] Sep 05 01:15:10.178 INFO O| Sep 05 01:15:10.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106722026-09-05T01:15:11.479Z[ host-image] Sep 05 01:15:10.178 INFO O| Sep 05 01:15:10.178 INFO STEP 100 (ensure_dir) COMPLETE
106732026-09-05T01:15:11.479Z[ host-image] Sep 05 01:15:10.178 INFO O| Sep 05 01:15:10.178 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-09-05T01:15:11.489Z[ host-image] Sep 05 01:15:10.189 INFO O| Sep 05 01:15:10.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106752026-09-05T01:15:11.489Z[ host-image] Sep 05 01:15:10.189 INFO O| Sep 05 01:15:10.189 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106762026-09-05T01:15:12.179Z[ host-image] Sep 05 01:15:10.877 INFO O| Sep 05 01:15:10.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106772026-09-05T01:15:12.179Z[ host-image] Sep 05 01:15:10.877 INFO O| Sep 05 01:15:10.877 INFO ok!
106782026-09-05T01:15:12.184Z[ host-image] Sep 05 01:15:10.877 INFO O| Sep 05 01:15:10.877 INFO STEP 101 (ensure_file) COMPLETE
106792026-09-05T01:15:12.184Z[ host-image] Sep 05 01:15:10.877 INFO O| Sep 05 01:15:10.877 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106802026-09-05T01:15:12.188Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106812026-09-05T01:15:12.188Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.197Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106832026-09-05T01:15:12.197Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO ok!
106842026-09-05T01:15:12.197Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO STEP 102 (ensure_file) COMPLETE
106852026-09-05T01:15:12.197Z[ host-image] Sep 05 01:15:10.888 INFO O| Sep 05 01:15:10.888 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106862026-09-05T01:15:12.208Z[ host-image] Sep 05 01:15:10.898 INFO O| Sep 05 01:15:10.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106872026-09-05T01:15:12.208Z[ host-image] Sep 05 01:15:10.898 INFO O| Sep 05 01:15:10.898 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106882026-09-05T01:15:12.215Z[ host-image] Sep 05 01:15:10.908 INFO O| Sep 05 01:15:10.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106892026-09-05T01:15:12.215Z[ host-image] Sep 05 01:15:10.908 INFO O| Sep 05 01:15:10.908 INFO ok!
106902026-09-05T01:15:12.215Z[ host-image] Sep 05 01:15:10.908 INFO O| Sep 05 01:15:10.908 INFO STEP 103 (ensure_file) COMPLETE
106912026-09-05T01:15:12.215Z[ host-image] Sep 05 01:15:10.908 INFO O| Sep 05 01:15:10.908 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-09-05T01:15:12.219Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106932026-09-05T01:15:12.219Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106942026-09-05T01:15:12.222Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106952026-09-05T01:15:12.222Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO ok!
106962026-09-05T01:15:12.222Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO STEP 104 (ensure_file) COMPLETE
106972026-09-05T01:15:12.223Z[ host-image] Sep 05 01:15:10.919 INFO O| Sep 05 01:15:10.919 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-09-05T01:15:12.228Z[ host-image] Sep 05 01:15:10.928 INFO O| Sep 05 01:15:10.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
106992026-09-05T01:15:12.228Z[ host-image] Sep 05 01:15:10.928 INFO O| Sep 05 01:15:10.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107002026-09-05T01:15:12.232Z[ host-image] Sep 05 01:15:10.928 INFO O| Sep 05 01:15:10.928 INFO STEP 105 (ensure_dir) COMPLETE
107012026-09-05T01:15:12.232Z[ host-image] Sep 05 01:15:10.929 INFO O| Sep 05 01:15:10.928 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107022026-09-05T01:15:12.237Z[ host-image] Sep 05 01:15:10.937 INFO O| Sep 05 01:15:10.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107032026-09-05T01:15:12.237Z[ host-image] Sep 05 01:15:10.937 INFO O| Sep 05 01:15:10.937 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.594Z[ host-image] Sep 05 01:15:11.293 INFO O| Sep 05 01:15:11.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107052026-09-05T01:15:12.594Z[ host-image] Sep 05 01:15:11.293 INFO O| Sep 05 01:15:11.293 INFO ok!
107062026-09-05T01:15:12.594Z[ host-image] Sep 05 01:15:11.293 INFO O| Sep 05 01:15:11.293 INFO STEP 106 (ensure_file) COMPLETE
107072026-09-05T01:15:12.598Z[ host-image] Sep 05 01:15:11.293 INFO O| Sep 05 01:15:11.293 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107082026-09-05T01:15:12.602Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107092026-09-05T01:15:12.603Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.606Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107112026-09-05T01:15:12.606Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO ok!
107122026-09-05T01:15:12.606Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO STEP 107 (ensure_file) COMPLETE
107132026-09-05T01:15:12.606Z[ host-image] Sep 05 01:15:11.302 INFO O| Sep 05 01:15:11.302 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107142026-09-05T01:15:12.612Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107152026-09-05T01:15:12.613Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.613Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107172026-09-05T01:15:12.616Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO ok!
107182026-09-05T01:15:12.616Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO STEP 108 (ensure_file) COMPLETE
107192026-09-05T01:15:12.616Z[ host-image] Sep 05 01:15:11.312 INFO O| Sep 05 01:15:11.312 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107202026-09-05T01:15:12.623Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107212026-09-05T01:15:12.623Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.323 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.626Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107232026-09-05T01:15:12.626Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.323 INFO ok!
107242026-09-05T01:15:12.626Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.323 INFO STEP 109 (ensure_file) COMPLETE
107252026-09-05T01:15:12.626Z[ host-image] Sep 05 01:15:11.323 INFO O| Sep 05 01:15:11.323 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107262026-09-05T01:15:12.633Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107272026-09-05T01:15:12.633Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.332 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.637Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107292026-09-05T01:15:12.637Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.333 INFO ok!
107302026-09-05T01:15:12.637Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.333 INFO STEP 110 (ensure_file) COMPLETE
107312026-09-05T01:15:12.637Z[ host-image] Sep 05 01:15:11.333 INFO O| Sep 05 01:15:11.333 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107322026-09-05T01:15:12.643Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107332026-09-05T01:15:12.647Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.647Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107352026-09-05T01:15:12.647Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO ok!
107362026-09-05T01:15:12.647Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO STEP 111 (ensure_file) COMPLETE
107372026-09-05T01:15:12.647Z[ host-image] Sep 05 01:15:11.343 INFO O| Sep 05 01:15:11.343 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107382026-09-05T01:15:12.653Z[ host-image] Sep 05 01:15:11.353 INFO O| Sep 05 01:15:11.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107392026-09-05T01:15:12.654Z[ host-image] Sep 05 01:15:11.353 INFO O| Sep 05 01:15:11.353 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.657Z[ host-image] Sep 05 01:15:11.354 INFO O| Sep 05 01:15:11.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107412026-09-05T01:15:12.657Z[ host-image] Sep 05 01:15:11.354 INFO O| Sep 05 01:15:11.354 INFO ok!
107422026-09-05T01:15:12.657Z[ host-image] Sep 05 01:15:11.354 INFO O| Sep 05 01:15:11.354 INFO STEP 112 (ensure_file) COMPLETE
107432026-09-05T01:15:12.657Z[ host-image] Sep 05 01:15:11.354 INFO O| Sep 05 01:15:11.354 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107442026-09-05T01:15:12.663Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107452026-09-05T01:15:12.663Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.667Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107472026-09-05T01:15:12.667Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO ok!
107482026-09-05T01:15:12.667Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO STEP 113 (ensure_file) COMPLETE
107492026-09-05T01:15:12.667Z[ host-image] Sep 05 01:15:11.363 INFO O| Sep 05 01:15:11.363 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107502026-09-05T01:15:12.674Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107512026-09-05T01:15:12.674Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.677Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107532026-09-05T01:15:12.677Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO ok!
107542026-09-05T01:15:12.677Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO STEP 114 (ensure_file) COMPLETE
107552026-09-05T01:15:12.677Z[ host-image] Sep 05 01:15:11.374 INFO O| Sep 05 01:15:11.374 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107562026-09-05T01:15:12.684Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107572026-09-05T01:15:12.684Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.688Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 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-05T01:15:12.688Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 INFO ok!
107602026-09-05T01:15:12.688Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 INFO STEP 115 (ensure_file) COMPLETE
107612026-09-05T01:15:12.688Z[ host-image] Sep 05 01:15:11.384 INFO O| Sep 05 01:15:11.384 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107622026-09-05T01:15:12.695Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107632026-09-05T01:15:12.695Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.699Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 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-05T01:15:12.699Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 INFO ok!
107662026-09-05T01:15:12.699Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 INFO STEP 116 (ensure_file) COMPLETE
107672026-09-05T01:15:12.699Z[ host-image] Sep 05 01:15:11.395 INFO O| Sep 05 01:15:11.395 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107682026-09-05T01:15:12.704Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107692026-09-05T01:15:12.704Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.708Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107712026-09-05T01:15:12.708Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO ok!
107722026-09-05T01:15:12.708Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO STEP 117 (ensure_file) COMPLETE
107732026-09-05T01:15:12.708Z[ host-image] Sep 05 01:15:11.404 INFO O| Sep 05 01:15:11.404 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107742026-09-05T01:15:12.715Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107752026-09-05T01:15:12.715Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.718Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107772026-09-05T01:15:12.718Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO ok!
107782026-09-05T01:15:12.718Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO STEP 118 (ensure_file) COMPLETE
107792026-09-05T01:15:12.718Z[ host-image] Sep 05 01:15:11.415 INFO O| Sep 05 01:15:11.415 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107802026-09-05T01:15:12.724Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107812026-09-05T01:15:12.724Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.727Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 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-05T01:15:12.727Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 INFO ok!
107842026-09-05T01:15:12.727Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 INFO STEP 119 (ensure_file) COMPLETE
107852026-09-05T01:15:12.727Z[ host-image] Sep 05 01:15:11.424 INFO O| Sep 05 01:15:11.424 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107862026-09-05T01:15:12.735Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107872026-09-05T01:15:12.738Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.738Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107892026-09-05T01:15:12.738Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO ok!
107902026-09-05T01:15:12.738Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO STEP 120 (ensure_file) COMPLETE
107912026-09-05T01:15:12.738Z[ host-image] Sep 05 01:15:11.435 INFO O| Sep 05 01:15:11.435 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107922026-09-05T01:15:12.745Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107932026-09-05T01:15:12.745Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.748Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 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-05T01:15:12.748Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 INFO ok!
107962026-09-05T01:15:12.748Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 INFO STEP 121 (ensure_file) COMPLETE
107972026-09-05T01:15:12.749Z[ host-image] Sep 05 01:15:11.445 INFO O| Sep 05 01:15:11.445 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107982026-09-05T01:15:12.756Z[ host-image] Sep 05 01:15:11.456 INFO O| Sep 05 01:15:11.456 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
107992026-09-05T01:15:12.756Z[ host-image] Sep 05 01:15:11.456 INFO O| Sep 05 01:15:11.456 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.760Z[ host-image] Sep 05 01:15:11.456 INFO O| Sep 05 01:15:11.456 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-05T01:15:12.760Z[ host-image] Sep 05 01:15:11.456 INFO O| Sep 05 01:15:11.456 INFO ok!
108022026-09-05T01:15:12.760Z[ host-image] Sep 05 01:15:11.456 INFO O| Sep 05 01:15:11.456 INFO STEP 122 (ensure_file) COMPLETE
108032026-09-05T01:15:12.761Z[ host-image] Sep 05 01:15:11.457 INFO O| Sep 05 01:15:11.456 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108042026-09-05T01:15:12.766Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108052026-09-05T01:15:12.767Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.770Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 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-05T01:15:12.770Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 INFO ok!
108082026-09-05T01:15:12.770Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 INFO STEP 123 (ensure_file) COMPLETE
108092026-09-05T01:15:12.770Z[ host-image] Sep 05 01:15:11.466 INFO O| Sep 05 01:15:11.466 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108102026-09-05T01:15:12.777Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108112026-09-05T01:15:12.780Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.780Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108132026-09-05T01:15:12.780Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO ok!
108142026-09-05T01:15:12.780Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO STEP 124 (ensure_file) COMPLETE
108152026-09-05T01:15:12.780Z[ host-image] Sep 05 01:15:11.477 INFO O| Sep 05 01:15:11.477 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108162026-09-05T01:15:12.786Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108172026-09-05T01:15:12.786Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.789Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 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-05T01:15:12.789Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 INFO ok!
108202026-09-05T01:15:12.790Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 INFO STEP 125 (ensure_file) COMPLETE
108212026-09-05T01:15:12.790Z[ host-image] Sep 05 01:15:11.486 INFO O| Sep 05 01:15:11.486 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108222026-09-05T01:15:12.797Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108232026-09-05T01:15:12.797Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.800Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 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-05T01:15:12.801Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 INFO ok!
108262026-09-05T01:15:12.801Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 INFO STEP 126 (ensure_file) COMPLETE
108272026-09-05T01:15:12.801Z[ host-image] Sep 05 01:15:11.497 INFO O| Sep 05 01:15:11.497 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108282026-09-05T01:15:12.806Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108292026-09-05T01:15:12.809Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.809Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 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-05T01:15:12.809Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 INFO ok!
108322026-09-05T01:15:12.810Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 INFO STEP 127 (ensure_file) COMPLETE
108332026-09-05T01:15:12.810Z[ host-image] Sep 05 01:15:11.506 INFO O| Sep 05 01:15:11.506 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108342026-09-05T01:15:12.817Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108352026-09-05T01:15:12.817Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.821Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 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-05T01:15:12.821Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 INFO ok!
108382026-09-05T01:15:12.821Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 INFO STEP 128 (ensure_file) COMPLETE
108392026-09-05T01:15:12.821Z[ host-image] Sep 05 01:15:11.517 INFO O| Sep 05 01:15:11.517 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108402026-09-05T01:15:12.827Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108412026-09-05T01:15:12.827Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.831Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 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-05T01:15:12.831Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 INFO ok!
108442026-09-05T01:15:12.831Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 INFO STEP 129 (ensure_file) COMPLETE
108452026-09-05T01:15:12.831Z[ host-image] Sep 05 01:15:11.527 INFO O| Sep 05 01:15:11.527 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108462026-09-05T01:15:12.838Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108472026-09-05T01:15:12.838Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.842Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 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-05T01:15:12.842Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 INFO ok!
108502026-09-05T01:15:12.842Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 INFO STEP 130 (ensure_file) COMPLETE
108512026-09-05T01:15:12.842Z[ host-image] Sep 05 01:15:11.538 INFO O| Sep 05 01:15:11.538 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108522026-09-05T01:15:12.848Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108532026-09-05T01:15:12.848Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.851Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 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-05T01:15:12.851Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 INFO ok!
108562026-09-05T01:15:12.851Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 INFO STEP 131 (ensure_file) COMPLETE
108572026-09-05T01:15:12.852Z[ host-image] Sep 05 01:15:11.548 INFO O| Sep 05 01:15:11.548 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108582026-09-05T01:15:12.856Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108592026-09-05T01:15:12.859Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.859Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 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-05T01:15:12.859Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 INFO ok!
108622026-09-05T01:15:12.859Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 INFO STEP 132 (ensure_file) COMPLETE
108632026-09-05T01:15:12.859Z[ host-image] Sep 05 01:15:11.556 INFO O| Sep 05 01:15:11.556 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108642026-09-05T01:15:12.867Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108652026-09-05T01:15:12.867Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.870Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 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-05T01:15:12.870Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 INFO ok!
108682026-09-05T01:15:12.870Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 INFO STEP 133 (ensure_file) COMPLETE
108692026-09-05T01:15:12.870Z[ host-image] Sep 05 01:15:11.567 INFO O| Sep 05 01:15:11.567 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108702026-09-05T01:15:12.876Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108712026-09-05T01:15:12.876Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.881Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108732026-09-05T01:15:12.881Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO ok!
108742026-09-05T01:15:12.881Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO STEP 134 (ensure_file) COMPLETE
108752026-09-05T01:15:12.882Z[ host-image] Sep 05 01:15:11.576 INFO O| Sep 05 01:15:11.576 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108762026-09-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108772026-09-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108792026-09-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO ok!
108802026-09-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO STEP 135 (ensure_file) COMPLETE
108812026-09-05T01:15:12.885Z[ host-image] Sep 05 01:15:11.584 INFO O| Sep 05 01:15:11.584 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108822026-09-05T01:15:12.896Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108832026-09-05T01:15:12.896Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.899Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108852026-09-05T01:15:12.899Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO ok!
108862026-09-05T01:15:12.899Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO STEP 136 (ensure_file) COMPLETE
108872026-09-05T01:15:12.899Z[ host-image] Sep 05 01:15:11.596 INFO O| Sep 05 01:15:11.596 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108882026-09-05T01:15:12.906Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108892026-09-05T01:15:12.906Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO copying /tmp/.tmpI3cU64/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-05T01:15:12.909Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108912026-09-05T01:15:12.910Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO ok!
108922026-09-05T01:15:12.910Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO STEP 137 (ensure_file) COMPLETE
108932026-09-05T01:15:12.910Z[ host-image] Sep 05 01:15:11.606 INFO O| Sep 05 01:15:11.606 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108942026-09-05T01:15:12.917Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108952026-09-05T01:15:12.917Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108962026-09-05T01:15:12.921Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108972026-09-05T01:15:12.921Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO ok!
108982026-09-05T01:15:12.921Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO STEP 138 (ensure_file) COMPLETE
108992026-09-05T01:15:12.921Z[ host-image] Sep 05 01:15:11.617 INFO O| Sep 05 01:15:11.617 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109002026-09-05T01:15:12.926Z[ host-image] Sep 05 01:15:11.626 INFO O| Sep 05 01:15:11.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109012026-09-05T01:15:12.926Z[ host-image] Sep 05 01:15:11.627 INFO O| Sep 05 01:15:11.626 INFO copying /tmp/.tmpI3cU64/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109022026-09-05T01:15:20.092Z[ host-image] Sep 05 01:15:18.791 INFO O| Sep 05 01:15:18.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109032026-09-05T01:15:20.092Z[ host-image] Sep 05 01:15:18.791 INFO O| Sep 05 01:15:18.791 INFO ok!
109042026-09-05T01:15:20.096Z[ host-image] Sep 05 01:15:18.791 INFO O| Sep 05 01:15:18.791 INFO STEP 139 (ensure_file) COMPLETE
109052026-09-05T01:15:20.096Z[ host-image] Sep 05 01:15:18.791 INFO O| Sep 05 01:15:18.791 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109062026-09-05T01:15:20.101Z[ host-image] Sep 05 01:15:18.801 INFO O| Sep 05 01:15:18.801 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109072026-09-05T01:15:20.101Z[ host-image] Sep 05 01:15:18.801 INFO O| Sep 05 01:15:18.801 INFO STEP 140 (ensure_dir) COMPLETE
109082026-09-05T01:15:20.101Z[ host-image] Sep 05 01:15:18.801 INFO O| Sep 05 01:15:18.801 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-05T01:15:20.108Z[ host-image] Sep 05 01:15:18.808 INFO O| Sep 05 01:15:18.808 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109102026-09-05T01:15:20.108Z[ host-image] Sep 05 01:15:18.808 INFO O| Sep 05 01:15:18.808 INFO STEP 141 (ensure_dir) COMPLETE
109112026-09-05T01:15:20.112Z[ host-image] Sep 05 01:15:18.808 INFO O| Sep 05 01:15:18.808 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-05T01:15:20.117Z[ host-image] Sep 05 01:15:18.817 INFO O| Sep 05 01:15:18.817 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109132026-09-05T01:15:20.117Z[ host-image] Sep 05 01:15:18.817 INFO O| Sep 05 01:15:18.817 INFO STEP 142 (ensure_dir) COMPLETE
109142026-09-05T01:15:20.120Z[ host-image] Sep 05 01:15:18.817 INFO O| Sep 05 01:15:18.817 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-05T01:15:20.124Z[ host-image] Sep 05 01:15:18.824 INFO O| Sep 05 01:15:18.824 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109162026-09-05T01:15:20.124Z[ host-image] Sep 05 01:15:18.824 INFO O| Sep 05 01:15:18.824 INFO STEP 143 (ensure_dir) COMPLETE
109172026-09-05T01:15:20.127Z[ host-image] Sep 05 01:15:18.824 INFO O| Sep 05 01:15:18.824 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-05T01:15:20.132Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109192026-09-05T01:15:20.132Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO copying /tmp/.tmpI3cU64/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-05T01:15:20.135Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109212026-09-05T01:15:20.135Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO ok!
109222026-09-05T01:15:20.135Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO STEP 144 (ensure_file) COMPLETE
109232026-09-05T01:15:20.135Z[ host-image] Sep 05 01:15:18.832 INFO O| Sep 05 01:15:18.832 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109242026-09-05T01:15:20.139Z[ host-image] Sep 05 01:15:18.839 INFO O| Sep 05 01:15:18.839 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109252026-09-05T01:15:20.143Z[ host-image] Sep 05 01:15:18.839 INFO O| Sep 05 01:15:18.839 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109262026-09-05T01:15:20.143Z[ host-image] Sep 05 01:15:18.839 INFO O| Sep 05 01:15:18.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109272026-09-05T01:15:20.143Z[ host-image] Sep 05 01:15:18.839 INFO O| Sep 05 01:15:18.839 INFO STEP 145 (ensure_dir) COMPLETE
109282026-09-05T01:15:20.143Z[ host-image] Sep 05 01:15:18.839 INFO O| Sep 05 01:15:18.839 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109292026-09-05T01:15:20.147Z[ host-image] Sep 05 01:15:18.845 INFO O| Sep 05 01:15:18.845 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109302026-09-05T01:15:20.147Z[ host-image] Sep 05 01:15:18.845 INFO O| Sep 05 01:15:18.845 INFO copying /tmp/.tmpI3cU64/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109312026-09-05T01:15:20.147Z[ host-image] Sep 05 01:15:18.846 INFO O| Sep 05 01:15:18.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109322026-09-05T01:15:20.148Z[ host-image] Sep 05 01:15:18.846 INFO O| Sep 05 01:15:18.846 INFO ok!
109332026-09-05T01:15:20.148Z[ host-image] Sep 05 01:15:18.846 INFO O| Sep 05 01:15:18.846 INFO STEP 146 (ensure_file) COMPLETE
109342026-09-05T01:15:20.148Z[ host-image] Sep 05 01:15:18.846 INFO O| Sep 05 01:15:18.846 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109352026-09-05T01:15:20.155Z[ host-image] Sep 05 01:15:18.855 INFO O| Sep 05 01:15:18.855 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109362026-09-05T01:15:20.158Z[ host-image] Sep 05 01:15:18.855 INFO O| Sep 05 01:15:18.855 INFO STEP 147 (remove_files) COMPLETE
109372026-09-05T01:15:20.158Z[ host-image] Sep 05 01:15:18.855 INFO O| Sep 05 01:15:18.855 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.863 INFO O| Sep 05 01:15:18.863 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109392026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.863 INFO O| Sep 05 01:15:18.863 INFO STEP 148 (remove_files) COMPLETE
109402026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.863 INFO O| Sep 05 01:15:18.863 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.872 INFO O| Sep 05 01:15:18.872 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109422026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.872 INFO O| Sep 05 01:15:18.872 INFO STEP 149 (remove_files) COMPLETE
109432026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.872 INFO O| Sep 05 01:15:18.872 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.880 INFO O| Sep 05 01:15:18.880 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109452026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.880 INFO O| Sep 05 01:15:18.880 INFO STEP 150 (remove_files) COMPLETE
109462026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.880 INFO O| Sep 05 01:15:18.880 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.888 INFO O| Sep 05 01:15:18.888 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109482026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.888 INFO O| Sep 05 01:15:18.888 INFO STEP 151 (remove_files) COMPLETE
109492026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.888 INFO O| Sep 05 01:15:18.888 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.896 INFO O| Sep 05 01:15:18.896 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109512026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.896 INFO O| Sep 05 01:15:18.896 INFO STEP 152 (remove_files) COMPLETE
109522026-09-05T01:15:20.260Z[ host-image] Sep 05 01:15:18.896 INFO O| Sep 05 01:15:18.896 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.903 INFO O| Sep 05 01:15:18.903 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109542026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.903 INFO O| Sep 05 01:15:18.903 INFO STEP 153 (remove_files) COMPLETE
109552026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.903 INFO O| Sep 05 01:15:18.903 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.910 INFO O| Sep 05 01:15:18.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109572026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.910 INFO O| Sep 05 01:15:18.910 INFO STEP 154 (remove_files) COMPLETE
109582026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.910 INFO O| Sep 05 01:15:18.910 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.917 INFO O| Sep 05 01:15:18.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109602026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.917 INFO O| Sep 05 01:15:18.917 INFO STEP 155 (remove_files) COMPLETE
109612026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.917 INFO O| Sep 05 01:15:18.917 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.927 INFO O| Sep 05 01:15:18.927 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109632026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.927 INFO O| Sep 05 01:15:18.927 INFO STEP 156 (remove_files) COMPLETE
109642026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.927 INFO O| Sep 05 01:15:18.927 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.935 INFO O| Sep 05 01:15:18.935 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109662026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.935 INFO O| Sep 05 01:15:18.935 INFO STEP 157 (remove_files) COMPLETE
109672026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.935 INFO O| Sep 05 01:15:18.935 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.943 INFO O| Sep 05 01:15:18.943 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109692026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.943 INFO O| Sep 05 01:15:18.943 INFO STEP 158 (remove_files) COMPLETE
109702026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.943 INFO O| Sep 05 01:15:18.943 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-05T01:15:20.261Z[ host-image] Sep 05 01:15:18.951 INFO O| Sep 05 01:15:18.951 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109722026-09-05T01:15:20.262Z[ host-image] Sep 05 01:15:18.951 INFO O| Sep 05 01:15:18.951 INFO STEP 159 (remove_files) COMPLETE
109732026-09-05T01:15:20.262Z[ host-image] Sep 05 01:15:18.951 INFO O| Sep 05 01:15:18.951 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-05T01:15:20.262Z[ host-image] Sep 05 01:15:18.958 INFO O| Sep 05 01:15:18.958 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109752026-09-05T01:15:20.262Z[ host-image] Sep 05 01:15:18.958 INFO O| Sep 05 01:15:18.958 INFO STEP 160 (remove_files) COMPLETE
109762026-09-05T01:15:20.262Z[ host-image] Sep 05 01:15:18.958 INFO O| Sep 05 01:15:18.958 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-05T01:15:20.268Z[ host-image] Sep 05 01:15:18.966 INFO O| Sep 05 01:15:18.966 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109782026-09-05T01:15:20.268Z[ host-image] Sep 05 01:15:18.966 INFO O| Sep 05 01:15:18.966 INFO STEP 161 (remove_files) COMPLETE
109792026-09-05T01:15:20.273Z[ host-image] Sep 05 01:15:18.966 INFO O| Sep 05 01:15:18.966 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-05T01:15:20.273Z[ host-image] Sep 05 01:15:18.973 INFO O| Sep 05 01:15:18.973 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109812026-09-05T01:15:20.274Z[ host-image] Sep 05 01:15:18.973 INFO O| Sep 05 01:15:18.973 INFO STEP 162 (remove_files) COMPLETE
109822026-09-05T01:15:20.274Z[ host-image] Sep 05 01:15:18.973 INFO O| Sep 05 01:15:18.973 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-05T01:15:20.280Z[ host-image] Sep 05 01:15:18.979 INFO O| Sep 05 01:15:18.979 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109842026-09-05T01:15:20.280Z[ host-image] Sep 05 01:15:18.980 INFO O| Sep 05 01:15:18.980 INFO STEP 163 (remove_files) COMPLETE
109852026-09-05T01:15:20.280Z[ host-image] Sep 05 01:15:18.980 INFO O| Sep 05 01:15:18.980 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-05T01:15:20.290Z[ host-image] Sep 05 01:15:18.989 INFO O| Sep 05 01:15:18.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109872026-09-05T01:15:20.294Z[ host-image] Sep 05 01:15:18.989 INFO O| Sep 05 01:15:18.989 INFO STEP 164 (remove_files) COMPLETE
109882026-09-05T01:15:20.294Z[ host-image] Sep 05 01:15:18.989 INFO O| Sep 05 01:15:18.989 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-05T01:15:20.298Z[ host-image] Sep 05 01:15:18.996 INFO O| Sep 05 01:15:18.996 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109902026-09-05T01:15:20.298Z[ host-image] Sep 05 01:15:18.996 INFO O| Sep 05 01:15:18.996 INFO STEP 165 (remove_files) COMPLETE
109912026-09-05T01:15:20.298Z[ host-image] Sep 05 01:15:18.996 INFO O| Sep 05 01:15:18.996 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-05T01:15:20.303Z[ host-image] Sep 05 01:15:19.002 INFO O| Sep 05 01:15:19.002 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109932026-09-05T01:15:20.303Z[ host-image] Sep 05 01:15:19.002 INFO O| Sep 05 01:15:19.002 INFO STEP 166 (remove_files) COMPLETE
109942026-09-05T01:15:20.308Z[ host-image] Sep 05 01:15:19.002 INFO O| Sep 05 01:15:19.002 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-05T01:15:20.312Z[ host-image] Sep 05 01:15:19.008 INFO O| Sep 05 01:15:19.008 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109962026-09-05T01:15:20.312Z[ host-image] Sep 05 01:15:19.008 INFO O| Sep 05 01:15:19.008 INFO STEP 167 (remove_files) COMPLETE
109972026-09-05T01:15:20.312Z[ host-image] Sep 05 01:15:19.008 INFO O| Sep 05 01:15:19.008 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-05T01:15:20.316Z[ host-image] Sep 05 01:15:19.015 INFO O| Sep 05 01:15:19.015 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
109992026-09-05T01:15:20.316Z[ host-image] Sep 05 01:15:19.015 INFO O| Sep 05 01:15:19.015 INFO STEP 168 (remove_files) COMPLETE
110002026-09-05T01:15:20.316Z[ host-image] Sep 05 01:15:19.015 INFO O| Sep 05 01:15:19.015 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-05T01:15:20.324Z[ host-image] Sep 05 01:15:19.024 INFO O| Sep 05 01:15:19.024 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110022026-09-05T01:15:20.325Z[ host-image] Sep 05 01:15:19.024 INFO O| Sep 05 01:15:19.024 INFO STEP 169 (remove_files) COMPLETE
110032026-09-05T01:15:20.325Z[ host-image] Sep 05 01:15:19.024 INFO O| Sep 05 01:15:19.024 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-05T01:15:20.330Z[ host-image] Sep 05 01:15:19.030 INFO O| Sep 05 01:15:19.030 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110052026-09-05T01:15:20.333Z[ host-image] Sep 05 01:15:19.030 INFO O| Sep 05 01:15:19.030 INFO STEP 170 (remove_files) COMPLETE
110062026-09-05T01:15:20.333Z[ host-image] Sep 05 01:15:19.030 INFO O| Sep 05 01:15:19.030 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-05T01:15:20.338Z[ host-image] Sep 05 01:15:19.036 INFO O| Sep 05 01:15:19.036 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110082026-09-05T01:15:20.338Z[ host-image] Sep 05 01:15:19.036 INFO O| Sep 05 01:15:19.036 INFO STEP 171 (remove_files) COMPLETE
110092026-09-05T01:15:20.338Z[ host-image] Sep 05 01:15:19.036 INFO O| Sep 05 01:15:19.036 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-05T01:15:20.347Z[ host-image] Sep 05 01:15:19.046 INFO O| Sep 05 01:15:19.046 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110112026-09-05T01:15:20.347Z[ host-image] Sep 05 01:15:19.046 INFO O| Sep 05 01:15:19.046 INFO STEP 172 (remove_files) COMPLETE
110122026-09-05T01:15:20.350Z[ host-image] Sep 05 01:15:19.046 INFO O| Sep 05 01:15:19.046 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-05T01:15:20.355Z[ host-image] Sep 05 01:15:19.055 INFO O| Sep 05 01:15:19.055 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110142026-09-05T01:15:20.355Z[ host-image] Sep 05 01:15:19.055 INFO O| Sep 05 01:15:19.055 INFO STEP 173 (remove_files) COMPLETE
110152026-09-05T01:15:20.359Z[ host-image] Sep 05 01:15:19.055 INFO O| Sep 05 01:15:19.055 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-05T01:15:20.362Z[ host-image] Sep 05 01:15:19.062 INFO O| Sep 05 01:15:19.062 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110172026-09-05T01:15:20.362Z[ host-image] Sep 05 01:15:19.062 INFO O| Sep 05 01:15:19.062 INFO STEP 174 (remove_files) COMPLETE
110182026-09-05T01:15:20.370Z[ host-image] Sep 05 01:15:19.062 INFO O| Sep 05 01:15:19.062 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-05T01:15:20.375Z[ host-image] Sep 05 01:15:19.071 INFO O| Sep 05 01:15:19.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110202026-09-05T01:15:20.375Z[ host-image] Sep 05 01:15:19.071 INFO O| Sep 05 01:15:19.071 INFO STEP 175 (remove_files) COMPLETE
110212026-09-05T01:15:20.375Z[ host-image] Sep 05 01:15:19.071 INFO O| Sep 05 01:15:19.071 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110222026-09-05T01:15:20.384Z[ host-image] Sep 05 01:15:19.083 INFO O| Sep 05 01:15:19.083 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110232026-09-05T01:15:20.385Z[ host-image] Sep 05 01:15:19.083 INFO O| Sep 05 01:15:19.083 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
110242026-09-05T01:15:21.206Z[ recovery-image] Sep 05 01:15:19.905 INFO O| ok, image written!
110252026-09-05T01:15:21.206Z[ recovery-image] Sep 05 01:15:19.905 INFO O| ok, boot_image_csum file written!
110262026-09-05T01:15:21.210Z[ recovery-image] Sep 05 01:15:19.909 INFO creating boot archive (CPIO)...
110272026-09-05T01:15:21.210Z[ recovery-image] Sep 05 01:15:19.909 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
110282026-09-05T01:15:21.213Z[ recovery-image] Sep 05 01:15:19.913 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110292026-09-05T01:15:21.216Z[ recovery-image] Sep 05 01:15:19.913 INFO E| + outfile=/work/os-recovery/cpio
110302026-09-05T01:15:21.216Z[ recovery-image] Sep 05 01:15:19.913 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110312026-09-05T01:15:21.216Z[ recovery-image] Sep 05 01:15:19.915 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110322026-09-05T01:15:21.217Z[ recovery-image] Sep 05 01:15:19.915 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110332026-09-05T01:15:21.242Z[ recovery-image] Sep 05 01:15:19.942 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110342026-09-05T01:15:21.243Z[ recovery-image] Sep 05 01:15:19.942 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110352026-09-05T01:15:21.249Z[ recovery-image] Sep 05 01:15:19.949 INFO creating compressed cpio/unix for dev loaders...
110362026-09-05T01:15:21.249Z[ recovery-image] Sep 05 01:15:19.949 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
110372026-09-05T01:15:21.479Z[ recovery-image] Sep 05 01:15:20.178 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110382026-09-05T01:15:24.857Z[ recovery-image] Sep 05 01:15:23.556 INFO creating reset image...
110392026-09-05T01:15:24.857Z[ recovery-image] Sep 05 01:15:23.557 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")
110402026-09-05T01:15:25.089Z[ recovery-image] Sep 05 01:15:23.789 INFO E| Updating crates.io index
110412026-09-05T01:15:25.300Z[ recovery-image] Sep 05 01:15:23.999 INFO E| Downloading crates ...
110422026-09-05T01:15:25.389Z[ recovery-image] Sep 05 01:15:24.046 INFO E| Downloaded os_pipe v1.2.3
110432026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.047 INFO E| Downloaded sigchld v0.2.4
110442026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.048 INFO E| Downloaded colorchoice v1.0.5
110452026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.054 INFO E| Downloaded duct v1.1.1
110462026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.056 INFO E| Downloaded shared_thread v0.2.0
110472026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.056 INFO E| Downloaded shared_child v1.1.1
110482026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.057 INFO E| Downloaded clap_lex v1.1.0
110492026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling libc v0.2.186
110502026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling proc-macro2 v1.0.106
110512026-09-05T01:15:25.392Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling signal-hook v0.3.18
110522026-09-05T01:15:25.393Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling unicode-ident v1.0.24
110532026-09-05T01:15:25.393Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling quote v1.0.45
110542026-09-05T01:15:25.393Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling utf8parse v0.2.2
110552026-09-05T01:15:25.393Z[ recovery-image] Sep 05 01:15:24.091 INFO E| Compiling is_terminal_polyfill v1.70.2
110562026-09-05T01:15:25.393Z[ recovery-image] Sep 05 01:15:24.092 INFO E| Compiling colorchoice v1.0.5
110572026-09-05T01:15:25.409Z[ recovery-image] Sep 05 01:15:24.102 INFO E| Compiling anstyle v1.0.14
110582026-09-05T01:15:25.413Z[ recovery-image] Sep 05 01:15:24.102 INFO E| Compiling anstyle-query v1.1.5
110592026-09-05T01:15:25.413Z[ recovery-image] Sep 05 01:15:24.103 INFO E| Compiling clap_lex v1.1.0
110602026-09-05T01:15:25.413Z[ recovery-image] Sep 05 01:15:24.103 INFO E| Compiling strsim v0.11.1
110612026-09-05T01:15:25.414Z[ recovery-image] Sep 05 01:15:24.103 INFO E| Compiling heck v0.5.0
110622026-09-05T01:15:25.414Z[ recovery-image] Sep 05 01:15:24.103 INFO E| Compiling shared_thread v0.2.0
110632026-09-05T01:15:25.517Z[ recovery-image] Sep 05 01:15:24.217 INFO E| Compiling anstyle-parse v1.0.0
110642026-09-05T01:15:25.661Z[ recovery-image] Sep 05 01:15:24.360 INFO E| Compiling anstream v1.0.0
110652026-09-05T01:15:25.866Z[ recovery-image] Sep 05 01:15:24.563 INFO E| Compiling clap_builder v4.6.0
110662026-09-05T01:15:25.889Z[ host-image] Sep 05 01:15:24.589 INFO O| Sep 05 01:15:24.589 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
110672026-09-05T01:15:25.889Z[ host-image] Sep 05 01:15:24.589 INFO O| Sep 05 01:15:24.589 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110682026-09-05T01:15:25.901Z[ host-image] Sep 05 01:15:24.601 INFO O| Sep 05 01:15:24.601 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110692026-09-05T01:15:26.001Z[ host-image] Sep 05 01:15:24.700 INFO O| Sep 05 01:15:24.700 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
110702026-09-05T01:15:26.057Z[ host-image] Sep 05 01:15:24.757 INFO O| Sep 05 01:15:24.757 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
110712026-09-05T01:15:26.122Z[ host-image] Sep 05 01:15:24.822 INFO O| Sep 05 01:15:24.822 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110722026-09-05T01:15:26.122Z[ host-image] Sep 05 01:15:24.822 INFO O| Sep 05 01:15:24.822 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110732026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.823 INFO O| Sep 05 01:15:24.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110742026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.823 INFO O| Sep 05 01:15:24.823 INFO ok!
110752026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.823 INFO O| Sep 05 01:15:24.823 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110762026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.824 INFO O| Sep 05 01:15:24.824 INFO STEP 176 (seed_smf) COMPLETE
110772026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.824 INFO O| Sep 05 01:15:24.824 INFO steps complete; finalising image!
110782026-09-05T01:15:26.126Z[ host-image] Sep 05 01:15:24.824 INFO O| Sep 05 01:15:24.824 INFO TRIM POOL: TEMPORARY-sled-zfs
110792026-09-05T01:15:26.140Z[ recovery-image] Sep 05 01:15:24.840 INFO E| Compiling errno v0.3.14
110802026-09-05T01:15:26.141Z[ recovery-image] Sep 05 01:15:24.840 INFO E| Compiling os_pipe v1.2.3
110812026-09-05T01:15:26.205Z[ host-image] Sep 05 01:15:24.904 INFO O| Sep 05 01:15:24.904 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Sat Sep 5 01:15:24 2026)
110822026-09-05T01:15:26.248Z[ recovery-image] Sep 05 01:15:24.948 INFO E| Compiling signal-hook-registry v1.4.8
110832026-09-05T01:15:26.423Z[ host-image] Sep 05 01:15:25.123 INFO O| Sep 05 01:15:25.123 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110842026-09-05T01:15:26.423Z[ host-image] Sep 05 01:15:25.123 INFO O| Sep 05 01:15:25.123 INFO EXPORT POOL: TEMPORARY-sled-zfs
110852026-09-05T01:15:26.473Z[ recovery-image] Sep 05 01:15:25.173 INFO E| Compiling syn v2.0.117
110862026-09-05T01:15:26.513Z[ recovery-image] Sep 05 01:15:25.213 INFO E| Compiling sigchld v0.2.4
110872026-09-05T01:15:26.610Z[ recovery-image] Sep 05 01:15:25.310 INFO E| Compiling shared_child v1.1.1
110882026-09-05T01:15:26.721Z[ recovery-image] Sep 05 01:15:25.421 INFO E| Compiling duct v1.1.1
110892026-09-05T01:15:26.763Z[ host-image] Sep 05 01:15:25.463 INFO O| Sep 05 01:15:25.463 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110902026-09-05T01:15:26.763Z[ host-image] Sep 05 01:15:25.463 INFO O| Sep 05 01:15:25.463 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110912026-09-05T01:15:27.734Z[ host-image] Sep 05 01:15:26.434 INFO O| Sep 05 01:15:26.434 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110922026-09-05T01:15:27.734Z[ host-image] Sep 05 01:15:26.434 INFO O| Sep 05 01:15:26.434 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110932026-09-05T01:15:27.737Z[ host-image] Sep 05 01:15:26.434 INFO O| Sep 05 01:15:26.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110942026-09-05T01:15:27.737Z[ host-image] Sep 05 01:15:26.434 INFO O| Sep 05 01:15:26.434 INFO completed processing sled/zfs
110952026-09-05T01:15:27.737Z[ host-image] Sep 05 01:15:26.434 INFO O| Sep 05 01:15:26.434 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110962026-09-05T01:15:28.492Z[ recovery-image] Sep 05 01:15:27.192 INFO E| Compiling clap_derive v4.6.1
110972026-09-05T01:15:29.702Z[ recovery-image] Sep 05 01:15:28.402 INFO E| Compiling clap v4.6.1
110982026-09-05T01:15:29.755Z[ recovery-image] Sep 05 01:15:28.455 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
110992026-09-05T01:15:30.499Z[ recovery-image] Sep 05 01:15:29.198 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
111002026-09-05T01:15:30.504Z[ recovery-image] Sep 05 01:15:29.204 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111012026-09-05T01:15:30.691Z[ recovery-image] Sep 05 01:15:29.390 INFO E| Downloading crates ...
111022026-09-05T01:15:30.749Z[ recovery-image] Sep 05 01:15:29.449 INFO E| Downloaded cpio_reader v0.1.2
111032026-09-05T01:15:30.754Z[ recovery-image] Sep 05 01:15:29.454 INFO E| Downloaded bit_field v0.10.3
111042026-09-05T01:15:30.757Z[ recovery-image] Sep 05 01:15:29.455 INFO E| Downloaded bitstruct_derive v0.1.0
111052026-09-05T01:15:30.757Z[ recovery-image] Sep 05 01:15:29.457 INFO E| Downloaded bitstruct v0.1.1
111062026-09-05T01:15:30.760Z[ recovery-image] Sep 05 01:15:29.458 INFO E| Downloaded miniz_oxide v0.9.1
111072026-09-05T01:15:30.773Z[ recovery-image] Sep 05 01:15:29.472 INFO E| Downloaded log v0.4.32
111082026-09-05T01:15:30.776Z[ recovery-image] Sep 05 01:15:29.474 INFO E| Downloaded bitflags v2.13.0
111092026-09-05T01:15:30.784Z[ recovery-image] Sep 05 01:15:29.484 INFO E| Downloaded raw-cpuid v10.7.0
111102026-09-05T01:15:30.799Z[ recovery-image] Sep 05 01:15:29.498 INFO E| Downloaded goblin v0.10.7
111112026-09-05T01:15:30.914Z[ recovery-image] Sep 05 01:15:29.614 INFO E| Downloaded x86 v0.52.0
111122026-09-05T01:15:30.945Z[ recovery-image] Sep 05 01:15:29.645 INFO E| Updating crates.io index
111132026-09-05T01:15:30.987Z[ recovery-image] Sep 05 01:15:29.687 INFO E| Downloading crates ...
111142026-09-05T01:15:31.014Z[ recovery-image] Sep 05 01:15:29.713 INFO E| Downloaded hashbrown v0.17.1
111152026-09-05T01:15:31.017Z[ recovery-image] Sep 05 01:15:29.716 INFO E| Downloaded rustc-literal-escaper v0.0.7
111162026-09-05T01:15:31.056Z[ recovery-image] Sep 05 01:15:29.756 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)
111172026-09-05T01:15:31.056Z[ recovery-image] Sep 05 01:15:29.756 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)
111182026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling proc-macro2 v1.0.106
111192026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling quote v1.0.45
111202026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling unicode-ident v1.0.24
111212026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling syn v1.0.109
111222026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling x86 v0.52.0
111232026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111242026-09-05T01:15:31.059Z[ recovery-image] Sep 05 01:15:29.756 INFO E| Compiling seq-macro v0.3.6
111252026-09-05T01:15:31.989Z[ recovery-image] Sep 05 01:15:30.688 INFO E| Compiling syn v2.0.117
111262026-09-05T01:15:33.256Z[ recovery-image] Sep 05 01:15:31.956 INFO E| Compiling scroll_derive v0.13.1
111272026-09-05T01:15:34.229Z[ recovery-image] Sep 05 01:15:32.928 INFO E| Compiling bitstruct_derive v0.1.0
111282026-09-05T01:15:36.109Z[ host-image] Sep 05 01:15:34.809 INFO O| Sep 05 01:15:34.809 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111292026-09-05T01:15:36.186Z[ host-image] Sep 05 01:15:34.885 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
111302026-09-05T01:15:36.186Z[ host-image] Sep 05 01:15:34.885 INFO expanded image name: "ci 9fe05e0/${os_short_commit} 2026-09-05 01:00" -> "ci 9fe05e0/0e29ea8 2026-09-05 01:00"
111312026-09-05T01:15:36.189Z[ host-image] Sep 05 01:15:34.885 INFO output artefacts stored in: "/work/os-host"
111322026-09-05T01:15:36.189Z[ host-image] Sep 05 01:15:34.885 INFO collecting git info from project "amd-firmware"...
111332026-09-05T01:15:36.198Z[ host-image] Sep 05 01:15:34.897 INFO collecting git info from project "image-builder"...
111342026-09-05T01:15:36.202Z[ host-image] Sep 05 01:15:34.902 INFO collecting git info from project "bootserver"...
111352026-09-05T01:15:36.205Z[ host-image] Sep 05 01:15:34.906 INFO collecting git info from project "pilot"...
111362026-09-05T01:15:36.210Z[ host-image] Sep 05 01:15:34.910 INFO collecting git info from project "phbl"...
111372026-09-05T01:15:36.215Z[ host-image] Sep 05 01:15:34.914 INFO collecting git info from project "chelsio-t6-roms"...
111382026-09-05T01:15:36.219Z[ host-image] Sep 05 01:15:34.917 INFO collecting git info from project "pinprick"...
111392026-09-05T01:15:36.222Z[ host-image] Sep 05 01:15:34.921 INFO collecting git info from project "dmar-report"...
111402026-09-05T01:15:36.225Z[ host-image] Sep 05 01:15:34.925 INFO collecting git info from project "amd-host-image-builder"...
111412026-09-05T01:15:36.229Z[ host-image] Sep 05 01:15:34.929 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111422026-09-05T01:15:36.529Z[ host-image] Sep 05 01:15:35.228 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111432026-09-05T01:15:36.807Z[ host-image] Sep 05 01:15:35.507 INFO creating Oxide boot image...
111442026-09-05T01:15:36.807Z[ host-image] Sep 05 01:15:35.507 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9fe05e0/0e29ea8 2026-09-05 01:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111452026-09-05T01:15:37.574Z[ host-image] Sep 05 01:15:36.273 INFO O| ok, image written!
111462026-09-05T01:15:37.574Z[ host-image] Sep 05 01:15:36.273 INFO O| ok, boot_image_csum file written!
111472026-09-05T01:15:37.577Z[ host-image] Sep 05 01:15:36.275 INFO creating boot archive (CPIO)...
111482026-09-05T01:15:37.577Z[ host-image] Sep 05 01:15:36.275 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
111492026-09-05T01:15:37.580Z[ host-image] Sep 05 01:15:36.279 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111502026-09-05T01:15:37.581Z[ host-image] Sep 05 01:15:36.279 INFO E| + outfile=/work/os-host/cpio
111512026-09-05T01:15:37.581Z[ host-image] Sep 05 01:15:36.279 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111522026-09-05T01:15:37.584Z[ host-image] Sep 05 01:15:36.281 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111532026-09-05T01:15:37.584Z[ host-image] Sep 05 01:15:36.281 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111542026-09-05T01:15:37.606Z[ host-image] Sep 05 01:15:36.306 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111552026-09-05T01:15:37.606Z[ host-image] Sep 05 01:15:36.306 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111562026-09-05T01:15:37.611Z[ host-image] Sep 05 01:15:36.311 INFO creating compressed cpio/unix for dev loaders...
111572026-09-05T01:15:37.611Z[ host-image] Sep 05 01:15:36.311 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
111582026-09-05T01:15:37.834Z[ host-image] Sep 05 01:15:36.533 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111592026-09-05T01:15:41.067Z[ host-image] Sep 05 01:15:39.767 INFO creating reset image...
111602026-09-05T01:15:41.067Z[ host-image] Sep 05 01:15:39.767 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")
111612026-09-05T01:15:41.133Z[ host-image] Sep 05 01:15:39.832 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111622026-09-05T01:15:41.136Z[ host-image] Sep 05 01:15:39.835 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111632026-09-05T01:15:41.389Z[ host-image] Sep 05 01:15:40.088 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)
111642026-09-05T01:15:41.389Z[ host-image] Sep 05 01:15:40.088 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)
111652026-09-05T01:15:41.389Z[ host-image] Sep 05 01:15:40.088 INFO E| Compiling proc-macro2 v1.0.106
111662026-09-05T01:15:41.393Z[ host-image] Sep 05 01:15:40.088 INFO E| Compiling unicode-ident v1.0.24
111672026-09-05T01:15:41.393Z[ host-image] Sep 05 01:15:40.088 INFO E| Compiling quote v1.0.45
111682026-09-05T01:15:41.393Z[ host-image] Sep 05 01:15:40.088 INFO E| Compiling syn v1.0.109
111692026-09-05T01:15:41.393Z[ host-image] Sep 05 01:15:40.089 INFO E| Compiling x86 v0.52.0
111702026-09-05T01:15:41.393Z[ host-image] Sep 05 01:15:40.089 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111712026-09-05T01:15:41.398Z[ host-image] Sep 05 01:15:40.098 INFO E| Compiling seq-macro v0.3.6
111722026-09-05T01:15:42.306Z[ host-image] Sep 05 01:15:41.005 INFO E| Compiling syn v2.0.117
111732026-09-05T01:15:43.450Z[ recovery-image] Sep 05 01:15:42.149 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)
111742026-09-05T01:15:43.648Z[ host-image] Sep 05 01:15:42.347 INFO E| Compiling scroll_derive v0.13.1
111752026-09-05T01:15:44.726Z[ host-image] Sep 05 01:15:43.423 INFO E| Compiling bitstruct_derive v0.1.0
111762026-09-05T01:15:45.670Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling bitflags v1.3.2
111772026-09-05T01:15:45.671Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling plain v0.2.3
111782026-09-05T01:15:45.671Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling bit_field v0.10.3
111792026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling adler2 v2.0.1
111802026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling bitflags v2.13.0
111812026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling scroll v0.13.0
111822026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling log v0.4.32
111832026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling static_assertions v1.1.0
111842026-09-05T01:15:45.674Z[ recovery-image] Sep 05 01:15:44.370 INFO E| Compiling bitstruct v0.1.1
111852026-09-05T01:15:45.724Z[ recovery-image] Sep 05 01:15:44.424 INFO E| Compiling raw-cpuid v10.7.0
111862026-09-05T01:15:45.763Z[ recovery-image] Sep 05 01:15:44.463 INFO E| Compiling miniz_oxide v0.9.1
111872026-09-05T01:15:45.834Z[ recovery-image] Sep 05 01:15:44.534 INFO E| Compiling cpio_reader v0.1.2
111882026-09-05T01:15:45.888Z[ recovery-image] Sep 05 01:15:44.588 INFO E| Compiling goblin v0.10.7
111892026-09-05T01:15:48.777Z[ recovery-image] Sep 05 01:15:47.477 INFO E| Finished `release` profile [optimized] target(s) in 18.26s
111902026-09-05T01:15:48.797Z[ recovery-image] Sep 05 01:15:47.497 INFO building ROM for cosmo
111912026-09-05T01:15:48.797Z[ recovery-image] Sep 05 01:15:47.497 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")
111922026-09-05T01:15:48.875Z[ recovery-image] Sep 05 01:15:47.575 INFO E| Downloading crates ...
111932026-09-05T01:15:48.929Z[ recovery-image] Sep 05 01:15:47.629 INFO E| Downloaded anstream v0.6.18
111942026-09-05T01:15:48.933Z[ recovery-image] Sep 05 01:15:47.633 INFO E| Downloaded anstyle v1.0.10
111952026-09-05T01:15:48.938Z[ recovery-image] Sep 05 01:15:47.634 INFO E| Downloaded shared_child v1.0.1
111962026-09-05T01:15:48.941Z[ recovery-image] Sep 05 01:15:47.637 INFO E| Downloaded serde_spanned v0.6.8
111972026-09-05T01:15:48.941Z[ recovery-image] Sep 05 01:15:47.641 INFO E| Downloaded clap_lex v0.7.4
111982026-09-05T01:15:48.944Z[ recovery-image] Sep 05 01:15:47.642 INFO E| Downloaded clap_derive v4.5.32
111992026-09-05T01:15:48.944Z[ recovery-image] Sep 05 01:15:47.643 INFO E| Downloaded colorchoice v1.0.3
112002026-09-05T01:15:48.944Z[ recovery-image] Sep 05 01:15:47.644 INFO E| Downloaded anstyle-parse v0.2.6
112012026-09-05T01:15:48.947Z[ recovery-image] Sep 05 01:15:47.645 INFO E| Downloaded toml_datetime v0.6.9
112022026-09-05T01:15:48.950Z[ recovery-image] Sep 05 01:15:47.650 INFO E| Downloaded is_terminal_polyfill v1.70.1
112032026-09-05T01:15:48.953Z[ recovery-image] Sep 05 01:15:47.653 INFO E| Downloaded os_pipe v1.2.1
112042026-09-05T01:15:48.956Z[ recovery-image] Sep 05 01:15:47.656 INFO E| Downloaded anstyle-query v1.1.2
112052026-09-05T01:15:48.959Z[ recovery-image] Sep 05 01:15:47.658 INFO E| Downloaded toml_write v0.1.1
112062026-09-05T01:15:48.962Z[ recovery-image] Sep 05 01:15:47.661 INFO E| Downloaded duct v0.13.7
112072026-09-05T01:15:48.978Z[ recovery-image] Sep 05 01:15:47.678 INFO E| Downloaded clap v4.5.37
112082026-09-05T01:15:48.983Z[ recovery-image] Sep 05 01:15:47.683 INFO E| Downloaded toml v0.8.22
112092026-09-05T01:15:49.002Z[ recovery-image] Sep 05 01:15:47.702 INFO E| Downloaded cc v1.2.20
112102026-09-05T01:15:49.005Z[ recovery-image] Sep 05 01:15:47.704 INFO E| Downloaded clap_builder v4.5.37
112112026-09-05T01:15:49.008Z[ recovery-image] Sep 05 01:15:47.708 INFO E| Downloaded toml_edit v0.22.26
112122026-09-05T01:15:49.028Z[ recovery-image] Sep 05 01:15:47.728 INFO E| Downloaded winnow v0.7.7
112132026-09-05T01:15:49.043Z[ recovery-image] Sep 05 01:15:47.743 INFO E| Compiling libc v0.2.172
112142026-09-05T01:15:49.043Z[ recovery-image] Sep 05 01:15:47.743 INFO E| Compiling utf8parse v0.2.2
112152026-09-05T01:15:49.043Z[ recovery-image] Sep 05 01:15:47.743 INFO E| Compiling equivalent v1.0.2
112162026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.743 INFO E| Compiling hashbrown v0.15.2
112172026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.743 INFO E| Compiling shlex v1.3.0
112182026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling once_cell v1.21.3
112192026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling anstyle v1.0.10
112202026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling anstyle-query v1.1.2
112212026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling colorchoice v1.0.3
112222026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling is_terminal_polyfill v1.70.1
112232026-09-05T01:15:49.047Z[ recovery-image] Sep 05 01:15:47.744 INFO E| Compiling toml_write v0.1.1
112242026-09-05T01:15:49.061Z[ recovery-image] Sep 05 01:15:47.761 INFO E| Compiling winnow v0.7.7
112252026-09-05T01:15:49.064Z[ recovery-image] Sep 05 01:15:47.761 INFO E| Compiling strsim v0.11.1
112262026-09-05T01:15:49.073Z[ recovery-image] Sep 05 01:15:47.773 INFO E| Compiling clap_lex v0.7.4
112272026-09-05T01:15:49.080Z[ recovery-image] Sep 05 01:15:47.780 INFO E| Compiling anyhow v1.0.98
112282026-09-05T01:15:49.084Z[ recovery-image] Sep 05 01:15:47.784 INFO E| Compiling syn v2.0.101
112292026-09-05T01:15:49.207Z[ recovery-image] Sep 05 01:15:47.906 INFO E| Compiling cc v1.2.20
112302026-09-05T01:15:49.261Z[ recovery-image] Sep 05 01:15:47.960 INFO E| Compiling anstyle-parse v0.2.6
112312026-09-05T01:15:49.400Z[ recovery-image] Sep 05 01:15:48.099 INFO E| Compiling anstream v0.6.18
112322026-09-05T01:15:49.605Z[ recovery-image] Sep 05 01:15:48.304 INFO E| Compiling clap_builder v4.5.37
112332026-09-05T01:15:49.643Z[ recovery-image] Sep 05 01:15:48.342 INFO E| Compiling indexmap v2.9.0
112342026-09-05T01:15:49.709Z[ recovery-image] Sep 05 01:15:48.408 INFO E| Compiling os_pipe v1.2.1
112352026-09-05T01:15:49.709Z[ recovery-image] Sep 05 01:15:48.408 INFO E| Compiling shared_child v1.0.1
112362026-09-05T01:15:49.827Z[ recovery-image] Sep 05 01:15:48.526 INFO E| Compiling duct v0.13.7
112372026-09-05T01:15:50.298Z[ recovery-image] Sep 05 01:15:48.997 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112382026-09-05T01:15:51.159Z[ recovery-image] Sep 05 01:15:49.859 INFO E| Compiling serde_derive v1.0.219
112392026-09-05T01:15:51.159Z[ recovery-image] Sep 05 01:15:49.859 INFO E| Compiling clap_derive v4.5.32
112402026-09-05T01:15:52.396Z[ recovery-image] Sep 05 01:15:51.096 INFO E| Compiling clap v4.5.37
112412026-09-05T01:15:53.060Z[ recovery-image] Sep 05 01:15:51.760 INFO E| Compiling serde v1.0.219
112422026-09-05T01:15:54.296Z[ host-image] Sep 05 01:15:52.996 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)
112432026-09-05T01:15:55.296Z[ recovery-image] Sep 05 01:15:53.994 INFO E| Compiling toml_datetime v0.6.9
112442026-09-05T01:15:55.296Z[ recovery-image] Sep 05 01:15:53.994 INFO E| Compiling serde_spanned v0.6.8
112452026-09-05T01:15:55.467Z[ recovery-image] Sep 05 01:15:54.167 INFO E| Compiling toml_edit v0.22.26
112462026-09-05T01:15:56.987Z[ recovery-image] Sep 05 01:15:55.687 INFO E| Compiling toml v0.8.22
112472026-09-05T01:15:56.997Z[ host-image] Sep 05 01:15:55.696 INFO E| Compiling bitflags v1.3.2
112482026-09-05T01:15:56.997Z[ host-image] Sep 05 01:15:55.696 INFO E| Compiling bitflags v2.13.0
112492026-09-05T01:15:57.000Z[ host-image] Sep 05 01:15:55.696 INFO E| Compiling log v0.4.32
112502026-09-05T01:15:57.000Z[ host-image] Sep 05 01:15:55.696 INFO E| Compiling scroll v0.13.0
112512026-09-05T01:15:57.001Z[ host-image] Sep 05 01:15:55.696 INFO E| Compiling adler2 v2.0.1
112522026-09-05T01:15:57.001Z[ host-image] Sep 05 01:15:55.697 INFO E| Compiling plain v0.2.3
112532026-09-05T01:15:57.001Z[ host-image] Sep 05 01:15:55.697 INFO E| Compiling bit_field v0.10.3
112542026-09-05T01:15:57.001Z[ host-image] Sep 05 01:15:55.697 INFO E| Compiling bitstruct v0.1.1
112552026-09-05T01:15:57.001Z[ host-image] Sep 05 01:15:55.697 INFO E| Compiling static_assertions v1.1.0
112562026-09-05T01:15:57.051Z[ host-image] Sep 05 01:15:55.751 INFO E| Compiling raw-cpuid v10.7.0
112572026-09-05T01:15:57.091Z[ host-image] Sep 05 01:15:55.791 INFO E| Compiling miniz_oxide v0.9.1
112582026-09-05T01:15:57.178Z[ host-image] Sep 05 01:15:55.876 INFO E| Compiling cpio_reader v0.1.2
112592026-09-05T01:15:57.270Z[ host-image] Sep 05 01:15:55.969 INFO E| Compiling goblin v0.10.7
112602026-09-05T01:15:59.660Z[ recovery-image] Sep 05 01:15:58.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
112612026-09-05T01:15:59.667Z[ recovery-image] Sep 05 01:15:58.367 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`
112622026-09-05T01:15:59.684Z[ recovery-image] Sep 05 01:15:58.384 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
112632026-09-05T01:15:59.768Z[ recovery-image] Sep 05 01:15:58.467 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
112642026-09-05T01:15:59.772Z[ recovery-image] Sep 05 01:15:58.472 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`
112652026-09-05T01:16:00.015Z[ recovery-image] Sep 05 01:15:58.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
112662026-09-05T01:16:00.015Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
112672026-09-05T01:16:00.015Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
112682026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
112692026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
112702026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
112712026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
112722026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
112732026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
112742026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
112752026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
112762026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
112772026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
112782026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
112792026-09-05T01:16:00.020Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
112802026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
112812026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
112822026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
112832026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
112842026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
112852026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
112862026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
112872026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
112882026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
112892026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
112902026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.715 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
112912026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
112922026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
112932026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
112942026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
112952026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
112962026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
112972026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
112982026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
112992026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
113002026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
113012026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
113022026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
113032026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
113042026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
113052026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
113062026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
113072026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
113082026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
113092026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
113102026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
113112026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
113122026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
113132026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
113142026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
113152026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
113162026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
113172026-09-05T01:16:00.021Z[ recovery-image] Sep 05 01:15:58.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
113182026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.716 INFO O| Info: ABL version: 0x100af010
113192026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.716 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
113202026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.716 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
113212026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
113222026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
113232026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
113242026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
113252026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
113262026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
113272026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
113282026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
113292026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
113302026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
113312026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
113322026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
113332026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
113342026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
113352026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
113362026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
113372026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
113382026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
113392026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
113402026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
113412026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
113422026-09-05T01:16:00.022Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
113432026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
113442026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
113452026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
113462026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
113472026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
113482026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
113492026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
113502026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
113512026-09-05T01:16:00.023Z[ recovery-image] Sep 05 01:15:58.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
113522026-09-05T01:16:00.055Z[ recovery-image] Sep 05 01:15:58.755 INFO building ROM for gimlet
113532026-09-05T01:16:00.055Z[ recovery-image] Sep 05 01:15:58.755 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")
113542026-09-05T01:16:00.156Z[ recovery-image] Sep 05 01:15:58.856 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
113552026-09-05T01:16:00.163Z[ recovery-image] Sep 05 01:15:58.860 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`
113562026-09-05T01:16:00.177Z[ recovery-image] Sep 05 01:15:58.876 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
113572026-09-05T01:16:00.256Z[ recovery-image] Sep 05 01:15:58.956 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
113582026-09-05T01:16:00.261Z[ recovery-image] Sep 05 01:15:58.961 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`
113592026-09-05T01:16:00.348Z[ host-image] Sep 05 01:15:59.047 INFO E| Finished `release` profile [optimized] target(s) in 19.19s
113602026-09-05T01:16:00.367Z[ host-image] Sep 05 01:15:59.066 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
113612026-09-05T01:16:00.367Z[ host-image] Sep 05 01:15:59.066 INFO building ROM for cosmo
113622026-09-05T01:16:00.367Z[ host-image] Sep 05 01:15:59.066 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")
113632026-09-05T01:16:00.390Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113642026-09-05T01:16:00.390Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113652026-09-05T01:16:00.390Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113662026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113672026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113682026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113692026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113702026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113712026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113722026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113732026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113742026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113752026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113762026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113772026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113782026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO O| Info: ABL version: 0x100f5010
113792026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113802026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113812026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113822026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113832026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113842026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113852026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113862026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113872026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113882026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113892026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113902026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113912026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113922026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113932026-09-05T01:16:00.394Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113942026-09-05T01:16:00.395Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113952026-09-05T01:16:00.395Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113962026-09-05T01:16:00.395Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113972026-09-05T01:16:00.395Z[ recovery-image] Sep 05 01:15:59.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113982026-09-05T01:16:00.431Z[ recovery-image] Sep 05 01:15:59.131 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113992026-09-05T01:16:00.431Z[ recovery-image] Sep 05 01:15:59.131 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
114002026-09-05T01:16:00.431Z[ recovery-image] Sep 05 01:15:59.131 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
114012026-09-05T01:16:00.472Z[ host-image] Sep 05 01:15:59.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114022026-09-05T01:16:00.476Z[ host-image] Sep 05 01:15:59.176 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`
114032026-09-05T01:16:00.495Z[ host-image] Sep 05 01:15:59.193 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
114042026-09-05T01:16:00.573Z[ host-image] Sep 05 01:15:59.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
114052026-09-05T01:16:00.577Z[ host-image] Sep 05 01:15:59.277 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`
114062026-09-05T01:16:00.801Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114072026-09-05T01:16:00.801Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114082026-09-05T01:16:00.801Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114092026-09-05T01:16:00.805Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114102026-09-05T01:16:00.805Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114112026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.500 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114122026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114132026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114142026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114152026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114162026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114172026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114182026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114192026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114202026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114212026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114222026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114232026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114242026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114252026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114262026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114272026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114282026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114292026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114302026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114312026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114322026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114332026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114342026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114352026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114362026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114372026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114382026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114392026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114402026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114412026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114422026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114432026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114442026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114452026-09-05T01:16:00.806Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114462026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114472026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.501 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114482026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114492026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114502026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114512026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114522026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114532026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114542026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114552026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114562026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114572026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114582026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114592026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO O| Info: ABL version: 0x100af010
114602026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114612026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114622026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114632026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114642026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114652026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114662026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114672026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114682026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114692026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114702026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114712026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114722026-09-05T01:16:00.807Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114732026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114742026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114752026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114762026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114772026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114782026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114792026-09-05T01:16:00.808Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114802026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114812026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114822026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114832026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114842026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114852026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114862026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114872026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114882026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114892026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114902026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114912026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114922026-09-05T01:16:00.809Z[ host-image] Sep 05 01:15:59.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114932026-09-05T01:16:00.839Z[ host-image] Sep 05 01:15:59.539 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
114942026-09-05T01:16:00.839Z[ host-image] Sep 05 01:15:59.539 INFO building ROM for gimlet
114952026-09-05T01:16:00.842Z[ host-image] Sep 05 01:15:59.539 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")
114962026-09-05T01:16:00.943Z[ host-image] Sep 05 01:15:59.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
114972026-09-05T01:16:00.946Z[ host-image] Sep 05 01:15:59.646 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`
114982026-09-05T01:16:00.962Z[ host-image] Sep 05 01:15:59.661 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
114992026-09-05T01:16:01.040Z[ host-image] Sep 05 01:15:59.739 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
115002026-09-05T01:16:01.044Z[ host-image] Sep 05 01:15:59.744 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`
115012026-09-05T01:16:01.170Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
115022026-09-05T01:16:01.170Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
115032026-09-05T01:16:01.171Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
115042026-09-05T01:16:01.174Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
115052026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
115062026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
115072026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
115082026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
115092026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
115102026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
115112026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
115122026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
115132026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
115142026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
115152026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
115162026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO O| Info: ABL version: 0x100f5010
115172026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
115182026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
115192026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
115202026-09-05T01:16:01.175Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
115212026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
115222026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
115232026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
115242026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
115252026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
115262026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
115272026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 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-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
115292026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
115302026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
115312026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
115322026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
115332026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
115342026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
115352026-09-05T01:16:01.176Z[ host-image] Sep 05 01:15:59.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
115362026-09-05T01:16:01.223Z[ host-image] Sep 05 01:15:59.922 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115372026-09-05T01:16:01.789Z[ recovery-image] Sep 05 01:16:00.488 INFO image complete! materials are in "/work/os-recovery"
115382026-09-05T01:16:01.792Z[ recovery-image]
115392026-09-05T01:16:01.796Z[ recovery-image] real 3:22.047268716
115402026-09-05T01:16:01.796Z[ recovery-image] user 2:36.408931698
115412026-09-05T01:16:01.796Z[ recovery-image] sys 37.329409766
115422026-09-05T01:16:01.796Z[ recovery-image] trap 0.131147802
115432026-09-05T01:16:01.796Z[ recovery-image] tflt 0.683239823
115442026-09-05T01:16:01.796Z[ recovery-image] dflt 0.815586688
115452026-09-05T01:16:01.796Z[ recovery-image] kflt 0.000133770
115462026-09-05T01:16:01.796Z[ recovery-image] lock 7:38.720995607
115472026-09-05T01:16:01.796Z[ recovery-image] slp 17:36.337773286
115482026-09-05T01:16:01.796Z[ recovery-image] lat 31.193614987
115492026-09-05T01:16:01.796Z[ recovery-image] stop 6.791148605
115502026-09-05T01:16:01.796ZSep 05 01:16:00.493 INFO [recovery-image] process exited with exit status: 0 (202.053080293s)
115512026-09-05T01:16:01.796ZSep 05 01:16:00.493 INFO [tuf-v2-recovery] running task
115522026-09-05T01:16:01.796ZSep 05 01:16:00.493 INFO [tuf-v2-recovery] task succeeded (682.771µs)
115532026-09-05T01:16:08.030Z[ host-image] Sep 05 01:16:06.730 INFO image complete! materials are in "/work/os-host"
115542026-09-05T01:16:08.036Z[ host-image]
115552026-09-05T01:16:08.036Z[ host-image] real 3:58.973220019
115562026-09-05T01:16:08.039Z[ host-image] user 2:49.273320295
115572026-09-05T01:16:08.039Z[ host-image] sys 37.884739030
115582026-09-05T01:16:08.039Z[ host-image] trap 0.152886452
115592026-09-05T01:16:08.039Z[ host-image] tflt 0.323983726
115602026-09-05T01:16:08.039Z[ host-image] dflt 0.268141110
115612026-09-05T01:16:08.039Z[ host-image] kflt 0.013875435
115622026-09-05T01:16:08.039Z[ host-image] lock 4:45.551393232
115632026-09-05T01:16:08.039Z[ host-image] slp 20:44.118407653
115642026-09-05T01:16:08.039Z[ host-image] lat 24.314562257
115652026-09-05T01:16:08.039Z[ host-image] stop 1.612668618
115662026-09-05T01:16:08.039ZSep 05 01:16:06.735 INFO [host-image] process exited with exit status: 0 (238.980242546s)
115672026-09-05T01:16:08.039ZSep 05 01:16:06.735 INFO [tuf-v2-host] running task
115682026-09-05T01:16:08.039ZSep 05 01:16:06.735 INFO [tuf-repo] running task
115692026-09-05T01:16:08.039ZSep 05 01:16:06.736 INFO [tuf-v2-host] task succeeded (445.581µs)
115702026-09-05T01:16:08.039ZSep 05 01:16:06.736 INFO [tuf-v2-repo] running task
115712026-09-05T01:16:22.633ZSep 05 01:16:21.333 INFO assembling repository in `/tmp/tufaceousKczrcs`, component: OmicronRepoAssembler
115722026-09-05T01:16:25.056ZSep 05 01:16:23.756 INFO [tuf-v2-repo] task succeeded (17.02009908s)
115732026-09-05T01:16:26.933ZSep 05 01:16:25.631 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115742026-09-05T01:16:27.154ZSep 05 01:16:25.852 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115752026-09-05T01:16:28.730ZSep 05 01:16:27.429 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115762026-09-05T01:16:28.781ZSep 05 01:16:27.481 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115772026-09-05T01:16:28.830ZSep 05 01:16:27.529 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115782026-09-05T01:16:28.876ZSep 05 01:16:27.576 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115792026-09-05T01:16:28.924ZSep 05 01:16:27.624 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
115802026-09-05T01:16:28.984ZSep 05 01:16:27.683 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
115812026-09-05T01:16:29.037ZSep 05 01:16:27.737 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
115822026-09-05T01:16:36.764ZSep 05 01:16:35.464 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
115832026-09-05T01:16:36.770ZSep 05 01:16:35.470 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
115842026-09-05T01:16:36.793ZSep 05 01:16:35.492 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
115852026-09-05T01:16:36.848ZSep 05 01:16:35.548 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
115862026-09-05T01:16:36.902ZSep 05 01:16:35.602 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
115872026-09-05T01:16:36.957ZSep 05 01:16:35.656 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
115882026-09-05T01:16:37.021ZSep 05 01:16:35.721 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
115892026-09-05T01:16:37.027ZSep 05 01:16:35.726 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
115902026-09-05T01:16:37.049ZSep 05 01:16:35.749 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
115912026-09-05T01:16:38.407ZSep 05 01:16:37.106 INFO [tuf-repo] task succeeded (30.371054584s)
115922026-09-05T01:19:49.669Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
115932026-09-05T01:19:49.673Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
115942026-09-05T01:19:49.673Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
115952026-09-05T01:19:52.354ZSep 05 01:19:51.053 INFO [verify-libraries] process exited with exit status: 0 (432.843393555s)
115962026-09-05T01:19:52.355ZSep 05 01:19:51.053 INFO all jobs completed in 1184.211314195s
115972026-09-05T01:19:53.253Zprocess exited: duration 1401346 ms, exit code 0
 
115982026-09-05T01:19:53.265Zfound 41 output files
115992026-09-05T01:19:53.265Zuploading: /work/manifest.toml (17334 bytes)
116002026-09-05T01:19:54.277Zuploaded: /work/manifest.toml
116012026-09-05T01:19:54.277Zuploading: /work/repo.zip (2349166725 bytes)
116022026-09-05T01:20:29.182Zuploaded: /work/repo.zip
116032026-09-05T01:20:29.182Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116042026-09-05T01:20:30.259Zuploaded: /work/repo.zip.sha256.txt
116052026-09-05T01:20:30.259Zuploading: /work/helios.json (647 bytes)
116062026-09-05T01:20:31.305Zuploaded: /work/helios.json
116072026-09-05T01:20:31.306Zuploading: /work/incorporation.p5m (113595 bytes)
116082026-09-05T01:20:32.343Zuploaded: /work/incorporation.p5m
116092026-09-05T01:20:32.344Zuploading: /work/incorporation.p5p (133120 bytes)
116102026-09-05T01:20:33.380Zuploaded: /work/incorporation.p5p
116112026-09-05T01:20:33.380Zuploading: /work/helios-incorp.log (522 bytes)
116122026-09-05T01:20:34.419Zuploaded: /work/helios-incorp.log
116132026-09-05T01:20:34.419Zuploading: /work/helios-setup.log (57276 bytes)
116142026-09-05T01:20:35.453Zuploaded: /work/helios-setup.log
116152026-09-05T01:20:35.453Zuploading: /work/host-image.log (234126 bytes)
116162026-09-05T01:20:36.493Zuploaded: /work/host-image.log
116172026-09-05T01:20:36.493Zuploading: /work/host-package.log (49353 bytes)
116182026-09-05T01:20:37.523Zuploaded: /work/host-package.log
116192026-09-05T01:20:37.523Zuploading: /work/host-target.log (101 bytes)
116202026-09-05T01:20:38.570Zuploaded: /work/host-target.log
116212026-09-05T01:20:38.583Zuploading: /work/incorp-create.log (0 bytes)
116222026-09-05T01:20:39.583Zuploaded: /work/incorp-create.log
116232026-09-05T01:20:39.583Zuploading: /work/incorp-fmt.log (0 bytes)
116242026-09-05T01:20:40.601Zuploaded: /work/incorp-fmt.log
116252026-09-05T01:20:40.601Zuploading: /work/incorp-pkgsend.log (108 bytes)
116262026-09-05T01:20:42.249Zuploaded: /work/incorp-pkgsend.log
116272026-09-05T01:20:42.249Zuploading: /work/incorp-publisher.log (0 bytes)
116282026-09-05T01:20:43.263Zuploaded: /work/incorp-publisher.log
116292026-09-05T01:20:43.263Zuploading: /work/omicron-package.log (10474 bytes)
116302026-09-05T01:20:44.297Zuploaded: /work/omicron-package.log
116312026-09-05T01:20:44.297Zuploading: /work/recovery-image.log (591874 bytes)
116322026-09-05T01:20:45.329Zuploaded: /work/recovery-image.log
116332026-09-05T01:20:45.329Zuploading: /work/recovery-package.log (2621 bytes)
116342026-09-05T01:20:46.349Zuploaded: /work/recovery-package.log
116352026-09-05T01:20:46.350Zuploading: /work/recovery-target.log (98 bytes)
116362026-09-05T01:20:47.371Zuploaded: /work/recovery-target.log
116372026-09-05T01:20:47.371Zuploading: /work/stamp-clickhouse.log (117 bytes)
116382026-09-05T01:20:48.418Zuploaded: /work/stamp-clickhouse.log
116392026-09-05T01:20:48.423Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116402026-09-05T01:20:49.435Zuploaded: /work/stamp-clickhouse_keeper.log
116412026-09-05T01:20:49.435Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116422026-09-05T01:20:50.457Zuploaded: /work/stamp-clickhouse_server.log
116432026-09-05T01:20:50.457Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116442026-09-05T01:20:51.481Zuploaded: /work/stamp-cockroachdb.log
116452026-09-05T01:20:51.481Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116462026-09-05T01:20:52.507Zuploaded: /work/stamp-crucible-pantry-zone.log
116472026-09-05T01:20:52.507Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116482026-09-05T01:20:53.528Zuploaded: /work/stamp-crucible-utils.log
116492026-09-05T01:20:53.529Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116502026-09-05T01:20:54.550Zuploaded: /work/stamp-crucible-zone.log
116512026-09-05T01:20:54.550Zuploading: /work/stamp-external-dns.log (119 bytes)
116522026-09-05T01:20:55.573Zuploaded: /work/stamp-external-dns.log
116532026-09-05T01:20:55.573Zuploading: /work/stamp-installinator.log (103 bytes)
116542026-09-05T01:20:56.964Zuploaded: /work/stamp-installinator.log
116552026-09-05T01:20:56.965Zuploading: /work/stamp-internal-dns.log (119 bytes)
116562026-09-05T01:20:57.986Zuploaded: /work/stamp-internal-dns.log
116572026-09-05T01:20:57.986Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116582026-09-05T01:20:59.007Zuploaded: /work/stamp-mg-ddm-gz.log
116592026-09-05T01:20:59.007Zuploading: /work/stamp-nexus.log (112 bytes)
116602026-09-05T01:21:00.032Zuploaded: /work/stamp-nexus.log
116612026-09-05T01:21:00.032Zuploading: /work/stamp-ntp.log (110 bytes)
116622026-09-05T01:21:01.044Zuploaded: /work/stamp-ntp.log
116632026-09-05T01:21:01.044Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116642026-09-05T01:21:02.066Zuploaded: /work/stamp-omicron-sled-agent.log
116652026-09-05T01:21:02.066Zuploading: /work/stamp-overlay.log (114 bytes)
116662026-09-05T01:21:03.104Zuploaded: /work/stamp-overlay.log
116672026-09-05T01:21:03.104Zuploading: /work/stamp-oximeter.log (115 bytes)
116682026-09-05T01:21:04.116Zuploaded: /work/stamp-oximeter.log
116692026-09-05T01:21:04.116Zuploading: /work/stamp-oxlog.log (109 bytes)
116702026-09-05T01:21:05.146Zuploaded: /work/stamp-oxlog.log
116712026-09-05T01:21:05.146Zuploading: /work/stamp-probe.log (112 bytes)
116722026-09-05T01:21:06.157Zuploaded: /work/stamp-probe.log
116732026-09-05T01:21:06.157Zuploading: /work/stamp-propolis-server.log (122 bytes)
116742026-09-05T01:21:07.172Zuploaded: /work/stamp-propolis-server.log
116752026-09-05T01:21:07.172Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116762026-09-05T01:21:08.192Zuploaded: /work/stamp-pumpkind-gz.log
116772026-09-05T01:21:08.193Zuploading: /work/stamp-switch-asic.log (118 bytes)
116782026-09-05T01:21:09.209Zuploaded: /work/stamp-switch-asic.log
116792026-09-05T01:21:09.209Zuploading: /work/verify-libraries.log (50340 bytes)
116802026-09-05T01:21:10.658Zuploaded: /work/verify-libraries.log